﻿body {
    font-family: 'Armata', sans-serif;
    color: #1a1a1a;
    background-color: #fff;
    font-size: 17px;
    line-height: 30px;
}

html, body {
    height: 100%;
}

a {
    color: #e67f3e;
}

    a:hover {
        color: #e67f3e;
    }

p {
    margin-bottom: 20px;
}

h1 {
    font-size: 30px;
    color: #e67f3e;
    margin: 0 0 20px 0;
}

header {
    /*min-height: 165px;*/
    margin-bottom: 70px;
    background-color: rgba(0, 0, 0, 0.70);
}


    header .logo a {
        display: block;
        margin: 50px 0 50px 10px;
    }

.navigatie {
    float: right;
    margin-top: 60px;
    color: #fff;
}

    .navigatie ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .navigatie ul.first {
            clear: both;
            float: left;
            margin-bottom: 10px;
        }

        .navigatie ul.second {
            clear: both;
        }

        .navigatie ul li {
            float: left;
            display: inline-block;
            font-size: 17px;
            line-height: 20px;
            margin: 0 5px 0 10px;
            padding: 0;
            color: #fff;
        }

            .navigatie ul li:after {
                content: "|";
                padding-left: 7px;
            }

            .navigatie ul li:last-child:after {
                content: none;
            }

            .navigatie ul li a {
                color: #fff;
                text-decoration: none;
                display: inline-block;
            }

    .navigatie a:hover, .navigatie li.active a {
        color: #e67f3e;
        text-decoration: none;
    }


.categorieOverzicht {
    /*position: absolute;
    left: 0;
    bottom: 0;*/
}

.categorie {
    visibility: hidden;
}

    .categorie a {
        display: block;
        text-align: center;
        background-color: rgba(0, 0, 0, 0.50);
    }

.bg-gray {
    background-color: #4c4c4c;
}

.block {
    display: block;
}

.relative {
    position: relative;
}

.minHeight {
    min-height: 60%;
}

.margin-bottom {
    margin-bottom: 30px;
}

.box-shadow {
    -webkit-box-shadow: 2px 2px 15px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 2px 15px 0px rgba(0,0,0,0.75);
    box-shadow: 2px 2px 15px 0px rgba(0,0,0,0.75);
}

/* Fancybox override */
.fancybox-skin {
    -webkit-border-radius: unset;
    -moz-border-radius: unset;
    border-radius: unset;
}

.fancybox-title {
    font-family: 'Armata', sans-serif;
}


.fancybox-nav span {
    visibility: visible;
}

/* Bootstrap 5 col */
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}


.col-xs-15 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}



/* Mobile Nav
-------------------------------------------------- */

/*.containerWrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    top: 40%;
    left: 0;
    margin: 0 auto;
    font-family: 'Fjalla One', sans-serif;
}




    .containerWrapper a:after {
        content: '';
        position: absolute;
        background: #FF5252;
        height: 2px;
        width: 0%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        left: 50%;
        bottom: 0;
        -webkit-transition: .35s ease;
        transition: .35s ease;
    }

.container a:hover:after, .container a:focus:after, .container a:active:after {
    width: 100%;
}*/


.button_container {
    position: fixed;
    position: absolute;
    z-index: 999;
    top: 20px;
    right: 20px;
    height: 27px;
    width: 35px;
    cursor: pointer;
    z-index: 100;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
}

    .button_container:hover {
        opacity: .7;
    }

    .button_container.active .top {
        -webkit-transform: translateY(11px) translateX(0) rotate(45deg);
        -ms-transform: translateY(11px) translateX(0) rotate(45deg);
        transform: translateY(11px) translateX(0) rotate(45deg);
        background: #FFF;
    }

    .button_container.active .middle {
        opacity: 0;
        background: #FFF;
    }

    .button_container.active .bottom {
        -webkit-transform: translateY(-11px) translateX(0) rotate(-45deg);
        -ms-transform: translateY(-11px) translateX(0) rotate(-45deg);
        transform: translateY(-11px) translateX(0) rotate(-45deg);
        background: #FFF;
    }

    .button_container span {
        background: #fff;
        border: none;
        height: 5px;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transition: all .35s ease;
        transition: all .35s ease;
        cursor: pointer;
    }

        .button_container span:nth-of-type(2) {
            top: 11px;
        }

        .button_container span:nth-of-type(3) {
            top: 22px;
        }

.overlay {
    position: fixed;
    z-index: 99;
    background: #000;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .35s, visibility .35s, height .35s;
    transition: opacity .35s, visibility .35s, height .35s;
    overflow: hidden;
}

    .overlay.open {
        opacity: .8;
        visibility: visible;
        height: 100%;
    }

        .overlay.open li {
            -webkit-animation: fadeInRight .5s ease forwards;
            animation: fadeInRight .5s ease forwards;
            -webkit-animation-delay: .35s;
            animation-delay: .35s;
        }

            .overlay.open li:nth-of-type(2) {
                -webkit-animation-delay: .4s;
                animation-delay: .4s;
            }

            .overlay.open li:nth-of-type(3) {
                -webkit-animation-delay: .45s;
                animation-delay: .45s;
            }

            .overlay.open li:nth-of-type(4) {
                -webkit-animation-delay: .50s;
                animation-delay: .50s;
            }

    .overlay nav {
        position: relative;
        height: 70%;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 26px;  
        font-weight: 400;
        text-align: center;
        line-height: 30px;
        letter-spacing: 2px;
    }

    .overlay ul {
        list-style: none;
        padding: 0;
        margin: 0 auto;
        display: inline-block;
        position: relative;
        height: 100%;
    }

        .overlay ul li {
            display: block;
            height: 20%;
            height: calc(100% / 7);
            min-height: 50px;
            position: relative;
            opacity: 0;
        }

            .overlay ul li a {
                display: block;
                position: relative;
                color: #FFF;
                text-decoration: none;
                overflow: hidden;
            }

                .overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a:active:after {
                    width: 100%;
                }

                .overlay ul li a:after {
                    content: '';
                    position: absolute;
                    bottom: 0;
                    left: 50%;
                    width: 0%;
                    -webkit-transform: translateX(-50%);
                    -ms-transform: translateX(-50%);
                    transform: translateX(-50%);
                    height: 3px;
                    background: #FFF;
                    -webkit-transition: .35s;
                    transition: .35s;
                }

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%;
    }

    100% {
        opacity: 1;
        left: 0;
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%;
    }

    100% {
        opacity: 1;
        left: 0;
    }
}

/*==========  Non-Mobile First Method  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
    .navigatie {
        margin-top: 55px;
    }
}


/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    .navigatie {
        margin-top: 20px;
    }

        .navigatie ul.first {
            margin-bottom: 0;
        }

        .navigatie ul li {
            font-size: 14px;
            margin-top: 5px;
        }
}
/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    .navigatie {
        margin-top: 10px;
        margin-bottom: 10px;
    }

        .navigatie ul li {
            font-size: 14px;
        }

        header {

    margin-bottom: 20px;

}


    header .logo a {
    
        margin: 20px 0 20px 10px;
    }
}



/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
}
