@charset "UTF-8";
:root {
  --bs-gradient: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  --header-offset: 180px;
}

html {
  scroll-padding-top: var(--header-offset);
}

/* Default */
*:focus-visible,
.btn:focus-visible {
  outline: none;
  border-radius: 0.25rem;
  box-shadow: 0 0 0 0.25rem rgba(24, 80, 115, 0.5) !important;
}

/* Footer-Override */
#footer a:focus-visible {
  outline: none;
  border-radius: 0.25rem;
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.75) !important;
}

/* Bild-Links: Ring um das Bild */
a:not(.button):focus-visible > img {
  display: inline-block;
  outline: 2px solid #fff !important;
  outline-offset: 2px;
  border-radius: 0.25rem;
  box-shadow: none;
}
a:not(.button):focus-visible {
  /* Link mit reinem Bild: Anker bleibt sichtbar (deine Logik) */
}
a:not(.button):focus-visible:has(> img) {
  box-shadow: 0 0 0 0.25rem rgba(24, 80, 115, 0.5) !important;
  display: inline-block;
  line-height: 0;
}

/* Floating-Buttons */
#requestform .position-relative {
  overflow: visible;
}
#requestform a.sofortaufnahmerot:focus-visible > img,
#requestform a.xmas-container.sofortaufnahmerot:focus-visible > img {
  outline: 2px solid #fff !important;
  outline-offset: 3px;
  border-radius: 9999px;
  box-shadow: none;
}
#requestform a.phone:focus-visible,
#requestform a.mail:focus-visible,
#requestform a.close:focus-visible,
#requestform a.sofortaufnahmerot:focus-visible {
  outline: 2px solid #fff !important;
  outline-offset: 3px;
  border-radius: 9999px;
  box-shadow: none;
}

.skip-link {
  position: absolute;
  left: -999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}
.skip-link:focus, .skip-link:active {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  padding: 0.5rem 1rem;
  z-index: 1000;
  clip: auto;
  white-space: normal;
}

#page-frontpage-2021 .background-bright {
  background-color: #e6edf1;
}
#page-frontpage-2021 .background-grey {
  background-color: #f8f8f8;
}
#page-frontpage-2021 .background-gold {
  background-color: #8e5f25;
}

/* MEGA MENU */
header nav#main-menu.mega-menu > ul > li.menu-item-has-children.open > ul {
  display: block;
}
header nav#main-menu.mega-menu > ul > li.menu-item-has-children.columns.open > ul {
  display: flex;
}
header nav#main-menu.mega-menu > ul > li.menu-item-has-children.open > a:after {
  opacity: 1;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' viewBox='0 0 14 14'%3E%3Cpolyline fill='none' stroke-width='1.5' stroke='%23ab895c' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' points='3.5,6.5 8,11 12.5,6.5'%3E%3C/polyline%3E%3C/svg%3E");
}

/* Hover beim Keyboard-Navigieren deaktivieren, damit nichts "kleben" bleibt */
nav#main-menu.mega-menu.kbd-mode > ul > li:hover > ul {
  display: none !important;
}

nav#main-menu.mega-menu.kbd-mode > ul > li.columns:hover > ul {
  display: none !important;
}

header nav#main-menu.mega-menu {
  position: relative;
}
header nav#main-menu.mega-menu .suchtratgeber img {
  width: auto;
  height: auto;
}
header nav#main-menu.mega-menu > ul > li {
  /*
  * Default menu
  */
}
header nav#main-menu.mega-menu > ul > li > ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 300px;
  padding: 20px;
  background: #f8f8f8;
  border-radius: 10px;
}
header nav#main-menu.mega-menu > ul > li > ul > li > ul {
  display: none;
  position: absolute;
  top: -20px;
  left: 100%;
  min-width: 300px;
  padding: 20px;
  background: #f8f8f8;
  border-radius: 10px;
}
header nav#main-menu.mega-menu > ul > li > ul > li.menu-item-has-children > a {
  position: relative;
  padding-right: 25px;
}
header nav#main-menu.mega-menu > ul > li > ul > li.menu-item-has-children > a:after {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  right: 0;
  opacity: 0.5;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' viewBox='0 0 14 14'%3E%3Cpolyline fill='none' stroke-width='1.5' stroke='%23888888' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' points='3.5,6.5 8,11 12.5,6.5'%3E%3C/polyline%3E%3C/svg%3E");
  transform: translateY(-50%) scale(0.5) rotate(-90deg);
}
header nav#main-menu.mega-menu > ul > li > ul > li.menu-item-has-children:hover > a:after {
  opacity: 1;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' viewBox='0 0 14 14'%3E%3Cpolyline fill='none' stroke-width='1.5' stroke='%23ab895c' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' points='3.5,6.5 8,11 12.5,6.5'%3E%3C/polyline%3E%3C/svg%3E");
}
header nav#main-menu.mega-menu > ul > li > ul > li:hover > ul {
  display: block;
}
header nav#main-menu.mega-menu > ul > li > ul a {
  display: block;
  padding: 5px;
  font-size: 15px;
  font-weight: 400;
  color: #145174;
  line-height: 1.4;
  text-decoration: none;
}
header nav#main-menu.mega-menu > ul > li > ul a > div {
  display: flex;
  flex-direction: column;
}
header nav#main-menu.mega-menu > ul > li > ul a > span, header nav#main-menu.mega-menu > ul > li > ul a > div > span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #757575;
  line-height: 1.4;
  margin: 5px 0 0;
}
header nav#main-menu.mega-menu > ul > li > ul a > img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 90px;
  border-radius: 5px;
  margin: 0 0 20px;
  transition: all 0.2s ease-out;
}
header nav#main-menu.mega-menu > ul > li > ul a:hover > img {
  opacity: 0.8;
}
header nav#main-menu.mega-menu > ul > li > ul li {
  display: block;
  position: relative;
  padding: 0 0 4px;
  margin: 0 0 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
header nav#main-menu.mega-menu > ul > li > ul li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
header nav#main-menu.mega-menu > ul > li > ul li:hover > a {
  color: #8e5f25;
}
header nav#main-menu.mega-menu > ul > li:hover > ul {
  display: block;
}
header nav#main-menu.mega-menu > ul > li {
  /*
  * Submenu opens to the left
  */
}
header nav#main-menu.mega-menu > ul > li.open-left > ul {
  left: auto;
  right: 0;
}
header nav#main-menu.mega-menu > ul > li.open-left > ul > li > ul {
  left: auto;
  right: 100%;
}
header nav#main-menu.mega-menu > ul > li {
  /*
  * Menu item has space left
  */
}
header nav#main-menu.mega-menu > ul > li.has-space-left {
  margin-left: 35px;
}
header nav#main-menu.mega-menu > ul > li {
  /*
  * Menu item has icon/image
  */
}
header nav#main-menu.mega-menu > ul > li.has-image > a {
  display: flex;
  flex-direction: row;
}
header nav#main-menu.mega-menu > ul > li.has-image > a > img {
  display: block;
  width: auto;
  height: 20px;
  align-self: center;
  margin: 0 10px 0 0;
}
header nav#main-menu.mega-menu > ul > li {
  /*
  * Submenu has columns (mega menu)
  */
}
header nav#main-menu.mega-menu > ul > li.columns {
  position: static;
}
header nav#main-menu.mega-menu > ul > li.columns li {
  padding-bottom: 20px;
  margin-bottom: 0;
  border-bottom: 0;
}
header nav#main-menu.mega-menu > ul > li.columns > ul {
  flex-direction: row;
  flex-wrap: wrap;
  right: 0;
  padding: 25px 25px 0;
}
header nav#main-menu.mega-menu > ul > li.columns > ul > li {
  margin: 0 25px 0 0;
}
header nav#main-menu.mega-menu > ul > li.columns > ul > li > ul {
  display: block;
  min-width: 100%;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  padding: 15px 0 0;
}
header nav#main-menu.mega-menu > ul > li.columns > ul > li > ul > li {
  padding-bottom: 0;
  margin-bottom: 8px;
}
header nav#main-menu.mega-menu > ul > li.columns > ul > li > ul > li > a {
  font-size: 14px;
  color: #757575;
}
header nav#main-menu.mega-menu > ul > li.columns > ul > li > ul > li:last-child {
  margin-bottom: 0;
}
header nav#main-menu.mega-menu > ul > li.columns > ul > li > ul > li:hover > a {
  color: #145174;
}
header nav#main-menu.mega-menu > ul > li.columns > ul > li:last-child {
  padding-bottom: 20px;
}
header nav#main-menu.mega-menu > ul > li.columns > ul > li.menu-item-has-children > a:after {
  display: none;
}
header nav#main-menu.mega-menu > ul > li.columns > ul a {
  padding: 0;
}
header nav#main-menu.mega-menu > ul > li.columns.columns-4 > ul > li {
  width: calc(25% - 25px);
}
header nav#main-menu.mega-menu > ul > li.columns.columns-3 > ul > li {
  width: calc(33.33333333% - 25px);
}
header nav#main-menu.mega-menu > ul > li.columns.columns-3 > ul > li a img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 90px;
  border-radius: 5px;
  margin: 0 0 20px;
  transition: all 0.2s ease-out;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
header nav#main-menu.mega-menu > ul > li.columns.columns-2 > ul > li {
  width: calc(50% - 25px);
}
header nav#main-menu.mega-menu > ul > li.columns.custom > ul > li.columns-2 {
  width: calc(50% - 25px);
}
header nav#main-menu.mega-menu > ul > li.columns.custom > ul > li.columns-2 a {
  padding-right: 0;
}
header nav#main-menu.mega-menu > ul > li.columns.custom > ul > li.columns-2 a img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
header nav#main-menu.mega-menu > ul > li.columns.custom > ul > li.columns-2 > ul > li {
  margin-bottom: 8px;
  padding-bottom: 0;
  width: 50%;
}
header nav#main-menu.mega-menu > ul > li.columns.custom > ul > li.columns-2 > ul > li a {
  font-size: 14px;
  color: #757575;
}
header nav#main-menu.mega-menu > ul > li.columns.custom > ul > li.columns-2 > ul > li:hover > a {
  color: #145174;
}
header nav#main-menu.mega-menu > ul > li.columns.custom > ul > li.columns-2 > ul > li.right {
  float: right;
}
header nav#main-menu.mega-menu > ul > li.columns.custom > ul > li.columns-2 > ul > li.left {
  float: left;
}
header nav#main-menu.mega-menu > ul > li.columns.custom > ul > li.columns-2 > ul > li > ul {
  padding-left: 12px;
  margin-top: 8px;
}
header nav#main-menu.mega-menu > ul > li.columns.custom > ul > li.columns-2 > ul > li > ul > li {
  margin-bottom: 8px;
  padding-bottom: 0;
}
header nav#main-menu.mega-menu > ul > li.columns.custom > ul > li.columns-4 {
  width: calc(25% - 25px);
}
header nav#main-menu.mega-menu > ul > li.columns.custom > ul > li.columns-4 a img {
  height: 90px;
}
header nav#main-menu.mega-menu > ul > li.columns.custom > ul > li.columns-4 a {
  padding-right: 0;
}
header nav#main-menu.mega-menu > ul > li.columns:hover > ul {
  display: flex;
}
header nav#main-menu.mega-menu > ul > li {
  /*
  * Submenu items have icons
  */
}
header nav#main-menu.mega-menu > ul > li.has-icons > ul > li.has-image {
  padding-bottom: 20px;
  margin-bottom: 20px !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
header nav#main-menu.mega-menu > ul > li.has-icons > ul > li.has-image > a {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
header nav#main-menu.mega-menu > ul > li.has-icons > ul > li.has-image > a > img {
  max-width: 48px;
  max-height: 100%;
  margin: 0 20px 0 0;
}
header nav#main-menu.mega-menu > ul > li.has-icons.columns-2 > ul > li:nth-last-child(-n+2), header nav#main-menu.mega-menu > ul > li.has-icons.columns-4 > ul > li:nth-last-child(-n+4) {
  margin-bottom: 0 !important;
  border-bottom: 0;
}
header nav#main-menu.mega-menu > ul > li {
  /*
  * Submenu items have icons
  */
}
header nav#main-menu.mega-menu > ul > li.has-images > ul > li.has-image {
  padding-bottom: 20px;
  margin-bottom: 20px !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
header nav#main-menu.mega-menu > ul > li.has-images.columns-2 > ul > li:nth-last-child(-n+2), header nav#main-menu.mega-menu > ul > li.has-images.columns-4 > ul > li:nth-last-child(-n+4) {
  margin-bottom: 0 !important;
  border-bottom: 0;
}
@media only screen and (max-width: 1460px) {
  header nav#main-menu.mega-menu > ul > li.has-space-left {
    margin-left: 0;
  }
}

.mm-menu .mm-listview img {
  display: none;
}
.mm-menu span.description {
  display: block;
  margin: 5px 0 0;
  color: #757575;
  white-space: normal;
}

/* MWBF STYLING */
header nav#main-menu.mega-menu > ul > li > a {
  font-size: 15px;
}
header nav#main-menu.mega-menu > ul > li.menu-item-has-children > a {
  padding-right: 25px;
  position: relative;
}
header nav#main-menu.mega-menu > ul > li.menu-item-has-children > a:after {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -1px;
  opacity: 0.5;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' viewBox='0 0 14 14'%3E%3Cpolyline fill='none' stroke-width='1.5' stroke='%23888888' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' points='3.5,6.5 8,11 12.5,6.5'%3E%3C/polyline%3E%3C/svg%3E");
  transform: translateY(-50%) scale(0.4);
  border: 0;
}

header nav#main-menu > ul > li > a {
  line-height: 50px;
  border-bottom: 0;
}

header nav#main-menu > ul > li:hover > a {
  color: #8e5f25;
  border-bottom: 0;
}

header nav#main-menu > ul > li > a:before {
  display: block;
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  bottom: 2px;
  left: 50%;
  transform: translateX(-50%);
  background: #8e5f25;
  border-radius: 1px;
  transition: all 0.2s ease-out;
}

header nav#main-menu > ul > li:hover > a:before {
  width: 20px;
}

section.split-text-infobox .container {
  display: flex;
  gap: 3em;
}
section.split-text-infobox .container > * {
  flex: 1 1 50%;
}
section.split-text-infobox .container .right.side {
  color: #145174;
  font-weight: 700 !important;
}
section.split-text-infobox .container .right.side p {
  font-weight: 700;
}
section.split-text-infobox .container .right.side img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}
section.split-text-infobox .container .right.side .background-blue {
  background: #e6edf1;
  border-radius: 0.7em;
}
section.split-text-infobox .container .right.side h1,
section.split-text-infobox .container .right.side h2,
section.split-text-infobox .container .right.side h3,
section.split-text-infobox .container .right.side h4,
section.split-text-infobox .container .right.side h5,
section.split-text-infobox .container .right.side h6,
section.split-text-infobox .container .right.side .h1,
section.split-text-infobox .container .right.side .h2,
section.split-text-infobox .container .right.side .h3,
section.split-text-infobox .container .right.side .h4,
section.split-text-infobox .container .right.side .h5,
section.split-text-infobox .container .right.side .h6 {
  color: #145174;
  font-weight: 700;
}
section.split-text-infobox .container .right.side .content {
  padding: 2.5em;
}
@media (max-width: 1350px) and (min-width: 1180px) {
  section.split-text-infobox .container {
    flex-direction: column;
  }
}
@media (max-width: 900px) {
  section.split-text-infobox .container {
    flex-direction: column;
  }
}

.gallery-relaunch .text h2,
.gallery-relaunch .text .h2 {
  margin-bottom: 0.8em !important;
}
.gallery-relaunch.t-g .split-content {
  gap: 40px;
  display: flex;
}
.gallery-relaunch.t-g .split-content .side.left {
  flex: 0 1 31%;
}
.gallery-relaunch.t-g .split-content .side.right {
  max-width: 69%;
}
@media (max-width: 1600px) {
  .gallery-relaunch.t-g .split-content {
    flex-wrap: wrap;
  }
  .gallery-relaunch.t-g .split-content .side.left,
  .gallery-relaunch.t-g .split-content .side.right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.gallery-relaunch.g2 .innerWrap {
  max-width: 1670px;
}
.gallery-relaunch.g2 .slick-slider .slick-slide:not(.slick-current) {
  opacity: unset;
}
.gallery-relaunch.g2 img {
  aspect-ratio: 520/502;
}
.gallery-relaunch.g2 figcaption {
  font-size: 22px;
}
.gallery-relaunch .side.gallery .slider-relaunch .slick-track {
  display: flex;
}
.gallery-relaunch .side.gallery .slider-relaunch .slide-relaunch {
  position: relative;
  margin-inline: 10px;
  height: auto;
}
.gallery-relaunch .side.gallery .slider-relaunch .slide-relaunch img {
  border-radius: 20px;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.gallery-relaunch .slick-slider .slick-list {
  margin-bottom: 40px;
}
.gallery-relaunch .slick-slider .slick-slide {
  transition: opacity 500ms ease-in-out;
}
.gallery-relaunch .slick-slider .slick-slide:not(.slick-current) {
  opacity: 0.5;
}
.gallery-relaunch .slick-slider button.slick-arrow {
  background: 0 transparent;
  width: 25px;
  height: 51px;
}
.gallery-relaunch .slick-slider button.slick-arrow svg,
.gallery-relaunch .slick-slider button.slick-arrow img {
  width: 100%;
  height: 100%;
}
.gallery-relaunch .slick-slider button.slick-arrow svg *,
.gallery-relaunch .slick-slider button.slick-arrow img * {
  fill: #8e5f25;
}
.gallery-relaunch .slick-slider button.slick-arrow.slick-next {
  transform: rotate(180deg);
}
.gallery-relaunch .slick-slider button.slick-arrow::before {
  content: "";
  display: none;
}
.gallery-relaunch .slick-slider .slick-arrow {
  position: absolute;
  top: calc(50% - 25px);
  z-index: 10;
}
.gallery-relaunch .slick-slider .slick-arrow.slick-prev {
  left: 25px;
}
.gallery-relaunch .slick-slider .slick-arrow.slick-next {
  right: 25px;
}
.gallery-relaunch .slick-slider ul.slick-dots {
  position: absolute;
  bottom: -40px;
  display: flex;
  justify-content: center;
  width: 100%;
  align-items: center;
  margin-top: 15px;
}
.gallery-relaunch .slick-slider ul.slick-dots li {
  list-style-type: none;
  padding: 4px;
}
.gallery-relaunch .slick-slider ul.slick-dots li button {
  color: transparent;
  background: #8e5f25;
  border-radius: 50%;
  aspect-ratio: 1;
  width: 7px;
  height: 7px;
}
.gallery-relaunch .slick-slider ul.slick-dots li:not(.slick-active) button, .gallery-relaunch .slick-slider ul.slick-dots li:hover button {
  opacity: 70%;
}

#page-frontpage-2021 .gallery-relaunch.g2 .innerWrap {
  max-width: 1670px;
}

#page-custom .disclaimer .text p + h5 {
  margin-top: 30px;
}

#page-custom .disclaimer .text p + .h5 {
  margin-top: 30px;
}

#page-custom section.proven .sources-wrap {
  width: 50%;
  flex: 0 0 auto;
}

#page-custom section.proven .custom-accordion {
  width: 100%;
  margin-top: 30px;
}
#page-custom section.proven .custom-accordion a {
  padding: 10px;
}
#page-custom section.proven .custom-accordion .text {
  padding-left: 10px;
  padding-bottom: 10px;
}

@media (max-width: 1180px) {
  #page-custom section.proven .sources-wrap {
    width: 100%;
  }
  #page-custom section.proven .custom-accordion .sources {
    padding-left: 0;
  }
}
/* EXT: Yikes Mailchimp */
.yikes-mailchimp-container {
  max-width: 621px;
}
.yikes-mailchimp-container .wpcf7 label > span {
  font-size: 19px !important;
  line-height: 2.1;
}
.yikes-mailchimp-container .button {
  width: min(298px, 100%) !important;
  min-height: unset !important;
  padding: 10px 25px 10px !important;
}
.yikes-mailchimp-container .edit-link {
  display: none !important;
}
.yikes-mailchimp-container .yikes-mailchimp-field-required > span::after {
  content: "*";
}

.yikes-easy-mc-form input[type=email],
.yikes-easy-mc-form input[type=number],
.yikes-easy-mc-form input[type=text],
.yikes-easy-mc-form input[type=url],
.yikes-easy-mc-form select {
  background-color: white !important;
  border: 1px solid #0e5271 !important;
}

/* EXT: mc4wp-form */
.mc4wp-form {
  text-align: left;
}

.mc4wp-form .row {
  width: 100%;
  display: table;
  margin: 0 0 20px;
  table-layout: fixed;
}

.mc4wp-form .row .column {
  display: table-cell;
  width: 33.3%;
  text-align: left;
  padding: 0 35px 0 0;
}

.mc4wp-form .row.wide {
  display: block;
}

.mc4wp-form .row.wide .column {
  display: block;
  width: 100%;
  text-align: left;
  padding: 0;
}

.mc4wp-form label {
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  color: #0e5271;
  margin: 0 0 5px;
}

.mc4wp-form label > span {
  font-size: 18px;
}

.mc4wp-form select {
  height: 35px;
  font-family: "Fira Sans", sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #0e5271;
  padding: 0 20px;
  background: #fff;
  border: 1px solid #0e5271;
  border-radius: 25px;
}

.mc4wp-form input[type=text],
.mc4wp-form input[type=tel],
.mc4wp-form input[type=email] {
  width: 100%;
  height: 35px;
  font-family: "Fira Sans", sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #0e5271;
  vertical-align: middle;
  padding: 0 10px;
  border: 1px solid #0e5271;
  -webkit-appearance: none;
  border-radius: 25px;
}

.mc4wp-form textarea {
  display: block;
  min-width: 100%;
  width: 100%;
  max-width: 100%;
  min-height: 250px;
  height: 250px;
  max-height: 400px;
  font-family: "Fira Sans", sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #0e5271;
  padding: 10px;
  border: 1px solid #0e5271;
  -webkit-appearance: none;
  border-radius: 10px;
}

.mc4wp-form span.wpcf7-list-item {
  margin: 0;
}

.mc4wp-form span.wpcf7-list-item-label {
  font-size: 14px !important;
}

.mc4wp-form input[type=checkbox] {
  margin: 0 5px 0 0;
}

.mc4wp-form span.wpcf7-not-valid-tip {
  font-size: 13px;
  color: #fff;
  padding: 5px 10px;
  margin: 2px 0 0;
  background: #c0392b;
}

.mc4wp-form .wpcf7-response-output {
  vertical-align: top;
  margin: 25px 0 0 !important;
  padding: 10px !important;
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  background: #c0392b;
  border: 0 !important;
}

.mc4wp-form form.invalid .wpcf7-response-output {
  background: #26a65b;
}

.mc4wp-form .tohide {
  display: none;
  padding: 20px;
  background: #f4f4f4;
}

.mc4wp-form div.informationsmaterial {
  padding: 20px;
  background: #e6edf1;
  border-radius: 10px;
}

.mc4wp-form input[type=checkbox] {
  display: none;
}

.mc4wp-form input[type=checkbox] + span {
  display: block;
  position: relative;
  font-weight: 500;
  padding-left: 27px;
}

.mc4wp-form input[type=checkbox] + span:before {
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
  line-height: 17px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  background: #fff;
  border: 1px solid #8e5f25;
  border-radius: 8px;
}

.mc4wp-form input[type=checkbox]:checked + span:before {
  content: "✓";
  background: #8e5f25;
}

#page-frontpage-2021 section.key-visual .christmas-overlay {
  position: absolute;
  inset: 0 0 0 auto;
  background: #e6edf1;
  z-index: 1;
  width: min(100%, 557px);
}
#page-frontpage-2021 section.key-visual .christmas-overlay .container {
  position: relative;
  width: 100%;
  height: 100%;
  padding-bottom: 80px;
}
@media (max-width: 1024px) {
  #page-frontpage-2021 section.key-visual .christmas-overlay .container {
    padding-bottom: 0;
  }
}
#page-frontpage-2021 section.key-visual .christmas-overlay .container img.background {
  position: absolute;
  inset: 0;
  display: unset;
  top: 0px;
  bottom: 0;
  left: 10px;
  right: 10px;
  z-index: -1;
}
#page-frontpage-2021 section.key-visual .christmas-overlay .container .text {
  padding: 3rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 600px) {
  #page-frontpage-2021 section.key-visual .christmas-overlay .container .text {
    padding: 1.5rem;
  }
}
#page-frontpage-2021 section.key-visual .christmas-overlay .container .text h3,
#page-frontpage-2021 section.key-visual .christmas-overlay .container .text .h3 {
  color: #185073;
  font-size: 44px;
  font-size: clamp(28px, 2.3vw, 44px);
  margin-bottom: 1em;
  text-align: left;
}
#page-frontpage-2021 section.key-visual .christmas-overlay .container .text img.baum {
  top: unset;
  bottom: 100%;
  left: unset;
  right: 0;
  width: 134px;
  aspect-ratio: 134/176;
  min-height: unset;
  position: absolute;
}
@media (max-width: 440px) {
  #page-frontpage-2021 section.key-visual .christmas-overlay .container .text img.baum {
    width: clamp(80px, 21vw, 100px);
  }
}
@media (max-width: 380px) {
  #page-frontpage-2021 section.key-visual .christmas-overlay .container .text img.baum {
    display: none;
  }
}
#page-frontpage-2021 section.key-visual .christmas-overlay .container .text .button-container {
  margin-top: auto;
  position: relative;
}
#page-frontpage-2021 section.key-visual .christmas-overlay .container .text a.button {
  display: block;
  text-align: left;
  background-image: url(../assets/images/btn-arrow.svg);
  background-repeat: no-repeat;
  background-position: right 28px center;
  background-size: 15px auto;
}
#page-frontpage-2021 section.key-visual .christmas-overlay .container .text a.button:not(:first-of-type) {
  margin-top: 15px;
}
#page-frontpage-2021 section.key-visual .christmas-overlay .container .text ul {
  margin-bottom: 1em;
  padding-left: 0px;
}
#page-frontpage-2021 section.key-visual .christmas-overlay .container .text ul li {
  font-size: clamp(18px, 1.5vw, 25px);
  margin-bottom: 0.9em;
  background: rgba(230, 237, 241, 0.3764705882);
  z-index: 2;
  width: -moz-fit-content;
  width: fit-content;
}
#page-frontpage-2021 section.key-visual .christmas-overlay .container .text ul li::before {
  background: url("../assets/images/bulletpoint-christmas.svg") no-repeat center center;
}
#page-frontpage-2021 section.key-visual .christmas-overlay + img {
  padding-right: min(100%, 550px);
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 1024px) {
  #page-frontpage-2021 section.key-visual .image.weihnachten {
    aspect-ratio: 1719/1000;
  }
}
@media (max-width: 700px) {
  #page-frontpage-2021 section.key-visual .image.weihnachten {
    aspect-ratio: 14/10;
  }
}
@media (max-width: 600px) {
  #page-frontpage-2021 section.key-visual .image.weihnachten {
    aspect-ratio: 1;
  }
}

#page-frontpage-2021 section.newheader {
  text-align: left;
  position: relative;
  padding: 102px 0 0 0;
  margin-top: unset;
  max-width: unset;
  overflow: hidden;
  max-width: 2500px;
}
#page-frontpage-2021 section.newheader .innerWrap {
  max-width: 1670px;
}
#page-frontpage-2021 section.newheader .imgcontainer {
  position: absolute;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  height: min(110%, 66vw);
  max-height: 1250px;
  right: -12%;
  top: -81px;
}
#page-frontpage-2021 section.newheader .imgcontainer img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
  position: relative;
}
@media (min-width: 2250px) and (max-width: 2400px) {
  #page-frontpage-2021 section.newheader .imgcontainer {
    right: -7%;
  }
}
@media (min-width: 2400px) {
  #page-frontpage-2021 section.newheader .imgcontainer {
    right: 0%;
  }
}
@media (min-width: 2901px) {
  #page-frontpage-2021 section.newheader .imgcontainer {
    right: 0%;
  }
}
@media (max-width: 1040px) {
  #page-frontpage-2021 section.newheader .imgcontainer {
    position: unset;
    width: 125%;
    height: unset;
    max-height: 1024px;
    margin-top: -36%;
    transform: translateX(-12%);
  }
  #page-frontpage-2021 section.newheader .imgcontainer img {
    -o-object-position: 85% center;
       object-position: 85% center;
    right: 0px;
    top: 55px;
  }
}
@media (max-width: 600px) {
  #page-frontpage-2021 section.newheader .imgcontainer {
    transform: translateX(-15%);
    margin-top: -36%;
  }
}
#page-frontpage-2021 section.newheader .contentcontainer {
  margin-block: clamp(20px, 5.5704697987px + 0.033557047 * 100vw, 70px) 100px;
  max-width: min(45%, 655px);
}
@media (min-width: 2901px) {
  #page-frontpage-2021 section.newheader .contentcontainer {
    max-width: min(60%, 890px);
  }
}
@media (min-width: 2560px) {
  #page-frontpage-2021 section.newheader .contentcontainer {
    max-width: min(49%, 770px);
  }
}
@media (max-width: 1040px) {
  #page-frontpage-2021 section.newheader .contentcontainer {
    max-width: unset;
  }
}
#page-frontpage-2021 section.newheader .contentcontainer .text {
  width: unset;
  margin-top: 31px;
  padding-right: 0;
}
#page-frontpage-2021 section.newheader .contentcontainer .text p {
  color: #185073;
  font-size: 20px;
  line-height: 1.4;
  margin-top: 2em;
  font-size: clamp(14px, 12.2684563758px + 0.0040268456 * 100vw, 20px);
}
#page-frontpage-2021 section.newheader .contentcontainer .text h1,
#page-frontpage-2021 section.newheader .contentcontainer .text .h1 {
  font-size: 46px;
  font-size: clamp(30px, 25.3825503356px + 0.010738255 * 100vw, 46px);
  font-weight: 700;
}
#page-frontpage-2021 section.newheader .contentcontainer .contact {
  max-width: 490px;
  margin-top: 4.5em;
  display: block;
}
@media (min-width: 2560px) {
  #page-frontpage-2021 section.newheader .contentcontainer .contact {
    max-width: 580px;
  }
}
#page-frontpage-2021 section.newheader .contentcontainer .contact > .button {
  margin-right: unset;
  width: 100%;
}
#page-frontpage-2021 section.newheader .contentcontainer .contact .phone {
  padding-inline: unset;
  padding-block: clamp(0, -14.4295302013px + 0.033557047 * 100vw, 50px) 5px;
  border-bottom: 1px solid #185073;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}
#page-frontpage-2021 section.newheader .contentcontainer .contact .phone h4,
#page-frontpage-2021 section.newheader .contentcontainer .contact .phone .h4 {
  font-size: 22px;
  flex: 100%;
}
#page-frontpage-2021 section.newheader .contentcontainer .contact .phone small {
  margin-left: auto;
  margin-bottom: 15px;
}
@media (max-width: 480px) {
  #page-frontpage-2021 section.newheader .contentcontainer .contact .phone {
    align-items: center;
    text-align: center;
  }
  #page-frontpage-2021 section.newheader .contentcontainer .contact .phone > * {
    flex: 100%;
    text-align: center;
  }
  #page-frontpage-2021 section.newheader .contentcontainer .contact .phone .button-ghost {
    max-width: 222px;
    margin-inline: auto;
  }
}
#page-frontpage-2021 section.newheader .contentcontainer .row-ratings {
  display: flex;
  gap: 15px;
  margin-top: clamp(20px, 5.5704697987px + 0.033557047 * 100vw, 70px);
  flex-wrap: wrap;
}
#page-frontpage-2021 section.newheader .contentcontainer .rating {
  padding: 20px 25px;
  position: relative;
  background: #f8f8f8;
  border-radius: 10px;
  color: #185073;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1294117647);
}
#page-frontpage-2021 section.newheader .contentcontainer .rating span.stars {
  margin-bottom: 13px;
}
#page-frontpage-2021 section.newheader .contentcontainer .rating > *:not(:first-child) {
  margin-top: 7px;
}
#page-frontpage-2021 section.newheader .contentcontainer .rating .button-ghost {
  position: relative;
  margin-top: 2em;
}
#page-frontpage-2021 section.newheader .contentcontainer .rating .button-ghost::after {
  display: inline-block;
  content: "";
  width: 14px;
  height: 12px;
  margin-left: 1.5em;
  background: url("../assets/images/custom/arrow-right.svg") no-repeat center center;
  background-size: auto 12px;
}

#page-frontpage-2021 > section.intro + section.usps-neu {
  padding-top: 0px;
}

#page-frontpage-2021 .text p {
  margin-bottom: clamp(25px, 19.2281879195px + 0.0134228188 * 100vw, 45px);
}
#page-frontpage-2021 .text p + h1,
#page-frontpage-2021 .text p + h2,
#page-frontpage-2021 .text p + h3,
#page-frontpage-2021 .text p + h4,
#page-frontpage-2021 .text p + h5,
#page-frontpage-2021 .text p + h6,
#page-frontpage-2021 .text p + .h1,
#page-frontpage-2021 .text p + .h2,
#page-frontpage-2021 .text p + .h3,
#page-frontpage-2021 .text p + .h4,
#page-frontpage-2021 .text p + .h5,
#page-frontpage-2021 .text p + .h6 {
  margin-top: clamp(35px, 23.4563758389px + 0.0268456376 * 100vw, 75px);
  margin-bottom: clamp(15px, 10.6711409396px + 0.0100671141 * 100vw, 30px);
}
#page-frontpage-2021 {
  overflow-x: hidden;
}
#page-frontpage-2021 section.usps-neu .innerWrap {
  max-width: 1770px;
}
#page-frontpage-2021 section.usps-neu .text {
  max-width: 780px;
  margin-inline: auto;
  text-align: center;
}
#page-frontpage-2021 section.usps-neu .text h1,
#page-frontpage-2021 section.usps-neu .text h2,
#page-frontpage-2021 section.usps-neu .text h3,
#page-frontpage-2021 section.usps-neu .text h4,
#page-frontpage-2021 section.usps-neu .text .h1,
#page-frontpage-2021 section.usps-neu .text .h2,
#page-frontpage-2021 section.usps-neu .text .h3,
#page-frontpage-2021 section.usps-neu .text .h4 {
  font-size: 36px;
}
#page-frontpage-2021 section.usps-neu .text > * {
  text-align: center;
}
#page-frontpage-2021 section.usps-neu h5,
#page-frontpage-2021 section.usps-neu p,
#page-frontpage-2021 section.usps-neu .h5 {
  color: #185073;
}
#page-frontpage-2021 section.usps-neu h5,
#page-frontpage-2021 section.usps-neu .h5 {
  margin-top: -2em;
  font-weight: 800;
  font-size: 24px;
}
@media (max-width: 768px) {
  #page-frontpage-2021 section.usps-neu h5,
  #page-frontpage-2021 section.usps-neu .h5 {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  #page-frontpage-2021 section.usps-neu h5,
  #page-frontpage-2021 section.usps-neu .h5 {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  #page-frontpage-2021 section.usps-neu h5,
  #page-frontpage-2021 section.usps-neu .h5 {
    font-size: 16px;
  }
}
#page-frontpage-2021 section.usps-neu p {
  font-size: 18px;
}
#page-frontpage-2021 section.tilesneu .innerWrap {
  max-width: 1670px;
}
#page-frontpage-2021 section.tilesneu > .text p {
  line-height: 1.6;
}
#page-frontpage-2021 section.tilesneu .card-container {
  perspective: 1000px;
}
#page-frontpage-2021 section.tilesneu .card:focus-within {
  transform: rotateY(180deg);
}
#page-frontpage-2021 section.tilesneu .card {
  width: 100%;
  height: auto;
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.5s ease;
  cursor: pointer;
  aspect-ratio: 520/335;
  color: white;
  text-align: left;
}
#page-frontpage-2021 section.tilesneu .card .back,
#page-frontpage-2021 section.tilesneu .card .front {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
#page-frontpage-2021 section.tilesneu .card .back .card-img-overlay,
#page-frontpage-2021 section.tilesneu .card .front .card-img-overlay {
  top: unset;
}
#page-frontpage-2021 section.tilesneu .card .card-body {
  max-height: 100%;
  overflow: scroll;
}
#page-frontpage-2021 section.tilesneu .card .back {
  transform: rotateY(180deg);
}
#page-frontpage-2021 section.tilesneu .card .back h5,
#page-frontpage-2021 section.tilesneu .card .back .h5 {
  font-size: clamp(16px, 13.6912751678px + 0.0053691275 * 100vw, 24px);
}
#page-frontpage-2021 section.tilesneu .card .back p {
  font-size: clamp(14px, 12.2684563758px + 0.0040268456 * 100vw, 20px);
}
#page-frontpage-2021 section.tilesneu .card .back a::after {
  display: inline-block;
  content: "";
  width: 14px;
  height: 12px;
  margin-left: 1.5em;
  background: url("../assets/images/btn-arrow.svg") no-repeat center center;
  background-size: auto 12px;
}
#page-frontpage-2021 section.tilesneu .card .front img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#page-frontpage-2021 section.tilesneu .card.flipped {
  transform: rotateY(180deg);
}
#page-frontpage-2021 section.tilesneu.v2 .inner-wrap > .text h2,
#page-frontpage-2021 section.tilesneu.v2 .inner-wrap > .text h3,
#page-frontpage-2021 section.tilesneu.v2 .inner-wrap > .text h4,
#page-frontpage-2021 section.tilesneu.v2 .inner-wrap > .text h5,
#page-frontpage-2021 section.tilesneu.v2 .inner-wrap > .text .h2,
#page-frontpage-2021 section.tilesneu.v2 .inner-wrap > .text .h3,
#page-frontpage-2021 section.tilesneu.v2 .inner-wrap > .text .h4,
#page-frontpage-2021 section.tilesneu.v2 .inner-wrap > .text .h5 {
  font-size: clamp(22px, 17.9597315436px + 0.0093959732 * 100vw, 36px);
}
#page-frontpage-2021 section.tilesneu.v2 .inner-wrap > .text p {
  font-size: clamp(24px, 25.1543624161px + -0.0026845638 * 100vw, 20px);
}
#page-frontpage-2021 section.tilesneu.v2 .masonry {
  -moz-column-count: 1;
       column-count: 1;
  -moz-column-gap: 25px;
       column-gap: 25px;
  row-gap: 25px;
}
@media (min-width: 576px) {
  #page-frontpage-2021 section.tilesneu.v2 .masonry {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media (min-width: 992px) {
  #page-frontpage-2021 section.tilesneu.v2 .masonry {
    -moz-column-count: 3;
         column-count: 3;
    max-height: 1230px;
  }
}
#page-frontpage-2021 section.tilesneu.v2 .masonry .card-container-container {
  -moz-column-break-inside: avoid;
       break-inside: avoid-column;
  height: 370px;
  width: 100%;
  aspect-ratio: 52/37;
  height: auto;
  margin-bottom: 22px;
}
#page-frontpage-2021 section.tilesneu.v2 .masonry .card-container-container .card-container {
  height: 100%;
}
#page-frontpage-2021 section.tilesneu.v2 .masonry .card-container-container .card {
  height: 100%;
}
#page-frontpage-2021 section.tilesneu.v2 .masonry .card-container-container:nth-child(1), #page-frontpage-2021 section.tilesneu.v2 .masonry .card-container-container:nth-child(6) {
  width: 100%;
  aspect-ratio: 520/502;
  height: auto;
}
#page-frontpage-2021 section.tilesneu.v2 .masonry .front .card-body p {
  display: none;
}
#page-frontpage-2021 section.ctaneu .content {
  max-width: 1400px;
  padding: 75px 135px;
  padding: clamp(35px, 23.4563758389px + 0.0268456376 * 100vw, 75px) clamp(60px, -141.9230769231px + 0.1442307692 * 100vw, 135px);
}
#page-frontpage-2021 section.ctaneu .content h3,
#page-frontpage-2021 section.ctaneu .content .h3 {
  font-size: 46px;
}
#page-frontpage-2021 section.ctaneu .content p {
  font-size: clamp(16px, 14.2684563758px + 0.0040268456 * 100vw, 22px);
  line-height: 1.2;
}
#page-frontpage-2021 section.ctaneu.zentriert h2,
#page-frontpage-2021 section.ctaneu.zentriert h3,
#page-frontpage-2021 section.ctaneu.zentriert h4,
#page-frontpage-2021 section.ctaneu.zentriert h5,
#page-frontpage-2021 section.ctaneu.zentriert h6,
#page-frontpage-2021 section.ctaneu.zentriert .h2,
#page-frontpage-2021 section.ctaneu.zentriert .h3,
#page-frontpage-2021 section.ctaneu.zentriert .h4,
#page-frontpage-2021 section.ctaneu.zentriert .h5,
#page-frontpage-2021 section.ctaneu.zentriert .h6 {
  font-size: 36px;
}
#page-frontpage-2021 section.ctaneu.zentriert .button-group > * {
  margin-inline: 10px;
}
#page-frontpage-2021 section.ctabild .icon {
  left: -46px;
  top: 50px;
  display: none;
}
@media (min-width: 992px) {
  #page-frontpage-2021 section.ctabild .icon {
    display: block;
  }
}
#page-frontpage-2021 section.ctabild .custompadding {
  padding: 110px 130px 80px 95px;
  padding: clamp(30px, 6.9127516779px + 0.0536912752 * 100vw, 110px) clamp(30px, 1.1409395973px + 0.067114094 * 100vw, 130px) clamp(20px, 2.6845637584px + 0.0402684564 * 100vw, 80px) clamp(30px, 11.2416107383px + 0.0436241611 * 100vw, 95px);
}
#page-frontpage-2021 section.ctabild h2,
#page-frontpage-2021 section.ctabild h3,
#page-frontpage-2021 section.ctabild h4,
#page-frontpage-2021 section.ctabild h5,
#page-frontpage-2021 section.ctabild h6,
#page-frontpage-2021 section.ctabild .h2,
#page-frontpage-2021 section.ctabild .h3,
#page-frontpage-2021 section.ctabild .h4,
#page-frontpage-2021 section.ctabild .h5,
#page-frontpage-2021 section.ctabild .h6 {
  font-size: 46px;
}
#page-frontpage-2021 section.ctabild p {
  font-size: clamp(16px, 14.2684563758px + 0.0040268456 * 100vw, 22px);
  line-height: 1.25;
}
#page-frontpage-2021 section.text-normal .innerWrap.background-grey {
  max-width: 1400px;
}
#page-frontpage-2021 section.text-normal .innerWrap.background-grey .text {
  padding-block: 90px;
  max-width: 770px;
}
#page-frontpage-2021 .text.alt h1,
#page-frontpage-2021 .text.alt h2,
#page-frontpage-2021 .text.alt .h1,
#page-frontpage-2021 .text.alt .h2 {
  margin-bottom: 55px;
}
#page-frontpage-2021 .text.alt h3,
#page-frontpage-2021 .text.alt h4,
#page-frontpage-2021 .text.alt h5,
#page-frontpage-2021 .text.alt h6,
#page-frontpage-2021 .text.alt .h3,
#page-frontpage-2021 .text.alt .h4,
#page-frontpage-2021 .text.alt .h5,
#page-frontpage-2021 .text.alt .h6 {
  font-size: 24px;
  color: #185073;
}
#page-frontpage-2021 .text.alt p {
  font-size: 20px;
  line-height: 1.5;
}
#page-frontpage-2021 .text.alt p a {
  color: #8e5f25;
  border-bottom-color: #8e5f25;
}
#page-frontpage-2021 section.ablaufsection .innerWrap > .text {
  font-size: 18px;
  max-width: 750px;
  line-height: 1.4;
}
#page-frontpage-2021 section.ablaufsection .innerWrap > .text p {
  margin-top: 48px;
}
#page-frontpage-2021 section.ablaufsection .number span {
  font-size: 120px;
  color: #427c9e;
  font-weight: 800;
  line-height: 1.2;
}
#page-frontpage-2021 section.ablaufsection .number img {
  max-width: 77px;
  margin-left: -20px;
  margin-bottom: -20px;
}
#page-frontpage-2021 section.ablaufsection .ablauf .text h5,
#page-frontpage-2021 section.ablaufsection .ablauf .text .h5 {
  font-weight: 700;
  text-transform: unset;
  font-size: 24px;
}
#page-frontpage-2021 section.ablaufsection .ablauf .text p {
  font-size: clamp(16px, 14.2684563758px + 0.0040268456 * 100vw, 22px);
  line-height: 1.3;
}
#page-frontpage-2021 section.ablaufsection .cta * {
  max-width: 575px;
}
#page-frontpage-2021 section.ablaufsection .cta .text {
  font-size: clamp(16px, 14.2684563758px + 0.0040268456 * 100vw, 22px);
  font-weight: 700;
}
#page-frontpage-2021 section.ablaufsection .cta p {
  margin-bottom: 20px;
}
#page-frontpage-2021 section.ablaufsection .cta img {
  aspect-ratio: 575/308;
}
#page-frontpage-2021 section.ablaufsection .cta hr {
  border: 1px solid #185073;
  margin-block: 35px;
}
#page-frontpage-2021 section.ablaufsection .cta .button:not(.button-ghost) {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#page-frontpage-2021 section.ablaufsection .cta .button:not(.button-ghost)::after {
  display: inline-block;
  content: "";
  width: 14px;
  height: 12px;
  margin-left: 1.5em;
  background: url("../assets/images/btn-arrow.svg") no-repeat center center;
  background-size: auto 12px;
}
#page-frontpage-2021 section.faqneusection .col:first-child .text p {
  font-size: 20px;
}
#page-frontpage-2021 section.faqneusection .col:first-child h5,
#page-frontpage-2021 section.faqneusection .col:first-child .h5 {
  color: #185073;
  font-weight: 700;
  font-size: 22px;
}
#page-frontpage-2021 .accordion.faqneu {
  margin-top: clamp(30px, 9.7986577181px + 0.0469798658 * 100vw, 100px);
}
#page-frontpage-2021 .accordion.faqneu .accordion-entry {
  margin-bottom: 0;
  border-radius: 0;
}
#page-frontpage-2021 .accordion.faqneu .accordion-entry > h4,
#page-frontpage-2021 .accordion.faqneu .accordion-entry .h4 {
  font-size: 24px !important;
}
#page-frontpage-2021 .accordion.faqneu .accordion-entry > h4::after,
#page-frontpage-2021 .accordion.faqneu .accordion-entry .h4::after {
  background-image: url("../assets/images/arrow-circle-gold.svg");
  background-repeat: no-repeat;
  transform: translateY(-50%) rotateZ(0deg);
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
}
#page-frontpage-2021 .accordion.faqneu .accordion-entry.show > h4::after, #page-frontpage-2021 .accordion.faqneu .accordion-entry.show > .h4::after {
  transform: translateY(-50%) rotateZ(270deg);
}
#page-frontpage-2021 .accordion.faqneu .accordion-entry:not(:first-child) {
  border-top: 1px solid rgba(0, 0, 0, 0.09);
}
#page-frontpage-2021 .accordion.faqneu .accordion-entry p:last-child:not(:first-child) {
  font-weight: 700;
}
#page-frontpage-2021 .accordion.faqneu .accordion-entry p:last-child:not(:first-child) a {
  display: block;
  color: #8e5f25;
  border-bottom: unset;
  line-height: 1;
}
#page-frontpage-2021 .accordion.faqneu .accordion-entry p:last-child:not(:first-child) a::after {
  display: inline-block;
  content: "";
  width: 18px;
  height: 12px;
  margin-left: 1.5em;
  background: url("../assets/images/pfeil-gold.svg") no-repeat center center;
  background-size: auto 12px;
}
#page-frontpage-2021 a.arrow::after {
  display: inline-block;
  content: "";
  width: 16px;
  height: 12px;
  margin-left: 1.5em;
  background: url("../assets/images/btn-arrow.svg") no-repeat center center;
  background-size: auto 12px;
}
#page-frontpage-2021 .page-id-23452 section.featured.type2 {
  padding-bottom: 150px;
}

#requestform.requestformneu {
  gap: 15px;
}
#requestform.requestformneu a.sofortaufnahmerot {
  width: clamp(60px, 42.6845637584px + 0.0402684564 * 100vw, 120px);
  height: unset;
  aspect-ratio: 1;
  transition: all 200ms ease-in-out;
}
#requestform.requestformneu a.sofortaufnahmerot img,
#requestform.requestformneu a.sofortaufnahmerot svg {
  width: 100%;
  height: 100%;
}
#requestform.requestformneu a.sofortaufnahmerot:hover {
  filter: brightness(1.05);
}
#requestform.requestformneu a.sofortaufnahmerot .xmas img {
  width: clamp(40px, 34.2281879195px + 0.0134228188 * 100vw, 60px);
  height: auto;
}
#requestform.requestformneu a.sofortaufnahmerot .xmas p {
  margin-top: 13px;
  color: #fff;
  text-decoration: none;
  margin-bottom: 0px;
  line-height: 1.2;
}
#requestform.requestformneu a.sofortaufnahmerot.xmas-container {
  width: clamp(92px, 74.3959731544px + 0.0409395973 * 100vw, 153px);
  background: #8e5f25;
  background-image: url("../assets/images/background_sa.svg");
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  max-width: 168px;
  text-decoration: none;
  padding: 15px;
  height: auto;
  aspect-ratio: unset;
}
@media (max-width: 430px) {
  #requestform.requestformneu a.sofortaufnahmerot.xmas-container {
    padding: 10px;
  }
}
#requestform.requestformneu a.mail,
#requestform.requestformneu a.phone {
  display: block;
  width: 75px;
  width: clamp(40px, 29.8993288591px + 0.0234899329 * 100vw, 75px);
  aspect-ratio: 1;
  position: relative;
  background: #8e5f25;
  border-radius: 38px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
}
#requestform.requestformneu a.mail::before,
#requestform.requestformneu a.phone::before {
  display: block;
  content: "";
  width: 100%;
  background-size: 50% !important;
  position: absolute;
  aspect-ratio: 1;
  top: 0;
  left: 0;
  z-index: 2;
  overflow: hidden;
  border-radius: 38px;
}
#requestform.requestformneu a.mail:hover,
#requestform.requestformneu a.phone:hover {
  background: #0e5a82;
}
#requestform.requestformneu a.mail::before {
  background: url("../assets/images/icon-mail2@2x.png") no-repeat center center;
  background-size: 30px;
}
#requestform.requestformneu a.phone::before {
  background: url("../assets/images/telefon.svg") no-repeat center center;
}
#requestform.requestformneu .form {
  bottom: calc(100% + 10px);
}

#bewerbungsformular.modal {
  --bs-modal-width: 90%;
}

.kooperationspartner-akkordion .dropdown.stadt-auswahlen {
  width: -moz-min-content;
  width: min-content;
}
.kooperationspartner-akkordion .dropdown.stadt-auswahlen .dropdown-toggle {
  font-size: 22px;
  color: #757575;
  font-weight: 500;
  padding-inline: 0;
  border: none;
}
.kooperationspartner-akkordion .dropdown.stadt-auswahlen .dropdown-toggle::after {
  content: url("../assets/images/custom/icon-arrow-gold.svg");
  border: none;
  width: 10px;
  height: auto;
  rotate: 90deg;
  margin-left: 15px;
  vertical-align: unset;
}
.kooperationspartner-akkordion .offerItem:nth-child(1) {
  background-color: #f8f8f8;
  z-index: 4;
}
.kooperationspartner-akkordion .offerItem:nth-child(2) {
  background-color: #8e5f25;
  z-index: 3;
}
.kooperationspartner-akkordion .offerItem:nth-child(3) {
  background-color: #8b5e3c;
  z-index: 2;
}
.kooperationspartner-akkordion .offerItem:nth-child(4) {
  background-color: #6d4c32;
  z-index: 1;
}
.kooperationspartner-akkordion .offer-area {
  position: relative;
  z-index: 1;
  width: 100%;
  overflow: hidden;
}
.kooperationspartner-akkordion .offer-tab-link {
  text-align: center;
}
.kooperationspartner-akkordion .offer-tab-link ul li {
  display: inline-block;
  padding: 10px 0;
  margin: 0 -3px;
}
.kooperationspartner-akkordion .offer-tab-link ul li a {
  display: block;
  color: #000;
  font-size: 20px;
  padding: 10px 60px;
  border-bottom: 4px solid #000;
  font-weight: 500;
}
.kooperationspartner-akkordion .offer-tab-link ul li a.active {
  color: darkcyan;
  border-color: darkcyan;
}
.kooperationspartner-akkordion .offer-tab-link ul {
  list-style: none;
  padding: 0;
  margin: 0;
  border: 0;
  justify-content: center;
}
.kooperationspartner-akkordion .offer-content p {
  text-align: left;
  margin: 0;
  width: 100%;
  color: #000;
}
.kooperationspartner-akkordion .offer-content h2,
.kooperationspartner-akkordion .offer-content .h2 {
  text-align: left;
  font-size: 24px;
  color: #000;
  text-transform: uppercase;
}
.kooperationspartner-akkordion .offer-content {
  max-width: 460px;
  margin: 0 auto;
  top: 50%;
  position: relative;
  transform: translate(0, -50%);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.kooperationspartner-akkordion .offer-content a {
  background: darkcyan;
  color: #fff;
  padding: 10px 20px;
  display: inline-block;
  margin-top: 10px;
  border: 0;
  border-radius: 3px;
}
.kooperationspartner-akkordion .offerItem {
  border-bottom-right-radius: 15px;
  border-top-right-radius: 15px;
  min-height: 450px;
  padding: 0 clamp(12px, 11.1342281879px + 0.0020134228 * 100vw, 15px);
  width: clamp(26px, 10.4161073826px + 0.0362416107 * 100vw, 80px);
  overflow: hidden;
  float: left;
  position: relative;
  transition: 0.3s ease;
  max-height: 600px;
}
.kooperationspartner-akkordion .offerItem:nth-child(1) .offerItemTitle {
  color: darkgray;
}
.kooperationspartner-akkordion .offerItem .offerItemTitle {
  /* position: absolute; */
  /* right: 40px; */
  /* z-index: 1; */
  /* width: 0px; */
  color: #fff;
  /* transform: rotate(-90deg); */
  transform-origin: unset;
  text-align: center;
  /* margin: 0 auto; */
  /* top: 92.6%; */
  /* height: 80px; */
  /* height: 100%; */
  line-height: clamp(0px, -23.0872483221px + 0.0536912752 * 100vw, 80px);
  cursor: pointer;
  text-transform: uppercase;
  writing-mode: sideways-lr;
  text-orientation: mixed;
  align-self: end;
  font-size: clamp(16px, 13.1140939597px + 0.0067114094 * 100vw, 26px);
}
.kooperationspartner-akkordion .offerItem:not(:last-child) {
  box-shadow: 20px 0px 20px 0px rgba(0, 0, 0, 0.14);
}
.kooperationspartner-akkordion .offerItem.active {
  width: calc(100% - 3 * clamp(26px, 10.4161073826px + 0.0362416107 * 100vw, 80px));
}
.kooperationspartner-akkordion .offerItem.active .offer-detail .row .col:first-child {
  max-width: 40% !important;
}
.kooperationspartner-akkordion .offerItem.active .offer-img {
  max-width: 415px;
}
.kooperationspartner-akkordion .offerItem.active .offer-content {
  transition: 0.3s ease;
  opacity: 1;
}
.kooperationspartner-akkordion .offerItem:not(.active):not(:first-child) {
  width: calc(clamp(26px, 10.4161073826px + 0.0362416107 * 100vw, 80px) + 15px);
}
.kooperationspartner-akkordion .offerItem.active:not(:first-child) {
  width: calc(100% - 3 * clamp(26px, 10.4161073826px + 0.0362416107 * 100vw, 80px) + 15px);
}
.kooperationspartner-akkordion .offerItem:not(:first-child) {
  margin-left: -15px;
  padding-left: calc(clamp(5px, 2.1140939597px + 0.0067114094 * 100vw, 15px) + 15px);
}
.kooperationspartner-akkordion .offerItem:not(:first-child) .offerItemTitle {
  left: 55px;
}
.kooperationspartner-akkordion .offerItem:first-child {
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
.kooperationspartner-akkordion .offerItem:first-child .offer-detail {
  width: inherit;
}
.kooperationspartner-akkordion .offer-img {
  margin: 0 -15px;
}
.kooperationspartner-akkordion .offer-detail {
  width: unset;
  flex: 1 1 100%;
  padding: clamp(20px, 14.2281879195px + 0.0134228188 * 100vw, 40px);
  max-height: 600px;
  color: #fff;
}
.kooperationspartner-akkordion .offer-detail a {
  color: #fff;
}
.kooperationspartner-akkordion .offer-tabs.tab-content {
  padding: 0px 0;
}
.kooperationspartner-akkordion .offerslide {
  min-height: 450px;
  display: flex;
  flex-wrap: wrap;
}
.kooperationspartner-akkordion .offerslide:after {
  content: "";
  clear: both;
  display: block;
}
.kooperationspartner-akkordion .offerItem {
  align-items: stretch;
  display: flex;
  flex-direction: column;
}
.kooperationspartner-akkordion .offerItem .kooperations-slider {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease-in-out;
}
.kooperationspartner-akkordion .offerItem.active .kooperations-slider {
  opacity: 1;
  pointer-events: auto;
}
.kooperationspartner-akkordion .kooperations-slider .slick-track {
  display: flex;
  margin-left: 0;
}
.kooperationspartner-akkordion .kooperations-slider .kooperations-slide {
  height: auto;
}
.kooperationspartner-akkordion .kooperations-slider .kooperations-slide .kooperations-box {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  height: 100%;
  text-align: start;
  color: #757575;
  font-size: clamp(15px, 13.5570469799px + 0.0033557047 * 100vw, 20px);
  max-width: 90%;
  padding-right: 10px;
  border-right: 1px solid #b4b4b4;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 929px) {
  .kooperationspartner-akkordion .kooperations-slider .kooperations-slide .kooperations-box {
    border-right: none;
    padding-right: 0;
  }
}
.kooperationspartner-akkordion .kooperations-slider .kooperations-slide .kooperations-box .contact-info {
  margin-block: 25px;
}
.kooperationspartner-akkordion .kooperations-slider .kooperations-slide .kooperations-box a {
  font-weight: 500;
  color: #757575;
  text-decoration: none;
}
.kooperationspartner-akkordion .custom-arrows {
  display: flex;
  justify-content: end;
  gap: 2rem;
  margin-top: 34px;
  padding-top: 1.5rem;
  border-top: 1px solid #b4b4b4;
}
.kooperationspartner-akkordion .custom-arrows .slider-count {
  font-size: clamp(13px, 11.8456375839px + 0.0026845638 * 100vw, 17px);
  color: #757575;
}
.kooperationspartner-akkordion .custom-arrows .slick-prev-c {
  rotate: 180deg;
}
.kooperationspartner-akkordion .custom-arrows .slick-prev-c,
.kooperationspartner-akkordion .custom-arrows .slick-next-c {
  background: transparent;
  border: none;
  cursor: pointer;
}
.kooperationspartner-akkordion .custom-arrows .slick-prev-c img,
.kooperationspartner-akkordion .custom-arrows .slick-next-c img {
  width: 9px;
  height: auto;
}

#page-frontpage-2021 section.intro-standorte {
  padding-bottom: 90px !important;
}
@media (max-width: 768px) {
  #page-frontpage-2021 section.intro-standorte {
    padding-top: 90px;
  }
}
#page-frontpage-2021 section.intro-standorte .innerWrap {
  margin-inline: auto;
  max-width: 1670px;
}
#page-frontpage-2021 section.intro-standorte .intro-img {
  max-width: 100%;
  height: auto;
  position: absolute;
  right: 0;
  top: 7%;
  z-index: -2;
  max-height: 93%;
  width: auto;
}
@media (max-width: 1550px) {
  #page-frontpage-2021 section.intro-standorte .intro-img {
    max-width: 50%;
    top: 9%;
    max-height: 100%;
  }
}
@media (max-width: 769px) {
  #page-frontpage-2021 section.intro-standorte .intro-img {
    max-width: 100%;
    position: relative;
    right: -5%;
  }
}
@media (max-width: 576px) {
  #page-frontpage-2021 section.intro-standorte .intro-img {
    right: -7%;
  }
}
#page-frontpage-2021 section.intro-standorte h1,
#page-frontpage-2021 section.intro-standorte .h1 {
  color: #0b5371;
  font-weight: 700;
  text-align: left;
}
#page-frontpage-2021 section.intro-standorte h1 strong,
#page-frontpage-2021 section.intro-standorte .h1 strong {
  color: #8e5f25;
  font-weight: 700;
}
#page-frontpage-2021 section.intro-standorte h1,
#page-frontpage-2021 section.intro-standorte .h1 {
  text-transform: unset;
}
#page-frontpage-2021 section.intro-standorte .text-wrapper {
  max-width: 650px;
}
#page-frontpage-2021 section.intro-standorte .city-list {
  display: flex;
  justify-content: space-between;
  max-width: 550px;
  margin-left: clamp(0px, -28.8590604027px + 0.067114094 * 100vw, 100px);
}
#page-frontpage-2021 section.intro-standorte .city-list .column {
  width: 37%;
}
#page-frontpage-2021 section.intro-standorte .city-list a {
  text-decoration: none;
  color: #757575;
}
#page-frontpage-2021 section.intro-standorte .city-list a:hover {
  text-decoration: underline;
}
#page-frontpage-2021 section.intro-standorte .city-list .city-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: clamp(13px, 10.4026845638px + 0.0060402685 * 100vw, 22px);
  font-weight: 500;
  color: #145174;
  margin-bottom: 25px;
}
#page-frontpage-2021 section.intro-standorte .zertifikate {
  margin-top: clamp(20px, 14.2281879195px + 0.0134228188 * 100vw, 40px);
  max-width: 235px;
  justify-content: space-between;
}
#page-frontpage-2021 section.intro-standorte .info {
  border-radius: 10px;
  padding: clamp(20px, 11.3422818792px + 0.0201342282 * 100vw, 50px);
  max-width: 380px;
  position: absolute;
  left: 49%;
  bottom: 8%;
}
@media (max-width: 1600px) {
  #page-frontpage-2021 section.intro-standorte .info {
    left: 39%;
  }
}
@media (max-width: 1280px) {
  #page-frontpage-2021 section.intro-standorte .info {
    left: 49%;
  }
}
@media (max-width: 768px) {
  #page-frontpage-2021 section.intro-standorte .info {
    bottom: 3%;
    margin-top: 2rem;
  }
}
@media (max-width: 568px) {
  #page-frontpage-2021 section.intro-standorte .info {
    position: relative;
    left: 0;
  }
}
#page-frontpage-2021 section.intro-standorte .info h4,
#page-frontpage-2021 section.intro-standorte .info p,
#page-frontpage-2021 section.intro-standorte .info .h4 {
  color: #145174;
}
#page-frontpage-2021 section.intro-standorte .info .link-box {
  border-top: 1px solid #757575;
}
#page-frontpage-2021 section.intro-standorte .info a {
  color: #8e5f25;
  font-weight: 500;
  text-decoration: none;
}
#page-frontpage-2021 section.intro-standorte .info a:hover {
  text-decoration: underline;
}
#page-frontpage-2021 section.alkoholentzug {
  position: relative;
}
#page-frontpage-2021 section.alkoholentzug .innerWrap {
  max-width: 1670px;
}
#page-frontpage-2021 section.alkoholentzug .background-grey {
  padding: clamp(20px, 8.4563758389px + 0.0268456376 * 100vw, 60px);
  border-radius: 10px;
}
#page-frontpage-2021 section.alkoholentzug img.grafik {
  width: 70%;
  bottom: -8%;
  left: 10px;
  max-width: 788px;
  max-height: 450px;
  height: auto;
}
@media (min-width: 991px) {
  #page-frontpage-2021 section.alkoholentzug img.grafik {
    position: absolute;
    width: 120%;
  }
}
#page-frontpage-2021 section.alkoholentzug .station,
#page-frontpage-2021 section.alkoholentzug .ambulant {
  background-color: #fff;
  padding: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 10px;
}
#page-frontpage-2021 section.alkoholentzug .station h4,
#page-frontpage-2021 section.alkoholentzug .station .h4,
#page-frontpage-2021 section.alkoholentzug .station p,
#page-frontpage-2021 section.alkoholentzug .ambulant h4,
#page-frontpage-2021 section.alkoholentzug .ambulant .h4,
#page-frontpage-2021 section.alkoholentzug .ambulant p {
  margin-bottom: 20px;
  color: #145174;
}
#page-frontpage-2021 section.alkoholentzug .ortsangabe img.ort {
  margin-right: 10px;
}
#page-frontpage-2021 section.alkoholentzug .ortsangabe p {
  margin-bottom: 0;
  line-height: 1.2;
}
#page-frontpage-2021 section.alkoholentzug .detail span {
  font-weight: 500;
  font-size: 20px;
}
#page-frontpage-2021 section.alkoholentzug .contact h4,
#page-frontpage-2021 section.alkoholentzug .contact .h4 {
  color: #145174;
  padding-top: 5px;
}
#page-frontpage-2021 section.alkoholentzug .contact {
  color: #757575;
}
#page-frontpage-2021 section.alkoholentzug .contact .button {
  font-weight: 500;
}
#page-frontpage-2021 section.alkoholentzug .contact .button.button-ghost {
  color: #8e5f25 !important;
  border: none;
  background: #fff;
}
#page-frontpage-2021 section.alkoholentzug.bundesweit a.button {
  background-color: #145174;
}
#page-frontpage-2021 section.alkoholentzug.bundesweit img.grafik {
  width: 70%;
  top: -100px;
  bottom: unset;
  left: 10px;
  max-width: 788px;
  max-height: unset;
  height: auto;
  z-index: 0;
}
@media (min-width: 991px) {
  #page-frontpage-2021 section.alkoholentzug.bundesweit img.grafik {
    position: absolute;
    width: 120%;
  }
}
#page-frontpage-2021 section.alkoholentzug.bundesweit .button-wrapper {
  max-width: 80%;
}
@media (max-width: 768px) {
  #page-frontpage-2021 section.alkoholentzug.bundesweit .button-wrapper {
    max-width: 100%;
  }
}

body.page-id-23452 #page-frontpage-2021 section:not(.faqneusection) .text a.button,
body.tax-stadt #page-frontpage-2021 section:not(.faqneusection) .text a.button {
  font-size: 18px;
}
body.page-id-23452 #page-frontpage-2021 section:not(.faqneusection) .text ul,
body.tax-stadt #page-frontpage-2021 section:not(.faqneusection) .text ul {
  padding-left: 0;
}
body.page-id-23452 #page-frontpage-2021 section:not(.faqneusection) .text ul li,
body.tax-stadt #page-frontpage-2021 section:not(.faqneusection) .text ul li {
  font-size: 22px;
  color: #8e5f25;
}
body.page-id-23452 #page-frontpage-2021 section:not(.faqneusection) .text ul li:before,
body.tax-stadt #page-frontpage-2021 section:not(.faqneusection) .text ul li:before {
  display: block;
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  top: 5px;
  left: 0;
  background: url("../assets/images/custom/checkmark-circle-2.svg") no-repeat center center;
  background-size: auto 14px;
}
body.page-id-23452 #page-frontpage-2021 section:not(.faqneusection) .text h5,
body.page-id-23452 #page-frontpage-2021 section:not(.faqneusection) .text .h5,
body.tax-stadt #page-frontpage-2021 section:not(.faqneusection) .text h5,
body.tax-stadt #page-frontpage-2021 section:not(.faqneusection) .text .h5 {
  text-transform: unset;
}

.page-template-page-suchtkompendium2025 .suchtkompendium2025 .suchtKompendiumText2025,
.tax-mwbf_suchtkomp_cat .suchtkompendium2025 .suchtKompendiumText2025 {
  max-width: 769px;
}
.page-template-page-suchtkompendium2025 .suchtkompendium2025 .suchtKompendiumText2025.text h1,
.page-template-page-suchtkompendium2025 .suchtkompendium2025 .suchtKompendiumText2025.text .h1,
.tax-mwbf_suchtkomp_cat .suchtkompendium2025 .suchtKompendiumText2025.text h1,
.tax-mwbf_suchtkomp_cat .suchtkompendium2025 .suchtKompendiumText2025.text .h1 {
  text-transform: unset !important;
}
.page-template-page-suchtkompendium2025 .suchtkompendium2025 .suchtKompendiumKategorien,
.tax-mwbf_suchtkomp_cat .suchtkompendium2025 .suchtKompendiumKategorien {
  margin: 40px 0 25px 0;
}
.page-template-page-suchtkompendium2025 .suchtkompendium2025 .suchtKompendiumKategorien .container,
.tax-mwbf_suchtkomp_cat .suchtkompendium2025 .suchtKompendiumKategorien .container {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .page-template-page-suchtkompendium2025 .suchtkompendium2025 .suchtKompendiumKategorien .container,
  .tax-mwbf_suchtkomp_cat .suchtkompendium2025 .suchtKompendiumKategorien .container {
    align-items: start;
  }
}
.page-template-page-suchtkompendium2025 .suchtkompendium2025 .suchtKompendiumKategorien .container h3,
.page-template-page-suchtkompendium2025 .suchtkompendium2025 .suchtKompendiumKategorien .container .h3,
.tax-mwbf_suchtkomp_cat .suchtkompendium2025 .suchtKompendiumKategorien .container h3,
.tax-mwbf_suchtkomp_cat .suchtkompendium2025 .suchtKompendiumKategorien .container .h3 {
  color: #8e5f25;
  font-size: 22px;
  margin-right: clamp(20px, 14.2281879195px + 0.0134228188 * 100vw, 40px);
}
.page-template-page-suchtkompendium2025 .suchtkompendium2025 .suchtKompendiumKategorien .container .kategorie-buttons,
.tax-mwbf_suchtkomp_cat .suchtkompendium2025 .suchtKompendiumKategorien .container .kategorie-buttons {
  text-align: start;
}
.page-template-page-suchtkompendium2025 .suchtkompendium2025 .suchtKompendiumKategorien .container .kategorie-buttons .kategorie-button,
.tax-mwbf_suchtkomp_cat .suchtkompendium2025 .suchtKompendiumKategorien .container .kategorie-buttons .kategorie-button {
  padding: 11px 20px;
  background: transparent;
  border: 1px solid #8e5f25;
  color: #8e5f25;
  font-size: 16px;
  border-radius: 1.2rem;
  margin-inline: 2px;
}
.page-template-page-suchtkompendium2025 .suchtkompendium2025 .suchtKompendiumKategorien .container .kategorie-buttons .kategorie-button.active,
.tax-mwbf_suchtkomp_cat .suchtkompendium2025 .suchtKompendiumKategorien .container .kategorie-buttons .kategorie-button.active {
  background: #8e5f25;
  color: white;
}
@media (max-width: 852px) {
  .page-template-page-suchtkompendium2025 .suchtkompendium2025 .suchtKompendiumKategorien .container .kategorie-buttons .kategorie-button,
  .tax-mwbf_suchtkomp_cat .suchtkompendium2025 .suchtKompendiumKategorien .container .kategorie-buttons .kategorie-button {
    margin-bottom: 5px;
  }
}
.page-template-page-suchtkompendium2025 .suchtkompendium2025 .suchtKompendiumAlphabet,
.tax-mwbf_suchtkomp_cat .suchtkompendium2025 .suchtKompendiumAlphabet {
  margin-top: 10px;
  text-align: start;
}
.page-template-page-suchtkompendium2025 .suchtkompendium2025 .suchtKompendiumAlphabet .alphabet-button,
.tax-mwbf_suchtkomp_cat .suchtkompendium2025 .suchtKompendiumAlphabet .alphabet-button {
  margin: 2px;
  padding: 11px 20px;
  border-radius: 1.2rem;
  background: transparent;
  border: 1px solid #8e5f25;
  color: #8e5f25;
  transition: background 0.3s ease;
}
.page-template-page-suchtkompendium2025 .suchtkompendium2025 .suchtKompendiumAlphabet .alphabet-button.active,
.tax-mwbf_suchtkomp_cat .suchtkompendium2025 .suchtKompendiumAlphabet .alphabet-button.active {
  background: #8e5f25;
  color: white;
}
.page-template-page-suchtkompendium2025 .suchtkompendium2025 .output,
.tax-mwbf_suchtkomp_cat .suchtkompendium2025 .output {
  margin-top: 40px;
}
.page-template-page-suchtkompendium2025 .suchtkompendium2025 .output .kompendium-column,
.tax-mwbf_suchtkomp_cat .suchtkompendium2025 .output .kompendium-column {
  text-align: left;
  position: relative;
  width: 33%;
}
.page-template-page-suchtkompendium2025 .suchtkompendium2025 .output .kompendium-letter,
.tax-mwbf_suchtkomp_cat .suchtkompendium2025 .output .kompendium-letter {
  font-weight: bold;
  font-size: 26px;
  margin-top: 1.5em;
  color: #0b5371;
  margin-bottom: -50px;
  margin-left: -10px;
}
.page-template-page-suchtkompendium2025 .suchtkompendium2025 .output .kompendium-entry a,
.tax-mwbf_suchtkomp_cat .suchtkompendium2025 .output .kompendium-entry a {
  font-size: 22px;
  margin-left: 20px;
  padding-top: 1em;
  padding-bottom: 1em;
  display: block;
  text-decoration: none;
  border-bottom: 1px solid #ccc;
  color: #8e5f25;
}
.page-template-page-suchtkompendium2025 .suchtkompendium2025 .output .kompendium-entry a:hover,
.tax-mwbf_suchtkomp_cat .suchtkompendium2025 .output .kompendium-entry a:hover {
  text-decoration: underline;
}
.page-template-page-suchtkompendium2025 .suchtkompendium2025 .kompendium-grid,
.tax-mwbf_suchtkomp_cat .suchtkompendium2025 .kompendium-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.page-template-page-suchtkompendium2025 .suchtkompendium2025 .kompendium-grid .kompendium-column,
.tax-mwbf_suchtkomp_cat .suchtkompendium2025 .kompendium-grid .kompendium-column {
  width: 100%;
}
@media (min-width: 768px) {
  .page-template-page-suchtkompendium2025 .suchtkompendium2025 .kompendium-grid .kompendium-column,
  .tax-mwbf_suchtkomp_cat .suchtkompendium2025 .kompendium-grid .kompendium-column {
    width: calc(50% - 1rem);
  }
}
@media (min-width: 1200px) {
  .page-template-page-suchtkompendium2025 .suchtkompendium2025 .kompendium-grid .kompendium-column,
  .tax-mwbf_suchtkomp_cat .suchtkompendium2025 .kompendium-grid .kompendium-column {
    width: calc(33.333% - 1.333rem);
  }
}
.page-template-page-suchtkompendium2025 .suchtkompendium2025 .kompendium-grid .kompendium-column:first-child .kompendium-letter:first-of-type,
.tax-mwbf_suchtkomp_cat .suchtkompendium2025 .kompendium-grid .kompendium-column:first-child .kompendium-letter:first-of-type {
  margin-top: 0.8em;
}

.single-mwbf_suchtkomp #page-custom section.title h1,
.single-mwbf_suchtkomp #page-custom section.title .h1 {
  max-width: clamp(450px, 406.711409396px + 0.1006711409 * 100vw, 600px);
}
.single-mwbf_suchtkomp #page-custom .text ul.bt li:before {
  position: relative;
  display: inline-flex;
  margin-right: 15px;
}

#page-frontpage-2021 a.button.icon-btn {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 20px;
  font-weight: 500;
  border: 2px solid #145174;
  background-color: transparent;
  color: #145174 !important;
}
#page-frontpage-2021 a.button.icon-btn:hover {
  color: #fff !important;
  background-color: #145174;
}
#page-frontpage-2021 a.button.icon-btn .btn_icon {
  width: 33px;
  height: auto;
  border-radius: unset;
}

.suchtkompendium2025.v-kurz .output {
  max-height: 300px;
  overflow: hidden;
  margin-left: -10px;
  padding-left: 10px;
  position: relative;
}
.suchtkompendium2025.v-kurz .output::after {
  content: "";
  height: 100px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
  top: 200px;
}
.suchtkompendium2025.v-kurz.hide-fade .output::after {
  display: none;
}
.suchtkompendium2025:not(.v-kurz) .show-all-kompendium {
  display: none;
}
.suchtkompendium2025 .show-all-kompendium {
  transition: opacity 0.3s ease, background-color 200ms ease-in-out;
}
.suchtkompendium2025 .show-all-kompendium.disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: default;
}
.suchtkompendium2025 .show-all-kompendium:hover {
  background-color: #917551 !important;
}

.page-template-page-testimonials-new #page-frontpage-2021.karriere-page section.intro .grid-experts {
  border-radius: 10px;
}
@media (min-width: 850px) {
  .page-template-page-testimonials-new #page-frontpage-2021.karriere-page section.intro {
    margin-top: -300px;
  }
}
.page-template-page-testimonials-new #page-frontpage-2021.karriere-page .banner-text {
  left: clamp(40px, 8.255033557px + 0.0738255034 * 100vw, 150px);
  top: clamp(90px, -36.9798657718px + 0.2953020134 * 100vw, 530px);
}
@media (max-width: 568px) {
  .page-template-page-testimonials-new #page-frontpage-2021.karriere-page .banner-text {
    top: 290px;
  }
}
.page-template-page-testimonials-new #page-frontpage-2021.karriere-page .banner-text h1,
.page-template-page-testimonials-new #page-frontpage-2021.karriere-page .banner-text .h1 {
  font-weight: 700;
  font-size: clamp(40px, 35.3825503356px + 0.010738255 * 100vw, 56px);
  color: #164f73 !important;
  text-align: left;
  margin-bottom: 0px;
}
.page-template-page-testimonials-new #page-frontpage-2021.karriere-page .banner-text h4,
.page-template-page-testimonials-new #page-frontpage-2021.karriere-page .banner-text .h4 {
  font-size: clamp(20px, 18.2684563758px + 0.0040268456 * 100vw, 26px);
  line-height: 38px;
  margin-left: 0;
}
.page-template-page-testimonials-new #page-frontpage-2021.karriere-page .banner-text p {
  max-width: clamp(340px, 309.6979865772px + 0.0704697987 * 100vw, 445px);
  color: #707070;
  padding-inline: 0;
}
.page-template-page-testimonials-new #page-frontpage-2021.karriere-page .banner-text .interview-icon {
  width: clamp(40px, 26.4362416107px + 0.0315436242 * 100vw, 87px);
  height: auto;
}
.page-template-page-testimonials-new #page-frontpage-2021.karriere-page section.key-visual .image {
  padding-bottom: 42%;
}
@media (max-width: 568px) {
  .page-template-page-testimonials-new #page-frontpage-2021.karriere-page section.key-visual .image {
    padding-bottom: 20%;
  }
}
.page-template-page-testimonials-new #page-frontpage-2021.karriere-page section.key-visual .image img {
  min-height: unset;
}
.page-template-page-testimonials-new #page-frontpage-2021.karriere-page section.mitarbeiter {
  padding: 112px 0;
}
.page-template-page-testimonials-new #page-frontpage-2021.karriere-page section.mitarbeiter h2 {
  margin-left: 5rem !important;
}
.page-template-page-testimonials-new #page-frontpage-2021.karriere-page section.mitarbeiter .slick-dots {
  bottom: clamp(-25px, -29.3288590604px + 0.0100671141 * 100vw, -10px);
}
@media (max-width: 480px) {
  .page-template-page-testimonials-new #page-frontpage-2021.karriere-page section.mitarbeiter .slick-dots {
    bottom: -50px;
  }
}
.page-template-page-testimonials-new #page-frontpage-2021.karriere-page section.mitarbeiter .slick-dots li {
  width: 18px;
  height: 18px;
}
.page-template-page-testimonials-new #page-frontpage-2021.karriere-page section.mitarbeiter .slick-dots li button {
  padding: 0;
  background-color: #eeeeee;
  border-radius: 100%;
  width: 18px;
  height: 18px;
}
.page-template-page-testimonials-new #page-frontpage-2021.karriere-page section.mitarbeiter .slick-dots li button::before {
  content: "";
  width: 18px;
  height: 18px;
}
.page-template-page-testimonials-new #page-frontpage-2021.karriere-page section.mitarbeiter .slick-dots li.slick-active button {
  background-color: #8e5f25;
}
.page-template-page-testimonials-new #page-frontpage-2021.karriere-page section.mitarbeiter .innerWrap {
  max-width: 1720px !important;
  padding: 0 !important;
}
.page-template-page-testimonials-new #page-frontpage-2021.karriere-page section.mitarbeiter .img-wrapper {
  max-width: 210px;
  height: 210px;
  border-radius: 10px;
  overflow: hidden;
}
.page-template-page-testimonials-new #page-frontpage-2021.karriere-page section.mitarbeiter .img-wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 100%;
  width: 100%;
}
.page-template-page-testimonials-new #page-frontpage-2021.karriere-page section.mitarbeiter h5,
.page-template-page-testimonials-new #page-frontpage-2021.karriere-page section.mitarbeiter .h5 {
  font-size: 22px;
  color: #164f73;
  margin-bottom: 5px;
}
.page-template-page-testimonials-new #page-frontpage-2021.karriere-page section.mitarbeiter p {
  font-size: 18px;
  color: #8e5f25;
  margin-bottom: 15px;
}
.page-template-page-testimonials-new #page-frontpage-2021.karriere-page section.mitarbeiter a {
  color: #164f73;
  text-decoration: none;
  display: flex;
  font-weight: 500;
}
.page-template-page-testimonials-new #page-frontpage-2021.karriere-page section.mitarbeiter a::after {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("../assets/images/custom/arrow-right.svg");
  margin-left: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  margin-top: 3px;
}
.page-template-page-testimonials-new #page-frontpage-2021.karriere-page section.mitarbeiter a:hover {
  text-decoration: underline;
}
.page-template-page-testimonials-new #page-frontpage-2021.karriere-page section.mitarbeiter {
  /*.mitarbeiter-slide{
      position: relative;
      &::before {
          content: "";
          background-image: url("../assets/images/custom/interview-background.svg");
          background-repeat: no-repeat;
          background-size: contain;
          background-position: bottom left;
          z-index: -1;
          bottom: 27px;
          left: -35px;
          width: 234px;
          height: 187px;
          position: absolute;
      }
  }*/
}
.page-template-page-testimonials-new #page-frontpage-2021.karriere-page section.mitarbeiter .mitarbeiter-slide {
  background-image: url("../assets/images/custom/interview-background.svg");
  background-repeat: no-repeat;
  background-size: 85%;
  background-position: left;
  background-position-y: 105px;
  padding-left: 35px;
}
.page-template-page-testimonials-new #page-frontpage-2021.karriere-page .all-testimonials .filter-title {
  padding-inline: 35px;
}
.page-template-page-testimonials-new #page-frontpage-2021.karriere-page .all-testimonials .filter {
  padding-inline: 35px;
}
.page-template-page-testimonials-new #page-frontpage-2021.karriere-page .all-testimonials .filter-item + .filter-item {
  margin-left: 20px;
}
.page-template-page-testimonials-new #page-frontpage-2021.karriere-page .all-testimonials .filter-item {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.page-template-page-testimonials-new #page-frontpage-2021.karriere-page .all-testimonials .filter-item .filter-checkbox {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 13px;
  height: 13px;
  box-sizing: border-box;
  border: 1px solid #b9b9b9;
  border-radius: 5px;
  background: #fff;
  display: inline-block;
  vertical-align: middle;
  flex: 0 0 13px;
  margin: 0;
  position: relative;
  cursor: pointer;
}
.page-template-page-testimonials-new #page-frontpage-2021.karriere-page .all-testimonials .filter-item .filter-checkbox:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 90, 140, 0.25);
}
.page-template-page-testimonials-new #page-frontpage-2021.karriere-page .all-testimonials .filter-item .filter-checkbox:checked {
  background: #005a8c;
  border-color: #005a8c;
}
.page-template-page-testimonials-new #page-frontpage-2021.karriere-page .all-testimonials .filter-item .filter-checkbox:checked::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 7px;
  height: 4px;
  border-left: 1.5px solid #fff;
  border-bottom: 1.5px solid #fff;
  transform: translate(-50%, -60%) rotate(-45deg);
}
.page-template-page-testimonials-new #page-frontpage-2021.karriere-page .all-testimonials .filter-jobs .filter-label {
  padding-right: 30px;
}
.page-template-page-testimonials-new #page-frontpage-2021.karriere-page .all-testimonials .filter-tags {
  margin-top: 20px;
}
.page-template-page-testimonials-new #page-frontpage-2021.karriere-page .all-testimonials .filter-tags .filter-label {
  padding-right: 80px;
}
.page-template-page-testimonials-new #page-frontpage-2021.karriere-page .all-testimonials .filter-label {
  font-size: 18px;
  color: rgb(142, 95, 37);
  font-weight: bold;
}
.page-template-page-testimonials-new #page-frontpage-2021.karriere-page .all-testimonials h2 {
  text-align: start !important;
}
.page-template-page-testimonials-new #page-frontpage-2021.karriere-page .all-testimonials .testimonials_wrap {
  max-width: 1720px !important;
  margin-inline: auto !important;
}
.page-template-page-testimonials-new #page-frontpage-2021.karriere-page section.all-testimonials.testimonials-25 .quote-wrapper {
  flex-direction: column;
}
.page-template-page-testimonials-new #page-frontpage-2021.karriere-page section.all-testimonials.testimonials-25 .quote-wrapper .quote {
  background-color: transparent;
  width: 49% !important;
  padding: 0;
}
.page-template-page-testimonials-new #page-frontpage-2021.karriere-page section.all-testimonials.testimonials-25 .quote-wrapper .quote .box-1 {
  margin-top: 40px;
  overflow-wrap: break-word;
  word-break: break-word;
  hyphens: auto;
}
.page-template-page-testimonials-new #page-frontpage-2021.karriere-page section.all-testimonials.testimonials-25 .quote-wrapper .quote .box-1 p.name {
  overflow-wrap: unset;
  word-break: unset;
  hyphens: unset;
  font-size: 22px;
  font-weight: 500;
  color: #164f73;
}
.page-template-page-testimonials-new #page-frontpage-2021.karriere-page section.all-testimonials.testimonials-25 .quote-wrapper .quote .box-1 .terms {
  font-size: 18px;
  font-weight: 400;
  color: #8e5f25;
}
.page-template-page-testimonials-new #page-frontpage-2021.karriere-page section.all-testimonials.testimonials-25 .quote-wrapper .quote .box-2 .img-container {
  width: 210px;
  height: 250px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.page-template-page-testimonials-new #page-frontpage-2021.karriere-page section.all-testimonials.testimonials-25 .quote-wrapper .quote .box-2 .img-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.page-template-page-testimonials-new #page-frontpage-2021.karriere-page section.all-testimonials.testimonials-25 .quote-wrapper .quotes {
  justify-content: space-between;
  gap: 4.5rem 1.5rem !important;
}
.page-template-page-testimonials-new #page-frontpage-2021.karriere-page section.all-testimonials.testimonials-25 .filter {
  max-width: unset;
}
.page-template-page-testimonials-new #page-frontpage-2021.karriere-page section.all-testimonials.testimonials-25 .filter h4,
.page-template-page-testimonials-new #page-frontpage-2021.karriere-page section.all-testimonials.testimonials-25 .filter .h4 {
  font-size: 18px;
  font-weight: 700;
  color: #8e5f25;
}
.page-template-page-testimonials-new #page-frontpage-2021.karriere-page section.all-testimonials.testimonials-25 .filter .form-check .form-check-input[type=checkbox] {
  border-radius: 50%;
}

@media (max-width: 1199px) {
  .page-template-page-testimonials-new #page-frontpage-2021.karriere-page section.all-testimonials.testimonials-25 .quote-wrapper .quotes {
    justify-content: flex-start;
    padding-inline: 35px;
  }
  .page-template-page-testimonials-new #page-frontpage-2021.karriere-page section.all-testimonials.testimonials-25 .quote-wrapper .quote {
    width: 100% !important;
    max-width: 100% !important;
  }
}

section.dg-sucht .text {
  font-size: 18px;
  font-weight: 400;
  color: #145174;
  line-height: 1.8;
  margin-bottom: clamp(25px, 19.2281879195px + 1.34228188vw, 45px);
}
section.dg-sucht .text :not(div):last-child {
  margin-bottom: 0;
}
section.dg-sucht .text h2,
section.dg-sucht .text .h2 {
  font-size: 36px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: none;
  margin-bottom: 30px;
}
section.dg-sucht .text p a:not(.button) {
  border-bottom: 2px solid rgba(20, 81, 116, 0.5);
  transition: all 0.2s ease-out;
}
section.dg-sucht .text p a:not(.button):hover {
  color: #8e5f25;
  border-bottom-color: #8e5f25;
}

#colophon {
  padding-inline: 30px;
  background-color: #0e5271;
}
#colophon * {
  color: white;
}
#colophon *:focus-visible {
  outline: 0;
  border-radius: 0.25rem;
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5) !important;
}
#colophon .footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media (min-width: 1200px) {
  #colophon .footer-grid {
    grid-template-columns: repeat(5, 1fr);
    gap: 2rem;
  }
}
#colophon .footer-grid a:hover {
  text-decoration: underline !important;
}
#colophon .footer-item .widget-title {
  cursor: pointer;
}
#colophon .footer-item .widget-title[aria-expanded=true] .accordion-icon {
  transform: rotate(180deg);
}
#colophon .footer-item .widget-title .accordion-icon {
  font-size: 0.8em;
  transition: transform 0.3s ease;
  display: inline-block;
}
@media (min-width: 1200px) {
  #colophon .footer-item .widget-title {
    cursor: default !important;
    pointer-events: none;
    margin-bottom: 1rem;
  }
  #colophon .footer-item .widget-title .accordion-icon {
    display: none;
  }
  #colophon .footer-item .force-desktop-open {
    display: block !important;
    height: auto !important;
    visibility: visible !important;
  }
}
@media (min-width: 1200px) {
  #colophon .footer-item--wide {
    grid-column: span 2;
  }
}
@media (min-width: 576px) {
  #colophon .footer-item--wide .footer-item__content.show, #colophon .footer-item--wide .footer-item__content.collapsing {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
  }
}
@media (min-width: 1200px) {
  #colophon .footer-item--wide .footer-item__content {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
  }
}

#page-frontpage-2021 section.full-size-intro {
  padding: 0;
  text-align: left;
  margin-bottom: 100px;
}
#page-frontpage-2021 section.full-size-intro .imgcontainer {
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100svh;
  overflow: hidden;
}
#page-frontpage-2021 section.full-size-intro .imgcontainer img.hero-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#page-frontpage-2021 section.full-size-intro .imgcontainer img.hero-img--bg {
  display: none;
  z-index: 0;
  pointer-events: none;
}
#page-frontpage-2021 section.full-size-intro .imgcontainer img.hero-img--fg {
  z-index: 0;
}
#page-frontpage-2021 section.full-size-intro .imgcontainer img.hero-img:not(.hero-img--bg):not(.hero-img--fg) {
  z-index: 0;
}
#page-frontpage-2021 section.full-size-intro .imgcontainer::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.45) 35%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0) 100%);
}
#page-frontpage-2021 section.full-size-intro .imgcontainer > .grid-experts.hero-seal {
  position: absolute;
  z-index: 3;
  top: 90px;
  right: 110px;
  width: 238px !important;
  height: 212px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  margin: 0 !important;
  text-align: center !important;
  border-radius: 16px;
  background: rgba(185, 200, 165, 0.55);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
}
#page-frontpage-2021 section.full-size-intro .imgcontainer > .grid-experts.hero-seal .hero-seal-img,
#page-frontpage-2021 section.full-size-intro .imgcontainer > .grid-experts.hero-seal img,
#page-frontpage-2021 section.full-size-intro .imgcontainer > .grid-experts.hero-seal svg {
  width: 118px;
  height: 117px;
  display: block;
}
#page-frontpage-2021 section.full-size-intro .imgcontainer .contentcontainer {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 885px) {
  #page-frontpage-2021 section.full-size-intro .imgcontainer .contentcontainer {
    padding-bottom: 28px;
  }
}
#page-frontpage-2021 section.full-size-intro .imgcontainer .full-size-wrap {
  width: 100%;
}
#page-frontpage-2021 section.full-size-intro .imgcontainer .text {
  padding-inline: 158px;
  max-width: 1378px;
}
@media (max-width: 1289px) {
  #page-frontpage-2021 section.full-size-intro .imgcontainer .text {
    max-width: 1200px;
  }
}
#page-frontpage-2021 section.full-size-intro .imgcontainer .text h1,
#page-frontpage-2021 section.full-size-intro .imgcontainer .text p,
#page-frontpage-2021 section.full-size-intro .imgcontainer .text a {
  color: #fff;
}
#page-frontpage-2021 section.full-size-intro .imgcontainer .text h1 {
  text-transform: none !important;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.1;
}
#page-frontpage-2021 section.full-size-intro .imgcontainer .text h1 strong {
  font-weight: 700;
}
#page-frontpage-2021 section.full-size-intro .imgcontainer .text h2 {
  color: #fff;
  font-weight: 400;
  text-align: start;
}
#page-frontpage-2021 section.full-size-intro .imgcontainer .text h2 strong {
  font-weight: 700;
}
#page-frontpage-2021 section.full-size-intro .imgcontainer .text p {
  font-size: 20px;
}
@media (max-width: 885px) {
  #page-frontpage-2021 section.full-size-intro .imgcontainer .text {
    padding-inline: 24px;
    max-width: 100%;
  }
  #page-frontpage-2021 section.full-size-intro .imgcontainer .text h1 {
    font-size: 30px;
    text-align: left;
  }
  #page-frontpage-2021 section.full-size-intro .imgcontainer .text p {
    font-size: 14px;
  }
}
#page-frontpage-2021 section.full-size-intro .imgcontainer .contact {
  display: block;
  margin-top: 40px;
}
@media (max-width: 885px) {
  #page-frontpage-2021 section.full-size-intro .imgcontainer .contact {
    display: none;
  }
}
#page-frontpage-2021 section.full-size-intro .imgcontainer .contact .phone {
  padding-inline: 158px;
  padding-bottom: 46px;
  text-align: left;
}
#page-frontpage-2021 section.full-size-intro .imgcontainer .contact .phone .h4 {
  margin: 0 0 14px;
  font-size: 28px;
}
#page-frontpage-2021 section.full-size-intro .imgcontainer .contact .phone p,
#page-frontpage-2021 section.full-size-intro .imgcontainer .contact .phone span,
#page-frontpage-2021 section.full-size-intro .imgcontainer .contact .phone small {
  color: #fff;
}
#page-frontpage-2021 section.full-size-intro .imgcontainer .contact .phone .phone-outland {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  vertical-align: top;
}
@media (max-width: 1260px) {
  #page-frontpage-2021 section.full-size-intro .imgcontainer .contact .phone .phone-outland {
    margin-right: 28px;
  }
}
#page-frontpage-2021 section.full-size-intro .imgcontainer .contact .phone .phone-outland small {
  display: block;
  margin-top: 6px;
  line-height: 1.2;
  white-space: nowrap;
}
#page-frontpage-2021 section.full-size-intro .imgcontainer .contact .phone .button-ghost {
  border: 1px solid #fff;
  background: #fff !important;
  color: #8e5f25 !important;
}
#page-frontpage-2021 section.full-size-intro .imgcontainer .contact .phone .long-contact-btn {
  max-width: 475px;
  min-width: 255px;
  width: 100%;
  margin-left: 28px;
  text-align: left;
  position: relative;
  padding-right: 64px;
}
@media (max-width: 1260px) {
  #page-frontpage-2021 section.full-size-intro .imgcontainer .contact .phone .long-contact-btn {
    margin-left: 0;
    margin-top: 15px;
  }
}
#page-frontpage-2021 section.full-size-intro .imgcontainer .contact .phone .long-contact-btn::after {
  content: "";
  position: absolute;
  right: 26px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px 18px;
  background-image: url("data:image/svg+xml,%3Csvg id='east_black_24dp' xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'%3E%3Crect id='Rechteck_17' data-name='Rechteck 17' width='18' height='18' fill='none'/%3E%3Cpath id='Pfad_1' data-name='Pfad 1' d='M11.487,5.643h0a.769.769,0,0,0,0,1.088l3,3H2.772A.774.774,0,0,0,2,10.5H2a.774.774,0,0,0,.772.772H14.49l-3,3a.769.769,0,0,0,0,1.088h0a.769.769,0,0,0,1.088,0L16.9,11.039a.769.769,0,0,0,0-1.088L12.576,5.643A.769.769,0,0,0,11.487,5.643Z' transform='translate(-1.027 -1.395)' fill='%23fff'/%3E%3C/svg%3E%0A");
}
@media (max-width: 885px) {
  #page-frontpage-2021 section.full-size-intro .imgcontainer > .grid-experts.hero-seal {
    display: none !important;
  }
}
@media (max-width: 500px) {
  #page-frontpage-2021 section.full-size-intro .imgcontainer img.hero-img--bg {
    display: block;
    filter: blur(10px) brightness(0.9);
    transform: scale(1.08);
    transform-origin: center;
  }
  #page-frontpage-2021 section.full-size-intro .imgcontainer img.hero-img--fg {
    transform: scale(0.86);
    transform-origin: center;
    will-change: transform;
  }
}
#page-frontpage-2021 section.full-size-intro .mobileContainer {
  display: none;
}
@media (max-width: 885px) {
  #page-frontpage-2021 section.full-size-intro .mobileContainer {
    display: block;
  }
}
#page-frontpage-2021 section.full-size-intro .mobileContainer .mobile-inner {
  padding: 26px 24px 32px;
  background: #fff;
  display: flex;
  align-items: center;
  flex-direction: column;
}
#page-frontpage-2021 section.full-size-intro .mobileContainer .mobile-contact {
  max-width: 430px;
}
#page-frontpage-2021 section.full-size-intro .mobileContainer .mobile-contact .h4 {
  margin: 0 0 16px;
  font-size: 28px;
  color: #0d4f6a;
}
#page-frontpage-2021 section.full-size-intro .mobileContainer .mobile-contact .phone-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
  flex-wrap: nowrap;
}
#page-frontpage-2021 section.full-size-intro .mobileContainer .mobile-contact a.button-ghost {
  font-size: 14px;
  width: 184px;
  max-width: 184px;
  text-align: center;
  border: 1px solid #0d4f6a;
  background: #fff !important;
  color: #0d4f6a !important;
}
#page-frontpage-2021 section.full-size-intro .mobileContainer .mobile-contact .phone-outland {
  width: 178px;
  max-width: 178px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
#page-frontpage-2021 section.full-size-intro .mobileContainer .mobile-contact .phone-outland small {
  margin-top: 6px;
  font-size: 14px;
  line-height: 1.2;
  opacity: 0.8;
  white-space: nowrap;
}
#page-frontpage-2021 section.full-size-intro .mobileContainer .mobile-contact .long-contact-btn {
  width: 100%;
  margin: 14px auto 0;
  text-align: left;
  max-width: 435px !important;
  position: relative;
  padding-right: 64px;
}
#page-frontpage-2021 section.full-size-intro .mobileContainer .mobile-contact .long-contact-btn::after {
  content: "";
  position: absolute;
  right: 26px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px 18px;
  background-image: url("data:image/svg+xml,%3Csvg id='east_black_24dp' xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'%3E%3Crect id='Rechteck_17' data-name='Rechteck 17' width='18' height='18' fill='none'/%3E%3Cpath id='Pfad_1' data-name='Pfad 1' d='M11.487,5.643h0a.769.769,0,0,0,0,1.088l3,3H2.772A.774.774,0,0,0,2,10.5H2a.774.774,0,0,0,.772.772H14.49l-3,3a.769.769,0,0,0,0,1.088h0a.769.769,0,0,0,1.088,0L16.9,11.039a.769.769,0,0,0,0-1.088L12.576,5.643A.769.769,0,0,0,11.487,5.643Z' transform='translate(-1.027 -1.395)' fill='%23fff'/%3E%3C/svg%3E%0A");
}
#page-frontpage-2021 section.full-size-intro .mobileContainer .grid-experts.hero-seal.hero-seal--mobile {
  margin: 22px auto 0;
  width: auto !important;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  box-shadow: none;
}
#page-frontpage-2021 section.full-size-intro .mobileContainer .grid-experts.hero-seal.hero-seal--mobile .hero-seal-img {
  width: 118px;
  height: 117px;
  display: block;
}

.interviewWrap {
  padding-inline: 100px;
}
@media (max-width: 991px) {
  .interviewWrap .img-area {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.interviewWrap .img-area .img-container {
  width: 100%;
  max-width: 651px;
  max-height: 720px;
  aspect-ratio: 651/720;
  overflow: hidden;
}
.interviewWrap .img-area .img-container img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  max-height: none !important;
}
.interviewWrap .title-area {
  margin-left: 60px;
}
@media (max-width: 680px) {
  .interviewWrap .title-area {
    margin-left: auto;
  }
}
.interviewWrap .title-area .name {
  color: #0b5371;
  font-size: 52px !important;
}
.interviewWrap .title-area .job_details_text {
  color: #878889;
  font-size: 26px;
}
.interviewWrap .title-area .date {
  font-size: 22px;
  color: #878889;
}
.interviewWrap .title-area .content .since {
  color: #8e5f25 !important;
  font-size: 22px;
}
.interviewWrap .title-area .content .description p {
  color: #8e5f25 !important;
  font-size: 22px !important;
}
.interviewWrap .title-area .content .thankYou p {
  margin-top: 55px;
  font-size: 42px !important;
  font-weight: bold !important;
  color: #8e5f25 !important;
}
.interviewWrap .accordion-item .question-number {
  font-size: 18px !important;
  color: #8e5f25;
  min-width: 30px;
  margin-right: 15px;
  flex-shrink: 0;
}
.interviewWrap .accordion-item .question-title {
  color: #8e5f25;
  font-size: 26px;
  line-height: 1.2;
  opacity: 1 !important;
}
.interviewWrap .accordion-item .full-text p {
  color: #878889 !important;
  font-size: 22px !important;
  margin-top: 45px !important;
  margin-bottom: 25px !important;
}
.interviewWrap .accordion-item .teaser-text {
  color: #878889;
  font-size: 22px;
  margin-top: 45px !important;
  margin-bottom: 25px !important;
}
.interviewWrap .accordion-item .question-active p {
  color: #878889 !important;
  font-size: 22px !important;
}
.interviewWrap #interviewAccordion .accordion-button::after {
  display: none !important;
  content: none !important;
}
.interviewWrap #interviewAccordion .accordion-button {
  position: relative;
  padding-left: 0;
  padding-right: 52px;
}
.interviewWrap #interviewAccordion .accordion-arrow {
  position: absolute;
  top: 20px;
  right: 0;
  display: inline-block;
  width: 27px;
  height: 15px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26.526' height='15.199' viewBox='0 0 26.526 15.199'%3E%3Cpath id='Pfad_429' data-name='Pfad 429' d='M-218.7-308.664l1.936-1.936,11.327,11.424L-194.11-310.6l1.936,1.936L-205.437-295.4-218.7-308.664' transform='translate(218.7 310.6)' fill='%23878889'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: transform 0.2s ease-in-out;
  flex-shrink: 0;
}
.interviewWrap #interviewAccordion .accordion-button:not(.collapsed) .accordion-arrow {
  transform: rotate(180deg);
}
.interviewWrap #interviewAccordion .accordion-button:not(.collapsed) .teaser-text {
  display: none;
}
.interviewWrap #interviewAccordion .static-item {
  padding: 1.25rem 0;
}
.interviewWrap #interviewAccordion .accordion-body {
  padding-left: 0;
  padding-right: 0;
}

section.mitarbeiter {
  padding: 112px 0;
}
section.mitarbeiter h2 {
  margin-left: 5rem !important;
}
section.mitarbeiter .slick-dots {
  bottom: clamp(-25px, -29.3288590604px + 0.0100671141 * 100vw, -10px);
}
@media (max-width: 480px) {
  section.mitarbeiter .slick-dots {
    bottom: -50px;
  }
}
section.mitarbeiter .slick-dots li {
  width: 18px;
  height: 18px;
}
section.mitarbeiter .slick-dots li button {
  padding: 0;
  background-color: #eeeeee;
  border-radius: 100%;
  width: 18px;
  height: 18px;
}
section.mitarbeiter .slick-dots li button::before {
  content: "";
  width: 18px;
  height: 18px;
}
section.mitarbeiter .slick-dots li.slick-active button {
  background-color: #8e5f25;
}
section.mitarbeiter .innerWrap {
  max-width: 1720px !important;
  padding: 0 !important;
}
section.mitarbeiter .img-wrapper {
  max-width: 210px;
  height: 210px;
  border-radius: 10px;
  overflow: hidden;
}
section.mitarbeiter .img-wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 100%;
  width: 100%;
}
section.mitarbeiter h5,
section.mitarbeiter .h5 {
  font-size: 22px;
  color: #164f73;
  margin-bottom: 5px;
}
section.mitarbeiter p {
  font-size: 18px;
  color: #8e5f25;
  margin-bottom: 15px;
}
section.mitarbeiter a {
  color: #164f73;
  text-decoration: none;
  display: flex;
  font-weight: 500;
}
section.mitarbeiter a::after {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("../assets/images/custom/arrow-right.svg");
  margin-left: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  margin-top: 3px;
}
section.mitarbeiter a:hover {
  text-decoration: underline;
}
section.mitarbeiter {
  /*.mitarbeiter-slide{
      position: relative;
      &::before {
          content: "";
          background-image: url("../assets/images/custom/interview-background.svg");
          background-repeat: no-repeat;
          background-size: contain;
          background-position: bottom left;
          z-index: -1;
          bottom: 27px;
          left: -35px;
          width: 234px;
          height: 187px;
          position: absolute;
      }
  }*/
}
section.mitarbeiter .mitarbeiter-slide {
  background-image: url("../assets/images/custom/interview-background.svg");
  background-repeat: no-repeat;
  background-size: 85%;
  background-position: left;
  background-position-y: 105px;
  padding-left: 35px;
}

/* Department Overview 2026 – Key Visual + Intro Overlap (robust)
   - Fade nur auf dem Bild
   - Banner Text wird hart unten links im Bild verankert (gewinnt gegen Theme CSS)
*/
#page-frontpage-2021.karriere-page.abteilungsleitung-page {
  /* KEY VISUAL */
}
#page-frontpage-2021.karriere-page.abteilungsleitung-page section.outerWrap.key-visual {
  position: relative !important; /* Anker für absolute Position */
  /* Bildcontainer */
}
#page-frontpage-2021.karriere-page.abteilungsleitung-page section.outerWrap.key-visual .image {
  position: relative;
  padding-bottom: 42%;
  overflow: hidden;
}
@media (max-width: 568px) {
  #page-frontpage-2021.karriere-page.abteilungsleitung-page section.outerWrap.key-visual .image {
    padding-bottom: 20%;
  }
}
#page-frontpage-2021.karriere-page.abteilungsleitung-page section.outerWrap.key-visual .image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  min-height: unset;
  z-index: 0;
}
#page-frontpage-2021.karriere-page.abteilungsleitung-page section.outerWrap.key-visual .image {
  /* Fade NUR über dem Bild */
}
#page-frontpage-2021.karriere-page.abteilungsleitung-page section.outerWrap.key-visual .image::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0.65) 40%, rgba(255, 255, 255, 0) 75%);
}
#page-frontpage-2021.karriere-page.abteilungsleitung-page section.outerWrap.key-visual {
  /* BANNER TEXT – HART unten links */
}
#page-frontpage-2021.karriere-page.abteilungsleitung-page section.outerWrap.key-visual .banner-text.text-start {
  position: absolute !important;
  z-index: 10 !important;
  left: 150px !important;
  bottom: 70px !important;
  top: unset !important;
  right: unset !important;
  transform: none !important;
  max-width: 570px;
  width: auto;
}
@media (max-width: 568px) {
  #page-frontpage-2021.karriere-page.abteilungsleitung-page section.outerWrap.key-visual .banner-text.text-start {
    left: 20px !important;
    right: 20px !important;
    bottom: 20px !important;
    max-width: none;
  }
}
#page-frontpage-2021.karriere-page.abteilungsleitung-page section.outerWrap.key-visual .banner-text.text-start .icon {
  padding-bottom: 30px;
}
#page-frontpage-2021.karriere-page.abteilungsleitung-page section.outerWrap.key-visual .banner-text.text-start .abteilunguebersicht-title h1 {
  font-weight: 700;
  font-size: clamp(40px, 35.3825503356px + 0.010738255 * 100vw, 56px);
  color: #164f73 !important;
  text-align: left;
  margin-bottom: 0;
}
#page-frontpage-2021.karriere-page.abteilungsleitung-page section.outerWrap.key-visual .banner-text.text-start .abteilunguebersicht-title h2 {
  color: #8e5f25;
  font-size: 26px;
}
#page-frontpage-2021.karriere-page.abteilungsleitung-page section.outerWrap.key-visual .banner-text.text-start p {
  max-width: clamp(340px, 309.6979865772px + 0.0704697987 * 100vw, 445px);
  color: #707070;
  padding-inline: 0;
  margin-bottom: 0;
}
#page-frontpage-2021.karriere-page.abteilungsleitung-page {
  /* INTRO OVERLAP */
}
#page-frontpage-2021.karriere-page.abteilungsleitung-page section.outerWrap.intro {
  position: relative;
  z-index: 4;
  margin-top: -150px !important;
}
@media (min-width: 850px) {
  #page-frontpage-2021.karriere-page.abteilungsleitung-page section.outerWrap.intro {
    margin-top: -300px !important;
  }
}
#page-frontpage-2021.karriere-page.abteilungsleitung-page section.outerWrap.intro .innerWrap {
  padding: 0 !important;
}
#page-frontpage-2021.karriere-page.abteilungsleitung-page section.outerWrap.intro .grid-experts {
  border-radius: 10px;
}

section.bulletpoint_liste {
  max-width: 1281px;
  margin-inline: auto;
}
section.bulletpoint_liste .bulletpoint_title p {
  color: #aa8960 !important;
  font-size: 32px !important;
  text-align: left;
  margin-bottom: 45px;
}
@media (max-width: 991px) {
  section.bulletpoint_liste .bulletpoint_title p {
    text-align: center;
  }
}
section.bulletpoint_liste .bulletpoint_liste-content .bullet-container ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
section.bulletpoint_liste .bulletpoint_liste-content .bullet-container ul li {
  text-align: left;
  font-size: 22px;
  color: #0b5371;
}
@media (max-width: 991px) {
  section.bulletpoint_liste .bulletpoint_liste-content .bullet-container ul li {
    text-align: center;
  }
}
section.bulletpoint_liste .bulletpoint_liste-content .bullet-container ul li {
  position: relative;
  padding-left: 36px;
}
section.bulletpoint_liste .bulletpoint_liste-content .bullet-container ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.35em;
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cg id='Layer_2' data-name='Layer 2' transform='translate(-2 -2)'%3E%3Cpath id='checkmark-circle-2' d='M12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm4.3,7.61-4.57,6a1,1,0,0,1-1.58.01L7.71,12.51a1,1,0,0,1,1.58-1.23l1.63,2.08,3.78-5a1.006,1.006,0,0,1,1.6,1.22Z' fill='%23aa8960'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
section.bulletpoint_liste .bulletpoint_liste-content .bullet-container ul li + li {
  margin-top: 14px;
}
section.bulletpoint_liste .bulletpoint_liste-content .bullet-container ul li + li {
  margin-top: 30px;
}

section.abteilungsleitung-page-img .content {
  max-width: 769px;
}
section.abteilungsleitung-page-img .content .content-text {
  text-align: left;
}
section.abteilungsleitung-page-img .content .content-text h2,
section.abteilungsleitung-page-img .content .content-text h3,
section.abteilungsleitung-page-img .content .content-text h4,
section.abteilungsleitung-page-img .content .content-text h5 {
  color: #8e5f25;
  font-size: 32px;
  margin-bottom: 36px;
}
section.abteilungsleitung-page-img .img-container img {
  border-radius: 1.2rem;
  width: 476px;
  height: 317px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  max-width: 100%;
}/*# sourceMappingURL=main.css.map */