/* Homepage */
.onw-services .onw-column {
    position: relative;
    color: #ffffff;
    min-height: 300px;
}

.onw-services .onw-column .onw-image {
    position: absolute;
    left: 25px;
    width: calc(100% - 50px);
    height: 300px;
    background-color: #000000;
}

.onw-services .onw-text {
    position: absolute;
    left: 50%;
    top: 150px;
    transform: translate(-50%, -50%);
    width: calc(100% - 100px);
}

.onw-services .onw-text ~ .onw-text {
    position: static;
    transform: none;
    color: initial;
    width: calc(100% - 30px);
    margin: 325px auto 0;
}

.onw-services .onw-column .onw-image img {
    opacity: 0.5;
}

.onw-services .button {
    position: static;
}

.button {
    display: inline-block;
    padding: 10px 25px;
    background-color: #f7931e;
    color: #ffffff;
    font-weight: 600;
}

.onw-services h3 {
    font-size: 1.5em;
    margin-bottom: 25px;
    min-height: 54px;
}

.onw-services .onw-container {
    max-width: 1220px;
}

.onw-check-list li:before {
    content: '\f00c';
    font-family: 'FontAwesome';
    margin-right: 10px;
    color: #f7931e;
}

.onw-side-image img {
    max-height: 320px;
    object-position: bottom;
}

.onw-hero h3 {
    font-size: 1.5em;
    text-align: center;
}

.onw-maps * {
    padding: 0!important;
}

.onw-maps iframe {
    width: 100%;
		height: 500px;
		display: block;
}

.button:hover {
    background-color: #a4010b;
}

@media (max-width: 767px) {
    .onw-services .onw-column {
        padding: 0;
        margin: 30px 0 0;
    }

    .onw-services .onw-column .onw-image {
        left: 0;
        top: 0;
        width: calc(100% + 30px);
        height: 100%;
    }

    .onw-services .onw-text {
        padding: 75px 0!important;
    }

    .onw-side-image {
        display: none;
    }
}

/* END Homepage */
/* Diensten pagina's */
.onw-service-cta .progressbar {
    display: flex;
    margin: 0;
    justify-content: center;
}

.onw-service-cta .progressbar li:before {
    position: relative;
    z-index: 2;
}

.onw-service-cta .progressbar li:after {
    z-index: 1;
}

.onw-service-hero .onw-image {
    min-height: 100%;
    height: 500px;
}

.onw-service-cta {
    padding: 50px 0;
}

.onw-service-cta .onw-html {
    margin: 25px 0;
}

.onw-service-cta h3 {
    text-transform: uppercase;
    font-size: 1.5em;
}

/* END Diensten pagina's */
