/* @override 
	http://felix.check2net.at/templates/felix-tools/css/editor.css */

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

body {
	font: 16px/1.4em "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	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;
}
.spalten {
	display: flex;
	padding-bottom: 20px;
	padding-top: 20px;
	width: 100%;
}
.spalte .abstand {
	padding-right: 20px;
	padding-left: 20px;
}
.spalten.zweispaltig {
	margin-left: -20px;
	margin-right: -20px;
}
.spalten.zweispaltig .spalte {
	width: 50%;
}
.spalten.dreispaltig .spalte {
	width: 33%;
}
.box:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.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%;
}

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

}

@media (max-width: 500px) {
		.scrollbox {
		width: 290px;
		overflow-x:auto;
	}
}
