/* === GRUNDEINSTELLUNGEN & RESET === */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: Arial, sans-serif;
    color: #000000;
    background-color: #FFFFFF;
    line-height: 150%;
    font-size: 1.0em;
}

/* Standard Absatz */
p {
    margin: 0 0 1em 0;
    text-align: left;
}

/* Überschriften */
h1, h2, h3 {
    font-family: Arial, sans-serif;
    font-weight: bold;
    margin-bottom: 0.8em;
    line-height: 1.3;
}
h1 { font-size: 1.8em; color: #0000EE; }
h2 { font-size: 1.5em; color: #003366; }
h3 { font-size: 1.3em; color: #004080; }


/* === HILFSKLASSEN === */
.background { background-color: #FFFFFF; }
.rahmen { border: 5px solid #E3E1E1; box-shadow: 10px 10px 25px #000000; }
.schatten { box-shadow: 10px 10px 25px #000000; }
.big { font-size: 1.4em; }
.space { margin-top: 1em !important; }
.center { text-align: center; }
.blue-text { color: #0000EE; font-weight: bold; }

/* Alte Float-Klassen - Funktionalität beibehalten aber moderner */
.left { float: left; width: 250px; margin: 0 20px 20px 0; }
.right { float: right; width: 250px; margin: 0 0 20px 20px; }
.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

.verweis { font-size: 0.8em; margin-top: 1em; color: #ffffff; }


/* Menüboxen */
.menu {
    font-size: .8em;
    float: left;
    margin: 0 7px 0.7em 0;
    width: 210px;
    padding: 0;
    border: none;
    background: transparent;
}

.menu a.norm3 {
    display: block;
    width: 100%;
    padding: 2px 4px;
    border: 1px solid #000000;
    background-color: #C1C9E3;
    color: #000000;
    text-decoration: none;
    box-sizing: border-box;
}

.menu a.norm3:hover {
    background-color: #3060FA;
    color: #ffffff;
}

.presse {
    width: 150px;
    height: 70px;
    margin-right: 2em;
    margin-bottom: 1em;
    float: left;
}

/* === GEMEINSAME LINK-STILE === */
a {
    font-family: Arial, sans-serif;
    font-weight: normal;
    text-decoration: none;
    border: none;
    outline: none;
}
a:hover { text-decoration: none; }

/* Menü-Links (Gelb) */
a.men:link, a.men:visited, a.men:active {
    color: #FFFF00;
    font-weight: bold;
    border: 1px solid #FFFF00;
    padding: 1px 3px;
}
a.men:hover {
    color: #00FF00;
    font-weight: bold;
    border: 1px solid #00FF00;
}

/* Standard Buttons (Grau/Blau Hover) */
a.norm:link, a.norm:visited, a.norm:active {
    color: #000000;
    font-weight: bold;
    background-color: #C1C9E3;
    border: 1px solid #000000;
    padding: 2px 6px;
    display: inline-block;
}
a.norm:hover {
    color: #ffffff;
    font-weight: bold;
    background-color: #3060FA;
    border: 1px solid #000000;
}

/* Einfache Textlinks mit Unterstreichung */
a.norm2:link, a.norm2:visited, a.norm2:active {
    color: #000000;
    text-decoration: underline;
}
a.norm2:hover {
    color: #ffffff;
    background-color: #3060FA;
    text-decoration: none;
}




/* Fette Textlinks */
a.norm4:link, a.norm4:visited, a.norm4:active {
    color: #000000;
    font-weight: bold;
    background-color: #C1C9E3;
    padding: 1px 2px;
}
a.norm4:hover {
    color: #ffffff;
    font-weight: bold;
    background-color: #3060FA;
}

/* Schwarzer Button */
a.normb:link, a.normb:visited, a.normb:hover, a.normb:active {
    color: #ffffff;
    font-weight: bold;
    background-color: #000000;
    border: 1px solid #000000;
    padding: 2px 6px;
}

/* Weiße Links */
a.un:link, a.un:visited, a.un:hover, a.un:active { color: #ffffff; }


/* === MODERNE ELEMENTE === */
.animation-wrapper {
    text-align: center;
    margin: 5px 0;
}
.responsive-img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

/* Standard Call-to-Action Button */
.cta-button {
    display: inline-block;
    padding: 16px 24px;
    background-color: #0070c0;
    color: white !important;
    font-size: 1.2em;
    text-align: center;
    text-decoration: none;
    border-radius: 10px;
    transition: background-color 0.3s ease;
    max-width: 100%;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.cta-button:hover {
    background-color: orange;
    color: white;
}

/* Spezieller Goldener Button für Aktion */
.angel-btn {
    background-color: #b8860b;
    color: white !important;
    padding: 14px 28px;
    border-radius: 5px;
    font-weight: bold;
    display: inline-block;
    font-size: 16px;
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.angel-btn:hover {
    background-color: #d4a017;
    box-shadow: 0 6px 12px rgba(0,0,0,0.15);
    transform: translateY(-1px);
    color: white;
}

/* Infobox Stil */
.info-box {
    background:#d6e7ff;
    padding: 40px 20px;
    border-radius: 16px;
    max-width: 900px;
    margin: 40px auto;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

/* Rechtshinweis Box */
.legal-note {
    background-color:#DFE0E5;
    padding: 18px 24px;
    border-radius: 8px;
    font-size: 1em;
    line-height: 1.5;
    max-width: 680px;
    margin: 30px auto;
    box-shadow: 0 0 8px rgba(0,0,0,0.05);
    text-align: left;
}

.legal-note strong {
    display:block;
    font-size: 16px;
    margin-bottom: 6px;
}

/* Liste ohne Standard-Style */
.clean-list {
    list-style: none;
    padding-left: 1.2em;
    margin: 0 0 25px 0;
}
.clean-list li {
    margin-bottom: 10px;
}

/* Tabelle Vorteile */
.benefits-table {
    width: 100%;
    max-width: 1000px;
}
.benefits-table td {
    vertical-align: top;
    padding: 0 0 0.5em 0;
}
.benefits-table td:first-child {
    width: 30px;
}