/* -------------------------
   Neue Utility-Klassen
------------------------- */

.internal_links {
    color: var(--dark-color);
}

.field-error {
    color: #b00020 !important;
    font-size: 0.85rem !important;
    font-weight: 500 !important;
    margin-top: 4px !important;
}

/* Ausgangszustand: nichts Besonderes */
.sidebar-additional-block {
    /* optional leer */
}

/* Klasse, die kurz nach dem Update gesetzt wird */
.sidebar-additional-block.fade-in {
    animation: sidebarFadeIn 1.0s ease-out;
}

/* Keyframes für die Animation */
@keyframes sidebarFadeIn {
    from {
        opacity: 0;
        transform: translateY(0px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Sidebar ab Desktop sticky machen */
@media (min-width: 992px) {
    .sidebar-selection {
        position: sticky;
        top: 140px;

        /* optional: align-self: flex-start; */
    }
}

/* -------------------------------------
    Thumnails einheiltich darstellen
-------------------------------------- */

.acco_img {
    width: 100%;
    height: 150px; /* Höhe kannst du beliebig wählen (150, 200, 250px ...) */
    overflow: hidden;
    border-radius: 10px; /* optional schöner */
    margin-bottom:10px;
}

.acco_img img.acco-thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;  /* wichtig: cropt das Bild */
    object-position: center; /* optional: zentriert das Bild */
    display: block;
}


/* -------------------------
   Lightbox für Bilder
------------------------- */

.lightbox-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999;
    padding: 20px;
}

.lightbox-overlay img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 8px;
    box-shadow: 0 0 25px rgba(0,0,0,0.5);
}

.lightbox-close {
    position: fixed;
    top: 20px;
    right: 25px;
    font-size: 35px;
    color: white;
    font-weight: bold;
    cursor: pointer;
    z-index: 100000;
}

.lightbox-prev,
.lightbox-next {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #fff;
    font-size: 40px;
    cursor: pointer;
    padding: 0 10px;
    z-index: 100000;
}

.lightbox-prev {
    left: 20px;
}

.lightbox-next {
    right: 20px;
}

.lightbox-prev:hover,
.lightbox-next:hover {
    color: #f0f0f0;
}

/* -------------------------
   Globale Formular-Fehlerbox
------------------------- */

.form-errors {
    padding: 5px;
    border-radius: 15px;
    margin-top: 20px;
    height: 40px;
    border: 1px solid #a75151;
    background-color: #f3c3c3;
    color: #a75151;
}

/* -------------------------
   Sidebar-Karte / Summary-Box
------------------------- */

.package_submit_button button:disabled,
.package_submit_button button:disabled:hover {
    background-color: var(--primary-color);
    cursor: not-allowed;
        opacity: 0.7;
        box-shadow: none;
}



.sidebar_card_show {
    border-radius: 15px;
    margin-top: 20px;
    background-color: var(--secondary-opacity-color);
    box-shadow: 0 3px 8px rgba(0,0,0,0.18);
}

.sidebar_card_show .sidebar_card_header {
    background-color: var(--primary-color);
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    padding: 18px 20px 10px 20px;
}

.sidebar_card_show .sidebar_card_header h3 {
    font-family: var(--font-main);
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0%;
    color: var(--white-color);
}

.sidebar_card_show .sidebar_accommodation {
    margin: 0px -20px 10px -20px;
    padding: 20px 20px 10px 20px;
    background-color: var(--secondary-dark-color);
}

.sidebar_card_show .sidebar_acco {
    margin: 0px -20px -20px -20px;
    padding: 20px 20px 10px 20px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    background-color: var(--secondary-dark-color);
}

.begle_form{
    margin-bottom: 50px;
}

/* -------------------------
    Step 2 – Button Styling
------------------------- */

.room_page_btn button:disabled,
.room_page_btn button:disabled:hover {
    background-color: var(--primary-color);
    cursor: not-allowed;
        opacity: 0.7;
        box-shadow: none;
}

.room_page_btn a:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}
.room_page_btn button:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}

/* -------------------------
   Step 4 – Überprüfungsseite
   (kleine Layout- und Abstandsänderungen)
------------------------- */

.person_one_and_two{
    padding: 20px;
    background-color:#FFF4BE;
    margin-top: 20px;
    border-radius: 15px;
    margin-top: 20px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.uber_item_two {
    gap: 40px;
    margin-bottom: 30px; /* statt 40px */
}

.uber_item_three h4 {
    font-family: var(--font-main);
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    color: var(--dark-color);
}

.uber_item_three ul li {
    font-family: var(--font-main);
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0%;
    color: var(--dark-color);
    padding-bottom: 5px;
}

.uber_item_three p.note {
    font-family: var(--font-main);
    font-weight: 700;
    font-style: Italic;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0%;
    color: #FF6929;
    border-bottom: 1px solid #BDBDBD; /* statt border-top */
    padding-top: 0;
    padding-bottom: 10px;
    margin-top: 10px;
}



.booking-sidebar-fixed {
    position: fixed;
    top: 30%;         /* falls du einen festen Header hast, z. B. top: 80px; */
    right: 0;
    bottom: 0;      /* damit sie bis ganz nach unten geht */
    width: 260px;   /* HIER definierst du die Breite der Sidebar */
    padding: 16px;  /* optional */
    overflow-y: auto;
    z-index: 1000;             /* über dem Inhalt */
}

/* Der restliche Inhalt rückt nach rechts, damit nichts verdeckt wird */
.booking-page-content {
    margin-left: 260px;        /* gleich wie width oben */
}

/* Mobile / Tablet: Sidebar nicht fixed, sondern normal im Flow */
@media (max-width: 991.98px) {
    .booking-sidebar-fixed {
        position: static;
        width: 100%;
        height: auto;
    }

    .booking-page-content {
        margin-left: 0;
    }
}

#course_booking_area{
    margin-top: 0px;
}

/* Zusätzliches CSS für step3.php, nach Änderung "ausgebucht" */
/* sorgt dafür, dass Minus / Input / Plus wieder sauber zentriert sind */
.qty_box .addon-available {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px; /* falls vorher Abstand da war */
}

/* optional: damit soldout optisch nicht „drückt“ */
.qty_box .addon-soldout {
    display: flex;
    align-items: center;
    justify-content: center;
}

.qty_box {
    align-items: center;
}

.qty_box .addon-available input {
    margin-top: 0;
}

/* Container: zentriert in der qty_box */
.qty_box .addon-soldout{
    display: flex;              /* wird von JS ein-/ausgeblendet, aber wenn sichtbar: flex */
    align-items: center;
    justify-content: center;
    width: 100%;
}

/* Der Pill-Button */
.qty_box .addon-soldout .btn_block,
.qty_box .addon-soldout .soldout-pill{
    display: inline-flex;
    align-items: center;
    justify-content: center;

    background: #676767;        /* grauer Button wie im Soll */
    border-radius: 14px;         /* pill */
    padding: 8px 14px;

    border: 0;
    cursor: not-allowed;
    user-select: none;
}

/* Radio/Input komplett verstecken (soll nur aussehen wie Button) */
.qty_box .addon-soldout input.custom-checkbox{
    display: none !important;
}

/* Text im Button */
.qty_box .addon-soldout .label-text{
    margin: 0;                  /* p hat standardmäßig margins -> macht “Ist” kaputt */
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
}

/* qty_box ohne Rahmen im Soldout-Zustand */
.qty_box.is-soldout {
    background: transparent;
    border: none;
    padding: 0;           /* optional, je nach gewünschtem Look */
}

/* Preis-Spalte bekommt eine feste Breite und ist rechtsbündig */
.addon-price {
    display: inline-block;
    min-width: 50px;          /* ggf. anpassen: 80–110px */
    text-align: right;
    margin: 0;              /* p-Margin entfernen, falls vorhanden */
    white-space: nowrap;
}

.package_card_item.is-unavailable {
    opacity: 0.55;
    filter: grayscale(0.3);
}

.package_card_item.is-unavailable:hover {
    transform: none;
    box-shadow: none;
    cursor: default;
}

/* Footer Area NEU */
/* ======== Footer Area Css  */
#footer_area{
    background-image: url(../img/footer_bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px 0 20px 0;
    margin-top: 30px;
}
#footer_area .container{
    padding-left: 56px;
    padding-right: 56px;
}
.footer_logo img{
    height: 92px;
}
.footer_manu {
    margin-top: 40px;
}
.footer_manu h4{
    font-family: var(--font-main);
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: var(--white-color);
    transition: all .3s linear;
    margin-bottom: 20px;
}
.footer_manu ul{
    list-style-type: none;
    padding-left: 0px;
}
.footer_manu ul li{
    margin-bottom: 15px;
}
.footer_manu ul li a{
    font-family: var(--font-main);
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0%;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 0%;
    text-decoration-skip-ink: auto;
    color: var(--white-color);
    transition: all .3s linear;
}
.footer_manu ul li a:hover{
    color: var(--green-color);
}
.footer_qoute h3{
    font-family: var(--font-main);
    font-weight: 700;
    font-style: Italic;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    color: var(--white-color);
    margin-bottom: 10px;
}
.footer_qoute p{
    font-family: var(--font-main);
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0%;
    color: var(--white-color);
}
.footer_copyright{
    margin-top: 10px;
    margin-bottom: 5px;
}
.footer_copyright .copy_text{
display: flex;
    gap: 4px;
    justify-content: center;
}

.footer_copyright .copy_text span{
    font-family: var(--font-main);
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    color: var(--white-color);
    margin-bottom: 0px;
}
.footer_copyright .dot_dot {
    font-family: var(--font-main);
    font-weight: 500;
    font-size: 23px;
    line-height: 100%;
    letter-spacing: 0%;
    color: var(--white-color);
    /* margin-bottom: -74px; */
    margin-top: -10px;
    margin-right: 5px;
    margin-left: 5px;
}
.footer_copyright .copy_text a{
    font-family: var(--font-main);
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 0%;
    text-decoration-skip-ink: auto;
    color: var(--white-color);
}

 html, body {
    height: 100%;
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

/* Das ist bei dir der Haupt-Content */
#course_booking_area {
    flex: 1;
}

/* Hinweis-Box, wenn keine Unterkunft mehr verfügbar ist */
.booking-acco-soldout-hint{
    margin: 0 0 12px 0;
    padding: 12px 14px;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 8px;
    background: rgba(255, 245, 210, .8);
    font-size: 14px;
    line-height: 1.35;
}