


body {
	background: rgb(60, 61, 60); color: rgb(226, 226, 226);
}
h1 {
	color: rgb(157, 157, 157); margin: 0px; line-height: 60px; font-family: "Oregano-Italic", sans-serif; font-size: 40px;
}
h1 span {
	color: rgb(157, 157, 157); line-height: 46px; font-family: "Oregano-Italic", sans-serif; font-size: 26px; font-weight: normal; display: block;
}

p {
	line-height: 32px; font-family: "Pompiere-Regular", sans-serif; font-size: 24px;
}
p span {
	color: rgb(31, 163, 255); line-height: 60px; font-family: "Pompiere-Regular", sans-serif; font-size: 48px; font-weight: normal; display: block;
}


header {
	height: 730px; border-bottom-color: rgb(226, 226, 226); border-bottom-width: 0px; border-bottom-style: solid; position: relative;
}

#header_beschreibung h2 {
	color: rgb(238, 238, 238); margin: 20px; line-height: 60px; font-family: "Oregano-Italic", sans-serif; font-size: 50px; text-align: center; position: relative;
}
#header_beschreibung h2 span {
	color: rgb(255, 255, 255); line-height: 46px; font-family: "Oregano-Italic", sans-serif; font-size: 26px; font-weight: normal; display: block; text-align: center; position: relative;
}


.linie_sep {
	margin: 8px 0px; width: 300px; border-bottom-color: rgb(228, 228, 228); border-bottom-width: 4px; border-bottom-style: solid;
}








#platzhalter {
	height: 200px; line-height: 24px; background-color: rgb(255, 255, 255);
}





#login {
	padding: 80px 0px 100px; text-align: center; line-height: 24px; border-bottom-color: rgb(226, 226, 226); border-bottom-width: 1px; border-bottom-style: solid;
}
#login_sticker {
	top: -165px; width: 256px; height: 256px; right: 90px; position: absolute; z-index: 10;
}
#login .linie_sep {
	margin: 20px auto;
}
#login_txt {
	color: rgb(31, 163, 255); text-decoration: none; font-size: 44px; margin-bottom: 40px;
}
#login_form {
	margin: auto auto 40px; width: 480px; position: relative; color: rgb(60, 61, 61);
}
#login_form .formstxt {
	background: rgb(239, 239, 239); padding: 4%; border-radius: 3px; border: 1px solid rgb(239, 239, 239); border-image: none; width: 92%; color: rgb(132, 132, 133); font-family: "Sanchez", sans-serif; font-size: 16px; margin-bottom: 20px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -webkit-appearance: none;
}
#login .alert {
	padding: 15px 40px; border-radius: 3px; border: 1px solid rgb(203, 203, 203); border-image: none; color: rgb(157, 157, 157); font-family: "Sanchez", sans-serif; font-size: 20px; margin-top: 20px; margin-bottom: 20px; -webkit-border-radius: 3px; -moz-border-radius: 3px;
}
#login_form .errortxt {
	border: 1px solid rgb(255, 0, 0); border-image: none;
}
#login_form .login_form_button {
	background: none; padding: 15px 40px; border-radius: 3px; border: 1px solid rgb(203, 203, 203); border-image: none; color: rgb(157, 157, 157); font-family: "Sanchez", sans-serif; font-size: 20px; margin-top: 2px; cursor: pointer; -webkit-border-radius: 3px; -moz-border-radius: 3px; -webkit-appearance: none;
}
#login_form .login_form_button:hover {
	border: 1px solid rgb(173, 173, 173); border-image: none; color: rgb(255, 255, 255); background-color: rgb(31, 163, 255);
}
#login_form h2 {
	line-height: 40px; font-family: "Pompiere-Regular", sans-serif; font-size: 30px; font-weight: normal; margin-top: 10px; margin-bottom: 10px; color: rgb(157, 157, 157);
}

#login_form label {
    color: #798e94;
    text-align: left;
    font: 14px/24px Helvetica Neue, "Arial", Helvetica, Verdana, sans-serif;
    margin-top: -16px;
    margin-bottom: -2px;
    display: block;
}
#login_form erforderlich {
    color: rgb(255, 0, 0);
    text-align: left;
    font: 22px/32px Helvetica Neue, "Arial", Helvetica, Verdana, sans-serif;
    margin-top: -4px;
    margin-bottom: -2px;
    display: inline-block;
}



















@media all and (max-width:1150px)
{
#login_sticker {
	right: -20px;
}
}

@media all and (max-width:960px)
{
h1 {
	line-height: 50px; font-size: 30px;
}
#login_sticker {
	right: -50px;
}
}
@media all and (max-width:767px)
{
#header_beschreibung h2 {
	margin: 40px; font-size: 30px;
}
#login {
	padding: 50px 0px;
}
#login_sticker {
	display: none;
}
#login_form h2 {
	line-height: 30px; font-size: 28px; font-weight: normal; margin-top: 10px; margin-bottom: 10px;
}
}
@media all and (max-width:580px)
{
#login_form {
	width: 100%;
}
h1 {
	line-height: 40px; font-size: 30px;
}
}

@media all and (max-width:479px)
{
h1 {
	line-height: 30px; font-size: 21px;
}
h1 span {
	line-height: 26px; font-size: 18px;
}
#login .linie_sep {
	width: auto;
}
}