@CHARSET "UTF-8";

@media screen and (max-width: 700px) {
	#tarieven_blok_rechts {
		margin-top: -100px;
	}
}

@media screen and (max-height: 640px) {
	.bannerIntro {
		display:none;
	}
}

.anchor {
 	height: 65px;  
 	margin-top: -65px;  
 	visibility: hidden; 
 	display: block; 
}






/*==================================================
 * Effect 1 (homepage prijs blokken
 * ===============================================*/
.effect1
{
    box-shadow: 0 10px 6px -6px #777;
}
.slide_in_text {
	font-size: 60px;
	color: white;	
}


.prijsBlock {
	color:#0080b2; 
	background-color:white; 
	border:1px solid #bed0e3;
	display:block;
}

.prijsBlock:hover {
	color:#0080b2; 
	background-color:white; 
	border:1px solid green;
	cursor:pointer;
}

/* banner */
.bannerTitle {
	padding-top:30px;
	font-size: 50px;
	font-weight: bold;
	text-align: center;
	color: white;
	text-shadow: 1px 1px black;


}

/* nieuwe footer */
.footerSEO {
	display: flex;
	justify-content: space-between!important;
	flex-wrap: wrap;
	color: white;
}
.footerSEO > div {
}
.footerSEO > div > span {
	font-weight: bold;
	font-size: 21px;
	display: block;
	padding-bottom:20px;
}

.footerSEO > div > ul {
	padding: 0px 0px;
	line-height: 38px;
}
.footerSEO > div > ul > li > a, .footerSEO > div > a  {
	color: white;
}
.footerSEO > div > ul > li:hover > a, .footerSEO > div > a:hover {
	color: white;
	font-weight: bold;
}
.footerSEO > a {
	color: white;
}
