@font-face {
  font-family: 'TheSans';
  src: url('/fonts/TheSansOffice5_.eot');
  src: local('☺'), url('/fonts/TheSansOffice5_.woff') format('woff'), url('/fonts/TheSansOffice5_.ttf') format('truetype'), url('/fonts/TheSansOffice5_.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
}
body {
  background-color: #fff;
  color: #333;
  font: 1em/140% 'TheSans', Verdana, 'Geneva, sans-serif';
  background-image: url(img/BG_lines.png);
  background-repeat: no-repeat;
  background-position: right top;
}
@media only screen and (max-width: 320px) {
  body {
    background-size: 150px 80px;
  }
}
a, a:visited {
  color: #00a9e0;
  text-decoration: none
}
a:hover {
  color: #00a9e0;
  text-decoration: underline
}
h1 {
  font: normal 170%/140% 'TheSans', Verdana, 'Geneva, sans-serif';
  margin-bottom: 10px;
  color: #009a49
}
h2 {
  font: normal 140%/140% 'TheSans', Verdana, 'Geneva, sans-serif';
  margin: 0
}
p {
  font: normal 0.95em/120% 'TheSans', Verdana, 'Geneva, sans-serif';
  margin-bottom: 12px
}
.textfeld, .freitext {
  width: 98%;
  line-height: normal;
  text-decoration: none;
  background: #f3f3f3;
  color: #333;
  border: 1px dotted #c6c6c6;
  margin-bottom: 8px;
  padding: 6px 8px 5px 8px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  font: 0.95em/140% 'TheSans', Verdana, 'Geneva, sans-serif'
}
.textfeld {
  height: 26px;
}
.freitext {
  height: 70px;
}
.validator {
  display: none;
}
.buttonBig {
  width: 80%;
  padding: 6px 6px 4px 6px;
	margin:0 auto;
  border: 0px solid #027338;
  font: 1em/140% 'TheSans', Verdana, 'Geneva, sans-serif';
  line-height: normal;
  text-decoration: none;
  color: #ffffff;
  cursor: pointer;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  background-color: #009a49;
}
.buttonBig.desktop {
  display: inline-block
}
.buttonBig.mobile {
  display: none
}
@media only screen and (max-width: 480px) {
  .buttonBig.desktop {
    display: none
  }
  .buttonBig.mobile {
    display: inline-block
  }
}
.logo {
  margin: 10px 0 25px 0;
}