/* Top bar */
* {
    --normal-container-max-width: 1200px;
}

.ct-header-text a {
    margin-right: 25px;
}
/* END Top bar */
/* Sticky header fix */
[data-sticky="yes:shrink"] > :not([data-row="middle"]) {
    display: none;
}
/* END Sticky header fix */
/* Header button */
#header .onw-menu-highlight a {
    background-color: #ed7f3c;
    height: auto!important;
    line-height: normal;
    color: #ffffff!important;
    margin: 0 15px;
    padding: 10px 25px!important;
    border-radius: 3px!important;
}

#header .onw-menu-highlight a:before {
    display: none;
}

#header .onw-menu-highlight a:hover {
    background-color: #f09761;
}

#header .onw-menu-highlight + .onw-menu-highlight a {
    background-color: #8B8C5A;
}
#header .onw-menu-highlight + .onw-menu-highlight a:hover {
    background-color: #BAC05E;
}
/* END Header button */
/* Home */
.hover-blocks-home > .ugb-inner-block > .ugb-block-content > .ugb-columns__item > .ugb-column > .ugb-inner-block > .ugb-block-content > .ugb-column__item:hover a {
    color: inherit;
    text-decoration: underline;
}

.hover-blocks-home > .ugb-inner-block > .ugb-block-content > .ugb-columns__item > .ugb-column > .ugb-inner-block > .ugb-block-content > .ugb-column__item a {
    transition: none;
}
/* END Home */
/* Referenties */
.onw-referenties-inner {
    margin: auto;
    max-width: 1200px;
}

.onw-referenties {
    border-top: solid 1px #f2f2f2;
    margin-top: 50px;
    padding: 50px 0;
}

.onw-referenties-wrapper img {
    width: calc((100% / 6) - 30px);
    margin: 0 15px;
    min-width: 150px;
}

.onw-referenties-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
}

.onw-referenties-block img {
    object-fit: contain!important;
}
/* END Referenties */
/* USP bar */
.onw-usp-bar {
    display: flex;
    justify-content: space-between;
    list-style: none;
    padding: 0;
}

.onw-usp-bar li:before {
    content: '\f00c';
    font-family: 'FontAwesome';
    margin-right: 5px;
}

.onw-usp-bar li {
    font-size: 18px;
    margin: 5px!important;
}
/* END USP bar */
/* Footer */
#footer-menu a:hover {
    color: inherit;
    text-decoration: underline;
}
/* END Footer */