.PortalsOpener-head {
  background: white !important;
  order: 2;
}
@media (min-width: 992px) {
  .PortalsOpener-head {
    order: 0;
    background: transparent !important;
    margin-top: 0;
  }
}

.PortalsOpener-media {
  background: #444444 !important;
}
@media (min-width: 992px) {
  .PortalsOpener-media {
    min-height: 581px;
  }
}
@media (min-width: 1200px) {
  .PortalsOpener-media {
    min-height: 650px;
  }
}
@media (min-width: 1400px) {
  .PortalsOpener-media {
    min-height: 700px;
  }
}
@media (min-width: 1600px) {
  .PortalsOpener-media {
    min-height: 850px;
  }
}
.PortalsOpener-media img {
  opacity: 1 !important;
  max-height: calc(100vh - 105px) !important;
  height: 100%;
  -o-object-position: right bottom;
     object-position: right bottom;
}
@media (min-width: 992px) {
  .PortalsOpener-media img {
    min-height: 581px;
  }
}
@media (min-width: 993px) {
  .PortalsOpener-media img {
    float: right;
  }
}
@media (min-width: 1200px) {
  .PortalsOpener-media img {
    min-height: 650px;
  }
}
@media (min-width: 1400px) {
  .PortalsOpener-media img {
    min-height: 700px;
  }
}
@media (min-width: 1600px) {
  .PortalsOpener-media img {
    min-height: 850px;
  }
}

.PortalsOpener-container {
  position: relative;
}
@media (min-width: 992px) {
  .PortalsOpener-container .text-black {
    color: white !important;
  }
}
@media (max-width: 991px) {
  .PortalsOpener-container {
    display: flex !important;
    flex-direction: column !important;
  }
}
@media (min-width: 1200px) {
  .PortalsOpener-container .max-w-custom {
    max-width: 700px;
  }
}
@media (min-width: 1200px) {
  .PortalsOpener-container .p-custom {
    font-size: 25px !important;
    line-height: 33px !important;
  }
}
@media (min-width: 1400px) {
  .PortalsOpener-container .p-custom {
    font-size: 30px !important;
    line-height: 38px !important;
  }
}

.PortalsOpener-content {
  background: white !important;
}
.PortalsOpener-content .text-white {
  color: black !important;
}
@media (min-width: 992px) {
  .PortalsOpener-content {
    margin-top: 0 !important;
    margin-bottom: 0px !important;
    background: transparent !important;
  }
  .PortalsOpener-content .text-white {
    color: white !important;
  }
}

.custom-nav {
  position: relative;
  z-index: 2;
  background: #fff;
}
.custom-nav .text-black {
  color: black !important;
}

.keyvisual-bg {
  background-image: url("/media/image/Keyvisual.png");
  background-size: cover;
  background-position: right;
  height: 250px;
  width: 100%;
  position: relative;
}
@media (min-width: 768px) {
  .keyvisual-bg {
    height: 80svh;
    position: absolute;
  }
}
@media (min-width: 1200px) {
  .keyvisual-bg {
    height: 65svh;
  }
}
@media (min-width: 1400px) {
  .keyvisual-bg {
    background-image: url("/media/image/Keyvisual.png");
    height: calc(100svh - 90px);
  }
}

.footer-img {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .footer-img {
    background-image: url("/media/image/footer-card-bg.png");
  }
}
@media (min-width: 1200px) {
  .footer-img {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }
}
@media (min-width: 1200px) {
  .footer-img {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }
}

@media (min-width: 768px) {
  .row-fluid-md {
    width: calc(100% + 12px + (100vw - 100%) / 2);
  }
}

@media (min-width: 768px) {
  .container-fluid-md {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
}

.overlay-bg {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 768px) {
  .overlay-bg .text-white {
    color: black !important;
  }
}
@media (min-width: 768px) {
  .overlay-bg.-header {
    background: transparent;
    height: 80svh;
  }
}
@media (min-width: 1400px) {
  .overlay-bg.-header {
    height: calc(100svh - 90px);
  }
}

.interactive-wrapper span.small {
  margin-top: 10px !important;
}
@media (max-width: 768px) {
  .interactive-wrapper .scroll-wrapper {
    flex-wrap: nowrap;
    overflow: scroll;
  }
}
.interactive-wrapper .content-container {
  overflow: hidden;
  position: relative;
}
.interactive-wrapper .content-item {
  display: none;
  width: 100%;
  top: 0;
  left: 0;
  transition: transform 0.5s ease-in-out, opacity 0.3s ease;
  opacity: 0;
  transform: translateX(-100%);
}
.interactive-wrapper .content-item.active {
  display: block;
  opacity: 1;
  transform: translateX(0);
}
.interactive-wrapper .content-item.exiting {
  transform: translateX(-100%);
  opacity: 0;
}
.interactive-wrapper .overlay-container {
  position: relative;
}
.interactive-wrapper .overlay-container img {
  border-radius: 15px;
}
@media (max-width: 768px) {
  .interactive-wrapper .overlay-container {
    border-radius: 15px;
  }
}
.interactive-wrapper .overlay-container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
  transition: all 0.3s ease;
  pointer-events: none;
  margin: 0 4px;
  border-radius: 15px;
}
.interactive-wrapper .overlay-container.active-overlay::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.4) 85%);
  pointer-events: none;
}
.interactive-wrapper .image-caption {
  z-index: 2;
  pointer-events: none;
}
.interactive-wrapper .hover-trigger {
  display: block;
  width: 100%;
  height: auto;
}

.bg-shadow {
  box-shadow: 0px 9px 12px 3px rgba(0, 0, 0, 0.15);
}

.interactive-slider .swiper-container {
  min-height: 100%;
}
.interactive-slider .slider-wrapper {
  padding: 50px 0 100px 50px;
}
.interactive-slider .slider-wrapper .swiper-slide {
  height: auto;
  width: 80%;
}
.interactive-slider .slider-wrapper .swiper-slide .slider-box {
  min-height: 100%;
  border: 1px solid black;
  border-radius: 15px;
  padding: 30px;
  height: 100%;
}
.interactive-slider .slider-wrapper .swiper-slide .slider-box img {
  max-height: 64px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
}
.interactive-slider .swiper-navigation {
  bottom: 25px;
  left: 50px;
}
.interactive-slider .swiper-navigation .swiper-button-prev,
.interactive-slider .swiper-navigation .swiper-button-next {
  position: relative !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  bottom: auto !important;
  margin: 0 !important;
  width: auto !important;
  height: auto !important;
}
.interactive-slider .swiper-navigation .swiper-button-prev:after,
.interactive-slider .swiper-navigation .swiper-button-next:after {
  display: none;
}

.sprechblase-wrapper {
  filter: drop-shadow(0px 6px 12px rgba(0, 0, 0, 0.15));
  display: inline-block;
  margin-bottom: 5px;
}
.sprechblase-wrapper .sprechblase {
  background: white;
  clip-path: polygon(0% 0%, 100% 0%, 100% 87%, 26% 87%, 11% 100%, 14% 87%, 0 87%);
  padding: 20px;
  padding-bottom: 45px;
}

.chrome {
  background: linear-gradient(90deg, #FFFFFF 35%, #999999 50%, #FFFFFF 65%);
  background-size: 200% auto;
  color: #000;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shine 3s ease-in-out infinite;
}
@keyframes shine {
  to {
    background-position: -200% center;
  }
}

@media (max-width: 992px) {
  .chrome-dark {
    background: linear-gradient(90deg, #000 35%, #666666 50%, #000 65%);
    background-size: 200% auto;
    color: #fff;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine 3s ease-in-out infinite;
  }
  @keyframes shine {
    to {
      background-position: -200% center;
    }
  }
}
@media (min-width: 992px) {
  .chrome-dark {
    background: linear-gradient(90deg, #FFFFFF 35%, #666666 50%, #FFFFFF 65%);
    background-size: 200% auto;
    color: #000;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine 3s ease-in-out infinite;
  }
  @keyframes shine {
    to {
      background-position: -200% center;
    }
  }
}

.testimonials img {
  max-width: 91px;
  max-height: 91px;
}

@media (min-width: 992px) {
  .px-lg-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 768px) {
  .custom-rounded {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }
}
@media (min-width: 768px) {
  .custom-rounded {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
  }
}
@media (max-width: 768px) {
  .custom-rounded {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
  }
}
@media (min-width: 768px) {
  .custom-rounded {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
  }
}
@media (max-width: 768px) {
  .custom-rounded .rounded-left {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border: 1px solid #333;
  }
}
@media (min-width: 768px) {
  .custom-rounded .rounded-left {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
  }
}
@media (min-width: 1200px) {
  .custom-rounded .rounded-left {
    padding: 75px !important;
  }
}
@media (max-width: 768px) {
  .custom-rounded .rounded-right {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
  }
}
@media (min-width: 768px) {
  .custom-rounded .rounded-right {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
  }
}
@media (min-width: 1200px) {
  .custom-rounded .rounded-right {
    padding: 75px !important;
  }
}

.radial-before {
  position: relative;
}
@media (min-width: 992px) {
  .radial-before:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(270.38deg, rgba(0, 0, 0, 0) 36.88%, rgba(0, 0, 0, 0.2) 56.21%);
    z-index: 0;
  }
}

.radial-bg {
  position: relative;
}
@media (min-width: 768px) {
  .radial-bg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(49.09% 49.09% at 50% 50%, #FFFFFF 44.22%, rgba(255, 255, 255, 0) 100%);
    z-index: -1;
  }
}

.py-custom {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .py-custom {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
@media (min-width: 1400px) {
  .py-custom {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.pt-custom {
  padding-top: 30px;
}
@media (min-width: 768px) {
  .pt-custom {
    padding-top: 75px;
  }
}
@media (min-width: 1400px) {
  .pt-custom {
    padding-top: 100px;
  }
}

.btn {
  border: 0px !important;
  padding: 18px 45px;
}

.display-headline {
  font-size: 31px !important;
}
.display-headline .small {
  font-size: 24px !important;
}
@media (min-width: 992px) {
  .display-headline {
    font-size: 35px !important;
  }
}
@media (min-width: 1200px) {
  .display-headline {
    font-size: 50px !important;
  }
}
@media (min-width: 1600px) {
  .display-headline {
    font-size: 80px !important;
    line-height: 80px;
  }
}

.display-6 {
  font-size: 31px !important;
  line-height: 1 !important;
}
.display-6 .small {
  font-size: 24px !important;
}
@media (min-width: 768px) {
  .display-6 {
    font-size: 30px !important;
  }
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 35px !important;
  }
}

.display-7 {
  font-size: 18px !important;
  line-height: 1 !important;
}
@media (min-width: 768px) {
  .display-7 {
    font-size: 23px !important;
  }
}
@media (min-width: 1200px) {
  .display-7 {
    font-size: 25px !important;
  }
}

.breakout-right {
  position: relative;
}
@media (min-width: 1200px) {
  .breakout-right {
    padding: 75px;
  }
}
@media (min-width: 1400px) {
  .breakout-right {
    padding-right: 12px;
  }
}
@media (min-width: 1400px) {
  .breakout-right:before {
    content: "";
    position: absolute;
    top: 0;
    right: 3px;
    height: 100%;
    width: calc((100vw - 1410px) / 2);
    transform: translateX(100%);
    background-color: white;
  }
}

@media (min-width: 992px) {
  footer ul {
    display: flex !important;
    flex-direction: row !important;
    justify-content: center;
  }
}
@media (min-width: 992px) {
  footer ul li {
    border-bottom: none !important;
  }
}

ol {
  padding-left: 1rem;
}

@media (min-width: 1400px) {
  .column-count-lg-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .column-count-lg-2 #email {
    margin-top: 3px;
  }
}

.win-form {
  border: none;
  box-shadow: none;
  background: none;
}
@media (min-width: 1400px) {
  .win-form.col-split {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
.win-form .form-check-label, .win-form .accordion-item, .win-form .accordion-button {
  color: #333;
  font-size: 14px !important;
}
.win-form .form-check-label a, .win-form .accordion-item a, .win-form .accordion-button a {
  font-size: 14px !important;
}
.win-form .form-floating {
  background-color: transparent !important;
  border: 0px !important;
  font-weight: 400;
}
.win-form .form-floating > .form-control:not(:-moz-placeholder-shown) ~ label:after {
  background: transparent !important;
}
.win-form .form-floating > .form-control:not(:placeholder-shown) ~ label:after {
  background: transparent !important;
}
.win-form .form-floating label {
  background-color: transparent !important;
  background: transparent !important;
}
.win-form .form-floating .form-select, .win-form .form-floating .form-control {
  background-color: transparent !important;
  border: 0px !important;
  border-radius: 0 !important;
  border-bottom: 1px solid #CCCCCC !important;
}
.win-form .form-floating .dropdown-toggle.bs-placeholder {
  color: #333;
  font-weight: 400;
}

.faq p, .real p, .imprint p, .dse p {
  margin-bottom: 5px;
}
.faq p:has(strong), .faq p.fw-bold, .real p:has(strong), .real p.fw-bold, .imprint p:has(strong), .imprint p.fw-bold, .dse p:has(strong), .dse p.fw-bold {
  margin-top: 30px;
}

.teilnahmebedingung ol {
  margin-top: 30px;
}
.teilnahmebedingung p:has(strong) {
  margin-top: 30px;
}

.list-with-check {
  list-style: none;
}
.list-with-check li {
  position: relative;
}
.list-with-check svg {
  left: -27px;
  top: 4px;
  position: absolute;
}

p, a.btn-link, ul, .form-control {
  font-size: 18px !important;
  line-height: 28px !important;
}
p.lead, a.btn-link.lead, ul.lead, .form-control.lead {
  font-size: rem(19px);
}

.btn-outline-light {
  border: 1px solid white !important;
}
@media (max-width: 356px) {
  .btn-outline-light {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }
}
@media (min-width: 357px) and (max-width: 445px) {
  .btn-outline-light {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}

.interactive-slider .slider-links p {
  color: #B3B3B3;
  cursor: pointer;
  text-decoration: none;
  font-weight: medium;
  transition: color 0.3s ease-in-out, font-weight 0.3s ease-in-out;
  position: relative;
}
.interactive-slider .slider-links p i {
  display: inline-block;
  transform: translateX(-10px);
  opacity: 0;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.interactive-slider .slider-links p:hover {
  color: #333;
  font-weight: bold;
}
.interactive-slider .slider-links p.active-link {
  color: black;
  font-weight: bold;
}
.interactive-slider .slider-links p.active-link i {
  transform: translateX(5px);
  opacity: 1;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

p, a.btn-link, ul, .form-control, a, ul, ol, li {
  font-size: 16px !important;
  line-height: 23.04px !important;
}

@media (min-width: 1200px) {
  p, a.btn-link, ul, .form-control, a, ul, ol, li {
    font-size: 18px !important;
    line-height: 25.92px !important;
  }
}
@media (min-width: 992px) {
  .text-lg-white {
    color: white !important;
  }
}

.top-number {
  font-size: 0.8em;
  position: relative;
  top: -0.3em;
  display: inline-block;
  margin-right: 2px;
}
.top-number.smaller {
  font-size: 0.6em;
  top: -0.5em;
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
}

.text-align-left {
  text-align: left !important;
}

span.small {
  display: block;
  font-size: 12px !important;
  line-height: 16px !important;
  margin-top: 5px;
}

@media (max-width: 992px) {
  .overflow-scroll-md {
    overflow-x: scroll;
  }
}

.easy-btn {
  border: white 1px solid !important;
}

.text-right {
  text-align: right;
}

@media (min-width: 1600px) {
  .offset-xxxl-0 {
    margin-left: 0px;
  }
}

.badge-circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 189px;
  height: 164px;
  border-bottom-right-radius: 100%;
  z-index: 999;
  display: flex;
  justify-content: start;
  align-items: start;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
@media (min-width: 355px) {
  .badge-circle {
    width: 220px;
    height: 165px;
  }
}
@media (min-width: 768px) {
  .badge-circle {
    width: 300px;
    height: 250px;
  }
}
@media (min-width: 1600px) {
  .badge-circle {
    width: 400px;
    height: 350px;
  }
}
.badge-circle div {
  transform: rotate(-16deg);
  padding-left: 10%;
  padding-top: 12%;
}
.badge-circle div span {
  line-height: 1.3em !important;
}
@media (min-width: 768px) {
  .badge-circle div span {
    font-size: 30px !important;
  }
}
@media (min-width: 1600px) {
  .badge-circle div span {
    font-size: 43px !important;
  }
}
@media (min-width: 768px) {
  .badge-circle div small {
    font-size: 16px !important;
  }
}
@media (min-width: 1600px) {
  .badge-circle div small {
    font-size: 19px !important;
  }
}

.clamp-headline {
  font-size: clamp(30px, 4.375vw + 16px, 50px);
}
