* {
	font-family: "myriad-pro", Arial, Verdana, sans-serif;
}
html {
	-webkit-font-smoothing: antialiased;
}
body {
	margin: 0 auto;
	background: #fff;
}
h1 {
	font-size: 36px;
	color: #FFFFFF;
	line-height: 40px;
	text-align: center;
	font-weight: 300;
	margin: 0;
	padding: 0;
}
h2 {
	font-size: 36px;
	color: #9F2447;
	line-height: 36px;
	text-align: center;
	font-weight: 300;
	margin: 60px 0 40px 0;
	padding: 0;
}
h3 {
	font-size: 16px;
	color: #000000;
	line-height: 22px;
	font-weight: 600;
	text-align: center;
	margin: 60px auto 55px auto;
	padding: 0;
	max-width: 720px;
}
p {
	font-size: 16px;
	color: #000000;
	line-height: 22px;
	font-weight: 400;
	padding: 0;
	margin: 0 0 19px 0;
}
p strong {
	font-weight: 600;
}
p.small {
	font-size: 14px;
	line-height: 20px;
	margin: 0 0 90px 0;
}
p.small strong {
	font-weight: 400;
	color: #9F2447;
}
p a {
	text-decoration: none;
	color: #000;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
p a:hover {
	color: #9F2447;
}
img, 
a img {
	border: 0;
	outline: 0;
	padding: 0;
	margin: 0;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
a img:hover {
	opacity: 0.7;
}
.cleaner {
	clear: both;
}
.frame {
	width: 100%;
	max-width: 964px;
	box-sizing: border-box;
	padding: 0 10px;
	margin: 0 auto;
	position: relative;
}
.header .frame {
	height: 700px;
	position: relative;
}
.header {
	background: transparent url(../gfx/bg_header.jpg) no-repeat center top;
	background-size: cover;
	box-sizing: border-box;
}
.header .box {
	background: #9D1840;
	padding: 35px 30px 35px 30px;
	position: absolute;
	bottom: 0;
	box-sizing: border-box;
	width: 98%;
}
.header .box span {
	font-weight: 600;
	font-size: 14px;
	color: rgba(255,255,255,0.50);
	letter-spacing: 2px;
	line-height: 18px;
	text-align: center;
	text-transform: uppercase;
	margin: 0 0 15px 0;
	display: block;
	padding: 0;
}
.header img {
	margin: 30px 0 0 0;
	width: 207px;
}
.col {
	float: left;
	width: 47%;
	margin: 0 6% 0 0;
}

.col_full {
	float: left;
	width: 75%;
	margin: 0 6% 0 0;
}

.col.center {
	text-align: center;
}
.col.last {
	margin-right: 0;
}
.footer {
	background: #efefef;
	padding: 90px 0 55px 0;
}
.footer img {
	margin: 0 0 25px 0;
}
.footer img.mkk {
	margin-top: 12px;
}
.staff {
	/* background: transparent url(../gfx/staff.png) no-repeat center top; */
	background-size: 159px 159px;
	padding: 30px 0 0 0;
}
.mobile {
	display: none;
}
#stoerer img {
	width: 165px;
}
#stoerer {
	position: absolute;
	right: 10px;
	top: -135px;
	z-index: 99;
}

#stoerer img:hover {
	opacity: 1;
}