body, html {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	color:#333;
	line-height: 1.9;
	font-weight: 400;
	letter-spacing: 1px;
	}

.klein {
	font-size: 16px;
	margin-top: 8px;
	}

h1{
	display: inline-block;
	width: 29%;
	margin: 0;
	margin-right: 0;
	padding-bottom: 0;
	padding-left: 10%;
	}

h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	line-height: 2.2;
	color: #50759c;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	}

h3 {
	font-family: 'Open Sans', sans-serif;
	font-size: 35px;
	line-height: 2.2;
	color: #ea580c;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	}

a {
	margin: 0px;
	padding: 0px;
	font-weight: 400;
	text-decoration: none;
	letter-spacing: 2px;
	color: #5e604e;
	}

a.hy {
	color: #ea580c;
	}	

img {
	max-width: 100%;
	margin: 0;
	}

.clearfix {
	clear: both;
	}


/*===============================kopf mobil===================================*/

.kopf-pc {
	display: none;
	}

.kopf-mo {
	top: 0;
	position: fixed;
	width: 100%;
	height: 91px;
	text-align: left;
	background-color: #fff;
	z-index: 20;
	}	

a.logo-pc, a.logo-pc-e {
	display: none;
	}

a.logo-mo {
	width: 60%;
	margin-left: 10%;
	display: inline-block;
	}

.menue-pc {
	display: none;
	}

.menue-mo {
	width: 15%;
	margin-left: 8%;
	display: inline-block;
	}

.menue-mo-e {
	width: 15%;
	margin-left: 8%;
	display: inline-block;
	}
	
a.link {
	font-size: 16px;
	}
	
a.sprache {
	font-size: 14px;
	}
	



/*=======================================Bilder mobil ==================*/


.bg-1, .bg-2, .bg-3, .bg-4, .bg-5, .bg-6 {
	display:none;
	}
	
.bild-mobil{
	width: 100%;
	padding-top: 90px;
	display: block;
	}

/*=============================== Spalte mobil ================================*/	

.wrapper {
	margin-bottom: -91px;
	padding-bottom: 0px;
}

.rahmen {
	position: relative;
	width: 81%;
	margin-top: 32px;
	margin-left: 10%;
	z-index: 3;
	}

.rahmen-c {
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	padding-top: 15px;
	padding-bottom: 15px;
	}

.rahmen-c-erster {
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	padding-top: 0;
	padding-bottom: 15px;
	}

.rahmen-c-letzter {
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	}

.spalte-b1, .spalte-b2, .spalte-c1, .spalte-c2, .spalte-k, .spalte-r {
	width: 100%;
	margin-left: 0;
	float: none;
	}	

.spalte-c1 {
	margin-bottom: 0px;
	color: #ea580c;
	font-weight:500;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	}

.spalte-c2 {
	margin-bottom: 15px;
	
	
	}


/*==============================================================================*/
@media only screen and (min-width: 860px) {
/*==============================================================================*/

	body, html {
		font-family: 'Open Sans', sans-serif;
		font-size: 15px;
		color:#333;
		line-height: 1.5;
		font-weight: 300;
		letter-spacing: 1px;
		}

	.klein {
		font-size: 13px;
		margin-top: 6px;
		}

/*======================================= kopf 860 - 1299 =======================*/

	.kopf-pc {
		position:fixed;
		width: 89%;
		height: 75px;
		padding-left: 8%;
		padding-right: 3%;
		background-color:#fff;
		display: block;
		z-index: 4;
		}
		
	.kopf-mo {
		display:none;
		}

	a.logo-pc {
		float:left;
		height: 75px;
		width: 232px;
		background-image: url(bilder/logo-232-75.jpg);
		display: block;
		}

	a.logo-pc-e {
		float:left;
		height: 75px;
		width: 232px;
		background-image: url(bilder/logo-232-75-e.jpg);
		display: block;
		}
	
	a.logo-mo {
		display:none;
		}
		
	.menue-pc {
		float: right;
		padding-top: 39px;
		display: block;
		}	
		
	.menue-mo {
		display:none;
		}
		
	a.link {
		font-size: 15px;
		}
		
	a.sprache {
		font-size: 13px;
		}
		
			
/*===========================================Bilder > 860 ======================*/

	.bild-mobil{
		display: none;
		}

			
	.bg-1, .bg-2, .bg-3, .bg-4, .bg-5, .bg-6 {
		position: relative;
		width: 100%;
		background-attachment: scroll;
		background-position: center 75px;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size:cover;
		display: block;
		}


.bg-1 {
	background-image: url(bilder/biografie.jpg);
	min-height: 85%;
	}

.bg-2 {
	background-image: url(bilder/aktuelles.jpg);
	min-height: 80%;
	}





.bg-4 {
	background-image: url(bilder/media.jpg);
	min-height: 80%;
	}

.bg-5 {
	background-image: url(bilder/kontakt.jpg);
	min-height: 85%;
	}
	
.bg-6 {
	 background-image: url(bilder/aktuelles.jpg);
	min-height: 80%;
	}


.caption {
	position: absolute;
	width: 100%;
	bottom: 1%;
	}


/*=============================== Spalten > 860 ===============================*/	

.wrapper {
	margin-bottom: -75px;
	padding-bottom: 0px;
}


	.spalte-b1 {
		width: 48%;
		margin-left: 0;
		float: left;
		}	
	
	.spalte-b2 {
		width: 47%;
		margin-left: 5%;
		float: left;
		}	

	.rahmen-a {
		width: 83%;
		margin-left: 14.5%;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #333;
		padding-top: 15px;
		padding-bottom: 15px;
		}
		
	.spalte-a1 {
		width: 44%;
		margin-left: 0;
		padding-top: 0;
		margin-bottom: 0;
		float: left;
		color: #50759c;
		font-weight: 600;
		}	

	.rahmen-c {
		width: 83%;
		margin-left: 15%;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #333;
		padding-top: 15px;
		padding-bottom: 15px;
		}

	.rahmen-c-erster {
		width: 83%;
		margin-left: 15%;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #333;
		padding-top: 0;
		padding-bottom: 15px;
		}

	.rahmen-c-letzter {
		width: 83%;
		margin-left: 15%;
		border: none;
		padding-top: 15px;
		padding-bottom: 15px;
		}


	.spalte-c1 {
		width: 44%;
		margin-left: 0;
		padding-top: 0;
		margin-bottom:  0;
		float: left;
		color: #ea580c;
		font-weight: 600;
		border: none;
		}	
	
	.spalte-c2 {
		width: 51%;
		margin-left: 5%;
		padding-top: 0;
		margin-bottom: 0;
		float: left;
		}	
	
	.rahmen-m {
		width: 83%;
		margin-left: 10%;
		}

	.spalte-m {
		width: 32%;
		margin-top: 0;
		margin-right: 1%;
		margin-left: 0;
		float: left;
		}	

	.spalte-k {
		width: 50%;
		margin-left: 17%;
		}
	
	.spalte-r {
		width: 40%;
		margin-left: 10%;
		}

	
}


/*==============================================================================*/
@media only screen and (min-width: 1400px) {
/*==============================================================================*/


	body {
		font-size: 17px;
		letter-spacing: 2px;
		}

/*======================================= kopf > 1300 =======================*/

	.kopf-pc {
		position:fixed;
		width: 80%;
		height: 91px;
		padding-left: 10%;
		padding-right: 10%;
		background-color:#fff;
		display: block;
		}

	a.logo-pc {
		float:left;
		height: 91px;
		width: 282px;
		background-image: url(bilder/logo-282-91.jpg);
		display: block;
		}
		
	a.logo-pc-e {
		float:left;
		height: 91px;
		width: 282px;
		background-image: url(bilder/logo-282-91-e.jpg);
		display: block;
		}
		
	.menue-pc {
		float: right;
		padding-top: 50px;
		display: block;
		}	

	a.link {
		font-size: 17px;
		}
		
	a.sprache {
		font-size: 15px;
		}


	.bg-1, .bg-2, .bg-3, .bg-4, .bg-5, .bg-6 {
		position: relative;
		width: 100%;
		background-attachment: fixed;
		background-position: center 91px;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		z-index: 1;
		}

	.bg-1 {
	background-image: url(bilder/biografie.jpg);
	min-height: 85%;
		}
	
	.bg-2 {
		background-image: url(bilder/aktuelles.jpg);
		min-height: 80%;
		}
	
	
	
	
	
	.bg-4 {
		background-image: url(bilder/media.jpg);
		min-height: 80%;
		}
	
	.bg-5 {
		background-image: url(bilder/kontakt.jpg);
		min-height: 85%;
		}
		
	.bg-6 {
		background-image: url(bilder/aktuelles.jpg);
		min-height: 80%;
		}


	.wrapper {
		margin-bottom: -91px;
		padding-bottom: 91px;
		}

}

		
		
		
