.contact {
	margin: 0 0 30px;
    max-width: 450px;
    clear: both;
}

/*.contact button { 
	padding: 4px 14px; 
	background-color: rgba(0,51,153,0.8); 
	font-size: 18px; 
	color: white; 
	margin-top: 10px; 
	display: block; 
	}*/
.contact label {
    line-height: 1.20;
	font-size: 12px; 
	font-weight: normal; 
	color: #666;
	}

.contact input {
	border: 1px solid #ccc;
    line-height: normal;
    width: 100%;
    max-width: 500px;
    color: #666;
    font-size: 12px;
    padding: 7px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 30px;
}
.contact input, :required {
	padding: 4px 8px;
	color: rgba(0,51,153,1);
}
input, textarea, button {
    border-radius: 4px;
}

.contact textarea {
    border: 1px solid #ccc;
    line-height: 22px;
    width: 100%;
    max-width: 500px;
    color: #333;
    font-size: 12px;
    padding: 7px;
    margin-bottom: 15px;
    height: 120px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.contact fieldset { 
	margin-bottom: 10px; 
	padding: 0; 
	border: 0;
}

.contact #human {
    height: 0;
    width: 0;
    visibility: hidden;  
    display: none;  
}

.green {
	color: #3db675 !important;
	font-weight: bold;
}

.red {
	color: #b3262f;
}
.contact label input.checkbox{ 
	margin: 0px 2px -10px 0; 
	max-width: 30px;
	height: 15px;
	/*padding: 10px 5px 5px 0;*/
	}
span.pflichtfeld { 
	font-size: 0.8rem; 
	vertical-align: super; 
	color: red;
	}
form.contact small p small,
span.hilfetext {
	font-size: 0.7rem; 
	color:  grey; 
	font-style: italic;
	}
.contact input:invalid,
.contact select:invalid,
.contact textarea:invalid{
	border: 1px solid red; /*hellgrau*/
	box-shadow: 0 0 68px -5px rgba(90, 180, 220, 0.2) inset, /*blau*/
				1px 1px 18px 1px rgba(191, 17, 27, 0.5) ;/*rot*/
       }
.contact button { 
	padding: 4px 14px; 
	/*background-color: rgba(0,51,153,0.8); 
	display: block; */
	font-size: 16px; 
	color: white; 
	margin-top: 10px; 
	}
button.submit {
	padding: 4px 14px;
	background-color: #369;
	cursor: pointer;
}
/*button:hover {
	padding: 4px 14px;
	color: rgb(77, 106, 121);
	background-color: var(--bg-color);
}*/
button.reset{
	background-color: grey;
}


#human,
.human, span.human {
	height: 0px;
	width: 0px;
	opacity: 0;
	overflow: hidden;
	padding: 0;
}
