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

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

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

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

.greybgquestion {
  font-style: italic;
  font-weight: bold;
}

aside {
  padding: 0;
  margin: 0 0 3em 0;
  max-height: 100%;
  margin-bottom: 0px;
  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 p {
  width: 100%;
  max-width: 500px;
  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: 4em auto;
}

aside ul { 
  font: 400 1.2rem "Merriweather", sans-serif;
  line-height: 1.7rem;
}

aside a:hover {
  text-decoration: none;
}


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

.fit-img {
  max-width: 350px;
}