﻿@font-face {
    font-family: "3Gi-Regular";
    src: url('../../font/3Gi-Regular.otf');
}

@font-face {
    font-family: "Gotham-Book";
    src: url('../../font/Gotham-Book.otf');
}

@font-face {
    font-family: "Gotham-Light";
    src: url('../../font/Gotham-Light.otf');
}

@font-face {
    font-family: "Gotham-Medium";
    src: url('../../font/Gotham Medium.otf');
}

@font-face {
    font-family: "Gotham-Black";
    src: url('../../font/Gotham-Black.otf');
}

@font-face {
    font-family: "Gotham-Bold";
    src: url('../../font/Gotham-Bold.otf');
}

@font-face {
    font-family: "Gotham-Thin";
    src: url('../../font/Gotham-Thin.otf');
}

@font-face {
    font-family: "Gotham-BookItalic";
    src: url('../../font/Gotham-BookItalic.otf');
}

@font-face {
    font-family: "Gotham-ThinItalic";
    src: url('../../font/Gotham-ThinItalic.otf');
}

@font-face {
    font-family: "Gotham-UltraItalic";
    src: url('../../font/Gotham-UltraItalic.otf');
}

html {
    scroll-behavior: smooth;
}

a {
    text-decoration: none;
    color: black;
}

    a:hover {
        text-decoration: none;
        color: grey;
    }

.fullsection {
    height: 86vh;
    max-width: 100vw;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.ckeditor-html5-video, .fullimg {
    height: 87vh;
    max-width: 100vw;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    overflow: hidden;
    position: relative;
    z-index: 0;
}

    .ckeditor-html5-video video, .fullimg .image {
        width: fit-content;
        height: fit-content;
        overflow: hidden;
    }

        .fullimg .image img {
            min-width: 100vw;            
        }
    /*.fullimg {
    height: 90vh;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    margin-bottom: 0px;
    margin-left: -100px;
    margin-right: -100px;
    margin-top: 0px;
    overflow: hidden;
    position: relative;
    z-index: 0;
}
    .fullimg .image {
        width: fit-content;
        height: fit-content;
        overflow: hidden;
    }*/
    .fullimg .text {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 10;
        padding: 10px;
        font-family: Gotham;
        color: #ffffff;
    }

.textonimg {
    height: 84vh;
    max-width: 100vw;
    top: auto;
    bottom: auto;
    left: 50%;
    transform: translate(-50%, 0);
    overflow: hidden;
    position: absolute;
    z-index: 0;
}
    .textonimg .text {
        position: relative;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 10;
        padding: 10px;
        font-family: Gotham;
        color: #ffffff;
    }


.productFamily {
    width: 100%;
    height: 86vh;
    display: flex;
    justify-content: space-between;
    margin: 0;
    left: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .productFamily .left {
        display: inline-block;
        width: 50%;
        padding-left: 100px;
        padding-right: 50px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: flex;
        align-items: center;
    }

        .productFamily .left .image {
            margin-left: auto;
        }

        .productFamily .left .text {
            margin-left: auto;
            text-align: right;
            vertical-align: middle;
        }

    .productFamily .right {
        width: 50%;
        padding-left: 50px;
        padding-right: 100px;
        vertical-align: middle;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: flex;
        align-items: center;
    }

        .productFamily .right .text {
            text-align: left;
            margin-right: auto;
            vertical-align: middle;
        }

    .productFamily .image {
        max-width: 100%;
        height: auto;
    }

        .productFamily .image img {
            max-width: 100%;
            max-height: 100%;
        }

ul.pagination {
    right: 50px;
    top: 15%;
    -webkit-transform: none;
    transform: none;
    position: fixed;
    float: right;
    z-index: 15 !important;
    display: inline-block;
    padding-left: 0;
    margin: 5vh 0 -40vh 0;
    font-family: Gotham;
    font-size: 1.2em;
}

    ul.pagination li {
        background: none;
        opacity: 1;
        display: block;
        border: none;
        text-decoration: none;
        margin-bottom: 10px;
        padding: 0;
        color: #ffffff;
        background: none;
        text-align: right;
    }
        ul.pagination li.shadow {
            text-shadow: 0px 1px 2px #000000bf;
        }

        ul.pagination li input {
            color: #ffffff;
            background: none;
            border: none;
            padding: 0;
        }

        ul.pagination li.bullet {
            margin-bottom: 0;
        }

            ul.pagination li.bullet input {
                width: 12px;
                height: 12px;
                border-radius: 100%;
                border: 1px solid black;
            }
            ul.pagination li.bullet.shadow input {
                box-shadow: 0px 1px 2px #000000bf;
            }

                ul.pagination li a {
                    position: relative;
                    float: none;
                    padding: 0;
                    margin: 0;
                    line-height: 1;
                    color: #ffffff;
                    text-decoration: none;
                    background: none;
                    border: none;
                }
            ul.pagination li a:hover {
                float: none;
                padding: 0;
                margin: 0;
                color: #ffffff;
                border: none;
                background: none;
                text-decoration: none;
            }

        ul.pagination li span {
            border: none;
            background: none;
            margin: 0 0 10px 0;
            padding: 0;
        }

            ul.pagination li span a:hover {
                border: none;
                background: none;
            }

        ul.pagination li.bullet a:hover {
            background: none;
        }

            ul.pagination li.bullet a:hover input {
                background-color: #bebebe;
            }

        ul.pagination li.bullet a:after {
            content: none;
        }

        ul.pagination li.bullet .active {
            border: 3px solid black;
            box-shadow: 0 0 1px black inset;
        }

img.scrollDownArrow {
    margin-top: -3.3%;
    bottom: auto;
}


.flexibox_1 {
    max-width: 73vw;
    height: 84vh;
    margin: 1% auto;
    padding:0;
    /*display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: flex-start;
    align-content: center;*/
    /*flex-direction: column;*/
    overflow: hidden;
}

.flexibox_3 {
    max-width: 75vw;
    max-height: 82vh;
    margin: 2% auto;
    padding: 2% 0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-items: stretch;
    align-items: center;
    row-gap: 10px;
    column-gap: 0;
}

.flexibox_1 > div {
    max-width: 100%;
    min-width: 33%;
    min-height: 0;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0;
    /*  overflow: hidden;*/
    object-fit: cover;
    border: none;
    outline: none;
    text-align: left;
}

.flexibox_3 > div {
    margin: 0px;
    padding:0%;
    flex-basis: 33%;
    flex-grow: 1;
    flex-shrink: 1;
    max-width: 33%;
    min-width: 20%;
    min-height:20%;
    vertical-align: text-top;
}

    .flexibox_1 > div > *, .flexibox_3 > div > * {
        /*      width: auto !important;
            min-height: 30px;
            height: 100%;
            max-height: contain;*/
    }

.flexibox_1 .ckeditor-html5-video, .flexibox_3 .ckeditor-html5-video {
    height: auto;
    left: 0;
    transform: translate(0%, 0);
}
.flexibox_1 .ckeditor-html5-video {
    margin-top: 1%;
    margin-bottom: 0%;
}
    .flexibox_1 img, .flexibox_1 video {
    width: 100% !important;
    height: auto !important;
    max-height: contain;
}

.flexibox_3 img, .flexibox_3 video {
    width: 80% !important;
    height: auto !important;
    max-height: contain;
}
.flexibox_3 .playbutton {
    width: 10%;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    /* background-color: violet;
        background-blend-mode: screen multiply;*/
    background-image: url('../images/play_button.png');
    content: url('../images/play_button.png');
    color: #494B4C;
    z-index: 100;
}

    /*/* .flexibox_3 > div:nth-child(even) {
        background-color: #e1f1f5;
    }

    .flexibox_3 > div:nth-child(odd) {
        background-color: #fcf4eb;
    }*/
    @media (min-width: 1025px) {
        .fullimg .text {
            text-shadow: 0px 0px 100px #000000,0px 0px 100px #000000 /* glow */, 0px 0px 100px #000000 /* drop shadow*/;
            box-shadow: none;
            background-color: transparent;
        }

            .fullimg .text h1 {
                font: normal 5em Gotham;
                letter-spacing: 0.16em;
                line-height: 1.5em;
            }

            .fullimg .text h2 {
                font: normal 4em Gotham;
                line-height: 1.4em;
            }

            .fullimg .text h3 {
                font: normal 2.8em Gotham;
                letter-spacing: 9.6px;
                line-height: 1.3em;
            }

            .fullimg .text h4 {
                font: normal 2.1em Gotham;
                line-height: 1.3em;
            }

            .fullimg .text h5 {
                font: normal 1.9em Gotham;
                line-height: 1.3em;
            }

            .fullimg .text h6 {
                font: normal 1.6em Gotham;
                line-height: 1.3em;
            }

            .fullimg .text p {
                font: normal 1.3em Gotham;
                line-height: 1.3em;
            }

        .productFamily .text h1, .textonimg .text h1{
            font: normal 3.8em Gotham;
            line-height: 86px;
            letter-spacing: 9.6px;
        }

        .productFamily .text h2, .textonimg .text h2 {
            font: normal 3.3em Gotham;
            line-height: 70px;
        }

        .productFamily .text h3, .textonimg .text h3 {
            font: normal 3em Gotham;
            line-height: 65px;
        }

        .productFamily .text h4, .textonimg .text h4 {
            font: normal 2.8em Gotham;
            line-height: 40px;
        }

        .productFamily .text h5, .textonimg .text h5 {
            font: normal 1.9em Gotham;
            line-height: 30px;
        }

        .productFamily .text h6, .textonimg .text h6 {
            font: normal 1.7em Gotham;
            line-height: 30px;
        }

        .productFamily .text p, .textonimg .text p {
            font: normal 1.2em Gotham;
            line-height: 20px;
        }
    }

    @media (min-width: 421px) and (max-width: 1023px) {
        .ckeditor-html5-video, .fullimg {
            height: 98vh;
        }

            .ckeditor-html5-video video, .fullimg .image {
                width: auto;
                height: 100%;
                left: 50%;
                transform: translate(-50%, 0%);
                position: relative;
            }

            .ckeditor-html5-video .text {
                min-width: 80%;
            }

            .fullimg .text h1 {
                font: normal 4.2em Gotham;
                line-height: 1.3em;
            }

            .fullimg .text h2 {
                font: normal 60px Gotham;
                line-height: 88px;
            }

            .fullimg .text h3 {
                font: normal 40px Gotham;
                letter-spacing: 9.6px;
                line-height: 60px;
            }

            .fullimg .text h4 {
                font: normal 45px Gotham;
            }

            .fullimg .text h5 {
                font: normal 30px Gotham;
                line-height: 40px;
            }

            .fullimg .text h6 {
                font: normal 20px Gotham;
                line-height: 30px;
            }

            .fullimg .text p {
                font: normal 16px Gotham;
                line-height: 20px;
            }

        .productFamily {
            width: 100%;
            height: 87vh;
        }

            .productFamily .left {
                padding-left: 50px;
                padding-right: 25px;
            }

            .productFamily .right {
                padding-left: 25px;
                padding-right: 50px;
            }

            .productFamily .text img {
                width: auto !important;
                height: auto !important;
                max-width: 200px !important;
                max-height: 200px !important;
            }

            .productFamily .text h1 {
                font: normal 4em Gotham;
                line-height: 72px;
                letter-spacing: 8.6px;
            }

            .productFamily .text h2 {
                font: normal 48px Gotham;
                line-height: 60px;
            }

            .productFamily .text h3 {
                font: normal 36px Gotham;
                line-height: 46px;
            }

            .productFamily .text h4 {
                font: normal 30px Gotham;
                line-height: 36px;
            }

            .productFamily .text h5 {
                font: normal 20px Gotham;
                line-height: 30px;
            }

            .productFamily .text p {
                font: normal 14px Gotham;
                line-height: 16px;
            }
    }

    @media (max-width: 420px) {
        .ckeditor-html5-video, .fullimg {
            height: 93vh;
        }

            .ckeditor-html5-video video, .fullimg .image {
                width: auto;
                height: 100%;
                left: 50%;
                transform: translate(-50%, 0%);
                position: relative;
            }

            .fullimg .text {
                min-width: 90%;
            }

                .fullimg .text h1{
                    font: normal 3.2em Gotham;
                    letter-spacing: 0.16em;
                    line-height: 1.1em;
                }
                .fullimg .text h2{
                    font: normal 2.6em Gotham;
                    line-height: 1em;
                }
                .fullimg .text h3{
                    font: normal 2em Gotham;
                    letter-spacing: 0.1em;
                    line-height: 1.2em;
                }
                .fullimg .text h4{
                    font: normal 1.8em Gotham;
                    line-height: 1.1em;
                }
                .fullimg .text h5{
                    font: normal 1.5em Gotham;
                    line-height: 0.8em;
                }
                .fullimg .text h6{
                    font: normal 1.2em Gotham;
                }
                .fullimg .text p{
                    font: normal 1em Gotham;
                }

        .textonimg {
            height: 84vh;
            max-width: 100vw;
            top: auto;
            bottom: auto;
            left: 50%;
            transform: translate(-50%, 0);
            overflow: hidden;
            position: absolute;
            z-index: 0;
        }

            .textonimg .text {
                position: relative;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                z-index: 10;
                padding: 10px;
                font-family: Gotham;
                color: #ffffff;
            }
                .textonimg .text h1 {
                    font: normal 2em Gotham;
                    letter-spacing: 0.16em;
                    line-height: 1.1em;
                }
                .textonimg .text h2 {
                    font: normal 1.8em Gotham;
                    line-height: 1em;
                }
                .textonimg .text h3 {
                    font: normal 1.6em Gotham;
                    letter-spacing: 0.1em;
                    line-height: 1.2em;
                }
                .textonimg .text h4 {
                    font: normal 1.4em Gotham;
                    line-height: 1.1em;
                }
                .textonimg .text h5 {
                    font: normal 1.2em Gotham;
                    line-height: 0.8em;
                }
                .textonimg .text h6 {
                    font: normal 1em Gotham;
                }
                .textonimg .text p {
                    font: normal 0.9em Gotham;
                }

        .productFamily {
            width: 100%;
            height: 100vh;
            display: block;
        }

            .productFamily .left, .productFamily .right {
                width: 100%;
                padding: 25px;
            }

            .productFamily .image {
                max-width: 100%;
                max-height: 100%;
                width: auto;
                height: auto;
            }

            .productFamily .text img {
                width: auto !important;
                height: auto !important;
                max-width: 120px !important;
                max-height: 120px !important;
            }

            .productFamily .text h1 {
                font: normal 3.5em Gotham;
                letter-spacing: 0.16em;
                line-height: 1.1em;
            }

            .productFamily .text h2 {
                font: normal 2.8em Gotham;
                line-height: 1em;
            }

            .productFamily .text h3 {
                font: normal 2.5em Gotham;
                line-height: 1em;
            }

            .productFamily .text h4 {
                font: normal 2.1em Gotham;
                line-height: 1em;
            }

            .productFamily .text h5 {
                font: normal 1.5em Gotham;
            }

            .productFamily .text h6 {
                font: normal 1.2em Gotham;
            }

            .productFamily .text p {
                font: normal 1em Gotham;
            }

        ul.pagination {
            display: none !important;
        }
    }

    body .cke_editable {
    overflow-x: hidden;
    width: 98%;
    font-family: Gotham;
    font-size: 16px;
}

    body.cke_editable .ckeditor-html5-video {
        min-height: 400px;
        height: 703px;
        margin-left: 0;
        margin-right: 0;
    }

        body.cke_editable .ckeditor-html5-video video {
            object-fit: contain;
            overflow: hidden;
            top: 0;
            left: 0;
        }

    body.cke_editable .fullimg {
        min-height: 400px;
        height: 703px;
        margin-left: 0;
        margin-right: 0;
    }

        body.cke_editable .fullimg .text h1 {
            font: normal 70px Gotham;
            letter-spacing: 9.6px;
            line-height: 1em;
        }

        body.cke_editable .fullimg .text h2 {
            font: normal 60px Gotham;
            line-height: 1em;
        }

        body.cke_editable .fullimg .text h3 {
            font: normal 40px Gotham;
            letter-spacing: 9.6px;
            line-height: 1em;
        }

        body.cke_editable .fullimg .text h4 {
            font: normal 45px Gotham;
        }

        body.cke_editable .fullimg .text h5 {
            font: normal 30px Gotham;
            line-height: 40px;
        }

        body.cke_editable .fullimg .text h6 {
            font: normal 20px Gotham;
            line-height: 30px;
        }

        body.cke_editable .fullimg .text p {
            font: normal 16px Gotham;
            line-height: 20px;
        }

    body.cke_editable .productFamily {
        padding: 50px 0;
        height: 703px;
    }

        body.cke_editable .productFamily .text h1 {
            font: normal 68px Gotham;
            line-height: 70px;
            letter-spacing: 8.6px;
        }

        body.cke_editable .productFamily .text h2 {
            font: normal 48px Gotham;
            line-height: 60px;
        }

        body.cke_editable .productFamily .text h3 {
            font: normal 36px Gotham;
            line-height: 46px;
        }

        body.cke_editable .productFamily .text h4 {
            font: normal 30px Gotham;
            line-height: 36px;
        }

        body.cke_editable .productFamily .text h5 {
            font: normal 20px Gotham;
            line-height: 30px;
        }

        body.cke_editable .productFamily.text p {
            font: normal 14px Gotham;
            line-height: 16px;
        }

    body.cke_editable ul.pagination {
        border: 1px solid yellow;
    }

        body.cke_editable ul.pagination li.bullet input:active {
            border: 1px solid red;
        }

        body.cke_editable ul.pagination li.bullet input:focus {
            border: 1px solid green;
        }

    /* .cke_combo {
    width:300px;
}
   body.cke_editable ul.pagination + .fullimg ul.pagination {
        border: 1px solid red;
    }
body.cke_editable .fullimg + ul.pagination {
    border: 1px solid red;
}*/

    body.cke_editable ul.pagination {
        margin: auto;
        top: 100px;
    }

    body.cke_editable img.scrollDownArrow {
        right: 50%;
        top: initial;
        margin-top: -47px;
    }

    body.cke_editable img.scrollArrow {
        position: absolute;
        display: block;
        height: 47px;
        width: 47px;
        cursor: pointer;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        left: 50%;
        opacity: 0.5;
    }

    body.cke_editable .scrollToTrigger {
        z-index: 15 !important;
    }

        body.cke_editable .textonimg {
            z-index: 100;
        }

        body .cke_editable .flexibox_3 {
        /*position: relative;
    min-height: 200px;
    max-height: 800px;
    max-width: 1000px;
    /*overflow: hidden;
    flex-direction: column;*/
        width: 1400px;
        max-width: 2000px;
        max-height: 800px;
        margin: 50px auto;
        padding: 2% 0;
        background-color: #fcfaf5;
    }

        body.cke_editable .flexibox_3 > div {
            min-width: 20%;
            max-width: 31%;
            min-height:120px;
            margin: 0px;
            padding: 1%;
            flex-basis: 33%;
            flex-grow: 1;
            flex-shrink: 1;
            vertical-align: text-top;
            overflow: visible;
        }

            body.cke_editable .flexibox_1 > div > *, body.cke_editable .flexibox_3 > div > * {
                /*    width: auto;
            min-height:30px;
            background-size: cover;*/
            }

    body.cke_editable .flexibox_1 img, body.cke_editable .flexibox_1 video {
        width: 100%;
        height: auto;
        max-height: contain;
    }

    body.cke_editable .flexibox_1 .ckeditor-html5-video, body.cke_editable .flexibox_3 .ckeditor-html5-video {
        height: auto !important;
        min-height: 0px !important;
        left: 0;
        transform: translate(0%, 0);
    }

    body.cke_editable .flexibox_3 > div:nth-child(even) {
        background-color: #e1f1f5;
    }

    body.cke_editable .flexibox_3 > div:nth-child(odd) {
        background-color: #fcf4eb;
    }

    body.cke_editable .flexibox_1 {
        position: relative;
        min-height: 200px;
        max-height: 800px;
        width: 75%;
        justify-content: flex-start;
        background-color: #fcfaf5;
    }
