/* CSS Document */


html, body {
	background: #dab77c;
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
}
h1, h2 {
	font-size: 22px;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
}
h2 {
	font-size: 18px;
}
p {
	color: #fff;
	font-size: 25px;
	letter-spacing: 2px; text-align: center;
}

.cont p, .cont h1, .cont h2 {
text-align: left;	
}
.cont p {
font-size:14px;
letter-spacing:0;


}

p.black {
	color: 000;
	font-size: 35px;
}
a {
	color: #fff;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;	color: #fff;
}
.global {
	width: 100%;
	height: 100%;
	margin: auto;
	background: #dab77c;
}
.header {
	margin: 0;
	width: 100%;
	height: 400px;
	/*background-image: url(Bilder/logo-akuradis-dr-kuczek_06.png);*/
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom: 4px;
	background: #fff;
}
.header {
	margin: 0;
	width: 100%;
	height: 550px;
	/*background-image: url(Bilder/logo-akuradis-dr-kuczek_03.png);*/
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom: 4px;
}
.h200 {
	margin-top: 120px;
	text-align: center;
}
.linie {
	background: #fff;
	height: 4px;
	width: 100%
}
.bottom {
	text-align: center;
	width: 100%;
	padding-top: 50px;
}
p.kontakt a, p.kontakt {
	font-size: 12px;
}
.content {
	margin: auto;
	width: 980px;
	text-align: left;
}
.content p {
	letter-spacing: 0px;
	font-size: 14px;
}
.logo {
	vertical-align: central;
	width: 419px;
	height: 275px;
	margin: auto auto;
}
img {
	max-width: 100%;
	height: auto;
	max-height: 270px;
}
 @media only screen and (max-width: 767px) {
.h200 {
	margin-top: 10px;
	text-align: center;
}
.header {
	/* background-image: url("Bilder/logo-akuradis-dr-kuczek_03.png");*/
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 70% auto;
	height: 300px;
	margin: 0 0 4px;
	width: 100%;
}
 p {
	letter-spacing: 0px;
	font-size: 1em;
}
p.kontakt a,  p.kontakt {
	font-size: 14px;
}
p.black {
    font-size: 160%;
}

}
