html {
  font-size: 62.5%;
}
/* Resets */
*,
html,
body {
  margin: 0;
  padding: 0;
}
img {
  -ms-interpolation-mode: bicubic;
}
.cf:before,
.cf:after {
  display: table;
  content: " ";
}
.cf:after {
  clear: both;
}
.clear {
  clear: both;
}
html {
  height: 100%;
  width: 100%;
}
body {
  font-family: 'Arial', sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 400;
  background-color: #ffd52b;
  height: 100%;
  width: 100%;
}
a:link,
a:visited,
a:active {
  color: #000000;
  text-decoration: none;
  font-family: 'Arial', sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 400;
}
a:hover {
  text-decoration: underline;
}
#wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
#logo img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
@media (min-width: 743px) {
  #logo img {
    width: 708px;
    height: 333px;
  }
}
#impressum {
  max-width: 800px;
  margin: 100px auto;
  padding: 0 25px 0 25px;
  font-family: 'Arial', sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 400;
}
@media (min-width: 743px) {
  #impressum {
    width: 743px;
    height: 376px;
    padding: auto 0;
  }
}
#impressum h1 {
  font-size: 32px;
  margin-bottom: 25px;
}
#impressum h2 {
  font-size: 24px;
  margin-top: 25px;
  margin-bottom: 15px;
}
#impressum h3 {
  font-size: 18px;
  margin-top: 25px;
  margin-bottom: 15px;
}
#impressum ul {
  list-style: inside;
  margin-bottom: 10px;
  margin-top: 10px;
}
#impressum li {
  list-style-type: disc;
}
#datenschutz {
  font-family: 'Arial', sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 400;
  position: absolute;
  bottom: 40px;
  width: 100%;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
#datenschutz a:link {
  margin-left: 30px;
}
