.elementor-3374 .elementor-element.elementor-element-78cc0f21{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-4b92a38e */:root {
    --primary-color: #1a5cff;
    --text-color: #333333;
    --bg-light: #f4f7fb;
    --accent-color: #ff9800;
    --white: #ffffff;
}

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

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    line-height: 1.6;
    color: var(--text-color);
    background-color: var(--white);
    font-size: 16px;
}

.container {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}

header {
    text-align: center;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 2px solid var(--bg-light);
}

.logo {
    max-width: 250px;
    height: auto;
    margin-bottom: 15px;
}

h1 {
    color: var(--primary-color);
    font-size: 1.8rem;
    margin-bottom: 15px;
    line-height: 1.3;
}

h2 {
    color: var(--primary-color);
    font-size: 1.4rem;
    margin: 30px 0 15px 0;
    padding-left: 10px;
    border-left: 4px solid var(--accent-color);
}

p {
    margin-bottom: 15px;
}

.sapo {
    font-size: 1.1rem;
    font-weight: 600;
    background-color: var(--bg-light);
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 30px;
    border-left: 4px solid var(--primary-color);
}

.story-box {
    background-color: #fff9e6;
    border: 1px solid #ffe082;
    padding: 15px 20px;
    border-radius: 8px;
    margin: 20px 0;
    font-style: italic;
}

.tip-box {
    background-color: #e8f0fe;
    padding: 15px 20px;
    border-radius: 8px;
    margin: 20px 0;
}

.tip-box strong {
    color: var(--primary-color);
    display: block;
    margin-bottom: 5px;
}

.german-word {
    color: #d32f2f;
    font-weight: 500;
}

ul {
    margin-bottom: 15px;
    padding-left: 20px;
}

li {
    margin-bottom: 8px;
}

.conclusion {
    text-align: center;
    font-weight: bold;
    color: var(--primary-color);
    margin-top: 40px;
    padding-top: 20px;
    border-top: 2px solid var(--bg-light);
}

@media (max-width: 600px) {
    h1 { font-size: 1.5rem; }
    h2 { font-size: 1.2rem; }
    .container { padding: 15px; }
}/* End custom CSS */