@CHARSET "UTF-8";
@import url(https://fonts.sewobe.de/abel.css);


div.anmeldeformular {
	width: 500px;
	height: auto;
	background-color: #ffffff;
	color: #666666;
	margin: 50px auto 0px auto;
	font-size: 18px;
}

div.fortschritt {
	width: 940px;
	height: 130px;
	border-top: 1px solid #D7D7D7;
	padding: 30px 0px 30px 0px;
}

div.schritt_eins {
	width: 230px;
	height: 130px;
	float: left;
}

div.schritt_zwei {
	width: 220px;
	height: 130px;
	float: left;
}

div.schritt_drei {
	width: 250px;
	height: 130px;
	float: left;
}

div.pfeil {
	width: 85px;
	height: 85px;
	float: left;
	transform: rotate(53deg) skew(20deg);
	-webkit-transform: rotate(53deg) skew(20deg);
	margin: 10px 0px 0px 0px;
	box-shadow: 4px -4px 2px #B7B7B7;
}

div.schritt_bild {
	width: 150px;
	height: 50px;
	padding: 0px 0px 0px 100px;
}

div.schritt_text {
	width: 250px;
	height: 70px;
	text-align: center;
}

div.daten_wrapper {
	width: 400px;
	height: auto;


}

div.daten {
	width: 500px;
	height: auto;
}

div.datenblock {
	width: 500px;
	height: auto;
	padding: 20px 0px 20px 0px;
	border-bottom: 1px solid #D7D7D7;
	overflow: auto;
}

span.titel {
	font-weight: bold;
	font-size: 22px;
}

div.zeile {
	width: 480px;
	height: 30px;
	margin: 10px 0px 10px 0px;
}

span.text_abfrage {
	float: left;
}

label {
	float: left;
}

span.links {
	float: left;
}

div.rechts {
	float: right;
}

select {
	float: right;
	width: 300px;
	height: 30px;
	border: 1px solid #BFBFBF;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

input {
	float: right;
	width: 296px;
	height: 28px;
	border: 1px solid #BFBFBF;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#ORT {
	width: 138px;
	margin: 0px 0px 0px 16px;
}

#PLZ {
	width: 138px;
	margin: 0px 0px 0px 16px;
}

#anmeldung_datenschutz_zust_pflicht{
	float: left;
	height: 20px;
	width: 20px;
}

#AB_ERLAUBNIS {
	float: left;
	height: 20px;
	width: 20px;
}

#AB_ERLAUBNIS_CHECK {
	float: left;
	height: 20px;
	width: 20px;
}

input:focus {
	border: 1px solid #FF7200;
}

select:focus {
	border: 1px solid #FF7200;
}

select.normal {
	width: 300px;
	height: 30px;
	border: 1px solid #BFBFBF;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow:    inset 0 1px 1px #BFBFBF;
    -webkit-box-shadow: inset 0 1px 1px #BFBFBF;
    box-shadow:         inset 0 1px 1px #BFBFBF;
}

input.normal {
	width: 296px;
	height: 28px;
	border: 1px solid #BFBFBF;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow:    inset 0 1px 1px #BFBFBF;
    -webkit-box-shadow: inset 0 1px 1px #BFBFBF;
    box-shadow:         inset 0 1px 1px #BFBFBF;
}

div.zeile_checkboxen {
	width: 896px;
	height: 70px;
}
input[type="checkbox"] {
    float: left;
    text-align: center;
    width: 20px;
    height: 20px;
    border: 1px solid #BFBFBF;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
div.checkboxen {
	margin: 0px 0px 0px 0px;
	float: left;
}

input.eine_checkbox {
	float: left;
	margin: 5px 8px 0px 4px;
}

span.checkbox_titel {
	float: left;
	margin: 0px 130px 0px 0px;
}

div.checkbox_mit_text {
	width: 470px;
	height: 75px;
	margin: 20px 0px 20px 0px;
	padding: 5px 5px 5px 5px;
}

div.text {
	width: 440px;
	height: 50px;
	float: left;
}

span.checkbox_text {
	font-weight: bold;
	font-size: 14px;
}

div.text_und_button {
	width: 460px;
	height: 30px;
	border-top : 1px solid #D7D7D7;
	padding: 20px 20px 20px 20px;  
}

span.pflicht {
	float: left;
}

input.button_ueberpruefen {
	float: right;
	height: 28px;
	font-weight: bold;
	box-shadow: 1px 1px 1px 0px #BFBFBF;
	border: 1px solid #ff7200;
	color: #ffffff;
	font-size: 15px;
	background: #ff7200; /* Old browsers */
	background: -moz-linear-gradient(top,  #ff7200 18%, #ffb300 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(18%,#ff7200), color-stop(100%,#ffb300)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ff7200 18%,#ffb300 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ff7200 18%,#ffb300 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ff7200 18%,#ffb300 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ff7200 18%,#ffb300 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7200', endColorstr='#ffb300',GradientType=0 ); /* IE6-9 */
	text-shadow: 0px -1px #FFB300;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

div.anmeldung_header_fehler {
	color: red;
}

div.anmeldung_fehler {
	color: red;
}

/*2.Schritt*/

div.zeile_links {
	width: 170px;
	height: 30px;
	float: left;
}

div.zeile_rechts {
	width: 430px;
	height: 30px;
	float: left;
}

div.zeile_2 {
	width: 780px;
	height: 30px;
	margin: 10px 0px 10px 0px;
}

div.checkbox_mit_text_2 {
	width: 470px;
	height: 50px;
	margin: 20px 0px 20px 0px;
	padding: 5px 5px 5px 5px;
}

input.button_zurueck {
	float: left;
	height: 28px;
	font-weight: bold;
	box-shadow: 1px 1px 1px 0px #BFBFBF;
	border: 1px solid #ff7200;
	color: #ffffff;
	font-size: 15px;
	background: #ff7200; /* Old browsers */
	background: -moz-linear-gradient(top,  #ff7200 18%, #ffb300 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(18%,#ff7200), color-stop(100%,#ffb300)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ff7200 18%,#ffb300 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ff7200 18%,#ffb300 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ff7200 18%,#ffb300 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ff7200 18%,#ffb300 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7200', endColorstr='#ffb300',GradientType=0 ); /* IE6-9 */
	text-shadow: 0px -1px #ffb300;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

input.button_weiter {
	float: right;
	height: 28px;
	font-weight: bold;
	box-shadow: 1px 1px 1px 0px #BFBFBF;
	border: 1px solid #ff7200;
	color: #ffffff;
	font-size: 15px;
	background: #ff7200; /* Old browsers */
	background: -moz-linear-gradient(top,  #ff7200 18%, #ffb300 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(18%,#ff7200), color-stop(100%,#ffb300)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ff7200 18%,#ffb300 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ff7200 18%,#ffb300 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ff7200 18%,#ffb300 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ff7200 18%,#ffb300 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7200', endColorstr='#ffb300',GradientType=0 ); /* IE6-9 */
	text-shadow: 0px -1px #ffb300;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

/*Schritt 3*/

div.daten_2 {
	width: 500px;
	height: 500px;
	background-color: #f5f1f0;
	padding: 0px 20px 0px 20px;
}

div.daten_links {
	width: 550px;
	height: auto;
	padding: 20px 0px 20px 0px;
	float: left;
}

div.daten_rechts {
	width: 346px;
	height: auto;
	padding: 20px 0px 20px 0px;
	float: right;
}

div.rechts_oben {
	width: 280px;
	height: 320px;
	margin: 0px 50px 0px 16px;
}

div.vorschau_bild {
	width: 270px;
	height: 310px;
	padding: 5px 5px 5px 5px;
	background-color: #f5f1f0;
}

div.rechts_unten {
	width: 280px;
	height: 50px;
	margin: 20px 50px 0px 16px;
}

div.button_down {
	width: 250px;
	height: 50px;
	box-shadow: 1px 1px 1px 0px #BFBFBF;
	border: 1px solid #717171;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

div.button_down_links {
	height: 47px;
	width: 43px;
	padding: 3px 0px 0px 7px;
	border-right: 1px solid #ffb300;
	float: left;
	background-color: #ffffff;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

input.button_pdf {
	width: 190px;
	height: 50px;
	border: none;
	font-weight: bold;
	color: #ffffff;
	font-size: 15px;
	background: #ff7200; /* Old browsers */
	background: -moz-linear-gradient(top,  #ff7200 18%, #ffb300 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(18%,#ff7200), color-stop(100%,#ffb300)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ff7200 18%,#ffb300 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ff7200 18%,#ffb300 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ff7200 18%,#ffb300 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ff7200 18%,#ffb300 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7200', endColorstr='#ffb300',GradientType=0 ); /* IE6-9 */
	text-shadow: 0px -1px #ffb300;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

div.button_down>a {
	text-decoration: none;
	display: block;
	width: 199px;
	height: 37px;
	float: right;
	color: #ffffff;
	font-weight: bold;
	background: #ff7200; /* Old browsers */
	background: -moz-linear-gradient(top,  #ff7200 18%, #ffb300 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(18%,#ff7200), color-stop(100%,#ffb300)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ff7200 18%,#ffb300 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ff7200 18%,#ffb300 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ff7200 18%,#ffb300 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ff7200 18%,#ffb300 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7200', endColorstr='#ffb300',GradientType=0 ); /* IE6-9 */
	text-shadow: 0px -1px #ffb300;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	font-size: 18px;
	padding: 13px 0px 0px 0px;
	text-align: center;
}

h1.gelb {
	color: #ff7200;
}

span.gelb {
	color: #ff7200;
}

div.balken {
	width: 938px;
	height: 30px;
	background-color: #ffffff;
	color: #fca728;
	border: 1px solid #D7D7D7;
}

div.balken1 {
	width: 312px;
	height: 30px;
	border-right: 1px solid #D7D7D7;
}

div.balken2 {
	width: 312px;
	height: 30px;
	border-right: 1px solid #D7D7D7;
}

div.balken3 {
	width: 312px;
	height: 30px;
}

select.anmeldung_anrede_pflicht {
	background-color: #FFC977;
}

input.anmeldung_name_pflicht {
	background-color: #FFC977;
}

input.anmeldung_vorname_pflicht {
	background-color: #FFC977;
}

input.anmeldung_gebdatum_pflicht {
	background-color: #FFC977;
}

input.anmeldung_strasse_pflicht {
	background-color: #FFC977;
}

input.anmeldung_plz_pflicht {
	background-color: #FFC977;
}

input.anmeldung_ort_pflicht {
	background-color: #FFC977;
}

select.anmeldung_land_id_pflicht {
	background-color: #FFC977;
}

input.anmeldung_email_pflicht {
	background-color: #FFC977;
}

input.anmeldung_iban_pflicht {
	background-color: #FFC977;
}

input.anmeldung_bic_pflicht {
	background-color: #FFC977;
}

input.anmeldung_bank_pflicht {
	background-color: #FFC977;
}
input.anmeldung_feld783_pflicht {
	background-color: #FFC977;
}
input.anmeldung_feld727_pflicht {
	background-color: #FFC977;
}
input.anmeldung_feld726_pflicht {
	background-color: #FFC977;
}
select.anmeldung_feld725_pflicht {
	background-color: #FFC977;
}
select.anmeldung_beitragspaket_pflicht {
	background-color: #FFC977;
}
input.anmeldung_telefon_pflicht {
	background-color: #FFC977;
}