.marken_slider {
    width: 200%;
    height: calc(100vh - var(--header-sticky-height));
    top: var(--header-sticky-height);
    /* overflow: visible; */
    /* position: relative; */
    display: flex;
    flex-wrap: nowrap;
    overflow: visible;
    min-height: 100vh;
    /* position: relative; */
    /* margin-top: var(--header-sticky-height) !important; */
}

.marken_content_wrapper {
    background: rgb(7, 9, 15);
    height: 100%;
    width: 100vw;
    transform: scale(0.8);
    padding: 3rem;
    position: relative;
}

.marken_mask {
    clip: polygon(0 0,0 100%,100% 100%,100% 0);
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    background: black;
}

.marken_slider h2 {
    color: white;
    text-align: center;
    font-weight: 700;
    font-size: 6vw;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    /* text-align: left; */
}
h2.marken-intro-headline {
    color: rgb(7, 9, 15) !important;
    padding: 0;
    z-index: -2;
    position: absolute;
    /* font-weight: 900; */
}
h2.marken-intro-headline > span {
    font-family: inherit;
    font-weight: inherit !important;
    line-height: inherit;
    text-transform: uppercase !important;
    /* color: inherit; */
    font-size: inherit !important;
    display: inline !important;
}
.marken_slider h2 span{
    /* font-family: 'Dancing Script'; */
    text-transform: none;
    color: var(--color-content-primary);
    font-size: 5vw;
    font-weight: 300;
    display: block;
}

.marken_overlay, .produktion_overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 4rem;
    z-index: 2;
    pointer-events: all;
}
.marken_overlay {
    pointer-events: none;
}
.marken_overlay h2 span,.produktion_overlay h2 span {
    font: inherit;
    font-size: inherit;
    display: inline;
    text-transform: inherit;
}
.marken_overlay img.bimmerle_b{
    margin: 0 auto;
    display: block;
    width: 20vh;
    /* position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0; */
}

.marken_content {
    height: 100%;
}

.marken_bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
}
.marken_bg .bg_wrapper {
    position: relative;
    width: fit-content;
    margin: 0 auto;
}

.marken_bg img {
    /* object-fit: cover;
    height: 70%;
    width: 80%;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    object-position: 50% 40%; */
    z-index: 1;
    min-height: 100vh;
    height: 100%;
    margin: 0 auto;
    object-position: 0 -200px;
}
.marken-wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.marken-grid {
    display: flex;
    flex-wrap: wrap;
    margin-top: 200px;
    margin-bottom: 6rem;
    justify-content: center;
}

.marke-grid-element {
    position: relative;
    width: 25%;
    flex-shrink: 0;
    padding: 1rem 4rem;
    cursor: pointer;
    transition: all 0.5s ease;
}

.marke-grid-element.marke-darkened {
    transition: all 0.5s ease;
}
.marke-grid-element.marke-hovered p {
    opacity: 1;
    transition: all 0.5s ease;
}
.marke-grid-element img.marke-logo {
    transition: all 0.5s ease;
}
.marke-grid-element img.marke-regal-licht {
    mix-blend-mode: lighten;
    opacity: 1;
    transition: all 0.5s ease;
}

.marke-grid-element.marke-darkened img.marke-regal-licht {
    opacity: .0;
    transition: all 0.5s ease;
}
.marke-grid-element.marke-darkened img.marke-logo {
    opacity: .3;
    transition: all 0.5s ease;
}
.marke-grid-element.marke-darkened img.marke-flasche {
    filter: brightness(1.0);
    transition: all 0.5s ease;
}

.marke-grid-element.marke-darkened img.marke-flasche {
    filter: brightness(.3);
    transition: all 0.5s ease;
}



.marke-wrapper {
    position: relative;
}
.marke-regal-wrapper {
    position: relative;
    text-align: center;
}
.marke-regal-wrapper img {
    max-height: 250px;
    margin: 0 auto;
    
}
.marke-regal-licht {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}

.marke-flasche {
    position: absolute;
    left: 0;
    right: 0;
    height: 70%;
    bottom: 20px;
    margin:0 auto;
}

.marke-content {
    margin-top: 2rem;
    /* display: flex; */
text-align: center;
color: #fff;
}
.marke-content .marke-logo {
    margin: 0 auto;
    width: 100%;
    max-width: 230px;
    margin-bottom: 1rem;
    max-height: 100px;
    /* width: 200px; */
    height: 100px;
}

.marke-content p {
    opacity: 0;
    margin: 0 -2rem;
    transition: opacity 0.5 ease;
}

.marken_bg img:not(:first-child) {
    position: absolute;
    /* z-index: 3; */
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-height: 70vh;
    margin: 0 auto;
}

.marken_bg_light, .marken_bg_flaschen {
    filter: brightness(0.6);
}

.light_flasche {
    width: 11%;
    height: 20%;
    pointer-events: all;
    
    position: absolute;
    z-index: 2;
    
    mix-blend-mode: soft-light;
    opacity: 0;
    background: -moz-radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 70%);
    background: -webkit-radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 70%);
    background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 70%);
    backdrop-filter: brightness(1.5);
    /* background: red; */
    /* opacity: 1; */
    transition: opacity 0.5s ease;
    cursor: pointer;
}

.light_flasche.hovered {
    opacity: 1;
    transition: opacity 0.5s ease;
}

.light_flasche.evermann {
    left: 18%;
    top: 24%;
}
.light_flasche.loerch {
    left: 24%;
    top: 55%;
}
.light_flasche.needle {
    left: 36%;
    top: 45%;
}
.light_flasche.purev {
    left: 47%;
    top: 24%;
}
.light_flasche.donpasquale {
    left: 47%;
    top: 55%;
}
.light_flasche.woodstork {
    left: 59%;
    top: 34%;
}
.light_flasche.sutterer {
    left: 77%;
    top: 45%;
}

.marken_logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 100px;
    padding-bottom: 4rem;
    /* max-width: 1200px; */
    margin: 0 auto;
    align-items: baseline;
}
.marken_logos .marken_logo {
    max-width: 200px;
    max-height: 80px;
    opacity: .7;
    pointer-events: all;
    transition: all 0.5s ease;
    position: relative;
    cursor: pointer;
}

.marken_logos .marken_logo.hovered  {
    opacity: 1.0;
    transition: all 0.5s ease;
    background: -moz-radial-gradient(var(--color-content-primary) 0%, rgba(0,0,0,0) 70%);
    background: -webkit-radial-gradient(var(--color-content-primary) 0%, rgba(0,0,0,0) 70%);
    background: radial-gradient( var(--color-content-primary) 0%, rgba(0,0,0,0) 70%);
}





.marken_bg::after {
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    /* background: rgb(0,0,0); */
    background: -moz-linear-gradient(-90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 10%);
    background: -webkit-linear-gradient(-90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 10%);
    background: linear-gradient(-90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 10%);
}

.produktion_content_wrapper {
    position: relative;
    height: calc(100vh - var(--header-sticky-height));
    width: 100vw;
    background: black;

}

.produktion_bg {
    width: 100%;
    height: 90%;
}

.produktion_bg .produktion_bg_img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: 100% 0%;
}

.produktion_overlay{
    color: white;
    justify-content: center;
}

.produktion_overlay h2{
    font-size: 4vw;
    text-align: left;
    position: relative;
    line-height: 1.0;
    margin-bottom: 2rem;
}

.produktion_slide {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(1, 1fr);
    grid-column-gap: 12px;
    grid-row-gap: 12px;
}
.produktion_slide_intro {
    grid-area: 1 / 1 / 2 / 5; 
}

img.marke-regal {
    box-shadow: 0px 5px 5px #0000003b, 0px 15px 25px #00000096;
}

.marke-grid-element p {
    color: white;
}

.marke-mobil-text {
    display: none;
}

.marken-liste-mobil {
    z-index: 1;
    display: none;
    flex-direction: column;
    justify-content: center;
}

.markenbotschafter_squarelovin .squarelovin-main-gallery-container {
	background-color: #000!important;
}

@media (max-height: 1200px) {
    .produktion_slide_intro {
        grid-area: 1 / 1 / 2 / 8; 
    }
    .produktion_bg .produktion_bg_img
    {
        opacity: .6;
        mask-image: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(255,255,255,1) 20%, rgba(255,255,255,1) 80%, rgba(0,0,0,0) 100%);
    }
    .produktion_content_wrapper {
        height: auto !important;
    }
}

@media (max-width:1400px)  {
    .produktion_slide_intro {
        grid-area: 1 / 1 / 2 / 8; 
    }
    .produktion_bg .produktion_bg_img
    {
        opacity: 1.0;
        mask-image: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(255,255,255,1) 20%, rgba(255,255,255,1) 80%, rgba(0,0,0,0) 100%);
    }
    .produktion_content_wrapper {
        height: auto !important;
    }
    .marke-grid-element {
        padding: 0rem 2rem;
    }
    .marken-grid {
        font-size: 16px;
        margin-top: 200px !important;
    }

    .marken-grid p {
        margin: 0  -2rem;
        margin-bottom: 1rem;
    }
    .marken_bg img {
        object-position: center;
        object-fit: cover;
    }
    .marken_overlay h2 {
        top: 4vh;
    }
    .marke-logo {
        max-width: 150px !important;
        max-height: 80px !important;
        margin-bottom: 0.25rem !important;
    }
}



@media (max-height:1000px) {
    .marke-grid-element {
        padding: 0.2rem 2rem;
    }
    .marke-regal-wrapper img {
        max-height: 150px;
        margin: 0 auto;
    }
    .marken-grid {
        margin-top: 100px;
        font-size: 16px;
    }
    .marke-content {
        margin-top: 0.5rem;
    }
    .marke-flasche {
        bottom: 15px;
    }
    .marke-logo {
        max-width: 150px !important;
        max-height: 80px !important;
        margin-bottom: 0.25rem !important;
    }
}

@media (max-width:1000px) and (max-height:1000px){
    .marken-grid {
     margin-top: 200px !important;
    }
    .marke-grid-element {
     padding: 0.5rem 2rem;
 }
 .marken_bg img {
    object-position: center;
    object-fit: cover;
}
 }

 @media (max-width:1400px)  {
	 
	 .marken-intro-headline {
		top:-4rem!important; 
	 }
    .marken-grid {
        margin-top: 0px !important;
       }
    .marken_slider {
        width: 100%;
        height: auto;
        display: block;
        background: black;
    }
    .marken_bg::after {
        display: none;
    }
    .marken_content_wrapper {
        transform: scale(1);
        padding: 0rem;
    }
    .marken_bg .bg_wrapper {
        height: 100%;
    }
    .marken_mask {
        position: relative;
    }
    .marken-wrapper {
        margin-top: 14vh;
    }
    .marken-grid {
        margin: 0rem;
        margin-bottom: 4rem;
    }
    .marken-grid p {
        opacity: 1;
    }

    .marke-content {
        margin-top: 1.5rem;
    }

    .marke-grid-element {
        width: calc(100% / 2);
        padding: 2rem 4rem;
    }
    .marke-desktop-text {
        display: none;
    }
    .marke-mobil-text {
        display: block;
    }
    .marken-liste-mobil {
        display: flex;
        align-items: center;
        margin: 3rem auto;
        margin-top: 5vw;
        display: none;
    }
    .marken-liste-mobil .marke-liste-logo {
        max-height: 100px;
        max-width: 150px;
    }
    .marken-liste-mobil a:not(:last-child) {
        margin-bottom: 3rem;

    }

    .produktion_content_wrapper {
        /* height: 80vh; */
    }
    .produktion_slide_intro {
        grid-area: 1 / 1 / 1 / 8;
		hyphens: auto;
    }
    .produktion_overlay {
        /* margin: 16rem auto; */
        position: relative;
        margin: 0;
    }
    .produktion_bg {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }
    .marken_overlay h2,.produktion_overlay h2 {
    font-size: 3rem;
    }
    .produktion_bg .produktion_bg_img {
        object-fit: cover;
        object-position: 100% 0%;
        filter: brightness(0.35);
    }
 }

 @media (max-width: 650px) {
	 
    .marken-liste-mobil {
        display: flex;
        align-items: center;
        margin: 3rem auto;
        margin-top: 10vw;
    }
    .marken-wrapper {
        margin-top: 12vh;
    }
    .marke-regal-wrapper img {
        max-height: 250px;
    }
    .marke-grid-element {
        width: 100%;
    }
    .marke-flasche { 
        bottom: 20px;
    }
    .marken_overlay h2,.produktion_overlay h2 {
        font-size: 8vw;
        text-align: center;
        text-align: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    }
    .produktion_bg .produktion_bg_img {
        object-fit: cover;
        object-position: 100% 0%;
        filter: brightness(0.35);
    }
    .produktion_slide_intro {
        grid-area: 1 / 1 / 2 / 13; 
    }
    .produktion_slide_intro p{
        /* font-size: 16px; */
        line-height: 1.5;
        text-align: center;
    }
    .produktion_overlay {
        padding: 2rem;
    }
    .produktions_btn {
        margin-top: 2rem;
        margin-left: auto;
    margin-right: auto;
    display: table;
    margin-bottom: 4rem;
    }
 }