@font-face {
    font-family: "KievitWeb W07 Regular";
    src: url("https://db.onlinewebfonts.com/t/46d3877aa4bb5bcb284281e0c9544c18.eot");
    src: url("https://db.onlinewebfonts.com/t/46d3877aa4bb5bcb284281e0c9544c18.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/46d3877aa4bb5bcb284281e0c9544c18.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/46d3877aa4bb5bcb284281e0c9544c18.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/46d3877aa4bb5bcb284281e0c9544c18.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/46d3877aa4bb5bcb284281e0c9544c18.svg#KievitWeb W07 Regular")format("svg");
}
@font-face {
    font-family: "KievitWeb W07 Bold";
    src: url("https://db.onlinewebfonts.com/t/889be4190846d6277e571f98abdf0a69.eot");
    src: url("https://db.onlinewebfonts.com/t/889be4190846d6277e571f98abdf0a69.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/889be4190846d6277e571f98abdf0a69.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/889be4190846d6277e571f98abdf0a69.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/889be4190846d6277e571f98abdf0a69.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/889be4190846d6277e571f98abdf0a69.svg#KievitWeb W07 Bold")format("svg");
}

* {
    box-sizing: border-box;
}

::after, ::before {
    box-sizing: border-box;
}

body, html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizelegibility;
}

body {
    font-size: 17px;
    line-height: 1.5;
    font-family: "KievitWeb W07 Regular", Arial, sans-serif;
    -webkit-font-feature-settings: 'case' 1;
    font-feature-settings: 'case' 1;
    color: #333;
    margin: 0;
    background: #f6f6f6;
}

body.noscroll {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

a {
    color: #c90000;
    text-decoration: none;
}

a:active, a:hover {
    outline: 0;
}

a:hover {
    color: #7d0000;
    text-decoration: none;
}

img {
    border: 0;
    vertical-align: middle;
}

ul {
    margin-top: 0;
    margin-bottom: 12.5px;
}

p, ul {
    margin: 0 0 20px;
}

ol, ul {
    margin-top: 0;
    margin-bottom: 12.5px;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}



button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

input:focus, select:focus, textarea:focus {
    outline: 0;
    transition: border .2s linear;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    line-height: inherit;
    margin: 0;
}

input {
    line-height: normal;
}



button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button, input {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

input[type="date"], input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], select, textarea {
    height: 40px;
    background-color: #fff;
    padding: 5px 10px;
    display: block;
    width: 100%;
    color: #333;
    border: 1px solid #ddd;
    border-radius: 0;
}

input[type="date"], input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], select, textarea {
    -webkit-appearance: none;
    box-shadow: none;
}

.header{
    background: #fff;
}
.header_inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 120px;
}

.header_logo{
    padding: 40px;
}

.header_logo img {
    height: 100px;
}

@media (max-width: 1023px) {
    .header_inner {
        height: 55px;
    }

    .header_logo{
        padding: 0 10px;
    }

    .header_logo img {
        height: 50px;
    }
}

.header_nav {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0 20px 0;
}

.header_nav a {
    display: inline-block;
    padding-left: 15px;
    color: #333;
    font-size: 15px;
    font-family: 'KievitWeb W07 Bold',Arial,sans-serif;
}

.header_nav a:hover {
    color: #c90000;
}

.nav {
    background: #f6f6f6;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0 0 10px;
    position: relative;
    z-index: 110;
}

.nav_logo img {
    width: 45px;
    margin-left: -55px;
    transition: all .5s cubic-bezier(.5,-.5,.5,1.5);
    height: 45px;
}

.nav_toggle-button {
    height: 45px;
    display: inline-block;
    border-radius: 0;
    border: none;
    text-transform: uppercase;
    font-family: 'KievitWeb W07 Bold',Arial,sans-serif;
    outline: 0 !important;
    background: 0 0;
    padding: 0 10px;
    font-size: 20px;
}

.nav_toggle-button::before {
    content: '\f0c9';
    font-family: "Font Awesome 7 Free";
    width: 30px;
    margin-right: 7px;
}

.nav_toggle-button.is-active::before {
    content: '\f00d';
}

.nav_main {
    display: none;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 11;
    top: 145px;
    max-height: calc(100vh - 45px - 100px);
    background: #fff;
    padding: 40px 0 80px;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.nav.is-active .nav_main {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.nav_main-list > li {
    padding-left: 40px;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.nav_main-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

@media (max-width: 1023px) {
    .nav_main-list {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: auto;
        max-width: 400px;
    }
}

li.nav_main-item {
    position: relative;
}

@media (max-width: 1023px) {
    .nav_main-list li.nav_main-item {
        width: 100%;
        padding-top: 14px;
        padding-bottom: 14px;
        padding-left: 0;
        padding-right: 50px;
        position: relative;
    }

    .nav_main-list li.nav_main-item::before {
        position: absolute;
        right: 0;
        top: 11px;
        content: '\f107';
        font-family: "Font Awesome 7 Free";
        font-size: 20px;
        width: 50px;
        text-align: center;
    }
}

.nav_main-list > li:first-of-type {
    padding-left: 0;
}

.nav_main-list > li > a, .nav_main-list > li > span {
    display: block;
}

@media (max-width: 1023px) {
    .nav_main-list li.nav_main-item > a, .nav_main-list li.nav_main-item > span {
        display: inline-block;
    }
}

li.nav_main-item > a, li.nav_main-item > span {
    color: #c90000;
    font-family: 'KievitWeb W07 Bold',Arial,sans-serif;
    text-transform: uppercase;
}

.nav_dropdown {
    list-style: none;
    padding: 5px 0;
}



@media (max-width: 1023px) {
    .nav_dropdown {
        display: none;
        padding: 5px 12px;
    }

    .nav_main-item.is-open .nav_dropdown {
        display: block;
    }
}

.nav_dropdown > li > a {
    display: inline-block;
    padding: 5px 0;
    color: #333;
}

.nav_dropdown > li > a::before {
    margin-right: .25em;
    content: '\f105';
    font-family: "Font Awesome 7 Free";
    font-size: 20px;
    color: #c90000;
}

@media (max-width: 1023px) {
    .nav_dropdown li a {
        display: inline-block;
    }
}

.nav_mobile-list {
    display: none;
}

@media (max-width: 1023px) {
    .nav_mobile-list {
        display: block;
        margin: 40px 0 0;
        padding: 0;
        list-style: none;
    }
}

@media (max-width: 1023px) {
    .nav_mobile-list {
        display: block;
        margin: 40px 0 0;
        padding: 0;
        list-style: none;
    }

    .nav_mobile-list li {
        padding: 6px 0;
    }

    .nav_mobile-list li a {
        color: #333;
        font-family: 'KievitWeb W07 Bold',Arial,sans-serif;
    }
}

.nav_buttons, .nav_search {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    height: 45px;
    list-style: none;
}

.nav_buttons {
    margin-left: auto;
}

li.nav_buttons-search {
    cursor: pointer;
}

.nav_buttons > li > a, .nav_buttons > li > span, .nav_search > li > a, .nav_search > li > span {
    display: block;
    white-space: nowrap;
    padding: 10px 10px;
}

div.nav_search {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 30;
    transition: all .3s;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 480px;
}

div.nav_search > i, div.nav_search > span {
    display: block;
    width: 45px;
    text-align: center;
    white-space: nowrap;
    padding: 10px 10px;
    background: #f6f6f6;
}

div.nav_search i {
    font-size: 22px;
}

div.nav_search form, div.nav_search input {
    background: #ddd;
    height: 45px;
    padding: 0 5px;
    margin: 0;
    border: 0;
    vertical-align: middle;
}

div.nav_search form {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

div.nav_search input {
     width: 100%;
 }

div.nav_search .nav_search-close {
    display: none;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 17px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    /*
    border: 1px solid rgba(0,0,0,.15);
    */
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    background-clip: padding-box;
}

div.nav_search .autocomplete.dropdown-menu {
    background: #fff;
    border: none;
    border-radius: 0;
    min-width: auto;
    max-height: none !important;
    float: none;
    width: auto !important;
    top: 100%;
    left: 45px;
    right: 0;
    margin: 0;
    padding: 0;
}

#title {
    font-size: 66px;
    font-weight: 1000;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.extra_padding {
    padding: 5px;
}

.insert {
    border-radius: 5px;
    margin: 5px 30px;
}

.insert_text {
    margin: 0;
    padding-left: 3px;
}


div#container {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;

    min-height: 100vh;
}

div#container div#content {
    /* Key part: Eat the remaining space! */
    flex-grow: 1;
}

div#container footer {
    flex-basis: 100px;
}

.nav_highlights {
    width: 100%;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background-color: #f6f6f6;
    padding-top: 40px;
    padding-bottom: 80px;
    -webkit-transform: translateY(80px);
    -ms-transform: translateY(80px);
    transform: translateY(80px);
}

@media (max-width: 1023px) {
    .nav_highlights {
        display: none;
    }
}

.container--highlights {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.nav_highlights-relation {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: inherit;
    max-width: 700px;
}

.nav_highlights-relation-image {
    background-color: grey;
    width: 270px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
}

.nav_highlights-relation-image::before {
    display: block;
    content: '';
    width: 100%;
    padding-top: 62.5%;
}

img {
    border: 0;
    vertical-align: middle;
}

img.fit-img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.nav_highlights-relation-image img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.nav_highlights-relation-caption {
    margin-left: 32px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    margin-top: 25px;
    margin-bottom: 12.5px;
}

.h2, h2 {
    display: block;
    font-family: 'KievitWeb W07 Bold', Arial, sans-serif;
    font-style: normal;
    font-size: 26px;
    color: #333;
    text-transform: uppercase;
    line-height: 1.25;
    margin: 0 0 13.33333333px;
    margin-bottom: 13.3333px;
}

.h3, h3 {
    display: block;
    font-family: 'KievitWeb W07 Bold',Arial,sans-serif;
    font-style: normal;
    font-size: 26px;
    color: #333;
    line-height: 1.25;
    margin: 0 0 20px;
}

.nav_highlights-relation-caption h3 {
    text-transform: uppercase;
    color: #c90000;
    font-family: 'KievitWeb W07 Bold',Arial,sans-serif;
    font-size: 17px;
    margin: 0 0 .5em 0;
}

.c-nav__highlights-relation-intro > * {
    font-size: 15px;
}

.c-nav__highlights-relation-intro > :last-of-type {
    margin-bottom: 0;
}

.icon-angle-right::before {
    font-family: "Font Awesome 7 Free";
}

.b, strong{
    font-family: 'KievitWeb W07 Bold', Arial, sans-serif;
}

footer a{
    color: #333;
    border-bottom: .08em dotted rgba(0,0,0,.5);
}
footer a:hover{
    color: #c90000;
}

.ci-sign img{
    width:auto;
    left: 4px;
}

.c-mediatext__text{
    hyphens: auto;
}
