.fewo-header {
    background: url("../img/headerbg.jpg") center top no-repeat;
    background-size: cover;
    color: #fff;
    padding: 1.5rem 0;
}

.fewo-header__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.fewo-header__left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.fewo-logo {
    height: 60px;
    width: auto;
}

.claim {
    color: #fff;
    font: italic 400 25px 'Amaranth', sans-serif;
    margin-top: 46px;
    text-shadow: 0 0 3px #999;
}

.claim2 {
    background: transparent;
    color: #fff;
    font: 20px 'Amaranth', sans-serif !important;
    letter-spacing: 0.05em;
    margin-top: 46px !important;
    text-shadow: 0 0 3px #999;
    text-align: right;
    display: block;
}

.fewo-header__right {
    text-align: right;
    max-width: 500px;
}

.footer.footer.accent {
    background-color: #2EBAC9;
}

@media (max-width: 768px) {
    .fewo-header {
        padding: 2rem 0 1rem;
        text-align: center;
    }

    .fewo-header__inner {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .claim,
    .claim2 {
        display: none !important;
    }

    .fewo-logo {
        height: 80px;
        margin: 0 auto;
    }

    .fewo-header__left,
    .fewo-header__right {
        align-items: center;
        text-align: center;
        width: 100%;
    }
}

.impressum {
    padding: 3rem 1rem;
    background-color: #fff;
    color: #222;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.6;
}

.impressum .container {
    max-width: 800px;
    margin: 0 auto;
}

.impressum h2 {
    font-size: 1.5rem;
    margin-top: 2rem;
    color: #222;
}

.impressum h3 {
    font-size: 1.2rem;
    margin-top: 1.5rem;
    color: #333;
}

.impressum a {
    color: #0077cc;
    text-decoration: none;
}

.impressum a:hover {
    text-decoration: underline;
}

.impressum strong {
    font-weight: 600;
}

.agb {
    background-color: #fff;
    color: #222;
    padding: 2rem 1rem;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.6;
    font-size: 15px;
}

.agb .container {
    max-width: 850px;
    margin: 0 auto;
}

.agb h1 {
    font-size: 1.5rem;
    color: #111;
    margin-bottom: 1rem;
    line-height: 1.3;
}

.agb h2 {
    font-size: 1.2rem;
    color: #222;
    margin-top: 1.8rem;
    border-bottom: 1px solid #ddd;
    padding-bottom: 0.25rem;
}

.agb h3 {
    font-size: 1rem;
    color: #333;
    margin-top: 1.2rem;
    font-weight: 600;
}

.agb p {
    margin: 0.5rem 0 1rem;
}

.agb ul {
    list-style: disc;
    padding-left: 1.2rem;
    margin-bottom: 1rem;
}

.agb a {
    color: #0077cc;
    text-decoration: none;
}

.agb a:hover {
    text-decoration: underline;
}

.agb strong {
    font-weight: 600;
}

.datenschutz {
    background-color: #fff;
    color: #222;
    padding: 2.5rem 1rem;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.6;
    font-size: 15px;
}

.datenschutz .container {
    max-width: 850px;
    margin: 0 auto;
}

.datenschutz h1 {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #111;
}

.datenschutz h2 {
    font-size: 1.2rem;
    margin-top: 1.8rem;
    border-bottom: 1px solid #ddd;
    padding-bottom: 0.25rem;
    color: #222;
}

.datenschutz h3 {
    font-size: 1rem;
    margin-top: 1.2rem;
    font-weight: 600;
    color: #333;
}

.datenschutz p {
    margin: 0.5rem 0 1rem;
}

.datenschutz ul {
    list-style: disc;
    margin-left: 1.3rem;
}

.datenschutz a {
    color: #0077cc;
    text-decoration: none;
}

.datenschutz a:hover {
    text-decoration: underline;
}

.datenschutz .footer-note {
    margin-top: 2rem;
    font-size: 0.9rem;
    color: #666;
    border-top: 1px solid #ddd;
    padding-top: 1rem;
    text-align: center;
}

.kontakt {
    background-color: #fff;
    color: #222;
    padding: 3rem 1rem;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.6;
}

.kontakt .container {
    max-width: 700px;
    margin: 0 auto;
}

.contact h1 {
    font-size: 1.6rem;
    color: #111;
    margin-bottom: 1rem;
}

.contact p {
    margin-bottom: 2rem;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.contact-form label {
    font-weight: 600;
    margin-top: 0.5rem;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 0.75rem;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-family: inherit;
    font-size: 1rem;
}

.contact-form textarea {
    resize: vertical;
}

.contact-btn {
    background-color: #005eb8;
    color: #fff;
    font-weight: 600;
    border: none;
    border-radius: 4px;
    padding: 0.75rem 1.5rem;
    cursor: pointer;
    margin-top: 1rem;
    align-self: flex-start;
    transition: background-color 0.2s ease;
}

.contact-btn:hover {
    background-color: #004b95;
}

.g-recaptcha {
    margin-top: 0.5rem;
}
