/*
*
* ==========================================
* #Farben
* ==========================================
*
*/
@media only screen and (max-width: 767px) {
    :root {
        --rolex-green: #006039;
        --green: #127749;
        --ocean-green: #61BD93;
        --brown: #452C1E;
        --black: #212121;
        --dark-grey: #767676;
        --dark-grey-op50: rgba(118, 118, 118, 0.5);
        --dark-grey-op30: rgba(118, 118, 118, 0.3);
        --grey: #D4D4D4;
        --grey-op30: rgba(212, 212, 212, 0.3);
        --beige: #F4EFEA;
        --light-beige: #F9F7F4;
        --white: #FFFFFF;
        --white-op80: rgba(255, 255, 255, 0.8);
        --white-op40: rgba(155, 255, 255, 0.4);
        --navigation-gradient: linear-gradient(to right, #0b3e27, #197149);

        --font-weight-bold: 700;
        --font-weight-regular: 400;
        --font-weight-light: 300;
    }

    .rolex-2024 .mobile-display-none{
        display: none;
    }

    /*
*
* ==========================================
* #Schriftarten
* ==========================================
*
*/
.rolex-2024 .headline70 {
    font-size: 36px;
    line-height: 1.1;
}
.rolex-2024 .headline50 {
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 20px;
}
.rolex-2024 .headline36 {
    font-size: 24px;
    line-height: 1.2;
}
.rolex-2024 .headline30 {
    font-size: 22px;
    line-height: 1.2;
}
.rolex-2024 .headline26 {
    font-size: 22px;
    line-height: 1.2;
}
.rolex-2024 .body24-bold {
    font-size: 18px;
    line-height: 1.2;
}
.rolex-2024 .body24-light {
    font-size: 18px;
    line-height: 1.2;
}
.rolex-2024 .body20-bold {
    font-size: 18px;
    line-height: 1.6;
}
.rolex-2024 .body20-light {
    font-size: 18px;
    line-height: 1.6;
}
.rolex-2024 .legend16-bold {
    font-size: 12px;
    line-height: 1.1;
}
.rolex-2024 .legend16-light {
    font-size: 12px;
    line-height: 1.1;
}
.rolex-2024 .legend14-bold {
    font-size: 10px;
    line-height: 1.1;
}
.rolex-2024 .fixed22 {
    font-size: 22px;
    line-height: 1.6;
}
.rolex-2024 .fixed16 {
    font-size: 16px;
    line-height: 1.1;
}
.rolex-2024 .fixed14 {
    font-size: 14px;
    line-height: 1.1;
}
.rolex-2024 .quote50 {
    font-size: 30px;
    line-height: 1.6;
}


/*
*
* ==========================================
* #Spacer
* ==========================================
*
*/

.rolex-2024 .spacer90-60{
    height: 60px;
    margin: 0;
    padding: 0;
}

    .rolex-2024 .spacer90-40{
        height: 40px;
        margin: 0;
        padding: 0;
        width: 100%;
    }

.rolex-2024 .spacer40-10{
    height: 10px;
    margin: 0;
    padding: 0;
}

    .rolex-2024 .spacer45-40{
        height: 40px;
        margin: 0;
        padding: 0;
    }

    /*
    *
    * ==========================================
    * #Grid
    * ==========================================
    *
    */
    .rolex-2024 .grid {
        /*width: 100%;*/
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        grid-gap: 0px 6px;
        margin: 0 7%;
        justify-content: space-between;
    }

    .rolex-2024 .one {
        grid-column: span 1;
    }

    .rolex-2024 .two {
        grid-column: span 2;
    }

    .rolex-2024 .three {
        grid-column: span 3;
    }

    .rolex-2024 .four {
        grid-column: span 4;
    }

    .rolex-2024 .five {
        grid-column: span 5;
    }

    .rolex-2024 .six {
        grid-column: span 6;
    }

    .rolex-2024 .seven {
        grid-column: span 7;
    }

    .rolex-2024 .eight {
        grid-column: span 8;
    }

    .rolex-2024 .nine {
        grid-column: span 9;
    }

    .rolex-2024 .ten {
        grid-column: span 10;
    }

    .rolex-2024 .eleven {
        grid-column: span 11;
    }

    .rolex-2024 .twelve {
        grid-column: span 12;
    }

    .rolex-2024 .one-two-two{
        grid-column: span 2;
    }

    .rolex-2024 .one-twelve-six {
        grid-column: span 6;
    }
    .rolex-2024 .two-three-three{
        grid-column: span 3;
    }

    .rolex-2024 .two-three-six{
        grid-column: span 6;
    }

    .rolex-2024 .three-one-zero{
        /*grid-column: span 3;*/
        display:none;
    }

    .rolex-2024 .three-two-zero {
        grid-column: span 0;

    }

    .rolex-2024 .three-four-three {
        grid-column: span 3;
    }

    .rolex-2024 .three-four-six {
        grid-column: span 6;
    }

    .rolex-2024 .three-five-three{
        grid-column: span 3;
    }
    .rolex-2024 .three-six-three{
        grid-column: span 3;
    }

    .rolex-2024 .three-twelve-twelve{
        grid-column: span 12;
    }

    .rolex-2024 .four-four-three {
        grid-column: span 3;
    }

    .rolex-2024 .four-four-six {
        grid-column: span 6;
    }

    .rolex-2024 .four-five-six{
        grid-column: span 6;
    }

    .rolex-2024 .five-five-six{
        grid-column: span 6;
    }

    .rolex-2024 .five-six-four{
        grid-column: span 4;
    }
    .rolex-2024 .five-eight-four{
        grid-column: span 4;
    }
    .rolex-2024 .six-twelve-twelve{
        grid-column: span 12;
    }

    .rolex-2024 .five-nine-six {
        grid-column: span 6;
    }

    .rolex-2024 .five-twelve-six {
        grid-column: span 6;
    }

    .rolex-2024 .six-eight-six, .rolex-2024 .s {
        grid-column: span 6;
    }

    .rolex-2024 .six-ten-six{
        grid-column: span 6;
    }
    .rolex-2024 .six-twelve-six{
        grid-column: span 6;
    }

    .rolex-2024 .nine-six-six {
        grid-column: span 6;
    }

    .rolex-2024 .nine-twelve-twelve{
        grid-column: span 12;
    }

    .rolex-2024 .twelve-twelve-six, .rolex-2024 .l {
        grid-column: span 6;
    }


    /*
    *
    * ==========================================
    * #Bildkomponenten
    * ==========================================
    *
    */
    .rolex-2024 .xl {
        width: 100vw;
    }

    .rolex-2024 .m {
        grid-column: span 6;
    }


    /*
    *
    * ==========================================
    * #Kollektionsseiten
    * ==========================================
    *
    */
    .rolex-2024 .rolex-kollektion {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        grid-gap: 6px;
        margin: 40px 7% 30px 7%;

    }

    .rolex-2024 .rolex-kollektion-kachel {
        grid-column: span 3;
    }

    .rolex-2024 .rolex-kollektion-kachel-content {
        padding: 0px 20px 30px 20px;
    }

    .rolex-2024 .rolex-kollektion-kachel img{
        max-width: 100%;
    }



    /*
    *
    * ==========================================
    * #Modellseiten (Produkt-Seite)
    * ==========================================
    *
    */
    .rolex-2024 .rolex-modellseiten{
        height: unset;
        /*padding-bottom: 50px;*/
    }
    .rolex-2024 .rolex-modellseiten .rolex-modellseiten-content{
        order: 2;
    }
    .rolex-2024 .rolex-modellseiten .rolex-modellseiten-image{
        /*height: unset;*/
        position: unset;
        top: unset;
        left: unset;
        align-items: unset;
        order: 1;
        /*margin-top: 50px;*/
    }
    .rolex-2024 .rolex-modellseiten .rolex-modellseiten-image img{
        /*height: unset;*/
        /*max-height: 90vh;*/
        width: 100%;
    }

    .rolex-2024 .hide-mobile {
        display:none;
    }

    .rolex-2024 .hide-desktop {
        display:flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    /*
    *
    * ==========================================
    * #Uhrenmerkmale (Produkt-Seite)
    * ==========================================
    *
    */
    .rolex-2024 .rolex-uhrenmerkmale-content{
        grid-column: span 6;
        grid-template-columns: repeat(6, 1fr);
        margin: 0px 0px 10vh 0px;
        order: 2;
    }
    .rolex-2024 .rolex-uhrenmerkmale-image{
        order: 1;
        margin: auto;
        grid-column: span 6;
    }



    /*
    *
    * ==========================================
    * #Modellverfuegbarkeit
    * ==========================================
    *
    */

    /*.rolex-2024 .modellverfuegbarkeit{*/
    /*    padding: 60px 0px;*/
    /*}*/
    /*.rolex-2024 .modellverfuegbarkeit p{*/
    /*    grid-column: span 6;*/
    /*    padding: 0px 20px;*/
    /*}*/
    .rolex-2024 .modellverfuegbarkeit img{
        margin-bottom: 40px;
    }
    .rolex-2024 .modellverfuegbarkeit p{
        grid-column-start: 1;

    }


    /*
    *
    * ==========================================
    * #Weiterlesen
    * ==========================================
    *
    */
    .rolex-2024 .weiterlesen-section{
        padding: 60px 0px;
        background-color: var(--white);
    }

    .rolex-2024 .weiterlesen-component .swiper-button-next{
        display:none !important;
        width: 440px;
    }

    .rolex-2024 .weiterlesen-component .swiper-button-prev{
        display:none;
    }

    .rolex-2024 .weiterlesen-bullets {
        position: relative;
        bottom: 0px;
        top: unset;
    }


    /*
    *
    * ==========================================
    * #Slider-Komponente
    * ==========================================
    *
    */

    .rolex-2024 .slide-component-button-prev {
        display:none;
    }

    /*.rolex-2024 .slider-content .slider-text {*/
    /*    display:none;*/
    /*}*/

    .rolex-2024 .slide-component-button-next {
        display:none;
    }

    .rolex-2024 .slider-content .slider-text {
        top: auto;
        bottom: 10vh;
        max-width: 80%;
        transform: translateY(0%);
    }

    .rolex-2024 .uhr-des-monats .slider-content .slider-text.right {
        left: 8%;
        right: unset;
        bottom:8%;
    }

    .rolex-2024 .gallery-swiper-mobile .swiper-wrapper {
        width: 100%;
    }

    .rolex-2024 .gallery-swiper-mobile .swiper-slide {
        width: 100% !important;
        box-sizing: border-box;
    }

    .rolex-2024 .gallery-swiper-mobile .slide-component-bullets {
        /*background: lime;*/
        /*height: 50px;*/
        /*width: 100%;*/
        z-index: 100;
        position: absolute;
    }
    /* .rolex-2024 .slider-content .slider-text .primary-cta {
        margin-bottom: 50px;
    } */

    .rolex-2024 .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: var(--swiper-pagination-bottom, 26px);
    }
	.rolex-2024 .weiterlesen.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: 30px;
    }

    .rolex-2024 .gallery-swiper-mobile-bullets {
        position: absolute;
        z-index: 10;
        bottom: 0;
        background:lime;
        height: 50px;
    }
    /*
*
* ==========================================

* #Kontakt-Komponenten
* ==========================================
*
*/

    .rolex-2024 .map-komponente {
        display:flex;
        flex-direction: column;
    }

    /*.rolex-2024 .map {*/
    /*   min-height: 700px;*/
    /*    width: 100%;*/
    /*    max-width: 100%;*/
    /*    order: 2;*/
    /*}*/

    .rolex-2024 .map {
        min-height: 100vw;
        width: 100%;
        max-width: 100%;
        order: 2;
    }

    .rolex-2024 .address {
        padding-top: 40px;
        order: 1;
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        display:flex;
        flex-direction: column;
        justify-content: center;
        /*align-items:center;*/
        background: var(--white);

    }

    .rolex-2024 .address .rolex-cta-links {
        display: flex;
        flex-direction: row;
        justify-content: center;
        max-width: unset;
        margin-bottom: 40px;
    }

    .rolex-2024 .address .rolex-cta-links img{
        max-width: unset;
    }

    /*.rolex-2024 .address .rolex-cta-links > * {*/
    /*    margin: 0 10px; !* Adjust the margin value to create a gap of 20 pixels *!*/
    /*}*/

    .rolex-2024 .address .rolex-cta-link .tertiary-cta{
        display:none;
    }

    .rolex-2024 .breadcrumbs .fixed14{
        font-size: 11px;
        /*display: none;*/
    }

    .rolex-2024 .x3item {
        margin-bottom:50px;
    }
}
