/*:active, :focus { outline: none; }*/


/* ANFANG Feldformatieurung generell */
#formular input, textarea, select {
	font-size: 20px;
	line-height: 1;
	font-weight: 300;
	color:#000;
	background-color: #fff;
	
	margin: 0;
	padding:0;
	
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius:6px;
	-webkit-box-sizing: border-box;
   	-moz-box-sizing: border-box;
    box-sizing: border-box;
	border-radius: 6px;
	border:none;
	/*border: 1px solid #000000;*/

}
#formular input { height: 24px; }
#formular td { font-weight: 500; }

/* Breite Spalte links (Texte) */
table tr td:first-child {
	width: 150px; /* besser Prozent */
}
/* Breite Spalte rechts (Felder) */
table tr td:last-child, textarea {
	width: 280px !important; /* besser Prozent */
	padding-bottom: 8px; /* Zeilenabstand, Text-offset: line-height unten */
}

label { font-size: 20px; font-weight: 500; }
/* ENDE Feldformatieurung generell */



/* Validierung */
/*.txtRotForm { color:#f00 rgba(253,0,4,1.00); font-weight: 500; }*/
.txtRotForm { color:#000 !important; font-weight: 500; text-shadow: 0 0 0.6em #fff, 0 0 0.6em #fff; }
.rahmenRotForm { border: 2px solid #000 !important; }



/*---- GENERELL ----*/
.formtext {
	font-size: 18px;
	line-height: 1.5; /* Text-offset zu Feldern */
	font-weight: 500;
  	color:#fff;
	/*border: 1px solid red;*/
}

.formtextSmallBottom {
	font-size: 20px;
	line-height: 12px;
	color:#000000;
	vertical-align: bottom;
	margin: 0;
	padding: 0;
}

.formtextSmall {
	font-size: 20px;
  	line-height: 1em;
  	color:#fff;
}


.butt {    /*---- SUBMIT-BUTTON ----*/
	font-size: 16px;
	height: 25px;								
	width: 100%;
	border: 1px solid #f28e00;
	color:#e42c2a;	
	background-color: #fff;
	cursor: pointer;
	margin: 0;
	padding: 0;
	/*margin-top: 10px;*/
	float: right;
}
#sendenButton:hover {
	color:#e42c2a;
	text-decoration:none;
	background-color: #f7f7f7;
}


.ltxt { /*---- BIG TXTFIELD----*/
	width: 100%;
}


.mtxt, .stxt {
	display: inline;
}
.mtxt { /*---- MIDDLE TXTFIELD ----*/
	width: 70%;
}

.stxt { /*---- SMALL TXTFIELD ----*/
	width: 28%;
}

.lbox { /*---- TEXTAREA ----*/
	width: 100%;
	height: 60px;
	max-height: 60px;
	font-family: inherit;
}


.cbx {	/*---- CHECKBOX / RADIOBOX ----*/
	width:22px;
	height:22px;
	background-color: #ffffff;
	font-weight: 300;
	font-size: 20px;
	cursor: pointer;
	margin:0 5px 1px 0 !important; 
	vertical-align: middle;
	/*transform: scale(2,2); Mobile*/
}


.pdd { /*---- PULLDOWN ----*/
	/*padding-top: 2% !important;
	border-radius: 4px;
	color:#00267f;
	background-color: #fff;
	border: 1px solid #00267f;*/
	font-size: 16px;
	width: 100%;
	height: auto;
}

.mdd { /*---- LISTE MULTIPLE ----*/
	border-radius: 4px;
	font-size: 2.2rem; 
	font-weight: normal;
	color:#00267f;
	background-color: #fff;
	border: 1px solid #00267f;
	width: 45%;
	height: auto;
}
select option { padding:2px; } /* prop. Firefox */


