@charset "UTF-8";
.PortalsOpener-head {
  background: white !important;
  order: 2;
}
@media (min-width: 992px) {
  .PortalsOpener-head {
    order: 0;
    background: transparent !important;
    margin-top: 0;
  }
}
.PortalsOpener-head h1 span, .PortalsOpener-head h2 span {
  display: block;
}
.PortalsOpener-head span.small {
  display: block;
  font-size: 12px;
  margin-top: 5px;
}

.PortalsOpener-media {
  background: #ff913f !important;
}
@media (max-width: 991px) {
  .PortalsOpener-media {
    background: transparent !important;
  }
}
.PortalsOpener-media img {
  opacity: 1 !important;
  max-height: calc(100vh - 96px) !important;
  height: 100%;
  -o-object-position: right;
     object-position: right;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 2;
  position: relative;
}

.PortalsOpener-container {
  position: relative;
}
@media (max-width: 991px) {
  .PortalsOpener-container {
    display: flex !important;
    flex-direction: column !important;
  }
}
.PortalsOpener-container.vorschaltseite-wrapper {
  flex-direction: column-reverse !important;
}
@media (min-width: 992px) {
  .PortalsOpener-container picture {
    max-width: 55%;
    display: block;
    float: right;
  }
}

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

.radial-before {
  position: relative;
}
.radial-before:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #B54DE8 31.53%, #FD9140 78.01%) !important;
  z-index: 0;
  pointer-events: none;
}

.white-bg {
  position: relative;
  z-index: 2;
}
.white-bg:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 25px;
  pointer-events: none;
}
.navi-shadow {
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.15);
}
.navi-shadow img {
  max-height: 48px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 992px) {
  .navi-shadow img {
    height: 35px;
  }
}

.custom-nav {
  position: relative;
  z-index: 2;
  background: #444444;
}
.custom-nav a {
  color: white !important;
}
@media (min-width: 992px) {
  .custom-nav {
    width: 100%;
    bottom: 0;
    background: transparent;
  }
  .custom-nav .row {
    border-top: 1px solid white;
  }
}

.phone-mockup {
  position: sticky;
  top: 20px;
}

.testimonials {
  background-color: #B1B2B3;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}
.testimonials img {
  max-width: 91px;
  max-height: 91px;
}

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

.btn {
  border: 0px !important;
  padding: 16px 32px;
}
@media (min-width: 1200px) {
  .btn {
    padding: 18px 45px;
  }
}
@media (min-width: 1200px) {
  .btn.small-btn {
    padding: 16px 32px;
  }
}

.display-6 {
  font-weight: 600;
  font-size: 18px !important;
  line-height: 28px !important;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 30px !important;
    line-height: 38px !important;
  }
}

.display-7 {
  font-size: 18px !important;
  line-height: 28px !important;
}
@media (min-width: 1200px) {
  .display-7 {
    font-size: 30px !important;
    line-height: 38px !important;
  }
}

.display-8 {
  font-size: 18px !important;
  line-height: 28px !important;
}
@media (min-width: 1200px) {
  .display-8 {
    font-size: 20px !important;
    line-height: 28px !important;
  }
}

.breakout-right {
  position: relative;
}
@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: 1200px) {
  footer ul {
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
  }
}
@media (min-width: 1200px) {
  footer ul li {
    border-bottom: none !important;
  }
}

ol {
  padding-left: 1rem;
}

.win-form {
  border: none;
  box-shadow: none;
  background: none;
}
.win-form *:not(.popover-btn) {
  font-size: 16px !important;
}
.win-form .custom-pm {
  margin-top: 49px;
  padding-top: 34px;
}
.win-form .custom-mt {
  margin-top: 31px;
}
.win-form .form-floating {
  background-color: transparent !important;
  border: 0px !important;
  font-weight: 500;
}
.win-form .form-floating .select-customized {
  padding-top: 16px !important;
}
.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: 500;
}

.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;
  padding-left: 0px !important;
}

.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, a, ul, ol, li, button {
  font-size: 13px !important;
  line-height: 23px !important;
}
@media (min-width: 1200px) {
  p, a.btn-link, ul, .form-control, a, ul, ol, li, button {
    font-size: 18px !important;
    line-height: 28px !important;
  }
}
p.small, a.btn-link.small, ul.small, .form-control.small, a.small, ul.small, ol.small, li.small, button.small {
  font-size: 11px !important;
  line-height: 21px !important;
}
@media (min-width: 1200px) {
  p.small, a.btn-link.small, ul.small, .form-control.small, a.small, ul.small, ol.small, li.small, button.small {
    font-size: 13px !important;
    line-height: 23px !important;
  }
}

.small-hl {
  font-size: 16px !important;
  line-height: 26px !important;
}
@media (min-width: 1200px) {
  .small-hl {
    font-size: 20px !important;
    line-height: 30px !important;
  }
}

.text-grey {
  color: #565656;
}

@media (min-width: 992px) {
  .border-lg-0 {
    border-top: 0 !important;
  }
}

.z-index-1 {
  position: relative;
  z-index: 1;
}

.z-index-3 {
  position: relative;
  z-index: 3;
}

.iban-de {
  border: 0;
  border-bottom: 1px solid #CCCCCC !important;
  border-right: 1px solid #CCCCCC !important;
  border-radius: 0 !important;
}

.tooltip-wrapper {
  position: relative;
}
.tooltip-wrapper .info-icon {
  position: absolute;
  z-index: 99;
  top: 10px;
  right: 18px;
  cursor: pointer;
  font-size: 18px;
}

.share-buttons {
  display: flex;
  justify-content: start;
  gap: 15px;
}
.share-buttons .share-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #0077B5; /* LinkedIn Blau als Beispiel */
  color: white;
  text-decoration: none;
  transition: background-color 0.3s ease;
  font-size: 20px !important;
}
.share-buttons .share-button:hover {
  opacity: 0.8;
}
.share-buttons .share-button.facebook {
  background-color: #1877F2; /* Aktuelles Facebook Blau */
}
.share-buttons .share-button.x {
  background-color: #000000; /* X Schwarz */
}
.share-buttons .share-button.linkedin {
  background-color: #0A66C2; /* Aktuelles LinkedIn Blau */
}
.share-buttons .share-button.xing {
  background-color: #006567; /* Xing Grün */
}
.share-buttons .share-button.email {
  background-color: #ee0000; /* E-Mail Rot */
}

.skip-to-content-link {
  position: fixed;
  top: -200px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  color: #000;
  padding: 10px 20px;
  border: 2px solid #0047FF;
  z-index: 1000;
  text-decoration: none;
  font-style: italic;
  transition: top 0.3s ease-in-out;
}

.skip-to-content-link:focus {
  top: 0px;
  color: #000;
}

.swiper-button-prev {
  color: #333333 !important;
  transform: translateX(-42%);
}

.swiper-button-next {
  color: #333333 !important;
  transform: translateX(42%);
}

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

.swiper-notification {
  display: none;
}
