@font-face {
    font-family: 'the_message-bold';
    src: url(../fonts/the_message-bold.woff2) format('woff2');
}
@font-face {
    font-family: 'the_message-demibold';
    src: url(../fonts/the_message-demibold.woff2) format('woff2');
}
@font-face {
    font-family: 'the_message-regular';
    src: url(../fonts/the_message-regular.woff2) format('woff2');
}
:root {

    /***Logo's***/
     --logo-standard: url("../../custom/theme/assets/images/Sanoma_logo_wit.png");
    --logo-alt: url("../../custom/theme/assets/images/Sanoma_logo_wit.png"); 

    /***Header Image (Van toepassing op visual.twig)***/
     --header-image: url("../../custom/theme/assets/images/background.jpg");

    /***Brand Colors***/
    --color-brand-primary: #613BB2;
    --color-brand-primary-rgb: 108, 158, 245;
    --color-brand-secondary: #43A0A7;
    --color-brand-tertiary: #4DD0E1;
    --color-brand-light: #edf3fe;
    --color-brand-dark: #222222;

    /***Font***/
    --font-family: 'the_message-regular', sans-serif;
    --font-family-title: 'the_message-bold', sans-serif;
    /* --font-size: 1.6rem; */

    /**** Voor meer settings zie: /themes/base/assets/style/variables.css ****/
}

h3, h4 {
    color: var(--color-brand-primary);
}

h5 {
    margin: 0rem 0 0.8rem 0;
    font-family: var(--font-family-title);
    font-weight: 400;
    font-size: var(--font-size-l);
    line-height: var(--lineheight-size-s);
    display: inline-block;
    width: 100%;
}

strong {
    font-family: var(--font-family-title);
}
.menu{
    justify-content: space-between;
}
.header_visual .container {
margin-bottom: 25%;
}
header .header_bar {
    position: static;
    background: transparent;
    box-shadow: none;
}
.layout-header-full-width .header_visual {
    position: relative;
    height: 60vh;
    margin-top: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
}
.indevelopment.layout-header-full-width .header_visual:before,
.indevelopment header .header_bar {
padding-top: 0;
}
.layout-header-full-width .header_visual:before{
    top: 0;
}
.header_visual-content h1{
    font-weight: unset;
}
.header_visual-content h1 span {
    font-family: var(--font-family);
}
.header_visual-content h3 {
    font-family: var(--font-family);
    margin: 0;
    text-transform: uppercase;
}
.logo {
    width: 7.5%;
}
body.layout-header-full-width main {
    padding-top: 0;
}
.header_visual .header_visual-content {
    background: transparent;
    color: var(--color-neutral-white);
    height: auto;
    width: 100%;
    border-radius: var(--border-radius);
}
@media (min-width: 1200px) {
.col-form {
    grid-column: span 7 / 12;
}
}

.layout-header-full-width .header_visual {
    height: 40vh;
}    

.header_visual-content h3
 {
    color: #fff
}