:root{
	--themePrimary:		#FF6000;
	--themePrimaryLight:#E7C8B5;
	--themePrimaryDark:	#2D2D2D;
	--themeSecondary:	#1cb6c2;
	--themeSecondaryDark:	#70798B;
	--themeGrey:		#F4F4F4;
	--themeGreyDark: 	#1E1E1E;
	--themeBg:			rgb(240,240,240);
	--themeTint: 		rgb(205,185,165);
	--themeOrange80:		#F97A2D;
	--themeOrange60:		#F3945A;
	--themeOrange40:		#EDAE88;
	--themeOrange20:		#E7C8B5;
	--themeYellow:		#FDC300;
	--themeYellowLight:	#ffed00;
	--themeYellowBg:	rgb(255,253,211);
	--themeBlue:		#1cb6c2;
	--themeBlueLight:	rgb(208,223,231);
	--themeGreyLight:	rgb(21, 18, 18);
	--themeGreen: #5CABAA;
	--themeBrown: 		rgb(91,87,59);
	--themeBrownLight:	#d7c6b4;
	--themeGreyLight2:	#F4F4F4;
	--themeGreyBg: var();
	--themeGreyBg: var(--themeBg);
	--themeTextLink:	var(--themePrimary);
	--themeMenuText: #fff;
	--themeTitles: var(--themeDark);
	--themeBorderColor: #E0E0E0;
	--themeBorderColorDark: #2D2D2D;
	--headerTop: 50px;
	--colorBarHeight: 30px;
	--headerHeight: 70px;
	--menuHeight: calc(var(--headerHeight));
	--sliderHeight: calc(500px);
	--themeBorderRadius: 10px;
	--themeFontSize: 16px;
	font-size:var(--themeFontSize);
}

body{
	background-color: var(--themeBg);
	color:var(--themeText);
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}
body.showMenu{
	overflow:hidden;
}
b, strong{
	font-weight:bold;
}
h1,h2,h3,h4{
	font-family: "Montserrat", sans-serif;
	font-weight: 800;
	font-style: normal;
	color: var(--themePrimaryDark);
	letter-spacing: 0em;
	margin: 0 0 0.5em 0;
	line-height: 1.1em;
	text-transform: uppercase;
}
h1 font,h2 font,h3 font,h4 font{
    color:var(--themePrimary);
}

h1{
	font-size: 70px;
}
h2{
	font-size: 58px;
	position: relative;
	font-weight: 700;
	letter-spacing: -0.03em;
}

h2.noLine{
	margin:0.5em 0;
	padding:0;
}
h2.noLine::after{display:none;}

h3{
	font-size: 19px;
	line-height: 1.2em;
	font-weight: 400;
}
h4{
	font-size: 20px;
	font-weight: 600;
}

h1 small,
h2 small,
h3 small,
h4 small{
    /* color: var(--themeYellow); */
    font-size: 0.45em;
    font-weight: 300;
    /* text-transform: uppercase; */
    /* margin-bottom: 0.9em; */
    display: inline-block;
}
h1 small{
	font-size: 16px;
	font-weight:500;
	line-height: 1.1em;
	letter-spacing: 0.00rem;
}

h2 small{
	font-size: 16px;
	font-weight:500;
	line-height: 1.1em;
	letter-spacing: 0.00rem;
}

h1 span,
h2 span{
    color:var(--themePrimary);
}

small.subTitle{
	color:var(--themeGreen);
	font-size: 1.1em;
	text-transform:uppercase;
}

@media screen and (max-width: 769px){
	h1{
		font-size: 63px;
	}
	h2{
		font-size: 23px;
		line-height: 1.2em;
	}
	h3{
		font-size: 28px;
	}
	h4{
		font-size: 18px;
	}
}

h1.subTitle,h2.subTitle,h3.subTitle,h4.subTitle{
    letter-spacing: normal;
    color: #aab0b5;
    text-align: center;
    margin: 20px 0;
}
p{
	color: var(--themeText);
	line-height: 1.6em;
	font-weight: 400;
	font-size: 18px;
}

.dark{
	--themeText: var(--themePrimaryLight);
	--themeTitles: var(--themePrimaryLight);
}

a{
	color: var(--themeTextLink);
	text-decoration:none;
	cursor:pointer;
	display: inline-flex;
	align-items: center;
	gap: 8px;
}
a svg{
	transition: all .15s ease-in-out;
	/* margin-top: -1px; */
}
a:hover svg{
	transform: translateX(3px);
}

body a:not(.underline):not(.button):not(.btn):hover{
	text-decoration:none;
	/* color: var(--themeGreyDark); */
}
.fslider_content u > a:hover{
	color: #fff !important;
}

a:active, a:focus { 
 outline: none; 
}
a.underline{
	text-decoration:underline;
}

.pointer{
	cursor:pointer;
}

form {
	margin:0;
}
::selection {
    background: #3d4f58;
    color: #fff;
    text-shadow: none;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.noUppercase{
	text-transform:none;
}

.grecaptcha-badge{
	display: none !important;
}
.hidden{
	display:none;
}
.relative{position:relative;}
.absolute{position:absolute;}
.fixed{position:fixed;}
.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

select{
	-moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -webkit-appearance: none;	
}select::-ms-expand {
    display: none;
}
select,
select.form-control,
textarea,
textarea.form-control,
input.form-control,
input:not([type=radio]):not([type=checkbox]){
    /* height: 38px; */
    line-height: 1.8rem;
    padding: 9px 15px;
    font-size: 15px;
    border:0;
    transition:border-color .2s ease-in-out;
    background-color: #2d2d2d12;
    color: var(
    --themeTitles);
    width: 100%;
    resize: vertical;
    position: relative;
    z-index: 1;
    border-radius: 0;
    border: 1px solid transparent;
}
input:hover {
	border-color: 1px solid var(--themeGrey) !important;
}
textarea{
    padding: 10px 20px;
    height: auto;
}
select{
	padding: 10px 15px;
	height: auto !important;
}
input:focus{
	outline: none;
}	
input{
	resize:none !important;
}

.transparent    {background-color:transparent;}

.py-4{
	margin-bottom:0px;
}
.bigpadding{
	padding:80px 0;
}

.nopadding{
	padding:0px;
}
body .nopadding_i{
	padding:0px !important;	
}
.nopadding_l{
	padding-left:0px;
}
.nopadding_r{
	padding-right:0px;	
}
.nomargin{
	margin:0;
}
.nobackground{
	background-color:inherit !important;
}
.container_white{
	background-color:#FFF;
}
.transbackground{
	background-color:rgba(0,0,0,0.0);
}

body .htmlblok p{
}

.white{
	background-color: #fff;
}
.whiteText *:not(.btn){
	color:#fff;
}
.whiteText .dataForm label{
	color:#fff;
}
.brown{
	background-color: var(--themeBrown);
}
.brownLight{
	background-color: var(--themeBrownLight);
}
.yellowLight{
	background-color: var(--themeYellowBg);
}
.greyLight{
	background-color: var(--themeGreyBg);
}
.grey{
	background-color: var(--themeGrey);
}
.greyDark{
	background-color: var(--themeGreyDark);
}
.primary{
	background-color: var(--themePrimary);
}
.secondary{
	background-color: var(--themeSecondary);
}
.dark{
	background-color: var(--themePrimaryDark);
}

.left_align{
	text-align:left;
}
.right_align{
	text-align:right;
}

.right{
	float:right;	
}
.left{
	float:left;
}

a.buster {position:Absolute;top:0;left:0;width:10px;height:10px;}
a.buster img{opacity:0.01; width:10px; height:10px;}

.py-4.default{
	margin:80px 0;
}
.lightbox{
	display:none;
}

.alignCenter{
	text-align: center;
}

a:not(.button):not(.btn):hover {
    color: var(--themePrimary);
}

.buttonArrow {
    margin: -8.5px -14px -7px 4px;
    transition: all .2s ease-in-out;
    border: 1px solid currentColor;
    border-radius: 50%;
    --size: 35px;
    width: var(--size) !important;
    height: var(--size) !important;
}
.btn:hover .buttonArrow {
    /* margin: -7px -10px -7px -2px; */
	transform:rotateZ(-30deg);
}

.btn-primary .buttonArrow {
	color:var(--bs-btn-bg);
	background-color: var(--bs-btn-color);
}

.fslider_content u > a,
.button, .button {
	position: relative;
	--curHeight: 43.8px;
	--bgColor: var(--themePrimary);
	--txtColor: var(--themeTint);
	--borderColor: var(--themePrimary);
	display: inline-flex;
	letter-spacing: normal;
	text-align: center;
	cursor: pointer;
	box-sizing: border-box;
	transition: all .1s ease-in-out;
	border: none;
	font-size: 15px;
	min-width: 10em;
	width: max-content;
	font-weight: 500;
	padding: 0.6em 1.4em;
	border-radius: 30px;
	align-items: center;
	justify-content: center;
	background-color: var(--bgColor);
	color: var(--txtColor);
	border: 1px solid var(--borderColor);
}

.popup_holder .popup .closePopup{
	color:#000 !important;
	right: 10px !important;!i;!;
	top: 10px !important;!impportant;!impportan;!impporta;!impport;!imppor;!imppo;!impp;!i;!;
}
.popup_holder .popup .closePopup i{
	width:25px;
	height:25px;
}

.button.medium {
	padding: 0.381em 0.9em;
}
.button.big {
	padding: 0.581em 0.9em;
}
.button svg{
    height: 1em;
}

.button:hover{
	/* transform:translateY(-1px); */
	/* border-bottom:1px solid rgba(0,0,0,.2); */
	color: white;
	scale: 1.04;
}

.fslider_content u > a:hover,
.button.hollow:hover{
	/* transform:translateY(-1px); */
	/* border-bottom:1px solid rgba(0,0,0,.2); */
	color: var(--themePrimary);
	scale: 1.04;
}
.button:active{
	transform:translateY(0px);
	/* border-bottom:0px solid rgba(0,0,0,.2); */
}

.button.white{
	--bgColor: #fff;
	--txtColor: var(--themeBlue);
}
.button.red{
	--bgColor: var(--themeBlue);
	--txtColor: var(--themeTint);
	border-width: 0;
}
.fslider_content u > a,
.button.hollow{
	background:transparent;
	--txtColor: var(--bgColor);
	--borderColor: var(--bgColor);
}
.button.yellow{
	--bgColor:var(--themeYellow);
	--borderColor:var(--themeYellow);
	--txtColor: var(--themeText);
	font-weight: 600;
}
.button.greenText{
	--txtColor: var(--themeGreen);
}
.greenTextAll,
.greenTextAll *{
	color: var(--themeGreen);
--bgColor: var(
	--themeGreen);
}
.button.arrowButton{
	gap: 20px;
	transition: gap .2s ease-in-out;
}
.button.arrowButton svg{

}
.button.arrowButton:hover{
	gap:40px;
}
.button.autoWidth{
	width:max-content;
}

blockquote {
	display: inline-block;
	padding: 10px 0;
	margin-left: 0;
	margin-right: 0;
	font-style: normal;
}
.py-4 blockquote p{
	font-size: 34px !important;
	line-height: 1.2em;
	font-weight: 300;
	color: var(--themeGreen) !important;
}
blockquote p:before{
	content:'"';
}
blockquote p:after{
	content:'"';
}

.greenBox{
    background-color:var(--themeGreen);
    background-image: url(/images/background-info.svg);
    background-size: cover;
}
.redBox{
    background-color:var(--themeBlue);
    /* background-image: url(/images/background-red.svg);
    background-size: cover; */
}
.tintBox{
    background-color:var(--themeTint);
    /* background-image: url(/images/background-red.svg);
    background-size: cover; */
}
.blueBox{
    background-color:var(--themeBlue);
    /* background-image: url(/images/background-red.svg);
    background-size: cover; */
}
.blueLightBox{
    background-color:var(--themeBlueLight);
    /* background-image: url(/images/background-red.svg);
    background-size: cover; */
}

.blueText{
	color:var(--themeBlue);
}

.floatingBox{
	width:480px;
	max-width:100%;
	min-height:420px;
}

.pageBlock{
	min-height:150px;
	padding: 35px 50px;
	border-radius: 10px;
}
.pageBlock h3,
.pageBlock p{
	color: white;
}

.pageBlock{}

.largeQuote{
	
}
.largeQuote h1{
	color:var(--themeGreen);
	font-size: 105px;
	line-height: 0.84em;
	margin: 0;
}
.largeQuote h1 small{font-size: 40%;line-height: 1.1em;text-transform: none;}

@media screen and (max-width: 1024px) and (min-width:769px){
	.largeQuote h1{
		font-size:80px;
	}
}

@media screen and (max-width: 769px){
	.largeQuote h1{
		font-size: 41px;
	}
}

.fullImageRow{
	position:relative;
	background: center/cover no-repeat;
	aspect-ratio:2.6;
	width: 100%;
	margin: 0;
}
.fullImageRow *{
	color:var(--themeTint);
	color:var(--themeTint);
	z-index:1;
}
.fullImageRow::after{
	position:absolute;
	content:'';
	top:0;
	left:0;
	width:100%;
	height:100%;
	background: linear-gradient(180deg, rgb(0 0 0 / 56%), rgb(0 0 0 / 40%));
	z-index:0;
}

.gridItemHolder{
	--columns: 3;
	--gap: 15px;
	display: grid;
	grid-template-columns: repeat(var(--columns), minmax(0, 1fr));
	grid-gap: 1.5rem var(--gap);
	padding: var(--gap);
}

.gridItemHolder .gridItemHeader{
	width: 100%;
	height: max-content;
	display:flex;
	border-bottom: 1px solid var(--themeTextLightGrey3);
	flex-direction: row;
	padding: 0 15px;
}
.gridItemHolder .gridItemHeader span{
	color:var(--themeBlueLight2);
	font-size:13px;
	flex: 1;
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	height: 63px;
	font-weight: 400;
}

.gridItemHolder .gridItem{
	width: 100%;
	height: 100%;
}

.gridItemHolder .gridItem h2{
	margin:0;
	font-size: 15px;
}

.gridItemHolder .gridItem.titleItem h2{font-weight: 700;border-bottom: 1px solid var(--themeColorLightGrey);padding-bottom: 5px;margin: 10px 0 5px;}

.gridItemHolder .gridItem div > font{
	color: var(--themeBlue);
	line-height: 1em;
	font-weight: 600;
	display: inline-flex;
	align-items: center;
	gap: 5px;
	padding: 7px 0 0;
	font-size: 12px;
}
.gridItemHolder .gridItem font svg{
	height: 1.0em;
}
.gridItemHolder .gridItem .gridItem-image{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	gap: 5px;
}
.gridItemHolder .gridItem .gridItem-image > div{
    flex: 1;
    display: flex;
    flex-direction: row;
}
.gridItemHolder .gridItem .gridItem-image > div .gridItem-sub{
	width:100%;
}

.gridItemHolder .gridItem .gridItem-image > img{
	height: auto;
    width: auto;
    max-height: 67px;
    max-width: 90px;
    border-radius: 6px;
}
.gridItemHolder .gridItem .gridItem-image .noImage{
	height: 21px;
    padding: 23px;
    box-sizing: content-box;
    background-color: rgb(221 221 221 / 13%);
    border: 1px solid rgb(221 221 221 / 37%);
}

.navigatorHolder{
	width: 100%;
	max-width: 1000px;
	margin:20px auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.headerCarouselFader::after{
	height:60px !important;
	bottom: -1px !important;
}

.jumbo-header{
	/* position: absolute; */
	top: 0;
	left: 0;
	width: 100%;
	height: var(--headerHeight);
	z-index: 12;
}
.jumbo-header video{
	width:100%;
	height:100%;
	object-fit: fill;
}

.imageSection{
	--src:'';
	background-image:var(--src);
	background-size:cover;
	background-position: center;
	position:relative;
}

.overlay-dark{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
    z-index:0;
	background: linear-gradient(90deg, #000000a6 10%, #00000003);
}

.sliderSection{
	width:100%;
	height: var(--sliderHeight);
	position:relative;
	overflow:hidden;
}
.sliderSection h1{
	margin-top: 0;
	margin-bottom: 0;
}
.sliderSection::after{
	position:absolute;
	bottom:0;
	right:0;
	width: 100%;
	height: 100%;
	max-width:500px;
	/* content:''; */
	background-color:#fff;
	z-index: 11;
	transform: translateX(21%) translateY(59%)  rotateZ(66deg);
}

.sliderSection .sliderOverlayContent{
	position:Absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	display: flex;
	align-items: center;
	z-index: 2;
	background: linear-gradient(90deg, #00000057 70%, transparent);
}

.headerCarouselFader{
	height: var(--sliderHeight);
}
.headerCarouselFader .carouselSlideHolder{}
.headerCarouselFader .carouselSlide{}
.headerCarouselFader .carouselSlide .imageHolder{
    background-position: top;
}
.headerCarouselFader .carouselSlide .referentieSlideContent{
	display:none;
}

@media screen and (min-width:1200px){
	.headerCarouselFader .carouselSlide .imageHolder {
	    background-position: 10%;
	}
}

.headerCarouselOverlay {
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.contactLogo{
	max-width:100%;
	height: 100%;
}

.imageLink{
	width:100%;
	height:100%;
	display:block;
	position:relative;
}

/* -- messages -- */
div.messagePopupBox{
	position:fixed;
	max-height:100vh;
	overflow-y:auto;
	overflow-x:hidden;	
	bottom:0;
	right:0;
    z-index: 1111111;
    padding: 27px;
}
div.messagePopupBox:empty{
	display:none;
}

div.messagePopupBox .popupMessage {
    width: 100%;
    --color: #3ac73f;
    padding: 25px;
    margin-top: 10px;
    color: #000;
    opacity: 0.0;
    transition: opacity .6s ease-in-out;
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 2%);
    cursor:pointer;
    background-color: #fff;
    outline: 1px solid #0000000f;
    border-bottom: 4px solid var(--color);
    border-radius: 10px;
}
div.messagePopupBox .popupMessage.shown{
	opacity:1.0;
}
div.messagePopupBox .popupMessage.error{
	--color: #ff2b2b;	
}
div.messagePopupBox .popupMessage.warning{
	--color: orange;
}

/* --------------------- */

.subContainer{
	width: calc(100% - 3rem);
    margin-left: 1.5rem;
    background-color: white;
}

div.imageHolderHolder{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 400px;
    overflow: hidden;
}
div.imageHolderHolder .imageHolder:hover {
    transform: scale(1.05);
}


element.style {
    background-image: url(upload/fotoalbum/9/114.jpg);
}
.imageHolder{
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	transition: transform 0.2s ease-in-out;
	border-radius: 0;
}
.imageHolder img{
	min-width: 100%;
    min-height: 100%;
    height: auto;
    width: 100%;
    position: absolute;
    z-index: 0;
    object-fit: cover;
    transition: all .2s ease-in-out;
}

.imageHolder.vertical img{
	height:100%;
	width:auto;
}
.imageHolder.incr img{
	transform: translateX(-50%) translateY(-50%) scale(1.01);
}

div.loader{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:9999;
	background-color: rgba(255,255,255,0.8);
	opacity: 0.0;
	transition: opacity .1s ease-in-out;
}
div.loader img{
    position: absolute;
    width: 10%;
    min-width: 80px;
    max-width: 140px;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);	
}
div.loader.show{
	opacity:1.0;
}

#map{
	width:100%;
	height:400px;
}

select.wrong,
textarea.wrong,
label.fileInput.wrong,
label.checkbox.wrong,
input.wrong{
	background-color: rgba(205, 0, 57, 0.06) !important;
    border-color: rgba(205, 0, 57, 0.18) !important;
}

div.viewer_error,
div.viewer_message{
	background-color: #008005;
	padding: 15px;
	margin-bottom: 20px;
	color:white;
}
div.viewer_error{
	background-color: #ca0000;
	color: #fff;
}


label.fileInput {
    display: block;
    min-height: 55px;
    height: auto;
    float: left;
    width: 100%;
    padding: 5px;
    margin-bottom: 20px;
    border-radius: 2px;
    box-sizing: border-box;
    border: 2px solid transparent;
}
label.fileInput span{	
    width: 100%;
    line-height: 37px;
    height: 37px;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    padding-left: 12px;
}
label.fileInput a:not(.button){	    
    padding: 0 10px;
}

@media (max-width: 800px){
	label.fileInput{		
		text-align: center;
	}
}
@media (min-width: 801px){
	label.fileInput a{	    
		float:right;
	}
}

label.fileInput input{
	display:none;
}

label.checkbox{
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 10px 20px 7px;
    background-color: #eee;
    margin-bottom: 8px;
	cursor:pointer;
}
label.checkbox input{
    display: block;
    position: Absolute !important;
    width: 15px !important;
    height: 15px !important;
    top: 12px;
    right: 10px;
}

p.error {
    color: #ff2b2b;
    margin: -12px 0 10px 0 !important;
    font-weight: 600;
    font-size: 15px;
}

div.textBox{
	width:100%;
	height:auto;
}

.boxShadow{
	box-shadow: 0 0 7px rgb(0 0 0 / 34%);
}


.links {
    display:flex;
    gap:6px;
}

.links b,
.links a{
    padding:5px;
    border: 1px solid #dddddd;
    width: 40px;
    height: 40px;
    display:inline-flex;
    justify-content:center;
    border-radius:3px;
    font-size: 12px;
    align-items: center;
    color:#000;
}


.links b {
    color:white;
    background-color: var(--themeGrey);
    border: none;
    color: var(--themeGreyDark);
}
.links a {}

.links a.spacer {
    border-color: transparent;
}

.links a.next {}

.links a.last {}

/* -- template -- */
.imageBox{
	width:100%;
	float: left;
	height: auto;
	padding-right: 4vw;
}
.imageBox img{
	float:left;
	width:50%;
}

.pageContent{
	padding: 50px 15px;
}

.messageHolder{
	position:relative;
	width:100%;	
    float: left;	
    padding-top: 10px;
}
.messageHolder:empty{
	display:none;
}

.success, .warning, .attention, .information {
    width: 100%;
    z-index: 10;
    padding: 10px 10px 10px 33px;
    margin-bottom: 10px;
    color: #555555;
}
.success {
    background: #EAF7D9 url(../image/success.png) 10px center no-repeat;
}
.warning {
    background: #FFD1D1 url(../image/warning.png) 10px center no-repeat;
}
.attention {
    background: #FFF5CC url(../image/attention.png) 10px center no-repeat;
}
.information {
    background: #f7f3ec;
}
.success .close, .warning .close, .attention .close, .information .close {
    float: right;
    padding-top: 4px;
    padding-right: 4px;
    cursor: pointer;
}

.underlined{
    position:relative;
}
.underlined:after {
    content:'';
    height:3px;
    width:100%;
    max-width:200px;
    background: linear-gradient(90deg, var(--themeGreen),transparent);
    position: absolute;
    top: 100%;
    left: 0;
}

.parallax-mirror{
	overflow:visible !important;
}

.card{
	display: flex;
	background: white;
	flex-direction: column;
	align-items: stretch;
	gap: 0;
	padding: 1.8rem;
	border-radius:15px;
	border:1px solid var(--themeBorderColor);
	transition: all .2s ease-in-out;
	box-shadow: 0 8px 20px rgba(0,0,0,0.04);
}

.carouselFillOverflowHolder{
	width:100%;
	/* overflow:hidden; */
	height:max-content;
}
.carouselFillOverflowHolder .carouselFillOverflow{
	width:100%;
}

.floatingBackground{
	position:Absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	z-index: -1;
	overflow: hidden;
}

#Content{
	margin-top: var(--headerHeight);
}

@media (min-width: 768px){
	*::-webkit-scrollbar {
		width: 4px;
		height: 4px;
		background-color: #e8e8e8;
	}
	*::-webkit-scrollbar-thumb {
		width: 4px;
		height: 4px;
		background-color: var(--themePrimary);
	}
}
@media (min-width: 2000px){	
	.py-4 .container{
		/* max-width: 1500px; */
	}
}
@media (max-width: 1500px){
	div.menuMax div.fslide img{
		min-height:100%;
		height:100% !important;
		width:auto !important;
		position: absolute;
		left: 50%;
		top: 50%;		
		transform: translateX(-50%) translateY(-50%);		
	}
}

@media (max-width: 1200px){
	.not_tablet{
		display:none;
	}
	.tablet_nomargin{
		margin:0 !important;
	}
	.tablet_nopadding{
		padding:0;
	}
	.tablet_container_customWidth{
		width: 670px;
	}	
	.py-4 .container {
		max-width: 100% !important;
	}
	.container {
		max-width: 100%;
	}
	.tablet_fullwidth{
		width: 100%;
	}
	
	.infoBoxes div.col {
		min-height: 200px;
	}
}

@media (max-width: 769px){	
	div.sliderTextBox {
		margin-top: -40px;
	}

	.pageContent img{
		max-width:100%;
		height:auto !important;
	}
	.py-4{
		overflow-x:hidden;
	}
	body .jumbo-diensten {
	    padding-top: 173px;
	    padding-bottom: 0px;
	    margin-bottom: 0;
	}
	.directWeten .col-md-5 .content {
	    justify-content: center;
	    min-height: auto;
	}
	#Content {
	    margin-top: 0;
	    padding-top: 3rem;
	}
}
@media (max-width: 1024px){	
	.py-4{
		overflow: hidden;
	}
	div.sliderTextBox {
		margin-top: -70px;	
	}
	div.textBox {
		padding: 10px 35px 45px;
	}
	:root{
		/* --headerHeight: 60px; */
	}
}


@media (min-width: 1025px){
	body .mobile_only{
		display:none !important;
	}
	.not_mobile_nopadding_r{
		padding-right:0;
	}
    div.divider{
        border-bottom: 1px solid var(--themeText);
        width: 1600px;
		max-width:100%;
        margin: auto;
    }
}
@media (min-width: 1025px){
	.not_mobile_nopadding{
		padding:0;
	}
	.not_mobile_nomargin{
		margin:0;
	}	
	.only_mobile{
		display:none;
	}
}
@media (max-width: 1024px){

	.not_mobile{
		display:none;
	}
	.not_mobile_i{
		display:none !important;
	}
	.mobile_nomargin{
		margin:0;
	}
	.mobile_nopadding{
		padding:0;
	}

	.mobile_fullwidth{
		width:100%;
	}
	body{
		--bs-body-font-size: 18px;
	}

	.jumbo-header{
		position:absolute;
		top: 0;
		left: 0;
		width: 100%;
        z-index: 23;
	}
	
}	
@media (max-width: 993px){	
}
@media (min-width: 769px){	
	.phone_only{
		display:none !important;
	}
}
@media (max-width: 769px){	
	.not_phone{
		display:none !important;
	}
	div.background{
		display:none;
	}
	:root{
		--colorBarHeight: 20px;
	}
}


.loading::after{
    content:'';
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:rgba(255,255,255,0.6);
    background-size:50px;
    background-position:center;
    background-repeat:no-repeat;
    background-image:url('/images/icons/spinner.gif');
    z-index:10;
    backdrop-filter: blur(2px);
}

/* -- bootstrap -- */

.btn {
	--bs-btn-border-radius: 1px;
	--bs-btn-padding-x: 1.4rem;
	--bs-btn-padding-y: 1rem;
	text-transform: uppercase;
}
.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--themePrimary);
    --bs-btn-border-color: var(--themePrimary);
    --bs-btn-hover-color: rgba(0,0,0,0.5);
    --bs-btn-hover-bg: var(--themePrimary);
    --bs-btn-hover-border-color: var(--themePrimary);
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--themePrimary);
    --bs-btn-active-border-color: rgba(0, 0, 0, 0.125);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: var(--themePrimary);
    --bs-btn-disabled-border-color: var(--themePrimary);
}
.btn-outline-primary {
    --bs-btn-color: var(--themePrimary);
    --bs-btn-border-color: var(--themePrimary);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--themePrimary);
    --bs-btn-hover-border-color: var(--themePrimary);
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--themePrimary);
    --bs-btn-active-border-color: var(--themePrimary);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: var(--themePrimary);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: var(--themePrimary);
    --bs-gradient: none;
}
.btn-outline-dark {
    --bs-btn-color: var(--themePrimaryDark);
    --bs-btn-border-color: var(--themePrimaryDark);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--themePrimaryDark);
    --bs-btn-hover-border-color: var(--themePrimaryDark);
    --bs-btn-focus-shadow-rgb: 33, 37, 41;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--themePrimaryDark);
    --bs-btn-active-border-color: var(--themePrimaryDark);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: var(--themePrimaryDark);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: var(--themePrimaryDark);
    --bs-gradient: none;
}

.btn-secondary {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--themeSecondary);
    --bs-btn-border-color: var(--themeSecondary);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--themeSecondary);
    --bs-btn-hover-border-color: var(--themeSecondary);
    --bs-btn-focus-shadow-rgb: 130, 138, 145;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--themeSecondary);
    --bs-btn-active-border-color: var(--themeSecondary);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: var(--themeSecondary);
    --bs-btn-disabled-border-color: var(--themeSecondary);
}

/* -- theme specific -- */
div.header_menu .logoHolder {
	max-width:100%;
}
div.header_menu .logoHolder img{
	max-width:100%;
}

/* -- sections -- */
.sliderSection .slider-container .textPlaceHolder{
    opacity:0.0;
    display:inline-block;
    position: relative;
    width: min-content;
}
.sliderSection .slider-container {
    position: relative;
    display: inline-block;
    overflow: hidden;
    vertical-align: bottom;
}

.section .imageLink span{
    position:Absolute;
    bottom: 1.4rem;
    text-align: center;
    width: 100%;
    color: #fff;
    font-size: 55px;
    font-weight: 100;
}

.imageSection{
    min-height: min(600px, 60dvh);
}