.contact label {
	clear: both;
	display: block;
	color: #666;
}


.contact input,textarea:focus {
	outline:0;
	outline:none;
}

.contact input, textarea,.contact select {
	padding: 4px 8px;
	color: #333;
	font-size: 0.97em; 
	font-family: josefinsans-regular, sans-serif, Helvetica; 
}

.contact textarea {
	max-width: 600px;
	width: 100%;
	margin-bottom: 10px;
}

.contact input,
.contact select {
	max-width: 600px;
	width: 100%;
}

.contact label input.checkbox{ 
	margin: 10px 10px 10px 0; 
	max-width: 30px;
	}
 span.pflichtfeld {
/*    font-size: 0.6em;
	vertical-align: super; */
   color: Red;
  }

  span.hilfetext {
   font-size: small;
   font-style: Oblique;
  }
.green {
	color: #3db675 !important;
	font-weight: bold;
	}
.red{ 
	color: red; 
	font-weight: 700; 
	}
#human,
.human {
	height: 0px;
	width: 0px;
	opacity: 0;
	overflow: hidden;
	padding: 0;
}
.contact buchung label{
	border: solid 1px rgba(116, 116, 116, 0); 
	}  
.contact input:invalid,
.contact select:invalid,
.contact textarea:invalid {
	border: solid 1px 1px rgba(116, 116, 116, 1); 
	box-shadow: 0 0 68px -5px rgba(173,162,206,0.6) inset, 
				2px 2px 31px 1px rgba(111,112,206,0.6) ;
       }
:required, label select {
  border: solid 1px rgba(116, 116, 116, 0.5);
  box-shadow: 0 0 4px rgba(0, 0, 255, .2);
}
.buchung p.geburtsdatum{
	display: table;
	}/**/
label.tag,
label.monat,
label.jahr{
	border-right: solid 20px rgba(116, 116, 116, 0); ;
	display: table-cell;
	}

p.bigger, bigger, p bigger { 
	font-size: 1.8em; 
	/*line-height: 1.1em !important; */
	}
.borderred{
	border: dotted 3px red;
	}	
