/* montserrat-100 - latin */
@font-face {
    font-display: block; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 100;
    src: url('../fonts/montserrat-v26-latin-100.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  
  /* montserrat-200 - latin */
  @font-face {
    font-display: block; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 200;
    src: url('../fonts/montserrat-v26-latin-200.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  
  /* montserrat-300 - latin */
  @font-face {
    font-display: block; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/montserrat-v26-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  
  /* montserrat-regular - latin */
  @font-face {
    font-display: block; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/montserrat-v26-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  
  /* montserrat-500 - latin */
  @font-face {
    font-display: block; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/montserrat-v26-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  
  /* montserrat-600 - latin */
  @font-face {
    font-display: block; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/montserrat-v26-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  
  
  
  .black_weekend_deals {
    width: 60%;
    display: block;
    margin: 0 auto;
    height: auto;
}


.clm3 {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.clm3 > div {
    width: 30%;
    text-align: center;
    font-size: 1.6rem;
    line-height: 150%;
}

.clm3 > div strong {
    font-size: 2.6rem;
}

.clm3 > div img {
    display: block;
    width: 100%;
    height: auto;
}


* {
    padding: 0px;
    margin: 0px;
    border-spacing: 0px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
    width: device-width;
}

img {
    border: none;
}

html {
    -webkit-text-size-adjust: 100%;
    height: 100%;
    font-size: 20px;
}

body {
    font-family: 'montserrat', sans-serif; 
    line-height: 160%;
    margin: 0px 0px 0px 0px;
    color: #666;
    position: relative;
    height: 100%;
    background: #fff;
    font-weight: 300;
    overflow-y: scroll;
}

a {
    color: #666;
    text-decoration: none;
    transition: color 0.3s ease-in;
    border: 0;
}

a:hover {
    color: #92997a;
}

b, strong {
    font-weight: 400;
}

p {
    margin-bottom: 15px;
}

p.no_margin {
    margin-bottom: 0;
}

p:last-child {
    margin-bottom: 0;
}

small, .small {
    font-size: 0.8rem;
    line-height: 170%;
    display: inline-block;
    }

#wrapper {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 100%;
    margin: 0 auto;
    background: rgba(255,255,255,1);
    overflow: hidden;
}

#wrapper_inside {
    max-width: 2560px;
    margin: 0 auto;
    position: relative;
}

#header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    height: 130px;
    z-index: 100;
    background: #fff;
}

#header_inside {
    position: relative;
    width: 1400px;
    height: 130px;
    margin: 0 auto;
}

#header #logo {
    position: absolute;
    left: 0;
    top: 1.8rem;
    width: 12.5rem;
    height: auto;
}



#header #topmenu {
    position: absolute;
    right: 0;
    top: 2.25rem;
}

#header #topmenu ul {
    list-style: none;
    display: flex;
    height: 2rem;
}

#header #topmenu ul li {
    height: 2rem;
    margin-left: 2.25rem;
    position: relative;
}

#header #topmenu ul li a {
    height: 2rem;
    line-height: 2rem;
    text-transform: uppercase;
    display: block;
}

#header #topmenu ul li a:hover, #header #topmenu ul li.active a {
    color: #92997a;
}

#header #topmenu ul li a img {
    width: 1.45rem;
    height: auto;
    display: block;
    margin-top: 0.1rem;
    filter: invert(42%) sepia(0%) saturate(1%) hue-rotate(167deg) brightness(92%) contrast(89%);
}

#header #topmenu ul li a:hover img, #header #topmenu ul li.active a img {
    filter: invert(68%) sepia(5%) saturate(1340%) hue-rotate(33deg) brightness(88%) contrast(84%);
}

#header #topmenu ul li a span.image-title {
    display: none;
}

#header #topmenu ul li ul {
    display: none;
}

#header #topmenu ul li:hover ul {
    display: block;
    position: absolute;
    background: rgba(255,255,255,0.95);
    padding: 0 1.5rem 0.85rem;
    left: -1.5rem;
    height: auto;
}

#header #topmenu ul li:hover ul li {
    margin-left: 0;
    height: 1.7rem;
}

#header #topmenu ul li:hover ul li a {
    height: 1.7rem;
    line-height: 1.7rem;
    color: #666;
}

#header #topmenu ul li:hover ul li a:hover, #header #topmenu ul li:hover ul li.active a {
    color: #92997a;
}

#header #language {
    position: absolute;
    z-index: 2;
    font-size: 0.8rem;
    display: flex;
    top: 0;
    bottom: 0;
    left: 251px;
    right: 924px;
    justify-content: center;
    align-items: center;
}

#header #language p#language_picker_des_120 {
    display: none;
}

#header #language div.mod-languages ul li.lang-active {
	background-color: transparent;
}

#header #language div.mod-languages a {
	padding: 0;
}

#header #language:lang(en) {
    right: 874px;
}

#header #language div.mod-languages li {
    margin: 0 !important;
}

#header #language div.mod-languages li:first-child:after {
    content: '|';
    position: relative;
    top: -1px;
}

#header #language div.mod-languages li a {
    color: #8a8a8a;
}

#header #language div.mod-languages li.lang-active a {
    color: #92997a;
}

#header #language div.mod-languages li a:hover {
    color: #92997a;
}

    
#opener_container {
    position: relative;
    width: 100%;
    height: 100vh;
}

#opener {
    position: absolute;
    left: 0;
    right: 0;
    top: 130px;
    bottom: 0;
    /* background: url(../images/slider_neu.jpg) center bottom;
    background-size: cover; */
    background: #eee;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

#opener_text {
    margin-top: 3.5rem;
    text-align: center;
    padding: 1rem 2.5rem;
    background: rgba(255,255,255,0.4);
    max-width: 80%;
    position: relative;
    z-index: 5;
}


#opener_text h2 {
    font-weight: 200;
    font-size: 3.3rem;
    line-height: 100%;
    margin-bottom: 0.75rem;
    text-align: center;
}

#opener_text p {
    margin-bottom: 0;
}


#opener_text strong {
    font-size: 1.2rem;
}

#opener_text a.button {
    margin-top: 1rem;
    margin-bottom: 0.25rem;

}

#video_container {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

#videoBG {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
}




#slidernormal_container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 40%;
    margin-top: 130px;
}

a.button {
    display: inline-block;
    padding: 0.05rem 0.5rem;
    color: #fff;
    text-transform: uppercase;
    font-size: 0.9rem;
    position: relative;
}

a.button span {
    position: relative;
    z-index: 10;
}

a.button:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #666;
}

a.button:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 1px;
    background: #92997a;
    transform: scaleX(0);
    transition: transform ease-in 0.3s;
    transform-origin: center right;
}

a.button:hover:after {
    transform: scaleX(1);
    transform-origin: center left;
}










@media (max-width: 2000px) and (aspect-ratio >= 1.74), (max-width: 1800px) and (aspect-ratio >= 1.56), (max-width: 1700px) and (aspect-ratio >= 1.54), (max-width: 1600px) and (aspect-ratio >= 1.5), (max-width: 1400px) and (aspect-ratio >= 1.4) {



/*
@media (aspect-ratio >= 1.4) {
*/
    #video_container {
        right: -40%;
    }

    
    #opener_text {
        margin-top: 0;
        background: rgba(255,255,255,0.85);
        left: 100px;
        top: 100px;
        position: absolute;
    }


  
}

#content {
    position: relative;
    text-align: left;
    margin-top: 3.5rem;
    padding-bottom: 25rem;
    font-size: 0.95rem;
}

.centered {
    position: relative;
    width: 1400px;
    margin-left: auto;
    margin-right: auto;
}


section {
    margin-bottom: 6rem;
}

section.no_mb {
    margin-bottom: 0;
}

.text2 {
    font-size: 1rem;
    line-height: 150%;
}

.clm2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.clm2.reverse {
    flex-direction: row-reverse;
}

.clm2 > div {
    width: 47.5%;
}

.clm2 > div > img.main {
    display: block;
    width: 100%;
}

.clm2 .clm2 {
    margin-bottom: 0;
}
.clm2 .clm2 > div {
    width: 45%;
    text-align: center;
} 

.clms_even {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin: 3rem 0;
    text-align: center;
}

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

.clms_even > div {
    margin-right: 10%;
}

.clms_even > div:last-child {
    margin-right: 0;
}

.circle_with_border {
    display: block;
    height: auto;
    border-radius: 50%;
    border: 0.3rem solid #fff;
}

.black_bg {
    background: #000;
    color: #fff;
    padding: 4rem 0;
}



table.infotable {
    width: 100%;
    font-size: 0.9rem;
}

table.infotable td {
    padding: 0.25rem 0.6rem;

}

table.infotable tr:nth-child(1) td, table.infotable tr td:nth-child(1) {
    font-weight: 400;
}

table.infotable tr:nth-child(2n) td {
    background: #f2f4f4;
}


table.infotable2 {
    width: 100%;
    font-size: 0.85rem;
}

table.infotable2 td {
    padding: 0.25rem 0.6rem;

}

table.infotable2 td:nth-child(2), table.infotable2 td:nth-child(6){
    text-align: right;

}

table.infotable2 tr:nth-child(1) td {
    font-weight: 400;
}

table.infotable2 tr:nth-child(2n) td {
    background: #f2f4f4;
}

table.infotable.sphera td:nth-child(2) {
    text-align: right;
    font-weight: 300;
}


ul.teaser {
    list-style: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

ul.teaser li {
    position: relative;
    display: block;
    width: 49%;
    margin-bottom: 2%;
}

ul.teaser li > span, div.video {
    display: block;
    height: 0;
    padding-bottom: 56.25%;
    background: #000;
    overflow: hidden;
    position: relative;
}

.video .yt_consent_text {
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 1px solid #fff;
    background: #222;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 3rem 1.5rem 1.5rem;
    box-sizing: border-box;
    color: #fff;
    text-align: center;
    overflow: auto;
}

.video .yt_consent_text > span {
    display: block;
}

.video .yt_consent_text a {
    color: #fff;
}

iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

ul.teaser li img.main {
    display: block;
    width: 100%;
    height: auto;
    transition: 0.5s ease-out;
}

ul.teaser li.animate:hover img.main {
    transform: scale(1.2) rotate(-15deg);
}

.lynk__app_store {
    position: absolute;
    display: block;
    height: 9.33%;
    bottom: 5.18%;
    left: 2.9%;
    z-index: 2;
}

.lynk__google_play {
    position: absolute;
    display: block;
    height: 9.33%;
    bottom: 5.18%;
    left: 21.13%;
    z-index: 2;
}

.lynk__logo {
    position: absolute;
    display: block;
    width: 26%;
    bottom: 10%;
    right: 7.5%;
    z-index: 2;
}

.lynk__text {
    right: 7.5%;
    top: 13%;
}



.aurora__text {
    left: 4.37%;
    right: 4.37%;
    top: 6.48%;
}

.aurora__v8 {
    float: right;
    display: block;
    height: 0.84em;
    width: auto;
    margin-top: 0.18em;
    margin-left: 0.1em;
}



.pulzar__text {
    left: 4.37%;
    right: 4.37%;
    top: 15%;
}

.pulzar__g3 {
    float: right;
    display: block;
    height: 1.27em;
    width: auto;
    margin-top: 0;
    margin-left: 0.27em;
}



.sphera__text {
    left: 4.37%;
    right: 4.37%;
    top: 6.48%;
}

.viva__text {
    left: 4.37%;
    right: 4.37%;
    top: 10%;
    bottom: 10%;
}

.viva__logo {
    width: 40%;
    height: auto;
}

.viva__badge {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    width: 21%;
    height: auto;
}


.center__text {
    left: 4.37%;
    right: 4.37%;
    top: 6.48%;
    text-align: center;
}

.center__text h2 {
    text-align: center;
}

.button__bottom_centered {
    position: absolute;
    bottom: 9%;
    left: 50%;
    transform: translateX(-50%);
}

.fullheight__text {
    bottom: 0;
}

/* LED */

.led__dots {
    height: 1.5rem;
    width: auto;
}

.led__button {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        text-align: center;
}

.hscale11 {
    transition: 0.15s ease-out;
}
.hscale11:hover {
    transform: scale(1.1);
}

ul.teaser li .teasertext a.button, ul.teaser li .led__button a.button, .teasertext a.button, .clms_even a.button  {
    padding: 0 0.54em;
    font-size: 0.71em;
    margin: 0 0.33em;
    line-height: 2.25em;
}

ul.teaser li .teasertext p, .teasertext p {
    margin-bottom: 0.71em;
}

ul.teaser li .teasertext p:last-child, .teasertext p:last-child {
    margin-bottom: 0;
}

ul.teaser li .teasertext  {
    position: absolute;
    color: #fff;
    text-align: center;
    z-index: 10;
    font-size: 1.05rem;
    line-height: 1.6em;
}

ul.teaser li .teasertext h2, .text2 h2 {
    display: inline-block;
    font-size: 2.1em;
    margin-bottom: 0px;
    line-height: 1.3em;
    font-weight: 300;
}

ul.teaser li .teasertext strong, .teasertext strong {
    text-transform: uppercase;
}


.linea_button {
    width: 23.96%;
    height: 0;
    padding-bottom: 23.96%;
    position: absolute;
    right: 1.5em;
    top: 1.5em;
}

/*
.linea_button {
    width: 23.96%;
    height: 0;
    border-radius: 50%;
    border: 7px solid rgba(255,255,255,0.5);
    position: absolute;
    right: 40px;
    top: 40px;
    cursor: pointer;
    transition: transform 0.25s ease-out;
}

*/


.linea_button:hover > div {
    transform: rotate(-15deg);
}

.linea_button > div {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,0.8);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.25s ease-out;
    border: 0.25em solid rgba(255,255,255,0.5);
}

.linea_button > div > div {
    text-align: center;
    color: #fff;
    line-height: 130%;
}

.linea_button > div > div > p:first-child {
    font-weight: 500;
    font-size: 1.2em;
    line-height: 120%;
    margin-bottom: 0.3em;
}

.linea_button > div > div > p:last-child {
    font-size: 0.7em;
}






/*


.teaser_t5 {
    text-align: center;
    height: 790px;
    background: url(../images/teaser_t5.jpg) bottom no-repeat;
    border: 1px solid #eee;
}

#content .teaser_t5 h2 {
    text-align: center;
    font-size: 80px;
    font-weight: 200;
    margin-bottom: 15px;
    margin-top: 40px;
}

#content ul.teaser h2, #content .teasertext h2 {

}

.teaser_t5 a.button {
    margin: 0 5px;
}



*/




.teaser_t5 {
    text-align: center;
    border: 1px solid #eee;
}

#content .teaser_t5 h2 {
    text-align: center;
    font-size: 4rem;
    font-weight: 200;
    margin-bottom: 0.75rem;
    margin-top: 2rem;
}




.t5_image img {
    display: block;
    width: 100%;
    height: auto;
    margin-top: -3.15rem;
}

.t5_text {
    z-index: 10;
    position: relative;
}




ul.teaser.teasertext li {
    position: relative;
    display: block;
    width: 690px;
    background: #eee;
    color: #333;
    height: auto;
    padding: 30px;
    box-sizing: border-box;
    border: 1px solid #999;
}

ul.highlights {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

ul.highlights li {
    width: 45%;
    margin-bottom: 0.5rem; 
    padding-left: 2rem; 
    position: relative;
    border: none;
}

ul.highlights.clm1 li, ul.highlights.clm11 li {
    width: 100%;
}

ul.highlights li:before {
    content: '';
    display: block;
    width: 1.5rem; 
    height: 1.5rem;
    background: url(../images/haken.svg) center left no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
}

ul.highlights.clm1 li:before {
    filter: brightness(100);
}




div.highlights > div {
    padding: 0;
    width: auto;
    background: none;
    margin-bottom: 0.5rem; 
    padding-left: 2rem;
    position: relative;
    font-weight: 400;
    border: none;
    text-align: left;
    color: #333;
}

div.highlights > div:before {
    content: '';
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    background: url(../images/haken.svg) center left no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
}


.parallax {
    height: 0;
    padding-bottom: 30%;
    background-size: cover;
    position: relative;
}

.parallax__home {
    background-image: url(/images/home/parallax__handmade.jpg);
}

.parallax__wega_led {
    background-image: url(/images/licht/led/wega_led/parallax_wega.jpg);
}

.parallax__home .highlight {
    text-align: center;
    padding: 1.6rem;
    background: rgba(0,0,10,0.75);
    position: absolute;
    top: 10%;
    right: 0;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 400;
}

.parallax__home .highlight img {
    display: block;
    width: 21rem;
    height: auto;
    margin-bottom: 0.85rem;
    margin-top: 0.315rem;
}

.parallax.parallax_aquarien {
    background-image: url(/images/aquarien/aquarien_parallax.jpg);
    font-size: 0.75rem;
}

.parallax.parallax_sphera {
    background-image: url(/images/sphera/sphera_parallax.jpg);
    font-size: 0.75rem;
}



.downloads li {
    margin-bottom: 1.5rem;
}



.download {
    display: flex;
}

.download > span:first-child img {
    display: block;
    width: 2.6rem;
    height: auto;
    margin-right: 1rem;
}

.download > span:last-child img {
    display: inline-block;
    width: 6.3rem;
    height: auto;
    margin-left: 1rem;
}

.download > span:last-child {
    display: flex;
    align-items: center;
    font-size: 1.1rem;
}

h1 {
    font-size: 2.5rem;
    margin-bottom: 1.6rem;
    line-height: 130%;
    font-weight: 200;
    text-align: left;
    position: relative;
}

h2, h3.like_h2 {
    font-size: 1.9rem;
    margin-bottom: 1.6rem;
    line-height: 150%;
    font-weight: 200;
    text-align: left;
    position: relative;
}

h2.align_center {
    text-align: center;
}

h2.small_gap {
    margin-bottom: 0.5rem;
}

h2.big {
    font-size: 2.5rem;
}




 h3 {
    font-size: 26px;
    margin-bottom: 1rem;
    line-height: 130%;
    font-weight: 300;
    text-align: left;
    position: relative;
}

h4 {
    font-size: 23px;
    margin-bottom: 10px;
    line-height: 130%;
    font-weight: 300;
    text-align: left;
    position: relative;
}







#content ul {
    list-style: none;
}


#content ul.list li {
    padding-left: 18px;
    position: relative;
    text-align: left;
    line-height: 160%;
    margin-bottom: 8px;
}

#content ul.list li ul {
    margin-top: 8px;
}

#content ul.list li ul li {
    padding-left: 45px;
}

#content ul.list li:before {
    content: '';
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    left: 0;
    top: 15px;
    background: #666;
}



#footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 15rem;
    background: #000;
    font-size: 1.2rem;
}

#footer, #footer a {
    color: #f5f5f5;
}

#footer #footer_inner {
    width: 100%;
    max-width: 1920px;
    box-sizing: border-box;
    height: 15rem;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}





    
#footer_end {
    display: flex;
    font-size: 1rem;
    justify-content: center;
}

#footer_end > div {
    margin-right: 5rem;
    height: 1.8rem;
    line-height: 1.8rem;
    display: flex;
    justify-content: center;
}

#footer_end > div a img {
    display: block;
    width: 1.8rem;
    height: auto;
    margin-right: 0.75rem;
}

#footer_end > div:nth-child(1) a img {
    width: 1.75rem;
}
    
#footer_end > div a {
    display: flex;
    align-items: center;
}

#footer_end > div:nth-child(3) {
    margin-right: 0;
}
    
#footer_contact {
    font-size: 1rem;
    margin: 2rem 0;
}

#footer_end2 {
    display: flex;
    font-size: 0.75rem;
    justify-content: center;
}

#footer_end2 > div {
    margin: 0 1rem;
    white-space: nowrap;
}

#footer_end2 > div.hidden {
    display: none;
}
    
  


#cookiebanner {
    position: fixed;
    padding: 1rem;
    box-sizing: border-box;
    right: 5rem;
    bottom: 5rem;
    width: 35rem;
    z-index: 9999999;
    background: rgba(80,80,80,0.97);
    color: #fff;
    border: 1px solid #fff;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 160%;
    max-height: calc(100vh - 10rem);
    overflow-y: auto;
    display: block;
}

#cookiebanner.hidden {
    display: none;
}

#cookiebanner a {
    color: #fff;
}

#cookiebanner strong {
    font-weight: 500;
}

#cookiebanner .consent_type {
    padding: 0.5rem 0;
    border-top: 1px solid #ccc;
    overflow: hidden;
}

#cookiebanner .google_analytics.consent_type {
    border-bottom: 1px solid #ccc;
    margin-bottom: 0.5rem;
}

#cookiebanner .consent_type > div:first-child {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#cookiebanner .consent_type > div .button {
    width: 3rem;
    height: 1.5rem;
    background: #ddd;
    border-radius: 1.5rem;
    position: relative;
    cursor: pointer;
    user-select: none;
}

#cookiebanner .consent_type > div .button:before {
    content: '';
    display: block;
    width: 1.1rem;
    height: 1.1rem;
    background: #6f0005;
    position: absolute;
    left: 0.2rem;
    top: 0.2rem;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
}

#cookiebanner .consent_type > div .button.consent:before {
    transform: translateX(1.5rem);
    background: #275517;
}

#cookiebanner .consent_type > div:last-child {
    max-height: 0;
    font-size: 0.8rem;
    transition: max-height 0.25s ease-in;
}

#cookiebanner .consent_type > div:last-child > p:first-child {
    padding-top: 0.75rem;
}

#cookiebanner .consent_type.info_open > div:last-child {
    height: auto;
    max-height: 500px;
}

#cookiebanner .consent_type.youtube.info_open > div:last-child {
    max-height: var(--acc_yt_height);
}

#cookiebanner .consent_type.google_analytics.info_open > div:last-child {
    max-height: var(--acc_ga_height);
}

#cookiebanner .consent_type .less_information {
    display: none;
}

#cookiebanner .consent_type.info_open .less_information {
    display: inline;
}

#cookiebanner .consent_type.info_open .more_information {
    display: none;
}

#cookiebanner .consent_buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 1rem;
}

#cookiebanner .consent_buttons a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 31%;
    background: #ddd;
    color: #444;
    text-align: center;
    font-weight: 500;
    padding: 0.5rem 0.5rem;
    transition: background 0.15s ease-in;
    box-sizing: border-box;
    line-height: 125%;
}

#cookiebanner .consent_buttons a:hover {
    background: #eee;
}

@media (max-width: 1650px) {

    /* 92 % */

    html {
        font-size: 18.4px;
    }

    #header {
        height: 120px;
    }

    #header_inside {
        width: 1200px;
        height: 120px;
    }

    #header #topmenu ul li {
        margin-left: 2.1rem;
    }
    
    #header #language {
        left: 225px;
        right: 836px;
    }

    #header #language:lang(en) {
        right: 788px;
    }

    #opener {
        top: 120px;
    }
    
    #slidernormal_container {
        margin-top: 120px;
    }


    .centered {
        width: 1200px;
    }


    #opener_text strong {
        font-size: 22px;
    }
    
    a.button {
        padding: 1px 9px;
        font-size: 16.6px;
    }




}

@media (max-width: 1450px) {

    /* 92 % */

    html {
        font-size: 16.9px;
    }

    #header {
        height: 110px;
    }

    #header_inside {
        width: 1060px;
        height: 110px;
    }

    #header #topmenu ul li {
        margin-left: 1.9rem;
    }
    
    #header #topmenu ul li a {
        font-size: 16px;
    }

    #header #topmenu ul li a img {
        width: 1.35rem;
    }
    
    #header #language {
        left: 206px;
        right: 714px;
    }

    #header #language:lang(en) {
        right: 677px;
    }

    #opener {
        top: 110px;
    }
    
    #slidernormal_container {
        margin-top: 110px;
    }
    






    


    .centered {
        width: 1060px;
    }

    .video .yt_consent_text {
        padding: 2.5rem 1.5rem 1.5rem;
    }



}

@media (max-width: 1240px) {

    html {
        font-size: 14.35px;
    }
    
    #header {
        height: 94px;
    }
    
    #header_inside {
        width: 952px;
        height: 94px;
    }
    

    #header #topmenu ul li a {
        font-size: 1rem;
    }

    #header #topmenu ul li a img {
        width: 1.45rem;
    }
    
    #header #language {
        left: 177px;
        right: 635px;
    }

    #header #language:lang(en) {
        right: 596px;
    }
    
    #opener {
        top: 94px;
    }
    
    #slidernormal_container {
        margin-top: 94px;
    }

    
    .centered {
        width: 900px;
    }



    
}


@media (max-width: 980px) {


#wrapper {
    overflow: hidden;
}



#webpage  {
    transform: translateX(0);
    transition: transform 0.3s ease-in;
    position: relative;
}

#header.menu_active, #webpage.menu_active, #footer.menu_active {
    transform: translateX(300px); 
}

#footer, #header  {
    transform: translateX(0);
    transition: transform 0.3s ease-in;
}


#header_overlay, #webpage_overlay, #footer_overlay {
    position: absolute;
    z-index: 60;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.5);
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACAQMAAABIeJ9nAAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjaGBwAAABxADBSUUqSQAAAABJRU5ErkJggg==');
    transition: opacity 0.3s ease-in, visibility 0s 0.3s; 
    visibility: hidden;
    opacity: 0;
}

#footer_overlay {
   
}

#header_overlay.menu_active, #webpage_overlay.menu_active, #footer_overlay.menu_active  {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.3s ease-in, visibility 0s 0s; 
}

#mmenu {
    background: #000;
    position: fixed;
    width: 300px;
    padding: 30px;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 9999999;
    transform: translateX(-300px);
    transition: transform 0.3s ease-in;
    box-sizing: border-box;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    display: block !important;
}

#mmenu.menu_active {
    transform: translateX(0); 
}

#rmenu {
    position: absolute;
    left: 30px;
    top: 45px;
    z-index: 9999999999999999;
    height: 40px;
    cursor: pointer;
    display: block !important;
}

#rmenu #rmenu_icon {
    display: block;
    width: 40px;
    height: 2px;
    background: rgba(102,102,102,1);
    position: relative;
    top: 0;
    transition: background 0s 0.15s;
}

#rmenu.menu_active #rmenu_icon {
    background: rgba(156,16,6,0);
}

#rmenu #rmenu_icon:before {
    content: '';
    display: block;
    position: absolute;
    width: 40px;
    height: 2px;
    background: rgba(102,102,102,1);
    position: absolute;
    top: -12px;
    transition: top 0.15s ease-in 0.15s, transform 0.15s ease-in 0s;
}

#rmenu_trigger {
    cursor: pointer;
    display: block;
}

#rmenu #rmenu_icon:after {
    content: '';
    display: block;
    position: absolute;
    width: 40px;
    height: 2px;
    background: rgba(102,102,102,1);
    position: absolute;
    top: 12px;
    transition: top 0.15s ease-in 0.15s, transform 0.15s ease-in 0s;
}

#rmenu.menu_active #rmenu_icon:before {
    top: 0px;
    transition: top 0.15s ease-in 0s, transform 0.15s ease-in 0.15s;
    transform: rotate(135deg);
}

#rmenu.menu_active #rmenu_icon:after {
    top: 0px;
    transition: top 0.15s ease-in 0s, transform 0.15s ease-in 0.15s;
    transform: rotate(-135deg);
}

#mmenu ul {
    list-style: none;
    width: 100%;
    margin: 0;
}

#mmenu ul li {
    width: 100%;
    border-bottom: 1px dotted rgba(255,255,255,0.3);
    margin: 0;
    position: relative;
}


#mmenu ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

#mmenu ul li a {
    color: #fff;
    line-height: 130%;
    display: block;
    padding-top: 9px;
    padding-bottom: 8px;
    font-size: 20px;
    width: calc(100% - 15px);
}

#mmenu ul li a img {
    display: none;
}

#mmenu ul li ul li:first-child {
    border-top: 1px dotted rgba(255,255,255,0.3);
    margin-top: 3px;
}

#mmenu ul li a:before {
    content: '';
    display: block;
    position: absolute;
    transform: translateX(-40px);
    top: 21px;
    width: 5px;
    height: 5px;
    background: #fff;
}

#mmenu ul > li.current a, #mmenu ul li a:hover {
    padding-left: 15px;

}

#mmenu ul > li.current a:before, #mmenu ul li a:hover:before {
    transform: translateX(-15px); 
}

#mmenu ul li ul li a, #mmenu ul > li.current ul li a {
    padding-left: 30px;
    font-size: 19px;
    width: calc(100% - 30px);
}

#mmenu ul li ul > li.current a, #mmenu ul li ul li a:hover, #mmenu ul > li.current ul > li.current a, #mmenu ul > li.current ul li a:hover  {
    padding-left: 30px;
}

#mmenu ul li ul li a:before, #mmenu ul > li.current ul li a:before {
    transform: translateX(-70px);
}

#mmenu ul li ul li a:before {
    top: 20px;
}

#mmenu ul li ul > li.current a:before, #mmenu ul li ul li a:hover:before {
    transform: translateX(-15px); 
}

#mmenu ul li ul li ul > li.current a, #mmenu ul li ul li ul li a:hover, #mmenu ul > li.current ul > li.current ul > li.current a, #mmenu ul > li.current ul li ul li a:hover  {
    padding-left: 45px;
}

    .desktop {
        display: none;
    }

    .mobile {
            display: block !important;
    }

    #header {
        height: 90px;
    }

    #header_inside {
        width: 100%;
        height: 90px;
    }

    #header #topmenu {
        display: none;
    }

    #header #logo {
        top: 22px;
        width: 200px;
        left: auto;
        right: 30px;
    }
    
    #header #language {
        left: 70px;
        right: 230px;
    }

    #header #language:lang(en) {
        right: 230px;
    }


    #opener_container {
        position: relative;
        width: 100%;
        height: 0;
        padding-bottom: 55%;
        margin-top: 90px;
    }
    
    #slidernormal_container {
        margin-top: 90px;
    }

    #opener {
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }

    #opener_text {
        margin-top: 2.6rem;
        background: rgba(255,255,255,0.8);
        padding: 1rem 1.6rem;
    }

    #opener_text strong {
        font-size: 2.1rem;
        font-weight: 300;
    }

    #opener_text .thin_tbpt {
        font-weight: 200;
    }

    .centered {
        width: calc(100% - 60px);
    }

    ul.teaser li .teasertext  {
        font-size: 1.455vw
    }
    
    .text2 {
        font-size: 1.455vw
    }
    
    
  .parallax {
    padding-bottom: 40%;
}  
    
.parallax__home .highlight {
    text-align: center;
    padding: 2.306vw;
    background: rgba(0,0,10,0.75);
    position: absolute;
    top: 10%;
    right: 0;
    color: #fff;
    font-size: 2.306vw;
    font-weight: 400;
    line-height: 120%;
}

.parallax__home .highlight img {
    display: block;
    width: 30.816vw;
    height: auto;
    margin-bottom: 1.224vw;
    margin-top: 0.469vw;
}


.parallax.parallax_aquarien {
    font-size: 1.2vw;
    line-height: 100%;
}


ul.highlights li {
    width: 45%;
    margin-bottom: 0.726vw; /* 0.5 */
    padding-left: 2.933vw; /* 2 */
    position: relative;
    border: none;
}

ul.highlights.clm1 li, ul.highlights.clm11 li {
    width: 100%;
}

ul.highlights li:before {
    content: '';
    display: block;
    width: 2.207vw; /* 1.5 */
    height: 2.207vw;
    background: url(../images/haken.svg) center left no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
}

ul.highlights.clm1 li:before {
    filter: brightness(100);
}




div.highlights > div {
    padding: 0;
    width: auto;
    background: none;
    margin-bottom: 0.726vw; /* 0.5 */
    padding-left: 2.933vw; /* 2 */
    position: relative;
    font-weight: 400;
    border: none;
    text-align: left;
    color: #333;
}

div.highlights > div:before {
    content: '';
    display: block;
    width: 2.207vw; /* 1.5 */
    height: 2.207vw;
    background: url(../images/haken.svg) center left no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
}

.video .yt_consent_text {
    padding: 1.5rem 1rem 1rem;
}

#cookiebanner {
    width: calc(100% - 10rem);
    box-sizing: border-box;
}

}



@media (max-width: 780px) {

#content {
    padding-bottom: 15.5rem;
    margin-top: 3.5rem;
}


   
  








#header.menu_active, #webpage.menu_active, #footer.menu_active {
    transform: translateX(270px); 
}

#mmenu {
    width: 270px;
    padding: 25px;
    transform: translateX(-270px);
}

.black_weekend_deals {
    width: 100%;
}

    .hd_smpt {
        display: none;
    }

    .sh_smpt {
        display: block !important;
    }
    
#rmenu {
    left: 20px;
    top: 35px;
}
    
    #header {
        height: 70px;
    }

    #header_inside {
        width: 100%;
        height: 70px;
    }

    #header #logo {
        top: 17px;
        width: 155px;
        left: auto;
        right: 20px;
    }

    #header #language {
        left: 50px;
        right: 175px;
    }

    #header #language:lang(en) {
        right: 175px;
    }
    
    #opener_container {
        position: relative;
        width: 100%;
        height: 0;
        padding-bottom: 100%;
        margin-top: 70px;
    }
    
    #slidernormal_container {
        margin-top: 70px;
    }

    #opener_text {
        margin-top: 5vw;
        background: rgba(255,255,255,0.75);
        padding: 4vw 5vw 4vw;
    }

    #opener_text strong {
        font-size: 7vw;
        font-weight: 200;
    }

    #opener_text .small_smpt {
        font-size: 4vw;
        font-weight: 300;
        display: block;
        margin-top: -2px;
    }

    #opener_text a.button {
        font-size: 3vw;
        margin-top: 2vw;
        margin-bottom: 0.0;
        padding: 0.1vw 2vw;
    }

    #video_container {
        right: -20%;
    }

    ul.teaser li {
        width: 100%;
        margin-bottom: 4%;
    }

    .centered {
        width: calc(100% - 40px);
    }


    ul.teaser li .teasertext  {
        font-size: 2.9vw
    }
    
    
ul.highlights li {
    width: 100%;
    margin-bottom: 1.44vw; /* 0.5 */
    padding-left: 5.8vw; /* 2 */
    position: relative;
    border: none;
}

ul.highlights.clm1 li, ul.highlights.clm11 li {
    width: 100%;
}

ul.highlights li:before {
    content: '';
    display: block;
    width: 4.4vw; /* 1.5 */
    height: 4.4vw;
    background: url(../images/haken.svg) center left no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
}

ul.highlights.clm1 li:before {
    filter: brightness(100);
}




div.highlights > div {
    padding: 0;
    width: auto;
    background: none;
    margin-bottom: 1.44vw; /* 0.5 */
    padding-left: 5.8vw; /* 2 */
    position: relative;
    font-weight: 400;
    border: none;
    text-align: left;
    color: #333;
}

div.highlights > div:before {
    content: '';
    display: block;
    width: 4.4vw; /* 1.5 */
    height: 4.4vw;
    background: url(../images/haken.svg) center left no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
}




.clm2 {
    display: block;
}

.clm2.reverse {
    flex-direction: row-reverse;
}

.clm2 > div {
    width: 100%;
    margin-bottom: 35px;
}

.clm2 > div:last-child {
    margin-bottom: 0;
}

.clms_even {
    display: block;
}

.clms_even > div {
    margin-right: 0;
    margin-bottom: 50px;
}

table {
    width: 500px !important;
}

.tablewrapper {
    width: 100%;
    overflow-x: scroll;
}

#footer {
    height: 10.5rem;
}



#footer #footer_inner {
    height: 10.5rem;

}

#footer #footer_inner > div.custom {
    width: 100%;
}



#footer_end {
    margin-bottom: 15px;
}


#footer_end > div {
    margin-right: 3rem;
}



    
#footer_end > div a span {
    display: none;
}


    
#footer_contact {
    display: none;
}

#footer_end2 {
    flex-wrap: wrap;
}
 

#cookiebanner {
    width: calc(100% - 20px);
    font-size: 0.9rem;
    right: 10px;
}

}


@media(max-width: 380px) {
    #cookiebanner .consent_type a.info {
        display: block;
    }
}