@charset "UTF-8";
/* CSS Document */

table.kontaktFormular {
	font-size:1em;
	width: 100%;
	margin-top: -2em;
}
table.kontaktFormular th, table.kontaktFormular td {
	padding: 6px 8px 6px 0;
}
table.kontaktFormular th {
	padding-top: 10px;
	width: 30%;
	font-weight: normal;
}
table.kontaktFormular tr.group th {
	border: none;
	font-size: 1.4em;
	padding: 2em 0 1em 0;
}
table.kontaktFormular th.error {
	color: #B20620;	
}
table.kontaktFormular td {
	padding-right: 0;
	width: auto;
}
table.kontaktFormular .smallFont {
	font-size: 0.86em;
}
.messageBox {
	color: #FFF;
	font-size:0.86em;
	background-color: #74b461;
	padding: 1em;
	margin-bottom: 1em;
}
.messageBoxError {
	color: #FFF;
	font-size:0.86em;
	background-color: #B20620;
	padding: 1em;
	margin-bottom: 1em;
}
.formSmall, .formMedium, .formBig {
}
.formSmall {
	width: 100px;
}	
.formMedium {
	width: 240px;
}	
.formBig {
	width: 95%;
}
input.formSmall, textarea.formSmall, input.formMedium, textarea.formMedium, input.formBig, textarea.formBig {
	margin: 0px;
	padding: 4px;
	color: #000000;
	font-family: "Fira Sans", sans-serif;
	font-size: 1em;
	background-repeat: no-repeat;
	background-color: #F6F6F6;
	border: 1px solid #CCCCCC;
	-webkit-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0);
	-moz-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0);
	box-shadow: 2px 2px 10px 0px rgba(0,0,0,0);
	transition: all 0.3s linear;
}
input.formSmall:hover, textarea.formSmall:hover, input.formMedium:hover, textarea.formMedium:hover, input.formBig:hover, textarea.formBig:hover {
	background-color: #FFF;
	-webkit-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.2);
	box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.2);
}
input.formSmall:focus, textarea.formSmall:focus, input.formMedium:focus, textarea.formMedium:focus, input.formBig:focus, textarea.formBig:focus {
	background-color: #FFF;
	-webkit-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.2);
	box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.2);
}
select {
	font-family: "Fira Sans", sans-serif;
	font-size: 1em;
}
input.captchaInput {
	font-family: Arial, Helvetica, sans-serif;	
}
input#submit {
	color: #003d5b;
	font-family: "Fira Sans", sans-serif;
	text-decoration: none;
	display: inline-block;
	border: 1px solid #74b461;
	padding: 0.3em 0.5em;
	margin: 0.5em 0;
	cursor: pointer;
	font-size: 1em;
	background-color: transparent;
}
input#submit:hover {
	color: #003d5b;
	text-decoration: none;
	background-color: #74b461;
}
