* {
    box-sizing: border-box;
}

body {
    font-family: Arial, Helvetica, sans-serif;
}

/* Float four columns side by side */
.column {
    float: left;
    width: 33.33% !important;
    padding: 0 10px;
}

/* Remove extra left and right margins, due to padding in columns */
.row {
    margin: 0 -5px;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Style the counter cards */
.card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    /* this adds the "card" effect */
    padding: 16px;
    text-align: center;
}

/* Responsive columns - one column layout (vertical) on small screens */
@media screen and (max-width: 600px) {
    .column {
        width: 100%!important;
        display: block;
        margin-bottom: 20px;
    }
}

.price {
    color: grey;
    font-size: 22px;
}

.page-id-6 .main-grid main>:not(figure) {
    max-width: 75rem;
}

@media screen and (min-width: 800px) {
    .menu-item-60 {
        display: inline-block;
        vertical-align: middle;
        font-family: inherit;
        -webkit-appearance: none;
        border: 1px solid transparent;
        border-radius: 20px;
        -webkit-transition: background-color 0.25s ease-out,color 0.25s ease-out;
        transition: background-color 0.25s ease-out,color 0.25s ease-out;
        font-size: 0.9rem;
        line-height: 1;
        text-align: center;
        cursor: pointer;
        background: linear-gradient(to right, #746036 0%, #8b6c3b 13%, #9c7d43 28%, #b28c4a 48%, #bd9b55 68%, #c8a860 87%, #c8a860 110%);
    }

    .menu-item-60 a {
        color: #fefefe;
    }

    .menu-item-60 a.active {
        display: inline-block;
        vertical-align: middle;
        font-family: inherit;
        -webkit-appearance: none;
        border: 1px solid transparent;
        border-radius: 20px;
        -webkit-transition: background-color 0.25s ease-out,color 0.25s ease-out;
        transition: background-color 0.25s ease-out,color 0.25s ease-out;
        font-size: 0.9rem;
        line-height: 1;
        text-align: center;
        cursor: pointer;
        background: linear-gradient(to right, #746036 0%, #8b6c3b 13%, #9c7d43 28%, #b28c4a 48%, #bd9b55 68%, #c8a860 87%, #c8a860 110%);
    }

    .menu-item-60 a.active {
        color: #fefefe;
    }

    .menu-item-60 a.hover {
        color: #fefefe;
    }
}

/* Landingspagina */
.onw-content {
    font-size: 18px;
    line-height: 1.8;
}

.onw-content .responsive-embed, .onw-content .flex-video {
    padding-bottom: 75%!important;
}

.onw-content h2, .onw-content .h2 {
    font-size: 1.25em;
    margin-bottom: 15px;
}

.onw-parallax {
    padding: 150px 0;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.onw-parallax > img {
    opacity: 1;
    position: fixed;
}

.no-cover + .onw-content {
    margin-top: 50px;
}

.onw-no-pad-top {
    padding-top: 0;
}

.onw-usps {
    display: flex;
    flex-wrap: wrap;
    margin-left: 0;
}

.onw-usps li {
    width: 33%;
    list-style: none;
    padding: 10px;
}

.onw-usps li:before {
    content: '\f00c';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    margin-right: 10px;
}

@media (max-width: 767px) {
    .onw-usps li {
        width: 100%;
    }

    .onw-content .button {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .onw-flex {
        display: flex;
        padding: 0;
    }

    .header-contact-details .grid-x > .cell:first-child {
        width: 40%;
    }

    .header-contact-details .grid-x > .cell:last-child {
        width: 60%;
        display: flex;
        align-items: center;
    }
}

/* END Landingspagina */
