/*
Theme Name: Website eingestellt
Theme URI: https://example.com
Author: Erich
Description: Professionelles Theme, das Besuchern mitteilt, dass diese Website nicht mehr betrieben wird. Logo und Text sind über den Customizer anpassbar.
Version: 1.1
Requires at least: 5.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: eingestellt-theme
*/

* {
    box-sizing: border-box;
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #f5f6f8;
    color: #2b2f36;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    padding: 2rem;
}

.notice-card {
    background: #ffffff;
    max-width: 520px;
    width: 100%;
    padding: 3rem 2.5rem;
    border-radius: 6px;
    border: 1px solid #e2e5ea;
    box-shadow: 0 4px 24px rgba(20, 24, 33, 0.06);
    text-align: center;
}

.notice-card .logo {
    margin-bottom: 1.75rem;
}

.notice-card .logo img {
    max-width: 200px;
    max-height: 80px;
    height: auto;
    width: auto;
}

.notice-card .site-name {
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    color: #1a1d23;
    margin: 0 0 0.25rem;
}

.notice-card .divider {
    width: 40px;
    height: 2px;
    background-color: #c7cbd3;
    margin: 1.25rem auto;
}

.notice-card .message {
    font-size: 1.05rem;
    line-height: 1.65;
    color: #4a4f58;
    margin: 0 0 0.5rem;
}

.notice-card .contact {
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid #edeef1;
    font-size: 0.9rem;
    color: #767c87;
}

.notice-card .contact .contact-label {
    display: block;
    margin-bottom: 0.35rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-size: 0.75rem;
    color: #9297a1;
}

.notice-card .contact a {
    color: #2b2f36;
    text-decoration: none;
    border-bottom: 1px solid #c7cbd3;
}

.notice-card .contact a:hover {
    border-bottom-color: #2b2f36;
}

.notice-card .footer-note {
    margin-top: 2rem;
    font-size: 0.75rem;
    color: #a3a8b1;
}
