@font-face {
  font-family: Hsvsans;
  src: url('../fonts/HsvSans-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Hsvsans;
  src: url('../fonts/HsvSans-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Hsvslab;
  src: url('../fonts/HsvSlab-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Hsvslab;
  src: url('../fonts/HsvSlab-Ultrabold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Hsvslab, Arial, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Hsvsans, Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

p {
  margin-bottom: 20px;
  font-family: Hsvsans, Arial, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.stage {
  background-image: url('../images/HSV-BG.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100svh;
  display: flex;
}

.stage-con {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 730px;
  display: flex;
}

.img-logo {
  width: auto;
  max-width: none;
}

.stage-txt {
  color: #fff;
  text-align: center;
  width: 430px;
  margin-top: 30px;
  font-family: Hsvsans, Arial, sans-serif;
  font-size: 20px;
  line-height: 27px;
}

.pflaster {
  width: 100%;
  height: 60px;
  position: relative;
}

.image {
  width: 520px;
  position: absolute;
  top: -27px;
  left: 26.4vw;
}

.paragraph {
  font-size: 16px;
}

.introtext {
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  padding-bottom: 80px;
  display: flex;
}

.intro-con {
  text-align: center;
  max-width: 520px;
}

.text-span {
  font-weight: 700;
}

._28fans {
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 100px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.fans-con {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  max-width: 1400px;
  display: grid;
}

.img-hov {
  cursor: pointer;
  transition: transform .2s;
}

.img-hov:hover {
  transform: scale(1.1);
}

.img-hov.alkan {
  display: none;
}

.youtube {
  color: #fff;
  background-color: #1a1a1a;
  justify-content: center;
  align-items: center;
  padding: 60px 20px;
  display: flex;
}

.platzhalter {
  width: 900px;
  display: none;
}

.klebe-01 {
  width: 100%;
  max-width: none;
  margin-top: -20px;
}

.outro {
  background-image: url('../images/bg-bottom.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 90px;
  display: flex;
}

.outro-con {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1200px;
  display: grid;
}

.black-block {
  color: #fff;
  background-color: #1a1a1a;
  max-width: none;
  padding: 30px 40px 40px;
}

.white-block {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hsv-stiftung {
  width: auto;
  max-width: 330px;
}

.button {
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #0056a4;
  padding: 12px 20px 12px 22px;
  font-family: Hsvsans, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  transition: background-color .2s;
}

.button:hover {
  background-color: #0068c4;
}

.black-divider {
  background-color: #1a1a1a;
  height: 100px;
  position: relative;
}

.long-bagde {
  width: 100%;
  margin-top: -40px;
  position: absolute;
}

.footer-con {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  padding-top: 4vw;
  display: flex;
}

.link-white {
  color: #fff;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  font-family: Hsvslab, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  transition: color .2s;
}

.link-white:hover {
  color: #9d9d9d;
}

._28-fans-full-con {
  z-index: 100;
  justify-content: center;
  align-items: center;
  display: flex;
}

.fan-l {
  z-index: 100;
  background-color: #000c;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.fan-l._02 {
  flex: 0 auto;
  display: none;
}

.fan-l._03, .fan-l._04, .fan-l._05, .fan-l._06, .fan-l._07, .fan-l._08, .fan-l._09, .fan-l._10, .fan-l._11, .fan-l._12, .fan-l._13, .fan-l._14, .fan-l._15, .fan-l._16 {
  display: none;
}

.fan-l._17 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.fan-l._18, .fan-l._19, .fan-l._20, .fan-l._21, .fan-l._22, .fan-l._23, .fan-l._24, .fan-l._25, .fan-l._26, .fan-l._27, .fan-l._28 {
  display: none;
}

.fan-01-con {
  background-color: #fff;
  display: flex;
}

.txt-fan {
  color: #fff;
  background-color: #0056a4;
  max-width: 550px;
  padding: 60px 40px 40px;
  position: relative;
}

.close {
  transition: transform .5s;
  position: absolute;
  inset: 20px 20px auto auto;
}

.close:hover {
  transform: rotate(90deg);
}

.fan-img-img {
  width: auto;
  max-width: 300px;
}

.heading {
  display: block;
}

.code-embed {
  display: none;
}

._w-link {
  color: #fff;
  font-weight: 700;
}

.ytube {
  width: 900px;
}

@media screen and (min-width: 1440px) {
  .img-logo {
    width: 57vw;
  }

  .introtext {
    margin-top: 100px;
  }

  .klebe-01 {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .footer-con {
    background-color: #1a1a1a;
    padding-top: 4vw;
    padding-bottom: 2vw;
  }

  .fan-l._07, .fan-l._10 {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .fans-con {
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .outro {
    padding-left: 20px;
    padding-right: 20px;
  }

  .long-bagde {
    margin-top: -21px;
  }

  .footer-con {
    padding-top: 40px;
  }

  .fan-l, .fan-l._05 {
    display: none;
  }

  .fan-01-con {
    background-color: #fff0;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
  }

  .img-fan {
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .txt-fan {
    max-width: 460px;
  }
}

@media screen and (max-width: 767px) {
  .img-logo {
    width: 480px;
  }

  .outro {
    flex-flow: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .outro-con {
    flex-flow: column;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    display: flex;
  }

  .long-bagde {
    margin-top: -15px;
  }

  .footer-con {
    padding-top: 40px;
  }
}

@media screen and (max-width: 479px) {
  .stage {
    height: 80svh;
  }

  .stage-con {
    padding-left: 20px;
    padding-right: 20px;
  }

  .img-logo {
    width: 90vw;
  }

  .stage-txt {
    width: auto;
    font-size: 18px;
    line-height: 25px;
  }

  .pflaster {
    margin-top: -12px;
    overflow: hidden;
  }

  .introtext {
    padding-left: 20px;
    padding-right: 20px;
  }

  ._28fans {
    padding-left: 10px;
    padding-right: 10px;
  }

  .fans-con {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .img-hov:hover {
    transform: none;
  }

  .klebe-01 {
    width: 150vw;
    margin-top: 0;
    position: absolute;
  }

  .fan-l, .fan-l._07, .fan-l._08, .fan-l._09 {
    display: none;
  }

  .fan-l._10 {
    flex-flow: column;
    display: none;
  }

  .fan-l._17 {
    display: none;
  }

  .fan-01-con {
    flex-flow: column;
    padding-left: 10px;
    padding-right: 10px;
  }

  .img-fan {
    background-color: #fff;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .txt-fan {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .close {
    inset: 20px 20px auto auto;
  }

  .image-2 {
    width: 200px;
    max-width: none;
  }

  .fan-img-img {
    width: 100px;
    max-width: none;
  }
}


@font-face {
  font-family: 'Hsvsans';
  src: url('../fonts/HsvSans-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hsvsans';
  src: url('../fonts/HsvSans-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hsvslab';
  src: url('../fonts/HsvSlab-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hsvslab';
  src: url('../fonts/HsvSlab-Ultrabold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}