﻿@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

.inter-normal {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.barlow-normal {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

/**********GENERAL CLASSES***********/
body, html {
    height: 100%; /* Ensures the body fills the screen */
    scroll-behavior: smooth;
    overflow-x: hidden;
    font-family: 'inter-normal', Arial;
    font-size:17px;
    line-height:1.2;
color: #404a40;
}

.logo-footer {
    max-width: 300px;
}

.btn-footer-home {
    background-color: #8ab5e1;
    padding-left: 20px;
    padding-right: 20px;
    color: #fff;
    border: 1px solid #8ab5e1;
    border-radius: 20px;
    font-size: 15px;
    font-weight: bold;
}

.btn-footer-over {
    background-color: #ef7d00;
    padding-left: 20px;
    padding-right: 20px;
    color: #fff;
    border: 1px solid #ef7d00;
    border-radius: 20px;
    font-size: 15px;
    font-weight: bold;
}

.btn-footer-kaarten {
    background-color: #81c285;
    padding-left: 20px;
    padding-right: 20px;
    color: #fff;
    border: 1px solid #81c285;
    border-radius: 20px;
    font-size: 15px;
    font-weight: bold;
}

.btn-footer-training {
    background-color: #d781a3;
    padding-left: 20px;
    padding-right: 20px;
    color: #fff;
    border: 1px solid #d781a3;
    border-radius: 20px;
    font-size: 15px;
    font-weight: bold;
}

.btn-footer-feiten {
    background-color: #ed6b6a;
    padding-left: 20px;
    padding-right: 20px;
    color: #fff;
    border: 1px solid #ed6b6a;
    border-radius: 20px;
    font-size: 15px;
    font-weight: bold;
}

.btn-footer-contact {
    background-color: #848ac4;
    padding-left: 20px;
    padding-right: 20px;
    color: #fff;
    border: 1px solid #848ac4;
    border-radius: 20px;
    font-size: 15px;
    font-weight: bold;
}


/* colors */
.color-lightblue {
    background-color: #dadbef;
}

.color-mediumblue {
    background-color: #bcd5f0;
}

.color-mediumblue-kaarten {
    background-color: #dfeaf8;
}

.color-lightorange-home {
    background-color: #fde7da;
}

.color-lightorange {
    background-color: #fddbb1;
}

.color-mediumorange {
    background-color: #fcddcb;
}

.color-lightgreen {
    background-color: #d3dbcf;
}

.color-mediumgreen {
    background-color: #e4f0e3;
}
.color-purple {
    background-color: #e4e4f4;
    color: #fff;
}



.color-darkpurple {
    background-color: #3c0915;
    color: #fff;
}

.color-darkgray {
    background-color: #3e4a43;
    color: #fff;
}

.color-pink {
    background-color: #f7bbb3;
}

.color-pink-over {
    background-color: #fbdfe9;
}

.color-lightpink {
    background-color: #fdedf3;
}

.text-orange {
    color: #f58220;
}

.text-pink {
    color: #ef3f6b;
}

.text-lightred {
    color: #f06d5e;
}

.text-green {
    color: #4caf50;
}

.text-blue {
    color: #6699cc;
}


.block-cards {
    font-weight:bold;
    padding:20px;
    border-radius:20px;
    vertical-align:middle;
    min-height:100px;

}
.block-cards-text {
    padding-top: 10px;
    font-size: 14px !important;
    color: #404A40;
}

.block-cards-feiten {
    font-weight: normal;
    font-size:15px;
    padding: 20px;
    border-radius: 20px;
    vertical-align: middle;
   
}


.color-pink.block-content h2 {
    color:#d781a3;
	font-size:48px;
}


.color-mediumorange.block-content h2 {
    color: #EF7D02;
font-size:48px;
}

.color-mediumblue.block-content h2 {
    color: #636AAF;
font-size:48px;
}



h1, h2, h3, h4, h5 {
    font-family: 'Archivo Black', Arial;
}

h1 {
    font-size:54px;
    line-height:1;
}

h2 {
    font-size: 27px;
    line-height: 1;
}

h5 {
    font-size: 23px;
    font-weight:normal !important;
    line-height: 1;
}

.text-left {
    text-align:left !important;
}

.font-small {
    font-size:12px;
}

.font-large {
    font-size: 23px;
}

.logo {
    max-width:200px;
}

a{
    text-decoration: none;
    
}



#my-nav1 {
    background-color: #e9f0fb;
    z-index:100;
}

/***********HOMEPAGE*********/

.bg-home {
    width: 100%; /* Full width of the viewport */
    background: linear-gradient(#e9f0fb 700px, transparent 700px);
}

.bg-home h2 {
    font-size: 54px;
    line-height: 1;
}

.bg-home-hoe h2 {
    font-size: 54px;
    line-height: 1;
}

.home-visual {
    margin-top:90px;
    margin-bottom:40px;
    background-image: url(/img/home_header.jpg);
    background-position:center top;
    background-repeat:no-repeat;
    background-size:cover;
    max-width:100%;
}

.doosje {
    margin-top:200px;
}

.home-visual-text {
position:absolute;
text-align:left;
top:510px;
right:0;
width:100%;
padding-right:60px;
z-index:10;
}


.bg-home-hoe {
    margin-top:40px;
    background-image: url(/img/home_hoe_banner.jpg);
    background-size:cover;
    width:100%;
    height:500px;
    color: #fff;
}

    .bg-home-hoe h1 {
    font-weight:bold;
    }

    .header-image {
        margin-top: 90px;
        margin-bottom: 40px;
    }


/***********OVER AENDAGT*********/

.bg-over {
    width: 100%; /* Full width of the viewport */
    background: linear-gradient(#fff2e4 700px, transparent 700px);
}

.over-visual {
    margin-top: 100px;
    margin-bottom: 40px;
    background-image: url(/img/over_header.svg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto;
    width: 100%;
    height: 781px;
padding:40px;
}

.over-text {
padding:160px 0 20px 20px;
}

.bg-kaarten-voorwie h2{
font-size: 36px;
    line-height: 1;
color:#000 !important;

}

.leesmeer-1 {
    display:none;
}

.leesmeer-2 {
    display: none;
}

.over-onderzoek {
    position:relative; margin:-100px 0 40px 40px;
}

.color-darkgray h2 {
    color:#fff;
}

.table-title {
    color: #d781a3;
    font-weight:bold;
}


ul.custom-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    ul.custom-list li {
        position: relative;
        padding-left: 40px;
        margin-bottom: 20px;
    }

        ul.custom-list li::before {
            content: "";
            position: absolute;
            left: 0;
            top: 10px;
            width: 36px;
            height: 36px;
            background-image: url('/img/bullet-over.png');
            background-size: contain;
            background-repeat: no-repeat;
        }

.goal-title {
    position: relative;
    padding-left:10px;
    padding-top: 10px;
    margin-top: 10px;
    font-weight: bold;
    color: #000;
}

    .goal-title::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: calc(100% - 40px);
        height: 1px;
        background-color: #d781a3;
    }

.goal-description {
    color: #333;
    font-size: 14px;
    margin-top: 4px;
    padding-left: 10px;
}

/***********KAARTEN*********/

.bg-kaarten {
    width: 100%; /* Full width of the viewport */
    background: linear-gradient(#edf5ec 700px, transparent 700px);
}

    .bg-kaarten ul {
    font-size:14px;
    }

    .bg-kaarten-set {
        font-size: 15px;
    }

.bg-kaarten-set h2{
    font-size: 27px;
}

        .bg-kaarten-set h3 {
            font-size: 35px;
        }



.kaarten-visual {
    margin-top: 100px;
    margin-bottom: 40px;
    background-image: url(/img/kaarten_header.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 1100px;
    padding: 40px;
}

.kaarten-hoe {
    position:relative; margin:-300px 0 40px 4px;
}

.kaarten-text {
    padding: 20px 0 20px 20px;
}

.color-darkpurple h3 {
    color: #d781a3;
}

.bg-kaarten-voorwie h3 {
    color: #636AAF;
font-size:36px;
}

.bg-kaarten-bestellen {
    margin-top: 40px;
    background-image: url(/img/kaarten_banner.jpg);
    background-size: cover;
    width: 100%;
    height: 500px;
    color: #fff;
}

.bg-kaarten-bestellen h2{
color: #fff;
font-size:54px !important;
}

/***********TRAINING*********/

.bg-training {
    width: 100%; /* Full width of the viewport */
    background: linear-gradient(#fdedf3 700px, transparent 700px);
}

.bg-training h2{
 color:#000;
 font-size:36px;
}

    .bg-training h3 {
        font-size: 36px;
        color: #d781a3;
    }

.bg-training-voorwie h2{
 color:#000;
 font-size:36px;
}

.bg-training-voorwie h3{
 font-size:36px;
color: #d781a3;
}

.training-visual {
    margin-top: 100px;
    margin-bottom: 40px;
    background-image: url(/img/training_header.svg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto;
    width: 100%;
    height: 892px;
    padding: 40px;
}

.training-text {
    padding: 20px 0 20px 0;
}

.training-text h1 {
    font-size:53px;
}

.bg-training-voorwie {
    background-color: #f4f3f3;
}



.bg-training-aanmelden {
    background-color: #e7e7f5;
    padding:40px;
}

.topic-box {
    border: 1px solid #f6dada;
    border-radius: 15px;
    padding: 20px;
    height: 100%;
    display: block;
    width: 100%; /* ← might force full width */
}

.topic-title {
    font-weight:bolder;
    font-size:17px;
    margin-bottom: 10px;
    line-height:1
}

.topic-cards-text {
    line-height: 1.2;
    padding-top: 10px;
    font-size: 14px !important;
    color: #404A40;
}

/***********FEITEN*********/

.bg-feiten {
    width: 100%; /* Full width of the viewport */
    background: linear-gradient(#fde9e6 700px, transparent 700px);
}

.bg-feiten h2{
font-size:36px;
}

.feiten-visual {
    margin-top: 100px;
    margin-bottom: 40px;
    background-image: url(/img/feiten_header.svg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto;
    width: 100%;
    height: 807px;
    padding: 40px;
}

.feiten-text {
    padding: 40px 0 20px 20px;
}

.bg-feiten-integratie .color-darkpurple hr {
    border: none;
    height: 2px;
    background-color: #ea9b81; /* Use any color you want */
    margin: 1.5rem 6rem 1.5rem 6rem;
}

.bg-feiten-integratie .color-mediumgreen hr {
    border: none;
    height: 2px;
    background-color: #92ac8f; /* Use any color you want */
    margin: 1.5rem 6rem 1.5rem 6rem;
}
.bg-feiten-bijdragen {
    background-image: url(/img/visual_bijdragen.jpg);
    background-size: cover;
    width: 100%;
    padding-left:40px;
    margin-left:-16px;
    margin-right:16px;
    padding-top:240px;
    height: 400px;
    color: #fff;
}

/***********CONTACT*********/

.form-control {
    background-color: #eff5fc;
    color: #636AAF;
    border-color: #eff5fc;
}

.form-group input {
    border-radius:50px;
}

.form-group textarea {
    border-radius: 20px;
}
    .form-control::placeholder {
        
    color: #636AAF;
}


.bg-contact {
    width: 100%; /* Full width of the viewport */
    background: linear-gradient(#e0e1f2 700px, transparent 700px);
    padding-top:100px;
}

.font-contact {
    font-size:23px;
line-height:1.2;
}

.header_contact {
    background-color: #c8c9e7;
    padding:60px 40px 60px 40px;
}

.contact-form {
    margin-top:0px;
    background-color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding:20px;
    margin-bottom:60px;
}

.contact-button {
position:absolute;
z-index:1;
right:0px;
top:-150px;
}

.contact_btn {
    margin-left:20px;
}


.contact-cards {
    position:relative;
    z-index:10;
    margin-top:-80px;
}

/***********FOOTER*********/
#footer {
    background-color: #404a40;
    min-height: 340px;
    color: #fff;
    font-size:14px;
}

    #footer .lab, #footer .las {
    margin-left:0;
    background-color:#fff;
    border-radius:50%;
    font-size:24px;
    color:#000;
    padding:4px;
    }

        #footer .lab:hover, #footer .las:hover {
            background-color: #636AAF;
            color: #000;
            padding: 4px;
        }

.button-social-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

/* Style for the social icons */
.social-icon {
    font-size: 24px;
    color: #000;
}

.social-icon-contact {
    font-size: 36px;
    color: #c8c9e7;
    background-color: #fff;
    border-radius: 50%;
    padding: 4px;
}

.social-icon-contact:hover {
    color: #000;
}




/* Optional: For responsiveness, make sure items stack vertically on smaller screens */
@media (max-width: 768px) {
    .button-social-wrapper {
        flex-direction: column; /* Stack items vertically on small screens */
    }
}



.white-btn {
    background-color: #E6047E;
    color: #fff;
    border: 1px solid #E6047E;
    font-size:15px;
    font-weight: bold;
}
    .white-btn:hover {
        background-color: #009CDD;
        color: #fff;
        border: 1px solid #009CDD;
    }




.lightblue-btn {
    padding-left: 20px;
    padding-right: 20px;
    background-color: #848ac4;
    color: #fff;
    border: 1px solid #848ac4;
    border-radius: 20px;
    font-size: 15px;
    font-weight: bold;
}

.lightblue-btn:hover {
    background-color: #202020;
    color: #fff;
    border: 1px solid #202020;
}

.lightorange-btn {
    padding-left: 20px;
    padding-right: 20px;
    background-color: #e19980;
    color: #fff;
    border: 1px solid #e19980;
    border-radius: 20px;
    font-size: 15px;
    font-weight: bold;
}

.lightorange-btn:hover {
    background-color: #202020;
    color: #fff;
    border: 1px solid #202020;
}

.orange-btn {
    padding-left: 20px;
    padding-right: 20px;
    background-color: #ef7d00;
    color: #fff;
    border: 1px solid #ef7d00;
    border-radius: 20px;
    font-size: 15px;
    font-weight: bold;
}
    .orange-btn:hover {
        background-color: #202020;
        color: #fff;
        border: 1px solid #202020;
    }

.purple-btn {
    padding-left: 20px;
    padding-right: 20px;
    background-color: #636aaf;
    color: #fff;
    border: 1px solid #636aaf;
    border-radius: 20px;
    font-size: 15px;
    font-weight: bold;
}

    .purple-btn:hover {
        background-color: #202020;
        color: #fff;
        border: 1px solid #202020;
    }

.darkpurple-btn {
    padding-left: 20px;
    padding-right: 20px;
    background-color: #3f3372;
    color: #fff;
    border: 1px solid #3f3372;
    border-radius: 20px;
    font-size: 15px;
    font-weight: bold;
}

    .darkpurple-btn:hover {
        background-color: #202020;
        color: #fff;
        border: 1px solid #202020;
    }


.red-btn {
    padding-left: 20px;
    padding-right: 20px;
    background-color: #ed6b6a;
    color: #fff;
    border: 1px solid #ed6b6a;
    border-radius: 20px;
    font-size: 15px;
    font-weight: bold;
}

    .red-btn:hover {
        background-color: #202020;
        color: #fff;
        border: 1px solid #202020;
    }



.blue-btn {
    background-color: #0c306f;
    color: #fff;
    border: 1px solid #0c306f;
    font-size: 15px;
    font-weight: bold;
}
.blue-btn:hover{
    background-color: #009cdd;
    color: #fff;
    border: 1px solid #009cdd;
}

.yellow-btn {
    background-color: #009cdd;
    color: #fff;
    border: 1px solid #009cdd;
    font-size: 15px;
    font-weight: bold;
}
.yellow-btn:hover{
    background-color: #202020;
    color: #fff;
    border: 1px solid #202020;
}
.pink-btn:focus{
    color: #fff;
}

.btn-leesmeer-1, .btn-leesmeer-2 {
    width: 300px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.spacer {
    flex: 1;
}

.plus-sign {
    font-size: 20px;
    line-height: 1;
    flex: 1;
    text-align: right;
}


.bg-white {
    background-color: white;
}
.text-yellow{
    color: #009cdd;
}
.text-black{
    color: #202020;
}
.height{
    height: 100vh;
}
.height1{
    height: 100%;
}
.mt-40{
    margin-top: 40px;
}
.mb-30{
    margin-bottom: 30px;
}
.mt-100{
    margin-top: 100px;
}
.mt-20{
    margin-top: 1.9rem;
}
.mb-50{
    margin-bottom: 50px;
}
.small-view{
    display: none;
}

/************SCROLLBAR************/
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}
::-webkit-scrollbar-thumb {
    background-color: #404A40;
    border-right: 25px;
}
::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

/***********NAVBAR FOR LARGE SCREEN*********/
.navbar-nav .nav-link {
    padding: 10px 0 2px 0 !important;
    position: relative;
    overflow: hidden;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    font-family: "Inter", sans-serif;
    height: 100px;
}

.nav-item {
padding-top:60px;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #000 !important;
}

/* Style for the hyperlink */
.hover-link {
    text-decoration: none; /* Remove the default underline */
    position: relative; /* Position the pseudo-element relative to the link */
    color: black; /* Text color */
}

    /* Create the effect with the ::after pseudo-element */
    .hover-link::after {
        content: ''; /* Empty content for the pseudo-element */
        position: absolute; /* Absolute positioning within the parent link */
        bottom: 60px; /* Position it at the bottom of the text */
        left: 0; /* Start from the left */
        width: 0; /* Initially, the line is hidden */
        height: 2px; /* Height of the line */
        background-color: #000; /* Line color */
        transition: width 0.3s ease; /* Transition effect for growing the line */
    }

    /* On hover, grow the line from left to right */
    .hover-link:hover::after {
        width: 100%; /* Line grows to full width */
    }


.btn-slider{
    padding: 10px 25px;
    cursor: pointer;
    font-family: 'Raleway' , sans-serif;
    font-size: 18px;
    font-weight: 400;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}
.btn-main{
    padding: 10px 35px;
    cursor: pointer;
    font-family: 'Raleway' , sans-serif;
    font-size: 18px;
    font-weight: 400;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}


.small-screen{
    display: none;
}

/****************TRANSPARENT NAVBAR***************/
.bg-trans-color{
    background-color: transparent !important;
}
.bg-trans-color .navbar-nav .nav-link{
    color: #202020;
    -webkit-transition: 0.8s ease;
    -o-transition: 0.8s ease;
    transition: 0.8s ease;
}
.transparent-bar.navbar.fixed-menu.margin-nav {
    margin-top: 0;
}
.bg-trans-color .navbar-nav .nav-item {
    margin: 12px 12px;
}

.banner-icons a .icons{
    margin: 0 8px 5px 0;
    font-size: 19px;
    background-color: #202020;
    padding: 8px;
    border-radius: 50%;
    color: #fff;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    cursor: pointer;
}
.banner-icons a .icons:hover{
    color: #fff;
}
.banner-icons a .fb:hover{
    background-color: #3b5998 !important;
}
.banner-icons a .inst:hover{
    background-color: red !important;
}
.banner-icons a .twt:hover{
    background-color: #00acee !important;
}
.rounded-bar.transparent-bar{
    margin-top: 0;
}
.rounded-bar.transparent-bar.navbar.fixed-menu {
    margin-top: 0;
}
.rounded-bar.transparent-bar.margin-nav .logo{
    display: none;
}

.rounded-bar {
    z-index: 1;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 90px;
    padding: 10px 15px;
    width: 100%;
}

.nav-link.active {
    font-weight: bold;
}


.navbar-light .navbar-nav .nav-link:hover {
    color: #0c306f;
}
.navbar.fixed-menu {
    z-index: 1111;
    position: fixed;
    top: 0;
    left:0;
    right:0;
    overflow: hidden;
    height: 100px;
    background: #ffffff;
    -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.15);
    -webkit-animation-name: animationFade;
    animation-name: animationFade;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;

}
@-webkit-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.navbar-light .navbar-nav .nav-link.active {
    color: #000 !important;
}
/* ===================================
     Menu
====================================== */

.side-menu {
    width: 40%;
    position: fixed;
    right: 0;
    top: 0;
    background: #ffffff;
    z-index: 9999;
    height: 100%;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    -o-transition: -o-transform .5s ease;
    -o-transition: transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    overflow: hidden;
}
.side-menu.left {
    left: 0; right: auto;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
.side-menu.before-side {
    width: 280px;
}
.side-menu.side-menu-active,
.side-menu.before-side{
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.pul-menu .side-menu.side-menu-active {
    visibility: visible; opacity: 1;
}
.side-menu .navbar-brand {
    margin: 0 0 2.5rem 0;
}

/*Side overlay*/
#close_side_menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #202020;
    -webkit-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    -o-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    display: none;
    z-index: 1031;
    opacity: 0.4;
}

/*side clode btn*/
.side-menu .btn-close {
    height: 33px;
    width: 33px;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 30px;
    right: 25px;
    cursor: pointer;
}
.side-menu.before-side .btn-close{
    display: none;
}
.side-menu .btn-close::before, .side-menu .btn-close::after {
    position: absolute;
    left: 16px;
    content: ' ';
    height: 24px;
    width: 2px;
    background: #202020;
    top: 5px;
}
.side-menu .btn-close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.side-menu .btn-close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/*side open btn*/

.sidemenu_btn {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    width: 40px;
    padding: 6px;
    margin-right: 1rem;
    position: absolute;
    right: 15px;
    display: inline-block;
}
.sidemenu_btn span {
    height: 2px;
    width: 100%;
    background: #202020;
    display: block;
}

.sidemenu_btn span:nth-child(2) {
    margin: 5px 0;
}

.side-menu .inner-wrapper {
    padding: 3.5rem 5rem;
    height: 100%;
    position: relative;
    overflow-y: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.pul-menu.pushwrap .side-menu .inner-wrapper{
    padding: 3.5rem 2.5rem;
}
.side-menu .side-nav {
    margin-bottom: 30px;
    display: block;
}
.side-nav .navbar-nav .nav-item{
    display: block;
    margin: 15px 0; padding: 0 !important;
    opacity: 0;
    -webkit-transition: all 0.8s ease 500ms;
    -o-transition: all 0.8s ease 500ms;
    transition: all 0.8s ease 500ms;

    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
}
.side-nav .navbar-nav .nav-item:first-child {
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
}
.side-nav .navbar-nav .nav-item:nth-child(2){
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}
.side-nav .navbar-nav .nav-item:nth-child(3) {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}
.side-nav .navbar-nav .nav-item:nth-child(4) {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
}
.side-nav .navbar-nav .nav-item:nth-child(5) {
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
}
.side-nav .navbar-nav .nav-item:nth-child(6) {
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s;
}
.side-nav .navbar-nav .nav-item:nth-child(7) {
    -webkit-transition-delay: .7s;
    -o-transition-delay: .7s;
    transition-delay: .7s;
}
.side-nav .navbar-nav .nav-item:nth-child(8) {
    -webkit-transition-delay: .8s;
    -o-transition-delay: .8s;
    transition-delay: .8s;
}
.side-nav .navbar-nav .nav-item:nth-child(9) {
    -webkit-transition-delay: .9s;
    -o-transition-delay: .9s;
    transition-delay: .9s;
}
.side-menu.side-menu-active .side-nav .navbar-nav .nav-item {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
.side-nav .navbar-nav .nav-link {
    display: inline-table;
    height:40px;
    color: #202020;
    padding: 2px 0 3px 0 !important;
    font-size: 1.5rem;
    line-height: normal;
    position: relative;
    border-radius: 0;
    font-family: 'Raleway' , sans-serif;
    font-weight: 500;
}
.side-nav .navbar-nav .nav-link::after{
    content: "";
    position: absolute;
    background: #202020;
    display: inline-block;
    width: 0;
    height: 2px;
    bottom: 0px; left: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
}

.side-nav .navbar-nav .nav-link:hover::after,
.side-nav .navbar-nav .nav-link:focus::after,
.side-nav .navbar-nav .nav-link.active::after {
    width: 100%;
}
.side-nav .navbar-nav .nav-link.active {
    background: transparent;
}
.side-menu p{
    margin-top: .5rem;
    margin-bottom: 0;
}

.social-icons-simple{
    margin-bottom: 0;
    margin-left: -10px;
}

.social-icons-simple li{
    display: inline-block;
}

.side-footer p{
    color: #202020;
}



/***************HOME SECTION START************/
.home{
    background-color: #f7f8fb;
    height: 100vh;
    position: relative;
    overflow: hidden;
}


/****************MEDIA QUERIES***************/
@media screen and (width:1024px) {
    
    .small-screen {
        display: none;
    }

    .main-heading {
        font-size: 40px;
    }

    
}

@media screen and (width:768px) {

    .large-logo {
        width: 70%;
        left: 21%;
        top: 38%;
    }

    .heading {
        font-size: 33px;
    }

    

    .stats-text .main-heading {
        font-size: 36px;
    }

    .name-img .name {
        position: absolute;
        top: 4px;
        left: 20%;
        font-size: 15px;
    }

    .side-menu {
        width: 50%;
    }

    .main-heading {
        font-size: 40px;
    }

    
    
    .stats-text {
        width: auto;
    }

    

    .small-screen {
        display: block;
    }
}

@media screen and (max-width:767px) {

    h1 {
        font-size: 32px;
    }

    h2 {
        font-size: 24px;
    }

    .logo-footer {
        max-width:200px;
    }

    .home_header_mobile {
        margin-top:90px;
    }

.bg-home {
    background: linear-gradient(#e9f0fb 500px, transparent 500px) !important;
}

.bg-over {
    background: linear-gradient(#fff2e4 500px, transparent 500px);
}

.bg-training {
    background: linear-gradient(#fdedf3 500px, transparent 500px);
}

    .over-onderzoek {
margin:40px 20px 40px 20px;
    }

.bg-kaarten {
    background: linear-gradient(#edf5ec 500px, transparent 500px);
}


.bg-kaarten-voorwie {
text-align:center;
}

    .kaarten-visual-mobile {
        margin-top: 100px;
        margin-bottom: 60px;
    }

    .kaarten-hoe {
        margin: 20px 20px 40px 20px;
    }

    .training-visual-mobile {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .bg-training-leren .col-12.col-lg {
        margin-bottom:20px;
    }

    .bg-feiten-bijdragen {
        padding-top: 140px;
    }

.contact-form {
    margin-top:40px;
    background-color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding:10px 0 20px 0;
    margin-bottom:60px;
}

    .contact-button {
        display:none;
    }

    .header {
        margin-top: 90px;
    }

    .blog .home-text .sub-heading {
        font-size: 14px;
    }

    
    .small-view {
        display: block;
    }

    .stats-text {
        width: auto;
    }

    .large-logo {
        display: none;
    }

    .navbar.fixed-menu {
        height: 72px;
    }

    
    .name-img .name {
        top: 12px;
        left: 30%;
    }

    .stats-text .main-heading {
        font-size: 36px;
    }

    

    .sub-heading {
        font-size: 14px;
    }

    .stats-text .home-text .sub-heading {
        font-size: 17px;
    }

    

    .heading {
        font-size: 26px;
    }

    .small-screen {
        display: block;
    }

    .logo {
        max-width: 200px;
    }

    .side-menu {
        width: 100%;
    }

    .main-heading {
        font-size: 38px;
    }
}

@media screen and (max-width:320px) {
    
}




