/* ################################################# SCHRIFTEN   */

/* montserrat-300 - latin */
@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: url('/fonts/montserrat-v26-latin-300.woff2') format('woff2'); 
}
/* montserrat-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/montserrat-v26-latin-regular.woff2') format('woff2'); 
}
/* montserrat-500 - latin */
@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url('/fonts/montserrat-v26-latin-500.woff2') format('woff2'); 
}
/* montserrat-600 - latin */
@font-face {
  font-display: swap; 
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url('/fonts/montserrat-v26-latin-600.woff2') format('woff2'); 
}
/* montserrat-700 - latin */
@font-face {
  font-display: swap; 
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('/fonts/montserrat-v26-latin-700.woff2') format('woff2'); 
}

/* ################################################# RESET - ALLGEMEIN */
* {
    font-family: 'Montserrat', Arial;
    font-weight: 400;
    box-sizing: border-box;
    text-decoration: none;
    font-size: 18px;
    line-height: 26px;
    /* letter-spacing: 0.5px; */
    hyphens: auto;
    hyphenate-limit-chars: auto 5;
    hyphenate-limit-lines: 2;
    /* text-wrap: balance; */
}

html,
body {
    background-color: #fff;
    color: black;
    padding: 0;
    margin: 0;
}
/* body {
    background-color:#d4cfc9;
    background-color:#eae7e4;
} */
:focus {
    outline: 0;
}

.container {
    width: 100%;
/*     max-width: 1499px; */
    margin: 0 auto;
/*     background-color: white; */
    padding: 0 0px;
}
.limit {
    width: 100%;
    max-width: 1499px;
    margin: 0 auto;
    padding: 0 0px;
}
.anzahl1o {
  max-width: 960px;
  margin: 0 auto;
  border-radius: 24px 24px 0 0;
}
.anzahl1u {
  max-width: 960px;
  margin: 0 auto;
  border-radius: 0 0 24px 24px;
}
.spalten.anzahl1 {
  max-width: 960px;
  margin: 0 auto;
  border-radius: 24px;
}

/* ################################################# TYPO */

p {
    display: block;
    margin: 0 0 14px 0;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
a {
    color: inherit;
}
a:hover {
    color: inherit;
    text-decoration: underline;
}
a[href$=".pdf"],
a.linkbutton {
    color: #9aa3a8;
    text-decoration: none;
}
a[href$=".pdf"]:hover,
a.linkbutton:hover {
    color: white;
    text-decoration: none;
}
h2.titel {
  /* color:#4ba298 !important; */
  /* font-size: 28px;
  line-height:34px; */
  /* font-family: 'Play'; */
}
h2 {
    margin: 0;
    /* text-transform: uppercase; */
    font-size: 36px;
    line-height:42px;
    /* letter-spacing: 2px; */
    font-weight: 400;
}
h3 {
    margin: 0;
    font-size: 16px;
    line-height:20px;
    /* letter-spacing: 0.5px; */
}
h4 {
  font-size:14px;
  line-height: 16px;
  margin: 0 0 4px 0; 
}
b,
strong {
    font-weight: 600;
}
em,
i {
    color: #ffd318 !important;
    font-style: normal;
}
.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.hyphens {
    hyphens: auto;
    hyphenate-limit-chars: auto 5;
    hyphenate-limit-lines: 2;
}

/* ################################################# HEADER   */
header {
    height:60px;
}
#header {
    position: relative;
    z-index: 4000;
    text-align: center;
    height:64px;
}
.logo {
     margin: -10px auto 0px auto;
     width: auto;
     height: 42px;
     height: 200px;
     /* height: 24px;  */
     padding: 0;
     top:0px;
     position: fixed;
     transition: top ease-in-out 1s;
}
body.smaller .logo {
  top:-90px;
  clip-path: rect(0px 183px 166px 0px);
  transition: top ease-in-out 1s;
}

/* ################################################# TICKER  */

.marquee3k__copy {
  hyphens: none;
  text-wrap: nowrap;
}

/* ################################################# KONTAKTBOX  */

#kontaktbox {
    position: fixed;
    top:35vh;
    top: calc(50vh - 125px);
    left:0px;
    width:46px;
    display: flex;
    flex-direction: column;
    z-index   :4100;
}
#kontaktbox a img.icon {
    width:100%;
    height:100%;
    border-radius: 0 12px 12px 0;
}
#kontaktbox a {
    width:56px;
    height:46px;
    display: inline-block;
    margin-bottom: 3px;
    opacity: 0.9;
    transform: translateX(-10px);
    border-left:10px solid rgba(68,68,68,1);
    transition: all .25s;
}
#kontaktbox a:hover {
    opacity: 1;
    margin-left: 10px;
}

.tooltip {
    display:none;
    position:absolute;
    background-color:rgba(68,68,68,1);
    border-radius:4px;
    padding:4px 10px;
    color:#fff;

    z-index: 4500;

    /* letter-spacing: 1px; */
    text-transform: uppercase;
}
.tooltip:after {
    content: "";
    position: absolute;
    top: 9px;
    left: -16px;
    border-width: 8px;
    border-style: solid;
    border-color: transparent rgba(68,68,68,1) transparent transparent;
}

.limit.responsive-video {
   position: relative;
   width:100vw;
   height:calc(100vh - 60px);
   padding: 0;
   border:0;
   margin:0;
   max-width: 100vw;
   background-color: black;
}
video { 
   position: absolute;
   top: 50%;
   left: 50%;
   min-width: 100vw;
   min-height: 100vh;
   width: 100vw;
   height: 100vh;
   border:0;
   margin:0;
   padding:0;
   transform: translateX(-50%) translateY(-50%);
   object-fit: cover;
  transition: 1s opacity;
}

/* ################################################# FOTOSLIDER - MASKE - TEXT - LINK  */
#fotoslider .swiper-slide {
    line-height: 0;
}

.stoerer {
    position: absolute;
    bottom: 10%;
    width: 100%;
}
.stoererlabel {
    margin:0 auto;
    width: 80%;
    max-width:320px;
    padding: 20px 20px 20px 20px;
    background-color: rgba(255,255,255,0.8);
    color: black;
    text-align: center;
    border-radius: 24px;
}
.stoerer strong {
    font-weight: 700;
}
.stoerer p {
    margin:0;
}
.stoerer h2 {
    margin-bottom:5px;
}

.stoerer a {
    border: 1px solid #bbb3a9;
    background-color: #bbb3a9;
    border-radius: 4px;
    padding: 2px 10px;
    color: white;
    display: inline-block;
    margin-top: 20px;
    white-space: nowrap;
}
.stoerer a:hover {
    border: 1px solid white;
    background-color: white;
    text-decoration: none;
    color: #bbb3a9;
}

/* ################################################# DOTS   */

.foto_slider.slick-dotted.slick-slider {
    margin-bottom: 0px;
}

.mehrere_produkte.slick-dotted.slick-slider,
.mehrere_texte.slick-dotted.slick-slider {
    margin-bottom: 0px;
}

.slick-dots {
    position: absolute;
    bottom:60px;
    bottom:20px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.foto_slider .slick-dots {
    bottom: 5px;
/*     display: none !important; */
}
/* .mehrere_produkte .slick-dots,
.mehrere_texte .slick-dots {
    bottom:60px;
} */
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 4px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}
.slick-dots li button:before {
    font-size: 46px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 10px;
    content: "•";
    content: "_";
    text-align: center;
    opacity: 0.25;
    color: rgba(0, 0, 0, 1);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
    opacity: 1;
    color: black;
}

/* ################################################# SPALTEN   */

.spalten {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: center;
}
.spalte {
    width: 100%;
}
.abstand_keiner {
    padding: 0;
}
.abstand_klein_oben_und_unten {
    padding: 40px 0;
}
.abstand_oben_und_unten {
    padding: 80px 0;
}
.doppelter_abstand_oben_und_unten {
    padding: 160px 0;
}
.abstand_oben {
    padding: 80px 0 0 0;
}
.abstand_unten {
    padding: 0 0 80px 0;
}

img.foto {
  width: 100%;
    max-width: 100%;
}
img.foto.rund{
  border-radius: 50%;
  /* min-width: 300px; */
  aspect-ratio: 1;
  object-fit: cover;
}
img.foto.abgerundet,
.abgerundet {
 border-radius: 24px;
}

div.link {
  margin-bottom: 6px;
  display: inline-block;
}
.link a {
    display: inline-block;
    padding: 8px 20px 5px 20px;
    border: 1px solid;
    color: unset;
    /* text-transform: uppercase; */
    border-radius: 3px;
    text-decoration: none;
    transition: all .5s;
    background-color: rgba(255,255,255,.1);
}
.link a:hover  {
    padding: 8px 30px 5px 30px;
    text-decoration: none;
    transition: all .5s;
}


.spalten.hellbeige img.foto {
    max-width: 50%;
    border-radius: 50%;
}
.spalten.hellbeige a.button {
    border:1px solid black;
    padding: 8px 20px 5px 20px;
    text-decoration:  none;
}
.linie {
  border-bottom: 1px solid rgba(255,255,255,0.5);
  border-bottom: 1px solid rgba(0,0,0,0.5);
}
.linie:last-child {
  border-bottom: 0;
}

/* ################################################# INFOBOX breit & schmal */

.infobox_breit .spalten .spalte.foto {
  min-height: 400px;
}

.infobox_breit {
  position: relative;
}
.infobox_breit_hintergrund {
  position: absolute;
  top:0;
  right:0;
  bottom:0;
  left:0;
  background-size:cover;
  background-position:center center;
  opacity: 0;
}
.infobox_breit .spalten {
  gap:20px;
}
.infobox_breit h2 {
  margin-bottom:10px;
}
.infobox_breit .spalte,
.spalte {
    padding: 40px;
}
.infobox_breit .spalte.text { 
  z-index: 1;
  border-radius: 24px;
}
.infobox_schmal.spalten {
  gap:0;
}
.infobox_schmal .spalte {
    padding: 40px;
}

.spalten.links {
    flex-direction: row-reverse;
}
.spalten.rechts {
    flex-direction: row;
}
/* .spalten.oben {
    align-items: flex-start;
}
.spalten.unten,
.spalte.unten {
    align-items: flex-end;
} */
.spalte.foto.unten {
    justify-content: flex-end;
}
.spalten .spalte.foto {
    border-radius: 24px;
}
.spalten.links .spalte.foto {
    text-align: right;
}
.infobox_breit .spalte.foto.oben {
    flex-direction: column;
    justify-content: initial;
}
.infobox_breit .spalte.foto.unten {
    flex-direction: column-reverse;
    justify-content: initial;
}
/* ################################################# TRENNLINIE */

.trennlinie {
  height:0;
  line-height: 0;
  border-bottom: 1px solid rgba(0,0,0,0.5);
}

/* ################################################# PRODUKTE */

.spalten.produkte {
  justify-content: center;
}

.produkte_slider {
  padding-bottom:20px;
  justify-content: center;
}
.spalten.produkte .spalte {
   padding:0;
   width:calc(33.3% - 10px);
   width:calc(25% - 3px);
   text-align:center;
   position:relative;
   line-height:0;
}
.spalten.produkte .spalte img {
width:100%;height:auto;max-width:100%;
}

.produktinfo.spalten {
  gap:0;
}
img.fotoprodukt {
  width:100%;
  min-width: 100%;
  max-width: 100%;
}
.fancybox-caption {
    border-top: 0;
    text-align: center;
    padding: 12px 0;
}
.fancybox-thumbs > ul > li {
    max-width: 94px;
}
.fancybox-thumbs {
    background: #000;
    width: 100px;
}
.fancybox-thumbs > ul > li:before {
    border: 4px solid #fff;
}
.fancybox-show-thumbs .fancybox-inner {
    right: 100px;
}
.fancybox-is-open .fancybox-bg {
    opacity: 0.95;
}
/* ################################################# TEXTSLIDER mit FOTO und TEXT - PRODUKTE */

.text_slider .spalte,
.mehrere_texte.text_slider .spalte {
    margin: 10px 20px 0px 20px;
    padding-bottom: 40px;
    background-color: rgba(255, 255, 255, 0.2);
    min-height: 340px;
    color: black;
}
.mehrere_produkte.text_slider .spalte {
    margin: 10px 20px 0px 20px;
    background-color: rgba(187, 179, 169, 0.2);
    min-height: 420px;
}
.mehrere_produkte.text_slider .spalte h3,
.mehrere_texte.text_slider .spalte h3 {
    color: #938f72;
    margin-bottom: 20px;
}
.mehrere_texte.text_slider .spalte {
    margin: 10px 20px 10px 20px;
    background-color: rgba(187, 179, 169, 0.2);
    min-height: 340px;
    color: black;
}

#textslider.max_2_spalten,
#textslider.max_3_spalten,
#textslider.max_4_spalten {
  margin-top: -200px;
  
}
#textslider.max_4_spalten .swiper-wrapper {
  /* padding: 0 80px; */
}
#textslider.max_2_spalten .swiper-slide,
#textslider.max_3_spalten .swiper-slide,
#textslider.max_4_spalten .swiper-slide {
  padding: 60px;
  border-radius: 24px;
}
#textslider.max_2_spalten .swiper-slide .abstandshalter ,
#textslider.max_3_spalten .swiper-slide .abstandshalter,
#textslider.max_4_spalten .swiper-slide .abstandshalter {
  padding: 40px;
  border-radius: 24px;
}

.text_slider a.button {
display: inline-block;
padding: 8px 20px 5px 20px;
border: 1px solid black;
color: black;
text-transform: uppercase;
border-radius: 3px;
text-decoration: none;
}
.text_slider a.button:hover {
background-color:  black;
color: white !important;
text-decoration: none;
}

.spalte.spalte_1_1 {
  max-width:960px;
}
.spalte ul {
    padding: 0 0 0 12px;
    margin-left: 10px;
}
.spalte ul li {
/*     padding: 0 0 0 12px; */
padding: 0 0 8px 0;
}
.spalte ul li::marker {
  color:#4ba298;
/*     color: #ffd318; */
/*     color: #bbb3a9; */
/*     font-size: small; */
}

figure.table {
    width:100%;
    display: inline-block;
    margin:0 auto;
}
.spalte table {
    /* width:100%; */
    display: inline-block;
    margin:0 auto;
}
.spalte table tr {
    /* border-bottom:1px solid white; */
}
.spalte table tr td {
  text-align: left;
    border-bottom:1px dotted white;
    padding: 16px 10px;
    vertical-align: top;
}

/* ################################################# FOTO - GANZE BREITE */

.foto {
    position: relative;
    line-height: 0;
}
.fotoganzebreite {
    line-height: 0;
    position: relative;
    width: 100%;
    max-width: 100%;
    height: auto;
}

.foto .fototitel {
    position: absolute;
    top: 15%;
    left: 20%;
    width: 60%;
    color: white;
    font-size: 48px;
    line-height: 48px;
    /* text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    text-shadow: 0 0 4px rgba(148, 143, 115, 1); */
    font-weight: 700;
}
.foto .fototitel span,
.foto .fototitel a,
.foto .fototitel a:hover {
    color: white;
    font-size: 36px;
    line-height: 36px;
    font-weight: 700;
    text-decoration: none;
    margin-top: 20px;
    display: inline-block;
}

/* ################################################# VIDEO */

.responsive-video {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 0;
    height: 0;
    overflow: hidden;
    /* box-shadow: 0px 13px 14px 0px rgba(50, 50, 50, 0.81); */
}
.responsive-video iframe,
.responsive-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* ################################################# PRODUKTE FOTOS */
.imbackground {
    position: absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    /* background-color: rgba(0,0,0,0.5); */
    background-position: center center;
    color:white;
    color: unset;
    opacity: 0;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    transition: opacity 1s;
 }
 .imbackground a {
     position: absolute;
     top:0;
     right:0;
     bottom:0;
     left:0;
     /* background-color: rgba(0,0,0,0.5); */
     background-position: center center;
     color:white !important;
     color:unset;
     opacity: 0;
     display: flex;
     flex-direction: column;
     justify-content: space-around;
     transition: opacity 1s;
  }
.imbackground:hover,
.imbackground:hover a {
    opacity:.95;
    transition: opacity 1s;
    text-decoration: none;
}
.imbackground a * {
   /* color:white !important; */
}

.limit.spalten.produkte .spalte:hover img.foto {
-webkit-filter: grayscale(100%);
 -moz-filter: grayscale(100%);
   -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
      filter: grayscale(100%); 
}

#produkteslider .spalte {
  transition:all .5s linear;
  transform: scale(0.8);
}
#produkteslider .spalte.swiper-slide-active {
  transform: scale(1);
}


/* ################################################# FOOTER */

footer {
    /* padding: 0 40px; */
    /* background-color: #c4c2b3;
    background-color:#3b3a38; */
}
/* footer .modul_spalten.gruen_dunkel_back {
  width:100%;
  max-width: 1424px;
  margin: 40px auto;
  border-radius: 24px;
} */
/* footer .modul_spalten:nth-child(1) {
  width:100%;
  max-width: 1424px;
  margin: 40px auto;
  border-radius: 24px;
} */
/* footer div.gruen_dunkel_back:nth-child(2) {
  width:100%;
  max-width: 1424px;
  margin: 0px auto 40px auto;
  border-radius:  0 0 24px 24px;
} */
footer .spalten {
    justify-content: space-between;
    /* gap:0; */
    /* justify-content: center; */
}
footer .spalte.titel {
  width: 100%;
}
footer .spalte {
/*     width:20%; */
  /* width:auto; */
  white-space: nowrap;
  /* padding: 0 80px; */
  padding: 0px;
/*     text-align: center !important; */
}
footer .spalte:first-child{
/*     margin-left: 20%;
    padding: 20px 0px; */
    /* text-align: left !important; */
}
footer .spalte:last-child{
/*     margin-right:20%;
    padding: 20px 0px;
    padding-left:230px;
    text-align: left !important; */
    
/*     text-align: right !important; */
}
footer .spalte:first-child img {
   max-width: 100% !important;
   width:200px;
   margin-top: 24px;
   margin-top: 60px;
}
footer .spalte:last-child img {
   height: 42px;
   margin-right: 24px;
   height: 34px;
}
footer .beige {
    color: black !important;
    background-color: #c4c2b3;
}
footer a {
    text-decoration: none;
    /* color: black; */
    color: unset;
}
footer a:hover {
    text-decoration: underline;
    text-underline-offset: 4px;
    /* color: black;
    color:white; */
    color: unset;
}
footer .spalte img.foto {
    width:150px !important;
    max-width: 150px !important;
}
footer h2.titel {
    color: white !important;
    font-size: 18px;
    line-height: 18px;
}

/* ################################################# KONTAKTANFRAGE */

form label {
  display: inline-block;
  width: 120px;
}
form input {
  width:calc(100% - 125px);
  background-color: #eee;
  border:1px solid #eee;
  /* display:block; */
}
form input[type="checkbox"] {
  width:auto;
}
form input[type="submit"] {
  width:100%;
  display:block;
  text-align: center;
  font-weight: 700;
  margin: 0;
  font-size: 20px;
  line-height: 38px;
  text-transform: uppercase;
  background-color: #666666;
  background-color: rgba(197, 181, 141, 0.9);
}
form input[type="submit"]:hover {
  background-color: #666666;
  color: white;
}
form div {
  margin-bottom: 0px;
}

.error,.errorcolor {
  color: red;
  /* margin-left: 5px; */
}
.errorborder {
  border: 1px solid red !important;
}
label.error {
  display: inline;
}
form textarea {
    width:calc(100% - 125px);

      text-align: left;
      margin: 0;
      border:0;
      font-size: 20px;
      line-height: 24px;
      height:100px;
      background-color: rgba(0,0,0,0.05);
}
#reservierung input {
    background-color: rgba(0,0,0,0.05);
    border:0;
}

#reservierung #personen {
    background-position: center right;
    background-image: url(/resources/personen-2.png);
    background-repeat: no-repeat;
}
#reservierung input[type=submit] {
    background-color: #938f72;
    color: white;
}
#reservierung input[type=submit]:hover {
    background-color: black;
    color: white;
}




#anfrageformular label {
  display: block;
  width: auto;
  text-transform: none;
  color: #666666;
  font-size: 16px;
}
#anfrageformular button {
  width:100%;
  display:block;
  text-align: center;
  margin: 0;
  border:0;
  padding: 5px 20px;

  line-height: 36px;
  text-transform: uppercase;
  background-color: #61605c;
  color: white;
}
#anfrageformular button:hover {
  background-color: black;
  color: white;
}
#anfrageformular input,
#anfrageformular textarea,
#anfrageformular select {
  width:100%;
  background-color: rgba(255,255,255,0.75);
  border:0;
  margin-bottom:5px;
  padding: 10px 10px;
  -webkit-appearance: none;
  color:#666666;
}
#anfrageformular select {
  -webkit-appearance: none;
}
#anfrageformular .checkbox label {
  padding-left: 30px;
}
#anfrageformular input[type="checkbox"] {
    width: 16px;
    margin-left: -30px;
    margin-right: 14px;
    height: 16px;
    padding: 0;
    margin-bottom: -2px;
    border:0 !important;
}
#anfrageformular input[type=checkbox]:checked {
    background-color: #61605c;
}
#anfrageformular textarea {
  min-height: 164px;
}
#anfrageformular fieldset,
#anfrageformular fieldset legend {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 24px;
  color: #61605c;
  border-color: #61605c;
}

#anfrageformular span.datumanzeige select {
  width: 33%;
}

.alert.alert-danger {
  display: none;
}
.has-error input,
.has-error select,
.has-error textarea,
.checkbox.has-error {
  border:2px red solid !important;
}

.limit#anfrageformular {
  display: flex;
  flex-wrap: wrap;
  gap:20px;
}
#anfrageformular .halbsobreit {
  width:calc(50% - 10px);
  display:inline-block;
}
#anfrageformular .vollebreite {
width:100%;
display:inline-block;
}

/* .swiper-button-next-minus {
  color:white;
  color:#333;
}
.swiper-button-prev-minus {
  color:white;
  color:#333;
} */

.swiper-button-next, .swiper-button-prev {
  color:white;
  color:#333;;
}
.swiper-pagination-bullet-active {
  background-color: white;
  background-color: #333;;
}

/* ####################### Akkordeon ####################### */

dd {
    display: none;
    margin-left: 0;
    padding: 10px 0 30px 0;
}

dd.opened {
    display: block;
}

dl.opened dd {
  display: block;
}

dd h2 {
    margin-left: 0;
    margin-bottom: 0;
}

.closed {
    background: transparent;
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
}

.opened {
    background: transparent;
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
}

dl {
    width: 100%;
    padding: 5px 0;
    margin: 0 auto 10px;
    box-sizing: border-box;
    background-color: transparent;
    transition: all linear 1s;
}

dl.opened {
    background-color: rgba(255, 255, 255, 0.5);
    transition: all linear 1s;
    border-radius: 24px;
}

dt {
    border-bottom: 1px dotted #565655;
}

h3, h4 
{
    color: #565655;
    display: block;
    padding: 0px 0px 7px 0;
    text-decoration: none;
    font-size: 18px;
    line-height: 24px;
    position: relative;
    font-weight: 600;
}
dt a {
    color: #565655;
    border-radius: 10px;
    display: block;
    padding: 10px 20px 7px 0;
    text-decoration: none;
    font-size: 18px;
    line-height: 24px;
    position: relative;
    font-weight: 600;
    /* text-transform: uppercase; */
}
dt a.opened {
    padding: 40px 0 20px 0;
    /* color: #4ba298 !important; */
}
dt a:hover {
    opacity: 1;
    text-decoration: none;
    /* color: #4ba298 !important; */
}

dt a.closed:after {
    border: 2px solid #565655;
    border-top: 2px solid transparent;
    border-right: 2px solid transparent;
    width: 8px;
    height: 8px;
    transform: rotate(-45deg);
    content: "";
    position: absolute;
    right: 2px;
    top: 12px;
    transition: 0.3s ease-in-out;
}

dt a.opened:after {
    border: 2px solid #565655;
    border-top: 2px solid transparent;
    border-right: 2px solid transparent;
    width: 8px;
    height: 8px;
    transform: rotate(135deg);
    content: "";
    position: absolute;
    right: 2px;
    top: 54px;
    transition: 0.3s ease-in-out;
}

.aufgeklappt:after {
  content:"";
  border: 2px solid #565655;
  border-top: 2px solid transparent;
  border-right: 2px solid transparent;
  width: 16px;
  height: 16px;
  transform: rotate(-45deg);
  content: "";
  position: absolute;
  left: calc(50% - 8px);
  left:0;
  top: -5px;
  transition: 0.3s ease-in-out;
}
.aufgeklappt.open:after {
  transform: rotate(135deg);
}
.aufgeklappt {
  position: relative;
  padding-top: 20px;
}
.aufgeklappt div {
  display: none;
}

.spalte.text img {
    width:100%;
    max-width:320px !important;
}






/* ####################### ImmoScout24 ####################### */


    
    .container {
        max-width: 1200px;
        margin: 0 auto;
    }
    
    .immobilien-grid {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
        gap: 20px;
        margin-top: 20px;
    }
    
    .immobilie-card {
        border: 1px solid var(--grau);
        border-radius: 8px;
        overflow: hidden;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        background-color: white;
        height: 100%;
        display: flex;
        flex-direction: column;
    }
    
    .immobilie-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    }
    
    .immobilie-image {
        width: 100%;
        height: 200px;
        object-fit: cover;
        border-bottom: 1px solid var(--grau);
    }
    
    .immobilie-details {
        padding: 15px;
        flex-grow: 1;
        display: flex;
        flex-direction: column;
    }
    
    .immobilie-title {
        font-size: 1.2rem;
        margin-top: 0;
        margin-bottom: 10px;
        color: var(--schwarz);
    }
    
    .immobilie-price {
        font-weight: bold;
        font-size: 1.3rem;
        margin-bottom: 10px;
        color: var(--schwarz);
    }
    
    .immobilie-specs {
        display: flex;
        margin-bottom: 10px;
        color: var(--schwarz);
        flex-wrap: wrap;
    }
    
    .immobilie-spec {
        margin-right: 15px;
        white-space: nowrap;
    }
    
    .immobilie-spec i {
        margin-right: 5px;
    }
    
    .immobilie-address {
        color: var(--grau);
        margin-bottom: 15px;
        font-size: 0.9rem;
    }
    
    .immobilie-link {
        background-color: var(--dunkelblau);
        color: white;
        text-decoration: none;
        padding: 10px 15px;
        border-radius: 4px;
        display: inline-block;
        text-align: center;
        font-weight: bold;
        margin-top: auto;
        transition: background-color 0.3s ease;
    }
    
    .immobilie-link:hover {
        color: var(--dunkelblau);
        background-color: var(--hellgrau);
        text-decoration: none;
    }
    
    .loading-message {
        text-align: center;
        padding: 40px;
        font-size: 1.2rem;
        color: var(--grau);
    }
    
    .error-message {
        background-color: #fff0f0;
        border: 1px solid #ffcccc;
        color: #cc0000;
        padding: 15px;
        border-radius: 4px;
        margin-bottom: 20px;
    }
    
    .filter-bar {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        margin-bottom: 20px;
        padding: 15px;
        background-color: var(--hellgrau);
        border-radius: 8px;
    }
    
    .filter-btn {
        background-color: white;
        border: 1px solid var(--grau);
        padding: 8px 15px;
        border-radius: 4px;
        cursor: pointer;
        transition: all 0.3s ease;
    }
    
    .filter-btn:hover, .filter-btn.active {
        background-color: var(--dunkelblau);
        color: white;
        border-color: var(--dunkelblau);
    }
