.noPadding {
  padding: 0 !important;
}

.herosilder {
  width: 100%;
  margin: 0;
}
.herosilder .carousel-indicators {
  top: 15vh;
  bottom: inherit;
}
.herosilder .carousel-indicators [data-bs-target] {
  width: 3em;
  height: 3em;
  background: url("./kovacic_route_weiss_200x200.svg") center/contain no-repeat;
  background-color: transparent;
  opacity: 0.5;
}
.herosilder .carousel-indicators [data-bs-target].active {
  opacity: 1;
}
.herosilder .carousel-item {
  position: relative;
  min-height: 100vh;
}
.herosilder .carousel-item img.mobile {
  height: 100vh;
  width: auto;
}
.herosilder .carousel-control-prev,
.herosilder .carousel-control-next {
  width: 5%;
  opacity: 1;
}
.herosilder .carousel-control-prev-icon,
.herosilder .carousel-control-next-icon {
  width: 3rem;
  height: 3rem;
}
.herosilder .carousel-control-next-icon {
  background-image: url("./pfeil_rechts_blau_200x200.svg");
  background-repeat: no-repeat;
}
.herosilder .carousel-control-prev-icon {
  background-image: url("./pfeil_links_blau_200x200.svg");
  background-repeat: no-repeat;
}

.scrollAdvice {
  position: absolute;
  bottom: 5vh;
  left: 48%;
  z-index: 5555;
  width: 4%;
  height: auto;
  transition: 0.5s;
}
.scrollAdvice:hover {
  bottom: 8vh;
}
.scrollAdvice img {
  display: block;
  width: 100%;
  height: auto;
}

.heroImage {
  width: 100%;
  height: 100vh;
  background-size: cover !important;
  background-position: center;
  background-repeat: no-repeat;
}

.heroVidBox {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.heroVidBox video,
.heroVidBox .heroVid {
  width: 120%;
  height: auto;
}

.heroLine {
  position: absolute;
  top: 9.1vh;
  left: -0.1em;
  font-family: var(--font-heading);
  font-size: 16rem;
  font-weight: bold;
  line-height: 100%;
  letter-spacing: 0.1em;
  color: #fff;
  text-transform: uppercase;
}
.heroLine p {
  margin: 0;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
}
.heroLine.bottomHeroLine {
  top: auto !important;
  left: auto;
  right: -0.25em !important;
  bottom: -0.15em !important;
}
.heroLine.bottomHeroLineLeft {
  top: auto !important;
  right: auto !important;
  left: -0.03em !important;
  bottom: -0.15em !important;
}

.pid-38 .heroLine.bottomHeroLine {
  right: auto !important;
  left: -0.03em !important;
}

.herosilder .heroSpecial {
  position: absolute;
  top: 20vh;
  right: 5vw;
  z-index: 46;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-end;
  gap: 1%;
  width: 20vw;
}
.herosilder .heroSpecial a {
  flex: 1 1 0;
  min-width: 0;
  max-width: 48%;
  color: inherit;
  text-decoration: none;
  line-height: 0;
}
.herosilder .heroSpecial img {
  display: block;
  width: auto;
  max-width: 100%;
  height: 11.3012658228vw;
  margin: 0;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center bottom;
     object-position: center bottom;
}

.kununuBadge {
  padding: 0.5rem;
  box-sizing: border-box;
}

.vidAction {
  position: absolute;
  top: 65%;
  left: 40%;
  z-index: 999 !important;
  width: 20%;
  padding: 0.5em 1em;
  font-size: 2rem;
  text-align: center;
  background: #005098;
  border: 2px solid #005098;
  border-radius: 0.25em;
  box-shadow: 1px 9px 17px 5px rgba(0, 0, 0, 0.41);
  transition: 0.5s;
}
.vidAction a {
  display: block;
  color: #fff;
  text-decoration: none;
  transition: 0.5s;
}
.vidAction:hover {
  background: rgba(255, 255, 255, 0.75);
}
.vidAction:hover a {
  color: #005098;
}

.herosilder .carousel-caption {
  position: absolute;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  z-index: 45;
  display: none;
  width: 25vw;
  font-size: 1rem;
  color: #0E0E0E;
  text-align: left;
}
.herosilder .carousel-caption h5 {
  margin-bottom: 1em;
  font-size: 2rem;
  font-weight: bold;
  color: #005098;
}

.herosilder .carousel-caption .captionContent,
.captionContent {
  width: 100%;
  height: auto;
  padding: 1em;
  background: rgba(255, 255, 255, 0.65);
  border-width: 1px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.65);
  -o-border-image: none;
     border-image: none;
  border-radius: 0.5em;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(9.4px);
  -webkit-backdrop-filter: blur(9.4px);
}
.herosilder .carousel-caption .captionContent a,
.captionContent a {
  color: #005098;
  text-decoration: none;
  transition: 0.5s;
}
.herosilder .carousel-caption .captionContent a:hover,
.captionContent a:hover {
  text-decoration: underline;
}
.herosilder .carousel-caption .captionContent .herobtn a,
.captionContent .herobtn a {
  color: #fff;
  text-decoration: none;
}
.herosilder .carousel-caption .captionContent .herobtn a:hover,
.captionContent .herobtn a:hover {
  text-decoration: none;
}

.herobtn {
  padding: 0.5em;
  font-size: 1.3rem;
  text-align: center;
  background: #005098;
  border: 2px solid #005098;
  border-radius: 0.5em;
  transition: 500ms;
}
.herobtn a {
  display: block;
  color: #fff;
  text-decoration: none;
  transition: 500ms;
}
.herobtn:hover {
  background: #fff;
}
.herobtn:hover a,
.herobtn:hover a:hover {
  color: #005098;
  text-decoration: none !important;
}

.herosilder .carousel-caption .captionContent .herobtn:hover a {
  color: #005098;
  text-decoration: none !important;
}

.herosilder .carousel-caption.pos_1 {
  top: 20vh;
  bottom: auto;
  left: 2.5vw;
  right: auto;
}

.herosilder .carousel-caption.pos_2 {
  top: 20vh;
  bottom: auto;
  left: auto;
  right: 5vw;
}

.herosilder .carousel-caption.pos_3 {
  top: 43vh;
  bottom: auto;
  left: 13vw;
  right: auto;
  width: 33%;
  text-align: center;
}
.herosilder .carousel-caption.pos_3 .captionContent {
  background: none;
  border: none;
  box-shadow: none;
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
}
.herosilder .carousel-caption.pos_3 h5 {
  font-size: 2.5rem;
}

.herosilder .carousel-caption.pos_4 {
  top: auto;
  bottom: 5vh;
  left: 2.5vw;
  right: auto;
}

.herosilder .carousel-caption.pos_5 {
  top: auto;
  bottom: 5vh;
  left: auto;
  right: 5vw;
}
.herosilder--edit .carousel-inner {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.herosilder--edit .carousel-item {
  display: block !important;
  position: relative !important;
  float: none !important;
  opacity: 1 !important;
  transform: none !important;
}
.herosilder--edit .carousel-caption {
  display: block !important;
  position: relative !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  width: min(25vw, 28rem);
  margin: 1rem 0 0 2.5vw;
}
.herosilder--edit .carousel-indicators,
.herosilder--edit .carousel-control-prev,
.herosilder--edit .carousel-control-next,
.herosilder--edit .scrollAdvice {
  display: none !important;
}
@media only screen and (min-width: 1000px) and (max-width: 1300px) {
  .heroLine {
    position: absolute;
    top: 9.1vh;
    left: -0.1em;
    font-family: var(--font-heading);
    font-size: 11.5rem;
    font-weight: bold;
    line-height: 100%;
    letter-spacing: 0.1em;
    color: #fff;
    text-transform: uppercase;
  }
  .heroVidBox .heroVid {
    margin-left: -15%;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1440px) {
  .heroVidBox .heroVid {
    margin-left: -10%;
  }
}
@media only screen and (max-width: 999px) {
  .herosilder .carousel-item img.mobile {
    width: 100% !important;
    height: auto !important;
  }
  .herosilder .carousel-item .heroSpecial {
    top: 22vh;
    right: 5vw;
    width: 30vw;
  }
  .herosilder .carousel-item .heroSpecial img {
    height: 16.9518987342vw !important;
    width: auto !important;
    max-width: 100%;
    margin-top: 0;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .herosilder .carousel-indicators {
    top: inherit;
    bottom: 0.5em;
  }
  .herosilder .carousel-indicators [data-bs-target] {
    width: 1.5em;
    height: 1.5em;
  }
  .herosilder .carousel-control-prev,
  .herosilder .carousel-control-next {
    width: 2rem;
  }
  .herosilder .carousel-caption {
    width: 95%;
    left: 2.5%;
    right: auto;
  }
  .herosilder .carousel-caption h5 {
    font-size: 1.5rem;
  }
  .herosilder .carousel-caption p {
    font-size: 0.75rem;
  }
  .herosilder .carousel-caption .captionContent {
    box-sizing: border-box;
    max-width: 100%;
  }
  .herosilder .carousel-caption.pos_2,
  .herosilder .carousel-caption.pos_5 {
    left: 2.5%;
    right: auto;
  }
  .herosilder .carousel-caption.pos_3 {
    top: 10vh;
    left: 2.5%;
    width: 80%;
  }
  .herosilder .carousel-caption.pos_3 h5 {
    font-size: 2rem;
  }
  .herosilder .carousel-caption.pos_5 {
    bottom: 3em;
    top: auto;
  }
  .herobtn {
    padding: 0.25em;
    font-size: 1rem;
  }
  .heroVidBox {
    width: 300%;
    height: 100vh;
    overflow: hidden;
  }
  .heroVidBox video,
  .heroVidBox .heroVid {
    width: 120%;
    height: auto;
    margin-left: -35%;
  }
  .vidAction {
    top: 15%;
    left: 10%;
    width: 80%;
    font-size: 1rem;
  }
  .heroLine {
    font-size: 7rem;
  }
}