/* Dyslexie Kids - Regular */
@font-face {
    font-family: 'Dyslexie Kids';
    src: url('fonts/Dyslexie_Regular_child_173650.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Dyslexie Kids - Italic */
@font-face {
    font-family: 'Dyslexie Kids';
    src: url('fonts/Dyslexie_Italic_child_173650.woff') format('woff');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

/* Dyslexie Kids - Bold */
@font-face {
    font-family: 'Dyslexie Kids';
    src: url('fonts/Dyslexie_Bold_child_173650.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Dyslexie Kids - Bold Italic */
@font-face {
    font-family: 'Dyslexie Kids';
    src: url('fonts/Dyslexie_Bold_Italic_child_173650.woff') format('woff');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Dyslexie Kids', 'Segoe UI', Tahoma, sans-serif;
    line-height: 2.0;
    color: #333;
}

/* Header, Navigation und Überschriften bleiben klassisch */
header,
nav,
footer,
h1,
h2,
h3,
.logo,
.tagline,
.contact-box {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

header {
    background: linear-gradient(135deg, #1a7b8e 0%, #2596ab 100%);
    color: white;
    padding: 2rem 0;
    text-align: right;
}

strong,
b {
    font-weight: 700;
    text-shadow: 0.5px 0 0 currentColor;
}


.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.logo {
    font-size: 3rem;
    font-weight: 300;
    letter-spacing: 2px;
    margin-bottom: 0.5rem;
}

.logo-link {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

.tagline {
    font-size: 0.9rem;
    font-weight: 300;
    opacity: 0.95;
}

nav {
    background: #f8f9fa;
    padding: 1rem 0;
    border-bottom: 1px solid #e0e0e0;
}

nav ul {
    list-style: none;
    display: flex;
    justify-content: flex-start;
    gap: 2rem;
    margin: 0;
    padding: 0;
}

nav a {
    text-decoration: none;
    color: #1a7b8e;
    font-weight: 500;
    transition: color 0.3s;
}

nav a:hover {
    color: #2596ab;
}

section {
    padding: 3rem 0;
}

section:nth-child(even) {
    background: #f8f9fa;
}

.services {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.service-card {
    background: white;
    padding: 1.5rem;
    border-left: 4px solid #1a7b8e;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.service-card h3 {
    color: #1a7b8e;
    margin-bottom: 0.5rem;
}

.contact-info {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.contact-box {
    background: white;
    padding: 1.5rem;
    border-radius: 5px;
}

.contact-box h3 {
    color: #1a7b8e;
    margin-bottom: 1rem;
    font-size: 1.2rem;
}

.contact-box p {
    margin-bottom: 0.5rem;
}

.contact-box a {
    color: #1a7b8e;
    text-decoration: none;
}

.contact-box a:hover {
    text-decoration: underline;
}

footer {
    background: #1a7b8e;
    color: white;
    text-align: center;
    padding: 2rem 0;
    margin-top: 3rem;
}

footer p {
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
}

footer a {
    color: white;
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .logo {
        font-size: 2rem;
    }

    nav ul {
        flex-direction: column;
        gap: 1rem;
        align-items: center;
    }

    section {
        padding: 2rem 0;
    }
}

/* Styles für Impressum und Datenschutz Seiten */
.content {
    padding: 3rem 0;
    min-height: 60vh;
}

h1 {
    color: #1a7b8e;
    margin-bottom: 2rem;
    font-size: 2.4rem;
    font-weight: 500;
}

h2 {
    color: #1a7b8e;
    margin-top: 2rem;
    margin-bottom: 1.5rem;
    font-size: 2.2rem;
    font-weight: 500;
}

h3 {
    color: #1a7b8e;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    font-weight: 500;
}

p {
    margin-bottom: 1.5rem;
    font-size: 1.05.rem;
}

ul {
    margin-left: 2rem;
    margin-bottom: 1rem;
}

ul li {
    margin-bottom: 0.5rem;
}

a {
    color: #1a7b8e;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.highlight {
    background: #f0f8fa;
    padding: 1rem;
    border-left: 4px solid #1a7b8e;
    margin: 1.5rem 0;
}

.footer-disclaimer {
    margin-top: 3rem;
    font-size: 0.9rem;
    color: #666;
}

.footer-links {
    margin-top: 1rem;
}

.footer-links a {
    color: white;
    margin: 0 1rem;
}

.dyslexie-note {
    margin-top: 1rem;
    font-size: 0.85rem;
}

.dyslexie-note a {
    text-decoration: underline;
}

.dyslexie-note a:hover {
    opacity: 0.8;
}


@media (min-width: 1000px) {
    section p,
    section h1,
    section h2,
    section h3,
    .content p,
    .content h1,
    .content h2,
    .content h3 {
        max-width: 70ch;
    }
}

@media (max-width: 768px) {
    .tagline {
        font-size: 0.75rem;  /* statt 0.9rem */
    }
}

@media (max-width: 768px) {
    nav ul {
        flex-direction: column;
        gap: 1rem;
        align-items: center;  /* zentriert auf Mobile */
    }
}
