@charset "UTF-8";
/* COLORS */
/* ABSTÄNDE */
/* MOBILE FONTSIZES */
/* DESKTOP FONTSIZES */
body, html {
  overflow-x: hidden;
}

.fifthy-width {
  width: 50%;
}

@media screen and (min-width: 960px) {
  .line {
    border: 1px solid #ab191a;
    width: 70%;
  }
}

.section {
  font-family: "red hat display";
  width: 100%;
  padding-bottom: 11.2rem;
  padding: 5.6rem 2.75rem 5.6rem 2.75rem;
}
.section .section-full-content-container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.section .hidden {
  display: none;
}
.section .button {
  display: block;
  text-decoration: none;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.7rem;
  padding: 0.9rem 1rem;
  min-height: 2.8rem;
  width: 100%;
  text-align: center;
  color: #ffffff;
  background: #ab191a;
  border-radius: 0;
}
.section .button:hover {
  background-color: #8b1617;
}
.section h1 {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 2.6rem;
  margin-bottom: 1.9rem;
}
.section h2 {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.15rem;
  margin-bottom: 1.9rem;
}
.section h3 {
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 2.1rem;
  margin-bottom: 1.9rem;
}
.section h4 {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2.1rem;
  margin-bottom: 1.9rem;
}
.section h5 {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.8rem;
  margin-bottom: 1.9rem;
}
.section h6 {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8rem;
  margin-bottom: 1.9rem;
}
.section p {
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.5rem;
  margin-bottom: 1.9rem;
}
.section .p2 {
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 2rem;
  margin-bottom: 1.9rem;
}
.section .listen {
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.6rem;
  margin-bottom: 1.9rem;
}
.section i {
  color: white;
  font-size: 2.5rem;
}
@media screen and (min-width: 960px) {
  .section {
    padding: 11.2rem 5.75rem 11.2rem 5.75rem;
  }
  .section .button {
    font-size: 1.3rem;
    line-height: 1.7rem;
  }
  .section h1 {
    font-size: 3rem;
    font-weight: 600;
    line-height: 3.4rem;
  }
  .section h2 {
    font-size: 2.6rem;
    font-weight: 600;
    line-height: 3.1rem;
  }
  .section h3 {
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 3rem;
  }
  .section h4 {
    font-size: 2.1rem;
    font-weight: 300;
    line-height: 2.5rem;
  }
  .section h5 {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2.5rem;
  }
  .section h6 {
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.9rem;
  }
  .section p {
    font-size: 1.3rem;
    font-weight: 300;
    line-height: 2rem;
  }
  .section .listen {
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.8rem;
  }
}
.section .iframe {
  height: fit-content;
}
.section .iframe .MuiPickersSlideTransition-root-1384.MuiPickersCalendar-root-1376 {
  overflow: hidden;
}
.section .MuiPickersSlideTransition-root-1742 {
  display: block;
  position: relative;
  overflow: hidden !important;
}