* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
  font-family: Helvetica, Arial, sans-serif;
}
::-webkit-scrollbar {
  width: 4px;
  right: 0;
  top: 0;
  overflow: overlay;
}
::-webkit-scrollbar-track {
  opacity: 0;
}
::-webkit-scrollbar-thumb {
  width: 4px;
  margin-right: 4px;
  background-color: #ed7e84;
}
body {
  width: 100%;
  min-height: 100vh;
  overflow-x: hidden;
}
.background-image {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  width: auto;
  min-width: 100vw;
  height: auto;
  min-height: 100vh;
}
.clearer {
  float: none;
  clear: both;
}
h1 {
  margin-bottom: 15px;
}
h5 {
  font-size: 24px;
  margin: 50px 0 15px 0;
}
h6 {
  font-size: 20px;
  margin: 25px 0 15px 0;
}
p {
  line-height: 1.6;
}
p a, .back-to-start {
  color: #ed7e84;
  text-decoration: underline;
  transition: color 0.5s ease;
}
p a:hover, .back-to-start:hover {
  color: #1f1814;
}
.back-to-start {
  display: inline-block;
  margin-top: 3px;
}
.logo {
  display: block;
  width: 250px;
  height: 250px;
  margin: 75px auto 50px auto;
  background: url(../images/vollaufdieklappe-logo.svg);
}
.above-content {
  width: 90%;
  max-width: 700px;
  height: auto;
  box-sizing: border-box;
  margin: 0 auto 10px auto;
}
.episode-wrap {
  width: 90%;
  max-width: 700px;
  height: auto;
  box-sizing: border-box;
  margin: 0 auto 10px auto;
}
.episode-wrap iframe {
  width: 100%;
  height: 232px;
}
.content {
  width: 90%;
  max-width: 700px;
  height: auto;
  min-height: 200px;
  box-sizing: border-box;
  padding: 75px 50px;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  border-radius: 10px;
}
.headline {
  display: block;
  font-size: 30px;
  font-weight: 700;
  clear: both;
  float: none;
  text-align: center;
  margin-bottom: 15px;
}
.stream-wrap {
  display: block;
  width: 180px;
  margin: 0 auto 50px auto;
}
.social-wrap {
  display: block;
  width: 115px;
  margin: 0 auto 50px auto;
}
.client-button {
  width: 50px;
  height: 50px;
  float: left;
  margin-right: 15px;
}
.client-button svg {
  width: 100%;
  height: 100%;
}
.client-button svg path {
  fill: #1f1814 !important;
  transition: fill 0.5s ease;
}
.client-button:hover svg path {
  fill: #ed7e84 !important;
}
.client-button:last-of-type {
  margin-right: 0;
}
.above-content .client-button {
  float: right;
  width: 25px;
  height: 25px;
  margin-right: 7px;
}
.above-content .client-button:last-of-type {
  margin-right: 7px;
}
.forum-button {
  display: block;
  clear: both;
  float: none;
  box-sizing: border-box;
  width: 90%;
  max-width: 350px;
  padding: 15px 25px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  margin: 0 auto 0 auto;
  background: #ed7e84;
  border-radius: 10px;
  transition: background 0.5s ease, color 0.5s ease;
}
.forum-button:hover {
  background: #1f1814;
  color: #ed7e84;
}
.above-content .forum-button {
  float: right;
  margin: 0;
  clear: none;
  width: auto;
  font-size: 12px;
  padding: 6px 10px;
  border-radius: 5px;
}
.footer-links {
  width: 90%;
  max-width: 700px;
  height: auto;
  min-height: 200px;
  margin: 15px auto 50px auto;
}
.footer-link {
  display: inline-block;
  float: right;
  font-size: 14px;
  color: #ed7e84;
  text-decoration: underline;
  margin-left: 15px;
  transition: color 0.5s ease;
}
.footer-link:hover {
  color: #1f1814;
}
