body {
	
	background-image: url(../_img/texture.jpg); 
	margin: 0px;
	font-family: helvetica, arial sans-serif;
	font-size: 16px;
	font-size: 1rem;
	color: #ffffff;
	line-height: 150%;
	background-attachment:fixed;

}

h1 {
	color: white;
	line-height: 125%;
	font-size: 24px;
	font-size: 1,5rem;
	word-wrap: break-word;
}

h2 {
	line-height: 125%;
}

a {
	color: #eb7908;
	text-decoration: none;
	font-weight: bold;
	display: inline-block;
	transition: all 0.2s ease-out;
	
}

a:hover {
	color: #cc6600;
	text-decoration: underline;
	font-weight: bold;
}

#wrapper {
	margin: 140px auto ;
	padding: 0px 15px;
	box-sizing: border-box;
	width: 100%;
	max-width: 820px;
	height: 100%;
	position: relative;
	z-index: 50;
}

@media screen and (max-width: 500px) {
	#wrapper {
		margin: 70px auto ;}
}

.logo {
	margin: 0px auto ;
	text-align: center;
	width: 250px;
	height: auto;
	position: relative;
	padding-bottom: 25px;
}

.logo img{
	max-width: 150px;
	height: auto;
	margin: 0px auto;
	text-align: center;
}


.border_top {
	width: 100%;
	top: 0px;
	background-image: url(../_img/border_top.jpg); 
	height: 88px;
	margin: 0px; position:fixed;
}

#border_bottom {
	width: 100%;
	background-image: url(../_img/border_bottom.jpg); 
	height: 88px;
	z-index: 1;
	position:fixed;
    bottom:0px;
}

.contact {
	margin: auto;
	max-width: 500px;
	height: 100%;
	background-image: url(../_img/shadow_bottom.png);
	background-position: center top;
	background-repeat:no-repeat;
	text-align: center;
	padding: 15px 0 10px 0;
}

body.dsgvo .contact {
	margin: auto;
	max-width: 500px !important;
	height: 100%;
	background-image: url(../_img/shadow_bottom.png); 
	background-repeat:no-repeat;
	text-align: center;
	padding: 26px 0 10px 0;
}

.imprint {
	margin: 15px auto;
	text-align: center;
	font-size: 13px;
	font-size: 0.813rem;
	background-image: url(../_img/shadow_bottom.png);
	background-position: center top;
	background-repeat:no-repeat;
	text-align: center;
	padding-top: 25px;
}

.white {
	color: white;
}

a.mail {
	text-decoration: none;
	color: white;
}

a.mail:hover{
	text-decoration: underline;
	color: white;
}

a.ico {
	transition: all 0.2s ease-out;
}

a.ico:hover {
	opacity: 0.6;
}

ul{
	display: inline;	
}

li{
	background-image: url(../_img/shadow_bottom.png); 
	background-position: bottom;
	background-repeat:no-repeat;
	list-style: none;
	padding: 0 0 40px 0;


}


