/*########################################*/
/*###### zusammenfassende Elemente #######*/
/*########################################*/

html{
	 -webkit-text-size-adjust: 100%;
}
body,html{
	margin: 0px; 
	padding: 0px; 
	font-family: 'Open Sans', sans-serif; 
	font-weight: 100;
	height: 100%;
	background: white;
}
body p{
	color: #7c7c7c;
}
a{
	text-decoration: none;
	color: #009ee0;
}
#table_scrollable{
	width: 100%;
	overflow-y: auto;
}
.gliederung_block_items .heading_tr{
	display: none;
}
.gliederung_block_items:first-child .heading_tr{
	display: block;
	font-weight: bold;
}
.gliederung_block_items:first-child th{
	padding: 50px 25px 10px 25px;

}
.heading_tr{
	background: gray;
color: white;
text-align: center;
padding: 0px !important;
    padding-bottom: 0px;
position: absolute;
top: 0;
width: 100%;
margin: 0px;
left: 0;
padding-bottom: 10px !important;
padding-top: 10px !important;

}

.table-head{
	list-style: none;
	display: flex;
}
.table-head li{
	padding: 10px;
}
#weitere_plz{
	background: #009ee0;
}
.tr{
	border-right: 1px solid gray;
	padding: 0 25px 0 25px;
	position: relative;
	font-weight: 100;
}
.tr:last-child{
	border-right: 0px solid gray;
	
}
.gliederung_block_items{
	height: 35px;
	//display: flex;
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

.gliederung_block_items:nth-child(odd){
	background: lightgrey;
}
.gliederung_block_container{
	//display: flex;
	//flex-flow: row wrap;
}
#support_txt_mail{
	text-align: center;
	float: left;
	margin-top: -30px;
}
#wrapper{
	max-width: 1024px;
	margin: 0px auto;
	padding: 0 0 20px 0;
	height: 100%;
}
.page-wrap{
	min-height: 100%;
	margin-bottom: -80px;
}
.page-wrap:after{
	content: "";
	display: block;
}
.error404{
	color: #F0F0F0;
	font-size: 170px;
	line-height: 1;
	font-weight: 700;	
}
#error_ip{
	width: 98%;
}
#error_ip p{
	color: red;
	margin: 5px 0 0 0;

}
.fa-exclamation{
	width: 2%;
	color: red;
	float: left;
	margin-top: 10px;
	font-size: 35px !important;
	padding: 0 10px 0 0;
}
.radio, .radio input{
	padding: 0px !important;
	width: 33.33333333333333%;
	float: left;
	text-align: center;
}
#radio_container p{
	margin-bottom: 10px;
}
#radio_container{
	
}
#ermaechtigung_label{
	display: block;
	padding-left: 15px;
	text-indent: -15px;
}
#ermaechtigung{
	width: 13px;
	height: 20px;
	padding: 0;
	margin:5px 5px 0 0;
	vertical-align: bottom;
	position: relative;
	top: -1px;
	*overflow: hidden;
}

#ermaechtigung_container{
margin-top: -30px;
}
#radio_error_msgs p{
	text-align: left;
	display: inline-block;
	margin: 20px 0 20px 0;

}
fieldset{
	border-style: solid;
	border: 1px solid #ccc;
	background-color: white;
}
/*################ ÜBERSCHRIFT ###############*/
h1{
	font-weight: 100;
	font-size: 35px;
}
h2{
	font-size: 22px;
	font-weight: 100;
	
}
h3{
	font-size: 18px;
	font-weight: 100;
	margin: 50px 0 0 0;
}
/*############ HEADER / LOGO ##################*/
#header{
	width: 100%;
	background: #009ee0;
	height: 100px;
	margin: 0 0 50px 0;
	position: fixed;
	overflow: hidden;
	z-index: 9999;
	top: 0;
	transition: height 500ms, background 500ms;
}
#heading{
	margin: 120px auto 70px auto;
	text-align: center;
	position: relative;
	max-width: 1024px;
}
#heading:after{
	position: absolute;
	content: '';
	display: block;
	margin: 20px 0px 0px 0px;
	width: 100%;
	max-width: 1024px;
	height: 1px;
	background: rgba(0,0,0, 0.1);
}
#logo_wrap{
	max-width: 1024px;
	position: relative;
	margin: 0px auto;
	height: 100px;
}
#logo{
	margin: 3px 0 0 0;
	
}
/*encrypted E-Mails Anfang*/
.email_hide{
  display: none;
}
.email_show::before{
  content: 'datenschutz@';
  color: #009ee0;
}
.email_show::after{
  content: 'afd-mitgliedsantrag.de';
  color: #009ee0;
} 
.email_show_info::before{
  content: 'info@';
  color: #009ee0;
}
.email_show_info::after{
  content: 'afd-obb-sued.de';
  color: #009ee0;
} 
/*encrypted E-Mails Ende*/
/*########################################*/
/*############### Formular ###############*/
/*########################################*/
#afd_antrag_form{
	position: relative;
	float: left;
	width: 100%;
	background-color:rgba(240, 240, 240, 1);
    padding: 0 0 30px 0;
    margin-bottom: 80px;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.3) 0 1px 3px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 3px;
    -moz-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 3px;
    -ms-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 3px;
    -o-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 3px;
}
.error{
	color: red;
	display: inline-block;
	padding: 2px 0 0 2px;
}
#anrede_select{
	width: 100%;
	height: 38px;
	border: 1px solid #ccc;
	font-family: 'Open Sans', sans-serif, FontAwesome;
	color: #7c7c7c;
	font-size: 16px;
	font-weight: 100;
	padding-left: 5px;
}
.block{
	margin-bottom: 40px;
}
.block:after{
	position: absolute;
	content: '';
	display: block;
	margin: 40px 0px 0px 0px;
	width: 75%;
	left: 12.5%;
	height: 1px;
	background: rgba(0,0,0, 0.1);
}
label{
	color: #747474;	
	display: inline-block;
	padding: 0 0 5px 0;
}
.jahresbeitrag_currency{
	position: absolute;
	padding: 12px 0px 0px 10px;
	color: #7c7c7c;
}
.input_ueberschrift{
	padding: 10px 35px 0px 35px;
    margin-bottom: -20px;
}
#jahresbeitrag{
	padding-left: 22px;
}
/*####### Placeholder FontAwesome Icon Font implementation ########*/
.afd_input input::-moz-placeholder{
	font-family: 'Open Sans', sans-serif, FontAwesome;
}
.afd_input input::-webkit-placeholder{
	font-family: 'Open Sans', sans-serif, FontAwesome;
}
.afd_input input::-ms-placeholder{
	font-family: 'Open Sans', sans-serif, FontAwesome;
}
.afd_input input::placeholder{
	font-family: 'Open Sans', sans-serif, FontAwesome;
}
.afd_input input{
	line-height: 30px;
	width: 100%;
	padding: 7px 0 7px 10px;
	font-family: 'Open Sans', sans-serif, FontAwesome;
	color:#3c3c3c;
	font-weight: 200;
	font-size: 16px;
	border-radius: 0;
	line-height: 22px;
 	outline: none;
 	box-sizing: border-box;
 	-webkit-box-sizing: border-box;
 	-moz-box-sizing: border-box;
 	-ms-box-sizing: border-box;
 	-o-box-sizing: border-box;
 	border: 1px solid #ccc;
}
.afd_input{
	padding: 25px 35px 0 35px;
}
.afd_input input:focus{
	background: #fff;
	box-shadow: 0;
	color: #009ee0;
	box-shadow: 0 0 3px #009ee0;
	border: 1px solid #009ee0;
	-webkit-transition: all 0.30s ease-in-out;
 	-moz-transition: all 0.30s ease-in-out;
 	-ms-transition: all 0.30s ease-in-out;
 	-o-transition: all 0.30s ease-in-out;
}
.afd_input input[readonly]{
	background: rgba(200,200,200, 0.5);
	color: rgba(0,0,0,0.5);
	cursor: default;
}
/*######### focused input field => border ###########*/
.focused{
	color:#009ee0;
	border:#009ee0 solid 3px;
}
.afd_input input[readonly]:focus{
	border: 3px solid rgba(0,0,0,0);
	outline: none;
}
/*########## Send Button Styles #########*/
#button{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	width: 100%;
	padding: 2%;
	background:  rgba(0, 158, 224, 1);
	border-bottom: 2px solid  rgba(0, 158, 224, 1);
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;   
	color: #fff;
	text-transform: uppercase;
	cursor:pointer;
	-webkit-transition: all 0.5s ease-in-out;
 	-moz-transition: all 0.5s ease-in-out;
 	-ms-transition: all 0.5s ease-in-out;
 	-o-transition: all 0.5s ease-in-out;
}
#button:hover{
	background-color: rgba(0, 158, 224, 0.8);
	color: #ffffff;
	-webkit-transition: all 0.5s ease-in-out;
 	-moz-transition: all 0.5s ease-in-out;
 	-ms-transition: all 0.5s ease-in-out;
 	-o-transition: all 0.5s ease-in-out;
}
/*########### Error Messages #############*/
.plz_error_msg{
	color: red;
	font-weight: 400;
	padding: 10px 0 0 1px;
}
.land_error_msg, .error_message_antrag {
	margin: 0px auto;
	text-align: center;
	max-width: 1024px;
	padding: 20px 10px 20px 10px;
	color: white;
	font-weight: 400;
	margin-top: 50px;
	margin-bottom: 50px;
}
.land_error_msg{
	background: #e0001a;
}
.error_message_antrag{
	background: #e0001a;
}
.ortsteil_msg{
	background: #ababab;
}
.land_error_msg a, .error_message_antrag a{
	color: white;
}
.select_field{
	display: inline-block;
	width: 100%;
	height: 38px;
	margin: 0px;
	padding: 0px;
	border: 1px solid #ccc;	
	position: relative;
	z-index: 1;
}
.select_field > select{
	float: left;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px 45px 0px 15px;
	border: 0px;
	background-color: white;
	border: 0px;
	position: relative;
	z-index: 3;
	font-family: 'Open Sans', sans-serif, FontAwesome;
	color: #7c7c7c;
	font-size: 16px;
	font-weight: 100;
	padding-left: 5px;
}
/*########################################*/
/*################# TEXT #################*/
/*########################################*/
#antrag_txt_wrapper a{
	text-decoration: none;
	font-style: italic;
	color: #009ee9;
}
#hinweis{
	font-variant: super;
}
#antrag_txt_wrapper{
	max-width: 1024px;
	margin: 0px auto;
	position: relative;
    float: left;
}

#antrag_txt_wrapper p:first-of-type{
	margin-top: 0px;
}
#form_wrapper{
	max-width: 800px;
	margin: 50px auto;
}
.headeronly_content{
	margin: 150px auto 70px auto;
	text-align: center;
	position: relative;
	max-width: 1024px;
	padding: 0 15px 0 15px;
}
.columns{
	width: 46%;
	padding: 2%;
	float: left;
}
/*########################################*/
/*################ DANKE #################*/
/*########################################*/
#danke_text{
	margin: 150px auto 70px auto;
	text-align: center;
	position: relative;
	max-width: 1024px;
	padding: 0 15px 0 15px;
}
/*########################################*/
/*############ DATENSCHUTZ ###############*/
/*########################################*/
#error_datenschutz{
	text-indent: -1;
	margin-left: -15px;
}
/*E-Mail encrypt*/
#displaymail::before{
	content: "datensch";

}
#displaymail::after{
	content: "utz\40 afd-mitgliedsantrag.de";
}
#mussweg{
	display: none;
}
#displaymail_info::before{
	content: "inf";

}
#displaymail_info::after{
	content: "o\40 afd-mitgliedsantrag.de";
}
#mussweg_info{
	display: none;
}

#datenschutz_label{
	display: block;
	padding-left: 15px;
	text-indent: -15px;
}
#datenschutz{
	width: 13px;
	height: 20px;
	padding: 0;
	margin:5px 5px 0 0;
	vertical-align: bottom;
	position: relative;
	top: -1px;
	*overflow: hidden;
}
#datenschutz_p p{
	display: inline;
	padding: 0 0 0 5px;
}
#datenschutz_txt{
	margin: 150px auto 70px auto;
	text-align: left;
	position: relative;
	width: 100%;
	max-width: 1024px;
	padding: 0 15px 0 15px;
}

/*########################################*/
/*############# BESTÄTIGEN ###############*/
/*########################################*/
.form_top{
	margin: 150px auto 70px auto;
}
#code_test{
	margin-top: 150px;
}

/*########################################*/
/*################ FOOTER ################*/
/*########################################*/
footer{
	width: 100%;
	-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 3px;
    -moz-box-shadow: rgba(0,0,0,0.3) 0 1px 3px;
    -ms-box-shadow: rgba(0,0,0,0.3) 0 1px 3px;
    -o-box-shadow: rgba(0,0,0,0.3) 0 1px 3px;
    box-shadow: rgba(0, 0, 0, 0.3) 0 1px 3px;
	height: 80px;
	display: inline-block;
	text-align: center;
	background: rgba(176, 176, 176, 0.07);
	overflow: hidden;
	margin-top: 50px;
}
footer a, span{
	color: #747474;
}
footer a{
	text-decoration: none;
	display: inline-block;
	margin: 10px 0 0 0;
}
footer span{
	font-size: 12px;
}
#footer_copy_box{
	vertical-align: bottom;
	line-height: 60px;
}

@media screen and (max-width: 480px) {
	#datenschutz_txt{
		max-width: 300px;
	}
}
@media screen and (max-width: 360px) {
	#datenschutz_txt{
		max-width: 280px;
	}
}
/*########################################*/
/*############ Media Queries #############*/
/*########################################*/
@media screen and (max-width: 1024px) {
	#datenschutz_txt{
		max-width: 900px;
	}
}
@media screen and (max-width: 1000px){
	#form_wrapper{
		width: 90%;
	}
	#afd_antrag_form{
		width: 90%;
		margin: 0 5% 50px 5%;
	}
	#antrag_txt_wrapper{
		padding: 0 5% 0 5%;
	}
	h1::after{
		left: 5%;
	}
	#datenschutz_txt{
		max-width: 700px;
	}
}
@media screen and (max-width: 800px){
	.columns{
	width: 100%;
	padding: 0%;
	
}
}
@media screen and (max-width: 768px){
	#heading{
		margin: 120px auto 50px auto;
	}
	#heading h1{
		font-size: 30px;
		margin: 0px;
	}
	#heading h2{
		font-size: 18px;
	}
	#antrag_txt_wrapper{
		max-width: 1024px;
		margin: 0px auto;
		position: relative;
		-webkit-column-count: 1; /* Chrome, Safari, Opera */
	    -moz-column-count: 1; /* Firefox */
	    -ms-column-count: 1;
	    -o-column-count: 1;
	    column-count: 1;
	}
	#antrag_txt_wrapper p{
		max-width: 768px;	
	}
}
@media screen and (max-width: 640px){
	#header{
		height: 70px;
	}
	#logo img{
		height: 60px;
	}
	#antrag_txt_wrapper{
		//display: none;
	}
	#datenschutz_txt{
		max-width: 500px;
	}
	#datenschutz_txt h1{
		font-size: 28px;
	}
}
@media screen and (max-width: 480px){
	#antrag_txt_wrapper{
		//display: none;
	}
	#form_wrapper{
		width: 100%;
	}
	#button{
		font-size: 14px;
	}
	#datenschutz_txt{
		max-width: 300px;
	}
}
@media screen and (max-width: 360px){

	#datenschutz_txt{
		max-width: 290px;
	}

}