@charset "UTF-8";
/* CSS Document */

body {
	margin: 0; padding: 0;
	font-family: 'Montserrat', sans-serif;
	position: absolute;
	width: 100%;
	height: 100%;
}

h1 {
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	line-height: 27px;
	font-weight: 400;
	margin: 0; padding: 0;
	text-align:center
}

h2 {
	font-family: 'BioRhyme', serif;
	font-size: 18px;
	line-height: 22px;
	text-transform: uppercase;
	font-weight: 400;
	margin: 0; padding: 0;
}

p {
	margin: 0; padding: 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;
}

#box1 {
	width: 100%;
	height: 60%;
	min-height: 466px;
	background-color: #f5eee4;
	color: #24242c;
	background-image:url(img/aw-kuh-bueffel-bg.jpg);
	background-position:top;
  	background-repeat: no-repeat;
  	background-size: cover;
  	-moz-background-size: cover;
}

#box2 {
	width: 100%;
	height: 40%;
	min-height: 302px;
	background-color: #24242c;
	color: #f5eee4;
}

#content {
	width: 288px;
	height: 292px;
	top: 48%;
	position: relative;
	margin: 0 auto;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

#logo {
	width: 288px;
	height: 164px;
}

#headline {
	margin-top: 64px;
}

#footer {
	width: 500px;
	top: 48%;
	position: relative;
	margin: 0 auto;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

#ad-left {
	width: 230px;
	text-align:right;
	float: left;
	margin-right: 20px;
}

#ad-right {
	width: 230px;
	text-align:left;
	float: right;
	margin-left: 20px;
}

#ad-center {
	width: 500px;
	text-align:center;
	float:none;
	margin-top: 20px;
}

#note {
	text-align:center;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: 400;
	color:#7b7f85;
}

a {
  text-decoration: none;
  color:#7b7f85;
}

a:hover {
  color:#f5eee4;
}




@media
only screen and (min-device-pixel-ratio : 1.5), only screen and (max-width: 600px) {

#box1 {
	height: 50%;
	min-height:380px;
	background-image:none;
}

#box2 {
	height: 50%;
	min-height:380px;
}

#footer {
	width: 320px;
}

#ad-left {
	width: 320px;
	text-align:center;
	float: none;
	margin-right: 0px;
}

#ad-right {
	width: 320px;
	text-align:center;
	float: none;
	margin-left: 0px;
	margin-top: 20px;
}

#ad-center {
	width: 320px;
	text-align:center;
	float:none;
}

}

