.top-header {
    background-color: #fff;
}

.header.menu_home .navbar-toggle{
    display: none;
}

.header {
    position: fixed;
    width: 100%;
    margin: auto;
    z-index: 999;
    top: 0px;
    left: 0px;
}

.menu_home {
    position: fixed;
    bottom:  auto ;
    top: 0px !important;

}

.home-header, .title-overlay, .container.beheer {
    margin-top: 80px;
    width:auto;
}

.header .logo {
    background-position: left top;
    background-repeat: no-repeat;
    background-size: auto 100%;
    height: 50px;
    width: 160px;
    margin: 0px;
    display: block;

}

.uvalogo {
    max-width: 40px;
    max-height: 40px;
    margin-top: 5px;
}

.header .imglogo {
    vertical-align: middle;
    max-width: 120px;
    min-width: 100px;
    padding: 10px 10px;
}

@media (max-width: 767px) {
    .header .imglogo {
        max-width: 200px;
    }
}


.menu-container {
    background: #36b979;
}

span.text-logo {

    color: #333;
    width: auto;
    text-align: center;
    text-transform: none;
    font-size: 20px;
    padding: 10px;
    margin: 10px;
    top: 30px;
    position: relative;
}

.top-header .upperbig {
    font-size: 24px;
}

.menu-container .flat-btn {
    font-size: 15px;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: -15px;
    top: 17px;
    color: #e31837;
    cursor: pointer;
}

.menu-container .col-sm-2, .menu-container .col-sm-10 {
    padding-right: 15px;
    padding-left: 15px;
}

.menu-container .row {
    margin-left: -15px;
    margin-right: -15px;
}

.menu-container input:focus {
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.header-bc-home {
    position: relative;
    margin-top: 50px;
    margin-bottom: 50px;
}

.home-header {
    background-image: url('../images/header.jpg');
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 500px;
}

.home-title {
    color: white;
    font-weight: 300;
    font-size: 32px;
    line-height: 40px;
    background: rgba(5, 55, 75, 0.7);
    padding: 10px;
    margin-top: 140px;
    margin-left: -20px;
}

.home-title .img-ibed {
    max-width: 120px;
}

p.sub-title {
    color: white;
    font-size: 16px;
}

@media (max-width: 767px) {
    .home-title {
        margin-left: auto;
    }
}

@media (max-width: 540px) {
    .home-title {
        font-size: 20px;
        line-height: 30px;
        margin: auto;

    }
}

@media (max-width: 340px) {
    .home-title {
        font-size: 14px;
        line-height: 20px;
    }

    .home-title p {
        font-size: 12px;
        line-height: 14px;
    }

    .header-bc-home {
        margin-bottom: 15px;
    }
}

.title-overlay {
    background-image: url('../images/header0.png');
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #fff;
    position: relative;
    transition: 2s ease all;
    margin-left:0;
    margin-right: 0;
}

.title-overlay bg8 {
    background-image: url('../headers/small_5_722840.jpg');
}

.bg1 {
    background-image: url('../headers/small_5_722840.jpg');
}

.bg2 {
    background-image: url('../headers/small_7_175141.jpg');
}

.bg3 {
    background-image: url('../headers/small_8_194598.png');
}

.bg4 {
    background-image: url('../headers/small_9_558082.png');
}

.bg5 {
    background-image: url('../headers/small_10_354885.jpg');
}

.bg6 {
    background-image: url('../headers/small_11_942823.png');
}

.bg7 {
    background-image: url('../headers/small_12_703358.jpg');
}

.bg8 {
    background-image: url('../headers/small_13_323213.jpg');
}

.bg9 {
    background-image: url('../headers/small_14_533310.jpg');
}

.bg10 {
    background-image: url('../headers/small_15_882197.jpg');
}

.bg11 {
    background-image: url('../headers/small_16_866353.png');
}

.bg12 {
    background-image: url('../headers/small_17_359813.png');
}

.bg13 {
    background-image: url('../headers/small_18_409476.jpg');
}

.bg14 {
    background-image: url('../headers/small_19_774116.jpg');
}

.bg15 {
    background-image: url('../headers/small_20_208732.jpg');
}


.title-overlay .col-sm-12 {
    height: 300px;
}
.biggie {
    height: 300px;
}
.title-overlay h1 {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    color: #fff;
    background-color: #3f4f44;
    margin: 0px;
    padding: 5px 0px 5px 40px;
}

/* Micro-Small devices (iphones, 480px and down) */
@media (max-width: 480px) {

    .home-header {
        height: 250px;
    }

    .home-title {
        margin-top: 50px;
    }
}
