.zw_videoliste {
  width: 100%;
  float: left;
}
.zw_videoliste_item {
  width: 33.333333%;
  float: left;
  display: block;
  line-height: 0;
  padding-top: 18.75%;
  position: relative;
  background: #000;
}
.zw_videoliste_item:first-child {
  width: 100%;
  padding-top: 56.25%;
}
.zw_videoliste_frame {
  width: 100%;
  height: 100%;
}
.zw_videoliste_item .zw_videoliste_frame {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.zw_headerimage {
  width: 100%;
  height: calc(100vh - 110px);
  display: table;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.zw_headerimage_text {
  position: absolute;
  left: 0;
  bottom: 0%;
  padding: 0;
  float: left;
  line-height: 100%;
  width: 100%;
  text-align: center;
}
.zw_branchesimage_text h1 span {
  text-align: left;
  font-size: 40px;
  font-size: 2.5rem;
  color: white;
  background-color: rgba(59, 127, 138, 0.8);
  padding: 10px 20px;
  width: auto;
  height: auto;
  line-height: 49px;
  margin: 0 0 20px 0;
  display: inline-block;
}
@media only screen and (max-width: 479px) {
  .zw_headerimage_text {
    bottom: 2%;
  }
  .zw_branchesimage_text h1 {
    margin: 0;
  }
  .zw_branchesimage_text h1 span {
    font-size: 20px;
    line-height: 130%;
  }
}
h3.sponsorenliste_header {
  margin: 0;
  padding: 20px 0;
  background: #3b7f8a;
  color: #fff;
  width: 100%;
  text-align: center;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 400;
  dispaly: block;
  float: left;
}
div.sponsorenliste {
  width: 100%;
  padding: 0px;
  margin: 0 0 32px;
  float: left;
  display: block;
  padding: 20px;
  background: rgba(255, 255, 255, 0.8);
}
div.sponsorenliste div.sponsorenliste_item {
  padding: 0;
  margin: 0 0 1%;
  display: inline-block;
  line-height: 0;
}
div.sponsorenliste.fuenf div.sponsorenliste_item {
  width: 19.2%;
  margin: 0 1% 1% 0;
}
div.sponsorenliste.fuenf div.sponsorenliste_item:nth-child(5n) {
  margin-right: 0;
}
div.sponsorenliste.vier div.sponsorenliste_item {
  width: 24.25%;
  margin-right: 1%;
}
div.sponsorenliste.vier div.sponsorenliste_item:nth-child(4n) {
  margin-right: 0;
}
div.sponsorenliste.drei div.sponsorenliste_item {
  width: 32.66%;
  margin: 0 1% 1% 0;
}
div.sponsorenliste.drei div.sponsorenliste_item:nth-child(3n) {
  margin-right: 0;
}
h3.fancy_header {
  margin: 0;
  padding: 10px 20px;
  background: #3b7f8a;
  color: #fff;
  width: 100%;
  text-align: center;
  font-size: 40px;
  font-size: 2.222rem;
  font-weight: 400;
  dispaly: block;
  float: left;
}
.content h3.fancy_header a {
  text-decoration: none;
  color: #fff;
}
@media only screen and (max-width: 792px) {
  h3.fancy_header {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
