html {
    box-sizing: border-box;
    height: 100%;
}

*, *::before, *::after {
    box-sizing: inherit;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-VariableFont_wdth,wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Italic-VariableFont_wdth,wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: italic;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #050608;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

.datenschutz {
    flex-grow: 1;
    display: flex;
    justify-content: center;
    padding: 20px 20px 0;
}

.datenschutz-container {
    background-color: #ffffff;
    padding: 2em;
    border-radius: 10px;
    width: 100%;
    max-width: 1000px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    margin-top: 2em;
    margin-bottom: 2em;
}

.datenschutz-container h2 {
    text-align: center;
    color: #0000ff;
    margin-bottom: 1.5em;
    font-size: 1.75em;
    font-weight: 700;
}

.content-group {
    margin-bottom: 1.2em;
}

.content-group h3 {
    color: #0000ff;
    font-size: 1.25em;
    font-weight: 500;
    margin-bottom: 0.3em;
}

.content-group p {
    line-height: 1.6;
}

.content-group p strong {
    display: block;
    margin-top: 10px;
    font-weight: 700;
}

.cta-container {
    text-align: center;
    z-index: 10;
}

.back-button {
    display: inline-block;
    background-color: #e6f0ff;
    color: #000000 !important;
    padding: 1.1em 1em;
    text-decoration: none;
    border: 1px solid #0000ff;
    border-radius: 5px;
    font-size: 19px !important;
    font-weight: 500;
    width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    pointer-events: auto;
}

.back-button:hover {
    background-color: #cce0ff;
}

.footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    background-color: #0000ff;
    border-top: 1px solid #ddd;
    width: 100%;
    position: relative;
    min-height: 150px;
    flex-shrink: 0;
    z-index: 5;
}

.footer-left {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 8;
}

.footer-logo {
    max-width: 290px;
    height: auto;
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.footer-text {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 1;
    white-space: nowrap;
    display: block;
    z-index: 7;
}

.footer-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding-top: 30px;
    z-index: 10;
}

.footer-links {
    display: flex;
    gap: 30px;
    margin-bottom: 10px;
    margin-top: 180px;
    z-index: 10;
}

.footer-center a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    pointer-events: auto;
}

.footer-center a:hover {
    text-decoration: underline;
}

.footer-center .footer-copyright {
    font-size: 14px;
    color: #fff;
}

@media (max-width: 1024px) {
    .datenschutz-container {
        max-width: 90%;
        padding: 1.5em;
        margin-top: 1.5em;
        margin-bottom: 1.5em;
    }
    .datenschutz-container h2 {
        font-size: 1.6em;
    }
    .content-group h3 {
        font-size: 1.2em;
    }
    .cta-container {
        z-index: 10;
    }
    .back-button {
        width: 140px;
        font-size: 18px !important;
        padding: 1em 0.9em;
        pointer-events: auto;
    }
    .footer {
        padding: 15px;
        min-height: 120px;
        z-index: 5;
    }
    .footer-left {
        top: 15px;
        left: 15px;
        z-index: 8;
    }
    .footer-logo {
        max-width: 250px;
        display: block !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
    .footer-text {
        font-size: 16px;
        bottom: 30px;
        z-index: 7;
    }
    .footer-center {
        max-width: 800px;
        padding-top: 20px;
        z-index: 10;
    }
    .footer-links {
        gap: 25px;
        margin-top: 150px;
        z-index: 10;
    }
    .footer-center a {
        font-size: 15px;
        pointer-events: auto;
    }
}

@media (max-width: 768px) {
    .datenschutz-container {
        max-width: 90%;
        padding: 1em;
        margin-top: 1em;
        margin-bottom: 1em;
    }
    .datenschutz-container h2 {
        font-size: 1.4em;
        margin-bottom: 0.6em;
    }
    .content-group h3 {
        font-size: 1.15em;
    }
    .cta-container {
        z-index: 10;
    }
    .back-button {
        width: 130px;
        font-size: 17px !important;
        padding: 0.9em 0.8em;
        pointer-events: auto;
    }
    .footer {
        flex-direction: column;
        padding: 10px;
        min-height: auto;
        z-index: 5;
    }
    .footer-left {
        position: static;
        margin-bottom: 15px;
        z-index: 8;
    }
    .footer-logo {
        max-width: 220px;
        display: block !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
    .footer-text {
        position: static;
        transform: none;
        margin: 10px 0;
        font-size: 14px;
        z-index: 7;
    }
    .footer-center {
        margin-left: 0;
        padding-top: 0;
        max-width: 90%;
        z-index: 10;
    }
    .footer-links {
        flex-direction: row;
        gap: 20px;
        margin-top: 10px;
        margin-bottom: 15px;
        z-index: 10;
    }
    .footer-center a {
        font-size: 14px;
        pointer-events: auto;
    }
    .footer-center .footer-copyright {
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    body {
        font-size: 16px;
    }
    .datenschutz-container {
        max-width: 95%;
        padding: 0.8em;
        margin-top: 0.8em;
        margin-bottom: 0.8em;
    }
    .datenschutz-container h2 {
        font-size: 1.3em;
        margin-bottom: 0.5em;
    }
    .content-group {
        margin-bottom: 1em;
    }
    .content-group h3 {
        font-size: 1.1em;
    }
    .cta-container {
        z-index: 10;
    }
    .back-button {
        width: 120px;
        font-size: 16px !important;
        padding: 0.8em 0.7em;
        pointer-events: auto;
    }
    .footer {
        padding: 8px;
        z-index: 5;
    }
    .footer-left {
        margin-bottom: 10px;
        z-index: 8;
    }
    .footer-logo {
        max-width: 180px;
        display: block !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
    .footer-text {
        font-size: 12px;
        margin: 8px 0;
        z-index: 7;
    }
    .footer-center {
        max-width: 95%;
        z-index: 10;
    }
    .footer-links {
        gap: 15px;
        margin-top: 8px;
        margin-bottom: 10px;
        z-index: 10;
    }
    .footer-center a {
        font-size: 13px;
        pointer-events: auto;
    }
    .footer-center .footer-copyright {
        font-size: 12px;
    }
}