@charset "utf-8";
/* CSS Document */
a, a:visited {
	color: #00a9e0;
	text-decoration: none
}
a:hover {
	color: #00a9e0;
	text-decoration: underline
}

.form {
  width: 46%;
  margin-right: 2%;
  float: left
}
@media only screen and (max-width: 680px) {
  .form {
    width: 100%;
    margin-right: 0%;
    clear: both
  }
}

.textfeld, .freitext {
	width: 100%;
	line-height: normal;
	text-decoration: none;
	background: #fff;
	color: #333;
	border: 0px solid #e8e8e8;
	margin-bottom: 8px;
	padding: 3px 4px 1px 4px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	font: 12px/140% Verdana, 'Geneva, sans-serif'
}
.textfeld {
	height: 33px;
}
.freitext {
	height: 165px;
}
.textfeld-K {
	width: 30%;
	line-height: normal;
	text-decoration: none;
	background: #fff;
	color: #4d4e53;
	border: 0px solid #e8e8e8;
	margin-bottom: 8px;
	padding: 3px 4px 1px 4px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	height: 26px;
	font: 12px/140% Verdana, 'Geneva, sans-serif'
}
.buttonBig {
-webkit-appearance: none; 
	width: 70%;
    margin:0 auto !important;
	padding: 11px 4px 11px 4px;
	border: 0px solid #009a49;
	font: 1.3em/140% Verdana, 'Geneva, sans-serif';
	line-height: normal;
	text-decoration: none;
	color: #ffffff;
	cursor: pointer;
	font-weight: bold;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	background-color: #009a49;
}

.validator {display: none;}
.logo {
	width: 100%;
	text-align: left;
	margin: 0 0 20px 0;
	display: none
}
