.sonnenklar-header {
    background-color: #ffffff;
    padding: 12px 24px;
    font-family: Arial, Helvetica, sans-serif;
}

.sonnenklar-header-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    max-width: 1150px;
    margin: 0 auto;
}

/* Logo */
.sonnenklar-logo a {
    display: inline-block;
    line-height: 0;
}

.sonnenklar-logo img {
    height: 40px;
    width: auto;
}

/* Hotline (center) */
.sonnenklar-hotline {
    text-align: center;
}

#sk-navbar-widget .sonnenklar-hotline a {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: #0D476A;
}

.sonnenklar-hotline .hotline-label {
    display: flex;
    align-items: center;
    color: #0D476A;
    line-height: 1;
}

#sk-navbar-widget .sonnenklar-hotline .hotline-number {
    font-size: 22px;
    font-weight: 700;
    white-space: nowrap;
    color: #0D476A;
}

/* Contact info (right) */
.sonnenklar-contact {
    text-align: right;
    font-size: 12px;
    line-height: 1.6;
    font-weight: 600;
}

.sonnenklar-phones {
    display: flex;
    gap: 16px;
    justify-content: flex-end;
    margin-bottom: 2px;
    color: #0D476A;
}

.sonnenklar-phones a {
    color: #0D476A;
    text-decoration: none;
}

.sonnenklar-phones a:hover {
    text-decoration: underline;
}

.sonnenklar-hours {
    color: #212529BF;
    font-size: 12px;
    opacity: 0.5;
}

.sonnenklar-hours-weekend {
    display: inline;
}

@media (max-width: 576px) {
    .sonnenklar-hours-weekend {
        display: block;
    }
}

/* Responsive */
@media (max-width: 768px) {
    .sonnenklar-header {
        padding: 12px 16px;
    }

    .sonnenklar-header-container {
        flex-wrap: wrap;
    }

    .sonnenklar-logo {
        flex-shrink: 0;
    }

    .sonnenklar-logo img {
        height: 32px;
    }

    .sonnenklar-hotline {
        flex: 1;
        text-align: right;
    }

    .sonnenklar-hotline a {
        justify-content: flex-end;
    }

    .sonnenklar-hotline .hotline-number {
        font-size: 18px;
    }

    .sonnenklar-contact {
        width: 100%;
        text-align: right;
    }

    .sonnenklar-phones {
        justify-content: flex-end;
    }
}
