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

/* ################################################# SCHRIFTEN   */
/* source-sans-pro-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: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/source-sans-pro-v21-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('/fonts/source-sans-pro-v21-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/source-sans-pro-v21-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/source-sans-pro-v21-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/fonts/source-sans-pro-v21-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/source-sans-pro-v21-latin-regular.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}
/* source-sans-pro-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: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: url('/fonts/source-sans-pro-v21-latin-700.eot'); /* IE9 Compat Modes */
  src: url('/fonts/source-sans-pro-v21-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/source-sans-pro-v21-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/source-sans-pro-v21-latin-700.woff') format('woff'), /* Modern Browsers */
       url('/fonts/source-sans-pro-v21-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/source-sans-pro-v21-latin-700.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}

/* crimson-pro-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: 'Crimson Pro';
  font-style: normal;
  font-weight: 600;
  src: url('/fonts/crimson-pro-v23-latin-600.eot'); /* IE9 Compat Modes */
  src: url('/fonts/crimson-pro-v23-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/crimson-pro-v23-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/crimson-pro-v23-latin-600.woff') format('woff'), /* Modern Browsers */
       url('/fonts/crimson-pro-v23-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/crimson-pro-v23-latin-600.svg#CrimsonPro') format('svg'); /* Legacy iOS */
}
/* crimson-pro-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: 'Crimson Pro';
  font-style: normal;
  font-weight: 700;
  src: url('/fonts/crimson-pro-v23-latin-700.eot'); /* IE9 Compat Modes */
  src: url('/fonts/crimson-pro-v23-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/crimson-pro-v23-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/crimson-pro-v23-latin-700.woff') format('woff'), /* Modern Browsers */
       url('/fonts/crimson-pro-v23-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/crimson-pro-v23-latin-700.svg#CrimsonPro') format('svg'); /* Legacy iOS */
}

/* ################################################# RESET - ALLGEMEIN */
* {
    font-family: "Source Sans Pro", Arial;
    font-weight: 400;
    font-size: 21px;
    line-height: 26px;
    box-sizing: border-box;
    text-decoration: none;
    text-rendering: geometricPrecision;
}

html,
body {
    background-color: #fafafa;
    color: black;
    padding: 0;
    margin: 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;
}
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;
    color: #426A8C;
    text-decoration: none;
}
a[href$=".pdf"]:hover,
a.linkbutton:hover {
    color: white;
    text-decoration: none;
}

h2 {
    /* font-family: "Crimson Pro"; */
    font-weight: normal;
    margin: 0;
    font-size: 32px;
    line-height: 38px;
    font-weight: 400;
}
h2, h3 {
    /* font-family: "Crimson Pro"; */
    font-weight: 700;
    margin: 0;
    font-size: 34px;
    line-height: 40px;
}

b,
strong {
    font-weight: 700;
}
em,
i {
    color: #42698c !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;
    /* 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 20px;
    /* margin: 0; */
    transition: all 1s;
    height:auto;
}
.logo_scroll {
  display:none;
}
header.smaller .logo_scroll {
    margin: 5px 0 0 20px;
    /* 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 {
    width:160px;
    width:200px;
}
.logo_scroll img {
    width:40px;
}
article {
    min-height:calc(100vh - 260px);
}
/* ################################################# 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:#938f72;
    background-color:#c6c0b8;
    border-radius:4px;
    padding:4px 10px;
    color:#fff;
    font-size:18px;
    z-index: 99999;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.tooltip:after {
    content: "";
    position: absolute;
    top: 7px;
    left: -20px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent #938f72 transparent transparent;
    border-color: transparent #c6c0b8 transparent transparent;
}

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

.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;
    position: absolute;
    /* bottom: 25%; */
    display: block;
    width: 50px;
    height: 60px;
    padding: 0;

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.slick-prev {
    left: -75px;
    z-index: 8888;
    background-image: url(/resources/avema-arrow-left.png);
}
.slick-next {
    right: -75px;
    z-index: 8888;
    background-image: url(/resources/avema-arrow-right.png);
}

.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%;
    /* padding: 0 0 0 20%; */
    color: white;
}
.stoererlabel {
  width: 100%;
  max-width: 40%;
  min-width: 640px;
  margin: 0 auto;
  padding: 0 20px;
}
.stoerer strong {
    font-size: 3.1vw;
    line-height: 3.1vw;
    font-size: calc(12px + 0.5vw);
    line-height: calc(12px + 0.5vw);
    font-size: 58px;
    font-size: 24px;
    line-height: 58px;
    line-height: 26px;
    /* font-family: "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;
}
.foto_slider.original .slide {
  min-height: inherit;
  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_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 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: 48px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: "•";
    text-align: center;
    opacity: 0.25;
    color: rgba(148, 143, 115, 1);
    
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #42698c;
}

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

.spalten {
    width: 100%;
    display: flex;
    flex-direction: row;
}
.spalte {
    width: 100%;
    padding: 20px 60px;
}
.abstand_keiner {
    padding: 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 {
    max-width: 100%;
}

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

.dunkelgrau {
  background-color: #C9C9C9;
  padding: 10px 0px ;
}
.hellgrau {
  background-color:#E9E9E9;
  padding: 0px;
}
.dunkelgrau .spalte {
  padding: 10px 40px;
}
.hellgrau .spalte {
  padding: 0px 20px 0 40px;
}

.tabelle > .spalten.hellgrau.firstof{
  padding-top: 20px;
}
.tabelle > .hellgrau:last-of-type {
  padding-bottom: 30px;
}

.weiss {
    background-color: white;
    color: black;
}
.weiss h2,
.weiss h3 {
    color: black;
}

.gelb {
    color: white;
    background-color: rgba(255, 211, 24, 1);
    background-color: #42698c;
    font-size: larger;
}
.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;
    font-size: larger;
}
.beige h2,
.beige h3 {
    color: white;
}
.hellbeige {
    color: black;
    background-color: rgba(187, 179, 169, 0.5);
    background-color: rgba(187, 179, 169, 0.2);
    background-color: #d7d3cd;
    font-size: larger;
}
.hellbeige h2,
.hellbeige 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;
}

.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: #938f72;
    margin-bottom: 20px;
    font-size: 27px;
    font-weight: 400;
    line-height: 33px;
    font-family: "Source Sans Pro";
}

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

.avema_ueberuns.text_slider .spalte {
    margin: 10px 10px 10px 10px;
    background-color: rgba(187, 179, 169, 0.2);
    min-height: 340px;
    color: black;
    padding: 40px;
}

.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;
    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: #42698c;
    border:0;
    border-radius: 5px;
    padding: 8px 20px 10px 20px;
    padding: 4px 15px 5px 15px;
    text-decoration:  none;
    color:black;
    color:white;
    transition: all .5s;
    margin-top: 10px;
    display: inline-block;
}
.spalten a.button:hover {
  background-color: rgba(255, 211, 24, 1);
  background-color: #42698c;
  background-color: #E9E9E9;
  border:0;
    text-decoration:  none;
    color:black;

    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: #42698c;
  background-color: #c6c0b8;
    border:0;
    border-radius: 5px;
    padding: 8px 20px 10px 20px;
    padding: 4px 15px 5px 15px;
    text-decoration:  none;
    color:black;
    color:white;
    transition: all .5s;
}
.text_slider a.button:hover,
.text_slider .weiss a.button:hover {
  background-color: #c6c0b8;
  background-color: rgba(255, 211, 24, 1);
  background-color: #42698c;
  border:0;
    text-decoration:  none;
    color:white;
    color:black;
    transition: all .5s;
}

.spalte ul {
    padding: 0 0 0 12px;
    margin: 0;
}
.spalte ul li::marker {
    color: #ffd318;
    color: #42698c;
    /* 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: "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: "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;
  }
}

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

footer {
    /* background-color: #c4c2b3; */
    background-color: #E9E9E9;
}
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: #c6c0b8; */
    background-color:#E9E9E9;
}

footer .beige  a {
    text-decoration: none;
    color: black;
    /* color: white; */
}
footer .beige  a:hover {
    text-decoration: underline;
    text-decoration: none;
    color: black;
}
footer span {
  /* font-family: "Crimson Pro"; */
  font-weight: 700;
  font-size: 20px;
}
footer strong {
  /* font-weight: 400; */
}
footer .schwarz {
    background-color: #C9C9C9 !important;
    padding-top: 20px;
}
footer .schwarz  a,
footer .schwarz  a:hover {
    text-decoration: none;
    color: black;
}
footer .schwarz  a:hover {
    text-decoration: none;
    color: #426A8C;
}
footer #impressum_top a {
    display: inline-block;
    padding: 3px;
    border: solid black;
    border-width: 0 2px 2px 0;
    transform: rotate(-135deg);
    width:15px;
    height:15px;
}
footer #impressum_top a:hover {
    border: solid #426A8C;
    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: black;
    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:#426A8C;
    text-transform: uppercase;
    text-decoration: none;
}
footer a.footerlink span img {
    position: absolute;
    left:0;
    top:5px;
    width:auto;
    height:26px;
}

/* ################################################# 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-family: "Source Sans Pro", sans-serif;
  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);
}

#anfrageformular {
  background-color: #C9C9C9;
  padding:40px 20px;
}
#anfrageformular label {
  display: block;
  width: auto;
  text-transform: none;
  color: #666666;
  font-size: 16px;
}
#anfrageformular button {
  display:none;
}
#anfrageformular .senden button {
  width:100%;
  display:block;
  text-align: center;
  font-family: "Source Sans Pro", sans-serif;
  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;
  font-family: "Source Sans Pro", sans-serif;
  -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 {
  font-family: "Source Sans Pro", sans-serif;
  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;
}