/*:active, :focus { outline: none; }*/

/* Masse */
.mt20i { margin-top: 20px !important; }

/* ANFANG Feldformatieurung generell */
#formular input, #formularLogin input, textarea {
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	color:inherit;
	
	background-color: inherit;
	margin: 0;
	padding:10px;
    
	-webkit-box-sizing: border-box;
   	-moz-box-sizing: border-box;
    box-sizing: border-box;
	
	/*border:none;*/
	border: 1px solid #959595; /* border ausblenden: in Formularen inline border:none setzten */
	border-radius: 22px;
}
#formular textarea, #formularLogin textarea {border-bottom-right-radius: 0}
#formular input, #formularLogin input { height: 36px; }
#formular td { font-weight: 300; }

/* Breite Spalte links (Texte) */
#formular table tr td:first-child {
	width: 150px; /* besser Prozent */
}
/* Breite Spalte rechts (Felder) */
#formular table tr td:last-child, textarea {
	width: 280px !important; /* besser Prozent */
	padding-bottom: 8px; /* Zeilenabstand, Text-offset: line-height unten */
}

label {font-size: inherit;}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    /*color: #fff;*/
    opacity: 1; /* Firefox */
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    /*color: #fff;*/
}
::-ms-input-placeholder { /* Microsoft Edge */
    /*color: #fff;*/
}
/* ENDE Feldformatieurung generell */



/* Validierung common.css */



.formtext {
	font-size: 18px;
	line-height: 24px; /* Text-offset zu Feldern */
  	color:inherit;
	/*border: 1px solid red;*/
}

.formtextSmallBottom {
	font-size: inherit;
	line-height: 12px;
	color:inherit;
	vertical-align: bottom;
	margin: 0;
	padding: 0;
}

.formtextSmall {
	font-size: inherit;
  	line-height: 1em;
  	color:#fff;
}
/*---- SUBMIT-BUTTON ----*/
.butt {    /*---- SUBMIT-BUTTON ----*/
	font-size: 16px;
	height: 25px;								
	width: 100%;
	border: 1px solid #f28e00;
	color:#ee731b;	
	background-color: #fff;
	cursor: pointer;
	margin: 0;
	padding: 0;
	float: right;
}
#sendenButton {
	padding: 0 15px!important;
	cursor: pointer;
	line-height: inherit!important;
}
#sendenButton:hover {
	color:#7a0a1f;
	border: 1px solid #7a0a1f;
}

.cbx {	/*---- CHECKBOX / RADIOBOX ----*/
	width:22px;
	height:22px !important;
	background-color: #ffffff;
	font-weight: 300;
	font-size: 18px;
	cursor: pointer;
	margin:0 5px 1px 0 !important; 
	vertical-align:top;
}

.ltxt { /*---- BIG TXTFIELD----*/
	width: 100%;
}

.mtxt { /*---- MIDDLE TXTFIELD ----*/
	width: 70%;
	display: inline;
}

.stxt { /*---- SMALL TXTFIELD ----*/
	width: 28%;
	display: inline;
}

.lbox { /*---- TEXTAREA ----*/
	width: 100%;
	height: 120px;
	/*max-height: 120px;*/
	font-family: inherit;
}


.btnAbbrechen {
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	color:inherit;

	height: 36px;
	margin: 13px 0 0 0;
	padding:0 15px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	/*border:none;*/
	border: 1px solid #959595; /* border ausblenden: in Formularen inline border:none setzten */
	border-radius: 22px;

	background-color: transparent;
	cursor: pointer;
}