html {
    position: relative;
    width: 100%;
    height: 100%;
    font-size: 0.9rem;
}

@font-face{
    font-family: 'Vidaloka';
    src: url('../fonts/Vidaloka-Regular.otf');
}

body {
    height: 100%;
    background-color: #fff;
    color: #000;
    box-sizing: content-box;
    -webkit-backface-visibility: hidden;
}

#pageContainer {
    position: relative;
    padding: 0;
    min-height: 100%;
}

header{
    padding: 10px 0 10px 15px;
    background-color: #f59e33;
    color: #fff;
}

footer{
    position: relative;
    padding: 30px 0 20px;
    background-color: #f59e33;
    background-color: #000;
    color: #fff;
}

.footer-shape{
    position: absolute;
    right: 0;
    top: -1px;
    width: 200%;
    height: 30px;
    fill: #fff;
    transform: scaleY(-1);
    z-index: 3;
}

.footer-shape-bar{
    position: absolute;
    right: 0;
    top: 5px;
    width: 200%;
    height: 30px;
    fill: #f59e33;   
    transform: scaleY(-1);
    z-index: 2;
}

/********************************/
/**************Divs**************/
/********************************/

.logo{
    height: 75px;
}

.nieuws{
    position: relative;
    padding: 5px 15px;
    background-color: #000;
    color: #fff;
    box-shadow: 0 0.5px 0 0 #000, 0 -0.5px 0 0 #000;
}

.nieuws ul{
    padding: 0 20px;
}

.nieuws ul li{
    margin: 8px 0; 
}

.nieuws .sub-title{
    font-size: 0.95rem;
    font-style: italic;
}

.nieuws-shape-top{
    display: block;
    position: relative;
    bottom: 0;
    width: 100%;
    height: 10px;
    fill: #000;
    transform: scaleX(-1);
}

.nieuws-shape-bottom{
    display: block;
    position: relative;
    top: 0;
    width: 100%;
    height: 10px;
    fill: #000;
    transform: scaleX(-1) scaleY(-1);
}

.link-image{
    position: relative;
    width: 100%;
    padding-bottom: 80%;
    overflow: hidden;
}

.link-image .img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    /*filter: brightness(0.85);*/
    transition: all 0.3s;
}

.link-image .txt{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 10px 0;
    background-color: #000;
    color: #f59e33;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 500;
}

/*
.link-image:hover .img{
    transform: scale(1.1);
    filter: brightness(1.15);
    transition: all 0.4s;
}
*/

.baroef-logo{
    width: 100%;
    max-width: 120px;
}

footer ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

.open-day{
    display: inline-block;
    width: 30px;
}

footer .title{
    font-family: 'Vidaloka';
    font-size: 1.4rem;
}

#legal-footer{
    padding: 15px 0;
    background-color: #f59e33;
    color: #ffffff;
    text-align: center;
}

/********************************/
/**********Other Pages***********/
/********************************/

/********************************/
/**************Menu**************/
/********************************/

#nav{
    position: relative;
}

#nav ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

#nav ul li{
    display: inline-block;
    position: relative;
    line-height: 70px;
    font-size: 1.1rem;
}

#nav ul li::after{
    content: " -";
    margin: 0 4px;
    color: #ffffff;
}

#nav ul li:last-child::after{
    display: none;
}

#nav ul li a{
    color: #ffffff;
    text-decoration: underline;
    text-decoration-color: transparent;
    transition: all 0.05s;
}

#nav ul li a:hover{
    color: #fff;
}

#nav ul li ul{
    display: none;
    position: absolute;
    left: 0;
    top: 50px;
    padding: 10px 15px;
    background-color: #f59e33;
    white-space: nowrap;
    z-index: 14;
}

#nav ul li:hover ul{
    display: block;
}

#nav ul li ul li{
    display: list-item;
    line-height: 30px;
    font-size: 1rem;
}

#nav ul li ul li::after{
    display: none;
}

#but-menu{
    margin: 8px 0 0;
    height: 20px;
    cursor: pointer;
    transition: all 0.15s;
}

#but-menu:hover{
    transform: scale(1.05);
    transition: all 0.25s;
}

/********************************/
/**************Heads*************/
/********************************/

h1, h2{
    color: #f59e33;
    font-size: 1.8rem;
    font-weight: 600;
}

/********************************/
/************Paragraphs**********/
/********************************/

/********************************/
/**************Buttons***********/
/********************************/

a, a:hover{ 
    color: inherit;
    cursor: pointer;
}

.content a{
    text-decoration: underline;
}

.side-link{
    display: inline-block;
    position: fixed;
    right: 0;
    top: 45%;
    padding: 5px 8px;
    background-color: #f59e33;
    color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    transform-origin: right bottom;
    transform: rotate(-90deg);
    letter-spacing: 1px;
    font-size: 1.1rem;
    font-weight: 600;
    z-index: 200;
    transition-duration: 0.1s;
}

.side-link:hover{
    color: #000;
    text-decoration: none;
}

/********************************/
/**************Sliders***********/
/********************************/

#header-slider{
    position: relative;
    width: 100%;
    height: 600px;
}

#header-slider > div{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    z-index: -1;
}

.header-shape{
    position: absolute;
    left: 0;
    top: -1px;
    width: 100%;
    height: 30px;
    fill: #f59e33;
    transform: scaleY(-1);
}

.header-slider-shape{
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 30px;
    fill: #fff;
}

#header-slider .title{
    position: relative;
    color: #fff;
    text-shadow: 0 0 6px #000, 0 0 3px #555;
    line-height: 50px;
    font-family: 'Vidaloka';
    font-size: 50px;
}

/********************************/
/********************************/
/********************************/

.text-orange{
    color: #f59e33;
}

.underlined{
    text-decoration: underline !important;
}

footer a:hover {
    color: #f59e33 !important;
    text-decoration: none;
}

footer ul li ul {
    display: none;
}

input, textarea {
    padding: 5px;
    width: 100%;
    max-width: 100%;
    border: 1px solid #f59e33;
}

textarea {
    height: 150px;
}

.cfield {
    display: none;
}

input[type="submit"] {
    padding: 5px 20px;
    width: auto;
    color: #ffffff;
    background: #f59e33;
}

.content a { color: #f89d45; }

@media only screen and (max-width: 1199px) {
    
    
    #header-slider{
        height: auto;
        padding-bottom: 33%;
    }
}

@media only screen and (max-width: 991px) {
    
    
    #header-slider .title{
        line-height: 40px;
        font-size: 40px;
    }

    #nav{
        text-align: center;
    }

    #nav ul{
        height: 0;
        overflow: hidden;
    }

    #nav ul li{
        display: list-item;
        position: relative;
        line-height: 30px;
    }

    #nav ul li::after{
        display: none;
    }

    #nav ul li ul{
        display: block;
        position: static;
        left: 0;
        top: 0;
        height: 0;
        padding: 0;
        background-color: transparent;
        overflow: hidden;
        background: #f9b667;
    }

    #nav ul li ul li{      
    }
}

@media only screen and (max-width: 767px) {
    
    header{
        padding: 15px 0;
    }

    .logo{
        height: 40px;
    }

    .header-shape{
        display: none;
    }

    .header-slider-shape{
        height: 10px;
    }

    #header-slider .title{
        line-height: 30px;
        font-size: 30px;    
    }
    
    .link-image3 {
        display: none !important;
    }
    
    #header-slider{
        position: relative;
        width: 100%;
        min-height: 400px;
    }
}

@media only screen and (max-width: 575px) {
    
    #header-slider .title{
        line-height: 15px;
        font-size: 15px;
    }
}

@media only screen and (max-width: 400px) {
}