/**
 * @file
 * Subtheme specific CSS.
 */

 html {
     overflow-x: hidden;
 }
 :root {
    --blue: #004475;
    --lightblue: #0094b3;
 }
 body, #page, #main-wrapper, .site-footer {
     background: transparent !important;
     font-family: 'Lato', Arial, Helvetica, sans-serif;
 }

 .path-frontpage #page {
     background-color: #ffffff !important;
 }

 a {
     text-decoration: underline;
 }
 /* h1, h2, h3, h4, h5 {
     font-weight: bold;
 } */

 .highlighted aside {
     display: flex;
     min-height: 15vh;
     justify-content: center;
     align-items: center;
     padding: 0 2rem;
 }

.path-frontpage .highlighted aside h1 {
    font-weight: bold;
}


 .highlighted aside .navbar-brand {
    align-self: start;
 }
 .navbar-brand {
    /* float: right; */
    margin-top: -0.5rem;
}

.path-frontpage .navbar-brand {
    /* float: right; */
    margin-top: 4vh;
}


.navbar-nav {
    line-height: 0;
    padding: 1rem 0;
}
.navbar-nav li:first-child {
    padding-right: 0.5rem;
}
.navbar-nav li + li {
    border-left: solid 1px white;
    vertical-align: middle;
    padding: 0 0.5rem;
}

#block-rentree-page-title {
    width: 80vw;
    color: white;
    padding-top: 6rem;   
}
/* header {
    width: 100vw;
} */
header .navbar {
    padding: 0 2rem;
}

header .navbar a{
    color: white;
    text-decoration: none;
}

.tabs {
    padding: 0 1.25rem
}
article {
    padding: 0 1.5rem;
}
/*
.featured-top aside{
    position: absolute;
    top: 25vh;
    bottom: 0;
    left: 1rem;
    color: white;
    max-width: 65vw;
}
*/

#main-wrapper {
   margin-top: 40vh; 
}

.path-frontpage  #main-wrapper {
    margin-top: 60vh; 
 }

.nav-link.is-active {
    color: var(--blue);
}

.featured-top h1 {
    font-size: 2.5rem;
}

h1.title {
    max-width: 70vw;
}

.bubble {
    width: calc(100vw - 1rem);
    height: 100vh;
    position: absolute;
    margin-top: -100vh;
    margin-left: -1rem;
    z-index: -1;
}
.bubble .svg-image {
    width: 100vw;
    height: 100vh;
    -webkit-clip-path: url(#svg-clipped);
    clip-path: url(#svg-clipped);
}
 .bubble img {
    display: block;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
}

.bubble-small-block .svg-small-image {
    width: 150px;
    height: 170px;
    -webkit-clip-path: url(#svg-small-clipped);
    clip-path: url(#svg-small-clipped);
}

.bubble-small img {
    display: block;
    width: 5hw;
    height: 5vh;
    text-align: center;
    object-fit: cover;
}
.bubble-small-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.bubble-small-block {
    text-align: center;
    padding-top: 4rem;
    height: 1px;
}

.bubble-small-block a {
    text-decoration: none;
}
.path-frontpage header .navbar-nav li:first-child {
    display: none;
}

.path-frontpage header .navbar-nav li:nth-child(2) {
    border: none;
    padding-left: 0;
}

.paragraph--type--blok-getuigenissen {
    min-height: 90vh;
}

@media only screen and (min-width: 768px) {
    .paragraph--type--formulier {
    max-width: 50vw;
    }
}

.navbar-toggler-icon {
    color: white;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28250, 250, 250, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}


@media only screen and (max-width: 992px) {
    .paragraph--type--blok-getuigenissen {
        min-height: 130vh;
    }
}

@media only screen and (max-width: 768px) {
    .paragraph--type--blok-getuigenissen {
        min-height: 250vh;
    }
    .navbar-nav li:first-child {
        padding-right: 0;
    }
    .navbar-nav li + li {
        border-left: unset;
        vertical-align: middle;
        padding: 0;
    }
    .navbar-nav li {
        line-height: 2rem;
    }

    .navbar-toggler {
        margin-left: -1rem;
    }
}

.field--name-field-video {
    display: flex;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 100%;
}

.video-embed-field-responsive-video {
    width: 854px;
    height: 480px;
}

/* .field--name-field-video iframe {
    position: relative;
} */

.slide {
    max-height: 100vh;
    max-width: 100vw;
    height: 100vh;
    width: 100vw;
    background-color: #fff;
}

.slide img {
    height: 250px;
    width: 250px;
}


.bubble-standard {
    height: 100vh;
    z-index: -1;
}
.bubble-standard .svg-image-standard {
    -webkit-clip-path: url(#svg-clipped-standard);
    clip-path: url(#svg-clipped-standard);
    width: 100vw;
    height: 70vh;
}
 .bubble-standard img {
    display: block;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
}

.bubble-lightblue {
    height: 100vh;
    z-index: -1;
    background-color: var(--lightblue);
    color: #fff;
}
.bubble-lightblue .svg-image-lightblue {
    -webkit-clip-path: url(#svg-clipped-lightblue);
    clip-path: url(#svg-clipped-lightblue);
    width: 100vw;
    height: 90vh;
}
 .bubble-lightblue img {
    display: block;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
}

.bubble-darkblue {
    height: 100vh;
    z-index: -1;
    background-color: var(--blue);
    color: #fff;
}
.bubble-darkblue .svg-image-darkblue {
    -webkit-clip-path: url(#svg-clipped-darkblue);
    clip-path: url(#svg-clipped-darkblue);
    width: 100vw;
    height: 90vh;
}
 .bubble-darkblue img {
    display: block;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
}

.slide .quote {
    top: 60vh;
    text-align: center;
    color: white;
    font-size: 2rem;
    font-weight: bold;
    flex-direction: column;
    align-content: end;
    height: 35vh;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.slide .quote div {
    max-width: 70%;
    display: flex;
    justify-content: center;
}

.slide-standard .quote {
    color: var(--blue);
}

.path-frontpage .site-footer {
    padding: 0;
    margin-top: -2rem;
}

.path-frontpage .site-footer .site-footer__top {
    display: flex;
    justify-content: space-between;
    width: 100vw;
}

.path-frontpage .site-footer .region-footer-first {
    padding: 0 2rem;
}

.path-frontpage .logo-front {
    display: flex;
    justify-content: space-between;
    padding: 0 2rem;
    align-items: center;
    margin-top: -7vh;
}

.path-frontpage .logo-front .logos-right{
    display: flex;
    width: 30vw;
    align-items: center;
    justify-content: space-around;
}

.path-frontpage .actieknop, .actieknop {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-top: -50vh;
    margin-left: 2rem;
    padding: 1.5rem;
    color: white;
    width: 25vw;
    max-height: 5vh;
}

.actieknop {
    margin-top: -40vh;
}

.path-frontpage .actieknop a, .actieknop a {
    font-size: 1.1rem;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    padding: 2rem;
    border: 1px solid #fff;
    display: inline-block;
    border: 1px solid white;    
    border-radius: 1rem;
    padding: 1rem;
}
.path-frontpage .actieknop a:hover, .actieknop a:hover {
    background-color: white;
    border: 1px solid #fff;
    color: var(--blue);
}



@media screen and (max-width: 992px) {
    .path-frontpage  #main-wrapper {
        margin-top: 40vh; 
     }
     .path-frontpage .logo-front {
        display: flex;
        justify-content: space-between;
        padding: 0 2rem;
        align-items: center;
        margin-top: -7vh;
    }

    .path-frontpage .actieknop, .actieknop {
        position: absolute;
        top: 0;
        bottom: 0;
        margin-top: -35vh;
        margin-left: 2rem;
        padding: 1.5rem;
        color: white;
        width: 40vw;
    }

    .path-frontpage .actieknop a, .actieknop a {
        font-size: 1.1rem;
        font-weight: bold;
        color: #fff;
        text-decoration: none;
        padding: 2rem;
        border: 1px solid #fff;
        display: inline-block;
        border: 1px solid white;    
        border-radius: 1rem;
        padding: 1rem;
    }
    .path-frontpage .actieknop a:hover, .actieknop a:hover {
        background-color: white;
        border: 1px solid #fff;
        color: var(--blue);
    }
}

@media screen and (max-width: 576px) {
     .path-frontpage .logo-front {
        display: flex;
        justify-content: space-between;
        padding: 0 2rem;
        align-items: center;
        margin-top: -5vh;
     }
     .path-frontpage .logo-front  img {
        max-height: 50px;
     }
     .path-frontpage #block-rentree-page-title h1 {
         font-size: 1.2rem;
     }

     .path-frontpage .slide .quote div {
         font-size: 1.20rem;
     }

     .path-frontpage .actieknop, .actieknop {
        width: 85vw;
    }
}

.toolbar-horizontal .fixed-top{
    top: 78px;
}

.region-footer-fifth .content {
    color: var(--blue);
    margin-left: 2rem;
}
.site-footer {
    padding: 0;
}
#block-footer {
    margin: 0;
}

#block-footer a{
    color: var(--blue);
}

#block-footer a:hover{
    text-decoration: underline;
}

.homepagefooter {
    margin-left: 2rem;
    margin-top: 0.5rem;
}

.slidefooter {
    width: 100vw;
    background-color: white;
    margin-top: -3vh;
    line-height: 3vh;
    padding-left: 2rem;
}