body {
  padding: 0;
  margin: 0;

  font-family: 'Helvetica', Helvetica, sans-serif;
  font-style: normal;
  background: white;

  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }


h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Helvetica", Helvetica, sans-serif;
  font-style: bold;
  color: inherit;
  text-rendering: optimizeLegibility;
}


h1 {

  font-size: 100%;
  letter-spacing:0.7px;
  margin-bottom:0.9em;
}


p {

  text-rendering: optimizeLegibility; }

p.textfeld {
    font-size: 96%;
    letter-spacing:0.2px;
    padding-top: 40px;
    padding-bottom: 22px;
  }

small {
  font-size: 80%;
  letter-spacing:0.2px;
}

a {
  font-style: bold;
  color: black;
  text-decoration: underline;
  cursor: pointer; }
  a:hover, a:focus {
    color: black;
    text-decoration: none;
    }

a.menulink {
  padding: 6px;
}



#menu {
  padding-top: 40px;
}

#infotext {
  padding-top: 60px;
}





img {
    max-width: 100%;
    height: auto;
}

/* small sreen */
#logo {
  max-width: 20%;
  padding-top: 40px;
  }

  /* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  #logo {
  max-width: 65%;
  }
}

/* Large and up */
@media screen and (min-width: 64em) {
  #logo {
  max-width: 50%;
  }
}

#img_apero {
  max-width: 90%;
}

/* Medium and up */
@media screen and (min-width: 40em) {
  #img_apero {
  max-width: 25%;
  }
}








/*
  Media Queries (Foundation)
*/

/* Small only */
@media screen and (max-width: 39.9375em) {}

/* Medium and up */
@media screen and (min-width: 40em) {}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {}

/* Large and up */
@media screen and (min-width: 64em) {}

/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {}



