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


/* 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;
	}
	iframe {
		width:100%;
		height:auto;
	}
	header {
		background:#FFFFFF;
		width:	100%;
		height:	auto;
	}
	header div.header-inner {
		width: 728px;
		margin: 0 auto;
		padding:0 0.9% 0 0.9%;
	}
	/* Navigation */
	header .header-inner nav ul {
		width:728px;
	}
	header .header-inner nav ul li a {
		width: 90px;
		padding: 15px 0 4px 0;
		font-size:0.85em;

	}
	header .header-inner .header-logo {
    padding-top: 23px;

}
	
	header .header-inner nav ul li a:hover, header .header-inner nav ul li.active a {
		width: 90px;
		padding: 15px 0 4px 0;
	}
	/* Content */
	section article {
		width: 728px;
		height: 100%;
		min-height: 100%;
		padding: 0;
		margin: 155px auto 0 auto;
	}
	section article .block {
		margin:0 3% 0 0;
		width:30%;
/*		float:none;
		clear:left;*/
	}
	
section article .block h1 {
	font-size: 1.3em;
	padding: 15px 0 10px 20px;
	width:100%;
}
		section article .block h4 {
	margin:10px 0 20px 0;
}
	
	
	section article .block.last {
		margin: 0 0 25px 0;
	}
	section article .block img {
		width:	100%;
		height: auto;
	}
	section article .block_fullwidth {
		width: 728px;
		margin: 0 0 70px 0;
	}


	section article .block_headline {
	width:728px;
    background-color: rgba(89, 125, 126, 0.25);
	height:45px;
	}

	section article .block_fullwidth.content {
		width:688px;
		height: auto;
		margin: 0 0 70px 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;
	}

	
	section article .block_fullwidth.content .gallery_line {
		padding: 0 20px 20px 0;
		width:216px;
		float:left;
		height: auto;
		margin: 0 auto;
	}
	section article .block_fullwidth.content .gallery_line:last-child {
		padding: 0 0 0 0;
	}
	section article .block_fullwidth.content .gallery_line img {
		padding: 0 20px 20px 0;
		width:100%;
		height:auto;
	}

	/* Footer */
	footer nav {
		width:728px;
	}
	footer nav ul {
		width:728px;
	}

	footer nav ul li {
		font-weight:normal;
		font-size:1.1em;
		float:left;
		color:#FFFFFF;
		text-align: center;
		display: inline-block;
		width: auto;
		padding: 0 14px;
	}
}
/* 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;
	}
	
	iframe {
		width:100%;
		height:auto;
	}

	
	header {
	width: 100%;
	height:	143px;
	
}
	
	
	header div.header-inner {
		width: 460px;
		height:auto;
		margin: 0 auto;
		padding:0 0.9% 0 0.9%;
	}
	
	header .header-inner .header-logo {

    padding-top: 5px;
}
	
	header .header-inner .header-logo h1 {
	font-size: 38px;
	letter-spacing: -3px;
	line-height: 1;
	margin: 0;
	background: url('../images/pkd-logo.svg') no-repeat;
	width: 220px;
	height: 150px;
}
	

	header .header-inner nav {
		width:460px;
		height:auto;
		margin:0;
		padding:0 !important;


	}
	
	header .header-inner nav ul {
		width:460px;
		height:auto;
		margin:0;
		padding:0  !important;


	}
	
	header .header-inner nav ul li {
		display:block;
		height:27px !important;
		float:none;
		width:100%;
		margin:0 !important;
		padding:0 !important;


	}
	
	header .header-inner nav ul li a {
		width: 100%;
		height:27px !important;
		margin:0;
		padding:5px 0 3px 0 !important;


	}
	
	header .header-inner nav ul li a:hover, header .header-inner nav ul li.active a {
		width: 100%;
		height:27px  !important;
		margin:0;
		padding:5px 0 3px 0 !important;


	}
	
	/* Content */
	section article {
		width: 460px;
		height: 100%;
		min-height: 100%;
		padding: 0;
		margin: 35px auto 0 auto;
	}
	
	section article .block {
		margin:0 auto 25px 0;
		width:460px;
		float:none;
		clear:left;
	}
	
	section article .block.last {
		margin: 0 0 25px 0;
	}
	
	section article .block img {
		width:	452px;
		height: auto;
	}
	

	
	section article .block_headline {
		width:460px;
		background-color:rgba(0,0,0,0.00)!important;
	
	}


	
section article .block_headline h1 {

	padding: 12px 0 12px 20px;
	margin:10px 0 0 0;
	overflow: hidden;
}
	
	
		section article .block h1{
		margin: 0;
		height:30px;
	
		overflow: auto;

	}
	
	section article .block h4 {
	margin:10px 0 70px 0;
	width:100%;
}
	section article .block_fullwidth {
		width: 460px;
		margin: 0 0 140px 0;
	}

	
	section article .block_fullwidth.content {
		width:420px;
		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;
	}

	
	section article .block_fullwidth.content .gallery_line {
		padding: 0 0 20px 0;
		width:420px;
		float:left;
		height: auto;
		margin: 0 auto;
	}
	section article .block_fullwidth.content .gallery_line:last-child {
		padding: 0 0 20px 0;
	}
	section article .block_fullwidth.content .gallery_line img {
		padding: 0 20px 20px 0;
		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: 300px;
		max-width: 100%;
		height:auto;
	}
	iframe {
		width:100%;
		height:auto;
	}

	header {
		background: rgb(155,139,137) !important;
		width:	100%;
		height:	157px;
	}
	
	header .header-inner .header-logo h1 {
	font-size: 38px;
	letter-spacing: -3px;
	line-height: 1;
	margin: 0;
	background: url('../images/pkd-logo.svg') no-repeat;
	width: 220px;
	height: 150px;
}
	header div.header-inner {
		width: 300px;
		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:100%;
		height:auto;
		margin:0 auto;
	}
	header .header-inner nav ul {
		width:300px;
		height:auto;
	}
	header .header-inner nav ul li {
		display:block;
		height:auto;
		float:none;
		width:100%;
		margin:0;
		padding:0;
	}
	header .header-inner nav ul li a {
		display:block;
		padding: 8px 0 4px 0;
		margin:0;
		height:33px;
	}
	header .header-inner nav ul li a:hover, header .header-inner nav ul li.active a {
		width: 100%;
		margin:0;
	}
	
	
	/* Content */
	section article {
		width: 300px;
		height: 100%;
		padding: 0;
		margin: 35px auto 0 auto;
	}
	section article .block {
		width:300px;
		float:none;
		clear:left;
		margin: 0;
		overflow: hidden;
	}
	
	
		section article .block h1{
		margin: 0;
		height:30px;
			width: 100%;
		overflow: auto;

	}
	
	section article .block h4 {
	margin:10px 0 100px 0;
	max-width:300px;
}
	
	section article .block.last {
		margin: 0;
			max-width:300px;

	}
	section article .block img {
		width:	292px;
		height: auto;
	}
	

	
	section article .block_fullwidth {
		width: 300px;
		margin: 0 0 100px 0;
	}

	section article .block_headline {
		width:300px;
			height: 30px;
	padding: 0;
	
	}

	
section article .block_headline h1 {
	padding: 10px 0 12px 20px;
	margin:10px 0 0 0;
	font-size: 1.1em;
	overflow: hidden;
}
	
	

	
	section article .block_fullwidth.content {
		width:260px;
		height: auto;
		margin: 0 0 100px 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;
	}


		section article .block_fullwidth.content .gallery_line {
		padding: 0 0 20px 0;
		width:260px;
		float:left;
		height: auto;
		margin: 0 auto;
	}
	section article .block_fullwidth.content .gallery_line:last-child {
		padding: 0 0 20px 0;
	}
	section article .block_fullwidth.content .gallery_line img {
		padding: 0 20px 20px 0;
		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;
	}
}