@charset "utf-8";



/* ~~ Element-/Tag-Selektoren ~~ */



ul, ol, dl { /* Aufgrund von Abweichungen zwischen verschiedenen Browsern empfiehlt es sich, die Auffüllung und den Rand in Listen auf 0 einzustellen. Zu Konsistenzzwecken können Sie die gewünschten Werte entweder hier oder in den enthaltenen Listenelementen (LI, DT, DD) eingeben. Beachten Sie, dass diese Angaben auch für die .nav-Liste gültig sind, wenn Sie keinen spezifischeren Selektor festlegen. */



	padding: 0;



	margin: 0;



}



h1, h2, h3, h4, h5, h6 {



	padding-right: 15px;



	padding-left: 15px;



}



h1 {



	font-size: 1em;



	text-align: center;



	font-weight: normal;



	color: #FFF;















	font-family: Lora



:400



:400;



}



h6 {



	font-size: 1.2em;



	font-weight: bold;



	color: #333;















	font-family: Lora



:400



:400;	margin-left: 25px;



	margin-bottom: 5px;



}







h5 {

	font-size: 1.2em;

	text-align: center;

	font-weight: normal;

	color: #1C55FF;

	margin-top: 50px;

	font-family: Calibri;

	letter-spacing: .1em;

}















h2{



	font-size: 1em;



	text-align: center;



	color: #1C55FF;



	margin-top: 60px;



	font-weight: lighter;



}











h3{

	font-size: 1.4em;

	padding-top: 40px;

	padding-right: 15px;

	padding-left: 15px;

	padding-bottom: 25px;



}





p {



	margin-top: 0;	 /* Durch Entfernen des oberen Randes wird ein Problem vermieden, bei dem Ränder aus dem umgebenden Block entweichen. Der verbleibende untere Rand sorgt für den Abstand von allen folgenden Elementen. */



	padding-right: 15px;



	padding-left: 40px; /* Hinzufügen von Auffüllungswerten für beide Seiten jeweils enthaltener Blockelemente statt für die Blöcke macht Box-Modell-Berechnungen unnötig. Alternativ kann auch ein untergeordneter Block mit Auffüllung an den Seiten verwendet werden. */



	color: #333;



}



header p {

	text-align: center;

	margin-right: auto;

	margin-bottom: -20px;

	margin-left: auto;

	font-size: 1em;

	font-family: Calibri;

	color: #1C55FF;

}



.container p img {



	position: absolute;



	left: 150px;



	top: 170px;



}









a img { /* Dieser Selektor entfernt den standardmäßigen blauen Rahmen, der in einigen Browsern um ein Bild angezeigt wird, wenn es von einem Hyperlink umschlossen ist. */



	border: none;



}



/* ~~ Die Reihenfolge der Stildefinitionen für die Hyperlinks der Site, einschließlich der Gruppe der Selektoren zum Erzeugen des Hover-Effekts, muss erhalten bleiben. ~~ */



a:link {



	color: #069;



	text-decoration: underline; /* Sofern Ihre Hyperlinks nicht besonders hervorgehoben werden sollen, empfiehlt es sich, zur schnellen visuellen Erkennung Unterstreichungen zu verwenden. */



}







a:visited {



	color: #069;



	text-decoration: underline;



}



a:hover, a:active, a:focus { /* Durch diese Gruppe von Selektoren wird bei Verwendung der Tastatur der gleiche Hover-Effekt wie beim Verwenden der Maus erzielt. */



	text-decoration: none;



}



/* ~~ Dieser Container fester Breite umgibt alle anderen Blockelemente. ~~ */



.container {



	width: 100%; /* Durch die Angabe der Breite und Verwendung des Werts "auto" für die Seiten wird das Layout zentriert. */



	margin-top: 0;



	margin-right: auto;



	margin-bottom: 0;



	margin-left: auto;



	position: relative;



	z-index: 500;



	float: left;



	height: 100%;



}



.containerimpressum {



	width: 100%; /* Durch die Angabe der Breite und Verwendung des Werts "auto" für die Seiten wird das Layout zentriert. */



	margin-top: 0;



	margin-right: auto;



	margin-bottom: 0;



	margin-left: auto;



	position: absolute;



	z-index: 500;



	float: left;



	height: 1500px;



}











/* ~~ Für die Kopfzeile wird keine Breite angegeben. Sie erstreckt sich über die gesamte Breite des Layouts. ~~ */



header {

	height: 170px;

	width: 100%;

	z-index: 101;

	margin-left: 0px;

	font-family: Arial, Helvetica, sans-serif;

	color: #1C55FF;

	text-align: center;

	margin-bottom: 0px;

}



header h1 {
	text-align: center;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: -20px;
	margin-left: auto;
	font-size: 1.7em;
	font-family: "Malgun Gothic";
	color: #1C55FF;



}



















.content {



	width: 60%;



	background-color: #F9F9F9;



	margin-top: 32px;



	margin-right: auto;



	margin-left: auto;



	margin-bottom: 35px;



	font-family: Arial, Helvetica, sans-serif;



	color: #333;



	-webkit-box-shadow: 0px 0px 2px 1px rgba(206, 206, 206, 1); /* WebKit */



	-moz-box-shadow: 0px 0px 2px 1px rgba(206, 206, 206, 1); /* Firefox */



	box-shadow: 0px 0px 2px 1px rgba(206, 206, 206, 1); /* Standard */



	line-height: 1.5em;



	font-size: 15px;



	padding-bottom: 50px;



	padding-right: 20px;



}

.contenthome {

	width: 100%;

	margin-right: auto;

	margin-left: auto;

	background-image: url(../images/startbild3.png);

	background-repeat: no-repeat;

	position: relative;

	left: 300px;

	top: -50px;

	height: 450px;

	z-index: 10000;

}



figure {



	float: right;



	max-width: 260px;



	padding: 2px;



	float: right;



	margin: 0.5em;



	padding: 2px;



	text-align: center;



}



.container .content figure img {

	color: #666;

	float: left;

	margin-right: 50px;

	margin-left: 10px;

}

.zentrum {

	float: right;

}

.container .content .zentrum {

	float: right;

}













figcaption {



	font-size: 0.8em;



}

.quelle {

	font-size: 12px;

	text-align: center;

	display: block;

}









/* ~~ Mit diesem gruppierten Selektor werden die Listen im .content-Bereich angesprochen. ~~ */



.content ul, .content ol {



	padding-top: 0;



	padding-right: 15px;



	padding-bottom: 15px;



	padding-left: 40px;



	list-style-type: disc;



}



.content ul li {



	margin-bottom: 10px;



	list-style-position: outside;



	list-style-type: disc;



}



.content ul ul li {



	margin-bottom: 10px;



	list-style-position: outside;



	list-style-type: circle;



}











.content ul ul {



	padding-top: 0;



	padding-right: 15px;



	padding-bottom: 15px;



	padding-left: 40px;



	list-style-type: circle;



}











/* ~~ Fußzeile ~~ */



footer {



	position: absolute;



	width: 100%;



	bottom: 0px;



	color: #1C55FF;



	font-size: 0.8em;



	text-align: center;



	display: block;



	margin-right: auto;



	margin-left: auto;



	margin-top: 50px;



	margin-bottom: 0px;



	line-height: 30px;



	vertical-align: middle;



	font-family: Arial, Helvetica, sans-serif;



	-webkit-box-shadow: 0px 0px 2px 1px rgba(206, 206, 206, 1); /* WebKit */



	-moz-box-shadow: 0px 0px 2px 1px rgba(206, 206, 206, 1); /* Firefox */



	box-shadow: 0px 0px 2px 1px rgba(206, 206, 206, 1); /* Standard */



}







/*Unterstützung für HTML 5 - Legt für die neuen HTML 5-Tags die Eigenschaft "display:block" fest, damit die Tags in den Browsern korrekt dargestellt werden. */



header, section, footer, aside, nav, article, figure {



	display: block;



}



.container .content p img {



	float: right;



	position: relative;



	top: -70px;



	bottom: 0px;



	right: 0px;



}




div.hintergrund {


width: 375px;
padding-left: 15px;
padding-top: 15px;
padding-bottom: 15px;
color: white;
	
	background-color: #6666ff;



	box-shadow: 10px 10px 5px #aaaaaa;


}


div.shadow {



	width: 375px;



	background-color: white;



	box-shadow: 10px 10px 5px #aaaaaa;



	float: right;



	margin-top: -65px;



	margin-right: -100px;



	margin-bottom: 10px;



	height: 250px;



	margin-left: 10px;	



	



}



div.shadow2 {



	width: 375px;



	box-shadow: 10px 10px 5px #aaaaaa;



	float: right;



	margin-top: 10px;



	margin-right: -100px;



	margin-bottom: 10px;



	height: 250px;



	margin-left: 10px;



	clear: right;



	background-image: url(../images/gruppe2.jpg);



}
.container .content .imgmedoso strong img {
	width: auto;
	left: -10px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}




div.shadow3 {



	width: 375px;



	box-shadow: 10px 10px 5px #aaaaaa;



	float: right;



	margin-top: 10px;



	margin-right: -70px;



	margin-bottom: 10px;



	height: 250px;



	margin-left: 10px;



	clear: right;



	background-image: url(../images/gruppe2.jpg);



}















div.var2 {



	width: 375px;



	float: right;



	margin-top: -65px;



	margin-right: 0px;



	margin-bottom: -5px;



	height: 250px;



	



}



div.var3 {



	width: 375px;



	background-color: white;



	box-shadow: 10px 10px 5px #aaaaaa;



	float: right;



	margin-top: -65px;



	margin-right: 0px;



	margin-bottom: -5px;



	height: 250px;



	



}







 @media(max-width: 1200px) {



	 div.shadow img {



	max-width: 187px;



	box-shadow: 10px 10px 5px #aaaaaa;



	float: right;



	margin-top: 0px;



	margin-right: 0px;



	margin-bottom: 10px;



	max-height: 125px;



	margin-left: 10px;	



}



div.shadow2 img {



	max-width: 187px;



	box-shadow: 10px 10px 5px #aaaaaa;



	float: right;



	margin-top: 0px;



	margin-right: 0px;



	margin-bottom: 10px;



	max-height: 125px;



	margin-left: 10px;



}







	 div.shadow {



	max-width: 187px;



	box-shadow: 10px 10px 5px #aaaaaa;



	float: right;



	margin-top: 0px;



	margin-right: 0px;



	margin-bottom: 10px;



	max-height: 125px;



	margin-left: 10px;	



	



}



div.shadow2 {



	max-width: 187px;



	box-shadow: 10px 10px 5px #aaaaaa;



	float: right;



	margin-top: 0px;



	margin-right: 0px;



	margin-bottom: 10px;



	max-height: 125px;



	margin-left: 10px;



}



 }

.zitat {

	font-size: 16px;

	text-align: center;

	display: block;

}
