@charset "UTF-8";
#top .rpce h1:first-child, #top .rpce h2:first-child, #top .rpce h3:first-child, #top .rpce h4:first-child, #top .rpce h5:first-child, #top .rpce h6:first-child, #top .rpce p:first-child {
  margin-top: 0;
}
#top .rpce h1:last-child, #top .rpce h2:last-child, #top .rpce h3:last-child, #top .rpce h4:last-child, #top .rpce h5:last-child, #top .rpce h6:last-child, #top .rpce p:last-child {
  margin-bottom: 0;
}
#top .rpce h1 {
  font-size: clamp(2.4rem, 2vw, 4rem);
  font-family: "NeutrafaceTextLight", sans-serif;
}
#top .rpce h2 {
  font-size: clamp(2.2rem, 1.6vw, 3.8rem);
}
#top .rpce h3 {
  font-size: clamp(2rem, 1.4vw, 2.8rem);
  font-weight: 600;
}
#top .rpce h4 {
  font-size: clamp(1.8rem, 1.2vw, 2.4rem);
}
#top .rpce h5 {
  font-size: clamp(1.7rem, 1vw, 2rem);
}
#top .rpce h6 {
  font-size: clamp(1.6rem, 0.8vw, 1.8rem);
}
#top .rpce p {
  font-size: clamp(1.6rem, 0.8vw, 1.8rem);
  margin-bottom: clamp(1.6rem, 0.8vw, 1.8rem);
}

#top .rpce-grid {
  display: grid;
}
#top .rpce-grid--outer-element {
  margin: auto;
  max-width: 1500px;
  padding-left: 5%;
  padding-right: 5%;
}
@media (min-width: 351px) {
  #top .rpce-grid--outer-element {
    padding-left: 3.2rem;
    padding-right: 3.2rem;
  }
}
#top .rpce-grid--autofit {
  grid-template-columns: repeat(auto-fit, minmax(var(--min, 16rem), 1fr));
}
#top .rpce-grid--cols {
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  #top .rpce-grid--cols {
    grid-template-columns: var(--cols-tablet, 1fr 1fr);
  }
}
@media (min-width: 1300px) {
  #top .rpce-grid--cols {
    grid-template-columns: var(--cols-desktop, 1fr 1fr 1fr);
  }
}
#top .rpce-grid--gap-xs {
  gap: 2rem;
}
#top .rpce-grid--gap-sm {
  gap: 4rem;
}
#top .rpce-grid--gap-md {
  gap: 6rem;
}
#top .rpce-grid--gap-lg {
  gap: 8rem;
}
#top .rpce-grid__wrapper {
  background: var(--background) center center/cover no-repeat;
}
#top .rpce-grid__wrapper--mt-xs {
  margin-top: 2rem;
}
#top .rpce-grid__wrapper--mt-sm {
  margin-top: 4rem;
}
#top .rpce-grid__wrapper--mt-md {
  margin-top: 6rem;
}
#top .rpce-grid__wrapper--mt-lg {
  margin-top: 8rem;
}
#top .rpce-grid__wrapper--mb-xs {
  margin-bottom: 2rem;
}
#top .rpce-grid__wrapper--mb-sm {
  margin-bottom: 4rem;
}
#top .rpce-grid__wrapper--mb-md {
  margin-bottom: 6rem;
}
#top .rpce-grid__wrapper--mb-lg {
  margin-bottom: 8rem;
}
#top .rpce-grid__wrapper--pt-xs {
  padding-top: 2rem;
}
#top .rpce-grid__wrapper--pt-sm {
  padding-top: 4rem;
}
#top .rpce-grid__wrapper--pt-md {
  padding-top: 6rem;
}
#top .rpce-grid__wrapper--pt-lg {
  padding-top: 8rem;
}
#top .rpce-grid__wrapper--pt-xl {
  padding-top: 16rem;
}
#top .rpce-grid__wrapper--pb-xs {
  padding-bottom: 2rem;
}
#top .rpce-grid__wrapper--pb-sm {
  padding-bottom: 4rem;
}
#top .rpce-grid__wrapper--pb-md {
  padding-bottom: 6rem;
}
#top .rpce-grid__wrapper--pb-lg {
  padding-bottom: 8rem;
}
#top .rpce-grid__wrapper--pb-xl {
  padding-bottom: 16rem;
}

#top .rpce-flex {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
#top .rpce-flex--outer-element {
  margin: auto;
  max-width: 1500px;
  padding-left: 5%;
  padding-right: 5%;
}
@media (min-width: 351px) {
  #top .rpce-flex--outer-element {
    padding-left: 3.2rem;
    padding-right: 3.2rem;
  }
}
@media (min-width: 768px) {
  #top .rpce-flex--tablet-columns {
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  #top .rpce-flex--tablet-rows {
    flex-direction: row;
  }
}
@media (min-width: 1300px) {
  #top .rpce-flex--desktop-columns {
    flex-direction: column;
  }
}
@media (min-width: 1300px) {
  #top .rpce-flex--desktop-rows {
    flex-direction: row;
  }
}
#top .rpce-flex--gap-xs {
  gap: 2rem;
}
#top .rpce-flex--gap-sm {
  gap: 4rem;
}
#top .rpce-flex--gap-md {
  gap: 6rem;
}
#top .rpce-flex--gap-lg {
  gap: 8rem;
}
#top .rpce-flex__wrapper--mt-xs {
  margin-top: 2rem;
}
#top .rpce-flex__wrapper--mt-sm {
  margin-top: 4rem;
}
#top .rpce-flex__wrapper--mt-md {
  margin-top: 6rem;
}
#top .rpce-flex__wrapper--mt-lg {
  margin-top: 8rem;
}
#top .rpce-flex__wrapper--mb-xs {
  margin-bottom: 2rem;
}
#top .rpce-flex__wrapper--mb-sm {
  margin-bottom: 4rem;
}
#top .rpce-flex__wrapper--mb-md {
  margin-bottom: 6rem;
}
#top .rpce-flex__wrapper--mb-lg {
  margin-bottom: 8rem;
}

#top .rpce-box {
  display: flex;
  flex-flow: column;
  padding: 4rem;
  border-radius: 10px;
  background: #29313a;
}
#top .rpce-box--accent {
  background: #a4c337;
}
#top .rpce-box--outline {
  background: white;
  border: 1px solid #f8f8f8;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
#top .rpce-box__headline {
  color: white;
}
#top .rpce-box--outline .rpce-box__headline {
  color: #29313a;
}
#top .rpce-box__text {
  margin-bottom: 2rem;
  color: white;
}
#top .rpce-box--outline .rpce-box__text {
  color: #29313a;
}
#top .rpce-box__btn {
  width: fit-content;
  margin-top: auto;
  align-self: flex-end;
  padding: 0.8rem 1.6rem;
  font-size: 1.6rem;
  font-weight: 600;
  cursor: pointer;
  border-radius: 10px;
  color: #29313a;
  background: white;
  border: 2px solid white;
  transition: color 0.3s ease, background 0.3s ease, transform 0.2s ease;
}
#top .rpce-box__btn:hover {
  text-decoration: none;
  transform: scale(1.02);
  color: white;
  background: #29313a;
}
#top .rpce-box--accent .rpce-box__btn:hover {
  color: white;
  background: #a4c337;
}
#top .rpce-box--outline .rpce-box__btn {
  color: white;
  background: #29313a;
  border: 2px solid #29313a;
}
#top .rpce-box--outline .rpce-box__btn:hover {
  color: #29313a;
  background: white;
}

#top .rpce-links {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: fit-content;
}
#top .rpce-links__item {
  background: unset;
  padding-left: unset;
}
#top .rpce-links__link {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  color: #29313a;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 600;
  text-transform: uppercase;
  transition: transform 0.2s ease;
}
#top .rpce-links__link:after {
  content: "▶";
  display: inline-block;
  font: 75%/1 "Rocksolid Icons";
  color: #a4c337;
}
#top .rpce-links__link:hover {
  transform: scale(1.02);
}

#top .rpce-video {
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}
#top .rpce-video__wrapper {
  position: relative;
  border-radius: 10px;
  aspect-ratio: var(--aspect-ratio, 16/9);
  overflow: hidden;
  cursor: pointer;
}
#top .rpce-video__wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #29313a;
  opacity: 0.7;
  pointer-events: none;
  transition: 0.2s ease opacity;
}
#top .rpce-video__wrapper:after {
  content: "▶";
  font-family: "Rocksolid Icons";
  font-size: 8rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  opacity: 0.7;
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
  pointer-events: none;
  transition: 0.2s ease opacity;
}
#top .rpce-video__wrapper:has(.rpce-video--playing):before, #top .rpce-video__wrapper:has(.rpce-video--playing):after {
  opacity: 0;
}

#top .rpce-bild {
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: var(--fit, cover);
}
#top .rpce-bild__wrapper {
  border-radius: 10px;
  overflow: hidden;
}

#top .rpce-logo-slider {
  display: flex;
  flex-flow: column;
  gap: 1rem;
  margin: auto;
  max-width: 1500px;
  padding-left: 5%;
  padding-right: 5%;
}
@media (min-width: 351px) {
  #top .rpce-logo-slider {
    padding-left: 3.2rem;
    padding-right: 3.2rem;
  }
}
#top .rpce-logo-slider__headline {
  font-size: 1.6rem;
  font-weight: 600;
  align-self: center;
}
#top .rpce-logo-slider__image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  margin: 10px;
  background: white;
  border: 1px solid #f8f8f8;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  transform: translateY(0) scale(1);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
#top .rpce-logo-slider__image-wrapper:hover {
  transform: translateY(-5px) scale(1.02);
  box-shadow: 2px 6px 8px rgba(0, 0, 0, 0.15);
}
#top .rpce-logo-slider__image-wrapper:hover .rpce-logo-slider__image {
  filter: saturate(1);
}
#top .rpce-logo-slider__image {
  width: 100px;
  height: 100px;
  object-fit: contain;
  filter: saturate(0);
  transition: filter 0.2s ease;
}
#top .rpce-logo-slider__wrapper--mt-xs {
  margin-top: 2rem;
}
#top .rpce-logo-slider__wrapper--mt-sm {
  margin-top: 4rem;
}
#top .rpce-logo-slider__wrapper--mt-md {
  margin-top: 6rem;
}
#top .rpce-logo-slider__wrapper--mt-lg {
  margin-top: 8rem;
}
#top .rpce-logo-slider__wrapper--mb-xs {
  margin-bottom: 2rem;
}
#top .rpce-logo-slider__wrapper--mb-sm {
  margin-bottom: 4rem;
}
#top .rpce-logo-slider__wrapper--mb-md {
  margin-bottom: 6rem;
}
#top .rpce-logo-slider__wrapper--mb-lg {
  margin-bottom: 8rem;
}

#top .rpce-hero-slider__wrapper--mt-xs {
  margin-top: 2rem;
}
#top .rpce-hero-slider__wrapper--mt-sm {
  margin-top: 4rem;
}
#top .rpce-hero-slider__wrapper--mt-md {
  margin-top: 6rem;
}
#top .rpce-hero-slider__wrapper--mt-lg {
  margin-top: 8rem;
}
#top .rpce-hero-slider__wrapper--mb-xs {
  margin-bottom: 2rem;
}
#top .rpce-hero-slider__wrapper--mb-sm {
  margin-bottom: 4rem;
}
#top .rpce-hero-slider__wrapper--mb-md {
  margin-bottom: 6rem;
}
#top .rpce-hero-slider__wrapper--mb-lg {
  margin-bottom: 8rem;
}