@charset "utf-8";
/* CSS Document */

h1, h2, h3, h4, h5{
   color: #ef7b00;
}

.button-orange{
    display: inline-block;
    font-weight: 700;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: #ef7b00;
    border: 1px solid transparent;
    font-size: 24px;
    width:100%;
    padding: 15px 0px;
    border-radius: 25px;
    margin: 20px 0px;
}


.video-container {
    position:relative;
    padding-bottom:56.25%;
    padding-top:30px;
    height:0;
    overflow:hidden;
    margin-bottom: 40px;
}

.video-container iframe, .video-container object, .video-container embed {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

#mainheader{
    position: relative;
    z-index: 1;
}

.topbarsearch{
    background: #fff;
}

.topbarmenu{
    background: #ef7b00;
}

.dropdown-menu{
    background: #ef7b00;
    border: none;
    padding: 15px;
    width: max-content;
}

.form-group label {
    text-align: left;
    margin-bottom: 0;
    padding-top: 7px;
}

.form-group{
    padding: 5px;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.btn {
    display: inline-block;
    font-weight: 700;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: #ef7b00;
    border: 1px solid transparent;
    padding: 5px 40px;
    margin: 10px 0px;
    font-size: 16px;
    border-radius: 15px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.vacbox{
    padding: 15px;
    border: 1px solid #d7dde0;
    border-radius: 15px;
}

.dropdown-menu li{
    border-bottom: 1px solid #fff;
}

.searchform{
    padding: 0px 0px 10px 0px;
}

.logo{
    position: relative;
    padding: 0px 10px 0px 10px;
}


.imagebox{
   margin: 15px 0px 15px 0px;
}

.newsitem{
    background: #fff;
    padding: 15px;
    border-radius: 15px;
    margin-bottom: 30px;
}

.newsitem img{
    margin-bottom: 30px;
}

.blogitem{
    background: #f5bf86;
    padding: 15px;
    border-radius: 15px;
    margin-bottom: 30px;
}

.homepage .whitebox, .homepage .imagebox{
    margin: 40px 0px;
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 2.5rem 2rem -2rem hsl(200 50% 20% / 40%);
}

.articlecontent{
    padding: 30px;
    position: relative;
    margin: 0;
    background: #ffffffc2;
    display: block;
    border-radius: 30px;
}

.articleimages{
    position: relative;
}

.sponsoren-footer{
    border-top: solid 1px #9a9a9a;
    border-bottom: solid 1px #9a9a9a;
    padding: 30px 0px;
    Margin: 30px 0px;
}

.footer{
    padding: 40px;
    background: #ef7b00;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

    .logo, .label{
        display: block;
        position: relative;
        padding: 0px 10px 0px 10px;
    }

    .searchform{
        padding: 20px 0px;
    }

    .articlecontent{
        padding: 30px;
        position: relative;
        margin: 0;
        background: #ffffffc2;
        display: block;
        border-radius: 30px;
        z-index: 1;
    }

}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .logo{
        display: block;
        position: absolute;
        padding: 0px 10px 0px 10px;
    }

    .articlecontent{
        padding: 30px;
        position: relative;
        margin: -20% 10% 40px 10%
        background: #ffffffc2;
        display: block;
        border-radius: 30px;
        z-index: 1;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .logo{
        position: absolute;
        padding: 0px 30px 30px 30px;
    }

    .articlecontent{
        padding: 40px;
        position: relative;
        margin: -20% 10% 40px 10%
        background: #ffffffc2;
        display: block;
        border-radius: 30px;
        z-index: 1;
    }

}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .logo{
        display: block;
        position: absolute;
        padding: 0px 30px 30px 30px;
    }
    .articlecontent{
        padding: 50px;
        position: relative;
        background: #ffffffc2;
        display: block;
        z-index: 0;
    }
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
    .logo, .label{
        display: block;
        position: absolute;
        padding: 0px 30px 30px 30px;
    }
        .articlecontent {
            padding: 100px;
            position: relative;
            background: #ffffffc2;
            display: block;
            z-index: 0;
        }

}
/* Hoofdmenu: submenu op desktop openen bij hover, zodat de klik op het
   hoofditem gewoon naar de pagina navigeert. Op mobiel regelt javascript
   dit (eerste tik = submenu openen, tweede tik = link volgen). */
@media (min-width: 992px) {
    .navbar .dropdown:hover > .dropdown-menu {
        display: block;
        margin-top: 0; /* geen gat tussen item en submenu, anders sluit hij bij het bewegen van de muis */
    }
}
