/*
 - Multimedia Project 1
 - Degree Program: MultiMediaTechnology / Salzburg University of Applied Sciences
 - Author: Kimberly Ledesma
 - Year: 2026
 */

.container-form.impressum {
    background-color: rgba(164, 173, 225, 0.85);
    backdrop-filter: blur(1px);
    border-radius: 8px;
    padding: 25px;
    color: #000;
    box-shadow: 0 8px 25px rgba(0,0,0,0.3);
}

.container-form.impressum p {
    margin: 20px 0;
}

.impressum-bg {
    min-height: 100vh;
    background-image: url("../images/footer.png");
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
    overflow: hidden;
    background-color: #1b2550;
}

.container-form .back-btn {
    background-color: #213567;
    border-radius: 10px;
    padding: 4px 15px;
    color: #d4daf8;
    text-decoration: none;
}

.container-form .back-btn:hover {
    background-color: #2b427c;
    color: white;
}

@media (max-width: 480px) {
    .impressum-bg {
        padding: 20px;
    }

    .container-form.impressum {
        font-size: 1.1rem;
    }
}

@media (max-width: 360px) {
    .container-form.impressum {
        font-size: 0.95rem;
    }
}
