@charset "UTF-8";
/* CUSTOM WEBRABBITZ */

body {
    line-height: 190%;
}

p {
    padding: 0;
}
p img{max-width:100%; height:auto;}
.nav-logo img {
    width: 190px;
    height: auto;
}

.callToActionButtonRow h6{font-size:0.9rem;}
.callToActionButtonRow h4{font-size:1.3rem!important;}

.callToActionButtonRow a{text-decoration:none;}
.largeIcon{font-size:70px; overflow:hidden; line-height:1.8; display:block; transition: all 0.3s ease;}
.largeIcon.close{height:0;}
.bg-wit .largeIcon i, .bg-wit h6{color:var(--bs-blue)!important;}

.bg-blue {
    background-color: var(--bs-blue);
}

.bg-white, .bg-wit {
    background: #FFF;
    padding:2rem;
}

.bg-grijs {
    background-color: #c9cac5;
}

.bg-indigo {
    background-color: var(--bs-indigo);
}

.rounded-corners {
    border-radius: 20px;
}

.bg-white + .bg-white, .bg-white + .bg-white .container {
  padding-top: 0!important;
}

.reviewIcon{color:#65c3ac; font-size:3rem;}
.carousel-control-prev, .carousel-control-next{background-color:#FFF;opacity:1;}
.carousel-item{outline:solid 20px #FFF;}
.imageSlider .carousel-control-prev, .imageSlider .carousel-control-next{background-color:rgba(255,255,255,0);}

.bg-white .bg-indigo h1, .bg-white .bg-indigo p, .bg-white .bg-indigo h2, .bg-white .bg-indigo h3, .bg-white .bg-indigo h4 , .bg-white .bg-indigo h5 , .bg-white .bg-indigo h6, .bg-white .bg-indigo ul li, .bg-white .bg-indigo ol li, .bg-white .bg-indigo span, .bg-white .bg-blue h1, .bg-white .bg-blue p, .bg-white .bg-blue h2, .bg-white .bg-blue h3, .bg-white .bg-blue h4 , .bg-white .bg-blue h5 , .bg-white .bg-blue h6, .bg-white .bg-blue ul li, .bg-white .bg-blue ol li, .bg-white .bg-blue span, .bg-indigo h1, .bg-indigo p, .bg-indigo h2, .bg-indigo h3, .bg-indigo h4 , .bg-indigo h5 , .bg-indigo h6, .bg-indigo ul li, .bg-indigo ol li, .bg-indigo span, .bg-blue h1, .bg-blue p, .bg-blue h2, .bg-blue h3, .bg-blue h4 , .bg-blue h5 , .bg-blue h6, .bg-blue ul li, .bg-blue ol li, .bg-blue span, .bg-blue a, .bg-blue a:hover, .bg-indigo a, .bg-indigo a:hover, .bg-white .bg-blue a, .bg-white .bg-blue a:hover, .bg-white .bg-indigo a, .bg-white .bg-indigo a:hover{color:#FFF;}
.bg-white h1, .bg-white p, .bg-white h2, .bg-white h3, .bg-white h4 , .bg-white h5 , .bg-white h6, .bg-white ul li, .bg-white ol li, .bg-white span, .bg-wit h1, .bg-wit p, .bg-wit h2, .bg-wit h3, .bg-wit h4 , .bg-wit h5 , .bg-wit h6, .bg-wit ul li, .bg-wit ol li, .bg-wit span{color:var(--bs-body-color);}

.bg-blue h1{
    color: var(--bs-indigo);
}
.text-indigo, .bg-white h1, .bg-white h2, .bg-white h3 {
    color: var(--bs-indigo);
}
.text-indigo{
    color: var(--bs-indigo)!important;
}
section .container ul{list-style:none;}
section .container ul li::before { content: "\f26e"; /* Unicode van bi-check */  position:absolute; font-family: "bootstrap-icons";  line-height: 1.2;    line-height: 1;    font-size: 25px;    margin-left: -30px;  margin-top: 3px;}

.bg-gradient-indigo-kim {
    background-image: url(/global/images/kim-de-vor-portret.png), linear-gradient(180deg, rgba(101, 195, 172, 1) 0%, rgba(101, 195, 172, 0) 100%);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom
}

.bg-gradient-indigo {
    background: linear-gradient(180deg, rgba(101, 195, 172, 1) 0%, rgba(101, 195, 172, 0) 100%);
}

.height100 {
    height: 100%;
    min-height: 100px;
}
.minheightauto{min-height:10px!important;}
footer, footer a, footer a:hover{
    color: var(--bs-blue);
}

footer a.btn {
    text-decoration: none;
}

footer img {
    width: 80%;
    max-width: 300px;
    height: auto;
}

.footnote a {
    color: #FFF;
}

.carousel-item {
    transition: transform 1.1s ease, opacity 1.1s ease;
}

.dropdown-menu.show {
    display: block !important;
}
.shoutout h2{font-size: 28px!important;}

a.btn-primary span, a.btn-secondary span{color:#FFF!important;}

.ctaButton .btn-white{background-color:#FFF; color:var(--bs-body-color); width:100%; margin-bottom:5px;}
.ctaButton .btn-white:hover, .ctaButton .btn-white:focus{background-color:#FFF; }
.ctaButton button{width:100%;}

.leesmeer-content{overflow:hidden; height:0;transition: height 0.3s ease;}

#typewriter{text-align:center;}
#typewriter::after {
    content: "|";
    animation: blink 1s infinite;
    margin-left: 2px;
}

.photoFooter{align-content:flex-end;}

header{min-height:75px;}

@keyframes blink {

    0%,
    50%,
    100% {
        opacity: 1;
    }

    25%,
    75% {
        opacity: 0;
    }
}

@media (min-width: 992px) {
    .navbar .dropdown:hover .dropdown-menu {
        display: block;
    }
}

@media (max-width:1200px) {
    .shoutout h2 {font-size: 22px;}
    .callToActionButtonRow h6{font-size:0.7rem;}
    .callToActionButtonRow h4{font-size:1rem!important;}
    h1, h2, h3, h4, .shoutout h2, .fs-1{font-size:1.5rem!important;}
}

@media (max-width:991px) {
    .shoutout h2 {  padding-top: 200px !important; font-size:1rem!important;}
    .callToActionButtonRow h4{font-size:1.2rem!important;}

}

@media (max-width:768px){
    .callToActionButtonRow h6{font-size:1rem;}
    .callToActionButtonRow div.flex-column{margin-bottom:25px;}
    .callToActionButtonRow div.flex-column:last-of-type{margin-bottom:0;}
    footer{font-size:0.7rem!important;}
    .height100 {min-height: 360px;}
    h1, h2, h3, h4, .shoutout h2, .fs-1{font-size:1.2rem!important;}
    .p-5{padding:2rem!important;}
    aside, section{padding:2rem;}
    .nav-logo img{width:120px;}
    .carousel{padding-left:1rem; padding-right:1rem;}
}

@media (max-width:500px){
    h1, h2, h3, h4, .shoutout h2, .fs-1, .callToActionButtonRow h4{font-size:1rem!important;}
    .p-5{padding:1.5rem!important;}
    aside, section{padding:1rem!important;}
    .nav-logo img{width:90px;}

}

@media (max-width:440px){
    h1, h2, h3, h4, .shoutout h2, .fs-1, .callToActionButtonRow h4{font-size:1rem!important;}
    aside, section{padding:1rem;}
    .p-5{padding:1rem!important;}
    .nav-logo img{width:80px;}


}