

#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;
}

.diensten-background {
    background-image: url("https://images.pexels.com/photos/1427541/pexels-photo-1427541.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260");
}

#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;
}

#services ul {
    padding:0;
    margin:0;
}

#services ul li {
    list-style-type: none;
    padding:0;
    margin:0;
}

#services ul li:before {
    content: url(../../img/v.svg);
    vertical-align: middle;
    display: inline-block;
    margin-right: 16px;
    width:16px;
}

#services ul li p {
    display: inline-block;
}

/*.carousel-control-prev-icon,*/
/*.carousel-control-next-icon {*/
/*    height: 100px;*/
/*    width: 100px;*/
/*    outline: black;*/
/*    background-size: 100%, 100%;*/
/*    border-radius: 50%;*/
/*    border: 1px solid black;*/
/*    background-image: none;*/
/*}*/

/*.carousel-control-next-icon:after*/
/*{*/
/*    content: '\f3d3';*/
/*    font-size: 55px;*/
/*    color: green;*/
/*}*/

/*.carousel-control-prev-icon:after {*/
/*    content: '\f3d3';*/
/*    font-size: 55px;*/
/*    color: green;*/
/*}*/