.elementor-kit-7{--e-global-color-primary:#000000;--e-global-color-secondary:#4A4A4A;--e-global-color-text:#FFFFFF;--e-global-color-accent:#BFA98A;--e-global-color-background:#000000;--e-global-color-backgroundAccent:#4A4A4A;--e-global-color-transparent:#00000000;--e-global-typography-primary-font-family:"Noto Serif";--e-global-typography-primary-font-size:24px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Noto Serif";--e-global-typography-secondary-font-size:20px;--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Noto Sans";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.5em;--e-global-typography-accent-font-family:"Noto Sans";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:400;--e-global-typography-accent-line-height:1.5em;--e-global-typography-heading_xl-font-family:"Playfair Display SC";--e-global-typography-heading_xl-font-size:56px;--e-global-typography-heading_xl-font-weight:600;--e-global-typography-heading_xl-line-height:1.2em;--e-global-typography-heading_l-font-family:"Playfair Display";--e-global-typography-heading_l-font-size:48px;--e-global-typography-heading_l-font-weight:600;--e-global-typography-heading_l-line-height:1.2em;--e-global-typography-heading_m-font-family:"Playfair Display";--e-global-typography-heading_m-font-size:40px;--e-global-typography-heading_m-font-weight:600;--e-global-typography-heading_m-line-height:1.2em;--e-global-typography-heading_s-font-family:"Noto Serif";--e-global-typography-heading_s-font-size:18px;--e-global-typography-heading_s-font-weight:500;--e-global-typography-body_s-font-family:"Noto Sans";--e-global-typography-body_s-font-size:14px;--e-global-typography-body_s-font-weight:400;--e-global-typography-body_s-line-height:1.5em;background-color:var( --e-global-color-background );}.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{background-color:transparent;background-image:radial-gradient(at center center, #EED481 0%, #C9961A 100%);box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5);}.elementor-kit-7 button:hover,.elementor-kit-7 button:focus,.elementor-kit-7 input[type="button"]:hover,.elementor-kit-7 input[type="button"]:focus,.elementor-kit-7 input[type="submit"]:hover,.elementor-kit-7 input[type="submit"]:focus,.elementor-kit-7 .elementor-button:hover,.elementor-kit-7 .elementor-button:focus{background-color:#5E5C5C;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 h1{font-size:1px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header .site-branding .site-logo img{width:0px;max-width:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-7{--e-global-typography-primary-font-size:22px;--e-global-typography-secondary-font-size:18px;--e-global-typography-heading_xl-font-size:48px;--e-global-typography-heading_l-font-size:40px;--e-global-typography-heading_m-font-size:32px;--e-global-typography-heading_s-font-size:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-7{--e-global-typography-primary-font-size:18px;--e-global-typography-secondary-font-size:16px;--e-global-typography-heading_xl-font-size:40px;--e-global-typography-heading_l-font-size:32px;--e-global-typography-heading_m-font-size:32px;--e-global-typography-heading_s-font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.lux-cards-wrap {
  background: #000;
  padding: 40px 20px 80px;
}

.lux-cards {
  max-width: 1080px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(280px, 1fr));
  gap: 26px;
  justify-content: center;
}

.lux-card {
  perspective: 1400px;
}

.lux-card-inner {
  position: relative;
  width: 100%;
  height: 380px;
  transition: transform 0.8s cubic-bezier(.2,.7,.2,1);
  transform-style: preserve-3d;
}

.lux-card:hover .lux-card-inner {
  transform: rotateY(180deg);
}

.lux-card.is-flipped .lux-card-inner {
  transform: rotateY(180deg);
}

.lux-card-front,
.lux-card-back {
  position: absolute;
  inset: 0;
  border-radius: 22px;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Vorderseite */
.lux-card-front {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 28px 24px 20px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0 10px 40px rgba(0,0,0,.35);
}

.lux-card-front::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to top, rgba(0,0,0,.85) 0%, rgba(0,0,0,.35) 35%, rgba(0,0,0,.08) 65%, rgba(0,0,0,.02) 100%);
}

.lux-card-title {
  position: relative;
  z-index: 2;
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.2px;
  max-width: 90%;
  text-wrap: balance;
}

/* Rückseite */
.lux-card-back {
  transform: rotateY(180deg);
  background: #070707;
  border: 1px solid rgba(184, 145, 64, 0.25);
  box-shadow: 0 10px 40px rgba(0,0,0,.35);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 22px;
  padding: 34px 28px;
  text-align: center;
}

.lux-card-text {
  color: #b8a27a;
  font-size: 18px;
  line-height: 1.75;
  max-width: 92%;
}

.lux-readmore {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 145px;
  padding: 12px 24px;
  border-radius: 999px;
  background: linear-gradient(180deg, #f0d27d 0%, #d4af37 100%);
  color: #111 !important;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.3px;
  transition: transform .25s ease, box-shadow .25s ease, opacity .25s ease;
  box-shadow: 0 8px 20px rgba(212,175,55,.18);
}

.lux-readmore:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(212,175,55,.25);
  opacity: 1;
}

/* Eigene Bilder pro Karte */
.card-1 .lux-card-front {
  background-image: url('/wp-content/uploads/2025/04/card-1.jpg');
}

.card-2 .lux-card-front {
  background-image: url('/wp-content/uploads/2025/04/card-2.jpg');
}

.card-3 .lux-card-front {
  background-image: url('/wp-content/uploads/2025/04/card-3.jpg');
}

.card-4 .lux-card-front {
  background-image: url('/wp-content/uploads/2025/04/card-4.jpg');
}

.card-5 .lux-card-front {
  background-image: url('/wp-content/uploads/2025/04/card-5.jpg');
}

/* Letzte Karte mittig wenn 5 Karten */
.lux-card:last-child {
  grid-column: 1 / -1;
  max-width: 400px;
  width: 100%;
  justify-self: center;
}

/* Mobile */
@media (max-width: 767px) {
  .lux-cards {
    grid-template-columns: 1fr;
    gap: 20px;
    max-width: 420px;
  }

  .lux-card-inner {
    height: 320px;
  }

  .lux-card:hover .lux-card-inner {
    transform: none;
  }

  .lux-card.is-flipped .lux-card-inner {
    transform: rotateY(180deg);
  }

  .lux-card-title {
    font-size: 18px;
  }

  .lux-card-text {
    font-size: 16px;
    line-height: 1.65;
  }

  .lux-card:last-child {
    grid-column: auto;
    max-width: none;
  }
}/* End custom CSS */