body{
	font-family: Copse, serif;marginCreativeHeads
}

.copse{
	font-family: Copse, serif;
}
.background{
	background: url(../img/Beton.jpg);
}
.headline{
	font-family: 'Abril Fatface',cursive;
	color:#2a7a83;
	text-align:center;
	font-size: 1.38em;
}
.centerImg
{
	display: block;
	margin: 0px auto;
}
.name{
	margin:0px;
	font-size: 1.2em;
}
.text {
	text-align: justify;
	color:#00444D;
	font-size: 1.1em;
}
.publisher{
	color: #00444D;
	font-size: 1.1em;
	text-align: center;	
}
.marginBottom{
	margin-bottom: 60px;
}
.marginHeight10{
	margin:10px 0px;
}
.white, .white:hover, .white:focus{
	color: white;
 	text-decoration: none;
}
.space30{
	height: 30px;
}
.noWrap{
	white-space: nowrap;
}

.blueLink, .blueLink:focus{
	color:#00444D;
	text-decoration: none;
}
.blueLink:hover{
	color:#00444D;
}
.top17 { margin-top:17px; }
.top30 { margin-top:30px; }
.top60 { margin-top:60px; }
@media only screen and (max-width: 599px){
	.headline:before{
		content: url('../img/impressum/Menue_Links_Klein_xs.png');
	}
	.headline:after{
		content: url('../img/impressum/Menue_Rechts_Klein_xs.png');
	}
}
@media only screen and (min-width: 600px){
	.headline:before{
		content: url('../img/impressum/Menue_Links_Klein.png');
	}
	.headline:after{
		content: url('../img/impressum/Menue_Rechts_Klein.png');
	}
}
@media only screen and (max-width: 767px){
	.noPadding{
		padding: 0px;
	}
}
@media only screen and (min-width: 1000px) and (max-width: 1249px){
	.text{
		padding-left: 20px;
	}
}
@media only screen and (max-width: 999px){
	.name{
		text-align: center;
	}
	.background: {
		background: url(../img/Beton.jpg);
	}
	.blueAccordeonImpressum{			
		background-color: #2a7a83;
		border: 1px solid #2a7a83;
		outline: 2px solid #00444d;
		font-size: 1.2em;
		padding-left: 23px;
	}
	.btnAccordeonStyleImpressum{
		margin:0px -15px 0px;
		float: left;
		cursor: pointer;
		font-size: 0.7em;
		padding-top: 4px;
	}
}
@media only screen and (min-width: 1000px){
	.background{
		background: url(../img/Blume.png);
	}
	.beton{
		background: url(../img/Beton.jpg);
	}
	.menu{
		background-color: #01404f;
	}
	.lgBackground{
		background-color: #00444d;
		height: 35px;
	}
	.lgLinks{
		font-size: 1.2em;
		padding-top: 7px;
	}

}