@charset "UTF-8";
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

html, body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden; /* Verhindert horizontales Scrollen */
}

section {
  margin: 8rem 0;
}

.color--white * {
  color: rgb(255, 255, 255);
}

.color--green * {
  color: rgb(15, 64, 35);
}

.color--red * {
  color: rgb(169, 36, 47);
}

.color--anthracite * {
  color: rgb(47, 50, 49);
}

.color--grey_medium * {
  color: rgb(167, 167, 167);
}

.object_fit--cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.object_fit--contain {
  object-fit: contain;
}

.object_position--center {
  object-position: center;
}

@media (min-width: 576px) {
  .container_offset {
    padding-left: calc((100vw - 540px) / 2);
    padding-right: calc((100vw - 540px) / 2);
  }
  .container_offset--start {
    padding-left: calc((100vw - 540px) / 2);
  }
  .container_offset--end {
    padding-right: calc((100vw - 540px) / 2);
  }
}
@media (min-width: 768px) {
  .container_offset {
    padding-left: calc((100vw - 720px) / 2);
    padding-right: calc((100vw - 720px) / 2);
  }
  .container_offset--start {
    padding-left: calc((100vw - 720px) / 2);
  }
  .container_offset--end {
    padding-right: calc((100vw - 720px) / 2);
  }
}
@media (min-width: 992px) {
  .container_offset {
    padding-left: calc((100vw - 960px) / 2);
    padding-right: calc((100vw - 960px) / 2);
  }
  .container_offset--start {
    padding-left: calc((100vw - 960px) / 2);
  }
  .container_offset--end {
    padding-right: calc((100vw - 960px) / 2);
  }
}
@media (min-width: 1200px) {
  .container_offset {
    padding-left: calc((100vw - 1140px) / 2);
    padding-right: calc((100vw - 1140px) / 2);
  }
  .container_offset--start {
    padding-left: calc((100vw - 1140px) / 2);
  }
  .container_offset--end {
    padding-right: calc((100vw - 1140px) / 2);
  }
}
@media (min-width: 1400px) {
  .container_offset {
    padding-left: calc((100vw - 1320px) / 2);
    padding-right: calc((100vw - 1320px) / 2);
  }
  .container_offset--start {
    padding-left: calc((100vw - 1320px) / 2);
  }
  .container_offset--end {
    padding-right: calc((100vw - 1320px) / 2);
  }
}
.container-slim {
  max-width: 800px;
  margin: 0 auto;
}

@font-face {
  font-family: "Noto Sans";
  src: url("/wp-content/themes/contact-theme/assets/fonts/NotoSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: url("/wp-content/themes/contact-theme/assets/fonts/Nunito-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Nunito";
  src: url("/wp-content/themes/contact-theme/assets/fonts/Nunito-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Nunito";
  src: url("/wp-content/themes/contact-theme/assets/fonts/Nunito-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
:root {
  --font-family: $font-family;
  --font-family-fallback: $font-family-fallback;
  --font-size: $font-size;
  --font-weight: $font-weight;
  --line-height: $line-height;
  --letter-spacing: $letter-spacing;
  --text-transform: $text-transform;
  --color: $color;
  --background-color: $background-color;
  --margin-bottom: $margin-bottom;
}

body {
  font-family: "Noto Sans", Arial, Roboto, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.7;
  text-transform: none;
  word-wrap: break-word;
  color: rgb(47, 50, 49);
  background-color: rgb(255, 250, 246);
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.7;
  text-transform: none;
  color: rgb(47, 50, 49);
  margin-bottom: 1rem;
}

a {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  color: rgb(169, 36, 47);
}

.h1 {
  font-size: 4rem;
  line-height: 1.1;
  letter-spacing: -0.2rem;
  color: rgb(15, 64, 35);
}
@media screen and (max-width: 991px) {
  .h1 {
    font-size: 3rem;
  }
}

.h2 {
  font-family: "Noto Sans";
  font-size: 2rem;
  line-height: 1.1;
  font-weight: 800;
  color: rgb(112, 112, 112);
}

h2.h1 {
  margin-bottom: 50px;
}
@media screen and (max-width: 991px) {
  h2.h1 {
    margin-bottom: 35px;
  }
}

.h3 {
  font-size: 2rem;
  line-height: 1.1;
  letter-spacing: -0.1rem;
  text-transform: uppercase;
}

.h4 {
  font-size: 2rem;
  line-height: 1.1;
  letter-spacing: -0.1rem;
}

@media (min-width: 768px) {
  .h1 {
    font-size: 4.2rem;
  }
  .h2 {
    font-size: 2.4rem;
  }
  .h3 {
    font-size: 2.4rem;
  }
  .h4 {
    font-size: 2.4rem;
  }
}
@media (min-width: 992px) {
  .h1 {
    font-size: 5rem;
  }
  .h2 {
    font-size: 3rem;
  }
  .h3 {
    font-size: 3rem;
  }
  .h4 {
    font-size: 3rem;
  }
}
.font-weight--bold {
  font-weight: 800;
}

.highlight {
  font-weight: 800;
  text-transform: uppercase;
}

input:focus-visible {
  outline: 2px solid rgb(15, 64, 35);
  outline-offset: -5px;
}

.row-cwo-image {
  margin-bottom: 50px;
}

.cwo-image-wrapper {
  position: relative;
}
.cwo-image-wrapper a.swipebox {
  cursor: zoom-in;
}
.cwo-image-wrapper a.swipebox img {
  border-radius: 14px;
  width: 100%;
  height: auto;
}

.cwo-caption-anz {
  position: absolute;
  bottom: -10px;
  right: 5%;
  z-index: 2;
  color: rgb(255, 255, 255);
  font-family: "OpenSans", Arial, Helvetica, sans-serif;
  background-color: rgb(15, 64, 35);
  padding: 5px 15px;
  border-radius: 4rem;
}

.cwo-caption-anz a {
  color: rgb(255, 255, 255);
  text-decoration: none;
  cursor: zoom-in;
}

.col-wohnungsangebot h1.h1 {
  margin-bottom: 50px;
}
.col-wohnungsangebot h2.h1 {
  margin-bottom: 50px;
}
@media screen and (max-width: 991px) {
  .col-wohnungsangebot h2.h1 {
    margin-bottom: 35px;
  }
}

.cwo-adresse {
  font-size: 1.8rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.cwo-adresse .cwo-address-strong {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
}
.cwo-adresse .cwo-address-strong:before {
  content: "";
  flex-shrink: 0;
  height: 3rem;
  width: 2.1rem;
  display: inline-block;
  background: url("/wp-content/themes/contact-theme/assets/images/Icons-Pin.svg") center center no-repeat transparent;
  background-size: contain;
}

.cwo-keyfacts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: rgb(255, 255, 255);
  border: 1px solid rgb(239, 239, 239);
  border-radius: 14px;
  overflow: hidden;
}
@media (max-width: 575px) {
  .cwo-keyfacts {
    grid-template-columns: 1fr;
  }
}
.cwo-keyfacts .cwo-hardfacts {
  padding: 2.2rem 2rem;
  border-right: 1px solid rgb(239, 239, 239);
}
.cwo-keyfacts .cwo-hardfacts:last-child {
  border-right: 0;
}
@media (max-width: 575px) {
  .cwo-keyfacts .cwo-hardfacts {
    border-right: 0;
    border-bottom: 1px solid rgb(239, 239, 239);
  }
  .cwo-keyfacts .cwo-hardfacts:last-child {
    border-bottom: 0;
  }
}
.cwo-keyfacts .cwo-hardfacts h3.h4 {
  font-weight: 600;
  color: rgb(47, 50, 49);
  line-height: 1.1;
  margin: 0;
}
.cwo-keyfacts .cwo-hardfacts p {
  font-size: 1.2rem;
  color: rgb(112, 112, 112);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin: 0.6rem 0 0;
}

.immo-infos .h2 {
  font-weight: 600;
  color: rgb(47, 50, 49);
  margin: 0 0 1.8rem;
  letter-spacing: -0.01em;
  padding-bottom: 1rem;
  border-bottom: 2px solid rgb(167, 167, 167);
}

.soft-fact-block {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 2rem;
}
.soft-fact-block--grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 4rem;
  row-gap: 0;
}
@media (min-width: 768px) {
  .soft-fact-block--grid {
    column-gap: 6rem;
  }
}
@media (max-width: 575px) {
  .soft-fact-block--grid {
    grid-template-columns: 1fr;
  }
}

.soft-fact {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 1.6rem;
  padding: 1rem 0;
  border-bottom: 1px dashed rgb(167, 167, 167);
  align-items: baseline;
  width: 100%;
  line-height: 1.4;
}
.soft-fact:last-child {
  border-bottom: 0;
}

.soft-fact-label {
  width: auto;
  float: none;
  padding-bottom: 0;
  font-weight: 600;
  color: rgb(112, 112, 112);
  font-size: 1.3rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  white-space: normal;
}

.soft-fact-value {
  width: auto;
  float: none;
  padding-left: 0;
  padding-bottom: 0;
  color: rgb(47, 50, 49);
  font-size: 1.5rem;
  white-space: normal;
}

.soft-fact-block-outer {
  display: block;
  padding-bottom: 20px;
}

.soft-fact-block-outer:first-of-type {
  border: none;
  padding-bottom: 0;
}

.immo-infos-row .immo-infos {
  margin-bottom: 5rem;
}

.col-ansprechpartner {
  position: relative;
}

.contact-card {
  background: rgb(255, 255, 255);
  border: 1px solid rgb(239, 239, 239);
  border-radius: 14px;
  padding: 2.4rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04), 0 12px 32px rgba(0, 0, 0, 0.08);
}
.contact-card.is-sticky {
  z-index: 900;
}

.contact-card__cta {
  display: block;
  text-align: center;
  margin: 2rem 0 0;
  padding: 1.4rem 2rem;
  width: 100%;
}

.contact-card__label {
  font-size: 1.6rem;
  color: rgb(112, 112, 112);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 1.6rem;
}

.contact-card__person {
  margin-bottom: 2rem;
}

.contact-card__name {
  font-size: 2rem;
  font-weight: 600;
  color: rgb(15, 64, 35);
  line-height: 1.15;
}

.contact-card__role {
  font-size: 1.3rem;
  color: rgb(112, 112, 112);
  margin-top: 2px;
}

.contact-card__lines {
  margin: 0;
  padding: 1.6rem 0;
  border-top: 1px solid rgb(239, 239, 239);
  border-bottom: 1px solid rgb(239, 239, 239);
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.contact-card__lines > div {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 1.2rem;
}
@media (min-width: 768px) {
  .contact-card__lines > div {
    grid-template-columns: 1fr;
    gap: 0.4rem;
  }
}
@media (min-width: 1400px) {
  .contact-card__lines > div {
    grid-template-columns: 90px 1fr;
    gap: 1.2rem;
  }
}
.contact-card__lines dt {
  font-size: 1.2rem;
  color: rgb(112, 112, 112);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-weight: 600;
  margin: 0;
}
.contact-card__lines dd {
  margin: 0;
  font-size: 1.4rem;
  color: rgb(47, 50, 49);
  word-break: break-word;
  line-height: 1.4;
}
.contact-card__lines dd a {
  color: inherit;
  text-decoration: none;
}
.contact-card__lines dd a:hover {
  color: rgb(169, 36, 47);
}

.energy-scale {
  position: relative;
  margin: 2rem 0 0 0;
  padding-bottom: 3.2rem;
}

.energy-scale__bar {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  overflow: hidden;
  border-radius: 6px;
}

.energy-scale__step {
  height: 4.2rem;
  display: grid;
  place-items: center;
  color: rgb(255, 255, 255);
  font-weight: 700;
  font-size: 1.3rem;
  position: relative;
}
.energy-scale__step.is-active {
  transform: scaleY(1.25);
  z-index: 2;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.22);
  border-radius: 4px;
}

.energy-scale__pointer {
  position: absolute;
  bottom: 0;
  transform: translateX(-50%);
  background: rgb(47, 50, 49);
  color: rgb(255, 255, 255);
  padding: 3px 10px;
  border-radius: 4px;
  font-weight: 700;
  font-size: 1.2rem;
}
.energy-scale__pointer::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
  border: 5px solid transparent;
  border-bottom-color: rgb(47, 50, 49);
  border-top: 0;
}

.a-download,
.a-download:link,
.a-download:visited,
.a-download:hover,
.a-download:active {
  color: rgb(169, 36, 47);
  text-decoration: none;
  line-height: 130%;
}

.a-download {
  background-image: url("../images/icon-download.svg");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: contain;
  padding-left: 30px;
  display: inline-block;
}

.soft-fact-download .a-download {
  margin-left: 40px;
}

.soft-fact-download .a-download:first-of-type {
  margin-left: 0;
}

body.single-wohnungsangebote .section-wohnungsangebot-kontakt {
  background-color: rgb(255, 255, 255);
  margin: 0;
  padding: 8rem 0;
}

.row-cwo-image {
  row-gap: 30px;
}

@media (min-width: 992px) {
  .row-cwo-image > .col-ansprechpartner {
    padding-left: 30px;
  }
}
#swipebox-prev,
#swipebox-next {
  opacity: 1 !important;
  display: block !important;
  visibility: visible !important;
}

#swipebox-top-bar,
#swipebox-bottom-bar {
  opacity: 1 !important;
  visibility: visible !important;
}

#swipebox-top-bar {
  transform: none !important;
  top: 0 !important;
}

#swipebox-bottom-bar {
  transform: none !important;
  bottom: 0 !important;
}

.search__form {
  position: relative;
}
.search__form__input {
  --font-color: rgb(169, 36, 47);
  width: 100%;
  padding: 0.5rem 4rem 0.5rem 1.5rem;
  color: var(--font-color);
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(15, 64, 35);
  border-radius: 2rem;
  outline: none;
}
.search__form__submit {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  padding: 0.5rem;
  aspect-ratio: 1/1;
  font-size: 0;
  background-color: transparent;
  background-image: url("/wp-content/themes/contact-theme/assets/icons/icon-suche.svg");
  background-size: 2rem;
  background-position: center;
  background-repeat: no-repeat;
  border: none;
  outline: none;
  z-index: 10;
}
.search__form .relevanssi-live-search-instructions {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.search_results {
  margin-top: 12rem;
}
.search_results__search {
  margin-bottom: 40px;
}
.search_results__term {
  margin-bottom: 25px;
}
.search_results__term p {
  margin: 10px 0 0;
  color: rgb(112, 112, 112);
}
.search_results__count {
  margin-bottom: 30px;
  color: rgb(169, 36, 47);
  font-weight: 600;
}
.search_results__list {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.search_results__item {
  padding-bottom: 20px;
  border-bottom: 1px solid rgb(112, 112, 112);
}
.search_results__item:last-child {
  border-bottom: none;
}
.search_results__link {
  display: block;
  color: inherit;
  text-decoration: none;
  transition: all 0.2s ease;
}
.search_results__link:hover .search_results__title {
  color: rgb(169, 36, 47);
}
.search_results__title {
  margin-bottom: 5px;
}
.search_results__meta {
  margin-bottom: 10px;
  font-size: 14px;
  color: rgb(112, 112, 112);
}
.search_results__excerpt {
  color: rgb(47, 50, 49);
}
.search_results__excerpt p {
  margin: 0;
}
.search_results__pagination {
  margin-top: 40px;
}
.search_results__pagination ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.search_results__pagination ul li a,
.search_results__pagination ul li span {
  display: inline-block;
  padding: 8px 14px;
  color: rgb(47, 50, 49);
  text-decoration: none;
  border: 1px solid rgb(239, 239, 239);
  border-radius: 6px;
  transition: all 0.2s ease;
}
.search_results__pagination ul li a:hover {
  background: rgb(245, 245, 245);
}
.search_results__pagination ul li .current {
  color: rgb(255, 255, 255);
  background: rgb(169, 36, 47);
  border-color: rgb(169, 36, 47);
}
.search_results__empty {
  margin-top: 20px;
  color: rgb(112, 112, 112);
}

.button {
  display: inline-block;
  width: auto;
  padding: 2rem 6rem;
  text-decoration: none;
  margin: 4rem 0;
  color: rgb(255, 255, 255);
  background-color: rgb(15, 64, 35);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border: 1px solid rgb(15, 64, 35);
  border-radius: 4rem;
  -webkit-box-shadow: 10px 25px 50px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 10px 25px 50px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 10px 25px 50px 0 rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 991px) {
  .button {
    padding: 2rem 3rem;
  }
}
.button.button--small {
  padding: 1rem 6rem;
  box-shadow: none;
}
.button.button--white {
  color: rgb(15, 64, 35);
  background-color: rgb(255, 255, 255);
}
.button.button--white:hover {
  outline: 3px solid rgb(15, 64, 35);
  outline-offset: -6px;
}
.button.button--white:focus-visible {
  outline: 3px solid rgb(15, 64, 35);
  outline-offset: -6px;
  text-decoration: underline;
}
.button.button--green {
  color: rgb(255, 255, 255);
  background-color: rgb(15, 64, 35);
}
.button.button--green:hover {
  outline: 3px solid rgb(255, 255, 255);
  outline-offset: -6px;
}
.button.button--green:focus-visible {
  outline: 3px solid rgb(255, 255, 255);
  outline-offset: -6px;
  text-decoration: underline;
}
.button.button--red {
  background-color: rgb(169, 36, 47);
}
.button.button--red:hover {
  outline: 3px solid rgb(255, 255, 255);
  outline-offset: -6px;
}
.button.button--red:focus-visible {
  outline: 3px solid rgb(255, 255, 255);
  outline-offset: -6px;
  text-decoration: underline;
}
.button.button--anthracite {
  background-color: rgb(47, 50, 49);
}
.button.button--anthracite:hover {
  outline: 3px solid rgb(255, 255, 255);
  outline-offset: -6px;
}
.button.button--anthracite:focus-visible {
  outline: 3px solid rgb(255, 255, 255);
  outline-offset: -6px;
  text-decoration: underline;
}
.button.button--grey_medium {
  background-color: rgb(167, 167, 167);
}
.button.button--grey_medium:hover {
  outline: 3px solid rgb(255, 255, 255);
  outline-offset: -6px;
}
.button.button--grey_medium:focus-visible {
  outline: 3px solid rgb(255, 255, 255);
  outline-offset: -6px;
  text-decoration: underline;
}
.button.button--transparent {
  background-color: transparent;
  color: rgb(47, 50, 49);
}
.button.button--transparent:hover {
  outline: 3px solid rgb(169, 36, 47);
  outline-offset: -6px;
}
.button.button--transparent:focus-visible {
  outline: 3px solid rgb(169, 36, 47);
  outline-offset: -6px;
  text-decoration: underline;
}
.button.button--text_icon {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  gap: 1rem;
  row-gap: 0;
  margin: 0;
  padding: 0;
  margin: 0;
  color: rgb(15, 64, 35);
  background-color: rgba(255, 255, 255, 0);
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.button.button--text_icon .button__text,
.button.button--text_icon .button__icon {
  color: rgb(15, 64, 35);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.button.button--text_icon:hover .button__icon {
  color: rgb(239, 239, 239);
  background-color: rgb(15, 64, 35);
}
.button .button__text {
  background-color: rgba(255, 255, 255, 0);
}
.button .button__icon, .button.button--icon {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0;
  row-gap: 0;
  margin: 0;
  width: 4rem;
  height: 4rem;
  padding: 1.5rem;
  background-color: rgb(239, 239, 239);
  border: none;
  border-radius: 100%;
}
.button .button__icon svg, .button.button--icon svg {
  width: 100%;
  height: 100%;
}
.button.button--download {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  gap: 2rem;
  row-gap: 0;
  margin: 0;
  padding: 0;
  color: rgb(15, 64, 35);
  background-color: rgba(255, 255, 255, 0);
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.button.button--download .button__icon {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0;
  row-gap: 0;
  margin: 0;
  width: 6rem;
  height: 6rem;
  padding: 1.2rem;
  color: rgb(255, 255, 255);
  background-color: rgb(15, 64, 35);
  border-radius: 1rem;
}

.button-tinywhite {
  color: rgb(47, 50, 49);
  border: 1px solid rgb(15, 64, 35);
  background-color: rgb(255, 255, 255);
  border-radius: 2rem;
  padding: 0.5rem 0.5rem 0.5rem 0.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .button-tinywhite {
    padding: 0.5rem 1.5rem 0.5rem 1.5rem;
  }
}
.button-tinywhite.is-active, .button-tinywhite:hover, .button-tinywhite:focus-visible {
  color: rgb(47, 50, 49);
  outline: 2px solid rgb(15, 64, 35);
  outline-offset: -5px;
}

.button.button__swiper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0;
  row-gap: 0;
  margin: 0;
  width: auto;
  height: auto;
  padding: 1rem;
  color: rgb(47, 50, 49);
  background-color: rgb(239, 239, 239);
  opacity: 0.8;
  border-radius: 10px;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.button.button__swiper:hover, .button.button__swiper:focus-visible {
  opacity: 1;
}
.button.button__swiper:before, .button.button__swiper:after {
  display: none;
}

.textfield {
  position: relative;
}
@media (min-width: 768px) {
  .textfield--two_columns {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
    gap: 3rem;
    row-gap: 0;
    margin: 0;
  }
  .textfield--two_columns .textfield__left,
  .textfield--two_columns .textfield__right {
    flex: 1;
  }
}
.textfield ul,
.textfield ol {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.textfield ul {
  list-style-type: disclosure-closed;
}
.textfield ul li::marker {
  color: rgb(169, 36, 47);
}

.contact_person {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0;
  row-gap: 2rem;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .contact_person {
    align-items: start;
  }
}
.contact_person__image .image {
  width: 200px;
  height: 400px;
  border-radius: 100px;
  -webkit-box-shadow: 0 2rem 2rem 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 2rem 2rem 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 2rem 2rem 0 rgba(0, 0, 0, 0.4);
  overflow: hidden;
}
.contact_person__image .image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.contact_person__title, .contact_person__position, .contact_person__telephone, .contact_person__mail {
  color: rgb(15, 64, 35);
  text-align: center;
}
@media screen and (max-width: 991px) {
  .contact_person__title, .contact_person__position, .contact_person__telephone, .contact_person__mail {
    text-align: left;
  }
}

.footer-image {
  margin: 0;
}
.footer-image img {
  width: 100%;
}

.footer {
  margin: 0;
  padding: 8rem 0 4rem;
}
.footer a:hover,
.footer a:focus-visible {
  text-decoration: underline;
}
.footer .info .option {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 1rem;
  row-gap: 0;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .footer h3 {
    margin-top: 20px;
  }
}

.footer-separator {
  border-top: 1px solid #A7A7A7;
  margin-top: 50px;
  padding-top: 50px;
}

.footer-separator + .footer {
  padding-top: 0;
}

.footer__meta {
  margin: 0;
  padding-top: 4rem;
  padding-bottom: 4rem;
  border-top: 1px solid rgb(167, 167, 167);
}
.footer__meta a:hover,
.footer__meta a:focus-visible {
  text-decoration: underline;
}
.footer__meta p {
  margin-bottom: 0;
}
.footer__meta #meta-menu {
  flex-direction: row;
}
@media screen and (max-width: 991px) {
  .footer__meta #meta-menu {
    flex-direction: column;
  }
  .footer__meta #meta-menu li {
    border: none;
  }
}

@media screen and (max-width: 991px) {
  .info__headline {
    margin-top: 25px;
  }
}
.footer-addresses {
  border-top: 1px solid #A7A7A7;
  margin-top: 50px;
  padding-top: 50px;
}

.footer-meta-bar {
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .footer-meta-bar {
    margin-top: 10px;
  }
}
.footer-meta-bar li {
  padding-right: 10px;
  border-right: 1px solid #A7A7A7;
}
.footer-meta-bar li:last-child {
  padding-right: 0;
  border-right: none;
}

#masthead {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}
#masthead #site-navigation {
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
@media (min-width: 992px) {
  #masthead #site-navigation #primary-menu-wrap {
    justify-content: center;
    padding: 0 1rem;
  }
}
#masthead #site-navigation #primary-menu {
  gap: 20px;
}
#masthead #site-navigation #primary-menu .nav-link {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font-size: 1.6rem;
  color: rgb(15, 64, 35);
}
#masthead #site-navigation #primary-menu .nav-link:hover {
  text-decoration: underline;
}
#masthead #site-navigation #primary-menu .dropdown-menu {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  padding: 0;
  width: 100%;
  background-color: transparent;
  border: none;
}
@media (min-width: 992px) {
  #masthead #site-navigation #primary-menu .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 15rem;
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    min-width: 250px;
  }
}
#masthead #site-navigation #primary-menu .dropdown-menu .nav-item {
  padding: 0.5rem 1rem;
}
#masthead #site-navigation #primary-menu .dropdown-menu .nav-item:hover {
  background-color: rgb(255, 255, 255);
}
#masthead #site-navigation .search {
  flex-grow: 0;
}
#masthead .navbar-toggler {
  height: 50px;
  width: 70px;
}
#masthead .navbar-collapse {
  padding: 20px 0 0;
}
#masthead .navbar-collapse.search {
  margin-bottom: 20px;
}

.schnellkontakt {
  position: fixed;
  top: 170px;
  z-index: 999;
  right: -370px;
  transition: right ease-out 0.5s;
}
@media screen and (max-width: 767px) {
  .schnellkontakt {
    top: 100px;
    right: -320px;
  }
}
@media screen and (max-width: 400px) {
  .schnellkontakt {
    right: -250px;
  }
}
.schnellkontakt.active {
  right: 0;
}

.schnellkontakt-trigger {
  position: absolute;
  width: 107px;
  height: 104px;
  left: -107px;
  top: 0;
  background: url("/wp-content/themes/contact-theme/assets/images/schnellkontakt-trigger.svg") center center no-repeat transparent;
  background-size: contain;
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .schnellkontakt-trigger {
    transform: scale(0.7);
    left: -90px;
  }
}
.schnellkontakt-trigger span {
  display: block;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  color: rgb(255, 255, 255);
  font-weight: bold;
  line-height: 1.2em;
  position: absolute;
  bottom: 10px;
  right: 0;
  left: 16px;
}

.schnellkontakt-content {
  width: 370px;
  background-color: rgb(255, 255, 255);
  padding: 20px;
  -webkit-box-shadow: 10px 25px 50px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 10px 25px 50px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 10px 25px 50px 0 rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 767px) {
  .schnellkontakt-content {
    width: 320px;
  }
}
@media screen and (max-width: 400px) {
  .schnellkontakt-content {
    width: 250px;
  }
}
.schnellkontakt-content .schnellkontakt-buttons {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}
.schnellkontakt-content .schnellkontakt-buttons button {
  flex: 1;
  border: 1px solid rgb(15, 64, 35);
  background-color: rgb(255, 255, 255);
  border-radius: 2rem;
  padding: 0.5rem 1.5rem 0.5rem 1.5rem;
  text-align: center;
}
.schnellkontakt-content .schnellkontakt-buttons button.is-active, .schnellkontakt-content .schnellkontakt-buttons button:hover, .schnellkontakt-content .schnellkontakt-buttons button:focus-visible {
  outline: 2px solid rgb(15, 64, 35);
  outline-offset: -5px;
}
.schnellkontakt-content .schnellkontakt-ergebnis-tabs button {
  flex: 1;
  border: 1px solid rgb(15, 64, 35);
  background-color: rgb(255, 255, 255);
  border-radius: 2rem;
  padding: 0 1.5rem 0 1.5rem;
  text-align: center;
  font-size: 1.4rem;
}
.schnellkontakt-content .schnellkontakt-ergebnis-tabs button.is-active, .schnellkontakt-content .schnellkontakt-ergebnis-tabs button:hover, .schnellkontakt-content .schnellkontakt-ergebnis-tabs button:focus-visible {
  outline: 2px solid rgb(15, 64, 35);
  outline-offset: -5px;
}
.schnellkontakt-content .schnellkontakt-cta {
  padding-top: 1.6rem;
  border-top: 2px solid rgb(167, 167, 167);
}
.schnellkontakt-content .street-suggestions {
  position: absolute;
  z-index: 10;
  background: rgb(255, 255, 255);
  border: 1px solid rgba(15, 64, 35, 0.5);
  padding: 0.5rem;
  margin-top: 0.25rem;
  width: 100%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 1rem;
}
.schnellkontakt-content .street-suggestions ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.schnellkontakt-content .street-suggestions button {
  flex: 1;
  border: 1px solid rgb(15, 64, 35);
  background-color: rgb(255, 255, 255);
  border-radius: 1rem;
  padding: 0.1rem 0.5rem 0.1rem 0.5rem;
  text-align: center;
  line-height: 130%;
}
.schnellkontakt-content .street-suggestions button:hover, .schnellkontakt-content .street-suggestions button:focus-visible {
  outline: 2px solid rgb(15, 64, 35);
  outline-offset: -5px;
}
.schnellkontakt-content .schnellkontakt-suche {
  position: relative;
}
.schnellkontakt-content .schnellkontakt-suche input.schnellkontakt-strasse {
  border: 1px solid rgb(15, 64, 35);
  background-color: rgb(255, 255, 255);
  border-radius: 2rem;
  padding: 0.5rem 4rem 0.5rem 1.5rem;
  width: 100%;
}
.schnellkontakt-content .schnellkontakt-suche .schnellkontakt-suche-trigger {
  position: absolute;
  top: 7px;
  right: 5px;
  height: 30px;
  width: 30px;
  background-color: transparent;
  background-image: url("/wp-content/themes/contact-theme/assets/icons/icon-suche.svg");
  background-size: 2rem;
  background-position: center;
  background-repeat: no-repeat;
  border: none;
  border-radius: 10px;
  outline: none;
  z-index: 1;
}
.schnellkontakt-content .schnellkontakt-suche .schnellkontakt-suche-trigger:hover, .schnellkontakt-content .schnellkontakt-suche .schnellkontakt-suche-trigger:focus-visible {
  outline: 2px solid rgb(15, 64, 35);
  outline-offset: -5px;
}
.schnellkontakt-content .schnellkontakt-ergebnis {
  margin-top: 30px;
  text-align: center;
}
.schnellkontakt-content .schnellkontakt-ergebnis .schnellkontakt-ergebnis-image {
  height: 230px;
  width: 230px;
  margin: 0 auto 30px;
  overflow: hidden;
  border-radius: 50%;
  position: relative;
  -webkit-box-shadow: 10px 25px 50px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 10px 25px 50px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 10px 25px 50px 0 rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 767px) {
  .schnellkontakt-content .schnellkontakt-ergebnis .schnellkontakt-ergebnis-image {
    height: 150px;
    width: 150px;
  }
}
.schnellkontakt-content .schnellkontakt-ergebnis .schnellkontakt-ergebnis-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.schnellkontakt-content .schnellkontakt-ergebnis .schnellkontakt-ergebnis-info {
  line-height: 2rem;
}
.schnellkontakt-content .schnellkontakt-ergebnis.has-results .schnellkontakt-ergebnis-tabs {
  margin-bottom: 10px;
  flex-wrap: wrap;
}

/* Tabs & Panes standardmäßig verstecken */
.schnellkontakt-ergebnis-tabs {
  display: none;
}

.schnellkontakt-ergebnis-pane {
  display: none;
}

/* Sichtbare Panes */
.schnellkontakt-ergebnis-pane.is-active {
  display: block;
}

/* Wenn Ergebnisse da sind, Tabs anzeigen */
.schnellkontakt-ergebnis.has-results .schnellkontakt-ergebnis-tabs {
  display: flex; /* oder inline-flex / block, wie du magst */
  gap: 0.5rem;
}

.schnellkontakt-ergebnis-pane {
  display: none;
}

.schnellkontakt-ergebnis-pane.is-active {
  display: block;
}

.street-suggestions-empty {
  padding: 0.5rem 0.75rem;
  color: rgb(47, 50, 49);
  font-size: 1.4rem;
  text-align: left;
}

.schnellkontakt-ergebnis-item {
  margin-bottom: 2rem;
}

.module-hero {
  position: relative;
  margin: 0;
}
.module-hero[data-content=slider] * {
  color: rgb(15, 64, 35);
}
.module-hero[data-content=slider] .swiper_slider__item {
  margin-bottom: 0;
}
.module-hero[data-content=slider] .swiper_slider__item__image.has-textfield::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.module-hero.hero-small .swiper_slider__item {
  height: 500px;
}
.module-hero .swiper_slider__item {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 500px;
  height: 85vh;
  padding: 4rem 0 9rem;
}
@media screen and (max-width: 767px) {
  .module-hero .swiper_slider__item {
    padding-bottom: 12rem;
    height: 60vh;
    min-height: auto;
  }
}
.module-hero .swiper_slider__item__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.module-hero .swiper_slider__item__textfield {
  width: 100%;
  z-index: 10;
}
.module-hero .swiper_slider__item .textfield-container {
  padding: 0;
}
.module-hero .swiper_slider__item .hero-content {
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  padding: 20px 25px;
  border-radius: 20px;
  display: inline-block;
}

.module-image_text {
  position: relative;
  margin-bottom: 4rem;
}
.module-image_text.image-left .row {
  flex-direction: row-reverse;
}
.module-image_text.set-01 {
  padding: 0 0 200px;
  margin: 0;
}
.module-image_text.set-01:after {
  content: "";
  height: 220px;
  width: 300px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url("/wp-content/themes/contact-theme/assets/images/pflanze-links-unten.png") bottom left no-repeat transparent;
  background-size: contain;
}
.module-image_text.set-01:before {
  content: "";
  height: 220px;
  width: 300px;
  position: absolute;
  bottom: 0;
  right: 0;
  background: url("/wp-content/themes/contact-theme/assets/images/pflanze-rechts-unten.png") bottom right no-repeat transparent;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .module-image_text.set-01:before {
    display: none;
  }
}
.module-image_text.set-02 {
  padding: 200px 0 200px;
  margin: 0;
  overflow: hidden;
}
.module-image_text.set-02:after {
  content: "";
  height: 220px;
  width: 300px;
  position: absolute;
  bottom: 0;
  left: -20px;
  background: url("/wp-content/themes/contact-theme/assets/images/pflanze-2.png") bottom left no-repeat transparent;
  background-size: contain;
}
.module-image_text.set-02:before {
  content: "";
  height: 220px;
  width: 500px;
  position: absolute;
  top: 0;
  right: -110px;
  background: url("/wp-content/themes/contact-theme/assets/images/pflanze-3.png") top right no-repeat transparent;
  background-size: contain;
}
.module-image_text .image {
  position: relative;
}
.module-image_text .image img {
  max-width: 100%;
  height: auto;
}
.module-image_text .image__caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 2rem;
  background-color: rgba(0, 0, 0, 0.6);
}
.module-image_text .image__caption * {
  color: rgb(255, 255, 255);
}
@media screen and (max-width: 767px) {
  .module-image_text .column-textfield {
    margin-top: 50px;
  }
}

.module-teaser a {
  display: block;
  position: relative;
  border-radius: 0;
}
.module-teaser a:focus-visible {
  outline: none;
}
.module-teaser a:focus-visible:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  outline: 2px solid rgb(15, 64, 35);
  outline-offset: 2px;
}
.module-teaser a:hover {
  text-decoration: underline;
}
.module-teaser .teaser {
  display: flex;
}
@media screen and (max-width: 767px) {
  .module-teaser .teaser {
    flex-direction: column;
  }
}
.module-teaser .teaser .teaser__item {
  flex: 1;
}
.module-teaser .teaser .button__text {
  line-break: anywhere;
}
.module-teaser.module-teaser--text .teaser {
  -webkit-box-shadow: 10px 25px 50px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 10px 25px 50px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 10px 25px 50px 0 rgba(0, 0, 0, 0.4);
}
.module-teaser.module-teaser--text .teaser .teaser__item {
  padding: 2rem;
  background-color: rgb(255, 255, 255);
}
@media screen and (max-width: 767px) {
  .module-teaser.module-teaser--text .teaser .teaser__item {
    border-bottom: 1px solid rgb(112, 112, 112);
  }
}
.module-teaser.module-teaser--text .teaser .teaser__item .content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 1rem;
  row-gap: 0;
  margin: 0;
}
.module-teaser.module-teaser--text .teaser .teaser__item .content__link {
  width: 100%;
}
.module-teaser.module-teaser--image {
  margin: 0;
}
.module-teaser.module-teaser--image .teaser .teaser__item .content {
  position: relative;
  height: 100%;
  margin-right: calc(var(--bs-gutter-x) * 0.5 * -1);
  margin-left: calc(var(--bs-gutter-x) * 0.5 * -1);
}
.module-teaser.module-teaser--image .teaser .teaser__item .content__image {
  overflow: hidden;
}
.module-teaser.module-teaser--image .teaser .teaser__item .content__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.module-teaser.module-teaser--image .teaser .teaser__item .content__link {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 2rem;
  background-color: rgba(0, 0, 0, 0.8);
}
.module-teaser.module-teaser--image .teaser .teaser__item .content__link .title {
  color: rgb(255, 255, 255);
  text-align: center;
}
.module-teaser.module-teaser--image .teaser .teaser__item .content:hover .content__image img {
  transform: scale(1.1);
}

.module-hero + .module-teaser.module-teaser--text {
  position: relative;
  margin: 0;
  transform: translateY(-100px);
  z-index: 10;
}
@media (min-width: 768px) {
  .module-hero + .module-teaser.module-teaser--text {
    transform: translateY(-50%);
  }
}

@media (min-width: 768px) {
  .module-teaser.module-teaser--text .teaser .teaser__item {
    border-right: 1px solid rgb(112, 112, 112);
  }
  .module-teaser.module-teaser--text .teaser .teaser__item:last-of-type {
    border: none;
  }
}
.module-content_slider {
  position: relative;
  margin: 0 0 50px;
}
.module-content_slider .swiper_slider__item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 0;
  row-gap: 0;
  margin: 0;
  border-radius: 20px;
  overflow: hidden;
}
.module-content_slider .swiper_slider__item__image, .module-content_slider .swiper_slider__item__text {
  position: relative;
}
.module-content_slider .swiper_slider__item__image .image__caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 2rem;
}
@media screen and (max-width: 991px) {
  .module-content_slider .swiper_slider__item__image .image__caption {
    padding: 2rem 5.5rem;
  }
}
.module-content_slider .swiper_slider__item__image .image__caption {
  background-color: rgba(0, 0, 0, 0.6);
}
.module-content_slider .swiper_slider__item__image .image__caption .caption {
  color: rgb(255, 255, 255);
}
.module-content_slider .swiper_slider__item__text {
  padding: 2rem;
}
@media screen and (max-width: 991px) {
  .module-content_slider .swiper_slider__item__text {
    padding: 2rem 5.5rem;
  }
}
.module-content_slider .swiper_slider__item__text {
  background-color: rgb(15, 64, 35);
}
.module-content_slider .swiper_slider__item__text * {
  color: rgb(255, 255, 255);
}
@media (min-width: 768px) {
  .module-content_slider .swiper_slider__item__text {
    padding: 4rem;
  }
}
@media (min-width: 992px) {
  .module-content_slider .swiper_slider__item__text {
    padding: 8rem;
  }
}
@media (min-width: 992px) {
  .module-content_slider .swiper_slider__item__image, .module-content_slider .swiper_slider__item__text {
    width: 50%;
  }
  .module-content_slider .swiper_slider__item__image {
    order: 2;
  }
  .module-content_slider .swiper_slider__item__text {
    order: 1;
  }
}

.module-team {
  position: relative;
  overflow: hidden;
}
.module-team.background-grey {
  background-color: rgb(239, 239, 239);
  margin: 0;
  padding: 8rem 0;
}
.module-team.background-white {
  margin: 0;
  padding: 8rem 0;
  background-color: rgb(255, 255, 255);
}
.module-team .introduction {
  margin-bottom: 4rem;
}
.module-team.module-team-static .department__members-container {
  display: flex;
  gap: 50px;
  flex-wrap: wrap;
}
.module-team.module-team-static .department__members-container .department__members {
  margin-bottom: 30px;
}
.module-team.module-team-static .introduction {
  max-width: 700px;
}
.module-team.module-team-static .departments .department {
  margin-top: 100px;
}
.module-team.module-team-static .departments .department:nth-child(1) {
  margin-top: 50px;
}
.module-team.module-team-static .contact_person .contact_person__image {
  margin-bottom: 10px;
}
.module-team.module-team-static .contact_person .text p {
  margin: 0;
}
.module-team.module-team-static .contact_person .text .contact_person__position {
  margin-bottom: 20px;
}
.module-team.module-team-static .department__headline {
  margin-bottom: 50px;
}
.module-team {
  /* Trigger */
}
.module-team .contact_person__vita {
  text-align: center;
}
.module-team .vita__trigger {
  display: inline-block;
  margin-top: 0.5rem;
  padding: 0.4rem 1rem;
  border: 1px solid currentColor;
  border-radius: 30px;
  background: transparent;
  cursor: pointer;
}
.module-team .vita__trigger:focus-visible {
  outline: 3px solid #005fcc;
  outline-offset: 3px;
}
.module-team {
  /* Overlay */
}
.module-team .vita__overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.module-team .vita__overlay[hidden] {
  display: none;
}
.module-team .vita__overlay__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}
.module-team .vita__overlay__dialog {
  position: absolute;
  top: 35px;
  bottom: 35px;
  z-index: 1;
  background: #fff;
  padding: 35px;
  max-width: 600px;
  width: 96%;
  overflow-y: auto;
  border-radius: 4px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}
.module-team .vita__overlay__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: transparent;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  line-height: 1;
  padding: 0.25rem 0.5rem;
}
.module-team .vita__overlay__close:focus-visible {
  outline: 3px solid #005fcc;
  outline-offset: 3px;
}
.module-team .vita__overlay__name {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 2rem;
}
.module-team .swiper-button-next, .module-team .swiper-button-prev {
  top: 35%;
}

.testimonial-with-background {
  background-color: rgb(255, 255, 255);
  padding: 100px 0;
  margin: 0;
  background-position: 92% 50%;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.module-testimonials .testimonials {
  position: relative;
}
@media screen and (max-width: 991px) {
  .module-testimonials .testimonials .button__swiper {
    top: 210px;
  }
}
.module-testimonials .testimonials .content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  gap: 2rem;
  row-gap: 0;
  margin: 0;
}
@media (min-width: 768px) {
  .module-testimonials .testimonials .content {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    gap: 2rem;
    row-gap: 0;
    margin: 0;
  }
}
.module-testimonials .testimonials .content__image .image {
  width: 200px;
  height: 400px;
  border-radius: 100px;
  -webkit-box-shadow: 10px 25px 50px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 10px 25px 50px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 10px 25px 50px 0 rgba(0, 0, 0, 0.4);
  margin: 45px 80px 95px 60px;
  overflow: hidden;
}
.module-testimonials .testimonials .content__image .image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.module-testimonials .testimonials .content__text {
  padding-bottom: 2rem;
  padding-right: 60px;
}
.module-testimonials .testimonials .content__text .info__text {
  color: rgb(15, 64, 35);
}
.module-testimonials .testimonials .content__text:after {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  height: 3px;
  max-width: 200px;
  background-color: rgb(15, 64, 35);
}

.module-facts .column-fact {
  position: relative;
  z-index: 10;
}
@media (min-width: 768px) {
  .module-facts .column-fact:nth-child(4n+1) .fact {
    padding: 100px 0 0 50px;
  }
  .module-facts .column-fact:nth-child(4n+2) .fact {
    padding: 150px 0 0 100px;
  }
  .module-facts .column-fact:nth-child(4n+3) .fact {
    padding: 150px 100px 0 0;
  }
  .module-facts .column-fact:nth-child(4n+4) .fact {
    padding: 200px 50px;
  }
}
@media (min-width: 1400px) {
  .module-facts .column-fact:nth-child(4n+1) .fact {
    padding: 100px 100px 100px 50px;
  }
  .module-facts .column-fact:nth-child(4n+2) .fact {
    padding: 150px 0 0 150px;
  }
  .module-facts .column-fact:nth-child(4n+3) .fact {
    padding: 150px 150px 0 0;
  }
  .module-facts .column-fact:nth-child(4n+4) .fact {
    padding: 200px 50px 200px 100px;
  }
}
.module-facts .background_element {
  position: absolute;
  z-index: -1;
}
@media (prefers-reduced-motion: reduce) {
  .module-facts .background_element * {
    transform: none !important;
  }
}
.module-facts .background_element.background_element__thread {
  display: none;
}
@media (min-width: 768px) {
  .module-facts .background_element.background_element__thread {
    display: block;
    top: 50%;
    left: 50%;
    max-width: 180px;
    transform: translate(-50%, -50%);
  }
  .module-facts .background_element.background_element__thread img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
  }
}
@media (min-width: 1400px) {
  .module-facts .background_element.background_element__thread {
    max-width: none;
  }
}
.module-facts .background_element.background_element__triangle.background_element__triangle--01 {
  top: 0;
  left: 150px;
}
.module-facts .background_element.background_element__triangle.background_element__triangle--02 {
  top: 0;
  left: 0;
}
@media screen and (max-width: 991px) {
  .module-facts .background_element.background_element__triangle.background_element__triangle--02 {
    display: none;
  }
}
.module-facts .background_element.background_element__triangle.background_element__triangle--03 {
  right: 0;
  bottom: 0;
}

.module-missions .missions {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: normal;
  flex-wrap: wrap;
  gap: 2rem;
  row-gap: 4rem;
  margin: 0;
  margin-top: 4rem;
}
@media (min-width: 992px) {
  .module-missions .missions {
    margin-top: 0;
  }
}
.module-missions .missions .mission {
  width: calc(100% - 2rem);
  max-width: 100%;
  flex: 0 0 auto;
  padding: 0;
}
@media (min-width: 768px) {
  .module-missions .missions .mission {
    width: calc(50% - 2rem);
    max-width: 100%;
    flex: 0 0 auto;
    padding: 0;
  }
}
.module-missions .missions .mission__icon {
  margin-bottom: 2rem;
}

.module-partners {
  margin: 8rem 0;
  padding: 8rem 0;
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 10px 25px 50px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 10px 25px 50px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 10px 25px 50px 0 rgba(0, 0, 0, 0.4);
}
.module-partners .partners {
  position: relative;
}
.module-partners .partners .swiper {
  width: 90%;
  margin: 0 auto;
}
.module-partners .partners .swiper-button-prev,
.module-partners .partners .swiper-button-next {
  top: 13px;
}
.module-partners .partners .swiper-wrapper {
  align-items: center;
}
.module-partners .partners .swiper-wrapper .swiper-slide {
  padding: 0 50px;
}
.module-partners .partners .swiper-wrapper .swiper-slide img {
  max-height: 80px;
  width: auto;
}

.module-gallery .gallery {
  display: grid;
  gap: 1rem;
}
@media (min-width: 768px) {
  .module-gallery .gallery {
    grid-template-columns: repeat(3, 1fr);
  }
}
.module-gallery .gallery__item {
  aspect-ratio: 1/1;
}

.module-divider {
  position: relative;
  margin: 0;
  overflow: hidden;
  padding: 8rem 0;
  min-height: 500px;
}
.module-divider .background-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-size: cover;
  background-repeat: no-repeat;
}
.module-divider .background-image--parallax {
  min-height: 100vh;
  background-attachment: fixed;
}
@media screen and (max-width: 991px) {
  .module-divider a {
    margin-bottom: 0;
  }
}
.module-divider .textfield {
  background-color: rgba(0, 0, 0, 0.8);
  padding: 20px;
  border-radius: 20px;
}
.module-divider .textfield * {
  color: rgb(255, 255, 255);
}

.module-downloads {
  background: rgb(255, 255, 255);
  padding: 8rem 0;
  margin: 0 0 50px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}
.module-downloads .headline {
  margin-bottom: 4rem;
}
.module-downloads .downloads .download {
  margin-bottom: 50px;
}
.module-downloads .downloads .download .button--download .button__icon {
  flex: 0 0 auto;
}

.module-downloads:has(+ .module-divider) {
  margin-bottom: 0;
  box-shadow: none;
}

.module-standard_textfield h1.h1 {
  margin-top: 50px;
}
.module-standard_textfield h2.h1 {
  margin-bottom: 50px;
}
@media screen and (max-width: 991px) {
  .module-standard_textfield h2.h1 {
    margin-bottom: 35px;
  }
}

.accordion-section {
  padding: 50px 0 70px;
}
.accordion-section .h2 {
  margin-top: 0;
  margin-bottom: 50px;
}
.accordion-section .accordion {
  border-bottom: 1px solid rgb(0, 0, 0);
  background-color: transparent;
  margin-top: 70px;
}
.accordion-section .accordion-item {
  border: none;
  background-color: transparent;
}
.accordion-section .accordion-item:first-of-type .accordion-button,
.accordion-section .accordion-item:last-of-type .accordion-button {
  border-radius: 0;
}
.accordion-section .accordion-button {
  background-color: transparent;
}
.accordion-section .accordion-header {
  position: relative;
}
.accordion-section .accordion-header button {
  font-size: 18px;
  font-weight: bold;
  border-top: 1px solid rgb(112, 112, 112);
  padding: 30px 60px 30px 0;
  box-shadow: none;
}
.accordion-section .accordion-header button:after, .accordion-section .accordion-header button:before {
  content: "";
  height: 2px;
  width: 30px;
  background-color: rgb(112, 112, 112);
  position: absolute;
  right: 0;
  top: 50%;
  display: block;
}
.accordion-section .accordion-header button:before {
  transform: rotate(90deg);
}
.accordion-section .accordion-header button:hover, .accordion-section .accordion-header button:focus {
  background-color: rgb(239, 239, 239);
  color: rgb(0, 0, 0);
}
.accordion-section .accordion-header button:hover:after, .accordion-section .accordion-header button:hover:before, .accordion-section .accordion-header button:focus:after, .accordion-section .accordion-header button:focus:before {
  background-color: rgb(15, 64, 35);
}
.accordion-section .accordion-header button:focus-visible {
  outline: 2px solid rgb(15, 64, 35);
  outline-offset: 4px;
}
.accordion-section .accordion-header button:not(.collapsed) {
  background-color: transparent;
  color: rgb(0, 0, 0);
}
.accordion-section .accordion-header button:not(.collapsed):before {
  display: none;
}
.accordion-section .accordion-body {
  font-size: 18px;
  line-height: 30px;
  padding: 0 0 30px;
}
@media screen and (max-width: 991px) {
  .accordion-section .accordion-body {
    font-size: 16px;
  }
}

.module-text-graphical {
  background-color: rgb(239, 239, 239);
  margin: 0;
  padding: 8rem 0;
}
.module-text-graphical.set-01 {
  background: url("/wp-content/themes/contact-theme/assets/images/text-graphical-line.png") top right no-repeat rgb(239, 239, 239);
}
@media screen and (max-width: 1199px) {
  .module-text-graphical.set-01 {
    background-size: 300px auto;
  }
}
@media screen and (max-width: 991px) {
  .module-text-graphical.set-01 {
    background-image: none;
  }
}
.module-text-graphical .h1 {
  margin-bottom: 50px;
}
.module-text-graphical .text-content {
  margin-top: 50px;
}
.module-text-graphical .text-content:nth-child(1) {
  margin-top: 0;
}
.module-text-graphical .text-content img {
  display: block;
  margin-bottom: 20px;
}

.module-gaestewohnungen img {
  max-width: 100%;
  height: auto;
}

.gaestewohnungen-anchor-container {
  background-color: rgb(239, 239, 239);
  padding: 80px 0;
  margin-bottom: 80px;
}
.gaestewohnungen-anchor-container .row {
  row-gap: 30px;
}
.gaestewohnungen-anchor-container .gaestewohnungen-anchor {
  padding: 30px;
  display: block;
  background-color: rgb(255, 255, 255);
  border-radius: 30px;
  text-decoration: none;
  color: rgb(47, 50, 49);
  -webkit-box-shadow: 0 2rem 2rem 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 2rem 2rem 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 2rem 2rem 0 rgba(0, 0, 0, 0.4);
}
.gaestewohnungen-anchor-container .gaestewohnungen-anchor strong {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  font-size: 18px;
  text-transform: uppercase;
}
.gaestewohnungen-anchor-container .gaestewohnungen-anchor strong:before {
  content: "";
  flex-shrink: 0;
  height: 3rem;
  width: 2.1rem;
  display: inline-block;
  background: url("/wp-content/themes/contact-theme/assets/images/Icons-Pin.svg") center center no-repeat transparent;
  background-size: contain;
}

.gaestewohnung {
  padding-bottom: 80px;
  margin-bottom: 80px;
  border-bottom: 1px solid rgb(167, 167, 167);
}
.gaestewohnung:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.gaestewohnung h3.h2 {
  font-weight: 600;
  color: rgb(47, 50, 49);
  margin: 0 0 1.8rem;
  letter-spacing: -0.01em;
  padding-bottom: 1rem;
  border-bottom: 2px solid rgb(167, 167, 167);
}

.col-gaestewohnungen-nav {
  position: relative;
}

.gaestewohnungen-nav {
  background: rgb(255, 255, 255);
  border: 1px solid rgb(239, 239, 239);
  border-radius: 14px;
  padding: 2.4rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04), 0 12px 32px rgba(0, 0, 0, 0.08);
}
.gaestewohnungen-nav.is-sticky {
  z-index: 900;
}

.gaestewohnungen-nav__label {
  font-size: 1.2rem;
  color: rgb(112, 112, 112);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 600;
  margin-bottom: 1.6rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgb(239, 239, 239);
}

.gaestewohnungen-nav__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.gaestewohnungen-nav__list li {
  margin: 0;
}
.gaestewohnungen-nav__list a {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 0.8rem 1rem;
  color: rgb(47, 50, 49);
  font-size: 1.4rem;
  text-decoration: none;
  border-radius: 8px;
  line-height: 1.3;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.gaestewohnungen-nav__list a:before {
  content: "▸";
  color: rgb(15, 64, 35);
  font-size: 1.4rem;
  flex-shrink: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.gaestewohnungen-nav__list a:hover, .gaestewohnungen-nav__list a:focus-visible {
  color: rgb(169, 36, 47);
}
.gaestewohnungen-nav__list a:hover:before, .gaestewohnungen-nav__list a:focus-visible:before {
  color: rgb(169, 36, 47);
  transform: translateX(2px);
}

.gaestewohnungen-nav__contact {
  margin-top: 2rem;
  font-size: 1.4rem;
  line-height: 1.5;
  color: rgb(47, 50, 49);
}
.gaestewohnungen-nav__contact p {
  margin: 0 0 0.6rem;
}
.gaestewohnungen-nav__contact a {
  color: inherit;
  text-decoration: none;
}
.gaestewohnungen-nav__contact a:hover {
  color: rgb(169, 36, 47);
}

.gaestewohnung-lage {
  margin: 50px 0;
}
.gaestewohnung-lage__image {
  margin-bottom: 30px;
}
.gaestewohnung-lage__image img {
  max-width: 100%;
  width: auto;
  height: auto;
  display: block;
}

.gaestewohnung-ausstattungen {
  margin-bottom: 50px;
}
.gaestewohnung-ausstattungen .gaestewohnung-ausstattung-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 30px;
  align-items: start;
}
@media (max-width: 575px) {
  .gaestewohnung-ausstattungen .gaestewohnung-ausstattung-container {
    grid-template-columns: 1fr;
  }
}
.gaestewohnung-ausstattungen .gaestewohnung-ausstattung-container .gaestewohnung-ausstattung {
  margin-bottom: 50px;
}
.gaestewohnung-ausstattungen .gaestewohnung-ausstattung-container .gaestewohnung-ausstattung .gaestewohnung-ausstattung__title {
  font-size: 1.8rem;
  font-weight: 700;
  color: rgb(47, 50, 49);
  margin: 0 0 1.2rem;
  padding-bottom: 0.8rem;
  border-bottom: 2px solid rgb(167, 167, 167);
}
.gaestewohnung-ausstattungen .gaestewohnung-ausstattung-container .gaestewohnung-ausstattung ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.gaestewohnung-ausstattungen .gaestewohnung-ausstattung-container .gaestewohnung-ausstattung ul li {
  padding: 1rem 0;
  border-bottom: 1px dashed rgb(167, 167, 167);
  line-height: 1.4;
}
.gaestewohnung-ausstattungen .gaestewohnung-ausstattung-container .gaestewohnung-ausstattung ul li:last-child {
  border-bottom: 0;
}

.gaestewohnung-preis {
  margin-bottom: 50px;
}
.gaestewohnung-preis > .row {
  row-gap: 30px;
}
.gaestewohnung-preis__image img {
  max-width: 100%;
  width: auto;
  height: auto;
  display: block;
  border-radius: 14px;
}
.gaestewohnung-preis__card {
  background: rgb(255, 255, 255);
  border: 1px solid rgb(239, 239, 239);
  border-radius: 14px;
  padding: 2.4rem 2.8rem;
  height: 100%;
}
.gaestewohnung-preis__card h3.h2 {
  margin-top: 0;
}
.gaestewohnung-preis__content ul {
  list-style: none;
  padding: 0;
  margin: 0 0 1.6rem;
}
.gaestewohnung-preis__content ul li {
  display: flex;
  align-items: baseline;
  gap: 1.6rem;
  padding: 1.2rem 0;
  border-bottom: 1px dashed rgb(167, 167, 167);
  line-height: 1.4;
  font-size: 1.5rem;
  color: rgb(47, 50, 49);
}
.gaestewohnung-preis__content ul li:last-child {
  border-bottom: 0;
}
.gaestewohnung-preis__content ul li strong {
  flex: 0 0 9rem;
  color: rgb(15, 64, 35);
  font-weight: 700;
  font-size: 1.6rem;
  font-family: "OpenSans", Arial, Helvetica, sans-serif;
}
.gaestewohnung-preis__content p {
  margin: 0 0 1rem;
  font-size: 1.4rem;
  color: rgb(112, 112, 112);
  line-height: 1.5;
}
.gaestewohnung-preis__content p:last-child {
  margin-bottom: 0;
}
.gaestewohnung-preis__content p strong {
  color: rgb(47, 50, 49);
}

.gaestewohnung-gallerie {
  margin-bottom: 50px;
}
.gaestewohnung-gallerie .gaestewohnung-gallerie-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 1fr;
  gap: 12px;
}
@media (max-width: 991px) {
  .gaestewohnung-gallerie .gaestewohnung-gallerie-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: auto;
  }
}
.gaestewohnung-gallerie .gaestewohnung-gallerie__item {
  position: relative;
  display: block;
  aspect-ratio: 4/3;
  overflow: hidden;
  border-radius: 8px;
}
.gaestewohnung-gallerie .gaestewohnung-gallerie__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.gaestewohnung-gallerie .gaestewohnung-gallerie__item:hover img {
  transform: scale(1.05);
}
.gaestewohnung-gallerie .gaestewohnung-gallerie__item--hero {
  grid-column: span 2;
  grid-row: span 2;
  aspect-ratio: auto;
}
@media (max-width: 991px) {
  .gaestewohnung-gallerie .gaestewohnung-gallerie__item--hero {
    grid-column: span 2;
    grid-row: auto;
    aspect-ratio: 4/3;
  }
}
.gaestewohnung-gallerie .gaestewohnung-gallerie__item--hidden {
  display: none;
}
.gaestewohnung-gallerie .gaestewohnung-gallerie__more-overlay {
  position: absolute;
  inset: 0;
  background: rgba(47, 50, 49, 0.55);
  color: rgb(255, 255, 255);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.gaestewohnung-gallerie .gaestewohnung-gallerie__item--more:hover .gaestewohnung-gallerie__more-overlay {
  background: rgba(47, 50, 49, 0.7);
}

.module-history {
  background: url("/wp-content/themes/contact-theme/assets/images/history-background.svg") center no-repeat transparent;
  background-size: 130% auto;
}
.module-history .swiper {
  margin-top: 100px;
}
@media screen and (min-width: 992px) {
  .module-history .swiper-slide.odd {
    padding-top: 200px;
  }
}
.module-history .ereignis {
  padding: 0 50px;
}
.module-history .swiper-button-next, .module-history .swiper-button-prev {
  color: rgb(15, 64, 35);
}
.module-history .swiper-slide-active h4 {
  color: rgb(169, 36, 47);
}
@media (min-width: 992px) {
  .module-history .content-flipper {
    position: relative;
  }
  .module-history .content-flipper:has(img) img,
  .module-history .content-flipper:has(img) div {
    transition: opacity 0.4s ease;
  }
  .module-history .content-flipper:has(img) div {
    position: absolute;
    inset: 0;
    opacity: 0;
    pointer-events: none;
  }
  .module-history .content-flipper:has(img):hover img,
  .module-history .content-flipper:has(img):focus-visible img {
    opacity: 0;
  }
  .module-history .content-flipper:has(img):hover div,
  .module-history .content-flipper:has(img):focus-visible div {
    opacity: 1;
    pointer-events: auto;
  }
}
.module-history {
  /* Mobile: beides immer sichtbar */
}
@media (max-width: 991px) {
  .module-history .content-flipper:has(img) div {
    position: static;
    opacity: 1;
    pointer-events: auto;
  }
  .module-history .content-flipper:has(img) img {
    opacity: 1;
    margin-bottom: 20px;
  }
}
.module-history img {
  max-width: 100%;
  height: auto;
}

.module-immobiliensuche .suche-kategorie {
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .module-immobiliensuche .suche-kategorie {
    gap: 10px;
  }
}
.module-immobiliensuche .such-parameters {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .module-immobiliensuche .such-parameters {
    flex-direction: column;
  }
}
.module-immobiliensuche .such-parameters .such-parameter {
  flex: 1;
}
.module-immobiliensuche .such-parameters .such-parameter label {
  display: block;
  margin-bottom: 6px;
}
.module-immobiliensuche .such-parameters .such-parameter input[type=text] {
  display: block;
  width: 100%;
  border-radius: 13px;
  border: 1px solid rgb(47, 50, 49);
  padding: 1rem 2rem;
}
.module-immobiliensuche .such-actions {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  margin-top: 25px;
}
.module-immobiliensuche .mietangebote-count {
  margin-bottom: 25px;
  color: rgb(169, 36, 47);
  font-weight: 400;
}
.module-immobiliensuche .mietangebote-pagination {
  margin-top: 40px;
}
.module-immobiliensuche .mietangebote-pagination ul {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
.module-immobiliensuche .mietangebote-pagination ul li a,
.module-immobiliensuche .mietangebote-pagination ul li span {
  display: inline-block;
  padding: 8px 14px;
  border-radius: 8px;
  border: 1px solid rgb(47, 50, 49);
  text-decoration: none;
  transition: all 0.2s ease;
}
.module-immobiliensuche .mietangebote-pagination ul li a:hover {
  background: rgb(169, 36, 47);
  color: #fff;
  border-color: rgb(169, 36, 47);
}
.module-immobiliensuche .mietangebote-pagination ul li.current span {
  background: rgb(169, 36, 47);
  color: #fff;
  border-color: rgb(169, 36, 47);
  cursor: default;
}
.module-immobiliensuche .mietangebote-pagination ul li.disabled span {
  opacity: 0.5;
}

.module-immobiliensuche .mietangebote-anchor-container {
  padding-top: 4rem;
}

.module-ansprechpartnersuche .ansprechpartner-filter-container {
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
  border-radius: 33px;
  padding: 40px;
  text-align: center;
}
.module-ansprechpartnersuche .ansprechpartner-icon {
  height: 80px;
}
.module-ansprechpartnersuche strong {
  text-transform: uppercase;
  display: block;
  margin: 15px auto 30px;
  max-width: 280px;
}
@media screen and (max-width: 767px) {
  .module-ansprechpartnersuche strong {
    max-width: unset;
  }
}
.module-ansprechpartnersuche .ansprechpartner-filter-suche {
  position: relative;
  margin-bottom: 50px;
}
.module-ansprechpartnersuche .ansprechpartner-filter-suche input {
  padding: 10px 40px 10px 20px;
  width: 100%;
  border-radius: 43px;
  border: 1px solid rgb(47, 50, 49);
  font-size: 16px;
}
.module-ansprechpartnersuche .ansprechpartner-filter-suche > button {
  position: absolute;
  background: url("/wp-content/themes/contact-theme/assets/images/Icons-Right.svg") center center no-repeat transparent;
  background-size: 12px;
  height: 30px;
  width: 30px;
  border: none;
  top: 12px;
  right: 8px;
  border-radius: 5px;
}
.module-ansprechpartnersuche .ansprechpartner-filter-suche > button:focus-visible {
  outline: 2px solid rgb(15, 64, 35);
}
.module-ansprechpartnersuche .ansprechpartner-filter-suche {
  /* ➜ Suggestions im Modul */
}
.module-ansprechpartnersuche .ansprechpartner-filter-suche .street-suggestions {
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: 0.25rem;
  width: 100%;
  z-index: 10;
  background: rgb(255, 255, 255);
  border: 1px solid rgba(15, 64, 35, 0.5);
  padding: 0.5rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 1rem;
  text-align: left;
}
.module-ansprechpartnersuche .ansprechpartner-filter-suche .street-suggestions ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.module-ansprechpartnersuche .ansprechpartner-filter-suche .street-suggestions button {
  border: 1px solid rgb(15, 64, 35);
  background-color: rgb(255, 255, 255);
  border-radius: 1rem;
  padding: 0.1rem 0.5rem;
  text-align: center;
  line-height: 130%;
  white-space: nowrap;
}
.module-ansprechpartnersuche .ansprechpartner-filter-suche .street-suggestions button:hover, .module-ansprechpartnersuche .ansprechpartner-filter-suche .street-suggestions button:focus-visible {
  outline: 2px solid rgb(15, 64, 35);
  outline-offset: -5px;
}
.module-ansprechpartnersuche .ansprechpartner-filter-bild {
  border-radius: 200px;
  overflow: hidden;
  margin-bottom: 30px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}
.module-ansprechpartnersuche .ansprechpartner-filter-bild img {
  max-width: 100%;
}

/* Standard: Ergebnisse im Modul ausblenden */
.module-ansprechpartnersuche .ansprechpartner-filter-ergebnis {
  display: none;
}
.module-ansprechpartnersuche {
  /* Wenn der Container Treffer hat, Ergebnis anzeigen */
}
.module-ansprechpartnersuche .ansprechpartner-filter-container.has-results .ansprechpartner-filter-ergebnis {
  display: block;
}

.street-suggestions-empty {
  padding: 0.5rem 0.75rem;
  color: rgb(47, 50, 49);
  font-size: 1.4rem;
  text-align: left;
}

#wohnungswunsch {
  background-color: rgb(255, 255, 255);
  margin: 0;
  padding: 8rem 0;
}
@media screen and (max-width: 991px) {
  #wohnungswunsch iframe {
    min-height: 3525px;
  }
}

.module-stellenanzeigen input, .module-stellenanzeigen textarea {
  border: 1px solid rgb(15, 64, 35);
  background-color: rgb(255, 255, 255);
  border-radius: 2rem;
  padding: 0.5rem 4rem 0.5rem 1.5rem;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .module-icon-text .col-12 {
    margin-bottom: 40px;
  }
}
.module-icon-text img {
  max-width: 100px;
  display: block;
  margin: 0 auto 20px;
}
@media screen and (max-width: 991px) {
  .module-icon-text img {
    margin: 0 0 20px;
  }
}
.module-icon-text h3 {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .module-icon-text h3 {
    text-align: left;
  }
}
.module-icon-text .list {
  display: flex;
  justify-content: center;
  margin: 0 auto 20px;
}
@media screen and (max-width: 991px) {
  .module-icon-text .list {
    justify-content: start;
  }
}
.module-icon-text ul {
  list-style-type: disclosure-closed;
  font-size: 20px;
}
.module-icon-text ul li::marker {
  color: rgb(169, 36, 47);
}

/* --------------------------------------------------------------------------
   Modul: Leitbild Kleeblatt
   A clover navigates three topics: the leaf of the open accordion entry is
   filled in. Each entry opens a modal that presents the topic as a funnel of
   six values plus a closing quote.
   -------------------------------------------------------------------------- */
/* ---------- Module ---------- */
.module-leitbild-kleeblatt {
  margin: 0;
}

/* ---------- Stage ---------- */
.leitbild-stage {
  position: relative;
  overflow: hidden;
  padding: 4rem 0;
}
@media (min-width: 768px) {
  .leitbild-stage {
    padding: 6rem 0;
  }
}
@media (min-width: 992px) {
  .leitbild-stage {
    padding: 8rem 0;
  }
}
.leitbild-stage__media {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: rgb(15, 64, 35);
}
.leitbild-stage__image {
  position: absolute;
  top: -20%;
  left: 0;
  width: 100%;
  height: 140%;
  object-fit: cover;
  object-position: center;
}
.leitbild-stage > .container {
  position: relative;
  z-index: 1;
}

/* ---------- Card ---------- */
.leitbild-card {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  gap: 3rem;
  padding: 3rem 2.4rem;
  border-radius: 2.4rem;
  background-color: rgb(255, 250, 246);
}
@media (min-width: 768px) {
  .leitbild-card {
    padding: 4rem 4rem;
    border-radius: 3.2rem;
  }
}
@media (min-width: 992px) {
  .leitbild-card {
    grid-template-columns: minmax(0, 26rem) 1fr;
    align-items: center;
    gap: 8rem;
    padding: 5.6rem 8rem;
    border-radius: 4rem;
  }
}
.leitbild-card__nav {
  width: 100%;
  max-width: 22rem;
}
@media (min-width: 992px) {
  .leitbild-card__nav {
    max-width: none;
  }
}
.leitbild-card__body {
  width: 100%;
  min-width: 0;
}
.leitbild-card__headline {
  margin-bottom: 3rem;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.1rem;
  color: rgb(15, 64, 35);
}
@media (min-width: 992px) {
  .leitbild-card__headline {
    margin-bottom: 4rem;
    font-size: 4rem;
    letter-spacing: -0.2rem;
  }
}

.leitbild-intro {
  margin-bottom: 3rem;
  font-size: 1.6rem;
  line-height: 1.6;
  color: rgb(112, 112, 112);
}

/* ---------- Clover navigation ---------- */
.leitbild-clover {
  display: block;
  width: 100%;
  height: auto;
}
.leitbild-clover__outline {
  fill: rgb(15, 64, 35);
  pointer-events: none;
}
.leitbild-clover__fill {
  fill: #3D9A53;
}
.leitbild-clover__icon {
  fill: rgb(255, 250, 246);
}
.leitbild-clover__leaf {
  -webkit-transition: opacity 0.35s ease-in-out;
  -moz-transition: opacity 0.35s ease-in-out;
  -o-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
  opacity: 0;
  cursor: pointer;
}
.leitbild-clover__leaf:hover, .leitbild-clover__leaf.is-active {
  opacity: 1;
}

/* ---------- Accordion ---------- */
.leitbild-accordion {
  background-color: transparent;
}
.leitbild-accordion .accordion-item {
  border: 0;
  border-bottom: 0.1rem solid rgba(61, 154, 83, 0.55);
  background-color: transparent;
  color: inherit;
}
.leitbild-accordion .accordion-item:first-of-type,
.leitbild-accordion .accordion-item:last-of-type,
.leitbild-accordion .accordion-item:first-of-type .accordion-button,
.leitbild-accordion .accordion-item:last-of-type .accordion-button {
  border-radius: 0;
}
.leitbild-accordion .accordion-button {
  position: relative;
  padding: 1.6rem 4.4rem 1.6rem 0;
  background-color: transparent;
  box-shadow: none;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  color: rgb(15, 64, 35);
}
@media (min-width: 992px) {
  .leitbild-accordion .accordion-button {
    padding: 2rem 4.4rem 2rem 0;
    font-size: 2.2rem;
  }
}
.leitbild-accordion .accordion-button::after, .leitbild-accordion .accordion-button::before {
  -webkit-transition: background-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  content: "";
  position: absolute;
  top: 50%;
  right: 0.2rem;
  width: 1.8rem;
  height: 0.2rem;
  margin: 0;
  background-image: none;
  background-color: rgb(15, 64, 35);
  transform: none;
}
.leitbild-accordion .accordion-button::before {
  transform: rotate(90deg);
}
.leitbild-accordion .accordion-button:not(.collapsed) {
  background-color: transparent;
  color: rgb(15, 64, 35);
}
.leitbild-accordion .accordion-button:not(.collapsed)::before {
  display: none;
}
.leitbild-accordion .accordion-button:hover {
  color: #3D9A53;
}
.leitbild-accordion .accordion-button:hover::after, .leitbild-accordion .accordion-button:hover::before {
  background-color: #3D9A53;
}
.leitbild-accordion .accordion-button:focus {
  border-color: transparent;
  box-shadow: none;
}
.leitbild-accordion .accordion-button:focus-visible {
  outline: 0.2rem solid rgb(15, 64, 35);
  outline-offset: 0.4rem;
}
.leitbild-accordion .accordion-body {
  padding: 0 0 2.4rem;
}

/* ---------- Teaser inside an open entry ---------- */
.leitbild-teaser {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2rem;
}
.leitbild-teaser__text {
  flex: 1 1 22rem;
}
.leitbild-teaser__claim {
  margin-bottom: 1.2rem;
  font-size: 1.6rem;
  line-height: 1.5;
  color: rgb(47, 50, 49);
}
.leitbild-teaser__more {
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  padding: 0;
  border: 0;
  background: none;
  font-size: 1.6rem;
  font-weight: 700;
  color: rgb(15, 64, 35);
  cursor: pointer;
}
.leitbild-teaser__more svg {
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  width: 1.6rem;
  height: 1.6rem;
}
.leitbild-teaser__more:hover {
  color: rgb(169, 36, 47);
}
.leitbild-teaser__more:hover svg {
  transform: translateX(0.4rem);
}
.leitbild-teaser__more:focus {
  outline: none;
}
.leitbild-teaser__more:focus-visible {
  outline: 0.2rem solid rgb(15, 64, 35);
  outline-offset: 0.4rem;
}
.leitbild-teaser__figure {
  flex: 0 0 auto;
  margin: 0;
  max-width: 19rem;
}
.leitbild-teaser__image {
  display: block;
  width: 100%;
  height: auto;
}

/* ---------- Modal ---------- */
.leitbild-modal .modal-content {
  border: 0;
  border-radius: 2.4rem;
  background-color: rgb(255, 250, 246);
}
.leitbild-modal .modal-header {
  align-items: flex-start;
  gap: 2rem;
  padding: 2.8rem 2.4rem 2rem;
  border-bottom: 0;
}
@media (min-width: 992px) {
  .leitbild-modal .modal-header {
    padding: 4rem 4rem 2.4rem;
  }
}
.leitbild-modal .modal-body {
  padding: 0 2.4rem 2.8rem;
}
@media (min-width: 992px) {
  .leitbild-modal .modal-body {
    padding: 0 4rem 4rem;
  }
}
.leitbild-modal .btn-close {
  flex: 0 0 auto;
  margin: 0;
  padding: 1.2rem;
  opacity: 0.55;
}
.leitbild-modal .btn-close:hover, .leitbild-modal .btn-close:focus {
  opacity: 1;
}
.leitbild-modal__head {
  display: flex;
  align-items: flex-start;
  gap: 1.6rem;
}
@media (min-width: 992px) {
  .leitbild-modal__head {
    align-items: center;
    gap: 2.4rem;
  }
}
.leitbild-modal__icon {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 5.6rem;
  height: 5.6rem;
  border: 0.2rem solid rgb(15, 64, 35);
  border-radius: 50%;
  color: rgb(15, 64, 35);
}
.leitbild-modal__icon svg {
  width: 2.8rem;
  height: 2.8rem;
}
@media (min-width: 992px) {
  .leitbild-modal__icon {
    width: 7.2rem;
    height: 7.2rem;
  }
  .leitbild-modal__icon svg {
    width: 3.6rem;
    height: 3.6rem;
  }
}
.leitbild-modal__title {
  margin: 0;
  font-size: 2.8rem;
  line-height: 1.1;
  letter-spacing: -0.1rem;
  color: rgb(15, 64, 35);
}
@media (min-width: 992px) {
  .leitbild-modal__title {
    font-size: 4rem;
  }
}
.leitbild-modal__claim {
  margin: 0.6rem 0 0;
  font-size: 1.6rem;
  line-height: 1.4;
  color: rgb(112, 112, 112);
}
@media (min-width: 992px) {
  .leitbild-modal__claim {
    font-size: 1.8rem;
  }
}

/* ---------- Funnel ---------- */
.leitbild-funnel {
  list-style: none;
  margin: 0 0 2.4rem;
  padding: 0;
}
@media (min-width: 992px) {
  .leitbild-funnel {
    margin-bottom: 4rem;
  }
}

.leitbild-funnel__step {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  margin: 0 0 0.6rem;
  padding: 1.6rem;
  border-radius: 1.2rem;
  background-color: rgb(235.8, 235.12, 229.12);
}
.leitbild-funnel__step:nth-child(1) {
  background-color: rgb(15, 64, 35);
}
.leitbild-funnel__step:nth-child(2) {
  background-color: rgb(147, 166.3, 151.05);
}
.leitbild-funnel__step:nth-child(3) {
  background-color: rgb(171, 184.9, 172.15);
}
.leitbild-funnel__step:nth-child(4) {
  background-color: rgb(195, 203.5, 193.25);
}
.leitbild-funnel__step:nth-child(5) {
  background-color: rgb(219, 222.1, 214.35);
}
.leitbild-funnel__step:nth-child(6) {
  background-color: rgb(235.8, 235.12, 229.12);
}
@media (min-width: 992px) {
  .leitbild-funnel__step {
    min-height: 9.6rem;
    margin-bottom: 0.5rem;
    padding-block: 1.4rem;
    padding-inline: calc(2.8rem + var(--inset-bottom, 0%));
    border-radius: 0;
    clip-path: var(--clip, none);
  }
}
.leitbild-funnel__step:first-child .leitbild-funnel__title {
  color: rgb(255, 250, 246);
}
.leitbild-funnel__step:first-child .leitbild-funnel__copy {
  color: rgba(255, 255, 255, 0.8);
}

.leitbild-funnel__icon {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 50%;
  background-color: rgb(255, 250, 246);
  color: rgb(15, 64, 35);
}
.leitbild-funnel__icon svg {
  width: 2.4rem;
  height: 2.4rem;
}
@media (min-width: 992px) {
  .leitbild-funnel__icon {
    width: 5.6rem;
    height: 5.6rem;
  }
  .leitbild-funnel__icon svg {
    width: 3rem;
    height: 3rem;
  }
}

.leitbild-funnel__title {
  display: block;
  margin-bottom: 0.3rem;
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1.2;
  color: rgb(15, 64, 35);
}
@media (min-width: 992px) {
  .leitbild-funnel__title {
    font-size: 2.2rem;
  }
}

.leitbild-funnel__copy {
  display: block;
  font-size: 1.5rem;
  line-height: 1.45;
  color: rgb(47, 50, 49);
}
@media (min-width: 992px) {
  .leitbild-funnel__copy {
    font-size: 1.6rem;
  }
}

/* ---------- Closing row: illustration next to the quote ---------- */
.leitbild-outro {
  display: grid;
  grid-template-columns: 1fr;
  align-items: stretch;
  gap: 1.6rem;
}
@media (min-width: 992px) {
  .leitbild-outro {
    grid-template-columns: 1fr 1fr;
    gap: 2.4rem;
  }
}
.leitbild-outro__figure {
  align-self: start;
  margin: 0;
  overflow: hidden;
  border-radius: 1.6rem;
  background-color: rgb(255, 255, 255);
}
.leitbild-outro__image {
  display: block;
  width: 100%;
  height: auto;
}

/* ---------- Quote ---------- */
.leitbild-quote {
  display: flex;
  align-items: flex-start;
  gap: 1.6rem;
  margin: 0;
  padding: 2.4rem;
  border-radius: 1.6rem;
  background-color: rgb(255, 255, 255);
}
@media (min-width: 992px) {
  .leitbild-quote {
    gap: 2.4rem;
    padding: 3.2rem;
  }
}
.leitbild-quote__mark {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 50%;
  background-color: rgb(15, 64, 35);
  color: rgb(255, 250, 246);
}
.leitbild-quote__mark svg {
  width: 2.2rem;
  height: 2.2rem;
}
.leitbild-quote blockquote {
  margin: 0;
}
.leitbild-quote p {
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.6;
  color: rgb(47, 50, 49);
}

/* ---------- Reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  .leitbild-clover__leaf,
  .leitbild-teaser__more,
  .leitbild-teaser__more svg {
    transition: none;
  }
  .leitbild-teaser__more:hover svg {
    transform: none;
  }
}
.module-mietangebote {
  margin-top: 0;
  margin-bottom: 0;
}
.module-mietangebote img {
  max-width: 100%;
  height: auto;
}

.mietangebote-anchor-container {
  background-color: rgb(239, 239, 239);
  padding: 80px 0;
}
.mietangebote-anchor-container .row .mietangebote-item-col {
  display: flex;
  margin-bottom: 50px;
}
.mietangebote-anchor-container .mietangebote-anchor {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background-color: rgb(255, 255, 255);
  border-radius: 30px;
  text-decoration: none;
  color: rgb(47, 50, 49);
  margin-bottom: 50px;
  overflow: hidden;
  -webkit-box-shadow: 0 2rem 2rem 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 2rem 2rem 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 2rem 2rem 0 rgba(0, 0, 0, 0.4);
}
.mietangebote-anchor-container .mietangebote-anchor strong {
  font-size: 18px;
  text-transform: uppercase;
}
.mietangebote-anchor-container .mietangebote-anchor .mietangebote-img-container {
  width: 100%;
  aspect-ratio: 3/2;
  overflow: hidden;
  position: relative;
}
.mietangebote-anchor-container .mietangebote-anchor .mietangebote-img {
  position: absolute;
  inset: 0;
}
.mietangebote-anchor-container .mietangebote-anchor .mietangebote-img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 50% 50%;
}
.mietangebote-anchor-container .mietangebote-anchor .mietangebote-txt-container {
  padding: 30px;
  padding-bottom: 0;
}
.mietangebote-anchor-container .mietangebote-anchor .mietangebote-txt-container .mietangebote-title {
  line-height: 150%;
}

/*# sourceMappingURL=main.css.map */
