.node--template-teaser > .content {
  position: relative;
  display: inline-block;
  width: 100%;
}
.node--template-teaser > .content > .image-container {
  position: relative;
  height: 0;
  padding-bottom: 150%;
}
.node--template-teaser > .content > .image-container .group-image-container {
  position: absolute;
  top: 0;
  left: 0;
}
.node--template-teaser > .content > .image-container a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.node--template-teaser > .content > .image-container a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(180deg, rgba(0, 0, 0, 0.1098039216) 0%, rgba(19, 16, 12, 0) 68%, rgba(57, 49, 38, 0.9019607843) 100%) 0% 0% no-repeat padding-box;
}
.node--template-teaser > .content > .image-container img {
  width: 100%;
  height: auto;
}
.node--template-teaser > .content > .content-container {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 4 * 8px);
  height: calc(100% - 4 * 8px);
  margin: 16px;
}
.node--template-teaser > .content .parent-menu-container,
.node--template-teaser > .content .texts-container,
.node--template-teaser > .content .links-container {
  position: absolute;
}
.node--template-teaser > .content .parent-menu-container {
  position: absolute;
  top: 0;
  right: -16px;
  color: #fff;
  font-family: "Avenir";
  font-size: 1rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 6px;
}
.node--template-teaser > .content .texts-container {
  left: 50%;
  bottom: 0;
  width: 100%;
  transform: translateX(-50%);
}
.node--template-teaser > .content .texts-container .custom-date {
  color: #fff;
  font-family: "Avenir";
  line-height: 0.9;
  font-weight: normal;
  letter-spacing: 0.9px;
  padding: 3px 4px;
  background-color: rgba(255, 255, 255, 0.32);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  font-size: 0.8rem;
}
@media (min-width: 769px) {
  .node--template-teaser > .content .texts-container .custom-date {
    font-size: 0.9rem;
  }
}
.node--template-teaser > .content .texts-container .field--name-title {
  margin-top: 8px;
}
.node--template-teaser > .content .texts-container .field--name-title h2, .node--template-teaser > .content .texts-container .field--name-title a {
  color: #fff;
  font-family: "Avenir";
  font-size: 1.4rem;
  font-weight: 800;
  letter-spacing: 1.4px;
  line-height: 1.5;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 8px;
  word-break: break-word;
}
.node--template-teaser > .content .links-container {
  position: absolute;
  top: calc(-2 * 8px);
  left: calc(-2 * 8px);
  display: block;
  width: calc(100% + 4 * 8px);
  height: calc(100% + 4 * 8px);
}
.node--template-teaser > .content .links-container * {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 0;
  color: transparent !important;
  background: none !important;
}
.node--template-teaser > .content .links-container *:before, .node--template-teaser > .content .links-container *:after {
  display: none !important;
}
.node--template-teaser > .content .links-container *:hover {
  color: transparent !important;
  background: none !important;
}
.node--template-teaser.see-and-do > .content .parent-menu-container,
.node--template-teaser.see-and-do > .content .image-container {
  background-color: #F4F8D7;
  color: #B3C431;
}
.node--template-teaser.service > .content .parent-menu-container,
.node--template-teaser.service > .content .image-container {
  background-color: #EBF4F2;
  color: #56BCC7;
}
.node--template-teaser.understand > .content .parent-menu-container,
.node--template-teaser.understand > .content .image-container {
  background-color: #FFEDD9;
  color: #F8AA5C;
}
.node--template-teaser.jo-2024 > .content .parent-menu-container,
.node--template-teaser.jo-2024 > .content .image-container {
  background-color: #F5F0DD;
  color: #D7C378;
}
.node--template-teaser.anniversary-40 > .content .parent-menu-container,
.node--template-teaser.anniversary-40 > .content .image-container {
  background-color: #decce8;
  color: #A569BD;
}
.node--template-teaser.no-menu > .content .parent-menu-container,
.node--template-teaser.no-menu > .content .image-container {
  background-color: #EFE5DE;
  color: #A71930;
}