

@font-face {
    font-family: 'aller';
    src: url('../aller/aller_lt-webfont.woff2') format('woff2'),
         url('../aller/aller_lt-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'allerit';
    src: url('../aller/aller_ltit-webfont.woff2') format('woff2'),
         url('../aller/aller_ltit-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'allerbold';
    src: url('../aller/aller_bd-webfont.woff2') format('woff2'),
         url('../aller/aller_bd-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'allerboldit';
    src: url('../aller/aller_bdit-webfont.woff2') format('woff2'),
         url('../aller/aller_bdit-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}



* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 20px;
	font-family: aller;
	color: white;
	background-color: #d62828;
}

p {
	margin-bottom: 15px;
}

.title {
	font-family: allerboldit;
	font-size: 32px;
	padding: 20px 0;
}


.abstand {
	height: 40px;
}

.abstand-klein {
	height: 15px;
}


b {
	font-family: allerbold;
	font-weight: normal;
}


a {
	font-weight: normal;
	color: black;
	text-decoration: none;
}

a:hover {
	text-shadow:0px 0px 3px #93acd4;
}


#page-wrap {
	width: 400px;
	padding: 0;
	margin: 20px auto 50px auto;
	min-height: 300px;
	height: auto !important;
	height: 300px;
}

#contact-area {
	width: 400px;
	margin-left: 5px;
	margin-top: 10px;
}

#contact-area input[type=text], #contact-area textarea {
	padding: 20px;
	width: 350px;
	font-weight: normal;
	font-variant: normal;
	margin: 0px 0px 10px 0px;
	border: 1px solid #d5d5d5;
	font-size: 22px;
	font-family: aller;
	line-height: 24px;
	-webkit-box-shadow: 0px 0px 10px rgba(79,77,140,0.5) ;
	-moz-box-shadow: 0px 0px 10px rgba(79,77,140,0.5);
	box-shadow: 0px 0px 10px rgba(79,77,140,0.5);
	border-radius: 7px;
}

#contact-area textarea {
	height: 90px;
	margin-top: 1px;
}

#contact-area textarea:focus, #contact-area input:focus {
	-webkit-box-shadow: 0px 0px 10px #4f4d8b;
	-moz-box-shadow: 0px 0px 10px #4f4d8b;
	box-shadow: 0px 0px 10px #4f4d8b;
}


#contact-area input[type="checkbox"] {
  zoom: 160%;
}


#contact-area input.submit-button {
	width: 390px;
	height: 100px;
	font-family: allerboldit;
	margin-top: 40px;
	font-size: 30px;
	background-color: black;
	color: white;
	font-weight: normal;
	border: none;
	border-radius: 7px;
}

#contact-area input.submit-button:hover {
	cursor: pointer;
	background-color: #941531;
}




.bedingungen {
	width: 300px;
	margin: 10px 0 10px 0;
}

label {
	float: left;
	text-align: right;
	color: #798ace;
	margin-right: 15px;
	width: 80px;
	padding-top: 5px;
}

.thanks {
	padding-top: 80px;
	text-align: center;
	font-size: 22px;
}
