/*
Theme Name: Kleintieraerzte Waldbrunn Übergangsseite
Author: ChatGPT
Description: Übergangs-Theme mit klarem Hierarchie-Design
Version: 1.1
*/

body {
    margin: 0;
    font-family: 'Inter', sans-serif;
    background-color: #173a28;
    color: #333;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    padding: 20px;
}

.container {
    max-width: 640px;
    text-align: center;
    background: #fff;
    padding: 40px;
    border-radius: 16px;
    box-shadow: 0 6px 24px rgba(0,0,0,0.08);
}

.logo {
    width: 140px;
    height: auto;
    margin-bottom: 25px;
}

h1 {
    font-size: 2rem;
    margin-bottom: 15px;
    color: #173a28; /* Praxisgrün */
    font-weight: 700;
}

h2 {
    font-size: 1.5rem;
    margin: 25px 0 15px;
    color: #444;
    font-weight: 600;
    position: relative;
}

h2::after {
    content: "";
    display: block;
    width: 40px;
    height: 3px;
    background: #2a7d2e;
    margin: 8px auto 0;
    border-radius: 2px;
}

p {
    line-height: 1.6;
    margin: 12px 0;
}

strong {
    font-weight: 600;
    color: #222;
}

a {
    color: #2a7d2e;
    text-decoration: none;
    font-weight: 500;
}

a:hover {
    text-decoration: underline;
}

/* Highlight-Boxen für wichtige Infos */
.notice {
    background: #eef8ef;
    border-left: 4px solid #2a7d2e;
    padding: 15px;
    border-radius: 8px;
    margin: 20px 0;
    font-weight: 500;
}

.address {
    margin-top: 25px;
    font-size: 1rem;
    line-height: 1.5;
}
