@media (max-width: 767px) {
    .home-header .header-feature {
        display: none;
    }
}
/* Landingspagina */
.onw-content.onw-colour-white {
    background-color: #262626;
}

.onw-content.onw-colour-grey {
    background-color: #171717;
}

.onw-content {
    font-size: 18px;
    line-height: 1.8;
}

.onw-hero {
    padding: 225px 0 125px;
}

.onw-html .open-from-hours, .onw-html .open-until-hours {
    color: #fcbf49;
}

.onw-hero .onw-html > :first-child {
    padding-top: 24px!important;
}

.onw-usp-row {
    padding: 15px 0;
    line-height: 16px;
}

.onw-usp-row .wp-block-uagb-icon-list-child {
    display: flex;
    align-items: center;
}

.onw-usp-row .wp-block-uagb-icon-list-child > :first-child {
    display: block!important;
    margin-right: 15px;
}

.onw-usp-row .wp-block-uagb-icon-list-child > :first-child svg {
    height: 30px;
}

.onw-usp-row .wp-container-4 > * {
    align-self: center!important;
}

.onw-usp-row .uagb-icon-list__label a {
    font-size: 16px;
}

.onw-content .button .fa {
    margin-right: 15px;
}

.onw-content .button {
    font-size: 1em;
    padding: 10px 25px;
}

.onw-hero h1 {
    font-size: 54px;
    text-transform: uppercase;
    font-weight: 800;
}

.onw-hero .onw-background-img {
    opacity: 0.6;
}

.onw-form iframe {
    width: 100%;
    min-height: 600px;
    border: solid 15px #171717;
    border-radius: 5px;
}

@media (max-width: 767px) {
    .onw-hero h1 {
        font-size: 36px;
    }

    .onw-hero {
        padding: 125px 0;
    }

    .onw-usp-row .wp-container-4 > *:not(:first-child) {
        display: none;
    }

    .onw-usp-row .onw-text {
        padding: 0;
    }

    .onw-column:has(.onw-text) + .onw-column > .onw-text {
        padding-top: 0;
        margin-top: -50px;
    }

    .onw-column:has(.onw-image) {
        order: 1;
    }
}
/* END Landingspagina */