/* Globale Styles */
.banner h1, .banner h2, .banner h3 {
    font-weight: 700;
    margin: 1rem 0;
    font-size: 28px;
    line-height: 34px;
}

.shippingflag-large {
    max-width: 100px;
    margin: 0 auto 2rem auto;
}

/* Über uns Seite etc. */
.no--phone { display: none;}

.sc-fulldisplay-head {
    align-items: center;
    min-height: calc(100vh - 70px);
    display: flex;
    justify-content: center;

    .sc-fulldisplay-inner {
        display: flex;
        padding: 2rem;
        height: 400px;
        flex-direction: column;
        justify-content: space-between;
    }

    .sc-fulldisplay-headline-1 {
        padding: 2rem;
        max-width: 700px;
        margin: 0 auto;
    }

    .icon-headline {
        align-self: center;
    }
}

.storycontainer {
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    max-width: 1400px;
    margin: 0 auto;
}

.sc-fullwidth-split {
    margin: 0 auto 4rem auto;
    justify-items: center;

    .story-copy,
    .story-copy-only {
        max-width: 900px;
        text-align: center;
    }

    .story-copy {
        padding-top: 0;

        .title2 {
            margin-top: 0;
        }
    }

    .story-media {
        padding: 0 2rem;
    }

}

.sc-symmetric-split {
    margin: 0 auto 4rem auto;
}

.sc-element {
    grid-column: 1/-1;
}

.story-media {
    img {
        object-fit: cover;
        min-height: 390px;
        width: 100%;
    }
}

.story-copy,
.story-copy-only {
    padding: 1rem 2rem 2rem 2rem;
}

.signature-container {
    display: grid;
    grid-gap: 10px;
    font-size: 12px;
}

.sc-storymedia-bottom-colored {
    margin: 0 auto 4rem auto;
    max-width: calc(100% - 4rem);
    background-color: #f8f8f8;

    .story-media {
        padding: 2rem 2rem 5rem 2rem;

        img {
            object-fit: unset;
            min-height: unset;
        }
    }
}

/* Gute Gründe Styling */

.good-reasons {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 8rem;
}

.numbered-storycopy {
    display: grid;
    grid-template-columns: 1fr 5fr;
    column-gap: 0.5rem;
    max-width: 522px;
    padding: 0 2rem 4rem 2rem;

    .ns-number {
        font-size: 60px;
        font-weight: 700;
        padding-top: 5px;
    }
}

.numbered-storycopy-media {
    padding: 0 0 6rem 0;

    img {
        max-width: 100%;
        max-height: 650px;
    }

    img.is--hellbeige {
        padding: 5rem;
    }
}

/* Timeline styling */

.timeline {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding-bottom: 8rem;
    max-width: 522px;
    margin: 0 auto;
}

.timline-element {
    display: grid;
    grid-template-columns: 1fr 5fr;
    column-gap: 0.5rem;
    padding: 0 2rem 1rem 2rem;
}

.timeline-year {
    font-weight: 700;
}

/* Video-Banner z.B. auf der Manufakturseite */
.video-banner {
    height: 350px;

    .video--element {
        vertical-align: bottom;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

/*Showroom, Kontakt...*/
.content-tile-autoheight .content-tile-text {
    max-width: 575px;
    margin: 0 auto;
}

.gn-image-slider {

    img {
        object-fit: cover;
        height: 350px !important;
    }

    .slider-style-container .flickity-slider>:not(.is-selected) {
        opacity: 0;
    }
        
}

.slider-wrapper {
    .flickity-prev-next-button {
        display: block;
    }
}

.gn-products-showroom {

    .accordion_title {
        text-align: center;
        padding-bottom: 8px;
    }

    .product-small {
        .price-wrapper {display: none;}
    }
}

.map-wrapper {
    height: 500px;
    margin: 4rem 0;
}

.gn-contact-head img {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    object-fit: cover;
    margin: 2rem 0;
}


@media only screen and (min-width: 550px) {
/*************** Tablet Viewport ***************/
   .no--phone { display: block;}
    .no--phonelandscape { display: none;}

    .sc-fulldisplay-head {
        text-align: center;
    }

    .storycontainer {
        grid-template-columns: repeat(8,minmax(0,1fr));
        padding: 0 2rem;
    }

    .sc-fullwidth-split {
        
        .story-media {
            padding: 0;
        }
    
    }

    .sc-storymedia-bottom-colored {

        .story-copy {
            padding: 1rem 2rem 2rem 2rem;
            text-align: center;
            max-width: 600px;
            margin: 0 auto;
        }
    
        .story-media {
            padding: 2rem 2rem 4rem 2rem;
            max-width: 600px;
            margin: 0 auto;
    
            img {
                object-fit: unset;
                min-height: unset;
            }
        }
    }

    .video-banner {
        height: 400px;
    }


    /* Showrooms */
    .gn-showrooms-row {
        .box {
            max-width: 500px;
        }
    }

}



@media only screen and (min-width: 850px) {
/*************** Tablet Landscape Breakpoint ***************/

    /* Gute Gründe */
    .numbered-storycopy-media {
        padding: 0 0 6rem 0;
    
        img {
            max-width: 900px;
        }
    }


    /* Timeline */
    .no--tablet { display: block;}
    .no--tabletlandscape { display: none;}

    .storycontainer {
        grid-template-columns: repeat(12,minmax(0,1fr));
    }

    .sc-symmetric-split.sc-storymedia-left {
        
        .story-media {
            grid-column: 1/7;
        }
        
        .story-copy {
            grid-column: 7/12;
        }
    }

    .sc-symmetric-split.sc-storymedia-right {
        
        .story-media {
            grid-column: 7/13;
            grid-row: 1;
        }
        
        .story-copy {
            grid-column: 2/7;
        }
    }

    .sc-storymedia-bottom-colored {

        .story-copy {
            max-width: 800px;
        }
    
        .story-media {
            max-width: 800px;
    
        }
    }

    /*Showroom-Seite*/

    .banner h1 {
    font-size: 44px;
    line-height: 55px;
    }

    .gn-image-slider {

        img {
            height: 500px !important;
        }        
    }

}



@media only screen and (min-width: 1110px) {
/*************** Desktop Breakpoint ***************/
   .no--tabletlandscape { display: block;}
    .no--desktop { display: none;}
        
    .sc-fulldisplay-head {
        min-height: calc(100vh - 150px);

        .sc-fulldisplay-headline-1 {
            max-width: 800px;
        }
    }
    
    .sc-fullwidth-split {
        grid-gap: 4rem;
        margin: 0 auto 10rem auto;

        .story-copy-only {
            padding: 8.5rem 2rem 2.5rem 2rem;
        }
    }

    .sc-symmetric-split {
        grid-gap: 6rem;
        margin: 0 auto 12rem auto;
    }

    .sc-storymedia-bottom-colored {
        margin: 0 auto 12rem auto;
        max-width: 1400px;
        padding: 4rem !important;
    }

    .video-banner {
        height: auto;
    }

    /*Showroom-Seiten*/
    .gn-image-slider {
        margin: 8rem auto;

        img {
            height: 600px !important;
        }        
    }

    .map-wrapper {
        margin: 9rem 0;
    }

}