@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 span.small {
  display: block;
  font-size: 12px;
  margin-top: 5px;
}

.PortalsOpener-media {
  background: #444444 !important;
}
.PortalsOpener-media img {
  opacity: 1 !important;
  max-height: calc(100vh - 96px) !important;
  height: 100%;
  -o-object-position: right;
     object-position: right;
}
@media (min-width: 993px) {
  .PortalsOpener-media img {
    float: right;
  }
}

.PortalsOpener-container {
  position: relative;
}
@media (max-width: 991px) {
  .PortalsOpener-container {
    display: flex !important;
    flex-direction: column !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;
  }
}

.radial-before {
  position: relative;
}
.radial-before:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.white-bg {
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .white-bg:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 60%;
    transform: translate(-50%, -50%);
    width: 125%;
    height: 100%;
    z-index: -1;
    border-radius: 25px;
    pointer-events: none;
    background: white;
  }
}
@media (min-width: 1400px) {
  .white-bg:before {
    left: 53%;
    width: 105%;
  }
}
@media (min-width: 992px) {
  .white-bg:before .text-white {
    color: black !important;
  }
}
@media (min-width: 992px) {
  .white-bg .text-white {
    color: black !important;
  }
}

.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 .text-white {
  color: white !important;
}
@media (min-width: 992px) {
  .custom-nav {
    width: 100%;
    bottom: 0;
    background: transparent;
  }
  .custom-nav .row {
    border-top: 1px solid white;
  }
}

.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 {
  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: 25px !important;
    line-height: 35px !important;
  }
}

@media (min-width: 768px) {
  .order-md-2 {
    order: 2;
  }
}

@media (min-width: 768px) {
  .order-md-1 {
    order: -1;
  }
}

.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: 39px;
}
.win-form .custom-mt {
  margin-top: 31px;
}
.win-form .dropdown-toggle:focus {
  outline: 1px solid red !important;
}
.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;
}

.sl-overlay {
  position: relative;
}

.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;
}

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

@keyframes moveUpDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px); /* nach oben */
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes rotateLeftRight {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(15deg); /* ca. 15 Grad nach rechts */
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes shakeLeftRight {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-5px); /* leicht nach links */
  }
  100% {
    transform: translateX(0);
  }
}
.container-win {
  position: relative;
}
.container-win .hauptgewinn, .container-win .festivalticket, .container-win .gutscheine {
  position: absolute;
  z-index: 2;
}
.container-win .hauptgewinn {
  top: 0%;
}
.container-win .hauptgewinn.aos-animate {
  animation: shakeLeftRight 5s ease-in-out infinite;
}
@media (max-width: 767px) {
  .container-win .hauptgewinn {
    left: 48.3%;
    width: 35.9%;
  }
}
@media (min-width: 768px) {
  .container-win .hauptgewinn {
    width: 31.9%;
    left: 35.3%;
  }
}
.container-win .festivalticket.aos-animate {
  animation: rotateLeftRight 20s ease-in-out infinite;
}
@media (max-width: 767px) {
  .container-win .festivalticket {
    left: 0%;
    top: -64.8%;
    width: 70.8%;
  }
}
@media (min-width: 768px) {
  .container-win .festivalticket {
    left: 67.2%;
    top: 10.2%;
    width: 32.8%;
  }
}
.container-win .festivalticket:hover, .container-win .festivalticket:focus, .container-win .festivalticket.active {
  content: url("/media/image/festivalticket_hover.png");
  background-size: contain;
  transition: content 0.3s ease;
  z-index: 3;
  animation-play-state: paused;
}
@media (max-width: 767px) {
  .container-win .festivalticket:hover, .container-win .festivalticket:focus, .container-win .festivalticket.active {
    left: -3.5%;
    top: -69.8%;
    width: 80.8%;
  }
}
@media (min-width: 768px) {
  .container-win .festivalticket:hover, .container-win .festivalticket:focus, .container-win .festivalticket.active {
    left: 64.2%;
    top: 8.2%;
    width: 38.8%;
  }
}
.container-win .gutscheine.aos-animate {
  animation: moveUpDown 4s ease-in-out infinite;
}
@media (max-width: 767px) {
  .container-win .gutscheine {
    left: 63.6%;
    top: 65%;
    width: 38.9%;
  }
}
@media (min-width: 768px) {
  .container-win .gutscheine {
    left: 57.6%;
    top: 65%;
    width: 19.9%;
  }
}
.container-win .gutscheine:hover, .container-win .gutscheine:focus, .container-win .gutscheine.active {
  content: url("/media/image/gutscheine_hover.png");
  background-size: contain;
  transition: content 0.3s ease;
  z-index: 3;
  animation-play-state: paused;
}
@media (max-width: 767px) {
  .container-win .gutscheine:hover, .container-win .gutscheine:focus, .container-win .gutscheine.active {
    left: 60%;
    top: 63%;
    width: 45%;
  }
}
@media (min-width: 768px) {
  .container-win .gutscheine:hover, .container-win .gutscheine:focus, .container-win .gutscheine.active {
    left: 55.6%;
    top: 63%;
    width: 23.9%;
  }
}

@media (min-width: 992px) {
  .column-count-lg-2 {
    -moz-column-count: 2;
         column-count: 2;
  }
}
.sparkassen-overlay {
  background-color: white;
  padding: 10px 5px;
  box-sizing: content-box;
  z-index: 4;
  position: absolute;
  top: 6px;
  left: 13px;
}

.img-text {
  margin-bottom: 0px;
}
@media (min-width: 451px) {
  .img-text {
    position: absolute;
    left: 35%;
    bottom: 72%;
  }
}

.inside-transparent .filter-option-inner-inner {
  color: transparent;
}

@media (max-width: 991px) {
  .lightbox .top-0 {
    top: -100px !important;
    transform: translateY(50px);
  }
}

.modal-content {
  background-color: white !important;
  border: 0 !important;
}
.modal-content h5 {
  font-weight: 700;
}
@media (min-width: 1440px) {
  .modal-content h5 {
    font-size: 22px !important;
  }
}
.modal-content:before {
  display: none;
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5); /* Schwarze Verdunkelung mit 50% Transparenz */
  z-index: -1; /* Hinter dem Inhalt des Elterncontainers */
  pointer-events: none;
}
.modal-content .lightbox-caption {
  color: #333333 !important;
}

.custom-modal {
  background-color: rgba(0, 0, 0, 0.5); /* Schwarze Verdunkelung mit 50% Transparenz */
  z-index: 99;
}

.modal.lightbox {
  background-color: rgba(0, 0, 0, 0.5); /* Schwarze Verdunkelung mit 50% Transparenz */
  z-index: 99;
}

.modal-backdrop {
  display: none;
}

.modal-dialog {
  width: 95% !important;
  max-width: 720px !important;
}

.dropdown.bootstrap-select.form-control.form-select.select-customized {
  padding: 1rem !important;
}

.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;
}

@media (min-width: 1200px) {
  .text-nowrap-lg {
    white-space: nowrap;
  }
}

.tooltip-wrapper {
  position: relative;
}
.tooltip-wrapper .info-icon {
  position: absolute;
  top: 21px;
  right: 16px;
  cursor: pointer;
  font-size: 18px;
}

.gb-wrapper {
  /* Verhindert das Standard-Kalender-Icon in modernen Browsern */
  /* Verhindert das Standard-Kalender-Icon */
  /* Sorgt dafür, dass das gesamte Feld interaktiv aussieht */
}
.gb-wrapper input[type=date].no-calendar-icon::-webkit-calendar-picker-indicator {
  display: none; /* Versteckt das Icon in Chrome, Edge, Safari */
}
.gb-wrapper input[type=date].no-calendar-icon {
  -webkit-appearance: none; /* Entfernt das Icon in Chrome und Safari */
  -moz-appearance: textfield; /* Entfernt das Icon in Firefox */
  appearance: none; /* Allgemeine Entfernung des Icons */
  cursor: pointer; /* Setzt den Cursor auf "Pointer", damit klar ist, dass es klickbar ist */
}
.gb-wrapper input[type=date] {
  -webkit-appearance: none; /* Für Chrome/Safari */
  -moz-appearance: textfield; /* Für Firefox */
  appearance: none; /* Allgemein */
  cursor: pointer; /* Zeigt, dass das Feld klickbar ist */
}
.gb-wrapper .no-calendar-icon {
  width: 100%;
  height: 100%;
  cursor: pointer;
}

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

.modal-body .dropdown-menu {
  max-width: 100%;
}
