/* CSS Document */

/* CSS Document */

@media (min-width: 768px) {

#fotointxt_left{
	float:left;
	width:45%;
	margin-right:25px;
	margin-bottom:15px;
}
#fotointxt_left img{
	width:100%;
	border-radius:1px;
	border-radius:3px;
	-webkit-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.75);
	box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.75);
}
#fotointxt_right{
	float:right;
	width:45%;
	margin-left:25px;
	margin-bottom:15px;
}
#fotointxt_right img{
	width:100%;
	border-radius:1px;
	border-radius:3px;
	-webkit-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.75);
	box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.75);
}
.talenkeuze{
	float:right;
	margin-top:5px;
	text-transform:uppercase;

}

}


@media (max-width: 767px) {
/*
body, p{
	font-size: 15px;
	line-height: 20px;

}
.talenkeuze{
	float:left;
	margin-bottom:10px;
	clear:both;

}
*/
#fotointxt_left{
	width:90%;
	text-align:center;
	clear:both;
	margin:0 auto;
	margin-bottom:15px;
}
#fotointxt_left img{
	width:100%;
	border-radius:1px;
	border-radius:3px;
	-webkit-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.75);
	box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.75);
}
#fotointxt_right{
	width:90%;
	text-align:center;
	clear:both;
	margin:0 auto;
	margin-bottom:15px;
}
#fotointxt_right img{
	width:100%;
	border-radius:1px;
	border-radius:3px;
	-webkit-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.75);
	box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.75);
}


}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 98%;
	height: 98%;
}

.pdfblok {
	float:left;
	width:150px;
	height:150px;
	text-align:center;
	line-height:11px;
	margin:5px 15px;
}
	.pdfblok a{
	font-weight:normal;	
	font-size:11px;
	}





.form-control::-webkit-input-placeholder { 
  	color: #666;
	opacity: 1;
	font-size:18px;
}

.form-control::-moz-placeholder { /* Firefox 19+ */
  	color: #666;
	opacity: 1;
	font-size:18px;
}
.form-control:-ms-input-placeholder { /* IE 10+ */
  	color: #666;
	opacity: 1;
	font-size:18px;
}
.form-control:-moz-placeholder { /* Firefox 18- */
  	color: #666;
	opacity: 1;
	font-size:18px;
}
.form-control{
	font-size:18px;
	background-color:white;
}
