
                    :root {
    /***Header Image (Van toepassing op visual.twig)***/
    --header-image: url("../../themes/completa/assets/images/header_background.jpg");
}

body.layout-header-full-width main {
    margin-top: 0;
    padding-top: 6.4rem;
    background-color: var(--color-neutral-white);
}
 body.layout-header-small main {
    margin-top: 0;
    background-color: var(--color-neutral-white);
}

.header_visual .header_visual-content {
    background: var(--color-brand-primary);
    color: var(--color-neutral-white);
    height: auto;
    width: 100%;
    border-radius: var(--border-radius);
}

.header_visual-content h1 {
    font-weight: bold;
}

.header_visual-content .info * {
    vertical-align: middle;
    font-size: var(--font-size-s);
    line-height: var(--lineheight-size-m);
    color: var(--color-neutral-white);
}
.header_visual-content .info .material-icons {
    padding-bottom: 0.15em;
}

footer hr {
    margin: 0;
    border: 1px solid var(--color-neutral-gray-05);
}

.footer_cta {
    text-align: center;
}

.footer_cta p  {
    color: var(--color-neutral-white);
    font-size: var(--font-size-m);
}

.footer_bar {
    padding: 3.2rem 0;
}
.footer_bar .info,
.footer_bar .poweredby{
    display: grid;
    align-items: center;
}
.footer_bar .poweredby {
    text-align: right;
    position: unset;
    bottom: unset;
}
.footer_bar .poweredby a {
    color: var(--color-neutral-white);
}

.visual-perfect-size {
    position: absolute;
    bottom: 2em;
    right: 2em;
    color: var(--color-neutral-white);
}
.visual-perfect-size > * {
    display: block;
    font-size: var(--font-size-xxs);
}
.visual-perfect-size .label:before {
    content: "1900x1900";
}

/* START Header Full Width styling */
.layout-header-full-width .header_visual {
    position: relative;
    height: 60vh;
    margin-top: var(--menu-height);
    display: grid;
    align-items: center;
}
.layout-header-full-width .header_visual:before {
    content: "";
    background-image: var(--header-image);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    max-width: 100%;
    height: 60vh;
    top: var(--menu-height);
    position: fixed;
    will-change: transform;
    z-index: -1;
}

body.layout-header-full-width .header_visual-content .info > *:nth-of-type(2) {
    text-align: right;
}
body.layout-header-full-width .visual-perfect-size .mobile .label:before {
    content: "800x400";
}
body.layout-header-full-width .visual-perfect-size .desktop .label:before {
    content: "1900x800";
}
/* END Header Full Width styling */

/* START Header Float styling */

body.layout-header-float .header_visual  {
    margin-top: unset;
    position: sticky;
    top: var(--menu-height);
    overflow: hidden;
    height: calc(100vh - var(--menu-height));
}

body.layout-header-float .header_visual:before {
    content: "";
    background-image: var(--header-image);
    background-size: cover;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center top;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100vh - var(--menu-height));
}

body.layout-header-float .header_visual-content .info * {
    color: var(--color-neutral-black);
    line-height: var(--lineheight-size-l);
}
body.layout-header-float .header_visual-content .info .material-icons {
    color: var(--color-brand-primary);
}
body.layout-header-float .container {
    width: 100%;
    max-width: 1170px;
}
body.layout-header-float main {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    min-height: calc(100vh - var(--menu-height));
}
body.layout-header-float main > * {
    grid-column: span 6;
}

body.layout-header-float footer {
    background-color: var(--color-brand-primary);
}
body.layout-header-float footer .footer_bar {
    background-color:var(--color-neutral-white);
    color: var(--color-neutral-gray-05);
}
body.layout-header-float .footer_bar .poweredby a {
    color: var(--color-neutral-gray-05);
}
body.layout-header-float footer hr {
    border-color: var(--color-brand-dark);
}

body.layout-header-float .visual-perfect-size {
    position: fixed;
}
body.layout-header-float .visual-perfect-size .mobile .label:before {
    content: "1024x290";
}
body.layout-header-float .visual-perfect-size .desktop .label:before {
    content: "1920x1920";
}
/* END Header Float styling */

/* START Header Small styling */
body.layout-header-small .header_visual {
    background: none;
    height: auto;
    min-height: auto;
    position: relative;
}
.layout-header-small .header_visual:before {
    display: none;
}
body.layout-header-small .header_visual img {
    width: 100%;
}
body.layout-header-small .header_visual {
    margin-top: 0;
}
body.layout-header-small .header_visual-content {
    margin-top: var(--menu-height);
}
body.layout-header-small .header_visual-content .info * {
    color: var(--color-brand-primary);
}
body.layout-header-small footer {
    background-color: var(--color-brand-primary);
}
body.layout-header-small footer .footer_bar {
    background-color:var(--color-neutral-white);
    color: var(--color-neutral-gray-05);
}
body.layout-header-small .footer_bar .poweredby a {
    color: var(--color-neutral-gray-05);
}
body.layout-header-small footer hr {
    border-color: var(--color-brand-dark);
}
body.layout-header-small .visual-perfect-size .desktop .label:before {
    content: "1100x*";
}
/* END Header Small styling */

@media screen and (max-width: 1024px) {
    .header_visual-content h1 {
        font-size: var(--font-size-l);
    }
    body.layout-header-float .header_visual-content h1 {
        font-size: var(--font-size-xl);
    }

    body.layout-header-float .header_visual {
        height: calc(50vh - var(--menu-height));
        width: 100%;
        position: relative;
        top: 0;
    }
    body.layout-header-float .header_visual:before {
        height: calc(50vh - var(--menu-height));
    }
    body.layout-header-float main {
        display: flex;
        flex-direction: row-reverse;
        flex-wrap: wrap-reverse;
    }
    body.layout-header-float .visual-perfect-size {
        position: absolute;
    }
}

@media screen and (max-width: 767px) {
    .header_visual, .header_visual:before {
        min-height: 70vh;
    }
    .header_visual-content .info *, body.layout-header-full-width .header_visual-content .info > *:nth-of-type(2) {
        text-align: center;
    }

    body.layout-header-float .header_visual-content .info > * {
        text-align: left;
    }

    .header_visual-content h1 {
        font-size: var(--font-size-l);
    }
    body.layout-header-float .header_visual-content h1 {
        font-size: var(--font-size-xl);
    }
}
@media screen and (min-width: 1024px){
}
@media screen and (min-width: 1400px){
    body.layout-header-float .content-container .container  .col-xl-10{
        grid-column-start: 2;
        grid-column-end: 12;
        display: grid;
    }
}
