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

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

/* ANFANG Feldformatieurung generell */
#formular input, #formularLogin input, textarea, select {
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	color:inherit;
	background-color: inherit;
	
	margin: 0;
	padding:10px;
	
	/*-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius:6px;
    border-radius: 6px;*/
    
	-webkit-box-sizing: border-box;
   	-moz-box-sizing: border-box;
    box-sizing: border-box;
	
	/*border:none;*/
	border: 1px solid #adadad;
	border-radius: 22px;
}
#formular textarea, #formularLogin textarea {border-bottom-right-radius: 0}
#formular input, #formularLogin input { height: 36px; }
#formular td { font-weight: inherit; }

/* 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 */
}

/* » auch .cartLabel in ff-ff-shop_checkout_mobile.css! */
label { font-size: inherit; }

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    /*color: #000;*/
    opacity: 1; /* Firefox */
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    /*color: #000;*/
}
::-ms-input-placeholder { /* Microsoft Edge */
    /*color: #000;*/
}
/* 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:#000;
}
/*---- SUBMIT-BUTTON ----*/
.butt {    /*---- SUBMIT-BUTTON ----*/
	font-size: 16px;
	height: 25px;								
	width: 100%;
	border: 1px solid #000;
	color:#000;	
	background-color: #000;
	cursor: pointer;
	margin: 0;
	padding: 0;
	float: right;
}
#sendenButton {
	padding: 0 15px!important;
	cursor: pointer;
	line-height: inherit!important;
}
#sendenButton:hover {
	color:#000;
	border: 1px solid #039b9d;
}

.cbx {	/*---- CHECKBOX / RADIOBOX ----*/
	width:22px;
	height:22px !important;
	background-color: #000fff;
	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;
}


/*select » auch zuoberst */

.pdd { /*---- SELECT BZW. PULLDOWN ----*/
	background-color: white;
    color: #4e5a70;
	font-size: 16px;
    line-height: 2;
	width: 100%;
    height: 33px;
    border-radius: 111px!important;
}

.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;
}