/* TEKST */

.startteksten  {
height:auto;
padding:0;
margin:0 auto;
}

.startteksten a {
width:calc(50% - 6px);
height:auto;
margin:0 0 24px 0;
display:block;
}
@media only screen and (max-width:900px) {
	.startteksten a {
	width:100%;
	}
}
.startteksten a:nth-child(even) {
float:right;
}
@media only screen and (max-width:900px) {
	.startteksten a:nth-child(even) {
	width:100%;
	margin:24px auto 0 auto;
	float:none;
	clear:both;
	}
}
.startteksten a:nth-child(odd) {
float:left;
clear:left;
}
@media only screen and (max-width:900px) {
	.startteksten a:nth-child(odd) {
	width:100%;
	margin:24px auto 0 auto;
	float:none;
	clear:both;
	}
}
.startteksten .breed-100 {
width:100%;
height:auto;
float:none;
clear:both;
}

.startteksten h2 {
font-size:0.7em;
margin:20px 0 6px 24px;
}
@media only screen and (max-width:900px) {
	.startteksten h2 {
	font-size:1em;
	margin:12px 12px 0.5em 12px;
	}
}
.startteksten h3 {
font-size:0.7em;
margin-left:24px;
}
@media only screen and (max-width:900px) {
	.startteksten h3 {
	font-size:1em;
	margin-left:12px;
	margin-right:12px;
	}
}
.startteksten img, .startteksten video {
width:100%;
height:auto;
display:block;
}