/* BERICHTEN */
.content {
padding:0;
}

.berichtbox {
position:relative;
width:100%;
height:auto;
margin:0 0 0 0;
clear:both;
}

.bericht {
width:1280px;
height:auto;
padding:0;
margin:0 auto 0 auto;
background-color:rgba(255,255,255,1);
}
/* Mobiel [portrait] */
@media only screen and (max-device-width: 736px) and (orientation: portrait) {
	.bericht {
	width:98%;
	margin:0 auto 0 auto;
	}
}
/* iPad portrait */
@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait) and (-webkit-min-device-pixel-ratio:2) {
	.bericht { width:98%; }
}
/* iPad landscape */
@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:2) {
	.bericht {
	width:1000px;
	}
}

.bericht img {
width:50%;
max-width:100%;
height:auto;
margin:2.5em 1.8% 0 0;
float:left;
display:block;
}
/* Mobiel [portrait] */
@media only screen and (max-device-width: 736px) and (orientation: portrait) {
	.bericht img {
	margin:2.5em 2.5% 0.2em 2.5%;
	}
}
.lijst {
margin-bottom:10px;
}
.lijst img {
width:30%;
max-width:100%;
height:auto;
margin:2.5em 1.8% 2.5em 4%;
float:left;
display:block;
}
/* Mobiel [portrait] */
@media only screen and (max-device-width: 736px) and (orientation: portrait) {
	.lijst img {
	margin:2.5em 2.5% 1.5em 5%;
	}
}
.even {
}
.oneven {
}

.bericht h1 {
font-weight:300;
margin:0.2em 0 0.4em 4%;
}
.bericht h2 {
font-size:1.5em;
font-weight:300;
margin-left:4%;
margin-bottom:0.2em;
}
.bericht h5 {
font-size:0.8em;
font-weight:300;
text-align:right;
padding:0.8em 2% 0.3em 0;
}
.bericht img {
max-width:94%;
display:block;
}
.berichtpadding {
padding:0 0 0 2.5%;
}
.berichtpadding h1 {
margin-left:0;
}
.lijst .berichtpadding {
padding:0;
}
.lijst .berichtpadding h1 {
margin-left:4%;
}

.tekstlang {
padding:0;
}
/* Mobiel [portrait] */
@media only screen and (max-device-width: 736px) and (orientation: portrait) {
	.tekstlang {
	width:95%;
	padding:0 2.5% 0 2.5%;
	}
}
.tekstkort {
position:relative;
width:auto;
height:auto;
padding:0 2% 0 0;
margin-left:4%;
overflow:hidden;
text-overflow:clip;
clear:none;
}
/* Mobiel [portrait] */
@media only screen and (max-device-width: 736px) and (orientation: portrait) {
	.tekstkort {
	margin-left:5%;
	margin-right:5%;
	clear:both;
	}
}

.leesverderfade {
position:absolute;
bottom:0;
width:100%;
height:1em;
margin:0;
background:linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,0));
}
.leesverder {
font-size:1.2em;
font-style:italic;
font-weight:300;
text-align:right;
margin:0.5em 2% 0 0;
display:block;
}

.terug {
text-align:right;
margin-right:2.5%;
display:block;
}

.pagsnav {
width:1280px;
height:auto;
text-align:left;
margin:10px auto 5px auto;
}
/* Mobiel [portrait] */
@media only screen and (max-device-width: 736px) and (orientation: portrait) {
	.pagsnav {
	width:98%;
	}
}
/* iPad portrait */
@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait) and (-webkit-min-device-pixel-ratio:2) {
	.pagsnav { width:98%; }
}
/* iPad landscape */
@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:2) {
	.pagsnav {
	width:1000px;
	}
}
.pagsnav a {
position:relative;
width:auto;
min-width:22px;
height:auto;
font-size:1em;
color:rgba(171,35,37,1);
font-weight:300;
line-height:1;
text-align:center;
padding:10px;
margin:0 0 5px 0.5%;
background-color:rgba(255,255,255,1);
display:inline-block;
transition: all .5s ease 0s;
-webkit-transition: all .5s ease 0s;
-moz-transition: all .5s ease 0s;
-o-transition: all .5s ease 0s;
-ms-transition: all .5s ease 0s;
}
/* Mobiel [portrait] */
@media only screen and (max-device-width: 736px) and (orientation: portrait) {
	.pagsnav a:last-child {
	margin-right:0.5%;
	}
}
.pagsnav a:link {
color:rgba(171,35,37,1);
text-decoration:none;
}
.pagsnav a:active {
color:rgba(171,35,37,1);
text-decoration:none;
}
.pagsnav a:visited {
color:rgba(171,35,37,1);
text-decoration:none;
}
.pagsnav a:hover {
color:#fff;
background-color:rgba(171,35,37,1);
text-decoration:none;
}
.pagsnav a.on {
color:#fff;
background-color:rgba(171,35,37,1);
}

/* CSS Tekstpagina contact-formulier */
.downloadform {
width:500px;
height:auto;
margin:1em 0 3em 0;
float:left;
}
/* Mobiel [portrait] */
@media only screen and (max-device-width: 736px) {
	.downloadform {
	width:90%;
	float:none;
	}
}
.downloadform p {
font-size:1em;
}
.downloadform .veld {
width:100%;
height:auto;
clear:both;
}
.downloadform .veldtekst {
width:25%;
height:auto;
font-size:1em;
text-align:right;
white-space:nowrap;
padding:4px 2px 3px 0;
vertical-align:top;
float:left;
}
/* Mobiel [portrait] */
@media only screen and (max-device-width: 736px) {
	.downloadform .veldtekst {
	width:auto;
	text-align:left;
	float:none;
	}
}
.downloadform .veldinput {
width:70%;
height:auto;
font-size:1em;
line-height:1.4;
white-space:nowrap;
padding:1px 0 3px 0;
vertical-align:middle;
float:left;
}
/* Mobiel [portrait] */
@media only screen and (max-device-width: 736px) {
	.downloadform .veldinput {
	width:90%;
	font-size:0.9em;
	float:none;
	}
}
.downloadform .alertborder {
border:1px solid #ab2325;
}
.downloadform .required {
color:#ab2325;
font-size:0.9em;
margin-top:1em;
}
.downloadform .alert {
color:#ab2325;
font-size:0.9em;
}
.downloadform input, .downloadform textarea {
width:80%;
color:#000;
font-size:1em;
padding:2px 6px 5px 6px;
border:1px solid #8C6E80;
border-radius:4px;
}
.downloadform .knop {
width:auto;
height:auto;
color:#fff;
font-size:1em;
font-weight:700;
text-align:center;
text-decoration:none;
letter-spacing:1px;
text-transform:uppercase;
background-color:rgba(171,35,37,1);
text-shadow:1px 1px 1px rgba(0,0,0,0.9);
padding:6px 25px 8px 25px;
margin-top:0.5em;
border-radius:10px;
transition: all .5s ease 0s;
-webkit-transition: all .5s ease 0s;
-moz-transition: all .5s ease 0s;
-o-transition: all .5s ease 0s;
-ms-transition: all .5s ease 0s;
}
.downloadform .knop:hover {
color:rgba(171,35,37,1);
background-color:rgba(255,255,255,1);
border:2px solid rgba(171,35,37,1);
text-shadow:1px 1px 1px rgba(0,0,0,0.3);
cursor:pointer;
}
/* Mobiel [portrait] */
@media only screen and (max-device-width: 736px) {
	.downloadform .knop {
	font-size:0.9em;
	margin-top:0.5em;
	text-transform:none;
	}
}