/* Facharztzentrum Lannach - Zentrale CSS */

/*------------------------------------*\
    VARIABLES
\*------------------------------------*/

/*  colors
    --------------------------------  */
    :root, * {
        --fazl-color-turquoise:var(--fazl-color-blue);
        --fazl-color-blue:0,140,170;
        --fazl-color-yellow:255,223,67;
        --fazl-color-text:0,0,0;
        --fazl-color-text2:255,255,255;
        --fazl-color-bg:255,255,255;
        --fazl-color-line:128,198,208;
        --fazl-color-grey:248,249,250;
        --fazl-color-grey-darker:240,240,240;
    }

/* Navigation */
.navbar {
    background-color: #ffffff;
    padding: 1rem 0;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
.navbar-brand img {
    height: 60px !important;
    width: auto;
}

.navbar-nav .nav-link {
    color: rgb(var(--fazl-color-blue)) !important;
    font-weight: 500;
    padding: 0.75rem 1rem !important;
    transition: all 0.3s ease;
    border-radius: 5px;
    margin: 0 0.25rem;
}
.navbar-nav .nav-link:hover { background-color: rgba(var(--fazl-color-blue),0.1); }
.dropdown-menu {
    background-color: #ffffff;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    margin-top: 0.5rem;
}
.dropdown-item {
    color: rgb(var(--fazl-color-blue));
    padding: 0.75rem 1.5rem;
    transition: all 0.3s ease;
}
.dropdown-item:hover { background-color: rgba(var(--fazl-color-blue),0.1); color: rgb(var(--fazl-color-blue)); }
.dropdown-divider { border-color: #e9ecef; }

/* Content */
.content { 
    background-color: #ffffff; 
    color: #333333; 
    min-height: 100vh; 
    padding: 4rem 0; 
}

/* Hero */
.hero-section {
    background: linear-gradient(135deg, rgb(var(--fazl-color-blue)) 0%, rgb(var(--fazl-color-blue)) 100%);
    color: #ffffff;
    padding: 4rem 0;
}
.hero-content h1 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

/* Sections */
.section-title {
    color: rgb(var(--fazl-color-blue));
    font-size: 2.25rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

/* Cards */
.info-card {
    background: #ffffff;
    border-radius: 15px;
    padding: 2rem;
    margin-bottom: 2rem;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    height: 100%;
}
.info-card h3 {
    color: rgb(var(--fazl-color-blue));
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
}
.info-card h4 {
    color: rgb(var(--fazl-color-blue));
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1rem;
    margin-top: 2rem;
}

/* Highlight Box */
.highlight-box {
    background: linear-gradient(135deg, rgb(var(--fazl-color-blue)) 0%, rgb(var(--fazl-color-blue)) 100%);
    color: #ffffff;
    padding: 3rem 2rem;
    border-radius: 15px;
    margin: 2rem 0;
    box-shadow: 0 10px 30px rgba(var(--fazl-color-blue),0.3);
}
.highlight-box h3 {
    color: #ffffff;
    margin-bottom: 1.5rem;
}
.highlight-box p {
    color: #ffffff;
    margin-bottom: 1rem;
}
.highlight-box .lead {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
}

/* Notice Box */
.notice {
    background-color: #ffdf43;
    color: #000;
    padding: 1.5rem;
    margin: 2rem 0;
    border-radius: 10px;
}
.notice h4 {
    color: #000;
    margin-bottom: 1rem;
}
.notice p { margin: 0; }

/* Process Steps */
.process-step {
    background: #f8f9fa;
    border-radius: 15px;
    padding: 1.5rem;
    margin-bottom: 1rem;
    border-left: 4px solid rgb(var(--fazl-color-blue));
}
.process-step h4 {
    color: rgb(var(--fazl-color-blue));
    margin-bottom: 0.5rem;
}

/* Team Cards */
.team-card {
    background: #ffffff;
    border-radius: 15px;
    padding: 2rem;
    margin-bottom: 2rem;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    height: 100%;
    text-align: center;
}
.team-card h3 {
    color: rgb(var(--fazl-color-blue));
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
}
.team-card .qualification {
    color: #666;
    font-style: italic;
    margin-bottom: 1rem;
}
.team-photo {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 auto 1.5rem;
    display: block;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

/* Contact-specific styles */
.contact-card {
    background: #ffffff;
    border-radius: 15px;
    padding: 2rem;
    margin-bottom: 2rem;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    height: 100%;
}
.contact-card h3 {
    color: rgb(var(--fazl-color-blue));
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
}
.email-link {
    color: rgb(var(--fazl-color-blue));
    text-decoration: none;
}
.email-link:hover { 
    color: rgb(var(--fazl-color-blue)); 
    text-decoration: underline; 
}

/* Termine-specific styles */
.phone-link {
    color: rgb(var(--fazl-color-blue));
    font-size: 2rem;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
    margin: 1rem 0;
}
.phone-link:hover { 
    color: rgb(var(--fazl-color-blue)); 
    text-decoration: underline; 
}
.opening-hours { 
    list-style: none; 
    padding: 0; 
}
.opening-hours li {
    display: flex;
    justify-content: space-between;
    padding: 0.5rem 0;
    border-bottom: 1px solid #e9ecef;
}
.opening-hours li:last-child { 
    border-bottom: none; 
}

/* Footer */
.footer { 
    background-color: rgb(var(--fazl-color-blue)); 
    color: #ffffff; 
    padding: 2rem 0;
    margin-top: 4rem;
}
.footer a { 
    color: #ffffff; 
    text-decoration: none; 
}
.footer a:hover { 
    color: #ffffff; 
    text-decoration: underline; 
}
.footer h5 {
    color: #ffffff;
    margin-bottom: 1rem;
}

/* Links */
a { 
    color: rgb(var(--fazl-color-blue)); 
    text-decoration: none; 
}
a:hover { 
    color: rgb(var(--fazl-color-blue)); 
    text-decoration: underline; 
}
a:visited { 
    color: rgb(var(--fazl-color-blue)); 
}

/* Mobile Navigation */
.navbar-toggler {
    border: 1px solid rgb(var(--fazl-color-blue));
    padding: 0.5rem;
}
.navbar-toggler:focus {
    box-shadow: 0 0 0 0.2rem rgba(var(--fazl-color-blue),0.25);
    border-color: rgb(var(--fazl-color-blue));
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgb%280%2C140%2C160%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='m4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Mobile Dropdown Menu */
@media (max-width: 991.98px) {
    .navbar-collapse {
        background-color: #ffffff !important;
        border-radius: 8px;
        margin-top: 1rem;
        padding: 1rem;
        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        border: 1px solid #e9ecef;
    }
    
    .navbar-nav {
        background-color: #ffffff !important;
        text-align: left; 
        margin-top: 0;
    }
    
    .navbar-nav .nav-link {
        color: rgb(var(--fazl-color-blue)) !important;
        padding: 0.75rem 1rem !important;
        border-radius: 5px;
        margin: 0.25rem 0;
        background-color: transparent !important;
    }
    
    .navbar-nav .nav-link:hover {
        background-color: rgba(var(--fazl-color-blue),0.1) !important;
        color: rgb(var(--fazl-color-blue)) !important;
    }
    
    .navbar-nav .nav-link.active {
        background-color: rgba(var(--fazl-color-blue),0.15) !important;
        color: rgb(var(--fazl-color-blue)) !important;
        font-weight: 600;
    }
    
    .dropdown-menu {
        background-color: #f8f9fa !important;
        border: none;
        box-shadow: none;
        margin: 0;
        padding: 0.5rem 0;
    }
    
    .dropdown-item {
        color: rgb(var(--fazl-color-blue)) !important;
        padding: 0.5rem 1.5rem;
        background-color: transparent !important;
    }
    
    .dropdown-item:hover {
        background-color: rgba(var(--fazl-color-blue),0.1) !important;
        color: rgb(var(--fazl-color-blue)) !important;
    }
    
    .dropdown-item.active {
        background-color: rgba(var(--fazl-color-blue),0.15) !important;
        color: rgb(var(--fazl-color-blue)) !important;
        font-weight: 600;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .hero-content h1 { font-size: 2rem; }
    .section-title { font-size: 1.75rem; }
    .navbar-nav { text-align: center; margin-top: 1rem; }
    .opening-hours li { 
        flex-direction: column; 
        text-align: center; 
    }
}

    /* Navigation */
    .navbar {
        background-color: #ffffff;
        padding: 1rem 0;
        box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    }
    .navbar-brand img { height: 50px; width: auto; }
    .navbar-nav .nav-link {
        color: rgb(var(--fazl-color-blue)) !important;
        font-weight: 500;
        padding: 0.75rem 1rem !important;
        transition: all 0.3s ease;
        border-radius: 5px;
        margin: 0 0.25rem;
    }
    .navbar-nav .nav-link:hover { background-color: rgba(var(--fazl-color-blue),0.1); }
    .dropdown-menu {
        background-color: #ffffff;
        border: 1px solid #e9ecef;
        border-radius: 8px;
        box-shadow: 0 5px 15px rgba(0,0,0,0.2);
        margin-top: 0.5rem;
    }
    .dropdown-item {
        color: rgb(var(--fazl-color-blue));
        padding: 0.75rem 1.5rem;
        transition: all 0.3s ease;
    }
    .dropdown-item:hover { background-color: rgba(var(--fazl-color-blue),0.1); color: rgb(var(--fazl-color-blue)); }
    .dropdown-divider { border-color: #e9ecef; }
    
    /* Content */
    .content { background-color: #ffffff; color: #333333; min-height: 100vh; }
    
    /* Hero */
    .hero-section {
        background: linear-gradient(135deg, rgb(var(--fazl-color-blue)) 0%, rgb(var(--fazl-color-blue)) 100%);
        color: #ffffff;
        padding: 4rem 0;
    }
    .hero-content h1 {
        font-size: 2.5rem;
        font-weight: 700;
        margin-bottom: 1.5rem;
        line-height: 1.2;
    }
    
    /* Sections */
    .section-title {
        color: rgb(var(--fazl-color-blue));
        font-size: 2.25rem;
        font-weight: 700;
        margin-bottom: 1.5rem;
        text-align: center;
    }
    
    /* Cards */
    .info-card {
        background: #ffffff;
        border-radius: 15px;
        padding: 2rem;
        margin-bottom: 2rem;
        box-shadow: 0 5px 20px rgba(0,0,0,0.08);
        height: 100%;
    }
    .info-card h3 {
        color: rgb(var(--fazl-color-blue));
        font-size: 1.5rem;
        font-weight: 600;
        margin-bottom: 1rem;
    }
    .info-card h4 {
        color: rgb(var(--fazl-color-blue));
        font-size: 1.25rem;
        font-weight: 600;
        margin-bottom: 1rem;
        margin-top: 2rem;
    }
    
    /* Service Cards */
    .service-card {
        background: #ffffff;
        border-radius: 15px;
        padding: 2rem;
        margin-bottom: 2rem;
        box-shadow: 0 5px 20px rgba(0,0,0,0.08);
        height: 100%;
        transition: all 0.3s ease;
        border: 1px solid #f0f0f0;
    }
    .service-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 30px rgba(0,0,0,0.15);
        border-color: rgba(var(--fazl-color-blue),0.2);
    }
    .service-card .icon {
        font-size: 3rem;
        color: rgb(var(--fazl-color-blue));
        margin-bottom: 1.5rem;
    }
    .service-card h3 {
        color: rgb(var(--fazl-color-blue));
        font-size: 1.5rem;
        font-weight: 600;
        margin-bottom: 1rem;
    }
    .service-card h4 {
        color: rgb(var(--fazl-color-blue));
        font-size: 1.25rem;
        font-weight: 600;
        margin-bottom: 1rem;
        margin-top: 2rem;
    }
    .service-card ul {
        text-align: left;
        margin: 1rem 0;
        padding-left: 1.5rem;
    }
    .service-card ul li {
        margin-bottom: 0.5rem;
        color: #666;
    }
    .service-card .btn {
        background-color: rgb(var(--fazl-color-blue));
        border: none;
        color: #ffffff;
        padding: 0.75rem 1.5rem;
        border-radius: 25px;
        font-weight: 500;
        text-decoration: none;
        display: inline-block;
        margin-top: 1rem;
        transition: all 0.3s ease;
    }
    .service-card .btn:hover {
        background-color: rgba(var(--fazl-color-blue),0.9);
        transform: translateY(-2px);
        box-shadow: 0 5px 15px rgba(var(--fazl-color-blue),0.3);
        color: #ffffff;
        text-decoration: none;
    }
    
    /* Emergency Cards */
    .emergency-card {
        background: #ffffff;
        border-radius: 15px;
        padding: 2rem;
        margin-bottom: 2rem;
        box-shadow: 0 5px 20px rgba(0,0,0,0.08);
        height: 100%;
        border-left: 5px solid #ff6b6b;
    }
    .emergency-card h3 {
        color: #ff6b6b;
        font-size: 1.5rem;
        font-weight: 600;
        margin-bottom: 1rem;
    }
    .emergency-card h4 {
        color: #ff6b6b;
        font-size: 1.25rem;
        font-weight: 600;
        margin-bottom: 1rem;
        margin-top: 2rem;
    }
    
    /* Emergency Contact */
    .emergency-contact {
        background: rgb(var(--fazl-color-blue));
        color: #ffffff;
        padding: 2rem;
        border-radius: 15px;
        text-align: center;
        margin: 2rem 0;
    }
    .emergency-contact h3 {
        color: #ffffff;
        margin-bottom: 1rem;
    }
    .emergency-contact .phone {
        font-size: 2rem;
        font-weight: 700;
        margin: 1rem 0;
    }
    
    /* Treatment Cards */
    .treatment-card {
        background: #ffffff;
        border-radius: 15px;
        padding: 1.5rem;
        margin-bottom: 1.5rem;
        box-shadow: 0 5px 20px rgba(0,0,0,0.08);
        border-left: 4px solid #ff6b6b;
    }
    .treatment-card h4 {
        color: #ff6b6b;
        font-size: 1.1rem;
        font-weight: 600;
        margin-bottom: 0.5rem;
    }
    .treatment-card p {
        margin: 0;
        font-size: 0.95rem;
    }
    
    /* Special Lists */
    .special-list {
        list-style: none;
        padding: 0;
    }
    .special-list li {
        padding: 0.5rem 0;
        position: relative;
        padding-left: 1.5rem;
    }
    .special-list li:before {
        content: '–';
        position: absolute;
        left: 0;
        color: rgb(var(--fazl-color-blue));
        font-weight: bold;
    }
    
    /* Tables */
    .table {
        margin-bottom: 2rem;
        border-collapse: collapse;
        width: 100%;
        border: 1px solid #dee2e6;
    }
    .table th {
        background-color: rgb(var(--fazl-color-blue)) !important;
        color: #ffffff !important;
        font-weight: 600;
        border: 1px solid #dee2e6;
        padding: 0.75rem;
        text-align: center;
        vertical-align: middle;
    }
    .table td {
        padding: 0.75rem;
        border: 1px solid #dee2e6;
        vertical-align: middle;
        text-align: center;
        background-color: #ffffff;
    }
    .table tbody tr:hover {
        background-color: rgba(var(--fazl-color-blue),0.05);
    }
    .table tbody tr:hover td {
        background-color: rgba(var(--fazl-color-blue),0.05);
    }
    
    /* Table Icons */
    .table .fa-check {
        color: #28a745;
        font-size: 1.2rem;
    }
    .table .fa-xmark-large {
        color: #dc3545;
        font-size: 1.2rem;
    }
    
    /* Table Component */
    .table_component {
        overflow: auto;
        width: 100%;
        border-radius: 10px;
        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        margin-bottom: 2rem;
    }
    .table_component table {
        border: 1px solid #dee2e6;
        width: 100%;
        border-collapse: collapse;
        margin: 0;
    }
    .table_component caption {
        background-color: rgb(var(--fazl-color-blue));
        color: #ffffff;
        font-weight: 600;
        padding: 1rem;
        text-align: center;
        caption-side: top;
        margin: 0;
        border: 1px solid #dee2e6;
        border-bottom: none;
    }
    
    /* Notice Boxes */
    .notice {
        background-color: #ffeb3b;
        border: none;
        border-radius: 15px;
        padding: 1.5rem;
        margin: 2rem 0;
        box-shadow: 0 3px 10px rgba(0,0,0,0.1);
        color: #000000;
    }
    .notice h4 {
        color: #000000;
        margin-bottom: 1rem;
        font-weight: 600;
    }
    .notice ul {
        margin-bottom: 0;
        color: #000000 !important;
    }
    .notice ul li {
        color: #000000 !important;
    }
    .notice p {
        color: #000000;
    }
    .notice i {
        color: #000000;
    }
    .notice {
        color: #000000;
    }
    
    /* Accordion */
    .fazl-accordion .accordion-item {
        border: 1px solid #e9ecef;
        border-radius: 10px !important;
        margin-bottom: 1rem;
        overflow: hidden;
    }
    .fazl-accordion .accordion-button {
        background-color: #f8f9fa;
        color: rgb(var(--fazl-color-blue));
        font-weight: 600;
        border: none;
        padding: 1rem 1.5rem;
    }
    .fazl-accordion .accordion-button:not(.collapsed) {
        background-color: rgb(var(--fazl-color-blue));
        color: #ffffff;
        box-shadow: none;
    }
    .fazl-accordion .accordion-button:focus {
        box-shadow: 0 0 0 0.2rem rgba(var(--fazl-color-blue),0.25);
        border-color: rgb(var(--fazl-color-blue));
    }
    .fazl-accordion .accordion-body {
        padding: 1.5rem;
        background-color: #ffffff;
    }
    
    /* Highlight Box */
    .highlight-box {
        background: linear-gradient(135deg, rgb(var(--fazl-color-blue)) 0%, rgb(var(--fazl-color-blue)) 100%);
        color: #ffffff;
        padding: 2rem;
        border-radius: 15px;
        margin: 2rem 0;
        text-align: center;
    }
    .highlight-box h3 {
        color: #ffffff;
        margin-bottom: 1rem;
    }
    .highlight-box .btn {
        margin-top: 1rem;
    }
    
    /* Homepage Specific Styles */
    .btn-hero {
        background-color: #ffffff;
        color: rgb(var(--fazl-color-blue)) !important;
        border: 2px solid rgb(var(--fazl-color-blue));
        padding: 1rem 2rem;
        font-size: 1.1rem;
        font-weight: 600;
        border-radius: 50px;
        transition: all 0.3s ease;
        text-decoration: none;
        display: inline-block;
    }
    .btn-hero:hover {
        background-color: rgb(var(--fazl-color-blue));
        color: #ffffff !important;
        transform: translateY(-2px);
        box-shadow: 0 5px 15px rgba(0,0,0,0.2);
        text-decoration: none;
    }
    
    /* Content Sections */
    .content-section { 
        padding: 4rem 0; 
    }
    .content-section:nth-child(even) { 
        background-color: #f8f9fa; 
    }
    .section-subtitle {
        color: rgb(var(--fazl-color-blue));
        font-size: 1.1rem;
        text-align: center;
        margin-bottom: 3rem;
        font-weight: 500;
    }
    
    /* Specialty Cards */
    .specialty-card {
        background: #ffffff;
        border-radius: 15px;
        padding: 2rem;
        margin-bottom: 2rem;
        box-shadow: 0 5px 20px rgba(0,0,0,0.08);
        transition: all 0.3s ease;
        height: 100%;
    }
    .specialty-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    }
    .specialty-icon {
        font-size: 3rem;
        color: rgb(var(--fazl-color-blue));
        margin-bottom: 1.5rem;
        text-align: center;
        display: block;
    }
    .specialty-card h3 {
        color: rgb(var(--fazl-color-blue));
        font-size: 1.5rem;
        font-weight: 600;
        margin-bottom: 1rem;
        text-align: center;
    }
    .specialty-card .btn {
        background-color: rgb(var(--fazl-color-blue));
        border: none;
        color: #ffffff;
        padding: 0.75rem 1.5rem;
        border-radius: 25px;
        font-weight: 500;
        width: 100%;
    }
    
    /* Doctor Info */
    .doctor-info {
        background: linear-gradient(135deg, rgb(var(--fazl-color-blue)) 0%, rgb(var(--fazl-color-blue)) 100%);
        color: #ffffff;
        padding: 4rem 0;
        margin: 4rem 0;
        border-radius: 20px;
    }
    .certificate-list { 
        list-style: none; 
        padding: 0; 
    }
    .certificate-list li {
        padding: 0.5rem 0;
        border-bottom: 1px solid rgba(255,255,255,0.2);
    }
    .certificate-list li:last-child { 
        border-bottom: none; 
    }
    
    /* Contact Section */
    .contact-section { 
        background-color: rgb(var(--fazl-color-blue)); 
        color: #ffffff; 
        padding: 4rem 0; 
    }
    .contact-card {
        background: rgba(255,255,255,0.1);
        border-radius: 15px;
        padding: 2rem;
        margin-bottom: 2rem;
    }
    .phone-link {
        color: #ffffff;
        font-size: 1.5rem;
        font-weight: 700;
        text-decoration: none;
        display: inline-block;
        margin-bottom: 1rem;
    }
    .phone-link:hover { 
        color: rgb(var(--fazl-color-blue)); 
    }
    .opening-hours { 
        list-style: none; 
        padding: 0; 
    }
    .opening-hours li {
        display: flex;
        justify-content: space-between;
        padding: 0.5rem 0;
        border-bottom: 1px solid rgba(255,255,255,0.2);
    }
    .email-link {
        color: #ffffff;
        text-decoration: none;
    }
    .email-link:hover {
        color: #ffffff;
        text-decoration: underline;
    }
    
    /* Footer */
    .footer { background-color: rgb(var(--fazl-color-blue)); color: #ffffff; padding: 2rem 0; }
    .footer a { color: #ffffff; text-decoration: none; }
    .footer a:hover { color: #ffffff; text-decoration: underline; }
    
    /* Links */
    a { color: rgb(var(--fazl-color-blue)); text-decoration: none; }
    a:hover { color: rgb(var(--fazl-color-blue)); text-decoration: underline; }
    a:visited { color: rgb(var(--fazl-color-blue)); }
    
    /* Mobile Navigation */
    .navbar-toggler {
        border: 1px solid rgb(var(--fazl-color-blue));
        padding: 0.5rem;
    }
    .navbar-toggler:focus {
        box-shadow: 0 0 0 0.2rem rgba(var(--fazl-color-blue),0.25);
        border-color: rgb(var(--fazl-color-blue));
    }
    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgb%280%2C140%2C160%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='m4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }
    
    /* Mobile Dropdown Menu */
    @media (max-width: 991.98px) {
        .navbar-collapse {
            background-color: #ffffff !important;
            border-radius: 8px;
            margin-top: 1rem;
            padding: 1rem;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
            border: 1px solid #e9ecef;
        }
        
        .navbar-nav {
            background-color: #ffffff !important;
            text-align: left; 
            margin-top: 0;
        }
        
        .navbar-nav .nav-link {
            color: rgb(var(--fazl-color-blue)) !important;
            padding: 0.75rem 1rem !important;
            border-radius: 5px;
            margin: 0.25rem 0;
            background-color: transparent !important;
        }
        
        .navbar-nav .nav-link:hover {
            background-color: rgba(var(--fazl-color-blue),0.1) !important;
            color: rgb(var(--fazl-color-blue)) !important;
        }
        
        .navbar-nav .nav-link.active {
            background-color: rgba(var(--fazl-color-blue),0.15) !important;
            color: rgb(var(--fazl-color-blue)) !important;
            font-weight: 600;
        }
        
        .dropdown-menu {
            background-color: #f8f9fa !important;
            border: none;
            box-shadow: none;
            margin: 0;
            padding: 0.5rem 0;
        }
        
        .dropdown-item {
            color: rgb(var(--fazl-color-blue)) !important;
            padding: 0.5rem 1.5rem;
            background-color: transparent !important;
        }
        
        .dropdown-item:hover {
            background-color: rgba(var(--fazl-color-blue),0.1) !important;
            color: rgb(var(--fazl-color-blue)) !important;
        }
        
        .dropdown-item.active {
            background-color: rgba(var(--fazl-color-blue),0.15) !important;
            color: rgb(var(--fazl-color-blue)) !important;
            font-weight: 600;
        }
    }
    
    /* Mobile */
    @media (max-width: 768px) {
        .hero-content h1 { font-size: 2rem; }
        .section-title { font-size: 1.75rem; }
    }
    
    /* Print Styles - Optimiert für A4 Format */
    @media print {
        /* Grundlegende Print-Einstellungen */
        * {
            -webkit-print-color-adjust: exact !important;
            color-adjust: exact !important;
            print-color-adjust: exact !important;
        }
        
        @page {
            size: A4;
            margin: 2cm 1.5cm;
        }
        
        body {
            font-size: 12pt;
            line-height: 1.4;
            color: #000 !important;
            background: #fff !important;
        }
        
        /* Navigation und Footer ausblenden */
        .navbar,
        .footer,
        .btn,
        .phone-link,
        iframe,
        .dropdown-menu,
        .navbar-toggler {
            display: none !important;
        }
        
        /* Hero Section für Print optimieren */
        .hero-section {
            background: #f8f9fa !important;
            color: #000 !important;
            padding: 1rem 0 !important;
            border-bottom: 2px solid rgb(var(--fazl-color-blue)) !important;
            page-break-inside: avoid;
        }
        
        .hero-content h1 {
            font-size: 18pt !important;
            color: rgb(var(--fazl-color-blue)) !important;
            margin-bottom: 0.5rem !important;
        }
        
        .hero-content .lead {
            font-size: 12pt !important;
            color: #333 !important;
        }
        
        /* Content-Bereich */
        .content {
            background: #fff !important;
            min-height: auto !important;
        }
        
        .container {
            max-width: 100% !important;
            padding: 0 !important;
            margin: 0 !important;
        }
        
        /* Karten für Print optimieren */
        .info-card,
        .contact-card,
        .specialty-card,
        .service-card,
        .emergency-card,
        .treatment-card {
            background: #fff !important;
            border: 1px solid #ddd !important;
            border-radius: 0 !important;
            box-shadow: none !important;
            padding: 1rem !important;
            margin-bottom: 1rem !important;
            page-break-inside: avoid;
        }
        
        /* Überschriften */
        .section-title {
            font-size: 16pt !important;
            color: rgb(var(--fazl-color-blue)) !important;
            text-align: left !important;
            margin: 1rem 0 0.5rem 0 !important;
            border-bottom: 1px solid rgb(var(--fazl-color-blue)) !important;
            padding-bottom: 0.25rem !important;
        }
        
        h1 { font-size: 18pt !important; }
        h2 { font-size: 16pt !important; }
        h3 { font-size: 14pt !important; color: rgb(var(--fazl-color-blue)) !important; }
        h4 { font-size: 12pt !important; color: rgb(var(--fazl-color-blue)) !important; }
        
        /* Listen optimieren */
        ul, ol {
            margin: 0.5rem 0 !important;
            padding-left: 1.5rem !important;
        }
        
        li {
            margin-bottom: 0.25rem !important;
            page-break-inside: avoid;
        }
        
        .opening-hours {
            list-style: none !important;
            padding: 0 !important;
        }
        
        .opening-hours li {
            display: flex !important;
            justify-content: space-between !important;
            border-bottom: 1px dotted #ccc !important;
            padding: 0.25rem 0 !important;
        }
        
        /* Tabellen */
        table {
            width: 100% !important;
            border-collapse: collapse !important;
            margin: 1rem 0 !important;
            page-break-inside: avoid;
        }
        
        th, td {
            border: 1px solid #ddd !important;
            padding: 0.5rem !important;
            text-align: left !important;
        }
        
        th {
            background-color: rgb(var(--fazl-color-blue)) !important;
            color: #fff !important;
            font-weight: bold !important;
        }
        
        /* Links */
        a {
            color: rgb(var(--fazl-color-blue)) !important;
            text-decoration: underline !important;
        }
        
        a[href]:after {
            content: " (" attr(href) ")";
            font-size: 10pt;
            color: #666;
        }
        
        a[href^="tel:"]:after,
        a[href^="mailto:"]:after,
        a[href^="#"]:after {
            content: "";
        }
        
        /* Icons ausblenden oder durch Text ersetzen */
        i[class*="fa-"] {
            display: none !important;
        }
        
        /* Seitenumbrüche */
        .page-break {
            page-break-before: always !important;
        }
        
        .no-break {
            page-break-inside: avoid !important;
        }
        
        /* Bootstrap Grid für Print */
        .row {
            margin: 0 !important;
        }
        
        .col-lg-12,
        .col-lg-6,
        .col-lg-4,
        .col-lg-3,
        .col-md-12,
        .col-md-6,
        .col-md-4,
        .col-md-3 {
            width: 100% !important;
            padding: 0 !important;
            margin-bottom: 1rem !important;
        }
        
        /* Spezielle Print-Klassen */
        .print-only {
            display: block !important;
        }
        
        .no-print {
            display: none !important;
        }
        
        /* Highlight-Boxen für Print */
        .highlight-box,
        .doctor-info {
            background: #f8f9fa !important;
            border: 2px solid rgb(var(--fazl-color-blue)) !important;
            color: #000 !important;
            padding: 1rem !important;
            margin: 1rem 0 !important;
            page-break-inside: avoid;
        }
        
        .highlight-box h3,
        .doctor-info h2,
        .doctor-info h4 {
            color: rgb(var(--fazl-color-blue)) !important;
        }
        
        /* Certificate Lists */
        .certificate-list {
            list-style: none !important;
            padding: 0 !important;
        }
        
        .certificate-list li {
            border-bottom: 1px dotted #ccc !important;
            padding: 0.25rem 0 !important;
        }
        
        /* Notice Boxen */
        .notice {
            background: #fff3cd !important;
            border: 1px solid #ffeaa7 !important;
            padding: 1rem !important;
            margin: 1rem 0 !important;
            page-break-inside: avoid;
        }
        
        /* Print Header - wird automatisch hinzugefügt */
        .print-header {
            display: block !important;
            text-align: center;
            border-bottom: 2px solid rgb(var(--fazl-color-blue));
            padding-bottom: 1rem;
            margin-bottom: 2rem;
        }
        
        /* Print Footer - wird automatisch hinzugefügt */
        .print-footer {
            display: block !important;
            text-align: center;
            border-top: 1px solid #ccc;
            padding-top: 1rem;
            margin-top: 2rem;
            font-size: 10pt;
            color: #666;
        }
    }