@font-face {
    font-family: 'Marjoris';
    src: URL('/fonts/Majoris.ttf') format('truetype');
}

@font-face {
    font-family: 'Mistral';
    src: URL('/fonts/MISTRAL.TTF') format('truetype');
}


/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,input::-webkit-inner-spin-button {
    -webkit-appearance: none;    margin: 0;}
/* Firefox */
input[type=number] {
    -moz-appearance: textfield;}


BODY {
    /*padding-top: 145px;*/
}

H1 {
    color: #202020;
    font-weight: bold;
    font-size: 36px;
}

H2 {
    color: var(--primary);
    font-weight: bold;
    font-size: 30px;

}

H3 {
    color: var(--primary);
    font-weight: bold;
    font-size: 24px;
    padding-top: 60px;
    padding-bottom: 15px;
}

H4 {
    color: #000000;
    font-weight: bold;
    font-size: 20px;
}
H5 {
    color: var(--primary);
}

.home-logo {
    max-width: 220px;
}

.footer-logo {
    max-width: 220px;
}

.footer-socials .fa-facebook {
    font-size: 28px;
    color: #FFFFFF;
}

.footer-socials .fa-instagram {
    font-size: 28px;
    color: #FFFFFF;
}

.footer-socials .fa-whatsapp {
    font-size: 28px;
    color: #FFFFFF;
}

.drop-shadow {
    text-shadow: black 2px 2px;
}

.boogjes {
    position: relative;
}

.boogjes:after {
    content:'';
    position: absolute;
    border: none;
    width: 15px;
    height: 15px;
    background-image:url('/images/boogjes.png');
    background-size: contain;
    background-repeat: no-repeat;
    bottom: 0px;
}

.bg-paars {
    background-color: var(--primary);
}

.bg-half-paars {
    height: 250px;
    background-color: var(--primary);
}

.bg-half-paars-home {
    height: 250px;
    background-color: var(--primary);
}

.bg-grijs {
    background-color: var(--secondary);
}

.sticky {
    box-shadow: 0px 0px 10px #000;
}

.nav-link-top {
    color: black;
    background-color: none;
    font-weight: bold;
    font-size: 18px;
}

A:hover {
    text-decoration: none;
    text-shadow: none;
}

.tegel {
    /*transform: translateY(-220px);*/
    /*filter: grayscale(50%);*/
    z-index: 1;
}

/*.tegel-default {*/
/*    transform: translateY(-220px);*/
/*}*/

.card {
    border: none;
}

.card-group .tegel {
    transform: scale(100%);
    transition: all 0.2s;
}
.card-group .tegel:hover {
    filter: none;
    transform: scale(120%);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    z-index: 2;
}

.pagina-foto {
    background-position: center;
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
}

.subpage .subpage-tegel {
    transform: scale(100%);
    transition: all 0.2s;
}

.subpage .subpage-tegel:hover {
    filter: none;
    transform: scale(120%) ;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
    z-index: 2;
}

.menukaarten .menukaart-tegel {
    transform: scale(100%);
    transition: all 0.2s;
}

.menukaarten .menukaart-tegel:hover {
    filter: none;
    transform: scale(120%) ;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
    z-index: 2;
}


.center-bottom {
    color: #FFFFFF;
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: bold;
}

.center-bottom-titel {
    color: #FFFFFF;
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: bold;
    font-size: 36px;
}

.left-bottom-titel {
    color: #FFFFFF;
    font-size: 36px;
    position: absolute;
    top: 60%;
    left: 10%;
    font-weight: bold;

}

.left-bottom {
    color: #FFFFFF;
    position: absolute;
    top: 80%;
    left: 15%;
    /*transform: translate(-50%, -50%);*/
    font-weight: bold;
}

.btn {
    border-radius: 0px;
    height: 50px;
    width: 200px;
    }

.btn-primary  {
    background-color: var(--primary);
    color: #FFFFFF;
    border-color: var(--primary);
}

.btn-outline-primary {
    color: var(--primary);
    border: dashed;
    font-weight: lighter;
}

.btn-terug {
    vertical-align: middle !important;
    text-align: center !important;
    width: 100px;
    height: 40px;
    font-size: 16px;

}

.carousel-item {
    height: 500px;
}

.carousel-control-prev {
    background-color: var(--primary);
    height: 75px;
    width: 75px;
    position: absolute;
    margin: 10px;
    opacity: 100%;
}

.carousel-control-next {
    background-color: var(--primary);
    height: 75px;
    width: 75px;
    position: absolute;
    margin: 10px;
    opacity: 100%;
    right: auto;
    left: 80px;
}

.footer {
    background-color: black;
    color: #FFFFFF;
}

.nav-link {
    color: #FFFFFF;
    padding: 0px;
    font-size: 12px;
}

.footer .nav-link:hover {
    color: var(--secondary);
    font-size: 18px;
}

.contactgegevens {
    font-size: 12px;
    padding: 0px;
    margin: 0px;
}

.submenu li {
    list-style-type: none;
    border: 1px var(--secondary) solid;
    padding: 12px;
    font-size: 18px;
    background-color: var(--primary);
}

.submenu li.active {
    background-color: #2E1C40;
    /*padding: 14px 100px 14px 20px;*/
}




@media (min-width: 992px) {

    .navbar-brand {
        position: relative;
    }
    /*.navbar-brand:before {*/
    /*    content:'';*/
    /*    position: absolute;*/
    /*    left:-150px;*/
    /*    width: 150px;*/
    /*    border:none;*/
    /*    height: 150px;*/
    /*    background-image:url('/images/veenlust-logo.png');*/
    /*    background-size: contain;*/
    /*    background-repeat: no-repeat;*/
    /*    background-position: right top;*/
    /*    top:-30px;*/
    /*}*/
}

.h-md-100 {
    height: auto;
}
@media(min-width: 768px) {
    .h-md-100 {
        height: 100% !important;
    }
}

@media(max-width: 992px) {
    .bg-half-paars-home {
        height: 150px;
    }


}

@media(max-width: 768px) {
    /*body { padding-top: 84px; }*/



    .home-logo {
        max-width: 100px;
    }

    .nav-link-top {
        font-size: 14px;
    }

    .menu {
        float: end;
    }

    .boogjes:after {
        width: 10px;
        height: 10px;
    }

    .bg-half-paars-home {
        height: 500px;
        background-color: var(--primary);
    }

    .card-group .card-img-top {
        height: 75px;
    }

    .footer-logo {
        max-width: 110px;
    }

     .footer-socials .fa-facebook {
        font-size: 16px;
    }

    .footer-socials .fa-instagram {
        font-size: 16px;
    }

    .footer-socials .fa-whatsapp {
        font-size: 16px;
    }

    .bg-half-paars {
        height: 70px;
    }
    .pagina-foto {
        height: 150px;
    }

    .card-group .tegel .center-bottom {
        left: 5%;
        transform: translate( 0%, -50%);
    }

    .nav-link {
        padding: 0px 2px;
    }

    .btn-contact {
        width: 155px;
        font-size: 11px;
    }

    .btn-zalen {
        width: 155px;
        font-size: 11px;

    }

    .carousel-item {
        height: 200px;
    }

    .carousel-control-prev {
        height: 40px;
        width: 40px;
    }


    .carousel-control-next {
        height: 40px;
        width: 40px;
        left: 50px;
    }

    #home-rij1-col1 {
        margin-top: 50px;
        padding-bottom: 0px !important;

    }
    .contactMobiel {
        margin-top: 50px;
    }

    .carousel-item .imgslide {
        height: 200px !important;
        background-position: center;
        min-height: 200px;
    }


}


.sidebar_backdrop {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(0,0,0,0.7);
    z-index: 100;
    display: none;
}
#mySidebar {
    z-index: 200;
}
