@charset "utf-8";
/* CSS Document */

#mainheader{
    position: relative;
    z-index: 10;
}

.topbarmenu{
    background: #fff;
    position: fixed;
    width: 100%;
    z-index: 1;
    opacity: 0;
}

.wrapper{
    position: relative;
    overflow: visible;
    height: fit-content;
    display: contents;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.wrapper::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.wrapper {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

.topbarmenutop{
    position: relative;
    z-index: 2;
}

.bgimage{
    padding: 0px;
    position: absolute;
    left: calc(-50vw + 50%);
    width: 100vw;
    z-index: 0;
}

.wline{
    position: relative;
    top: 0px;
    z-index: 1;
}

.bgimageimg{
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 0;
}

.bgimage img{
    width: 100%;
}

.slideinleft{
    animation: slideInLeft; /* referring directly to the animation's @keyframe declaration */
    animation-duration: 2s; /* don't forget to set a duration! */
}

.slideinright{
    animation: slideInRight; /* referring directly to the animation's @keyframe declaration */
    animation-duration: 2s; /* don't forget to set a duration! */
}

.logowit{
    width: 80%;
    margin: 30px auto;
    text-align: center;
    position: relative;
    display: block;
}

.content{
    text-align: center;
    color: #fff;
    display: block;
    position: relative;
}

.quote_left{
    font-family: 'Merriweather', serif;
    font-weight: 700;
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    line-height: 1.1em;
    width: 100%;
    margin: 100px 0px 50px 0px;
    position: relative;
}

.quote_right{
    font-family: 'Merriweather', serif;
    font-weight: 700;
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    line-height: 1.1em;
    width: 100%;
    margin: 100px 0px 50px 0px;
    position: relative;
}

.voorbeelden h1{
    font-family: 'Josefin Sans', sans-serif;
    font-size:24px;
    font-weight: 500;
}

.voorbeelden{
    background: #0e6e31;
    color: #fff;
    Padding: 35px;
    width: 100%;
    position: relative;
    top: 50px;
    z-index: 1;
}

.text_left{
    background: #c5850d;
    color: #fff;
    Padding: 35px;
    width: 100%;
    position: relative;
    top: 0px;
    z-index: 2;
}

.text_right{
    background: #c5850d;
    color: #fff;
    Padding: 35px;
    width: 100%;
    position: relative;
    top: 0px;
    z-index: 2;
}


.imagebox{
    position: relative;
    z-index: 1;
   margin: 15px 0px 15px 0px;
}

.logo{
    display: block;
    position: relative;
    padding: 0px;
    width:80%;
}

.blok{
    position: relative;
    margin-bottom: 50px;
}

.linkblok{
    position: absolute;
    background: #c5850d;
    color: #fff;
    font-size: 24px;
    text-align: center;
    width: 80%;
    padding: 10px 25px 5px 25px;
    bottom: -25px;
}

.form-control{
    margin: 15px 0px;
}

.action_but{
    background: #103d6a;
    color: #fff;
    float:right;
    border-radius: 15px;
    padding: 10px 25px;
}

.action_but:hover{
    color: #c5850d;
}

.footer{
    position: relative;
    background: #103d6a;
    padding: 40px 0px;
    z-index: 10;
    margin-top: 100px;
}

/*********** OPVULLINGEN **************/

.opvulgreen{
    height:500%;
    width:100%;
    background: #0e6e31;
}

.opvulblue{
    height:500%;
    width:100%;
    background: #103d6a;
}

.opvulyello{
    height:500%;
    width:100%;
    background: #c5850d;
}
/*********** OPVULLINGEN **************/

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    .bgimage img{
        width: 160%;
    }

    .logowit{
        width: 80%;
        margin: 30px auto;
    }

    .quote_left{
        width:70%;
        font-size: 30px;
    }

    .quote_right{
        width:70%;
        font-size: 30px;
        float:right;
    }

}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

    .bgimage img{
        width: 160%;
    }

    .logowit{
        width: 60%;
        margin: 30px auto;
    }

    .quote_left{
        width:70%;
        font-size: 30px;
        margin: 100px 0px 150px 0px;
    }

    .quote_right{
        width:70%;
        font-size: 30px;
        float:right;
        margin: 100px 0px 200px 0px;
    }

    .text_left {
        top: -100px;
        width: 120%;
    }

    .text_right {
        top: -100px;
        left: -100px;
        width: 120%;
    }

    .voorbeelden{
        width: 80%;
        margin: 0px auto 0px auto;
    }

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

    .bgimage img{
        width: 140%;
    }

    .logowit{
        width: 50%;
        margin: 100px auto;
    }

    .quote_left{
        width:50%;
        font-size: 34px;
    }

    .quote_right{
        width:50%;
        font-size: 34px;
        float:right;
    }

    .text_left {
        top: -100px;
        width: 115%;
    }

    .text_right {
        top: -100px;
        left: -100px;
        width: 110%;
    }

    .voorbeelden{
        width: 70%;
        margin: 0px auto 0px auto;
    }

}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

    .bgimage img{
        width: 120%;
    }

    .logowit{
        width: 40%;
        margin: 100px auto;
    }

    .quote_left{
        width:50%;
        font-size: 34px;
    }

    .quote_right{
        width:50%;
        font-size: 34px;
        float:right;
    }

    .text_left {
        top: -100px;
        width: 115%;
    }

    .text_right {
        top: -100px;
        left: -100px;
        width: 110%;
    }

    .voorbeelden{
        width: 50%;
        margin: 0px auto 0px auto;
    }

    /*********** OPVULLINGEN **************/

    .opvulgreen{
        height:250%;
        width:100%;
        background: #0e6e31;
    }

    .opvulblue{
        height:250%;
        width:100%;
        background: #103d6a;
    }

    .opvulyello{
        height:250%;
        width:100%;
        background: #c5850d;
    }
    /*********** OPVULLINGEN **************/

}


/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {

    .bgimage img{
        width: 100%;
    }

    .logowit{
        width: 40%;
        margin: 100px auto;
    }

    .quote_left{
        width:50%;
        font-size: 40px;
    }

    .quote_right{
        width:50%;
        font-size: 40px;
        float:right;
    }

    .text_left {
        top: -100px;
        width: 120%;
    }

    .text_right {
        top: -100px;
        left: -100px;
        width: 120%;
    }

    .voorbeelden{
        width: 50%;
        margin: -100px auto 0px auto;
    }

    /*********** OPVULLINGEN **************/

    .opvulgreen{
        height:200%;
        width:100%;
        background: #0e6e31;
    }

    .opvulblue{
        height:200%;
        width:100%;
        background: #103d6a;
    }

    .opvulyello{
        height:200%;
        width:100%;
        background: #c5850d;
    }
    /*********** OPVULLINGEN **************/

}