@media all and (max-width: 768px) {
.header.flexbox {
    overflow: hidden;
}

html body .nav--main > .menu-item > a {
    padding: 0px 10px;
}
html .site-title--image img {
    padding: 0px!important;
    max-height: 198px!important;
    margin-bottom: -6px;
}

html .site-title--image {
    max-width: 100%;
}


header.site-header {
    position: relative;
}


.header:before {content: "overlay";position: absolute;background: white;top: 0px;left: 0px;width: 100%;height: 100%;z-index: 9;font-size: 0px;opacity: 0.4;}

.header--sticky .site-header__container .flexbox * {
    z-index: 999999;
    position: relative;
}
}

header .navigation {
    background: #333;
    padding: 15px 0px!important;
}

header .navigation a {
    color: white;
    font-size: 13px;
    line-height: 22px;
    text-transform: none;
}

body .nav--main > .menu-item > a {
    padding: 0px;
}

html .nav-separator-bars .navigation--main > ul > li a:before {
    opacity: 0.5!important;
}

.header {
    background: url(https://christiaanbrinkhoff.com/wp-content/uploads/2023/06/header.png) #e8e8e8;
    background-size: cover;
    background-position: center;
}

p.site-header__description {
    display: none;
}

nav#js-navigation--main {
    border: none;
}

.btn, .comments_add-comment, .form-submit #comment-submit, .widget_tag_cloud a, .load-more__button {
    background: #026fd9;
}

.form-search .search-submit {
    color: white;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton {
    background-color: #026fd9;
}

h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .article-archive .article__title a, .article-archive .article__title a:hover {
    color: #026fd9;
}