/* columns of same height styles */
@media (max-width: 768px) {
.col-xs-height {
display: block;
float: none !important;
}
}

@media (min-width: 768px) {
.col-sm-height {
display: table-cell;
float: none !important;
}
}
@media (min-width: 992px) {
.col-md-height {
display: table-cell;
float: none !important;
}
}
@media (min-width: 1200px) {
.col-lg-height {
display: table-cell;
float: none !important;
}
}


@media (max-width: 768px) {
	body {background-image: none !important;}
	.breadcrumbs .container {padding: 0 !important; background: #AECBBC }
	#breadcrumbs {margin: 100px auto 0 auto}
	div.aikonmenu div.logo {width: 140px; height: auto; margin-left: 50px !important;}
	div.aikonmenu.search .socialicons {display: none;}
	div.aikonmenu .aikon-menu-logo img {max-height: 70px !important;}
	div.aikonmenu ul.openmenu {top: 0px !important;}
	.main-header {margin: 0; max-height: 100vh}
	.main-header .container {padding: 0 !important; }
	.main-header h3 {position: absolute; bottom: 150px; left: 0; padding: 0 30px; color: #FFF; text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);transition:all 0.35s ease; -webkit-transition:all 0.35s ease; -moz-transition:all 0.35s ease; -o-transition:all 0.35s ease; font-size: 125%; max-width: 100%; text-align: center;}
.website-intro .custom {min-height: 450px; padding: 30px 60px; background-size: cover;}
	#content	{padding: 0}
	#content-area {padding: 0;}
	#mainbody {margin: 0 !important;}
	#mainbody .container {border: none}
	.container	{padding: 0; width: 100%; }
	.gridstack-afbeelding {padding: 15px; height: 150px;}
	blockquote {padding: 30px; margin: 0; border-left: 3px solid #748F81;}
	blockquote p {font-size: 20px; color: #748F81;}
}

@media (max-width: 992px) {
}

@media (max-width: 1024px) {
	div.aikonmenu {width: auto !important; margin: 15px 15px 0 15px}
	#mainbody {margin: 0 15px;}
	.item-image {background: none !important; margin: 0; width: 100%;}
}

@media (max-width: 1199px) {
	.pull-right-adres	{font-size: 80%;}
	.container	{padding: 0 15px !important; width: 100%; }

}

