/*---------------------- Navigator ----------------------*/
/*---------------------- Online Handelsregisterauszug Start ----------------------*/
.online-left{
    width:280px;
    padding-left: 7px;
    color: #546b80;
}

.online__link{
    text-decoration: none;
    color: #A42424;
    border-bottom: 1px dotted #999999;
}

.online-left h1 {
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: normal;
    margin-top: 10px
}

.online-left p {
    line-height: 180%;
    font-size: 13px;
}

.online-left > h1 > b {
    font-size: 10px; font-style: italic; display: table;margin-bottom: 10px;
}

.online-right{
    width: 300px;
    padding-left: 7px;
    color: #546b80;
    border: 3px solid #ccc;
    font-size: 13px;
}

.online-right > h2 {
    color: #546b80;
    margin-bottom: 5px;
}
/*---------------------- Online Handelsregisterauszug End ----------------------*/

.handelsregisterauszug{
    padding-left: 7px;
    color: #546b80;
    line-height: 180%;
}

.handelsregisterauszug > h1{
    font-size: 20px;
}

.handelsregisterauszug span {
    font-weight: bold;
}

/* cities of court */
.glossar_item{
    width: 220px;
    height: 170px;
    margin-top: 25px;
    margin-right: 25px;
}

#city_holder > h2{
    font-size: 20px;
    margin-bottom: 5px;
    margin-top: 10px;
}

#city_holder p {
    line-height: 180%;
    margin-top: 25px;
    font-size: 13px;
}

.amtsgericht-sub{
    font-style: italic;
    font-size: 13px;
}

.home-content{
    min-height: calc(100vh - 680px);
}
.amtsgerichte .boxes{
    flex-wrap:  wrap;
    display: flex;
}
.glossar_item{
    height: auto !important ;
    margin-top: 35px;
}
@media (max-width:425px){
    .glossar_item{
        width: 140px ;
    }
}

/*---------------------- HORIZONTAL SCROLLABLE REVIEWS - PERFECT VERSION ----------------------*/
/* Override any existing review-slider styles to make it HORIZONTAL with SQUARE boxes */

div.review-slider {
    width: 100%;
    margin: 60px auto 50px auto;
    overflow: hidden;
}

div.review-slider h3 {
    font-weight: 700;
    display: block;
    text-align: center;
    color: #577998;
    margin-bottom: 20px;
}

div.review-slider .vorsicht-content {
    text-align: justify;
    text-align-last: center;
    font-size: 14px;
    margin: 20px auto 50px auto;
    line-height: 1.5em;
    color: #555;
}

div.review-slider .text-center {
    text-align: center;
    margin-bottom: 30px;
}

/* HORIZONTAL SCROLL CONTAINER */
div.review-slider .swiper-container {
    width: 100%;
    height: auto;
    margin-top: 40px;
    overflow: visible !important;
    padding: 20px 0 40px 0;
}

/* SWIPER WRAPPER - HORIZONTAL ROW */
div.review-slider .swiper-wrapper {
    display: flex !important;
    flex-direction: row !important;  /* HORIZONTAL - NOT VERTICAL */
    align-items: stretch !important;
}

/* SQUARE BOX CARDS - SIDE BY SIDE */
div.review-slider .swiper-slide {
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    align-items: flex-start !important;

    /* SQUARE DIMENSIONS */
    width: 280px !important;
    height: 280px !important;
    min-height: 280px !important;
    max-height: 280px !important;
    flex-shrink: 0 !important;  /* Prevent squashing */

    /* CARD STYLING */
    background: #ffffff;
    border: 2px solid #e8e8e8;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

/* HOVER EFFECT */
div.review-slider .swiper-slide:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    border-color: #f6ce2b;
}

/* QUOTE ICON */
div.review-slider .swiper-slide::before {
    content: "\201C";  /* Left quote mark */
    position: absolute;
    top: 10px;
    left: 15px;
    font-size: 60px;
    color: #f6ce2b;
    opacity: 0.3;
    font-family: Georgia, serif;
    line-height: 1;
}

/* CUSTOMER NAME */
div.review-slider .swiper-slide strong {
    display: block !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    color: #0b2b39 !important;
    margin-bottom: 12px !important;
    padding-top: 10px;
    z-index: 2;
    position: relative;
}

/* STARS IMAGE */
div.review-slider .swiper-slide img {
    display: block !important;
    margin: 0 0 15px 0 !important;
    max-width: 120px !important;
    height: auto !important;
    z-index: 2;
    position: relative;
}

/* REVIEW TEXT */
div.review-slider .swiper-slide p {
    display: block !important;
    font-size: 14px !important;
    line-height: 1.6em !important;
    color: #577998 !important;
    margin: 0 !important;
    flex-grow: 1;
    overflow-y: auto;
    z-index: 2;
    position: relative;
}

/* PAGINATION DOTS */
div.review-slider .swiper-pagination {
    margin-top: 30px !important;
    position: static !important;
    text-align: center !important;
}

div.review-slider .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #ccc;
    opacity: 1;
    margin: 0 6px;
}

div.review-slider .swiper-pagination-bullet-active {
    background: #f6ce2b;
    transform: scale(1.2);
}

/* NAVIGATION ARROWS - OPTIONAL */
div.review-slider .swiper-button-next,
div.review-slider .swiper-button-prev {
    color: #f6ce2b !important;
    transform: scale(0.7);
    top: 50% !important;
    margin-top: -50px;
}

div.review-slider .swiper-button-next:after,
div.review-slider .swiper-button-prev:after {
    font-size: 35px;
    font-weight: bold;
}

/* MOBILE RESPONSIVE */
@media screen and (max-width: 768px) {
    div.review-slider .swiper-slide {
        width: 250px !important;
        height: 250px !important;
        min-height: 250px !important;
        max-height: 250px !important;
        padding: 20px;
    }

    div.review-slider .swiper-slide strong {
        font-size: 14px !important;
    }

    div.review-slider .swiper-slide p {
        font-size: 13px !important;
    }
}

@media screen and (max-width: 425px) {
    div.review-slider .swiper-slide {
        width: 220px !important;
        height: 220px !important;
        min-height: 220px !important;
        max-height: 220px !important;
        padding: 18px;
    }

    div.review-slider .swiper-slide::before {
        font-size: 40px;
    }

    div.review-slider .swiper-slide strong {
        font-size: 13px !important;
        margin-bottom: 8px !important;
    }

    div.review-slider .swiper-slide img {
        max-width: 100px !important;
        margin-bottom: 10px !important;
    }

    div.review-slider .swiper-slide p {
        font-size: 12px !important;
        line-height: 1.5em !important;
    }
}

/* ENSURE HORIZONTAL SCROLL ON TOUCH DEVICES */
div.review-slider .swiper-container-horizontal {
    touch-action: pan-y !important;
}
/*---------------------- END HORIZONTAL SCROLLABLE REVIEWS ----------------------*/

/*---------------------- IMPROVED TYPOGRAPHY FOR DOCUMENTS & SHIPPING ----------------------*/

/* Documents Section Title */
.title.subtitle {
    background: linear-gradient(135deg, #577998 0%, #0b2b39 100%);
    color: white !important;
    padding: 8px 14px !important;
    border-radius: 6px !important;
    margin: 15px 0 10px 0 !important;
    font-size: 14px !important;
    box-shadow: 0 1px 4px rgba(0,0,0,0.08);
}

.title.subtitle strong {
    font-weight: 700 !important;
    font-size: 14px !important;
    letter-spacing: 0.3px;
}

/* Product Items Container */
.form-wrapper.product-item {
    background: #fafbfc;
    padding: 12px;
    border-radius: 6px;
    border: 1px solid #e8e8e8;
}

/* Individual Document/Shipping Checkbox Items */
.checkbox.product-item,
.checkbox {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 8px 12px !important;
    margin: 4px 0 !important;
    background: white !important;
    border: 1px solid #e0e0e0 !important;
    border-radius: 4px !important;
    transition: all 0.2s ease !important;
    box-shadow: 0 1px 2px rgba(0,0,0,0.03) !important;
    pointer-events: auto !important;
}

.checkbox.product-item:hover,
.checkbox:hover {
    border-color: #f6ce2b !important;
    box-shadow: 0 2px 8px rgba(246, 206, 43, 0.15) !important;
    transform: translateX(2px);
}

/* Document Labels */
.checkbox.product-item > div:first-child label,
.checkbox > div:first-child label {
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #0b2b39 !important;
    line-height: 1.3 !important;
    margin: 0 !important;
    flex: 1;
    padding-right: 8px;
    pointer-events: none !important;
}

/* Price Display */
.checkbox.product-item > div:last-child,
.checkbox > div:last-child {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    white-space: nowrap;
    pointer-events: none !important;
}

.checkbox.product-item > div:last-child strong,
.checkbox > div:last-child strong {
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #577998 !important;
    min-width: 90px;
    text-align: right;
    padding: 4px 10px;
    background: #f0f4f8;
    border-radius: 4px;
    pointer-events: none !important;
}

/* First Item (Base Price) - Same as others, no special yellow styling */
.checkbox.product-item:first-of-type > div:last-child strong {
    background: #f0f4f8 !important;
    color: #577998 !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    padding: 4px 10px !important;
    box-shadow: none;
}

/* Checkbox Styling */
.checkbox input[type="checkbox"] {
    width: 22px !important;
    height: 22px !important;
    cursor: pointer !important;
    accent-color: #f6ce2b;
    margin: 0 !important;
    pointer-events: auto !important;
    z-index: 10 !important;
    position: relative !important;
}

.checkbox input[type="checkbox"]:disabled {
    cursor: not-allowed !important;
    opacity: 0.6;
    pointer-events: none !important;
}

/* Versandart Section Styling */
.checkbox:has(label:only-child) {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 4px 0 !important;
    margin: 10px 0 6px 0 !important;
    pointer-events: none;
}

.checkbox:has(label:only-child) label {
    font-size: 13px !important;
    font-weight: 700 !important;
    color: #0b2b39 !important;
}

/* Expressversand Highlight */
.checkbox strong:contains("Expressversand"),
.checkbox strong {
    position: relative;
}

.checkbox:has(strong:contains("Expressversand")) {
    border-color: #ffc107 !important;
    background: linear-gradient(to right, #fff9e6 0%, white 100%) !important;
}

.checkbox:has(strong:contains("Expressversand")) strong {
    background: linear-gradient(135deg, #ffc107 0%, #ff9800 100%) !important;
    color: white !important;
}

/* Free Shipping Highlight */
.checkbox:has(strong:contains("kostenlos")) {
    border-color: #4caf50 !important;
    background: linear-gradient(to right, #e8f5e9 0%, white 100%) !important;
}

.checkbox:has(strong:contains("kostenlos")) strong {
    background: linear-gradient(135deg, #4caf50 0%, #388e3c 100%) !important;
    color: white !important;
    font-size: 14px !important;
}

/* Mobile Responsive Typography */
@media screen and (max-width: 768px) {
    .checkbox.product-item,
    .checkbox {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 6px !important;
        padding: 8px !important;
    }

    .checkbox.product-item > div:first-child label,
    .checkbox > div:first-child label {
        font-size: 12px !important;
        padding-right: 0 !important;
    }

    .checkbox.product-item > div:last-child,
    .checkbox > div:last-child {
        width: 100% !important;
        justify-content: space-between !important;
    }

    .checkbox.product-item > div:last-child strong,
    .checkbox > div:last-child strong {
        font-size: 13px !important;
        min-width: auto;
        flex: 1;
    }

    .title.subtitle {
        font-size: 13px !important;
        padding: 8px 12px !important;
    }

    .form-wrapper.product-item {
        padding: 10px;
    }
}

/* Summary Box - Order Total */
.summary-box {
    border: 1px solid #d0d0d0;
    border-radius: 6px;
    padding: 16px;
    background: #fff;
    font-family: Arial, sans-serif;
    font-size: 14px;
    margin-top: 15px;
}

.summary-title {
    font-weight: 600;
    margin-bottom: 12px;
    color: #333;
}

.summary-row {
    display: flex;
    justify-content: space-between;
    margin: 6px 0;
    color: #333;
}

.summary-row.total {
    font-weight: 700;
    border-top: 1px solid #e0e0e0;
    padding-top: 10px;
    margin-top: 10px;
}

.summary-note {
    font-size: 12px;
    color: #555;
    margin-top: 12px;
    text-align: center;
}

/* Order Button Styling */
input.btn-submit,
button.order-btn {
    margin-top: 14px;
    width: 100%;
    padding: 12px;
    background: #2f3a4a;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
    font-weight: 600;
    transition: background 0.2s ease;
}

input.btn-submit:hover,
button.order-btn:hover {
    background: #1f2a38;
}

/* Checkout Bottom Section */
.checkout-bottom {
    margin-top: 20px;
}

.checkout-card {
    border: 1px solid #d0d0d0;
    border-radius: 6px;
    padding: 20px;
    background: #fff;
}

.checkout-row {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.checkout-left {
    flex: 1;
    min-width: 280px;
}

#recaptcha_here {
    margin-bottom: 15px;
}

.agb-line {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    color: #333;
}

.agb-line input[type="checkbox"] {
    margin-top: 3px;
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.agb-line a {
    color: #0066cc;
    text-decoration: underline;
}

.agb-line a:hover {
    color: #004499;
}

.small-note {
    font-size: 13px;
    color: #555;
    line-height: 1.5;
}

.checkout-actions {
    margin-top: 16px;
}

.checkout-actions .order-btn {
    width: 100%;
    padding: 14px 20px;
    background: #2f3a4a;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s ease;
}

.checkout-actions .order-btn:hover {
    background: #1f2a38;
}

/* Checkout inline styling (under Anmerkung) */
.checkout-inline {
    padding: 15px;
    background: #fafafa;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
}

.checkout-inline .agb-line {
    max-width: 100%;
    margin-left: 0;
}

.checkout-inline #recaptcha_here {
    max-width: 100%;
    margin-left: 0;
}

.checkout-inline .order-btn {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
}

/* Hinweise (collapsible) */
.hinweise {
    margin-top: 16px;
}

.hinweise details {
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    background: #fafafa;
}

.hinweise summary {
    padding: 12px 16px;
    cursor: pointer;
    font-weight: 600;
    color: #333;
    font-size: 14px;
}

.hinweise summary:hover {
    background: #f0f0f0;
}

.hinweise .content {
    padding: 12px 16px;
    font-size: 13px;
    color: #555;
    line-height: 1.6;
    border-top: 1px solid #e0e0e0;
}

.hinweise .content a {
    color: #0066cc;
}

@media (max-width: 768px) {
    .checkout-card {
        padding: 15px;
    }

    .checkout-left {
        min-width: 100%;
    }
}

/*---------------------- END IMPROVED TYPOGRAPHY ----------------------*/

/* =========================
   AMTLICH STYLING - BASE / GLOBAL
========================= */
body {
    font-family: Arial, Helvetica, sans-serif;
    color: #1F2A33;
}

/* =========================
   SECTION TITLES
   (Gesuchte Firma / Kundendaten)
========================= */
.section-title,
.title strong {
    background: #E6EDF3;
    border-left: 4px solid #2F3B4A;
    padding: 6px 10px;
    margin: 10px 0 6px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    display: block;
}

/* container of each section */
.section-box,
.form-wrapper {
    padding: 10px 12px;
    margin-bottom: 12px;
}

/* =========================
   FORM ELEMENTS
========================= */
.form-row {
    margin-bottom: 10px;
}

.form-label {
    font-size: 12.5px;
    font-weight: 700;
    margin-bottom: 4px;
    display: block;
}

.form-control,
.form-wrapper input[type="text"],
.form-wrapper input[type="email"],
.form-wrapper input[type="tel"],
.form-wrapper select {
    width: 100%;
    height: 38px;
    padding: 6px 10px;
    border: 1px solid #C8D2DC;
    border-radius: 2px;
    font-size: 14px;
    box-sizing: border-box;
}

/* textarea (Anmerkung) */
textarea.form-control,
.form-wrapper textarea {
    min-height: 90px;
    resize: vertical;
    height: auto;
}

/* =========================
   SECURITY / CAPTCHA
========================= */
.security-title {
    background-color: #E6EDF3;
    border-left: 4px solid #2F3B4A;
    padding: 6px 10px;
    margin: 14px 0 8px;
    font-size: 13px;
    font-weight: 700;
}

/* =========================
   AGB CHECKBOX
========================= */
.agb-text,
.agb-line span {
    font-size: 13px;
    color: #1F2A33;
}

.agb-text a,
.agb-line a {
    color: #1F4E79;
    text-decoration: underline;
}

/* =========================
   SUBMIT BUTTON (AMTLICH)
========================= */
.amtlich-submit-btn,
.order-btn,
button[type="submit"] {
    background-color: #2F3B4A;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.2px;
    height: 48px;
    padding: 0 28px;
    border: 1px solid #24303D;
    border-radius: 2px;
    cursor: pointer;
    margin-top: 12px;
    width: 100%;
}

.amtlich-submit-btn:hover,
.order-btn:hover,
button[type="submit"]:hover {
    background-color: #24303D;
}

.amtlich-submit-btn:disabled,
.order-btn:disabled,
button[type="submit"]:disabled {
    background-color: #9AA3AD;
    border-color: #9AA3AD;
    cursor: not-allowed;
}

/* =========================
   SUMMARY BOX (RIGHT SIDE)
========================= */
.summary-box {
    border: 1px solid #C8D2DC;
    padding: 12px;
    background: #FFFFFF;
    border-radius: 2px;
}

.summary-box h4,
.summary-title {
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #1F2A33;
}

.summary-line,
.summary-row {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    margin-bottom: 4px;
    color: #1F2A33;
}

.summary-total,
.summary-row.total {
    font-size: 15px;
    font-weight: 700;
    margin-top: 6px;
    border-top: 1px solid #C8D2DC;
    padding-top: 8px;
}

/*---------------------- IMPROVED FORM INPUT STYLING ----------------------*/
/* All text inputs, email, tel, selects, textarea */
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
select,
textarea {
    height: 42px;
    padding: 8px 10px;
    font-size: 14px;
    border: 1px solid #cfd6dc;
    border-radius: 4px;
    box-sizing: border-box;
}

/* Textarea bigger */
textarea {
    height: auto;
    min-height: 110px;
    resize: vertical;
}

/* Vertical spacing between rows */
.form-group,
.form-wrapper .row,
.field,
.form-row {
    margin-bottom: 14px;
}

/* Important fields full width */
input[name*="company"],
input[name*="name"],
input[name*="street"],
input[name*="email"],
input[name*="user_company"] {
    width: 100% !important;
}

/* PLZ + Ort side by side */
input[name="postal_code"] {
    max-width: 100px;
}

input[name="city"] {
    width: calc(100% - 110px);
}

/* Clean focus state */
input:focus,
select:focus,
textarea:focus {
    outline: none;
    border-color: #7a8fa6;
    box-shadow: 0 0 0 2px rgba(122,143,166,0.15);
}

/* Make the input column take the full remaining width */
.form-wrapper table {
    width: 100%;
}

.form-wrapper table td {
    vertical-align: middle;
}

/* First td = label, second td = input */
.form-wrapper table td:first-child {
    width: 220px;
    white-space: nowrap;
    padding-right: 12px;
}

.form-wrapper table td:last-child {
    width: auto;
}

/* Inputs stretch to full width of their cell */
.form-wrapper table td:last-child input,
.form-wrapper table td:last-child select,
.form-wrapper table td:last-child textarea {
    width: 100% !important;
    box-sizing: border-box;
}

/* Also apply to .row layout */
.form-wrapper .row {
    display: flex;
    align-items: center;
    gap: 12px;
}

.form-wrapper .row > div:first-child {
    width: 220px;
    flex-shrink: 0;
}

.form-wrapper .row > div:last-child {
    flex: 1;
}

.form-wrapper .row > div:last-child input,
.form-wrapper .row > div:last-child select,
.form-wrapper .row > div:last-child textarea {
    width: 100% !important;
    box-sizing: border-box;
}

@media (max-width: 768px) {
    .form-wrapper .row {
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
    }

    .form-wrapper .row > div:first-child {
        width: 100%;
    }

    .form-wrapper table td:first-child {
        width: auto;
        white-space: normal;
    }
}

/*---------------------- END IMPROVED FORM INPUT STYLING ----------------------*/

/*---------------------- MODERN LOADING STATES FOR SUBMIT BUTTONS ----------------------*/
/* Simple loading state for input submit buttons */
input.btn-submit:disabled,
button.form-submit:disabled {
    cursor: not-allowed !important;
}

/*---------------------- END MODERN LOADING STATES ----------------------*/

/*---------------------- DATENSCHUTZ (PRIVACY POLICY) STYLING ----------------------*/
.page.impressum article {
    line-height: 1.8;
    color: #333;
}

.page.impressum article strong {
    display: block;
    margin-top: 24px;
    margin-bottom: 8px;
    font-size: 16px;
    color: #000;
    font-weight: 600;
}

.page.impressum article p {
    margin-bottom: 12px;
    text-align: justify;
}

.page.impressum article ul {
    margin: 12px 0 16px 24px;
    list-style-type: disc;
}

.page.impressum article ul li {
    margin-bottom: 8px;
    line-height: 1.6;
}

.page.impressum article a {
    color: #0066cc;
    text-decoration: underline;
    transition: color 0.2s;
}

.page.impressum article a:hover {
    color: #004499;
}

/* Responsive adjustments for privacy policy */
@media (max-width: 768px) {
    .page.impressum article {
        padding: 0 15px;
    }

    .page.impressum article strong {
        font-size: 15px;
    }

    .page.impressum article ul {
        margin-left: 16px;
    }
}
/*---------------------- END DATENSCHUTZ STYLING ----------------------*/

/*---------------------- APOSTILLE COUNTRY DROPDOWN ----------------------*/
.country-select-box {
    padding: 5px 0;
}

.country-select-box .row {
    display: flex;
    align-items: center;
    gap: 10px;
}

.order-country-select {
    padding: 6px 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    min-width: 200px;
}
/*---------------------- END APOSTILLE COUNTRY DROPDOWN ----------------------*/

/*---------------------- HEADER BUTTONS (Direkt zur Bestellung & Kundenprofil) ----------------------*/
div.all-top {
    display: block !important;
    text-align: center !important;
}
div.all-top .text {
    display: block !important;
    text-align: center !important;
}
div.all-top .links {
    display: none !important;
}

.btn-header-bestellung {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #f6ce2b 0%, #f5b800 100%);
    color: #0b2b39 !important;
    padding: 8px 16px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none !important;
    border-radius: 6px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(246, 206, 43, 0.3);
    white-space: nowrap;
    height: 40px;
    order: 1;
}

.btn-header-bestellung:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(246, 206, 43, 0.4);
    color: #0b2b39 !important;
}

.btn-header-profile {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #fff;
    color: #0b2b39 !important;
    padding: 8px 16px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none !important;
    border-radius: 6px;
    border: 2px solid #0b2b39;
    transition: all 0.3s ease;
    white-space: nowrap;
    height: 40px;
    order: 2;
}

.btn-header-profile img {
    width: 22px;
    height: 22px;
    object-fit: contain;
}

.btn-header-profile:hover {
    background: #0b2b39;
    color: #fff !important;
}

.btn-header-profile:hover img {
    filter: brightness(0) invert(1);
}

@media (max-width: 768px) {
    div.all-top {
        display: block !important;
        text-align: center !important;
    }

    div.all-top .links {
        display: none !important;
    }

    .btn-header-bestellung,
    .btn-header-profile {
        padding: 6px 12px;
        font-size: 12px;
        height: 36px;
    }

    .btn-header-profile span {
        display: none;
    }
}
/*---------------------- END HEADER BUTTONS ----------------------*/

/*---------------------- FAQ PAGE STYLING (scoped to .page-faq) ----------------------*/
body.page-faq .page-faq-wrapper {
    max-width: 900px;
    margin: 0 auto;
    padding: 20px 15px 40px;
}

body.page-faq .faq-header h1 {
    font-size: 24px;
    color: #0b2b39;
    margin-bottom: 20px;
}

body.page-faq .faq-section,
body.page-faq .glossar-section {
    margin-bottom: 30px;
}

body.page-faq .faq-section h2,
body.page-faq .glossar-section h2 {
    font-size: 18px;
    color: #577998;
    margin-bottom: 15px;
    border-bottom: 2px solid #f6ce2b;
    padding-bottom: 8px;
}

body.page-faq .faq-search-box {
    margin-bottom: 20px;
}

body.page-faq .faq-search-input {
    width: 100%;
    max-width: 400px;
    padding: 10px 14px;
    font-size: 14px;
    border: 1px solid #cfd6dc;
    border-radius: 4px;
}

body.page-faq .faq-search-input:focus {
    outline: none;
    border-color: #577998;
    box-shadow: 0 0 0 2px rgba(87, 121, 152, 0.15);
}

body.page-faq .faq-list,
body.page-faq .glossar-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

body.page-faq .faq-item,
body.page-faq .glossar-item {
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    background: #fff;
}

body.page-faq .faq-item summary,
body.page-faq .glossar-item summary {
    padding: 12px 16px;
    cursor: pointer;
    font-weight: 600;
    font-size: 14px;
    color: #0b2b39;
    list-style: none;
}

body.page-faq .faq-item summary::-webkit-details-marker,
body.page-faq .glossar-item summary::-webkit-details-marker {
    display: none;
}

body.page-faq .faq-item summary::before,
body.page-faq .glossar-item summary::before {
    content: "+";
    margin-right: 10px;
    font-weight: bold;
    color: #577998;
}

body.page-faq .faq-item[open] summary::before,
body.page-faq .glossar-item[open] summary::before {
    content: "−";
}

body.page-faq .faq-item:hover,
body.page-faq .glossar-item:hover {
    border-color: #f6ce2b;
}

body.page-faq .faq-answer,
body.page-faq .glossar-answer {
    padding: 12px 16px;
    border-top: 1px solid #e0e0e0;
    background: #fafbfc;
}

body.page-faq .faq-answer p,
body.page-faq .glossar-answer p {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    color: #333;
}

body.page-faq .faq-no-results {
    padding: 20px;
    text-align: center;
    color: #777;
    font-style: italic;
}

@media (max-width: 768px) {
    body.page-faq .page-faq-wrapper {
        padding: 15px 10px 30px;
    }

    body.page-faq .faq-header h1 {
        font-size: 20px;
    }

    body.page-faq .faq-item summary,
    body.page-faq .glossar-item summary {
        font-size: 13px;
        padding: 10px 12px;
    }

    body.page-faq .faq-answer,
    body.page-faq .glossar-answer {
        padding: 10px 12px;
    }

    body.page-faq .faq-answer p,
    body.page-faq .glossar-answer p {
        font-size: 13px;
    }
}
/*---------------------- END FAQ PAGE STYLING ----------------------*/
