body{
	background-color: rgb(21,21,23);
	background-image: url(../img/hintergrund.png);
	background-repeat: no-repeat;
	background-size: 1170px 780px;
	background-position: center top;
	background-attachment:fixed;
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
}
.body{
	overflow: hidden;
	max-width: 100%;
	width: 100%;
	position: relative;
}
#maincontent{
	padding-top: 30px;
	padding-bottom: 60px;
	position: relative;
	overflow: hidden;
}
a, a:hover, a:active{
	color: #fff;
}

div.footer{
	padding-bottom: 30px;
	min-height: 60px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.logo-wrapper{
	text-align: center;
	margin: 0 auto 10px auto;
}
.logo{
	display: inline-block;
	width: 210px;
}
.forwards:after{
	content:' >>';
}
.backwards:before{
	content:'<< ';
}

.omg{
	background-color: #fecb56;
	display: block;
	margin: 30px auto 10px auto;
	width: 160px;
	height: 75px;
	padding: 6px;
	transform: rotate(45deg);
	text-align: center;
	padding-top: 30px;
	position: absolute;
	top: -46px;
	right: -58px;
	font-size: 12px;
	line-height: 13px;
	z-index: 10;
}
.omg a{
	color: #000;
	text-decoration: none;
}
.omg a b{
	font-size: 16px;
}
.omg a span{
	text-transform: uppercase;
}

hr{
	border-color: #fecb56;
}


@media (min-width: 567px){
	body{
		background-size: 1100px 800px;
	}
	#maincontent {
		padding-top: 140px;
	}
	.logo-wrapper{
		max-width: 400px;
	}
	.logo{
		width: 290px;
	}
	.omg{
		border-radius: 50%;
		top: -10px;
		right: 30px;
		width: 120px;
		height: 120px;
		font-weight: bold;
    font-size: 15px;
    line-height: 19px;
    transform: rotate(30deg);
		padding-top: 22px;
		box-shadow: 17px 18px 80px -10px rgba(255,255,255,1);
	}
	.omg a b{
		font-size: 20px;
	}
}

@media (min-width: 768px){
	.omg{
		right: 60px;
	}
}

@media (min-width: 992px){
	.omg{
		right: 100px;
	}
	.logo-wrapper{
		max-width: 540px;
	}
	.logo{
		width: 389px;
	}
}

@media (min-width: 1200px){
	.omg{
		right: auto;
		left: 50%;
		margin-left:340px;
	}
	#maincontent {
		padding-top: 110px;
	}
	.logo-wrapper{
		max-width: 545px;
	}
	.logo{
		width: 390px;
	}
	.omg{
		top:0;
	}
}

h1{
	font-size: 2rem;
	margin-top: 2rem;
}
h2{
	font-size: 1.3rem;
	margin-top: 1.3rem;
}
ol.alpha{
	list-style-type: lower-alpha;
}
div.li{
	padding-left: 40px;
}
div.li>b:first-child{
	margin-left: -15px;
}
div.p{
	margin-bottom: 1rem;
}

h1.startseite{
	font-size: 52px;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 30px;
}
h1.startseite b{
	font-size: 117px;
}
h2.startseite{
	font-size: 30px;
	font-weight: 400;
	color: #fecb56;
	text-align: center;
	margin-bottom: 60px;
}

.subline{
	color: #fecb56;
	text-transform: uppercase;
	display: inline-block;
	padding-right: 20px;
	position: relative;
	margin: 0 auto 50px auto;
}
.subline img{
	display: block;
	margin: 0 auto 20px auto;
	width: 40px; /* 102 */
	height: 46px; /* 117 */
}

.partner{
	text-align: center;
	font-size: 22px;
	margin-bottom: 120px;
}
.partner .image{
	background-color: #fecb56;
	background-size: contain;
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: 0;
	border: solid 6px #fecb56;
	width:130px;
	height:130px;
	border-radius: 50%;
	margin: 0 auto 20px auto;
}

@media (min-width: 567px){
	h1.startseite{
		font-size: 70px;
		margin-bottom: 45px;

	}
	h1.startseite b{
		font-size: 155px;
	}
	.subline{
		font-size: 28px;
		padding-right: 26px;
	}
	.partner{
		font-size: 40px;
	}
	.partner .image{
		width: 200px;
		height: 200px;
	}
}

@media (min-width: 992px){
	h1.startseite{
		font-size: 95px;
	}
	h1.startseite b{
		font-size: 212px;
	}
	.subline{
		margin-top: 109px;
	}
	.subline img{
		width: 51px; /* 102 */
		height: 58.5px; /* 117 */
	}
	.partner{
		font-size: 52px;
	}
	.partner .image{
		width: 250px;
		height: 250px;
	}
}

@media (min-width: 1200px){
	.subline{
		font-size: 30px;
	}
}

.form-wrapper{
	margin: 0 auto;
	max-width: 330px;
}
form{
	color: #dcdcdc;
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 100px;
}
form a{
	color: #dcdcdc;
	text-decoration: underline;
}
.form-control{
	background-color:transparent;
	border-radius: 0;
	border:0;
	border-bottom:1px solid #777;
	color:#dcdcdc;
}
.form-control:focus{
	background-color:#000;
	color:#dcdcdc;
}

.form-group.checkbox{
	position: relative;
}
.form-group.checkbox input[type="checkbox"]{
	position: absolute;
	left: 4px;
	top: 4px;
}
.form-group.checkbox input[type="checkbox"]+label{
	padding-left: 30px;
	position: relative;
}
.form-group.checkbox input[type="checkbox"]+label:before{
	content:' ';
	position: absolute;
	background: #000;
	left: 4px;
	top: 4px;
	width: 16px;
	height: 16px;
	border: 1px solid #fecb56;
}

.form-group.checkbox input[type="checkbox"]:checked+label>span:first-child:before{
	content: url('../img/done-24px.svg');
	position: absolute;
	left: 4px;
	top: -2px;
}

button[type="submit"]{
	color:#fecb56;
	background: transparent;
	border: 0;
	font-size: 18px;
	font-weight: 300;
}

div.footer a{
	font-size: 13px;
}

.danke-ok>div:first-child{
	margin: 40px auto;
}
.danke-ok img{
	display: block;
}

/*
@media (min-width: 567px){
	.container {
			max-width: 1260px;
	}
}
@media (min-width: 768px){
	.container {
			max-width: 1260px;
	}
}
@media (min-width: 992px){
	.container {
			max-width: 1260px;
	}
}
@media (min-width: 1200px){
	.container {
			max-width: 1260px;
	}
}
*/
