@charset "utf-8";
/* CSS Document */
.hero {
  width: 100%;
  height: 700px;
  float: left;
  display: block;
  background-image: url("../img/Background_slider.webp");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
  padding-top: 160px;
}
.hero-inner {
  max-width: 1260px;
  margin: auto;
}
.hero-wrap {
  width: 100%;
  height: auto;
  float: left;
  padding-left: 30px;
}
.hero-text {
  width: 60%;
  height: auto;
  float: left;
  margin-top: 140px;
  padding-right: 200px;
}
.hero-text span {
  width: 100%;
  height: auto;
  display: block;
}
.lead-title {
  font-size: 1.9em;
  color: #ae0143;
  font-weight: 600;
  padding-bottom: 10px;
}
body.section-sparringspartner .lead-title {
  color: #00529C;
}
.lead-subtitle {
  color: #5A6E7B;
  font-size: 1.4em;
  font-weight: 600;
  padding-bottom: 16px;
}
.lead-text {
  font-size: 1em;
  color: #222222;
  font-weight: 600;
}
.hero-img {
  width: 30%;
  float: right;
}
.hero-img img {
  width: 100%;
  height: auto;
  float: left;
}
@media only screen and (max-width:1260px) {
  .hero {
    height: auto;
    padding-top: 100px;
    background-size: 150% auto;
  }
  .hero-inner {
    width: 100%;
    height: auto;
    float: left;
  }
}
@media only screen and (max-width:1084px) {
  .hero-text {
    padding-right: 50px;
    margin-top: 100px;
  }
}
@media only screen and (max-width:828px) {
  .hero-text {
    margin-top: 50px;
    width: 70%;
  }
  .hero-img {
    width: 30%;
  }
  .hero {
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    background-position: top center;
    background-size: 200% auto;
  }
  .hero-text .lead-title {
    font-size: 1.5em;
  }
  .hero-text .lead-subtitle {
    font-size: 1.2em;
  }
  .hero-text .lead-text {
    font-size: 0.9em;
  }
}
@media only screen and (max-width:700px) {
  .hero {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width:544px) {
  .hero-text {}
  .hero-img {
    padding-top: 50px;
  }
}