@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: "Rounded Mplus 1c";
  src: url("/wp-content/themes/contact-theme/assets/fonts/MPLUSRounded1c-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rounded Mplus 1c";
  src: url("/wp-content/themes/contact-theme/assets/fonts/MPLUSRounded1c-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rounded Mplus 1c";
  src: url("/wp-content/themes/contact-theme/assets/fonts/MPLUSRounded1c-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
: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: 2;
  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: 2;
  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);
}

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

h2.h1 {
  margin-bottom: 50px;
}

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

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

@media (min-width: 768px) {
  .h1 {
    font-size: 5.2rem;
  }
  .h2 {
    font-size: 2.6rem;
  }
  .h3 {
    font-size: 2.6rem;
  }
  .h4 {
    font-size: 2.6rem;
  }
}
@media (min-width: 992px) {
  .h1 {
    font-size: 6.4rem;
  }
  .h2 {
    font-size: 3.3rem;
  }
  .h3 {
    font-size: 3.3rem;
  }
  .h4 {
    font-size: 3.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;
}

.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;
}

.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);
}
.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.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 {
  padding-left: 40px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.contact_person {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0;
  row-gap: 2rem;
  margin: 0;
}
.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;
}

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

.footer {
  margin: 0;
  padding: 8rem 0 4rem;
}
.footer .info {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 2rem;
  row-gap: 0;
  margin: 0;
}
.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;
}

.footer__meta {
  margin: 0;
  padding-top: 4rem;
  padding-bottom: 4rem;
  border-top: 1px solid rgb(167, 167, 167);
}
.footer__meta a:hover {
  text-decoration: underline;
}
.footer__meta p {
  margin-bottom: 0;
}
.footer__meta #meta-menu {
  flex-direction: row;
}

.main-footer .footer__logo,
.main-footer .footer__address {
  border-bottom: 1px solid #A7A7A7;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .main-footer .footer__logo,
  .main-footer .footer__address {
    border-bottom: none;
    border-right: 1px solid #A7A7A7;
    height: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.main-footer .footer__address {
  padding-right: 15px;
}
@media screen and (max-width: 991px) {
  .main-footer .footer__contact,
  .main-footer .footer__address {
    flex-direction: column;
  }
}

.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: -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: 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 .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;
}

.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::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: 100vh;
  padding: 4rem 0 9rem;
}
@media screen and (max-width: 767px) {
  .module-hero .swiper_slider__item {
    padding-bottom: 12rem;
  }
}
.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;
}

.module-image_text {
  position: relative;
  margin-bottom: 4rem;
}
.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: -30px;
  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: -60px;
  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__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;
}
.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;
}
.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;
  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;
  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;
}

.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;
}
.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;
}
.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-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-position: center;
  background-repeat: no-repeat;
}
.module-divider .background-image--parallax {
  min-height: 100vh;
  background-attachment: fixed;
}
.module-divider .textfield {
  background-color: rgba(0, 0, 0, 0.8);
  padding: 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-standard_textfield h1.h1 {
  margin-top: 50px;
}
.module-standard_textfield h2.h1 {
  margin-bottom: 50px;
}

.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;
}

.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;
}
.module-gaestewohnungen .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.gaestewohnungen-anchor-container {
  background-color: rgb(239, 239, 239);
  padding: 80px 0;
  margin-bottom: 80px;
}
.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:before {
  content: "";
  height: 50px;
  width: 35px;
  display: block;
  background: url("/wp-content/themes/contact-theme/assets/images/Icons-Pin.svg") top center no-repeat transparent;
  background-size: contain;
}
.gaestewohnungen-anchor-container .gaestewohnungen-anchor strong {
  font-size: 18px;
  text-transform: uppercase;
}

.gaestewohnung-lage {
  margin: 50px 0;
}

.gaestewohnung-ausstattungen {
  margin-bottom: 50px;
}
.gaestewohnung-ausstattungen .gaestewohnung-ausstattung-container {
  column-count: 2;
  column-gap: 10px;
}
.gaestewohnung-ausstattungen .gaestewohnung-ausstattung-container .gaestewohnung-ausstattung {
  break-inside: avoid;
  margin-bottom: 50px;
}

.gaestewohnung-preis {
  margin-bottom: 50px;
}

.gaestewohnung-gallerie {
  width: 100%;
  margin-bottom: 30px;
}

.mainSwiper {
  width: 100%;
  margin-bottom: 10px;
}

.thumbsSwiper {
  width: 100%;
  height: 20%;
}

.thumbsSwiper .swiper-slide {
  opacity: 0.4;
  cursor: pointer;
}

.thumbsSwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.module-history .swiper {
  margin-top: 100px;
}
.module-history .swiper-slide.odd {
  padding-top: 200px;
}
.module-history .ereignis {
  padding: 0 50px;
}
.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;
}
.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-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: auto;
  }
}
.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;
}

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

.mietangebote-anchor-container {
  background-color: rgb(239, 239, 239);
  padding: 80px 0;
  margin-bottom: 80px;
}
.mietangebote-anchor-container .mietangebote-anchor {
  display: block;
  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;
}

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