img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

body {
	color: #525151;
}
h1, h2, h3, h4, h5, h6 {
}
h1 {
	font-weight: normal;
	font-style: normal;
}
h2 {
	font-weight: normal;
	font-style: normal;
}

p {
	margin: 0;
	padding: 0px 0px 25px;
}

a img {
	border-width: 0px!important;
	border-style: none;
}
h2 a {
	text-decoration: none;
}

.bild-links, .bild-rechts {
	font-size: 11px;
	line-height: 120%;
	width: auto;
	width: 45%;
}
.bild-links {
	clear: both;
	float: left;
	margin-right: 25px;
	margin-bottom: 25px;
}
.bild-rechts {
	clear: both;
	float: right;
	margin-left: 25px;
	margin-bottom: 25px;
}
ol, ul {
	margin: 0px 0px 0 30px;
	padding: 0px;
}

.clear {
	clear: both;
}
.blau {
	color: #87a2ba;
}
.unterstrich {
	border-bottom: 3px solid #333;
	display: inline-block;
}
.elemente {
	display: flex;
	padding-bottom: 0px;
	padding-top: 0px;
	width: 100%;
	flex-wrap: wrap;
	align-items: flex-start;
	margin-right: -20px;
	margin-left: -20px;
}
.elemente .element {
	width: 50%;
	display: flex;
	align-items: ;
	align-content: stretch;
	justify-content: flex-start;
	flex-direction: row;
}
.elemente .element .abstand {
	padding: 0 20px;
	width: 100%;
}
.elemente .element.bild .abstand {
	padding: 0;
	margin: 0;
	line-height: 0;
}
.box:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}


@media (max-width: 990px) {  


}
@media (max-width: 767px) { 
	.elemente .element .abstand {
		padding: 15px 15px 0;
		width: 100%;
	}
	.bild-links, .bild-rechts {
		float: none;
		display: block;
		padding: 0;
		margin: 0;
		text-align: center;
		padding-bottom: 15px;
		width: 100%;
	}
	.elemente {
		flex-direction: column;
		margin-right: 0;
		margin-left: 0;
	}
	.elemente .element {
		width: 100%;
	}

}


/* Sonstiges */
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

