@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/*{-webkit-font-smoothing:antialiased;}*/

.noSelect{-webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;}
.showCursor{cursor:pointer;}

.textShadow{text-shadow:2px 2px 2px rgba(0,0,0,.3);}

::selection{color:#FFF; background-color:#5e5208;}
.selectionBlue::selection{color:#263e4e; background-color:#FFF;}
.selectionPink::selection{color:#fe7466; background-color:#FFF;}
.selectionGreen::selection{color:#5e5208; background-color:#FFF;}

/*helper classes*/
.w-1{width:1%!important;}
.w-33{width:calc(100% / 3)!important;}
.h-1{height:1%!important;}

.bg-brown{background-color:#d8c3a8;}
.bg-blue{background-color:#263e4e;}
.bg-red{background-color:#fe1700;}
.bg-pink{background-color:#fe7466;}
.bg-green{background-color:#5e5208;}


.border-blue{border-color:#263e4e!important;}

body{font-family: "Montserrat", sans-serif; font-weight:200; font-style:normal; color:#263e4e;}

h1,h2,h3{font-weight:500;}
h1{}
h2{font-size:1.5rem;}

ul{padding-left:1rem;}

a.btn-rounded{padding:9px 15px 10px 15px; display:inline-block; line-height:1; color:#FFF; font-weight:400; text-decoration:none; border-radius:19px;}

/*scrollTo*/
.logo{cursor:pointer;}
a.anchor{top:calc(-72px - 1.5rem); position:relative;}

/*header & footer*/
.header{transition:all .3s linear;}
.header.active{background-color:#5e5208;}
.header .d-table .d-table-row .d-table-cell{width:calc(99% / 2);}
.header img{height:30px!important;}
.header ul{margin-top:10px; font-size:0;}
.header ul li{display:inline-block; cursor:pointer; font-weight:500; font-size:.6rem; text-transform:uppercase;}
.header ul li{margin-right:.7rem;}
.header ul li:last-child{margin-right:0;}
.header a{color:#FFF; text-decoration:none;}

.footer a{color:#FFF; text-decoration:none;}

/*homepage*/
#homepageCarousel .d-table{top:0; bottom:0; left:15%; width:70%; z-index:2;}
#homepageCarousel h4{font-weight:300; font-size:1rem;}

#homepageCarousel .carousel-control-prev, #homepageCarousel .carousel-control-next{opacity:1;}
#homepageCarousel .carousel-control-next-icon{width:25px; height:25px; background-image:url(../img/btnCaouselNext.png);}
#homepageCarousel .carousel-control-prev-icon{width:25px; height:25px; background-image:url(../img/btnCaouselPrev.png);}

/*boek and safe*/
.boekAndSafe img{width:100%; position:relative;}

/*faq*/
.faqCloud{margin-left:calc(25% /2); width:75%;}
.faqCloud li{margin-bottom:1rem;}
.faqCloud li:last-child{margin-bottom:0;}
.faqCloudLeft{padding:9px 15px 10px 15px; display:inline-block; line-height:1; color:#FFF; font-weight:400; text-decoration:none; border-radius:19px;}
.faqCloudLeft img{width:20px; bottom:-1px; left:-6px;}
.faqCloudRight{padding:9px 15px 10px 15px; display:inline-block; line-height:1; font-weight:400; text-decoration:none; border-radius:19px;}
.faqCloudRight img{width:20px; bottom:-1px; right:-6px;}

/*content*/
.icoList li img{margin-right:15px; height:15px;}
.pullPill{bottom:-30px; z-index:10;}

.contentAfterHeader ul{margin-bottom:0;}

#locationMap{height:300px;}

@media(max-width:576px){
.noPaddingLR{padding-left:0; padding-right:0;}

h1{font-size:1.6rem;}

/*header & footer*/
/*.header .d-table{display:none!important;}*/

.footer{font-size:.65rem;}
.footer img.resetImg{width:100%!important;}

/*boek and safe*/
.boekAndSafe .container{margin:0;}
.boekAndSafe .container{margin:0;}
}

@media(max-width:768px){

}

@media(min-width:768px){
/*scrollTo*/
a.anchor{top:calc(-65px - 3rem);}

/*header & footer*/
.header img{height:30px;}
.header ul{margin-top:15px;}
.header ul li{font-size:.75rem;}
.header ul li{margin-right:.9rem;}

/*homepage*/
#homepageCarousel h4{font-size:2rem;}

#homepageCarousel .carousel-control-next-icon{width:50px; height:50px;}
#homepageCarousel .carousel-control-prev-icon{width:50px; height:50px;}

/*content*/
#locationMap{height:495px;}
}

@media (min-width: 768px) and (max-width: 992px){
.noPaddingL{padding-left:0;}
.noPaddingR{padding-right:0;}

.noMarginL{margin-left:0;}

.boekAndSafe h2{font-size:1.2rem;}
.boekAndSafe p{font-size:0.75rem;}

/*content*/
#locationMap{height:100%;}
}

@media(min-width:992px){
/*scrollTo*/
a.anchor{top:calc(-80px - 3rem);}

/*header & footer*/
.header img{height:40px;}
.header ul li{margin-right:3rem;}

/*homepage*/
#homepageCarousel h4{font-size:2.7rem;}

#homepageCarousel .carousel-control-next-icon{width:50px; height:50px;}
#homepageCarousel .carousel-control-prev-icon{width:50px; height:50px;}

/*boek and safe*/
.boekAndSafe img{width:calc(100% + 50px);}

/*faq*/
.faqCloud{margin-left:25%; width:50%;}
}

@media(min-width:1200px){
/*scrollTo*/
a.anchor{top:calc(-80px - 3rem);}

/*header & footer*/
.header ul li{font-size:1rem;}
.header ul li{margin-right:3rem;}

/*homepage*/
#homepageCarousel h4{font-size:2.7rem;}

#homepageCarousel .carousel-control-next-icon{width:50px; height:50px;}
#homepageCarousel .carousel-control-prev-icon{width:50px; height:50px;}

}
