body {
    overflow-x: hidden;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index:-1000;
}
header {
    background-image: url(/wp-content/themes/NetCare/images/main/header1.webp);
    overflow: hidden;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 78%;
    z-index: 0;
    background-size: 100% auto;
    background-repeat: no-repeat;
    position: relative;
}

header.page {
    height: 50%;
    min-height: 475px;
    background-image: url(/wp-content/themes/NetCare/images/main/header3.png);
}

.header-background {
    animation: 1s ease-out 0s 1 bounce-in;
    background-image: url(/wp-content/themes/NetCare/images/main/header2.png);
    opacity: 0.3;
    width: 100%;
    background-size: 100% auto;
    position: absolute;
    height: 80%;
    background-repeat: no-repeat;
    z-index: 0;
    left: 0;
    top: 0;
}

header .header-title {
    font-size: 40px;
    font-family: "Poppins";
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 1;
    text-align: center;
    text-shadow: 4px 4px 7px rgba(16, 17, 17, 0.6);
    margin: 0;
    margin-top: 100px;
    transform: translatey(-50%);
    top: 20%;
    position: absolute;
    width: 100%;
    left: 0;
}

header.page .header-title {
    margin-top: 60px;
}

header .header-subtitle {
    font-size: 18px;
    font-family: "Roboto";
    color: rgb(255, 255, 255);
    line-height: 1.333;
    text-align: center;
    margin-bottom:15%;
}

.centered {
    width: 100%;
    transform: translateY(-100%);
    text-align: center;
    top: 62%;
    position: absolute;
    left: 0;
}

a.btn.btn-header {
    padding: 12px 40px;
    background: #ff6e17;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    margin: 16px;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background: transparent;
}

ul.dropdown-menu {
    border-radius: 0;
    border: 0px;
    background: rgba(0,0,0,0.2);
    min-width: 72px;
    padding: 0 8px;
    box-shadow: 0px 0px 5px #fff;
}

.navbar-brand>img {
    padding-top: 7px;
}

ul.nav.navbar-nav.navbar-right {
    z-index: 1;
    width: 100%;
    position: absolute;
}

@media (min-width: 1212px) {
    header, .header-background {
        background-position: center bottom;
    }
}

@media (max-width: 992px) {
    section.artikel .col-md-6.images div:first-child img {
        display: none;
    }

    header, .header-background {
        background-size: auto 100%;
        background-position: center bottom;
    }

    header .header-title {
        font-size: 35px;
    }
}

@media only screen and (max-width: 476px){
    .centered {
        top: 85%;
    }
}

.navbar-header {
    width: 100%;
}

.navbar-toggle .icon-bar {
    background: #fff;
}

button.navbar-toggle.collapsed {
    margin-top: 14px;
}

@media (min-width: 1600px) {

    header.page .header-title {
        margin-top: 50px;
    }
}
@media (max-width: 768px) {
    ul.nav.navbar-nav.navbar-right {
        position: relative;
    }

    div#navbar-collapse-4 {
        padding: 34px 0;
        width: 100%;
        position: absolute;
        left: 0px;
        top: 0px;
        background: rgba(255,255,255,0.95);
        overflow: hidden;
        z-index: 20;
    }

    .navbar-nav > li.active {
        border-top: 0;
        border-bottom: 2px solid #fff;
    }

    .navbar-nav > li.open {
        background: rgba(0,0,0,0.5);
    }

    .dropdown-menu>li>a {
        color: #fff !important;
        font-family: 'Roboto';
        font-size: 18px;
        text-align: center;
        padding: 12px !important;
        background: rgba(0,0,0,0) !important;
    }

    .navbar-nav > li {
        border-top: 0;
        border-bottom: 2px solid transparent;
    }

    .navbar-nav > li > a {
        color: #666;
        min-width: 90px
    }

    .navbar-nav > li:hover {
        border-bottom: 2px solid #fe0096;
        border-top: 0;
    }

    .navbar .navbar-nav {
        padding-left: 0;
    }
}

@keyframes bounce-in {
    0% {
        transform: scale(0.3);
        opacity: 0;
    }
    50% {
        transform: scale(1.05);
    }
    70% {
        transform: scale(0.9);
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

/* Alleen het zoekicoon wit maken in de menubalk */
header .search-icon {
    stroke: #fff !important;
}
