

#page-head-half {
    position: relative;
    left: 0px;
    top: 0px;
    max-width: none!important;
    max-height: none!important;
    min-height: 100%;
    width: 100%;
    height: auto;
    overflow: hidden;
    z-index: 0;
    background-size: cover;
    background-position: center;
}

.nieuws-background {
    background-image: url("../../img/home1.jpg");
}

#page-head-half .container {
    padding-top: 180px;
    padding-bottom:80px;
}

#page-head-half h1, #page-head-half p {
    color:#fff;
}

#page-head-half .btn {
    margin: auto;
    display: table;
    margin-top:20px;
    padding:15px 20px;
    outline: none;
}