/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme
Template: hello-elementor
*/

/* RESET & GLOBAL BASELINE */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%; 
  scroll-behavior: smooth;
}

body {
  height: 100%;
  font-family: inherit;
  line-height: 1.5;
  overflow-x: hidden;
  background-color: #fff;
  color: #000;
}

/* MEDIA ELEMENTS */

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

/* TYPOGRAPHY */

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  line-height: 1.2;
}

p {
  margin-bottom: 1.6rem;
}

strong, b {
  font-weight: 700 !important;
}

/* FORMS */

input, button, textarea, select {
  font: inherit;
  border: none;
  outline: none;
  background: none;
}

/* LINKS */

a {
  color: inherit;
  text-decoration: none;
}

/* BUTTONS */

button {
  cursor: pointer;
}

/* TABLES */

table {
  border-collapse: collapse;
  width: 100%;
}

ul {
    padding-left: 25px;
    list-style: disc;
}

/* ========================================================
 VERSTECKTE SEO H1 ÜBERSCHRIFT
======================================================== */

.seo_h1 {
  position: absolute;
  left: -9999px;
}

/* ========================================================
 HEADER VOLLE HÖHE
======================================================== */

.fullscreen-container {
    min-height: 100vh;   /* Fallback für ältere Browser */
    min-height: 100svh;  /* Moderne Browser – korrekt auf Mobile */
    display: flex;
}

/* ========================================================
   BUTTON BASE (ALLE BUTTONS – EINHEITLICH)
======================================================== */
.wdb-btn-standard .elementor-button,
a.wdb-btn-standard,
.wdb-btn-dunkel .elementor-button,
.wdb-btn-red,
.wdb-btn-green,
.wdb-btn-balken,
.wdb-btn-forestgreen {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    min-height: 50px;
    max-height: 50px;
    padding: 0 15px;
    box-sizing: border-box;
    font-family: "Neue Haas Unica W1G", sans-serif;
    font-size: clamp(2.2rem, 1.126rem + 0.0896vw, 2.5rem);
    font-weight: 900;
    line-height: 1;
    text-decoration: none;
    border: none;
    border-radius: 50px;
    position: relative;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    white-space: nowrap;
}


/* ========================================================
   TABLET
======================================================== */
@media (max-width: 1200px) {
    .wdb-btn-standard .elementor-button,
    a.wdb-btn-standard,
    .wdb-btn-dunkel .elementor-button,
    .wdb-btn-red,
    .wdb-btn-green,
    .wdb-btn-balken,
    .wdb-btn-forestgreen {
        font-size: clamp(2rem, 1.646rem + 0.0462vw, 2.2rem);
        height: 45px;
        min-height: 45px;
        max-height: 45px;
        padding: 0 10px;
    }
}
/* ========================================================
   MOBIL
======================================================== */
@media (max-width: 767px) {
    .wdb-btn-standard .elementor-button,
    a.wdb-btn-standard,
    .wdb-btn-dunkel .elementor-button,
    .wdb-btn-red,
    .wdb-btn-green,
    .wdb-btn-balken,
    .wdb-btn-forestgreen {
        font-size: 2rem;
        height: 45px;
        min-height: 45px;
        max-height: 45px;
        padding: 0 8px;
    }

    .wdb-btn-standard .elementor-button::after,
    a.wdb-btn-standard::after {
        right: 6px;
    }
}


/* ========================================================
   TEXT IMMER PERFEKT ZENTRIERT (MIT OFFSET)
======================================================== */
.wdb-btn-standard .elementor-button-text,
.wdb-btn-dunkel .elementor-button-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, calc(-50% - 2px));
    white-space: nowrap;
    pointer-events: none;
    color: #ffffff;
}

/* Optional für <a> mit span */
a.wdb-btn-standard span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, calc(-50% - 2px));
}



/* ICON-KREIS
======================================================== */
.wdb-btn-standard .elementor-button::after,
a.wdb-btn-standard::after {
    content: "";
    width: 1.4em;
    height: 1.4em;
    min-width: 1.4em;
    border-radius: 50%;
    background-color: #786C44;
    background-image: url("https://wdb.tricksiebzehn.dev/wp-content/uploads/Icon_Arrow_right_weiss.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40%;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
}

/* ICON HOVER */
.wdb-btn-standard .elementor-button:hover::after,
a.wdb-btn-standard:hover::after {
    transform: translateY(-50%) translateX(4px);
}

/* ========================================================
   BUTTONS OHNE ICON
======================================================== */
.wdb-btn-dunkel .elementor-button,
.wdb-btn-red,
.wdb-btn-green,
.wdb-btn-balken,
.wdb-btn-forestgreen {
    padding: 0 10px;
}

/* ========================================================
   FARBEN
======================================================== */

.wdb-btn-standard .elementor-button,
a.wdb-btn-standard {
    background-color: #AB9962;
    color: #fff;
}

.wdb-btn-dunkel .elementor-button {
    background-color: #4E4E4E;
    color: #fff;
}

.wdb-btn-red {
    background-color: #A02E29;
    color: #fff;
}

.wdb-btn-green {
    background-color: #2C9545;
    color: #fff;
}

/* Balken  */
.wdb-btn-balken {
    background-color: #AB9962;
    color: #fff;
    border-radius: 10px;
    transition: none;
}


.wdb-btn-forestgreen {
    background-color: #2F6B3E;
    color: #ffffff;
    transition: none;
}

.wdb-btn-forestgreen span,
.wdb-btn-forestgreen .elementor-button-text {
    color: #ffffff;
}

/* ── Forestgreen als klickbarer Link: Icon + Hover ── */
a.wdb-btn-forestgreen {
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

a.wdb-btn-forestgreen .elementor-button-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, calc(-50% - 2px));
    white-space: nowrap;
    pointer-events: none;
    color: #ffffff;
}

a.wdb-btn-forestgreen::after {
    content: "";
    width: 1.4em;
    height: 1.4em;
    min-width: 1.4em;
    border-radius: 50%;
    background-color: #1E4A29;
    background-image: url("https://wdb.tricksiebzehn.dev/wp-content/uploads/Icon_Arrow_right_weiss.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40%;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
}

a.wdb-btn-forestgreen:hover {
    background-color: #1E4A29;
    box-shadow: 0 6px 28px rgba(47, 107, 62, 0.55);
    color: #ffffff !important;
}

a.wdb-btn-forestgreen:hover::after {
    transform: translateY(-50%) translateX(4px);
}

/* ========================================================
   HOVER
======================================================== */
.wdb-btn-standard .elementor-button:hover,
a.wdb-btn-standard:hover,
.wdb-btn-dunkel .elementor-button:hover
 {
    background-color: #786C44;
    box-shadow: 0 6px 28px rgba(171, 153, 98, 0.55);
    color: #ffffff!important;
}


/* ========================================================
   PARTNERLOGO
======================================================== */
.partner-logo-box {
    background-color: #363636;
    border-radius: 20px;
    height: 180px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-sizing: border-box;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
    position: relative; /* neu – für absolut positionierte Bilder */
}

.partner-logo-box:hover {
    background-color: #ffffff;
}

.partner-logo-box.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* ── Hover Container ── */
.partner-logo-inner {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ── Beide Bilder übereinander ── */
.logo-white,
.logo-color {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: opacity 0.3s ease;
    width: 100%;
    display: flex;
    justify-content: center;
}

.logo-white img,
.logo-color img {
    max-width: 100%;
    max-height: 140px;
    width: auto;
    height: auto;
    object-fit: contain;
}

/* Farbiges Logo versteckt */
.logo-color {
    opacity: 0;
}

/* Hover */
.partner-logo-box:hover .logo-white {
    opacity: 0;

}

.partner-logo-box:hover .logo-color {
    opacity: 1;
}

/* ── Desktop - zentrierte letzte Reihe ── */
.wdb-partner-logo-listing .jet-listing-grid__items {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    align-items: flex-start !important;
}

.wdb-partner-logo-listing .jet-listing-grid__item {
    align-self: flex-start !important;
}

/* ── Mobil ── */
@media (max-width: 767px) {
    .partner-logo-box {
        height: 100px !important;
        border-radius: 12px;
        padding: 10px;
    }

    .logo-white img,
    .logo-color img {
        max-height: 70px;
    }

    .wdb-partner-logo-listing .jet-listing-grid__items {
        justify-content: flex-start !important;
    }
}


/* ========================================================
   FOOTER NAVIGATION - MOBIL
======================================================== */

@media (max-width: 767px) {
    .wdb-footer-nav .elementor-nav-menu--main .elementor-nav-menu {
        flex-direction: column;
        align-items: center;
    }

    .wdb-footer-nav .elementor-nav-menu--main .elementor-nav-menu > li {
        width: 100%;
        text-align: center;
        margin-inline-end: 0 !important;
    }

    .wdb-footer-nav .elementor-nav-menu--main .elementor-nav-menu > li a {
        text-align: center;
        display: block;
    }

    .wdb-footer-nav .elementor-nav-menu--dropdown {
        display: none !important;
    }
}

/* ========================================================
   HEADERBILD NACH RECHTS VERSCHIEBEN
======================================================== */

@media (min-width: 1025px) {
    .wdb-header {
        background-position: calc(50% + 50px) center !important;
    }
}


.wdb-ticket-acc-inhalt h3,
.wdb-info-acc-inhalt h3 {
   color:var(--e-global-color-accent);
    font-family: "Neue Haas Unica W1G", "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 900;
    font-size: 2rem;
    line-height: 1em;
    margin: 20px 0px 10px 0px;
}
