@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,300|Merriweather:400,300);

body {
	margin: 0px;
    font-family: 'Open Sans', sans-serif;
    background: #333335;
}

.header {
	background: #333335 url('../images/header.jpg') top center no-repeat;
	height: 300px;
	color: #fff;
	font-size: 40px;
	line-height: 75px;
	text-align: center;
	text-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 25px rgba(0,0,0,0.5);
}

.form {
	max-width: 650px;
	margin: 0 auto;
	margin-top: 40px;
}

.form input, .form textarea {
	text-align: center;
	outline: 0px !important;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	text-align: left;
}

.form input:focus, .form textarea:focus {
	background: rgba(255,255,255,.85);
}

.form label {
	width: 100%;
	display: block;
	text-align: center;
	color: rgba(255,255,255,0.8);
	font-size: 20px;
	margin-bottom: 10px;
}

.form textarea {
	width: 80%;
	height: 200px;
	border-radius: 4px;
	background: rgba(255,255,255,1);
	padding: 15px;
	font-size: 18px;
	outline: 0px !important;
	margin: 0 auto;
	display: block;
	border: none;
}
.form .submit {
	line-height: 100px;
	width: 40%;
	padding: 15px;
	margin: 0 auto;
	display: block;
	height: 15px !important;
	background: #c3ea6e;
	line-height: 15px;
	text-align: center;
	border-radius: 4px;
	margin-top: 15px;
	cursor: pointer;
}
.form .submit:hover {
	background: #a6d443;
}
h1 {
	font-weight: 300;
	font-size: 70px;
	padding-top: 100px;
}

h2 {
	color: #ffffff;
	margin-bottom: 10px;
	font-weight: 300;
	font-size: 24px;
	width: 80%;
	padding-left: 10%;
	padding-right: 10%;
	font-weight: 100;
	line-height: 130%;
}

.text {
	color: rgba(255,255,255,0.9);
	text-align: center;
	margin-bottom: 0px;
}

.domain {
	width: 80%;
	border-radius: 4px;
	height: 40px;
	line-height: 40px;
	border: 0px;
	margin: 0 auto;
	display: block;
	padding: 15px;
	font-size: 18px;
	margin-bottom: 15px;
}

.cookis {
	background: url('../images/cookis.png') no-repeat right bottom;
	display: block;
	position: absolute;
	right: 20px;
	bottom: 20px;
	width: 200px;
	height: 30px;
}

.gesendet {
	display: none;
}

.danke {
	padding-top: 30px;
	display: none;
	max-width: 650px;
	margin: 0 auto;
}

.show {
	display: block;
}


.form {
	padding-bottom: 100px;
}

.agb {
	max-width: 500px;
	padding-top: 20px;
	padding-bottom: 10px;
	margin: 0 auto;
	font-size: 10px !important;
	line-height: 15px;
}

.agbText {
	max-width: 500px;
	margin: 0 auto;	
	color: white;
}

.agbText h2 {
	padding-left: 0px;
}

.agb label {
	font-size: 13px !important;
	line-height: 15px;
}
.agbtoggler {
	text-decoration: underline;
	cursor: pointer;
	color: rgba(214, 214, 215, 1);
	width: 100%;
	text-align: center;
	display: block;
	font-size: 14px;
}


@media all and (max-width: 600px){
	h1 {
		font-size: 45px;
		line-height: 50px;
	}
	.cookis {
		display: none;
	}
}