/* =========================
   Grundlayout
   ========================= */

body {
    margin: 0;
    padding: 0;
    background: #ffffff;
    color: #222;
    font-family: Arial, Helvetica, sans-serif;
}

/* Zentrierter Inhaltsbereich */
.page-wrapper {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}

/* =========================
   Header (full width)
   ========================= */

.site-header {
    background: #eef0f7;
    padding: 25px 0 30px;
}

.header-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}

.logo-link {
    display: inline-block;
}

.site-logo {
    max-width: 600px;
    height: auto;
}

.site-claim {
    margin-top: 8px;
    color: #666;
    font-size: 15px;
}

/* =========================
   Typografie
   ========================= */

h1 {
    margin-top: 20px;
    font-size: 28px;
}

h2 {
    font-size: 20px;
}

/* =========================
   Breadcrumb
   ========================= */

.breadcrumb {
    font-size: 14px;
    margin: 10px 0 25px;
    color: #666;
}

.breadcrumb a {
    color: #004a8f;
    text-decoration: none;
}

.breadcrumb a:hover {
    text-decoration: underline;
}

.breadcrumb span {
    margin: 0 4px;
}

/* =========================
   Kacheln / Tiles
   ========================= */

.tiles {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin: 40px 0;
    flex-wrap: wrap;
}

.tile-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.tile {
    width: 300px;
    border: 1px solid #e6e6e6;
    padding: 20px;
    background: #fafafa;
    text-align: center;
    transition: border-color 0.2s ease;
}

.tile-link:hover .tile {
    border-color: #004a8f;
    cursor: pointer;
}

/* Logo innerhalb der Kachel */
.tile-logo {
    width: 280px;
    height: 88px;
    margin: 0 auto 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tile-logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

/* =========================
   Newsletter-Hinweis
   ========================= */

.newsletter-hint {
    max-width: 900px;
    margin: 60px auto 45px;
    padding: 16px 20px;
    background: #fafafa;
    border: 1px solid #d2d2d2;
    border-left: 4px solid #004a8f;
    color: #333;
    font-size: 14px;
    line-height: 1.5;
}

/* =========================
   Footer (full width)
   ========================= */

.site-footer {
    background: #eef0f7;
    padding: 22px 0;
    border-top: 1px solid #d6d9e5;
    margin-top: 80px;
}

.footer-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
    font-size: 14px;
    color: #666;
}

.site-footer a {
    color: #004a8f;
    text-decoration: none;
}

.site-footer a:hover {
    text-decoration: underline;
}

.site-footer .sep {
    margin: 0 6px;
    color: #999;
}

/* =========================
   Listen
   ========================= */

ul {
    padding-left: 20px;
}
/* Header full width */
.site-header {
    background: #eef0f7;
    padding: 35px 0 30px;
    border-bottom: 1px solid #d6d9e5;
}

/* Header-Inhalt zentriert */
.header-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}

/* Footer full width */
.site-footer {
    background: #eef0f7;
    padding: 22px 0;
    border-top: 1px solid #d6d9e5;
    margin-top: 80px;
}

/* Footer-Inhalt zentriert */
.footer-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}
