.intro-section {
  background-repeat: no-repeat;
  background-image: url("../img/konsumentenschutz k background.jpeg");
  background-size: cover;
  background-position: center center;
  width: 100vw;
  height: 100vh;
  position: relative;
}

.h100 {
  height: 100%;
}

.intro-h1 {
  font-size: 2rem;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 0px;
  font-family: Montserrat;
}

.intro-h1 > span {
  font-size: 1.5rem;
  font-weight: 300;
  color: #ffffff;
  letter-spacing: 0px;
  font-family: Montserrat;
  display: block;
}

.intro-h3 {
  max-width: 500px;
  white-space: normal;
  font-size: 1rem;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 0px;
  font-family: "Open Sans";
}

.brk-header-mobile__open > span {
  display: none;
}

.intro-logo {
  color: #2775ff;
  padding-top: 27px;
}

@media (min-width: 576px) {
  .intro-h1 {
    font-size: 3rem;
  }
  .intro-h1 > span {
    font-size: 2rem;
  }
}

@media (min-width: 768px) {
  .intro-h1 {
    font-size: 4rem;
  }
  .intro-h1 > span {
    font-size: 3rem;
  }
  .intro-h3 {
    font-size: 1.3rem;
  }
}

@media (min-width: 992px) {
  .intro-h1 {
    font-size: 5rem;
  }
  .intro-h1 > span {
    font-size: 4rem;
  }
}

@media (min-width: 1200px) {
  .intro-h1 {
    font-size: 6rem;
  }
  .intro-h1 > span {
    font-size: 5rem;
  }
}
