/* --- VARIOUS --- */
html,body{
	margin: 0;
	padding: 0;
	min-height: 100%;
	height: 100%;
}
body{
	font-size: 15px;
	padding-top: 110px;
}


.pageWidth{
	width: 96%;
	max-width: 1280px;
	margin: 0 auto;
}
.relative{
	position: relative;
}
img{
	font-style: italic;
}
.hr{
	height: 1px;
	background: #000;
	margin-top:    11px;
	margin-bottom: 8px;
}
#imageFiller{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 0.05;
	background-size: cover;
	background-position: center middle;
}
.TextBG{
	background: #FFF;
	padding: 20px;
	border: 2px solid #EEE;
}
.call2action_style1{
	background-color: #d32027;
	color:  #FFF;
	border: none;
	margin-bottom: 25px;
	min-height: 100px
}
.call2action_style2{
	background-color: #FFF;
	color: #d32027;
	border: 1px solid #d32027;
	margin-bottom: 25px;
	min-height: 100px
}
#samenwerkingLogos{
	
}
#samenwerkingLogos a{
	vertical-align: middle;
	text-align: center;
}

/* --- promo video -- */
.homePromoVideo {
	display: block;
	width: 100%;
	margin: 1rem 0 3rem;
}
/* --- Slideshow --- */
.slideshowBasic{
	z-index: 2;
}
.slideshowBasic .oneSlide{
	width: 100%;
	box-sizing: border-box;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border: 3px solid rgba(255,255,255, 0.3);
}
.slideshowBasic .oneSlide:after{
	content: " ";
	display: inline-block;
	padding-top: 75%;
}
.slideshowBasic .oneSlide >span{
	position: absolute;
	bottom: 0;
	display: block;
	box-sizing: border-box;
	width: 100%;
	padding: 5px 10px;
	background: rgba(0,0,0, 0.8);
	text-shadow: 0px 0px 2px rgba(0,0,0, 0.8);
	color: #FFF;
	font-style: italic;
}
/* --- HEADER --- */
#MainHeader{
	position: fixed;
	z-index: 55;
	top: 0;
	left: 0;
	right: 0;
	height:      80px;
	padding: 0px 10px;
	background-color: #FFF;
	border-bottom: 2px solid #d32027;
	display: flex;
	justify-content: space-between;
	color: #FFF;
}
#MainHeader::before {
    content: " ";
    display: inline-block;
    padding-top: 33%;
}
#MH_LogoWrap{
	text-decoration: none;
	border-bottom: 0px none;
}
#MH_LogoWrap >img{
	height: 78px;
}
#MH_LogoWrap >p{
	line-height: 20px;
	margin-top: -18px;
	margin-right: 19px;
	font-size: 18px;
	margin-bottom: 0;
}
/* ------ CONTENT ------ */
#MainContent{
	padding-bottom: 125px;
	min-height: 100%;
}
#MainContent img{
	max-width: 100%;
}
#PageImage{
	position: relative;
	overflow: hidden;
	margin-bottom: 25px;
	min-height: 150px;
	background-color: #EEE;
	background-size: cover;
	background-position: center;
	border-bottom: 2px solid #d32027;
}
#PageImage::before {
    content: " ";
    display: inline-block;
    padding-top: 33%;
}
@media screen and (max-width: 1000px){
	#Page{
		margin-left:  15px;
		margin-right: 15px;
		width: auto;
	}
}
@media screen and (max-width: 767px){
	#PI_Overlay{
		margin: 130px 10px 0;
		font-size: 3em;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}
}


/* --------- FOOTER --------- */
#MainFooter{
	position: relative;
	z-index: 2;
	background-color: #d32027;
	padding: 25px 0;
}
#MainFooter, #MainFooter a{
	color: #FFF;
}
#MainFooter h3{
	margin: 0 0 30px;
	font-weight: normal;
	text-align: center;
}
#buildernameWrap{
	text-align: center;
	font-style: italic;
}
#buildername{
	font-style: normal;
}

/* ------- MOBILE DEFAULT CLASSES -------- */
/* Laag zodat het het meeste overschrijft */
@media screen and (max-width: 767px){
	.hideWhenSmall{
		display: none !important;
	}
	.blockWhenSmall{
		display: block !important;
		width: auto !important;
	}

	#PageImage::before {
	    padding-top: 50%;
	}
	#callToActionWrap{
		margin-top: 75px;
	}

	.openingstijden:not(.open){
		display: none;
	}

}
