* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
}

body, html {
  width: 100vw;
  height: 100vh;
  font-size: 15px;
}

@media screen and (max-width: 500px) {
  body, html {
    font-size: 10px;
    hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
  }
}

body {
  font-family: sans-serif;
  position: relative;
}

main {
  width: 100%;
  padding: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (min-width: 700px) {
  main {
    max-width: 70%;
  }
}

@media screen and (max-width: 500px) {
  main {
    padding: 30px;
  }
}

main .logo-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 100%;
  margin-bottom: 100px;
}

main .logo-wrap img {
  max-width: 50%;
}

main p {
  font-size: 1.3rem;
  line-height: 1.7rem;
  text-align: center;
}

main .kontaktdaten {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

main h2 {
  font-size: 2rem;
  margin-bottom: 100px;
  color: #1e326c;
  text-align: center;
  padding-top: 50px;
}

main a {
  text-decoration: none;
  color: #00a8e6;
}

main a:hover {
  color: #007bc4;
  text-decoration: underline;
}
/*# sourceMappingURL=style.css.map */
