@charset "UTF-8";
/* Einfache fließende Medien
   Hinweis: Für fließende Medien müssen Sie die Attribute 'height' und 'width' des Medium aus dem HTML-Code entfernen
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 unterstützt keine maximale Breite, verwenden Sie daher eine Standardbreite von 100% */
.ie6 img {
	width:100%;
}
/*
	Dreamweaver-Eigenschaften für fließende Raster
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	Idee durch den Artikel "Responsive Web Design" von Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	und "Golden Grid System" von Joni Korpi
	http://goldengridsystem.com/
*/

/* Desktoplayout: 769 bis maximal 1232 px.  Erbt Stile von: den Layouts für Mobilgeräte und Tablet-PCs. */
@media only screen and (min-width: 768px) and (max-width: 949px) {
	#wrapper {
	min-width: 768px;
	height: auto;
	background-color: rgba(255,255,255,1.00);
	}
	iframe {
		width:100%;
		height:auto;
	}
	
	/* Header */
	header {
		background:#FFFFFF;
		width:	100%;
		height:	auto;
	}
	header div.header-inner {
	width: 728px;
	margin: 0 auto;
	padding-top: 0;
	padding-right: 0.9%;
	padding-left: 0.2%;
	padding-bottom: 0;
	}
	
	header .header-inner logos {
		width: auto;
		height: 100%;
		min-height: 100%;
		padding: 0;
		margin: 10px auto 0 auto;
	}
	header .header-inner logos .block {
		margin:0 auto 70px 0;
		width:130px;
		float:none;
		clear:left;
	}
	header .header-inner logos .block.last {
		margin: 0 0 70px 0;
		
	}
	/* Filme */
	section article {
		width: 728px;
		height: 100%;
		min-height: 100%;
		padding: 0;
		margin: 100px auto 0 auto;
	}
	section article .block {
		margin:0 auto 30px 0;
		width:300px;
		height: 220px;
		float:left;
		clear:left;
	}
	section article .blockmiddle {
		margin:0 auto 30px 0;
		width:300px;
		height: 220px;
		float:right;
		clear:right;
	}
	
	section article .block1 {
		margin:0 auto 30px 0;
		width:300px;
		height: 220px;
		float:left;
		clear:left;
	}
	
	section article .block2 {
		margin:0 auto 30px 0;
		width:300px;
		float:none;
		clear:left;
	}
	section article .block.last {
		margin: 0 0 70px 0;
	}
	section article .block img {
		width:	16px;
		height: auto;
	}
	section article .block_fullwidth {
		width: 728px;
		margin: 0 0 70px 0;
	}
	
	section article .block_fullwidth .tab_content, section article .block_fullwidth .tab_content .left, section article .block_fullwidth .tab_content .right {
		width: 688px;
		height:	auto;
	}
	section article .block_fullwidth .tab_content .left img {
		width: 100%;
		padding: 0 0 20px 0;
		height: auto;
	}
	section article .block_headline {
		width:auto;
	}
	section article .block_fullwidth.content {
	width: 688px;
	height: auto;
	margin: 0 0 70px 0;
	background-color: rgba(255,255,255,1.00);
	}
	section article .block_fullwidth.content .left {
	width: 100%;
	height: auto;
	padding: 0 0 20px 0;
	background-color: rgba(255,255,255,1.00);
	}
	section article .block_fullwidth.content .right {
		width:100%;
		height:	auto;
	}
		/* Karten */
	section karten .block_fullwidth .tab_content, section karten .block_fullwidth .tab_content .left, section karten .block_fullwidth .tab_content .right {
		width: 688px;
		height:	auto;
	}
	section karten .block_fullwidth .tab_content .left img {
		width: 100%;
		padding: 0 0 20px 0;
		height: auto;
	}
	section karten .block_headline {
		width:718px;
	}
	section karten .block_fullwidth.content {
	width: 688px;
	height: auto;
	margin: 0 0 70px 0;
	background-color: rgba(255,255,255,1.00);
	}
	section karten .block_fullwidth.content .left {
	width: 100%;
	height: auto;
	padding: 0 0 20px 0;
	background-color: rgba(255,255,255,1.00);
	}
	section karten .block_fullwidth.content .right {
		width:100%;
		height:	auto;
	}
	
	/* Footer */
	footer nav {
		width:728px;
	}
	footer nav ul {
	width: 728px;
	background-color: rgba(255,255,255,1.00);
	}
	footer nav ul li:first-child {
		font-weight:normal;
		float:left;
		color:#FFFFFF;
		text-align: center;
		display: inline-block;
		width: 140px;
	}
	footer nav ul li {
		font-weight:normal;
		font-size:12px;
		float:left;
		color:#FFFFFF;
		text-align: center;
		display: inline-block;
		width: 195px;
	}
}
/* Layout für Tablet-PCs: 480 bis 767 px. Erbt Stile vom: Layout für Mobilgeräte. */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	#wrapper {
		min-width: 480px;
		height:auto;
		background:#FFFFFF;
	}
	iframe {
		width:100%;
		height:auto;
	}
	
	/* Header */
	header {
		background:#FFFFFF;
		width:	100%;
		height:	auto;
	}
	
	header div.header-inner {
		width: 460px;
		height:auto;
		margin: 0 auto;
		padding:0 0.9% 0 0.9%;
	}
	
	
	header .header-inner logos {
		width: 460px;
		height: 100%;
		min-height: 100%;
		padding: 0;
		margin: 10px auto 0 auto;
	}
	header .header-inner logos .block {
		margin:0 auto 25px 0;
		width:460px;
		float:none;
		clear:left;
	}
	header .header-inner logos .block.last {
		margin: 0 0 25px 0;
	}
	header .header-inner logos .block img {
		width: 100%;
		height:	100%;
	}
	header .header-inner logos .block_fullwidth {
		width: 460px;
		margin: 0 0 120px 0;
	}
	header .header-inner logos .block_fullwidth .tab_content, header .header-inner logos .block_fullwidth .tab_content .left, header .header-inner logos .block_fullwidth .tab_content .right {
		width: 420px;
		height:	auto;
	}
	
	
	
	/* Navigation */
	header .header-inner nav {
		width:460px;
		height:auto;
	}
	header .header-inner nav ul {
		width:460px;
		height:auto;
	}
	h
	/* Filme */
	section article {
		width: 460px;
		height: 100%;
		min-height: 100%;
		padding: 0;
		margin: 100px auto 0 auto;
	}
	section article .block {
		margin:0 auto 25px 0;
		width:300px;
		float:none;
		clear:left;
	}
	section article .block.last {
		margin: 0 0 140px 0;
	}
	section article .block img {
		width:	16px;
		height: auto;
	}
	section article .block_fullwidth {
		width: 460px;
		margin: 0 0 140px 0;
	}
	section article .block_fullwidth .tab_content, section article .block_fullwidth .tab_content .left, section article .block_fullwidth .tab_content .right {
		width: 420px;
		height:	auto;
	}
	section article .block_fullwidth .tab_content .left img {
		width: 100%;
		padding: 0 0 20px 0;
		height: auto;
	}
	section article .block_fullwidth .tab_content .right p {
		padding:10px 20px 10px 0; 
	}
	section article .block_headline {
		width:450px;
	}
	section article .block_fullwidth.content {
	width: 420px;
	height: auto;
	margin: 0 0 140px 0;
	background-color: rgba(255,255,255,1.00);
	}
	section article .block_fullwidth.content .left {
		width:100%;
		height:	auto;
		padding:0 0 20px 0;
	}
	section article .block_fullwidth.content .right {
		width:100%;
		height:	auto;
	}
		/* Karten */
	section karten .block_fullwidth .tab_content, section karten .block_fullwidth .tab_content .left, section karten .block_fullwidth .tab_content .right {
		width: 420px;
		height:	auto;
	}
	section karten .block_fullwidth .tab_content .left img {
		width: 100%;
		padding: 0 0 20px 0;
		height: auto;
	}
	section karten .block_fullwidth .tab_content .right p {
		padding:10px 20px 10px 0; 
	}
	section karten .block_headline {
		width:450px;
	}
	section karten .block_fullwidth.content {
	width: 420px;
	height: auto;
	margin: 0 0 140px 0;
	background-color: rgba(255,255,255,1.00);
	}
	section karten .block_fullwidth.content .left {
		width:100%;
		height:	auto;
		padding:0 0 20px 0;
	}
	section karten .block_fullwidth.content .right {
		width:100%;
		height:	auto;
	}
	
	/* Footer */
	footer {
		height:auto;
	}
	footer nav {
		width:460px;
		height:auto;
	}
	footer nav ul {
		width:460px;
		padding:5px 0 0 0;
		height:auto;
	}
	footer nav ul li:first-child {
		float:none;
		width:100%;
	}
	footer nav ul li {
		float:none;
		width:100%;
		padding:5px 0 5px 0;
	}
}
/* Layout für Mobilgeräte: 479px oder weniger. */
@media only screen and (max-width:479px) {
	#wrapper {
		min-width: 320px;
		height:auto;
		background:#FFFFFF;

	}
	iframe {
		width:100%;
		height:auto;
	}
	
	/* Header */
	
	header {
		background:#FFFFFF;
		width:	100%;
		height:	auto;
	}
	header logos {
		width: 300px;
		height: 100%;
		min-height: 100%;
		padding: 0;
		margin: 10px auto 0 auto;
	}
	header logos .block {
		margin:0 auto 25px 0;
		width:300px;
		float:none;
		clear:left;
	}
	header logos .block.last {
		margin: 0 0 140px 0;
	}
	header logos .block img {
		width:	100%;
		height: auto;
	}

	
	header div.header-inner {
		width: 320px;
		height:auto;
		margin: 0 auto;
		padding:0;
	}
	header .header-inner .header-logo {
		width:300px;
		margin:0 auto 20px auto;
	}
	/* Navigation */
	header .header-inner nav {
		width:300px;
		height:auto;
		margin:0 auto;
	}
	header .header-inner nav ul {
		width:300px;
		height:auto;
	}
	
	/* Content */
	section article {
		width: 300px;
		height: 100%;
		min-height: 100%;
		padding: 0;
		margin: 100px auto 0 auto;
		background-color: #FFFFFF;
	}
	section article .block {
		margin:0 auto 25px 0;
		width: 300px;
		float:none;
		clear:left;
	}
	section article .block.last {
		margin: 0 0 140px 0;
	}
	section article .block img {
		width:	100%;
		height: auto;
	}
	section article .block_fullwidth {
		width: 300px;
		margin: 0 0 140px 0;
	}
	section article .block_fullwidth .tab_content, section article .block_fullwidth .tab_content .left, section article .block_fullwidth .tab_content .right {
		width: 260px;
		height:	auto;
	}
	section article .block_fullwidth .tab_content .left img {
		width: 100%;
		padding: 0 0 20px 0;
		height: auto;
	}
	section article .block_fullwidth .tab_content .right p {
		padding:10px 20px 10px 0; 
	}
	section article .block_headline {
		width:290px;
	}
	section article .block_fullwidth.content {
		width:260px;
		height: auto;
		margin: 0 0 140px 0;
	}
	section article .block_fullwidth.content .left {
		width:100%;
		height:	auto;
		padding:0 0 20px 0;
	}
	section article .block_fullwidth.content .right {
		width:100%;
		height:	auto;
	}
	
	/* Karten */
	section karten .block_fullwidth .tab_content, section karten .block_fullwidth .tab_content .left, section karten .block_fullwidth .tab_content .right {
		width: 260px;
		height:	auto;
	}
	section karten .block_fullwidth .tab_content .left img {
		width: 100%;
		padding: 0 0 20px 0;
		height: auto;
	}
	section karten .block_fullwidth .tab_content .right p {
		padding:10px 20px 10px 0; 
	}
	section karten .block_headline {
		width:290px;
	}
	section karten .block_fullwidth.content {
		width:260px;
		height: auto;
		margin: 0 0 140px 0;
	}
	section karten .block_fullwidth.content .left {
		width:100%;
		height:	auto;
		padding:0 0 20px 0;
	}
	section karten .block_fullwidth.content .right {
		width:100%;
		height:	auto;
	}
	
	/* Footer */
	footer {
		height:auto;
	}
	footer nav {
		width:300px;
		height:auto;
	}
	footer nav ul {
		width:300px;
		padding:5px 0 0 0;
		height:auto;
	}
	footer nav ul li:first-child {
		float:none;
		width:100%;
	}
	footer nav ul li {
		float:none;
		width:100%;
		padding:5px 0 5px 0;
	}
