article div.step,
aside p {
  font: 400 1.2rem "Merriweather", sans-serif;
  line-height: 1.7rem;
}

header .headertitle {
  padding-top: 40vh;
}

header .headertitle h1 {
  margin: 0;
  font-size: 3em;
}

@media screen and (max-width: 800px) {
  header .headertitle h1 {
    font-size: 2.5em;
  }
}

aside {
  padding: 0;
  margin: 0 0 3em 0;
  background-color: white;
  box-sizing: border-box;
  overflow: hidden;
  color: black;
}

aside h2 {
  font: normal 2em "Bebas Neue", sans-serif;
  text-align: center;
  padding: 0;
  margin: 4em 0 1em 0;
}

aside h3 {
  font: normal 1em "Bebas Neue", sans-serif;
  text-align: left;
  padding: 1em;
  margin: 1.5em auto 0.5em auto;
  width: 100%;
  max-width: 500px;
}

aside ul {
  width: 80%;
  max-width: 500px;
  margin: 1em auto;
  font: 300 1em "Fira Sans", sans-serif;
}

aside p {
  width: 100%;
  max-width: 550px;
  text-align: justify;
  margin: 1em auto;
  padding: 0 1em;
  box-sizing: border-box;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

aside img {
  width: 100%;
  max-width: 400px;
  height: auto;
  display: block;
  margin: 0 auto;
}

aside a {
  color: #0f9cd8;
}

#clicktolisten {
  font: normal 1.2em "Bebas Neue", sans-serif;
}

.agnoplayer-autoplay-mute-toggle {
  display: none !important;
}
