/* ################################################# FARBEN
   
gelb rgba(255,211,24,1) #ffd318;
beige rgba (187,179,169,1) #c6c0b8;
schlamm rgba(148,143,115,1)  #938f72;

Sunbeam        rgba(255,218,57,1)   #ffda39;
Greenery       rgba (124,147,118,1) #7c9376;
Visionary Grey rgba(198,192,184,1)  #c6c0b8;

grau    #d6d4d1;
schwarz #080808;
*/

:root {
  --farbe-eins: 199, 138, 94; /* braun */
  --farbe-zwei: 0,0,0; /* schwarz */
  --farbe-drei: 255,255,255; /* white */
  
  --zoomimage: url("/resources/plus.svg");
}

/* 
@font-face {
  font-display: swap; 
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: url('/fonts/lato-v24-latin-300.woff2') format('woff2'); 
}

@font-face {
  font-display: swap;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/lato-v24-latin-regular.woff2') format('woff2');
}

@font-face {
  font-display: swap; 
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url('/fonts/lato-v24-latin-700.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: url('/fonts/lato-v24-latin-900.woff2') format('woff2'); 
}


@font-face {
  font-display: swap; 
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/playfair-display-v37-latin-regular.woff2') format('woff2');
} */

/* ################################################# RESET - ALLGEMEIN */
* {
    font-family: 'Lato', Arial;
    font-family: inter-variable, sans-serif;
    font-weight: 400;
    font-size: 19px;
    line-height: 26px;
    box-sizing: border-box;
    text-decoration: none;
    text-rendering: geometricPrecision;
    
    font-size: 18px;
    line-height: 1.7;
    font-weight: 300;
}

html,
body {
    background-color: #fafafa;
    color: rgb(54, 54, 54);
    padding: 0;
    margin: 55px 0 0 0;
}
:focus {
    outline: 0;
}

.container {
    position: relative;
    width: 100%;
    /* max-width: 1499px; */
    margin: 0 auto;
    background-color: white;
    padding: 0 0px;
}
.limit {
    position: relative;
    width: 100%;
    max-width: 1499px;
    margin: 0 auto;
    padding: 0;
}

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

p {
    display: block;
    margin: 5px 0;
    margin: 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: rgb(54, 54, 54);
    text-decoration: none;
}
a[href$=".pdf"]:hover,
a.linkbutton:hover {
    color: white;
    text-decoration: none;
}

/* h1 {
    font-weight: normal;
    margin: 0;
    font-size: 32px;
    line-height: 38px;
    font-weight: 400;
    font-weight: 300;
} */
h1, h2, h3 {
    font-weight: normal;
    margin: 0;
    font-size: 32px;
    line-height: 38px;
    font-weight: 400;
    
    font-size: 44px;
    letter-spacing: 0.04em;
    line-height: 1.2em;
    font-family: marlide-display-variable, sans-serif;
}
/* h2, h3 {
    font-weight: 400;
    margin: 0;
    font-size: 34px;
    line-height: 40px;
} */

b,
strong {
    font-weight: 400;
    font-size: 25px;
    font-family: marlide-display-variable, sans-serif;
    letter-spacing: 0.05em;
}
em,
i {
    color: black !important;
    font-style: normal;
}
.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
    text-align: justify;
}
.text-right {
    text-align: right;
}
.hyphens {
    hyphens: auto;
}

/* ################################################# HEADER   */

header {
    position: relative;
    position: fixed;
    top:0;
    left:0;
    right:0;
    /* bottom:0; */
    z-index: 98999;
    text-align: center;
    min-height: 65px;
    min-height: 110px;
    background-color: white;
    /* background-color: rgba(255,255,255,0.97); */
    /* border-bottom:1px solid rgba(0,0,0,0.1); */
}
header .limit {
    display: flex;
    justify-content: space-between;
    /* background-color: rgba(255,255,255,0.97);
    border-bottom:1px solid rgba(0,0,0,0.1); */
}
.logo {
    margin: 18px 0 0 0;
    /* margin: 0; */
    transition: all 1s;
    height:auto;
}
.logo_scroll {
  display:none;
}
header.smaller .logo_scroll {
    margin: 5px 0 0 0;
    height:50px;
    overflow: hidden;
    transition: all 1s;
}
header.smaller {
  /* background-color: rgba(255,255,255,0.97); */
  border-bottom:1px solid rgba(0,0,0,0.1);
  transition: all 1s;
}
header.smaller .logo_scroll {
  display:inline-block;
}
header.smaller .logo {
  display:none;
}
.logo img,
.logo_scroll img {
    width:160px;
    width:120px;
}
article {
    min-height:calc(100vh - 260px);
    position: relative;
}
/* ################################################# KONTAKTBOX  */

#kontaktbox {
    position: fixed;
    top:35vh;
    left:0px;
    width:54px;
    display: flex;
    flex-direction: column;
    z-index   :999999;
}
#kontaktbox a img.icon {
    width:100%;
    height:100%;
}
#kontaktbox a {
    width:54px;
    height:54px;
    display: inline-block;
    margin-bottom: 3px;
    opacity: 0.9;
}
#kontaktbox a:hover {
    opacity: 1;
}

.tooltip {
    display:none;
    position:absolute;
    background-color:#080808
    /* border-radius:4px; */
    padding:4px 10px;
    color:#fff;
    font-size:18px;
    z-index: 99999;
    font-weight: 400;
    letter-spacing: 1px;
    /* text-transform: uppercase; */
}
.tooltip:after {
    content: "";
    position: absolute;
    top: 7px;
    left: -20px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent #080808transparent transparent;
}

/* ################################################# FOTOSLIDER - MASKE - TEXT - LINK  */


.new #fotoslider.weiss {
  background-color: silver;
}


.slickslider {
    position: relative;
    width: 100%;
}
.slick-slider .slick-track {
    display: flex;
}
.slick-slide {
    height: auto !important;
}
.slide img,
.maske img {
    width: 100%;
    max-width: 100%;
    height: auto;
}
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    top: 25px;
    top: calc(50% - 25px);
    position: absolute;
    /* bottom: 25%; */
    display: block;
    width: 50px;
    height: 50px;
    padding: 0;

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: rgba(0,0,0,0.5);
}

.slick-prev {
    left: -75px;
    left: 0px;
    z-index: 8888;
    background-image: url(/resources/pfeil-links.png);
    background-image: url(/resources/chevron-left.svg);
    opacity: .25;
}
.slick-next {
    right: -75px;
    right: 0px;
    z-index: 8888;
    background-image: url(/resources/pfeil-rechts.png);
    background-image: url(/resources/chevron-right.svg);
    opacity: .75;
}
.slick-next:hover, 
.slick-prev:hover {
    opacity: 1;
}

.maske {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
}

.fotovorne {
  top: auto;
  left: auto;
  right: 5%;
  bottom: 15%;
  position: absolute;
  width:400px;
  max-width:90%;
  opacity: 1;
}
@keyframes anzeigen {
  0% {
  opacity:0;
  right: 4%;
  bottom: 14%;
  }
  100% {
  opacity:1;
  right: 5%;
  bottom: 15%;
  }
}


.anzeigen {
  animation-name: anzeigen;
  animation-duration: 1s;
}
/* .stoerer {
    position: absolute;
    bottom: 18%;
    width: 100%;
    color: white;
}
.stoererlabel {
  width: 100%;
  max-width: 1499px;
  margin: 0 auto;
  padding: 0 20px;
}
.stoerer strong {
    font-size: 3.1vw;
    line-height: 3.1vw;
    font-size: calc(12px + 2.5vw);
    line-height: calc(12px + 2.5vw);
    font-size: 58px;
    line-height: 58px;
    font-family: minion-pro-condensed, "Crimson Pro";
    text-shadow: 0 0 4px rgba(148, 143, 115, 1);
    font-weight: 700;
}

.stoerer a {
    border: 1px solid #c6c0b8;
    background-color: #c6c0b8;
    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: #c6c0b8;
} */

.foto_slider .slide {
  min-height:calc(100vh - 60px);
  min-height: 100vh;
  background-position: center center;
}
.contain {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

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

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

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

.slick-dots {
    position: absolute;
    bottom:60px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.neu .slick-dots {
    position: absolute;
    bottom:-10px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.foto_video_container.foto_fullscreen .slick-dots {
  display: none !important;
}
.foto_slider .slick-dots {
    bottom: 25px;
    /* 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 5px;
    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: 20px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    content: "•";
    text-align: center;
    opacity: 0.75;
    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: white;
}

/* ################################################# ABSTAND   */

.abstand {
  width:100%;
  height:40px;
}
.abstand.einfach{
  height:20px;
}
.abstand.zweifach{
  height:40px;
}
.abstand.dreifach{
  height:80px;
}
.abstand.vierfach{
  height:100px;
}

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

.spalten {
    width: 100%;
    display: flex;
    flex-direction: row;
}
.spalte {
    width: 100%;
    padding: 20px 60px;
}
.spalte .textnebenicon h2, .spalte .textnebenicon h3 {
    display: inline-block;
    /* min-height: 80px; */
  }
.abstand_keiner {
    padding: 0;
}
.abstand_oben_und_unten {
    padding: 20px 0;
}
.doppelter_abstand_oben_und_unten {
    padding: 40px 0;
}
.abstand_oben {
    padding: 20px 0 0 0;
}
.abstand_unten {
    padding: 0 0 20px 0;
}

img.foto {
    max-width: 100%;
}

/* ################################################# HINTERGRUNDFARBEN */

.weiss {
    background-color: white;
    color: black;
    color: rgba(0, 0, 0, 0.8);
}
.weiss h2,
.weiss h3 {
    color: black;
    color: rgba(0, 0, 0, 0.8);
}

.gelb {
    color: white;
    background-color: rgba(255, 211, 24, 1);
    background-color: #ffdc32;

}
.gelb h2,
.gelb h3 {
    color: white;
}
.beige {
    color: white;
    background-color: rgba(187, 179, 169, 1);
    background-color: rgba(148, 143, 115, 0.5);
    
    background-color:#c6c0b8;

}
.beige h2,
.beige h3 {
    color: white;
}
.hellbeige {
    color: black;
    color: rgba(0, 0, 0, 0.8);
    background-color: rgba(187, 179, 169, 0.5);
    background-color: rgba(187, 179, 169, 0.2);
    background-color: #d7d3cd;

}
.hellbeige h2,
.hellbeige h3 {
    color: #938f72;
}


.visonary_grey_40 {
    color: rgba(0, 0, 0, 0.8);
    background-color: #e7e6e2

}
.visonary_grey_30 {
    color: rgba(0, 0, 0, 0.8);
    background-color: #edecea;
}
.visonary_grey_20 {
    color: rgba(0, 0, 0, 0.8);
    background-color: #d6d4d1;
}

/* .visonary_grey_40 h2,
.visonary_grey_40 h3 {
    color: #938f72;
} */


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

.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:0;
  min-height: 500px;
}
.infobox_breit h2 {
  margin-bottom:10px;
}
.infobox_breit .spalte {
    padding: 40px;
}
.infobox_breit .spalte.text { 
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.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.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;
}

/* ################################################# TEXTSLIDER mit FOTO und TEXT - PRODUKTE */

.text_slider .spalte,
.mehrere_texte.text_slider .spalte {
    margin: 10px 20px 10px 20px;
    background-color: rgba(255, 255, 255, 0.2);
    min-height: 340px;
    color: black;
    color: rgba(0, 0, 0, 0.8);
}

.mehrere_produkte.text_slider .spalte {
    margin: 10px 20px 10px 20px;
    background-color: rgba(187, 179, 169, 0.2);
    min-height: 420px;
}
.neu .mehrere_produkte.text_slider .spalte {
    margin: 10px 20px 10px 20px;
    background-color: inherit;
    min-height: 420px;
}
.mehrere_produkte.text_slider .spalte h3,
.mehrere_texte.text_slider .spalte h3 {
   color: rgb(54, 54, 54);
    margin-bottom: 20px;
    font-size: 27px;
    font-weight: 400;
    font-weight: 300;
    line-height: 33px;
    font-family: "PT Sans";
}

.mehrere_texte.text_slider .spalte {
    margin: 10px 20px 10px 20px;
    background-color: rgba(187, 179, 169, 0.2);
    min-height: 340px;
    color: black;
    color: rgba(0, 0, 0, 0.8);
}

.avema_ueberuns.text_slider .spalte,
.avema_drei_news.text_slider .spalte {
    margin: 10px 10px 10px 10px;
    background-color: rgba(187, 179, 169, 0.2);
    min-height: 340px;
    color: black;
    color: rgba(0, 0, 0, 0.8);
    padding: 40px;
}
.avema_drei_news.text_slider .spalte {
    display: flex;
    flex-direction: column;
}
.avema_drei_news.text_slider .spalte .textboxinhalt {
    flex-grow: 4;
}
.avema_drei_news.text_slider .spalte a.button {
  background-color: #ffdc32;;
  color: black;
  color: rgba(0, 0, 0, 0.8);
}
.avema_drei_news.text_slider .spalte a.button:hover {
  background-color: #c6c0b8;
  background-color: rgba(198, 192, 184, 0.6);
  /* color: white; */
}
.avema_ueberuns.text_slider .spalte img {
    margin: 0 auto !important;
}
.avema_ueberuns.text_slider .spalte .fotoboxinhalt {
  width:100%;
  text-align: center;
}

.avema_produktinfos.text_slider .spalte {
    margin: 0px;
    background-color: white;
    min-height: 340px;
    color: black;
    color: rgba(0, 0, 0, 0.8);
    padding: 10px;
}
.avema_produktinfos.text_slider .spalte .textboxinhalt h3 {
  font-size: 24px;
}

.spalten a.button {
  background-color: #c6c0b8;
  background-color: rgba(255, 211, 24, 1);
  background-color: #ffdc32;
    border:0;
    /* border-radius: 5px;
    border-radius: 28px; */
    padding: 8px 20px 10px 20px;
    padding: 4px 15px 5px 15px;
    padding:6px 35px 8px 35px;
    text-decoration:  none;
    color:black;
    color: rgba(0, 0, 0, 0.8);
display: inline-block;
    transition: all .5s;
}
.spalten a.button:hover {
  background-color: rgba(255, 211, 24, 1);
  background-color: #ffdc32;
  background-color: #c6c0b8;
  background-color: rgba(198, 192, 184, 0.6);
  padding:6px 55px 8px 55px;
  padding:6px 35px 8px 35px;
  border:0;
    text-decoration:  none;
    /* color:white; */

    transition: all .5s;
    
}

/* .text_slider a.button {
    border: 1px solid #938f72;
    border-radius: 4px;
    padding: 2px 10px;
    color: #938f72;
}
.text_slider a.button:hover {
    border: 1px solid white;
    background-color: white;
    text-decoration: none;
    color: #938f72;
} */

.text_slider a.button,
.text_slider .weiss a.button {
  background-color: rgba(255, 211, 24, 1);
  background-color: #ffdc32;
  background-color: #c6c0b8;
    border:0;
    /* border-radius: 5px;
    border-radius: 28px; */
    padding: 8px 20px 10px 20px;
    padding: 4px 15px 5px 15px;
    padding:6px 35px 8px 35px;
    text-decoration:  none;
    color:black;
    color: rgba(0, 0, 0, 0.8);
    color:white;
    transition: all .5s;
    display: inline-block;
}
.text_slider a.button:hover,
.text_slider .weiss a.button:hover {
  background-color: #c6c0b8;
  background-color: rgba(255, 211, 24, 1);
  background-color: #ffdc32;
  padding:6px 55px 8px 55px;
  border:0;
    text-decoration:  none;
    color:white;
    color:black;
    color: rgba(0, 0, 0, 0.8);
    transition: all .5s;
}

.spalte ul {
    padding: 0 0 0 12px;
    margin: 0;
}
.spalte ul li::marker {
    /* color: #ffda39; */
    /* color: #c6c0b8; */
    font-size: small;
}

/* ################################################# 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%;
  height:auto;
/*   border: 1px solid black; */
}
.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 #000;
}
.fancybox-show-thumbs .fancybox-inner {
    right: 100px;
}
.fancybox-is-open .fancybox-bg {
    opacity: 0.95;
}
/* ################################################# PRODUKTE FOTOS */
.produktfotodiv {
  position: relative;
  line-height: 0;
}
.bezeichnung {
  position: absolute;
  top:auto;
  left:10%;
  right:10%;
  bottom:0;
  padding: 10px;
  background: white;
  font-weight: 400 !important;
  opacity: 1;
  transition: opacity 1s;
}
.bezeichnung p strong {
  font-weight: 400 !important;
}
.spalte:hover .produktfotodiv .bezeichnung {
  opacity: 0;
  transition: opacity 1s;
}
.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 !important;
    opacity: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    transition: opacity 1s;
 }
 .beige .imbackground *, .hellbeige .imbackground *, .weiss .imbackground *, .grau .imbackground *, .transparent .imbackground * {
   color:white !important;
 }
 .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;
     opacity: 0;
     display: flex;
     flex-direction: column;
     justify-content: space-around;
     transition: opacity 1s;
  }
.imbackground:hover,
.imbackground:hover a {
    opacity:1;
    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%); 
}



.produkte_derreihenach {
  flex-wrap: wrap;
}

.produkte_derreihenach .spalte {
  min-width:400px;
  max-width: 400px;
}

/* .produkte_derreihenach.wrap_2 .spalte {
  width:50%;
}
.produkte_derreihenach.wrap_3 .spalte {
  width:33.3%;
}
.produkte_derreihenach.wrap_4 .spalte {
  width:25%;
}
.produkte_derreihenach.wrap_5 .spalte {
  width:20%;
}
.produkte_derreihenach.wrap_6 .spalte {
  width:16.6%;
} */
/* ################################################# 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;
    font-family: minion-pro-condensed, "Crimson Pro";
    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-family: minion-pro-condensed, "Crimson Pro";
    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); */
}

body.neu .responsive-video {
    position: relative;
    padding: 0;
    width: 100vw;
    height: 100vh;
    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;
}
body.neu .responsive-video iframe,
body.neu .responsive-video embed {
    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;
}

body.neu .video {
    position: relative;
    padding: 0;
    width: 100%;
    height: 0px;
    padding-bottom: 56.25%; /* 16:9 */
    overflow: hidden;
}
body.neu .video iframe,
body.neu .video embed {
    position: absolute;
    top:0;
    left:0;
    /* top: 50%;
    left: 50%; */
    width: 100%;
    height: 100%;
    border: 0;
    margin: 0;
    padding: 0;
}


.video-background {
  position: relative;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}

.video-background iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  transform: translate(-50%, -50%);
}

@media (min-aspect-ratio: 16/9) {
  .video-background iframe {
    /* height = 100 * (9 / 16) = 56.25 */
    height: 56.25vw;
  }
}
@media (max-aspect-ratio: 16/9) {
  .video-background iframe {
    /* width = 100 / (9 / 16) = 177.777777 */
    width: 177.78vh;
  }
}

/* ################################################# TABELLE */

.spalte table {
  width:100%;
  max-width:100%;
  border-collapse: collapse;
}
.spalte table.bt {
  border-collapse: unset;
}
.spalte table thead,
.spalte table.bt tr td:first-child {
background-color: rgba(187, 179, 169, 0.2);
}
.spalte table thead tr th {
font-weight: 700;
}
.spalte table tbody tr,
.spalte table.td tbody td {
border-bottom: 1px solid rgba(187, 179, 169, 0.2);
}
.spalte table td,
.spalte table th {
padding: 12px 5px;
}

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

footer {
    background-color: #c4c2b3;
    background-color: #c6c0b8;
    background-color: #d6d4d1 !important;
}
footer * {
    font-size: 18px;
    line-height: 26px;
}
footer .limit {
    /* max-width: 100%; */
}
footer .spalten {
    justify-content: space-between;
}
footer .spalte {
    /* padding:0; */
    /* text-align: center !important; */
}
/* footer .spalte:first-child{
    margin-left: 20%;
    padding: 20px 0px;
}
footer .spalte:last-child{
    margin-right:20%;
    padding: 20px 0px;
    padding-left:230px;
    text-align: left !important;
} */
footer .beige {
    color: black !important;
    color: white !important;
    background-color: #c4c2b3;
    background-color: #d6d4d1;
}

footer .beige  a {
    text-decoration: none;
    color: black;
    color: white;
}
footer .beige  a:hover {
    text-decoration: underline;
    text-decoration: none;
    color: black;
    color: rgba(0, 0, 0, 0.8);
}
footer span {
  font-family: "Crimson Pro";
  font-weight: 700;
  font-size: 20px;
}
footer strong {
  font-weight: 400;
  font-size: 25px;
  font-family: marlide-display-variable, sans-serif;
  letter-spacing: 0.05em;
}
footer .kleiner .spalte {
  text-align: center;
}
footer .kleiner .spalte a {
  font-size: 12px;
}
footer .schwarz {
    background-color: black !important;
    background-color: #080808; !important;
    color: #d6d4d1;
    padding-top: 20px;
}
footer .schwarz  a,
footer .schwarz  a:hover {
    text-decoration: none;
    color: #c4c2b3;
    color: #d6d4d1;
}
footer .schwarz  a:hover {
    text-decoration: none;
    color: white;
}
footer #impressum_top a {
    display: inline-block;
    padding: 3px;
    border: solid #c4c2b3;
    border: solid #edecea;
    border-width: 0 2px 2px 0;
    transform: rotate(-135deg);
    width:15px;
    height:15px;
}
footer #impressum_top a:hover {
    border: solid white;
    border-width: 0 2px 2px 0;
}
footer .schwarz .limit {
    display: flex;
    justify-content: space-between;
}

footer a.footerlink {
    display:inline-block;
    padding: 0px 20px 0 56px;
    padding: 0px 20px 0 36px;
    /* background-color: rgba(255,255,255,0.2); */
    color: #666666;
    color: white;
    text-transform: uppercase;
    text-align: left;
    position: relative;
    /* min-width: 240px; */
    height:36px;
    text-decoration: none;
    line-height: 36px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
}
footer a.footerlink:hover {
    /* background-color: rgba(0,0,0,0.2); */
    color: white;
    color:black;
    color: rgba(0, 0, 0, 0.8);
    text-transform: uppercase;
    text-decoration: none;
}
footer a.footerlink span img {
    position: absolute;
    left:0;
    top:5px;
    width:auto;
    height:26px;
}

/* aktuelles */

.aktuelles.infobox_breit .spalten {
    gap: 40px;
    min-height: 300px;
    padding: 0 60px;
}
.aktuelles h6 {
  color:#c6c0b8;
  margin-top: 0px;
  margin-bottom:10px;
}
.trennlinie {
  border-bottom:2px solid #c6c0b8;
  margin: 0 30px;
  padding: 40px 0;
}
.aktuelles .spalten .spalte.foto {
    width:33%;
    padding-top:84px;
}
.aktuelles .spalten .spalte.text {
    width:66%
}
.aktuelles.infobox_breit .spalten a:not(.button) {
    color: #63605b;
    color: rgb(54, 54, 54);
    text-decoration: underline;
}
.aktuelles.infobox_breit .spalten a.button {
    text-decoration: none;
}
/* .avema_drei_news .spalte {
  max-height:700px;
  overflow-y: scroll;
} */
.avema_drei_news .spalte .textboxinhalt {
  max-height:300px;
  overflow: hidden;
}
.avema_drei_news .spalte .textboxinhalt h6 {
  margin: 10px 0 10px 0;
  color:#c6c0b8;
  color: rgb(54, 54, 54);
}
/* .avema_drei_news .spalte:hover {
  max-height:auto;
  overflow-y: initial;
} */






/* ################################################# HEADERFOTO + HEADLINE + TEXT + LINKS */

.foto_video_container * {
    color:rgba(0, 0, 0, 0.8);
}
.foto_video_container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-size: cover;
    background-position: center center;
}
.foto_video_container .begrenzung {
  width:100%;
  max-width:680px;
}
.foto_video_container.foto_fullscreen {
    width:100%;
    height:100vh;
    height:calc(100vh - 110px);
    position: relative;
}
.foto_video_container.foto_fullscreen * {
    color:white;
}
.foto_video_container.foto_fullscreen video.foto_fullscreen {
    width:100%;
    height:100%;
    /* position: absolute;
    left: 0; */
    z-index: -1; 
}
video.foto_fullscreen {
  width: 100%;
  height: 100%;
  height:calc(100vh - 110px);
  object-fit: cover;
}
.foto_video_container .foto_video_spalten {
    display: flex;
    min-height: 50vh;
}
.foto_video_container .foto_video_spalten.foto_left {
    flex-direction: row-reverse;
}
.foto_video_container .foto_video_spalten.foto_right {
    flex-direction: row;
}
.foto_video_container .foto_video_spalte {
    display: block;
    width:50%;
}
.foto_video_container .foto_video_spalte.foto.foto-background {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.foto_video_container.foto_fullscreen .foto_video_spalte.foto_mobil {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: none;
}

.container-video-cover.just_desktop {
  position:absolute;
  width:100%;
  max-height:calc(100vh - 110px);
  overflow:hidden;
}

.foto_video_container .container-video-cover {
  position: relative;
  width: 100%;
  /* height: 100%; */
  height: auto;
  overflow: hidden;
  max-height: 75vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.foto_video_container .container-video-cover video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.foto_video_container .foto_video_spalte.text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 7% 5%;
}

.foto_video_container .foto_video_spalte.text h1  {
    /* font-family: "Playfair Display"; */
    font-weight: 400;
    font-weight: 300;
    font-size: 18px;
    line-height: 115%;
}
.nurspalten .spalten h2 {
    /* font-family: "Playfair Display"; */
    font-weight: 700;
    font-size: 18px;
    line-height: 115%;
    
    font-size: 44px;
    letter-spacing: 0.04em;
    line-height: 1.2em;
    font-family: marlide-display-variable, sans-serif;
}
.foto_video_container .foto_video_spalte.text h2 {
    /* font-family: "Playfair Display"; */
    font-weight: 300;
    font-size: 36px;
    line-height: 115%;
    
    font-size: 44px;
    letter-spacing: 0.04em;
    line-height: 1.2em;
    font-family: marlide-display-variable, sans-serif;
}
.foto_video_container .foto_video_spalte.text h3 {
    /* font-family: "Playfair Display"; */
    font-weight: 400;
    font-weight: 300;
    font-size: 24px;
    line-height: 115%;
}
.foto_video_container .foto_video_spalte.foto {
    line-height: 0px;
}

.foto_video_container .somelinks {
  display: flex;
}
.foto_video_container .somelinks.column {
  display: flex;
  flex-direction: column;
}
.foto_video_container .call_to_action a {
  display: inline-block;
  /* background-color: #d6d4d1; */
  /* border-radius: 28px; */
  border: 1px solid var(--dunkelgrau);
  padding: 10px 30px 12px 30px;
  color:#080808;
  color: rgb(54, 54, 54);
  padding: 5px 30px;
  margin-right: 20px;
  margin-bottom: 4px;
  transition: all 0.5s;
}
.foto_video_container .call_to_action a:hover {
  text-decoration: none;
  background-color:var(--dunkelgrau);
  color:white;
  transition: all 0.5s;
}
.foto_video_container.foto_fullscreen .call_to_action a {
  display: inline-block;
  border:1px solid white;
  color:white;
  background-color: transparent;
  /* border-radius: 28px; */
  padding: 5px 30px;
  margin-right: 20px;
  margin-bottom: 4px;
  transition: all 0.5s;
}
.foto_video_container.foto_fullscreen .call_to_action a:hover {
  text-decoration: none;
  background-color:rgba(255, 255, 255, 0.9);
  color:rgba(0, 0, 0, .8);
  border-color:transparent;
  transition: all 0.5s;
}
.foto_fullscreen.foto_slider {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* ################################################# TEXT + SLIDER */

.text_slider_container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width:100%;
    /* height:100vh; */
}
.text_slider_container * {
    color: rgba(0, 0, 0, 0.8);
}

.text_slider_container .begrenzung {
  width:100%;
  max-width:680px;
}
.text_slider_container .text_slider_spalten {
    display: flex;
    flex-direction: row;
}
.text_slider_container .text_slider_spalte {
    display: block;
    /* width:50%; */
}
.text_slider_container .text_slider_spalte.text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 7% 5%;
    width:34%;
}

.text_slider_container .text_slider_spalte.text h2,
.nurspalten .spalte h2 {
    /* font-family: "Playfair Display"; */
    font-weight: 400;
    font-size: 36px;
    line-height: 115%;
}
.text_slider_container .text_slider_spalte.text h3,
.nurspalten .spalte h3 {
    /* font-family: "Playfair Display"; */
    font-weight: 400;
    font-weight: 300;
    font-size: 24px;
    line-height: 115%;
}
.infobox_breit .call_to_action a,
.text_slider_container .call_to_action a {
  display: inline-block;
  color: var(--dunkelgrau);
  /* background-color: var(--hellgrau); */
  border: 1px solid var(--dunkelgrau);
  /* border-radius: 28px; */
  padding: 10px 30px 12px 30px;
  margin-right: 20px;
  transition: all 0.5s;
}
.infobox_breit .call_to_action a:hover,
.text_slider_container .call_to_action a:hover {
  text-decoration: none;
  color: white;
  background-color:var(--dunkelgrau);
  transition: all 0.5s;
}

.text_slider_container .text_slider_spalte.slider {
    /* display: flex;
    flex-direction: row; */
    line-height: 0px;
    width:66%;
    max-width:100%;
    overflow: hidden;
    padding-bottom: 0px;
}

.text_slider_container .text_slider_spalte.slider h4 {
    /* font-family: "Playfair Display"; */
    font-weight: 700;
    font-size: 24px;
    line-height: 115%;
    margin: 0;
}
.text_slider_container .text_slider_spalte.slider h5 {
    /* font-family: "Playfair Display"; */
    font-weight: 300;
    font-size: 36px;
    line-height: 115%;
    margin: 0;
}
.text_slider_container .text_slider_spalte.slider .call_to_action a {
  display: inline-block;
  border:1px solid;
  background-color: transparent;
  /* border-radius: 28px; */
  padding: 5px 30px;
  margin-right: 20px;
  transition: all 0.5s;
}
.text_slider_container .text_slider_spalte.slider .call_to_action a:hover {
  text-decoration: none;
  background-color:rgba(198, 192, 184, 0.6);
  border:1px solid rgba(198, 192, 184, 0.6);
  transition: all 0.5s;
  }
.text_slider_container .text_slider_spalte.slider .slick-track {
    display: flex;
    flex-direction: row;
    /* gap: 20px; */
}
.text_slider_container .text_slider_spalte.slider .slick-slide {
  padding-left: 10px;
  padding-right: 10px;
}


.text_slider_container .slick-dots {
    display: flex;
    flex-direction: row;
    justify-content: center;
    bottom: 0px;
}
.text_slider_container .slick-dots li {
    width:10px;
    height: 10px;
    padding: 5px;
    border-radius: 50%;
    background-color: rgba(148, 143, 115, 0.25);
}
.text_slider_container .slick-dots li.slick-active {
    background-color:#707070;
}
.text_slider_container .slick-dots li:hover {
    background-color:#948F73;
}
.text_slider_container .slick-dots button {
    display: none;
}

.foto_slider .slick-list,
.foto_slider .slick-track {
height:100%;
}
/* ################################################# LOGO NEW */

/* .new a.logo, .new a.logo_scroll {
    margin-left: 5%;
} */
.new .logo img, .logo_scroll img {
    width: 170px;
}
.new header.smaller .logo_scroll {
    margin: 18px 0 14px 0;
    margin: 28px 0 0px 0;
    height: auto;
    overflow: auto;
    transition: all 1s;
}
.new header.smaller {
    /* background-color: rgba(245, 245, 245, 0.97); */
    border-bottom: 0px solid rgba(0, 0, 0, 0.1);
    transition: all 1s;
}

/* ####################### 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;
    clear: both;
}

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

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

h3, h4 
{
    color: #565655;
    color: rgb(54, 54, 54);
    display: block;
    padding: 0px 0px 17px 0;
    text-decoration: none;
    font-size: 20px;
    line-height: 28px;
    position: relative;
    font-weight: 600;
}
dt a {
    color: #565655;
    color: rgb(54, 54, 54);
    /* border-radius: 10px; */
    display: block;
    padding: 10px 20px 7px 0;
    text-decoration: none;
    font-size: 18px;
    line-height: 24px;
    position: relative;
    font-weight: 600;
    font-weight: 400;
    font-size: 25px;
    font-family: marlide-display-variable, sans-serif;
    letter-spacing: 0.05em;
    /* 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 rgb(54, 54, 54);
    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;
}

/* ################# fotogalerie  ################# */

div.fotogalerie {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:20px;
  justify-content: center;
}
a.fotogalerie {
  width:25%;
  background-color: rgb(var(--farbe-eins));
  background-image: var(--zoomimage);
  background-position: center center;
  background-repeat: no-repeat;
  transform: scale(1.1);
  )
}
a.fotogalerie:hover img {
  opacity: 0.2;
  cursor: zoom-in;
  transform: scale(1.2);
}
a.fotogalerie img {
  width:100%;
  height: 100%;
  transition: all linear 0.3s;
}

/* ################# foto - text  ################# */

a.gallery.nofotobackground {
    display:block;
    width:100%;
    height:100%;
    position: absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    background-color: transparent;
    cursor: zoom-in;
}
a.gallery.fotobackground {
    display:block;
    width:100%;
    height:100%;
    position: absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    background-color: rgb(var(--farbe-zwei));
    opacity: 0;
    background-image: var(--zoomimage);
    background-repeat: no-repeat;
    background-position: center center;
    /*background-size: contain;*/
    cursor: zoom-in;
    transition: all .2s ease-in-out;
}

a.gallery.fotobackground:hover {
    opacity: 0.4;
    transform: scale(1.5);
}
.box {
  width:25%;
  max-width:300px;
  position:relative;
  overflow: hidden;
  line-height: 0px;
}

.box img {
  max-width:100%;
  height:auto;
}
/* .box:hover img {
  transform: scale(1.1);
} */
.sliderbox {
  position:relative;
  overflow: hidden;
}

/* ################# fancybox  ################# */

.fancybox-show-thumbs .fancybox-inner {
  right:112px;
}
.fancybox-thumbs {
  background-color: rgb(var(--farbe-zwei));
  width:112px;
}
.fancybox-thumbs>ul>li {
  max-height: none;
  max-width: none;
}
.fancybox-button--share,
.fancybox-button--play {
  display: none;
}
.fancybox-caption-wrap {
  text-align: center;
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  background-color: rgb(var(--farbe-zwei));
}


.text ul {
  padding-left: 25px;
}


.tooltip {
  display:none;
  position:absolute;
  background-color:rgb(var(--farbe-zwei));
  /* border-radius:4px; */
  padding:4px 10px;
  color:#fff;
  font-size:14px;
  z-index: 999999;
}
.tooltip:after {
  content: "";
  position: absolute;
  top: 7px;
  left: -14px;
  border-width: 7px;
  border-style: solid;
  border-color: transparent rgb(var(--farbe-zwei)) transparent transparent;
}



.SEITE_26 .foto_fullscreen .begrenzung img {
  width:42px;
  height:auto;
}