@charset "utf-8";
@import url("../webfonts/OpenSans_Regular/stylesheet.css");
@import url("../webfonts/OpenSans_Bold/stylesheet.css");
@import url("multiColumnTemplate.css");



/* CSS Document */

.left_article h1 {
	font-family: "OpenSans Regular";
	font-size: 3em;
	
}

h2 {
	padding-left: 5%;
	padding-right: 5%;
	margin-top: 5%;
	color: #717070;
	font-weight: bold;
	text-transform: none;
	font-family: "OpenSans Regular";
	
}

h3 {
	padding-left: 5%;
	padding-right: 5%;
	margin-top: 5%;
	color: #717070;
	font-weight: bold;
	text-transform: none;
	font-family: "OpenSans Regular";
	}

.img {
	border-color:none;
	}

.video {
    width: 100%;
    padding-bottom: 0px;
    height: 100%;
}

.poster
{
	width:auto
}


a {
    color: #333333;
}

.container {
	max-width:1700px;
}

.secondary_header {
	background-color: #333333;
}

.secondary_header a {
	font-family: 'OpenSans Regular';
	color: #FFFFFF;
	text-decoration: none;
}

.secondary_header a:hover {
	font-family: 'OpenSans Regular';
	color: #999999;
	text-decoration: none;
}

.container .left_article h3 {
	padding-left: 5%;
	padding-right: 5%;
	margin-top: 5%;
	color: #717070;
	font-weight: bold;
	text-transform: none;
	font-family: "OpenSans Regular";
}

.container .left_article p {
	color: #333333;
}

.right_article {
	width: 40%;
	float: left;
	background-color: #ffffff;
}


.container section #bewerbung ul li {
	list-style-position: outside;
	list-style-type: square;
	font-family: "OpenSans Regular";
	color: #333333;;
	margin-left:3%;
}
.sprache {
	font-family: "Courier New", Courier, monospace;
	color: #F00;
	text-align: right;
}

.bildunterschrift
{
	font-family: "OpenSans Regular";
	font-size:0.8em;	
	background-color: #F6F6F6;
	padding:5px;
	
}

.placeholder {
	/* [disabled]max-width: 400px;
*/
	/* [disabled]max-height: 200px;
*/
	width: 100%;
	padding-top: 30px;
	/* [disabled]padding-left: 19px;
*/
	padding-bottom: 0px;
	height: 100%;
	
}

.placeholder-video

{
	/* [disabled]max-width: 400px;
*/
	/* [disabled]max-height: 200px;
*/
	width: 100%;
		/* [disabled]padding-left: 19px;
*/
	padding-bottom: 0px;
	height: 100%;
	
}

.copyright {

    text-align: center;
    background-color: #717070;
    color: #FFFFFF;
    text-transform: none;
    font-weight: lighter;
    letter-spacing: 2px;
    border-top-width: 2px;
    font-family: 'OpenSans Regular';

}

@media (min-width: 321px) and (max-width: 768px) {
	
	.primary_header {
		display:none;
		
	}
	.right_article {
	width: 100%;
	float: left;
	background-color: #ffffff;
}
}

@media (max-width: 320px) {
	
	.primary_header {
		display:none;
	}
	.right_article {
	width: 100%;
	float: left;
	background-color: #ffffff;
}
}
