html {
  margin: 0 auto;
  max-width: 1200px;
}

p {
  line-height: 2rem;
}

.parallax-container {
  min-height: 380px;
  line-height: 0;
  height: auto;
  color: rgba(255, 255, 255, .9);
}

.parallax-container .section {
  width: 100%;
}

@media only screen and (max-width : 992px) {
  .parallax-container .section {
    position: absolute;
    top: 40%;
  }

  #index-banner .section {
    top: 10%;
  }
}

@media only screen and (max-width : 600px) {
  #index-banner .section {
    top: 0;
  }
}

.main-image {
  margin-top: 56px;
  /* margin-top: 64px; */
}

.icon-block {
  padding: 0 15px;
}

.icon-block .material-icons {
  font-size: inherit;
}

.streaming-list {
  min-width: 280px;
}

.list-container {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
}

.list {
  display: flex;
  flex-direction: column;
}

.list-item {
  text-transform: capitalize;
  padding: 10px;
  margin: 1px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;

  a {
    width: 100%;
    text-align: left;
  }
}

nav {
  position: fixed;

  .brand-logo {
    font-family: 'OTT';
    font-size: 4.5rem;
    padding: 12px;
    top: -5px;
  }
}

footer.page-footer {
  margin: 0;
  padding: 15px 20px 0px 20px;
  min-height: 50px;
  /* padding-top: 15px; */
}

#modal_datenschutz {
  hyphens: auto;

  p {
    line-height: inherit;
  }
}

/* imprint / datasecurity */
/* used h?x to not inlcude or weight heading text in search results */
h4x, h5x, h6x {
  display: block;
  line-height: 110%;
}
h4x {
  font-size: 2.28rem;
  margin: 1.52rem 0 0.912rem 0;
}

h5x {
  font-size: 1.64rem;
  margin: 1.0933333333rem 0 0.656rem 0;
}

h6x {
  font-size: 1.15rem;
  margin: 0.7666666667rem 0 0.46rem 0;
}