:root{
	--themePrimary:			#D11B57;
	--themePrimaryLight:	#eefff3;
	--themePrimaryDark:		#1C1A1F;
	--themeSecondaryDark:	rgba(0,0,0,0.6);
	--themeBg:				#fff;
	--themeBgSecondary:		#F8F8F8;
	--themeTint: var();
	--themeTint: var(--themePrimaryDark);
	--themeYellowGray:		#929D0E;
	--themeYellowLight:	#ffed00;
	--themeYellowBg:	rgb(255,253,211);
	--themeBlue:		#009FE3;
	--themeBlueLight:	rgb(208,223,231);
	--themeGreyLight:	#f5f5f7;
	--themeGreen: 		#31B259;
	--themeBrown: 		rgb(91,87,59);
	--themeBrownLight:	rgb(209,198,183);
	--themeGrey:		rgb(232,232,232);
	--themeGreyDark: #252424;
	--themeGreyLight2:	rgb(247 247 247);
	--themeGreyBg: 		var(--themeGreyLight);
	--themeText: var(--themePrimaryDark);
	--themeTextLink:	var(--themePrimaryDark);
	--themeMenuText: #58585e;
	--themeTitles: var(--themePrimaryDark);
	--themeTitlesGrey:	#011206;
	--themeBorderColor: #E0E0E0;
	--themeBorderColorDark: rgb(35,35,34);
	--themeGreyTransparent: rgba(98, 98, 98, 0.6);
	--themeBorder: 1px solid rgba(98, 98, 98, 0.6);
	--themeInputColor: var(--themeGreyTransparent);
	--headerTop: 50px;
	--colorBarHeight: 30px;
	--headerHeight: 100px;
	--topbarHeight: 0px;
	--menuHeight: calc(var(--headerHeight) - var(--topbarHeight));
	--sliderHeight: 60dvh;
	--themeBorderRadius: 1rem;
	--buttonHeight: 40px;
	--buttonCircleHeight: 50px;
	font-size:18px;
	--headerSizeH1: 45px;
	--headerSizeH2: 35px;
	--headerSizeH3: 28px;
	--headerSizeH4: 25px;
	--headerSizeH5: 20px;
}
body{
	background-color: var(--themeBg);	
	color:var(--themeText);
	font-family: "Helvetica", serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	letter-spacing: 0em;
}
body p{
	font-size: 17px;
}
body.showMenu{
	overflow:hidden;
}
b, strong{
	font-weight:bold;
}
h1,h2,h3,h4{
	font-family: "Raleway", sans-serif;
	font-weight: 600;
	font-style: normal;
	color: var(--themeTitles);
	letter-spacing: 0px;
	margin: 0.5em 0;
	line-height: 1.0em;
	/* text-transform: uppercase; */
}

h1{
	font-size: var(--headerSizeH1);
	text-transform: uppercase;
}
h2{
	font-size: var(--headerSizeH2);
}
h3{
	font-size: var(--headerSizeH3);
	line-height: 1.1em;
	font-weight: 300;
	margin-bottom: 1.5rem;
}
h4{
	font-size: var(--headerSizeH4);
	font-weight: 600;
	letter-spacing: -0.02em;
}
h5{
	font-size: var(--headerSizeH5);
	font-weight: 600;
	letter-spacing: -0.02em;
}

h1 small,
h2 small,
h3 small,
h4 small{
    /* color: var(--themeYellow); */
    font-size: 0.65em;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 0.9em;
    display: inline-block;
    position:relative;
}

h1 s,h2 s,h3 s,h4 s,h5 s, p s{
    font-size: 1em;
	color: var(--themePrimary);
    text-decoration: none;
	position:relative;
}
h2 small:after,
h3 small:after,
h4 small:after,
h5 small:after{
	content:'';
	display:inline-block;
	width:4em;
	height:2px;
	background-color:var(--themePrimary);
	left:0;
	top:calc(100% + 1em);
	position:absolute;	
}

h2 small{
	margin-bottom: 1.8em;
}
h2 small:after{
	height:3px;
	top: calc(100% + 0.8em);
}


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

ul li{
	text-transform: uppercase;
}

@media screen and (max-width: 769px){
	h1{
		font-size: 38px;
	}
	h2{
		font-size: 32px;
		line-height: 1.2em;
	}
	h3{
		font-size: 28px;
	}
	h4{
		font-size: 18px;
	}
	h3 > font, h3 > s,
	h2 > font, h2 > s{
		-webkit-text-stroke-width: 1px !important;
	}
}

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: 300;
}

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);
}

a:not(.underline):not(.button):not(.btn):hover{
	text-decoration:none;
	color: var(--themeGreyDark);
}
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;
}
.fixed{
	position:fixed;
}
.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.textoverflow {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
			line-clamp: 2; 
	-webkit-box-orient: vertical;
 }
 .textoverflow-3{
	-webkit-line-clamp: 3;
			line-clamp: 3; 
 }
 .textoverflow-4{
	-webkit-line-clamp: 4;
			line-clamp: 4; 
 }
 .textoverflow-5{
	-webkit-line-clamp: 5;
			line-clamp: 5; 
 }


select{
	-moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -webkit-appearance: none;	
}select::-ms-expand {
    display: none;
}
select,
textarea,
input:not([type=radio]):not([type=checkbox]){
    height: 38px;
    line-height: 1.8em;
    padding: 24px 15px;
    font-size: 15px;
    border:0;
    transition:border-color .2s ease-in-out;
    background-color: var(--themeInputColor);
    color: var(--themeTitles);
    width: 100%;
    resize: vertical;
    position: relative;
    z-index: 1;
    border-radius: 4px;
    border: 1px solid #00000021;
}
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);
}
.backgroundTheme{
	background-color:var(--themePrimary);
}

.backgroundTheme h2{
	color:var(--themeGreyDark);
}

body .htmlblok p{
}

.white{
	background-color: #fff;
}
.whiteText *:not(font):not(.button),
.whiteText .button.hollow{
	color:#fff;
	--txtColor: #fff;
	--borderColor: #fff;
}
.whiteText .dataForm label{
	color:#fff;
}
.whiteText h1 font, .whiteText h2 font, .whiteText h3 font{
	-webkit-text-stroke-color:#fff;
}

.darkText *:not(font):not(.button):not(.button-circle):not(.button-circle){
	color: var(--themeBg);
}

.brown{
	background-color: var(--themeBrown);
}
.brownLight{
	background-color: var(--themeBrownLight);
}
.yellowLight{
	background-color: var(--themeYellowBg);
}
.greyLight{
	background-color: var(--themeGreyBg);
}
.greyLight2{
	background-color: var(--themeGreyLight2);
}
.grey{
	background-color: var(--themeGrey);
}
.greyDark{
	background-color: var(--themeGreyDark);
}

.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):hover {
    /* color: var(--themePrimary); */
}

.button, .button {
	position: relative;
	--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: 0;
	text-transform: uppercase;
	align-items: center;
	justify-content: center;
	background-color: var(--bgColor);
	color: var(--txtColor);
	border: 1px solid var(--borderColor);
}

.button.medium {
	padding: 0.381em 0.9em;
}
.button.big {
	padding: 0.581em 0.9em;
}
.button svg{
    height: 1em;
}
.button.circle{
	aspect-ratio: 1;
	border-radius:50%;
	width: var(--buttonCircleHeight);
	padding: 0;
}
.button.circle svg{
	height:12px;
	width:12px;
}
.button:hover{
	/* transform:translateY(-1px); */
	/* border-bottom:1px solid rgba(0,0,0,.2); */
	--txtColor: white;
	/* scale: 1.04; */
	color: var(--txtColor);
}

.button.hollow:hover{
	/* transform:translateY(-1px); */
	/* border-bottom:1px solid rgba(0,0,0,.2); */
	--txtColor: 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(--themeBg);
	border-radius: 2px;
	border: none;
	text-transform: uppercase;
	font-size: 14px;
}
.button.white:hover{
	--txtColor: var(--themePrimary);
}

.button.red{
	--bgColor: var(--themeBlue);
	--txtColor: var(--themeTint);
	border-width: 0;
}
.button.hollow{
	background:transparent;
	--txtColor: var(--bgColor);
	--borderColor: var(--txtColor);
}
.button.yellow{
	--bgColor:var(--themeYellow);
	--borderColor:var(--themeYellow);
	--txtColor: var(--themeText);
	font-weight: 600;
}
.button.greenText{
	--txtColor: var(--themeGreen);
}

.button.dark{
	--bgColor: var(--themePrimaryDark);
	--txtColor: #fff;
}

.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;
}

.button-group{
	display:inline-flex;
	gap: 0.2em;
}
.button-group .button{}
.button-group .button.extra{padding: 0.6em;aspect-ratio: 1;height: 42px;}

.button-group:hover .button.extra{
	transform:translateX(3px);
}

.button-circle{
	height: var(--buttonCircleHeight);
	display: flex;
	align-items: center;
	color: currentColor;
}

.button-circle button{
	color: var(--themeBg);
}
.button-circle button svg{
	transition: transform .2s ease-in-out;
}
.button-circle:hover{
	color: currentcolor !important;
	/* font-weight:bold; */
}
.button-circle:hover button svg{
	transform:rotateZ(-45deg);
}

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:'"';
}

.hasTriangle{
	position:relative;
	background-color:transparent;
	--triangleColor: #fff;
}
.hasTriangle .triangle {
	overflow:hidden;
	width:100%;
	aspect-ratio:1;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.hasTriangle .triangle::before {
	content: "";
	position:Absolute;
	display:block;
	width: 141.4%;
	height: 141.4%;
	background-color:var(--triangleColor);
}
.hasTriangle .triangle.triangle-top-left::before {
	left: 0;
	top: 0px;
	transform: translateX(-50%) translateY(-50%) rotateZ(135deg);
}

.hasTriangle .triangle.triangle-bottom-right{
	left:auto;
	right:0;	
}
.hasTriangle .triangle.triangle-bottom-right::before {
	left: auto;
	right: 0;
	top: 100%;
	transform: translateY(-50%) translateX(50%) rotateZ(315deg);
}

.darkgreenBox{
	background-color:var(--themePrimaryDark);
}
.darkBox{
	background-color:var(--themePrimaryDark);
}
.green{
	background-color:var(--themeGreen);
}
.themebackground{
	background-color:var(--themePrimary);
}
.themecolor{
	color:var(--themePrimary);
}
.themebackgroundDark{
	background-color:var(--themeBg);
}
.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;
}
.roundedBox{
    border-radius: 1.5rem;
}

.transparentGreen{
	background-color: rgb(208 223 231 / 32%);	
}

.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) 0;
	position: relative;
}

.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%);
}

.breadcrumb > div{
	display:flex;
	align-items: center;
	flex-direction: row;
	height:100%;
}
.breadcrumb a{}
.breadcrumb .spacer{}

.jumbo-header{
	position: relative;
	width: 100%;
	height: var(--headerHeight);
	z-index: 12;
}
.jumbo-header video{
	width:100%;
	height:100%;
	object-fit: fill;
}
  
/* -- 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%;
    background-color: #3ac73f;
    padding: 25px;
    margin-top: 10px;
    color: #000;
    opacity: 0.0;
    transition: opacity .6s ease-in-out;
    box-shadow: 3px 3px 0px -1px rgba(0, 0, 0, 0.09);
	cursor:pointer;
}
div.messagePopupBox .popupMessage.shown{
	opacity:1.0;
}
div.messagePopupBox .popupMessage.error{
	background-color: #ff2b2b;	
}
div.messagePopupBox .popupMessage.warning{
	background-color: orange;
}

div.container.textField a{
	/* color:#6d820d; */
}
div.container.textField h4 ~ h2{
	margin-top:0;
}

body div.titleBar h1,
body .textField h1,
body div.titleBar h2,
body .textField h2,
body div.titleBar h3,
body .textField h3{
	/* color: #709840; */
}

.titleBar{
	display:flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.titleBar h1, .titleBar h2, .titleBar h3{
	margin:0;
}
/* --------------------- */

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


element.style {
    background-image: url(upload/fotoalbum/9/114.jpg);
}
div.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;
}
div.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;
}

div.imageHolder.vertical img{
	height:100%;
	width:auto;
}
div.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;
}

.contactBox{}
.contactBox .htmlblok p:first-of-type{
	margin-bottom:0;
}
.contactBox h1{
	margin:0;
}
.contactBox h1 font{
	-webkit-text-stroke-width:1.5px;
}
.contactBox h1 u{
	text-underline-offset: 0.15em;
	text-decoration-thickness: 7px;
	text-decoration-color: white;
}
.contactBottomBox{
	margin-top: calc(-2.5rem);
}

.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%;
}

.floatingLine{
	position:relative;
}
.floatingLine::after{
	--size: 120px;
	content:'';
	width: var(--size);
	height:1px;
	background-color:#fff;
	position: absolute;
	display: block;
	z-index: 1;
}
.floatingLine-right::after{
	right: calc((var(--size) / -2) - 5rem);
	top: 0.5rem;
}
.floatingLine-left::after{
	left: calc((var(--size) / -2) - 5em);
	top: 0.5rem;
}
.floatingLine-top-left::after{
	--size: 150px;
	top: calc((var(--size) / -2) + 2rem);
	left: 1.3rem;
	width:1px;
	height:var(--size);
}

.floatingBackground{
	position:Absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	z-index: -1;
	overflow: hidden;
}
div.imageHolder.imageHolder75{
	width: 75dvw;
	height:25dvw;
}
div.imageHolder.imageHolder75 .triangle{
	height:100%;
	width:auto;
	z-index: 1;
}

h2.lineOverflowLeft::after{
	transform:translateX(-50%);
}

.offerte .dataForm.contactForm input,
.offerte .dataForm.contactForm select{
	border:1px solid #D3D3D3;
}

/* .marker{
	animation: lightning-flash 0.8s;
	animation-delay: 1.0s;
	animation-iteration-count: 1;
	color:white;
} */
.lightning-repeat {
	animation: lightning-flash 0.8s;
	animation-delay: 0.1s;
	animation-iteration-count: 1;
}

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


.kiezenBox{
    padding: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.kiezenBox img{
	align-self:baseline;
	margin-bottom:1rem
}
.kiezenBox p{
    font-size:15px;
}
.kiezenBox h3{
	font-weight:500;	
    margin-bottom:1.5rem;
}

.assortimentForm{}
.assortimentForm input{
	background-color: rgba(0,0,0,0.1) !important;
	border: 1px solid rgba(255,255,255,0.4) !important;
	color: rgba(255,255,255,0.4) !important;
	border-radius: 40px !important;
}
.assortimentForm input::placeholder{
	color:#fff;
}


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

/* -- bootstrap exceptions -- */
.btn{
	--bs-btn-border-radius: 0.8rem;
	--bs-btn-padding-x: 1.4rem;
	--bs-btn-padding-y: 0.475rem;
	/* --bs-btn-font-weight: 300; */
}
.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--themePrimary);
    --bs-btn-border-color: var(--themePrimary);
    --bs-btn-hover-color: var(--themePrimary);
    --bs-btn-hover-bg: transparent;
    --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: var(--themePrimary);
    --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: var(--themeSecondaryDark);
    --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-secondary {
    --bs-btn-color: var(--themePrimaryDark);
    --bs-btn-border-color: #0812451a;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0812451a;
    --bs-btn-hover-border-color: #0812451a;
    --bs-btn-focus-shadow-rgb: 108, 117, 125;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #6c757d;
    --bs-btn-active-border-color: #6c757d;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #6c757d;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #6c757d;
    --bs-gradient: none;
}

@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:100%;
	}
}
@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;
	}
}
@media (max-width: 1024px){	
	.py-4{
		overflow: hidden;
	}
	div.sliderTextBox {
		margin-top: -70px;	
	}
	div.textBox {
		padding: 10px 35px 45px;
	}
	:root{
		--headerHeight: 50dvh;
	}
}


@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%;
		height: auto;
	}
	
}	
@media (max-width: 993px){	
}
@media (min-width: 769px){	
	.phone_only{
		display:none !important;
	}
}
@media (max-width: 769px){	
	.not_phone_i{
		display:none !important;
	}
	.not_phone{
		display:none;
	}
	div.background{
		display:none;
	}
	:root{
		--colorBarHeight: 20px;
	}
}
