@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;500;600;700;800;900&display=swap');

body {
    font-family: 'Cairo', sans-serif;
    font-size: 16px;
    line-height: 1.7;
    color: black;
    font-weight: 400;
}

input[type=text], select, textarea {
    font-family: 'Cairo', sans-serif;
    font-size: 16px;
    border-radius: 0;
    border: 1px solid #dedede;
    padding: 1px 5px;
    line-height: 1.4;
}

input[type=checkbox] {
    margin-right: 5px;
}

input[type=file] {
    font-family: 'Cairo', sans-serif;
    font-size: 16px;
}

/*a.button {
    background-color: #C9D400;
    color: black;
    text-decoration: none;
    padding: 10px 45px 10px 20px;
    display: inline-block;
    transition: all 0.3s ease;
    font-weight: 500;
    position: relative;
    margin-top: 20px;
}*/
a.button {
    /*border: 2px solid #C9D400;*/
    color: black;
    text-decoration: none;
    padding: 10px 40px 10px 20px;
    display: inline-block;
    transition: all 0.3s ease;
    font-weight: bold;
    position: relative;
    margin-top: 20px;
    background-color: #C9D400;
}

    a.button:after {
        content: '';
        /*background-image: url('../images/arrow-link.svg');*/
        background-image: url('../images/arrow-button.svg');
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        right: 19px;
        top: 15px;
        width: 11px;
        height: 20px;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

    a.button:hover:after {
        right: 15px;
    }

a.back-button {
    /*border: 2px solid #C9D400;*/
    color: black;
    text-decoration: none;
    padding: 10px 20px 10px 40px;
    display: inline-block;
    transition: all 0.3s ease;
    font-weight: bold;
    position: relative;
    background-color: #C9D400;
}

    a.back-button:before {
        content: '';
        background-image: url('../images/back-button.svg');
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        left: 19px;
        top: 15px;
        width: 11px;
        height: 20px;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

    a.back-button:hover:before {
        left: 15px;
    }

h1, .h1 {
    font-size: 2.5em;
    line-height: 1;
    font-weight: 800;
    color: #C9D400;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

h2, .h2 {
    font-size: 1.8em;
    line-height: 1.1;
    font-weight: 800;
    color: #C9D400;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

h3, .h3 {
    font-size: 1.5em;
    line-height: 1.1;
    font-weight: 800;
    color: #C9D400;
}

h4, .h4 {
    font-size: 1.15em;
    line-height: 1.1;
    font-weight: 800;
    color: #C9D400;
}

strong {
    font-weight: 700;
}

a:hover, a:focus, a:active {
    color: inherit;
}

/*.container-1600 {
    max-width: 1600px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}*/

a.no-underline {
    text-decoration:none;
}

.bg-green {
    background-color: #C9D400;
}


@media (min-width: 1200px) {

    h1, .h1 {
        font-size: 3em; 
    }

    h2, .h2 {
        font-size: 2.2em;
    }

    h3, .h3 {
        font-size: 1.8em;
    }

    h4, .h4 {
        font-size: 1.2em;
    }

}


@media (min-width: 1400px) {

    h1, .h1 {
        font-size: 3.5em;
    }
}

/************ HEADER **********/
header #navbar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
    padding: 10px;
    display:flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

header #navbar .logo img {
    height: 40px;
    width: auto;
}

    header #navbar .logo a {
        position:relative;
        display:inline-block;
        z-index:1;
    }

header #navbar .btn-nav {
    cursor: pointer;
    padding: 7px 0;
    position: relative;
    width: 30px;
    z-index: 11;
}

header #navbar .btn-nav span {
    background-color: black;
    display: block;
    height: 3px;
    opacity: 1;
    transition: all 0.3s ease;
    width: 100%;
}

    header #navbar .btn-nav:before, header #navbar .btn-nav:after {
        background-color: black;
        content: "";
        display: block;
        height: 3px;
        position: absolute;
        transition: all 0.3s ease;
        width: 100%;
    }

header #navbar .btn-nav:before {
    left: 0;
    top: 0;
}

header #navbar .btn-nav:after {
    bottom: 0;
    left: 0;
}

header #navbar .btn-nav-close {
    display:none;
    color: white;
    cursor:pointer;
    padding: 5px;
}

header #navbar .btn-nav {
    display:none;
}

    header #navbar .nav {
        width: 100%;
        text-align: center;
        display: none;
        background-color: #C9D400;
    }

        header #navbar .nav ul {
            padding-left: 0;
            margin: 0;
            list-style: none;
        }

            header #navbar .nav ul > li > a {
                display:block;
                text-align:center;
                text-transform:uppercase;
                font-weight: 500;
                text-decoration:none;
                margin-top: 5px;
                position:relative;
            }

    header #navbar .nav .nav2 {
        margin-top: 20px;
    }
        header #navbar .nav .nav2 .social-media {
            margin-top: 20px;
            text-align: center;
        }

        header #navbar .nav .nav2 .social-media img {
            height: 24px;
        }

@media (min-width: 768px) {

    .mobile-nav-open header #navbar .nav {
        margin-top: 30px;
    }

    header #navbar .nav ul > li > a {
        margin-top: 10px;
    }

    header #navbar .nav .nav2 {
        margin-top: 30px;
    }

        header #navbar .nav .nav2 .social-media {
            margin-top: 30px;
        }

}

@media (min-width: 992px) {

    header #navbar .logo img {
        height: 70px;
    }

    header #navbar {
        padding: 0;
    }

    header #navbar .btn-nav-open, header #navbar .btn-nav-close {
        display:none;
    }

        header #navbar .wrapper {
            display: flex;
            width: 100%;
            justify-content: flex-end;
            padding-right: 20px;
        }

        header #navbar .logo {
            flex: 0 0 auto;
        }

        header #navbar .nav {
            display: block;
            flex: 1 1 0;
            margin-top: 0 !important;
            height: 70px;
            background-color: black;
        }

            header #navbar .nav > div {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                margin-top: 0;
            }


            header #navbar .nav ul {
                margin: 0;
            }

                header #navbar .nav ul > li > a {
                    margin-top: 0;
                    padding: 2px 5px;
                    text-transform: lowercase;
                    text-align:left;
                }

            header #navbar .nav .nav1 {
                height: 70px;
                flex: 1 1 0;
                display: flex;
                align-items: center;
            }

                header #navbar .nav .nav1 ul {
                    max-width: 405px;
                    display: flex;
                    flex-wrap: wrap;
                    z-index: 1;
                }

                header #navbar .nav .nav1 ul li {
                    width: 135px;
                    text-align:left;
                }

                    header #navbar .nav .nav1 a {
                        color: white;
                    }

            header #navbar .nav .nav2 {
                height: 70px;
                display: flex;
                align-items: center;
                justify-content: flex-end;
                margin-top: 0;
                position: relative;
                background-color: #C9D400;
                padding-left: 25px;
            }

                    header #navbar .nav .nav2:after {
                        content: '';
                        position: absolute;
                        top: 0;
                        left: 100%;
                        width: 50vw;
                        background-color: #C9D400;
                        height: 70px;
                    }

                /*header #navbar .nav .nav2 > div {
                    background-color: #C9D400;
                    display: flex;
                    align-items: center;
                    justify-content: flex-end;
                    padding-left: 20px;
                    height: 70px;
                }*/

                    header #navbar .nav .nav2 ul li {
                        text-align: left;
                    }

                header #navbar .nav .nav2 .social-media {
                    height: 100%;
                    padding-left: 30px;
                    margin-top: 11px;
                }

}

@media (min-width: 1200px) {

    header #navbar .wrapper {
        padding-right: 35px;
    }

    header #navbar .logo img, header #navbar .nav, header #navbar .nav .nav1, header #navbar .nav .nav2, header #navbar .nav .nav2:after {
        height: 80px;
    }

    header #navbar .nav .nav1 ul {
        max-width: 450px;
    }

    header #navbar .nav .nav1 ul li {
        width: 150px;
    }

        header #navbar .nav .nav2 {
            padding-left: 40px;
        }

        header #navbar .nav .nav2 .social-media {
            margin-top: 19px;
            padding-left: 40px;
        }

}

@media (min-width: 1400px) {

    header #navbar .logo img, header #navbar .nav, header #navbar .nav .nav1, header #navbar .nav .nav2, header #navbar .nav .nav2:after {
        height: 90px;
    }

        header #navbar .nav .nav1 ul {
            max-width: 510px;
        }

            header #navbar .nav .nav1 ul li {
                width: 170px;
            }

        header #navbar .nav .nav2 .social-media {
            margin-top: 31px;
        }

}

    /************ MOBILE MENU **********/

    @media (max-width: 991px) {

        header #navbar .btn-nav {
            display: block;
        }

        .mobile-nav-open {
            background-color: #C9D400;
        }

            .mobile-nav-open header #navbar {
                position: relative;
                background-color: #C9D400;
            }

                /*.mobile-nav-open header #navbar .btn-nav-close {
        display:inline-block;
    }*/

                .mobile-nav-open header #navbar .btn-nav:before {
                    transform: rotate(45deg) translateX(5px) translateY(5px);
                }

                .mobile-nav-open header #navbar .btn-nav span {
                    opacity: 0;
                }

                .mobile-nav-open header #navbar .btn-nav:after {
                    transform: rotate(-45deg) translateX(5px) translateY(-5px);
                }

                .mobile-nav-open header #navbar .nav {
                    display: block;
                    margin-top: 40px;
                    margin-bottom: 30px;
                    font-size: 1.1em;
                }

                .mobile-nav-open header #navbar .nav .nav1 a {
                    font-weight:bold;
                }

            .mobile-nav-open main,
            .mobile-nav-open footer,
            .mobile-nav-open #headerimg {
                display: none;
            }
    }


    /************ FOOTER **********/

    footer {
        background-color: black;
        color: white;
        overflow:hidden;
    }

        footer .wrapper {
            text-align: center;
            padding-left: 20px;
            padding-right: 20px;
        }

        footer .sitemap {
            background-color: #C9D400;
            color: black;
            position:relative;
        }

            footer .sitemap:before {
                content: '';
                position: absolute;
                top: 0;
                left: -25px;
                width: 25px;
                height: 100%;
                background-color: #C9D400;
            }

            footer .sitemap:after {
                content: '';
                position: absolute;
                top: 0;
                left: 100%;
                width: 50vw;
                height: 100%;
                background-color: #C9D400;
            }

            footer ul {
                padding-left: 0;
                margin: 0;
                list-style: none;
            }

            footer ul + ul {
                margin-top: 15px;
            }

        footer a {
            text-decoration: none;
        }

                footer a:hover, footer a:active, footer a:focus {
                    text-decoration: underline;
                }

        footer img.facebook {
            margin-top: 1px;
            height: 25px;
            width: 25px;
        }

            footer .madeby {
                font-size:0.7em;
            }

    @media (min-width: 576px) {

        footer .wrapper {
            text-align: left;
        }

        footer .sitemap {
            
        }

    }

    @media (min-width: 768px) {

        footer .sitemap:before {
            display:none;
        }

    }

    @media (min-width: 992px) {

     
    }


    @media (min-width: 1200px) {

      
    }


    /************ MAIN **********/

.header-image > div {
    width: 100%;
    height: 250px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.teaser {
    background-image: url('../images/bg-teaser.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

        .teaser .h1 {
            padding: 50px 0;
            text-align:center;
            color: white;
        }

            .teaser .h1 a {
                color: #C9D400;
            }

.teaser {
    background-image: url('../images/bg-teaser.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.teaser .quote {
    padding: 50px 0;
    text-align: center;
    color: white;
    font-size: 2em;
    line-height: 1;
    font-weight: 800;
}

.intro .image > div {
    width: 100%;
    padding-bottom: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.intro .text {
    padding: 50px 20px 55px 20px;
}

.intro .text img.svg {
    height: 50px;
}

.intro a.button {
    margin-bottom: 5px;
}

.logos {
    text-align:center;
}

.logos .logo {
    padding-bottom: 45px;
    display: inline-block;
    margin: 0 35px;
}

    .logos .logo a {
        text-decoration: none;
        text-align: center;
    }

        .logos .logo a:first-child {
            display: inline-block;
        }

        .logos .logo.logo-with-caption a:first-child {
            border-bottom: 1px solid black;
            padding-bottom: 20px;
        }

    .logos .logo img {
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
        max-height: 50px;
        width: auto;
        display: inline-block;
    }

    .logos .logo:hover img {
        -webkit-filter: none;
        filter: none;
    }

        .logos .logo a.title {
            display: inline-block;
            margin-top: 15px;
            font-size: 0.9em;
            text-transform:uppercase;
        }

    @media (min-width: 576px) {
        .header-image > div {
            height: 300px;
        }
        .intro .text {
            padding-left: 25px;
            padding-right: 25px;
        }
    }

    @media (min-width: 768px) {

        .header-image > div {
            height: 350px;
        }

        .teaser .h1 {
            padding: 75px 0;
        }

        .teaser .quote {
            padding: 75px 25px;
        }

        .logos .logo {
            margin: 0 35px;
        }
    }

    @media (min-width: 992px) {

        .header-image > div {
            height: 400px;
        }

        .intro .image > div {
            padding-bottom: 0;
            height: 100%;
            min-height: 500px;
        }

        .intro .text {
            padding: 120px 35px 50px 50px;
        }

        .logos .logo {
            margin: 0 50px;
        }
    }

    @media (min-width: 1200px) {

        .header-image > div {
            height: 450px;
        }

        .intro .image > div {
            min-height: 600px;
        }

        .intro .text {
            padding: 130px 40px 60px 60px;
        }

        .teaser .quote {
            padding: 75px 0;
            font-size: 2.8em;
        }

        .logos .logo {
            margin: 0 75px;
        }
    }

    @media (min-width: 1400px) {

        .header-image > div {
            height: 550px;
        }

        .intro .image > div {
            min-height: 700px;
        }

        .intro .text {
            padding-left: 75px;
            padding-right: 75px;
            font-size: 1.1em;
            padding: 160px 60px 80px 80px;
        }

            .intro .text img.svg {
                height: 70px;
            }

        .teaser .quote {
            font-size: 3em;
        }

    }

    @media (min-width: 1600px) {

        .header-image > div {
            height: 600px;
        }

        .intro .image > div {
            min-height: 800px;
        }

        .intro .text {
            font-size: 1.15em;
            padding: 180px 80px 100px 100px;
        }

            .intro .text img.svg {
                height: 80px;
            }

        .intro a.button:after {
            top: 17px;
        }
    }

    @media (min-width: 1800px) {

        /*.header-image > div {
            height: 640px;
        }*/

    }


    /************ HOME **********/

.home-intro .image > div {
    padding-bottom: 75%;
}

.home-categories .title-wrapper {
    text-align:center;
}

.home-categories .title {
   position:relative;
   display:inline-block;
}

.home-categories .cube-wrapper {
    position: absolute;
    left: calc(50% - 25px);
    top: -80px;
}

/* animated cube: https://dev.to/joeattardi/let-s-make-a-css-cube-1fed */

.home-categories .cube {
    position: relative;
    width: 50px;
    height: 50px;
    transform-style: preserve-3d;
    /*transform: rotate3d(1, 1, 0, 60deg);*/
    animation: turn 10s linear infinite;
}

    .home-categories .cube .face {
        width: 50px;
        height: 50px;
        background: #C9D400;
        border: 4px solid black;
        position: absolute;
        opacity: 0.95;
        display: flex;
    }

        .home-categories .cube .face.front {
            transform: translateZ(25px);
        }

        .home-categories .cube .face.back {
            transform: translateZ(-25px) rotateY(180deg);
        }

        .home-categories .cube .face.left {
            transform: translateX(-25px) rotateY(-90deg);
        }

        .home-categories .cube .face.right {
            transform: translateX(25px) rotateY(90deg);
        }

        .home-categories .cube .face.top {
            transform: translateY(-25px) rotateX(90deg);
        }

        .home-categories .cube .face.bottom {
            transform: translateY(25px) rotateX(-90deg);
        }

        @keyframes turn {
            from {
                transform: rotate3d(0, 0, 0, 0);
            }

            to {
                transform: rotate3d(1, 1, 0, 360deg);
            }
        }

        @media (prefers-reduced-motion: reduce) {
            .cube {
                animation: none;
                transform: rotate3d(1, 1, 0, 60deg);
            }
        }

    .home-categories h2 {
        text-align: center;
        color: black;
        text-transform: lowercase;
        margin-bottom: 0;
    }

    .home-categories .category {
        display: block;
        position: relative;
        overflow: hidden;
        margin: 20px 0;
    }

        .home-categories .category:after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            width: 100%;
            background-color: rgba(0,0,0,0.2);
        }

        .home-categories .category img {
            width: 100%;
            -webkit-transition: all 1s ease-in-out;
            -o-transition: all 1s ease-in-out;
            transition: all 1s ease-in-out;
        }

        .home-categories .category:hover img {
            transform: scale(1.15);
            -o-transform: scale(1.15);
            -moz-transform: scale(1.15);
            -webkit-transform: scale(1.15);
            -ms-transform: scale(1.15);
        }

        .home-categories .category h2 {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            padding: 50px;
            color: white;
            font-weight:700;
            text-transform: lowercase;
            z-index: 1;
        }

    .home-quote img.svg {
        height: 50px;
    }

.home-quote .h1 p {
    color: black;
    text-align: center;
}

    .home-news .news-item {
        border-top: 2px dotted black;
        padding-top: 50px;
        padding-bottom: 50px;
    }

        .home-news .news-item .text h2 {
            /*color: black;*/
            color: #C9D400;
            font-weight:700;
            /*padding-bottom: 15px;
            border-bottom: 1px solid #C9D400;*/
            margin-bottom: 20px;
        }

        .home-news .news-item .text a {
            display: inline-block;
            font-weight: bold;
            text-decoration: none;
            position: relative;
            padding-right: 28px;
            margin-top: 20px;
        }

            .home-news .news-item .text a:after {
                content: url('../images/arrow-link.svg');
                position: absolute;
                right: 0;
                top: 2px;
                -webkit-transition: all 0.2s ease-in-out;
                -o-transition: all 0.2s ease-in-out;
                transition: all 0.2s ease-in-out;
            }

            .home-news .news-item .text a:hover:after {
                right: -4px;
            }

        .home-news .news-item .image > div {
            padding-bottom: 300px;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center center;
            margin-bottom: 20px;
        }



    @media (min-width: 576px) {

        .home-news .news-item .image > div {
            padding-bottom: 400px;
        }
    }

    @media (min-width: 768px) {

        .home-intro .image > div {
            padding-bottom: 60%;
        }

        .home-categories .cube-wrapper {
            left: -90px;
            top: -2px;
        }

        .home-categories .category {
            margin: 10px;
        }

        .home-news .news-item .image > div {
            padding-bottom: 0;
            height: 100%;
            min-height: 300px;
            margin-bottom: 0;
        }

        .home-news .news-item .text {
            padding-left: 30px;
        }
    }


    @media (min-width: 992px) {

        .home-intro .image > div {
            padding-bottom: 0;
        }

        .home-news .news-item .image > div {
            min-height: 400px;
        }
    }

    @media (min-width: 1200px) {

        .home-categories .cube-wrapper {
            top: 3px;
        }

        .home-news .news-item .text {
            padding-left: 50px;
        }
    }

    @media (min-width: 1400px) {

        .home-categories .cube-wrapper {
            top: 8px;
        }

        .home-news .news-item .text {
            padding-left: 60px;
        }
    }

    @media (min-width: 1600px) {
    }



    /************ CATEGORY **********/

.gallery {
    padding-left: 20px;
    padding-right: 20px;
}

    .gallery div {
        padding-bottom: 20px;
    }

    .gallery a {
        display: block;
        width: 100%;
        padding-bottom: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        position: relative;
    }

        .gallery a .overlay {
            position: absolute;
            left: 0px;
            top: 0px;
            background-color: rgba(35,40,45,0.15);
            overflow: hidden;
            width: 100%;
            height: 100%;
            transform: scale(0);
            -webkit-transform: scale(0);
            -moz-transform: scale(0);
            -webkit-transform: scale(0);
            -ms-transform: scale(0);
            -o-transform: scale(0);
            transition: .3s ease;
        }

        .gallery a:hover .overlay {
            transform: scale(1);
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
        }

        .gallery a i.fa-search {
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            text-align: center;
            position: absolute;
        }

            .gallery a i.fa-search:before {
                content: url('../images/icon-zoom.svg');
            }


    @media (min-width: 768px) {

        .gallery {
            display: flex;
            flex-wrap: wrap;
            padding-left: 10px;
            padding-right: 10px;
        }

            .gallery div {
                width: 50%;
                padding: 0 10px 20px 10px;
            }
    }

    @media (min-width: 992px) {

        .gallery div {
            width: 33.33%;
        }
    }

    @media (min-width: 1200px) {
        .gallery {
            padding-left: 25px;
            padding-right: 25px;
        }
    }

    @media (min-width: 1400px) {
    }


/************ FAQ **********/

.faq .item {
    border-top: 2px dotted black;
    padding-top: 50px;
    padding-bottom: 50px;
}

.faq .item:first-child {
    border-top: 0;
    padding-top: 50px;
    padding-bottom: 50px;
}

    .faq .item .text h2 {
        font-weight: 700;
        margin-bottom: 20px;
    }

    .faq .item .image > div {
        height:300px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        margin-bottom: 20px;
    }

@media (min-width: 576px) {

    .faq .item .image > div {
        height: 350px;
        max-width: 500px;
    }
}

@media (min-width: 768px) {

    .faq .item:nth-child(even) {
        flex-direction:row-reverse;
    }

    .faq .item .image > div {
        height: 100%;
        min-height: 300px;
        margin-bottom: 0;
        max-width: none;
    }

    .faq .item .text {
        padding-left: 30px;
        padding-bottom: 5px;
    }

    .faq .item:nth-child(even) .text {
        padding-left: 0px;
        padding-right: 30px;
    }
}


@media (min-width: 992px) {

    .faq .item .image > div {
        min-height: 350px;
    }
}

@media (min-width: 1200px) {

    .faq .item .text {
        padding-left: 50px;
    }

    .faq .item:nth-child(even) .text {
        padding-right: 50px;
    }
}

@media (min-width: 1400px) {

    .faq .item .text {
        padding-left: 60px;
    }

    .faq .item:nth-child(even) .text {
        padding-right: 60px;
    }
}

@media (min-width: 1600px) {
}



    /************ CONTACT **********/

.contact-info h3 {
    color: black;
    margin-bottom: 20px;
}

    .contact-info a {
        text-decoration:none;
    }

    .contact-form label {
        display:block;
    }

.contact-form input, .contact-form select {
    display: block;
    width: 100%;
    max-width: 400px;
    margin-bottom: 8px;
    height: 35px;
}

    .contact-form textarea {
        display: block;
        width: 100%;
    }

.contact-form h3 {
    color: black;
    margin-bottom: 20px;
}

    .contact-form .error {
        font-weight:bold;
        color: red;
        line-height:1.4;
    }


    /************ TEXT **********/

    #text {
        margin-top: 80px;
        margin-bottom: 80px;
        display: flex;
        justify-content: flex-end;
    }

        #text > div {
            max-width: 1200px;
        }

    @media (min-width: 1200px) {

        #text {
            margin-top: 100px;
            margin-bottom: 100px;
        }
    }



/************ BLOG **********/

.blog .article {
    border-top: 2px dotted black;
    padding-top: 50px;
    padding-bottom: 50px;
}

.blog .article:first-child {
    border-top: 0;
}

    .blog .article .text h2 {
        /*color: black;*/
        color: #C9D400;
        font-weight: 700;
        /*padding-bottom: 15px;
            border-bottom: 1px solid #C9D400;*/
        margin-bottom: 20px;
    }

    .blog .article .text h2 a {
        text-decoration: none;
    }

    .blog .article .text a.more {
        display: inline-block;
        font-weight: bold;
        text-decoration: none;
        position: relative;
        padding-right: 28px;
        margin-top: 20px;
    }

        .blog .article .text a.more:after {
            content: url('../images/arrow-link.svg');
            position: absolute;
            right: 0;
            top: 2px;
            -webkit-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
        }

        .blog .article .text a.more:hover:after {
            right: -4px;
        }

    .blog .article .image > div {
        padding-bottom: 300px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        margin-bottom: 20px;
    }



@media (min-width: 576px) {

    .blog .article .image > div {
        padding-bottom: 400px;
    }
}

@media (min-width: 768px) {

    .blog .article .image > div {
        padding-bottom: 0;
        height: 100%;
        min-height: 300px;
        margin-bottom: 0;
    }

    .blog .article .text {
        padding-left: 30px;
    }
}


@media (min-width: 992px) {

    .blog .article .image > div {
        min-height: 400px;
    }
}

@media (min-width: 1200px) {

    .blog .article .text {
        padding-left: 50px;
    }
}

@media (min-width: 1400px) {

    .blog .article .text {
        padding-left: 60px;
    }
}

@media (min-width: 1600px) {
}


/************ BLOG ARTICLE **********/

.blogarticle h1 {
    margin-bottom: 35px;
}

.blogarticle h2 {
    font-weight: 700;
    margin-bottom: 20px;
}

.blogarticle .container > div {
    margin-bottom: 80px !important;
}

.blogarticle .image-text .image > div, .blogarticle .text-image .image > div {
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: 20px;
}

.blogarticle .video-text .video {
    margin-bottom: 20px;
}

.blogarticle .video .wrapper {
    width: 100%;
    position: relative;
    padding-top: 56.25%;
}

    .blogarticle .video .wrapper iframe {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
    }

.blogarticle .fullwidth-video {
    display:flex;
    justify-content:center;
}

    .blogarticle .fullwidth-video .video {
        width: 100%;
        max-width: 1200px;
    }

.blogarticle .fullwidth-image {
    display: flex;
    justify-content: center;
}

    .blogarticle .fullwidth-image .image {
        width: 100%;
        max-width: 1200px;
        text-align: center;
    }

.blogarticle .images2 > div, .blogarticle .images3 > div {
    margin-bottom: 20px;
}

    .blogarticle .images2 > div > img, .blogarticle .images3 > div > img {
        width: 100%;
    }

.blogarticle .gallery {
    padding-left: 0;
    padding-right: 0;
}

.blogarticle .back {
    display: flex;
    justify-content: center;
}

@media (min-width: 576px) {

    .blogarticle .image-text .image > div, .blogarticle .text-image .image > div {
        height: 350px;
        max-width: 500px;
    }

}

@media (min-width: 768px) {

    .blogarticle .image-text {
        flex-direction: row;
    }

    .blogarticle .image-text .image > div, .blogarticle .text-image .image > div {
        height: 100%;
        min-height: 300px;
        margin-bottom: 0;
        max-width: none;
    }

    .blogarticle .image-text .text {
        padding-left: 30px;
        padding-bottom: 5px;
    }

    .blogarticle .image-text .text {
        padding-left: 30px;
        padding-right: 0px;
    }

    .blogarticle .text-image {
        flex-direction: row-reverse;
    }

    .blogarticle .text-image .text {
        padding-left: 30px;
        padding-bottom: 5px;
    }

    .blogarticle .text-image .text {
        padding-left: 0px;
        padding-right: 30px;
    }

    .blogarticle .video-text .video {
        margin-bottom: 0;
    }

    .blogarticle .video-text .text {
        padding-left: 30px;
        padding-bottom: 5px;
    }

    .blogarticle .video-text .text {
        padding-left: 30px;
        padding-right: 0px;
    }

    .blogarticle .images2, .blogarticle .images3 {
        display: flex;
        flex-wrap: wrap;
        margin-left: -10px;
        margin-right: -10px;
    }

        .blogarticle .images2 > div, .blogarticle .images3 > div {
            margin-bottom: 0;
        }

        .blogarticle .images2 > div, .blogarticle .images3 > div {
            width: 50%;
            padding: 0 10px 20px 10px;
        }

    .blogarticle .gallery {
        margin-left: -10px;
        margin-right: -10px;
    }

}


@media (min-width: 992px) {

    .blogarticle .image-text .image > div, .blogarticle .text-image .image > div {
        min-height: 350px;
    }

    .blogarticle .images3 > div {
        width: 33.33%;
    }

}

@media (min-width: 1200px) {

    .blogarticle .image-text .text {
        padding-left: 50px;
    }

    .blogarticle .text-image .text {
        padding-right: 50px;
    }

    .blogarticle .video-text .text {
        padding-left: 50px;
    }

}

@media (min-width: 1400px) {

    .blogarticle .image-text .text {
        padding-left: 60px;
    }

    .blogarticle .text-image .text {
        padding-right: 60px;
    }

    .blogarticle .video-text .text {
        padding-left: 60px;
    }
}

@media (min-width: 1600px) {
}













/************ COOKIE BAR (COOKIEYES) **********/

.cky-consent-bar {
    color: #000 !important;
    line-height: 1.4 !important;
}

    .cky-consent-bar .cky-notice-content-wrapper {
        padding: 18px 24px 18px 24px !important;
    }

.cky-title {
    display:none;
}

.cky-btn:hover {
    opacity: 1 !important;
}

.cky-btn-accept.cky-btn, .cky-btn-reject.cky-btn, .cky-btn-customize.cky-btn {
    padding: 7px 14px !important;
    border-color: #000 !important;
    font-weight: normal !important;
    transition: all 0.3s ease-in-out;
}

.cky-btn-customize {
    color: #438A11 !important;
}

.cky-btn-accept.cky-btn, .cky-btn-reject.cky-btn {
    color: #fff !important;
    background-color: #000 !important;
}

    .cky-btn-accept.cky-btn:hover, .cky-btn-accept.cky-btn:active, .cky-btn-accept.cky-btn:focus,
    .cky-btn-reject.cky-btn:hover, .cky-btn-reject.cky-btn:active, .cky-btn-reject.cky-btn:focus {
        background-color: #000 !important;
        border-color: #000 !important;
    }

.cky-btn-customize.cky-btn {
    color: #000 !important;
}

    .cky-btn-customize.cky-btn:hover, .cky-btn-customize.cky-btn:active, .cky-btn-customize.cky-btn:focus {
        color: #000 !important;
        border-color: #000 !important;
    }

.cky-consent-bar .cky-btn-customize::after {
    display: none !important;
}

.cky-btn-preferences.cky-btn {
    color: #000 !important;
    border-color: #000 !important;
    background-color: transparent !important;
}

.cky-consent-bar .cky-notice-content-wrapper + div {
    display:none;
}