<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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 160%/100% 'TheSans', Verdana, 'Geneva, sans-serif';
  margin-bottom: 10px;
  color: #009a49
}
h2 {
  font: normal 130%/130% 'TheSans', Verdana, 'Geneva, sans-serif';
  margin: 0
}
p {
  font: normal 0.85em/110% 'TheSans', Verdana, 'Geneva, sans-serif';
  margin-bottom: 12px
}
.textfeld, .freitext {
  width: 97%;
  line-height: normal;
  text-decoration: none;
  background: #ffffff;
  color: #333;
  border: 1px dotted #c6c6c6;
  margin-bottom: 8px;
  padding: 3px 4px 1px 4px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font: 0.85em/140% 'TheSans', Verdana, 'Geneva, sans-serif'
}
.textfeld {
  height: 26px;
}
.freitext {
  height: 70px;
}
.validator {
  display: none;
}
.buttonBig {
  width: 100%;
  padding: 8px 4px 7px 4px;
  border: 0px solid #027338;
  font: 0.9em/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
}
.small {
  font-size: 70%;
}
@media only screen and (max-width: 480px) {

  .buttonBig.desktop {
    display: none
  }
  .buttonBig.mobile {
    display: inline-block
  }
}
@media only screen and (max-width: 380px) {
.small {
  font-size: 60%;
}
}
.logo {
  margin: 10px 0 25px 0;
}</pre></body></html>