/* open-sans-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('/static/wgp25/fonts/open-sans-v43-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-300italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: url('/static/wgp25/fonts/open-sans-v43-latin-300italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('/static/wgp25/fonts/open-sans-v43-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url('/static/wgp25/fonts/open-sans-v43-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  src: url('/static/wgp25/fonts/open-sans-v43-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-500italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 500;
  src: url('/static/wgp25/fonts/open-sans-v43-latin-500italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('/static/wgp25/fonts/open-sans-v43-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-600italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: url('/static/wgp25/fonts/open-sans-v43-latin-600italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('/static/wgp25/fonts/open-sans-v43-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: url('/static/wgp25/fonts/open-sans-v43-latin-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: url('/static/wgp25/fonts/open-sans-v43-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-800italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 800;
  src: url('/static/wgp25/fonts/open-sans-v43-latin-800italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}



* {
  padding: 0;
  margin: 0;
}

:root {
  --design-primary: #1b356a;
  --design-secondary: #f29400;

  --design-green-light: #ebf7f1;
  --design-green-medium: #d5ebdd;
  --design-green-dark: #006657;



  --unnamed-color-006657: #006657;
  --unnamed-color-3fbe85: #3FBE85;
  --unnamed-color-53caf1: #53CAF1;
  --unnamed-color-004386: #004386;
  --unnamed-color-ebf7f1: #EBF7F1;
  --unnamed-color-f4f7ff: #F4F7FF;
  --unnamed-color-d5ebdd: #D5EBDD;
  --unnamed-color-0e6e5d: #0E6E5D;
  --unnamed-color-000000: #000000;
}

/*

  1920 Breite
  1364 Content
  Boxen sind 430 Breit mit 37px Abstand zueinander

*/

body {
  background-color: var(--design-green-light);
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  hyphens: auto;
  color: var(--design-green-dark);
}
h1, h2 {
  font-weight: 700;
}
h1 {
  font-size: 3.2rem;
}

.wrap-content {
  max-width: calc(1364px + 40px);
  padding: 0 20px;
  margin: 0 auto;
}


#immo-spalten {
  display: flex;
  gap: 50px;
}
#immo-spalte-links {
  flex: 0 0 60%;
}
#immo-spalte-rechts {
  flex-grow: 1;
}

.immo-merkmale {
  display: flex;
  flex-wrap: wrap;
  gap: 80px;
  row-gap: 35px;
}
.immo-merkmal-wert {
  font-weight: bold;
  color: var(--design-green-dark);
  font-size: 1.6rem;
}
.immo-bilder {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  padding-top: 20px;
}
.immo-bilder a {
  position: relative;
}
.immo-bilder > a > img {
  aspect-ratio: 4 / 3;
  width: 100%;
  object-fit: cover;
}
.immo-links {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}



#header-big {
  padding-top: 69px;
  padding-bottom: 20px;
}
#header-small {
  display: none;
}
#header-logos {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header-logos div:nth-child(1) img {
  display: block;
  height: 69px;
}
#header-logos div:nth-child(2) img {
  display: block;
  height: 86px;
}

#navigation {
  padding-top: 111px;
}
#nav-big {
  display: flex;
  justify-content: space-between;
}
#nav-big div:nth-child(1){
  display: flex;
  gap: 25px;
}
.btn-nav {
  height: 55px;
  font-size: 19px;
  font-weight: 600;
  /* text-transform: uppercase; */
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 45px;
  padding-right: 45px;
  padding-top: 6px;
  font-weight: 700;
}
#nav-big > div:nth-child(2) .btn-nav {
  padding-left: 22px;
  padding-right: 22px;
}



#header-image {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 158px;
}
.header-image {
  display: block;
  width: 100%;
}
.header-image-welle {
  display: block;
  position: absolute;
  pointer-events: none;
  left: 0;
  top: 0;
  width: 100%;
}
p {
  margin-bottom: 1.8rem;
}
#content {
  padding-top: 60px;
  min-height: 300px;
  font-size: 1.2rem;
}
#content a {
  font-weight: 700;
}
#content.verlauf {
  background: linear-gradient(to bottom,#d9efe4 0px,#eaf7f1 300px,#eaf7f1 100%);
}
#content-image {
  max-width: 1920px;
  margin: 0 auto;
  padding-bottom: 45px;
}
.content-image {
  display: block;
  width: 100%;
}

.immo-startseite {
  aspect-ratio: 3 / 2;
  object-fit: cover;
}
.content-start-image {
  padding-bottom: 75px;
}
.content-start-image img {
  display: block;
  border-top-right-radius: 30px;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

.custom-card-icon {
  display: block;
  width: 92px;
  position: absolute;
  right: 39px;
  bottom: -46px;
}

#start-content {
  padding-top: 20px;
}

#start-content h1 {
  font-size: 3.2rem;
  font-weight: 800;
}
#start-content h2 {
  font-size: 2rem;
  font-weight: 700;
}
#start-content h3 {
  font-size: 1.45rem;
  font-weight: 700;
}

.angebot-preis, .weitere-angebote {
  font-size: 1.45rem;
  font-weight: bold;
}

#start-content h2 {
  padding: 10px 0 20px 0;
}



#content h1 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 4rem !important;
}
#content h2 {
  font-size: 1.7rem;
  font-weight: 600;
}
#content h3 {
  font-size: 1.5rem;
  font-weight: 600;
}



#start-h1 {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 3.2rem;
}

.custom-row {
  display: flex;
  gap: 37px;
}
.custom-col {
  flex: 1;
}
.custom-col .card {
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.custom-col .card .card-img, .card-img-top {
  border-top-left-radius: 0;
}
.custom-col .card .card-body {
  flex-grow: 1;
  padding: 25px 25px 15px 25px;
}
.custom-col .card h3 {
  font-weight: 700;
  font-size: 1.45rem;
  margin-bottom: 0;
}
.card-link {
  text-align: right;
  font-weight: 700;
}
.green-card {
  background-color: var(--design-green-medium);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 0;
}
.green-card .card-body {
  border-top: 8px solid #fff;
}

.immobilie .green-card .card-body {
  border-top: 8px solid #eaf7f1;
}

.content-white {
  background-color: #fff;
  box-shadow: 3px 3px 20px #00000029;
  margin: 74px 0;
  padding: 74px 0;
}

.card-logo {
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 25px;
}
.card-logo > img {
  display: block;
  width: 142px;
  margin: 0 auto;
}
.card-logo div {
  padding-top: 77px;
}

.form-select, input[type="text"].form-control, input[type="email"].form-control, input[type="tel"].form-control, input[type="date"].form-control {
  height: 45px;
}

#start-kontakt {
  display: flex;
  gap: 37px;
  padding-top: 20px;
}
#start-kontakt > div:nth-child(1){
  flex-grow: 1;
}
#start-kontakt > div:nth-child(2){
  flex: 0 0 430px;
  padding-top: 33px;
}
#start-kontakt > div:nth-child(2) img{
  display: block;
  width: 100%;
  border-bottom-left-radius: 0 !important;
  min-height: 628px;
}

#map {
  height: 600px;
  width: 100%;
}
.category-label img {
  width: 20px;
  height: 20px;
  margin-right: 6px;
}

.map-info {
  max-width: 300px;
  width: 100%;
  min-width: 150px;
}


footer {
  padding-top: 115px;
}
#footer a{
    font-weight: 700;
}
/* #footer {
  background-image: url(/static/wgp25/doppel-welle.svg);
  background-repeat: repeat-x;
  background-position: 204px 0;
  background-size: 2661px;
} */

#footer {
    background-image: url(/static/wgp25/welle-1920.png);
    background-repeat: no-repeat;
    background-size: 1920px;
    background-position: top center;
}

#footer .wrap-content {
  position: relative;
  padding-top: calc(388px + 70px);
}
#footer-maskottchen {
  position: absolute;
  left: 20px;
  top: 164px;
  display: none;
  width: 251px;
}
#footer-logo-wbgs {
  position: absolute;
  right: 20px;
  top: 195px;
  display: none;
  width: 120px;
}

#footer-bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 58px;
  align-items: flex-end;
  padding-bottom: 150px;
}
#footer-bottom > div:nth-child(1){
  display: flex;
  gap: 20px;
}
#footer-bottom > div:nth-child(2) img{
  display: block;
  width: 413px;
}





.invalid-feedback {
  color: #ce3241;
}
.border-transparent {
  border-color: transparent;
}


.dropdown-menu {
  background-color: #006658;
  color: #fff;
  padding: 20px 30px;
  border-top-left-radius: 0;
  transform: translate(0) !important;
  top: 74px !important;
}
.dropdown-item {
  color: #fff;
  font-weight: 600;
  font-size: 1.2rem;
  margin: 2px 0;
}
.dropdown-item.active, .dropdown-item:active {
  background-color: #fff;
  color: var(--design-green-dark);
  border-radius: 1rem;
  border-top-left-radius: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  border-radius: 1rem;
  border-top-left-radius: 0;
  color: var(--design-green-dark);
}






.imgleft {
  float: left;
  margin-right: 30px;
  margin-bottom: 20px;
}
.imgleft img {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
.imgright {
  float: right;
  margin-left: 30px;
  margin-bottom: 20px;
}
.imgright img {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
.clear {
  clear: both;
}
.absatz-buttons {
	display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 1rem;
}

.bildgala {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}
.bildgala img {
  display: block;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1 / 1;
}
#einleitung {
  color: #3fbe85;
  font-size: 2.5rem;
  font-weight: 600;
  hyphens: auto;
  padding-bottom: 35px;
  line-height: 3rem;
  padding-top: 20px;
}
small {
  font-size: 1rem;
}

.absatzbox {
  display: flex;
  gap: 34px;
}
.absatzbox-text {
  flex-grow: 1;
  background-color: #3fbe85;
  color: #fff;
  padding: 62px;
  margin-top: 50px;
  font-size: 1.3rem;
}
.absatzbox-text h2 {
  color: #fff !important;
}
.absatzbox-image {
  flex: 0 0 430px;
}
.boxleft .absatzbox-text {
  order: 1;
  border-radius: 50px;
  border-top-right-radius: 0;
}
.boxleft .absatzbox-image {
  order: 2;
}
.boxleft .absatzbox-image img {
  border-radius: 50px;
  border-top-left-radius: 0;
}

.boxright .absatzbox-text {
  order: 2;
  border-radius: 50px;
  border-top-left-radius: 0;
}
.boxright .absatzbox-image {
  order: 1;
}
.boxright .absatzbox-image img {
  border-radius: 50px;
  border-top-right-radius: 0;
}
.absatzbox-text a {
  color: #003872 !important;
}

.absatzbox-image-texte {
  padding-top: 55px;
}
.absatzbox-image-texte h3 {
  font-weight: 700;
}
.absatzbox-image-text + .absatzbox-image-text {
  padding-top: 80px;
}
.absatzbox-image-text {
  font-size: 1.2rem;
}

.absatzbox-image-text-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.absatzbox-image-text-icons img {
  width: 92px;
}

.img-container, .img-container a {
  position: relative;
  display: block;
}
.img-icon {
	position: absolute;
  right: 10px;
  bottom: 10px;
  background-color: var(--design-primary);
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 35px;
  border: 1px solid #fff;
}
.img-icon svg {
  color: #fff;
}
.img-icon-svg {
	position: absolute;
  right: 10px;
  bottom: 10px;
}
.img-icon-svg img {
  width: 35px;
  height: 35px;
}

.inh-abs-titel {
  padding-bottom: 0.5rem;
}

.bildgala + .absatz-buttons {
  padding-top: 2rem;
}
.inh-abs-text + .bildgala {
  padding-top: 1rem;
}
.inh-abs-text + .absatz-buttons {
  padding-top: 0.5rem;
}
.content-element + .content-element {
  margin-top: 3rem;
}



.aktuelles {
  display: flex;
  gap: 50px;
}
.aktuelles > div:nth-child(1){
  flex: 0 0 25%;
}
.aktuelles > div:nth-child(1) img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
.aktuelles > div:nth-child(2){
  flex-grow: 1;
}


.footer-oeffnungszeiten {
  padding-left: 10%;
}


.immobilien {
  display: flex;
  gap: 37px;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.immobilie {
  flex: 0 0 calc(33.33333% - 25px);
  font-size: 1rem;
}
.immobilie .card .card-body {
  flex-grow: 1;
  padding: 25px 25px 15px 25px;
}
.immobilie .card-img-top {
  aspect-ratio: 3 / 2;
  object-fit: cover;
}


.card-body {
  font-size: 1.2rem;
}


.wohngebiete {
  display: flex;
  gap: 37px;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-top: 70px;
}
.wohngebiet {
  flex: 0 0 calc(33.33333% - 25px);
  font-size: 1rem;
}
.wohngebiet .card .card-body {
  flex-grow: 1;
  padding: 25px 25px 15px 25px;
}
.wohngebiet .card {
  border: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.wohngebiet .card-img-top {
  aspect-ratio: 3 / 2;
  object-fit: cover;
}


.btn-lg, .btn-group-lg > .btn {
  --bs-btn-padding-y: 0.7rem;
  --bs-btn-padding-x: 1.25rem;
  --bs-btn-font-size: 1.1rem;
  --bs-btn-font-weight: 600;
}


.slider-table {
  display: table;
  width: 100%;
  padding-bottom: 25px;
}
.slider-big-table {
  display: table;
  width: 100%;
  padding-bottom: 25px;
}
.slider-td {
  display: table-cell;
  vertical-align: top;
}
.slider-td span {
  display: block;
  text-align: center;
  font-size: 13pt;
  font-weight: bold;
}
.slider-left {
  width: 15%;
}
.slider-right {
  width: 15%;
}
.slider-inner {
  padding: 3px 18px 0 18px;
  position: relative;
}
.slider-titel {
  position: absolute;
  width: 100%;
  text-align: center;
  top: -32px;
  left: 0;
  font-size: 15pt;
}
.noUi-handle {
  box-shadow: none;
  background: #004180;
}
.noUi-handle:focus-visible {
  outline: 2px solid #000;
}



.text-icon-svg {
  height: 1em;
  width: auto;
  vertical-align: -0.125em;
  display: inline-block;
}




.gaestewohnung {
  padding-bottom: 55px;
}
.gaestewohnung-hg {
  background-color: #fff;
  border-radius: 30px;
  border-top-left-radius: 0;
  padding: 30px;
}
.gaestewohnung-header {
  display: flex;
  gap: 25px;
  align-items: center;
}
.gaestewohnung-header h2 {
  margin-bottom: 0;
}
.gaestewohnung-ausstattung {
  padding-top: 20px;
}
.gaestewohnung-infos {
  padding-top: 20px;
}
.gaestewohnung-infos p:last-child {
  margin-bottom: 0;
}
.gw-bilder {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  padding-top: 20px;
}
.gw-bilder > a {
  position: relative;
}
.gw-bilder > a > img {
  aspect-ratio: 4 / 3;
  width: 100%;
  object-fit: cover;
}

.partner-gaestewohnungen {
  padding-top: 35px;
}
.partner-gaestewohnungen-liste {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
}
.partner-gaestewohnungen-liste p:last-child {
  margin-bottom: 0;
}

.satzung-title {
  font-size: 2.1rem;
  font-weight: 600;
}
.satzung-roman-heading {
  font-size: 1.4rem;
  font-weight: 600;
  border-bottom: 1px solid #dee2e6;
  padding-bottom: .25rem;
}
.satzung-paragraph-heading {
  font-size: 1.1rem;
  font-weight: 600;
}
.satzung-text {
  text-align: justify;
}
.satzung-table-wrapper {
  max-width: 100%;
}
.satzung-table td, .satzung-table th {
  vertical-align: middle;
  white-space: nowrap;
}

#results {
  margin-top: 20px;
}

.stm-message-card {
  background: white;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 15px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  border-left: 5px solid #ccc;
}

.stm-message-card.stm-type-info {
  border-left-color: #006658;
}

.stm-message-card.stm-type-warning {
  border-left-color: #ffc107;
  background-color: #fffdf5;
}

.stm-message-card.stm-type-alarm {
  border-left-color: #dc3545;
  background-color: #fff5f5;
}

.stm-message-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 10px;
  flex-wrap: wrap;
  gap: 10px;
}

.stm-message-title {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  color: #333;
}

.stm-message-type {
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}

.stm-message-type.stm-type-info {
  background-color: #006658;
  color: white;
}

.stm-message-type.stm-type-warning {
  background-color: #ffc107;
  color: #333;
}

.stm-message-type.stm-type-alarm {
  background-color: #dc3545;
  color: white;
}

.stm-message-meta {
  font-size: 12px;
  color: #888;
  margin-bottom: 10px;
}

.stm-message-meta span {
  margin-right: 15px;
}

.stm-message-content {
  line-height: 1.6;
  color: #444;
}

.stm-message-content img {
  max-width: 100%;
  height: auto;
  margin-top: 10px;
  border-radius: 4px;
}

.stm-message-image {
  margin-top: 15px;
}

.stm-message-image img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.stm-no-results {
  text-align: center;
  padding: 40px;
  background: white;
  border-radius: 8px;
  color: #666;
}

.stm-no-results.stm-success {
  color: #28a745;
}

.stm-error {
  text-align: center;
  padding: 20px;
  background: #fff5f5;
  border: 1px solid #dc3545;
  border-radius: 8px;
  color: #dc3545;
}

.stm-priority-badge {
  background: #6c757d;
  color: white;
  padding: 2px 8px;
  border-radius: 10px;
  font-size: 11px;
}




/* Consent Banner */
#consent-banner { position: fixed; bottom: 0; left: 0; width: 100%; background-color: rgba(0,0,0,0.85); z-index: 5000; color: #fff; font-size: 11pt; }
#consent-banner, #consent-banner * { box-sizing: border-box; }
#consent-banner-center { max-width: 1000px; padding: 10px; display: flex; gap: 35px; margin: 0 auto; }
#consent-banner-left { flex-grow: 1; }
#consent-banner-right { flex: 0 0 175px; }

#content-banner-buttons { display: flex; flex-direction: column; gap: 8px; }
.consent-banner-button > button { width: 100%; }

#consent-banner-text { padding-bottom: 10px; }
#consent-banner-links { display: flex; gap: 20px; }
#consent-banner-links a, #consent-banner-links a:hover { text-decoration: underline; font-weight: bold; color: #fff; }

#consent-banner-checkboxen { display: flex; gap: 30px; padding-top: 10px; flex-wrap: wrap; }

.cb-btn { background-color: #3c2353; color: #fff; border: 1px solid #d3d3d3; border-radius: 3px; padding: 6px; cursor: pointer; }
.form-check { display: flex; gap: 5px; }


.consent-banner-unblock-info { background-color: #F1F1F1; text-align: center; padding: 15px; }
.consent-banner-unblock-info-text p { padding-bottom: 0; margin-bottom: 0; }
.consent-banner-unblock-info-link { padding-top: 10px; }
.consent-banner-unblock-info-button { padding-top: 15px; }


@media screen and (max-width: 1024px){
  #consent-banner-center { flex-direction: column; gap: 15px; }
  #consent-banner-left { flex: 0 0 100%; }
  #consent-banner-right { flex: 0 0 auto; }
  #content-banner-buttons { flex-direction: row; justify-content: center; }
  .consent-banner-button { flex: 0 0 175px; }
}
@media screen and (max-width: 768px){
  #content-banner-buttons { flex-direction: column; gap: 12px; }
  .consent-banner-button { flex: 0 0 auto; }
}
@media screen and (max-width: 450px){
  #content-banner-buttons { flex-direction: column; gap: 10px; }
  .consent-banner-button { flex: 0 0 auto; }
}

.cookie-informationen { display: table; box-sizing: border-box; padding-bottom: 25px; }
.cookie-informationen * { box-sizing: border-box; }
.cookie-row { display: table-row; }
.cookie-info-name { display: table-cell; vertical-align: top; white-space: nowrap; padding: 0 0 5px 0; font-weight: bold; font-style: italic; }
.cookie-info-text { display: table-cell; vertical-align: top; padding: 0 0 5px 10px; }
.cookie-info-text p:last-child { margin-bottom: 0; }

.iframe-daten-info { text-align: center; background-color: #ebf7f1; padding: 4% 2%; border: 1px solid #d3d3d3; }
/* Consent Banner */



@media screen and (max-width: 1600px){
  #footer {
      background-image: url(/static/wgp25/welle-1600.png);
  }
}

@media screen and (max-width: 1400px){
  #footer {
      background-image: url(/static/wgp25/welle-1400.png);
  }
}

@media screen and (max-width: 1200px){
  h1, #start-h1, #einleitung {
    font-size: calc(2.375rem + 0.9vw);
  }
  #header-big {
    display: none;
  }
  #header-small {
    display: flex;
    position: sticky;
    top: 0;
    align-items: center;
    justify-content: space-between;
    padding: 0 12px;
    z-index: 100;
    background-color: var(--design-green-light);
  }
  #header-small-logo img {
    height: 50px;
    display: block;
    padding: 10px 0;
  }
  #header-small-navigation {
    font-size: 1.7rem;
  }
  #mobile-menu-logo {
    height: 70px;
  }
  #start-kontakt {
    flex-wrap: wrap;
  }
  #start-kontakt > div:nth-child(1) {
    order: 2;
  }
  #start-kontakt > div:nth-child(2) {
    order: 1;
    flex: 0 0 100%;
  }
  #start-kontakt > div:nth-child(2) img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: center;
  }
  .bildgala {
    grid-template-columns: repeat(5, 1fr);
  }
  #footer {
      background-image: url(/static/wgp25/welle-1200.png);
  }
}

@media screen and (max-width: 1100px){
  .custom-row {
    flex-wrap: wrap;
    justify-content: center;
    gap: 38px;
  }
  .custom-col {
    flex: 0 0 calc(50% - 19px);
  }
  #header-image {
    padding-bottom: 110px;
  }
  .absatzbox {
    flex-direction: column;
    align-items: center;
  }
  .boxright .absatzbox-text {
    order: 1;
  }
  .boxright .absatzbox-image {
    order: 2;
  }
  .immobilien {
    gap: 38px;
  }
  .immobilie {
    flex: 0 0 calc(50% - 19px);
  }
  .wohngebiet {
    flex: 0 0 calc(50% - 19px);
  }
}

@media screen and (max-width: 1000px){
  .wrap-content {
    padding: 0 12px;
  }
  #footer-bottom {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  #header-image {
    padding-bottom: 120px;
  }
  .bildgala {
    grid-template-columns: repeat(4, 1fr);
  }
  #footer {
      background-image: url(/static/wgp25/welle-1000.png);
      background-position: -255px 0;
  }
  #footer-maskottchen, #footer-logo-wbgs {
    display: block;
  }
  .footer-oeffnungszeiten {
    padding-left: 0;
  }
  .gw-bilder {
    grid-template-columns: repeat(2, 1fr);
  }
  .partner-gaestewohnungen-liste {
    grid-template-columns: 1fr;
  }
  #immo-spalten {
    flex-direction: column;
  }
  .immo-bilder {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media screen and (max-width: 768px){
  .custom-row {
    gap: 80px;
  }
  .custom-col {
    flex: 0 0 100%;
  }
  #footer-bottom > div:nth-child(1) {
    flex-wrap: wrap;
    justify-content: center;
  }
  #footer-bottom > div:nth-child(2) img {
    max-width: 413px;
    width: 80%;
    margin: 0 auto;
  }
  #footer-maskottchen {
    width: 200px;
  }
  #header-image {
    padding-bottom: 70px;
  }
  .img-container {
    width: 100% !important;
  }
  .imgleft img, .imgright img {
    border-radius: 30px;
  }
  .bildgala {
    grid-template-columns: repeat(2, 1fr);
  }
  .absatzbox-image {
    flex: 0 0 100%;
    width: 100%;
  }
  .absatzbox-text {
    padding: 35px;
  }
  .aktuelles {
    flex-direction: column;
  }
  .aktuelles > div:nth-child(1) {
    width: 100%;
  }
  #footer-maskottchen {
    top: 187px;
  }
  #footer-logo-wbgs {
    top: 180px;
  }
  .immobilie {
    flex: 0 0 100%;
  }
  .wohngebiet {
    flex: 0 0 100%;
  }
  .gaestewohnung-header {
    flex-direction: column;
    gap: 5px;
  }
  .gaestewohnung-details {
    padding-top: 20px;
  }
  .immo-bilder {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 400px){
  #footer-maskottchen {
    width: calc(50% - 30px);
    top: 212px;
  }
  #footer-logo-wbgs {
    width: calc(40% - 30px);
  }
}

#designbody { background: none; background-color: #fff !important; color: #1b1b1b; font-size: 10pt; font-weight: 400; font-family: Arial, Sans-serif; }
#designbody ul, ol { padding-left: 21px; }
#designbody p { padding-bottom: 1rem; }
.mceContentBody { padding-top: 0!important; }
