/* assets/css/responsive.css */

/* Globale responsive Einstellungen */
* {
    box-sizing: border-box;
}

html, body {
    overflow-x: hidden;
    width: 100%;
    -webkit-text-size-adjust: 100%;
}

img {
    max-width: 100%;
    height: auto;
}

/* Smartphones (Portrait) */
@media screen and (max-width: 576px) {
    .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Header-Anpassungen */
    .site-header {
        padding: 10px 0;
    }
    
    .logo img {
        max-height: 40px;
    }
    
    /* Verbesserte Typografie für mobile Geräte */
    h1 {
        font-size: 1.8rem;
        line-height: 1.3;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 1.3rem;
    }
    
    p {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    /* Anpassungen für Zahlungsformulare */
    .payment-form .card {
        padding: 15px;
    }
    
    .payment-form h1 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    
    /* Verbesserte Abstände für mobile Geräte */
    .section {
        padding: 30px 0;
    }
    
    .mb-4 {
        margin-bottom: 15px;
    }
    
    /* Stripe-Elemente anpassen */
    .StripeElement {
        padding: 12px;
        font-size: 16px;
    }
    
    /* Sprachauswahl im Menü anpassen */
    .language-selector {
        margin-top: 15px;
        text-align: center;
    }
    
    /* Mobile Navigation */
    .mobile-menu-toggle {
        display: block;
    }
    
    .main-navigation {
        position: fixed;
        top: 0;
        right: -100%;
        width: 80%;
        height: 100vh;
        background-color: white;
        z-index: 1000;
        transition: right 0.3s ease;
        box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
        overflow-y: auto;
        padding: 20px;
    }
    
    .main-navigation.mobile-open {
        right: 0;
    }
    
    .main-navigation ul {
        flex-direction: column;
        padding: 0;
    }
    
    .main-navigation li {
        margin: 0;
        padding: 10px 0;
        border-bottom: 1px solid #eee;
    }
    
    .main-navigation .dropdown .sub-menu {
        position: static;
        box-shadow: none;
        display: none;
        padding-left: 15px;
    }
    
    .main-navigation .dropdown.dropdown-open .sub-menu {
        display: block;
    }
    
    .dropdown-toggle {
        display: inline-block;
        width: 30px;
        height: 30px;
        position: absolute;
        right: 0;
        top: 5px;
        text-align: center;
        line-height: 30px;
    }
    
    .dropdown-toggle:after {
        content: '+';
    }
    
    .dropdown.dropdown-open .dropdown-toggle:after {
        content: '-';
    }
    
    /* Verbesserte Form-Elemente für mobile Geräte */
    input[type="text"],
    input[type="email"],
    input[type="password"],
    select,
    textarea {
        font-size: 16px; /* Verhindert Zoom auf iOS */
        padding: 12px;
        margin-bottom: 15px;
    }
    
    button, .btn {
        width: 100%;
        padding: 12px;
        font-size: 16px;
    }
    
    /* Anpassungen für Tabellen */
    table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
}

html, body {
    overflow-x: hidden;
    width: 100%;
    -webkit-text-size-adjust: 100%;
}

/* Smartphones (Portrait) */
@media screen and (max-width: 576px) {
    .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Header-Anpassungen */
    .site-header {
        padding: 10px 0;
    }
    
    .logo img {
        max-height: 40px;
    }
    
    /* Verbesserte Typografie für mobile Geräte */
    h1 {
        font-size: 1.8rem;
        line-height: 1.3;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 1.3rem;
    }
    
    p {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    /* Anpassungen für Zahlungsformulare */
    .payment-form .card {
        padding: 15px;
    }
    
    .payment-form h1 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    
    /* Verbesserte Abstände für mobile Geräte */
    .section {
        padding: 30px 0;
    }
    
    .mb-4 {
        margin-bottom: 15px;
    }
    
    /* Stripe-Elemente anpassen */
    .StripeElement {
        padding: 12px;
        font-size: 16px;
    }
    
    /* Sprachauswahl im Menü anpassen */
    .language-selector {
        margin-top: 15px;
        text-align: center;
    }
}

img {
    max-width: 100%;
    height: auto;
}

/* Smartphones (Portrait) */
@media screen and (max-width: 576px) {
    .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Header-Anpassungen */
    .site-header {
        padding: 10px 0;
    }
    
    .logo img {
        max-height: 40px;
    }
    
    /* Verbesserte Typografie für mobile Geräte */
    h1 {
        font-size: 1.8rem;
        line-height: 1.3;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 1.3rem;
    }
    
    p {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    /* Anpassungen für Zahlungsformulare */
    .payment-form .card {
        padding: 15px;
    }
    
    .payment-form h1 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    
    /* Verbesserte Abstände für mobile Geräte */
    .section {
        padding: 30px 0;
    }
    
    .mb-4 {
        margin-bottom: 15px;
    }
    
    /* Stripe-Elemente anpassen */
    .StripeElement {
        padding: 12px;
        font-size: 16px;
    }
    
    /* Sprachauswahl im Menü anpassen */
    .language-selector {
        margin-top: 15px;
        text-align: center;
    }
}

input, select, textarea, button {
    max-width: 100%;
}

/* Smartphones (Portrait) */
@media screen and (max-width: 576px) {
    .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Header-Anpassungen */
    .site-header {
        padding: 10px 0;
    }
    
    .logo img {
        max-height: 40px;
    }
    
    /* Verbesserte Typografie für mobile Geräte */
    h1 {
        font-size: 1.8rem;
        line-height: 1.3;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 1.3rem;
    }
    
    p {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    /* Anpassungen für Zahlungsformulare */
    .payment-form .card {
        padding: 15px;
    }
    
    .payment-form h1 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    
    /* Verbesserte Abstände für mobile Geräte */
    .section {
        padding: 30px 0;
    }
    
    .mb-4 {
        margin-bottom: 15px;
    }
    
    /* Stripe-Elemente anpassen */
    .StripeElement {
        padding: 12px;
        font-size: 16px;
    }
    
    /* Sprachauswahl im Menü anpassen */
    .language-selector {
        margin-top: 15px;
        text-align: center;
    }
}

.container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}

/* Smartphones (Portrait) */
@media screen and (max-width: 576px) {
    .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Header-Anpassungen */
    .site-header {
        padding: 10px 0;
    }
    
    .logo img {
        max-height: 40px;
    }
    
    /* Verbesserte Typografie für mobile Geräte */
    h1 {
        font-size: 1.8rem;
        line-height: 1.3;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 1.3rem;
    }
    
    p {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    /* Anpassungen für Zahlungsformulare */
    .payment-form .card {
        padding: 15px;
    }
    
    .payment-form h1 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    
    /* Verbesserte Abstände für mobile Geräte */
    .section {
        padding: 30px 0;
    }
    
    .mb-4 {
        margin-bottom: 15px;
    }
    
    /* Stripe-Elemente anpassen */
    .StripeElement {
        padding: 12px;
        font-size: 16px;
    }
    
    /* Sprachauswahl im Menü anpassen */
    .language-selector {
        margin-top: 15px;
        text-align: center;
    }
}

/* Mobile Menu Toggle and Navigation Styles */
.mobile-menu-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
    z-index: 1100;
    width: 25px;
}

/* Smartphones (Portrait) */
@media screen and (max-width: 576px) {
    .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Header-Anpassungen */
    .site-header {
        padding: 10px 0;
    }
    
    .logo img {
        max-height: 40px;
    }
    
    /* Verbesserte Typografie für mobile Geräte */
    h1 {
        font-size: 1.8rem;
        line-height: 1.3;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 1.3rem;
    }
    
    p {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    /* Anpassungen für Zahlungsformulare */
    .payment-form .card {
        padding: 15px;
    }
    
    .payment-form h1 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    
    /* Verbesserte Abstände für mobile Geräte */
    .section {
        padding: 30px 0;
    }
    
    .mb-4 {
        margin-bottom: 15px;
    }
    
    /* Stripe-Elemente anpassen */
    .StripeElement {
        padding: 12px;
        font-size: 16px;
    }
    
    /* Sprachauswahl im Menü anpassen */
    .language-selector {
        margin-top: 15px;
        text-align: center;
    }
}

.mobile-menu-toggle span {
    height: 3px;
    width: 100%;
    background-color: var(--primary-color);
    margin: 3px 0;
    transition: 0.4s;
    transform-origin: left center;
}

/* Smartphones (Portrait) */
@media screen and (max-width: 576px) {
    .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Header-Anpassungen */
    .site-header {
        padding: 10px 0;
    }
    
    .logo img {
        max-height: 40px;
    }
    
    /* Verbesserte Typografie für mobile Geräte */
    h1 {
        font-size: 1.8rem;
        line-height: 1.3;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 1.3rem;
    }
    
    p {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    /* Anpassungen für Zahlungsformulare */
    .payment-form .card {
        padding: 15px;
    }
    
    .payment-form h1 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    
    /* Verbesserte Abstände für mobile Geräte */
    .section {
        padding: 30px 0;
    }
    
    .mb-4 {
        margin-bottom: 15px;
    }
    
    /* Stripe-Elemente anpassen */
    .StripeElement {
        padding: 12px;
        font-size: 16px;
    }
    
    /* Sprachauswahl im Menü anpassen */
    .language-selector {
        margin-top: 15px;
        text-align: center;
    }
}

.mobile-menu-toggle.is-active span:nth-child(1) {
    transform: rotate(45deg);
}

/* Smartphones (Portrait) */
@media screen and (max-width: 576px) {
    .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Header-Anpassungen */
    .site-header {
        padding: 10px 0;
    }
    
    .logo img {
        max-height: 40px;
    }
    
    /* Verbesserte Typografie für mobile Geräte */
    h1 {
        font-size: 1.8rem;
        line-height: 1.3;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 1.3rem;
    }
    
    p {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    /* Anpassungen für Zahlungsformulare */
    .payment-form .card {
        padding: 15px;
    }
    
    .payment-form h1 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    
    /* Verbesserte Abstände für mobile Geräte */
    .section {
        padding: 30px 0;
    }
    
    .mb-4 {
        margin-bottom: 15px;
    }
    
    /* Stripe-Elemente anpassen */
    .StripeElement {
        padding: 12px;
        font-size: 16px;
    }
    
    /* Sprachauswahl im Menü anpassen */
    .language-selector {
        margin-top: 15px;
        text-align: center;
    }
}

.mobile-menu-toggle.is-active span:nth-child(2) {
    opacity: 0;
}

/* Smartphones (Portrait) */
@media screen and (max-width: 576px) {
    .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Header-Anpassungen */
    .site-header {
        padding: 10px 0;
    }
    
    .logo img {
        max-height: 40px;
    }
    
    /* Verbesserte Typografie für mobile Geräte */
    h1 {
        font-size: 1.8rem;
        line-height: 1.3;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 1.3rem;
    }
    
    p {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    /* Anpassungen für Zahlungsformulare */
    .payment-form .card {
        padding: 15px;
    }
    
    .payment-form h1 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    
    /* Verbesserte Abstände für mobile Geräte */
    .section {
        padding: 30px 0;
    }
    
    .mb-4 {
        margin-bottom: 15px;
    }
    
    /* Stripe-Elemente anpassen */
    .StripeElement {
        padding: 12px;
        font-size: 16px;
    }
    
    /* Sprachauswahl im Menü anpassen */
    .language-selector {
        margin-top: 15px;
        text-align: center;
    }
}

.mobile-menu-toggle.is-active span:nth-child(3) {
    transform: rotate(-45deg);
}

/* Smartphones (Portrait) */
@media screen and (max-width: 576px) {
    .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Header-Anpassungen */
    .site-header {
        padding: 10px 0;
    }
    
    .logo img {
        max-height: 40px;
    }
    
    /* Verbesserte Typografie für mobile Geräte */
    h1 {
        font-size: 1.8rem;
        line-height: 1.3;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 1.3rem;
    }
    
    p {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    /* Anpassungen für Zahlungsformulare */
    .payment-form .card {
        padding: 15px;
    }
    
    .payment-form h1 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    
    /* Verbesserte Abstände für mobile Geräte */
    .section {
        padding: 30px 0;
    }
    
    .mb-4 {
        margin-bottom: 15px;
    }
    
    /* Stripe-Elemente anpassen */
    .StripeElement {
        padding: 12px;
        font-size: 16px;
    }
    
    /* Sprachauswahl im Menü anpassen */
    .language-selector {
        margin-top: 15px;
        text-align: center;
    }
}

/* Large Desktop */
@media screen and (max-width: 1440px) {
    .container {
        max-width: 1140px;
    }

/* Smartphones (Portrait) */
@media screen and (max-width: 576px) {
    .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Header-Anpassungen */
    .site-header {
        padding: 10px 0;
    }
    
    .logo img {
        max-height: 40px;
    }
    
    /* Verbesserte Typografie für mobile Geräte */
    h1 {
        font-size: 1.8rem;
        line-height: 1.3;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 1.3rem;
    }
    
    p {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    /* Anpassungen für Zahlungsformulare */
    .payment-form .card {
        padding: 15px;
    }
    
    .payment-form h1 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    
    /* Verbesserte Abstände für mobile Geräte */
    .section {
        padding: 30px 0;
    }
    
    .mb-4 {
        margin-bottom: 15px;
    }
    
    /* Stripe-Elemente anpassen */
    .StripeElement {
        padding: 12px;
        font-size: 16px;
    }
    
    /* Sprachauswahl im Menü anpassen */
    .language-selector {
        margin-top: 15px;
        text-align: center;
    }
}
}

/* Smartphones (Portrait) */
@media screen and (max-width: 576px) {
    .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Header-Anpassungen */
    .site-header {
        padding: 10px 0;
    }
    
    .logo img {
        max-height: 40px;
    }
    
    /* Verbesserte Typografie für mobile Geräte */
    h1 {
        font-size: 1.8rem;
        line-height: 1.3;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 1.3rem;
    }
    
    p {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    /* Anpassungen für Zahlungsformulare */
    .payment-form .card {
        padding: 15px;
    }
    
    .payment-form h1 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    
    /* Verbesserte Abstände für mobile Geräte */
    .section {
        padding: 30px 0;
    }
    
    .mb-4 {
        margin-bottom: 15px;
    }
    
    /* Stripe-Elemente anpassen */
    .StripeElement {
        padding: 12px;
        font-size: 16px;
    }
    
    /* Sprachauswahl im Menü anpassen */
    .language-selector {
        margin-top: 15px;
        text-align: center;
    }
}

/* Desktop */
@media screen and (max-width: 1200px) {
    .container {
        max-width: 960px;
    }

/* Smartphones (Portrait) */
@media screen and (max-width: 576px) {
    .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Header-Anpassungen */
    .site-header {
        padding: 10px 0;
    }
    
    .logo img {
        max-height: 40px;
    }
    
    /* Verbesserte Typografie für mobile Geräte */
    h1 {
        font-size: 1.8rem;
        line-height: 1.3;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 1.3rem;
    }
    
    p {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    /* Anpassungen für Zahlungsformulare */
    .payment-form .card {
        padding: 15px;
    }
    
    .payment-form h1 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    
    /* Verbesserte Abstände für mobile Geräte */
    .section {
        padding: 30px 0;
    }
    
    .mb-4 {
        margin-bottom: 15px;
    }
    
    /* Stripe-Elemente anpassen */
    .StripeElement {
        padding: 12px;
        font-size: 16px;
    }
    
    /* Sprachauswahl im Menü anpassen */
    .language-selector {
        margin-top: 15px;
        text-align: center;
    }
}
    
    .hero h1 {
        font-size: 2.5rem;
    }

/* Smartphones (Portrait) */
@media screen and (max-width: 576px) {
    .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Header-Anpassungen */
    .site-header {
        padding: 10px 0;
    }
    
    .logo img {
        max-height: 40px;
    }
    
    /* Verbesserte Typografie für mobile Geräte */
    h1 {
        font-size: 1.8rem;
        line-height: 1.3;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 1.3rem;
    }
    
    p {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    /* Anpassungen für Zahlungsformulare */
    .payment-form .card {
        padding: 15px;
    }
    
    .payment-form h1 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    
    /* Verbesserte Abstände für mobile Geräte */
    .section {
        padding: 30px 0;
    }
    
    .mb-4 {
        margin-bottom: 15px;
    }
    
    /* Stripe-Elemente anpassen */
    .StripeElement {
        padding: 12px;
        font-size: 16px;
    }
    
    /* Sprachauswahl im Menü anpassen */
    .language-selector {
        margin-top: 15px;
        text-align: center;
    }
}
    
    .section-title {
        font-size: 2.2rem;
    }

/* Smartphones (Portrait) */
@media screen and (max-width: 576px) {
    .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Header-Anpassungen */
    .site-header {
        padding: 10px 0;
    }
    
    .logo img {
        max-height: 40px;
    }
    
    /* Verbesserte Typografie für mobile Geräte */
    h1 {
        font-size: 1.8rem;
        line-height: 1.3;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 1.3rem;
    }
    
    p {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    /* Anpassungen für Zahlungsformulare */
    .payment-form .card {
        padding: 15px;
    }
    
    .payment-form h1 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    
    /* Verbesserte Abstände für mobile Geräte */
    .section {
        padding: 30px 0;
    }
    
    .mb-4 {
        margin-bottom: 15px;
    }
    
    /* Stripe-Elemente anpassen */
    .StripeElement {
        padding: 12px;
        font-size: 16px;
    }
    
    /* Sprachauswahl im Menü anpassen */
    .language-selector {
        margin-top: 15px;
        text-align: center;
    }
}
    
    .stats {
        grid-template-columns: repeat(2, 1fr);
    }

/* Smartphones (Portrait) */
@media screen and (max-width: 576px) {
    .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Header-Anpassungen */
    .site-header {
        padding: 10px 0;
    }
    
    .logo img {
        max-height: 40px;
    }
    
    /* Verbesserte Typografie für mobile Geräte */
    h1 {
        font-size: 1.8rem;
        line-height: 1.3;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 1.3rem;
    }
    
    p {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    /* Anpassungen für Zahlungsformulare */
    .payment-form .card {
        padding: 15px;
    }
    
    .payment-form h1 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    
    /* Verbesserte Abstände für mobile Geräte */
    .section {
        padding: 30px 0;
    }
    
    .mb-4 {
        margin-bottom: 15px;
    }
    
    /* Stripe-Elemente anpassen */
    .StripeElement {
        padding: 12px;
        font-size: 16px;
    }
    
    /* Sprachauswahl im Menü anpassen */
    .language-selector {
        margin-top: 15px;
        text-align: center;
    }
}
    
    .value-additions {
        grid-template-columns: repeat(3, 1fr);
    }

/* Smartphones (Portrait) */
@media screen and (max-width: 576px) {
    .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Header-Anpassungen */
    .site-header {
        padding: 10px 0;
    }
    
    .logo img {
        max-height: 40px;
    }
    
    /* Verbesserte Typografie für mobile Geräte */
    h1 {
        font-size: 1.8rem;
        line-height: 1.3;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 1.3rem;
    }
    
    p {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    /* Anpassungen für Zahlungsformulare */
    .payment-form .card {
        padding: 15px;
    }
    
    .payment-form h1 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    
    /* Verbesserte Abstände für mobile Geräte */
    .section {
        padding: 30px 0;
    }
    
    .mb-4 {
        margin-bottom: 15px;
    }
    
    /* Stripe-Elemente anpassen */
    .StripeElement {
        padding: 12px;
        font-size: 16px;
    }
    
    /* Sprachauswahl im Menü anpassen */
    .language-selector {
        margin-top: 15px;
        text-align: center;
    }
}
}

/* Smartphones (Portrait) */
@media screen and (max-width: 576px) {
    .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Header-Anpassungen */
    .site-header {
        padding: 10px 0;
    }
    
    .logo img {
        max-height: 40px;
    }
    
    /* Verbesserte Typografie für mobile Geräte */
    h1 {
        font-size: 1.8rem;
        line-height: 1.3;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 1.3rem;
    }
    
    p {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    /* Anpassungen für Zahlungsformulare */
    .payment-form .card {
        padding: 15px;
    }
    
    .payment-form h1 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    
    /* Verbesserte Abstände für mobile Geräte */
    .section {
        padding: 30px 0;
    }
    
    .mb-4 {
        margin-bottom: 15px;
    }
    
    /* Stripe-Elemente anpassen */
    .StripeElement {
        padding: 12px;
        font-size: 16px;
    }
    
    /* Sprachauswahl im Menü anpassen */
    .language-selector {
        margin-top: 15px;
        text-align: center;
    }
}

/* Tablet Landscape and Mobile Navigation */
@media screen and (max-width: 992px) {
    .container {
        max-width: 720px;
    }

/* Smartphones (Portrait) */
@media screen and (max-width: 576px) {
    .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Header-Anpassungen */
    .site-header {
        padding: 10px 0;
    }
    
    .logo img {
        max-height: 40px;
    }
    
    /* Verbesserte Typografie für mobile Geräte */
    h1 {
        font-size: 1.8rem;
        line-height: 1.3;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 1.3rem;
    }
    
    p {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    /* Anpassungen für Zahlungsformulare */
    .payment-form .card {
        padding: 15px;
    }
    
    .payment-form h1 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    
    /* Verbesserte Abstände für mobile Geräte */
    .section {
        padding: 30px 0;
    }
    
    .mb-4 {
        margin-bottom: 15px;
    }
    
    /* Stripe-Elemente anpassen */
    .StripeElement {
        padding: 12px;
        font-size: 16px;
    }
    
    /* Sprachauswahl im Menü anpassen */
    .language-selector {
        margin-top: 15px;
        text-align: center;
    }
}
    
    /* Mobile Menu Toggle */
    .mobile-menu-toggle {
        display: flex;
        order: 3;
        margin-left: auto;
    }

/* Smartphones (Portrait) */
@media screen and (max-width: 576px) {
    .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Header-Anpassungen */
    .site-header {
        padding: 10px 0;
    }
    
    .logo img {
        max-height: 40px;
    }
    
    /* Verbesserte Typografie für mobile Geräte */
    h1 {
        font-size: 1.8rem;
        line-height: 1.3;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 1.3rem;
    }
    
    p {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    /* Anpassungen für Zahlungsformulare */
    .payment-form .card {
        padding: 15px;
    }
    
    .payment-form h1 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    
    /* Verbesserte Abstände für mobile Geräte */
    .section {
        padding: 30px 0;
    }
    
    .mb-4 {
        margin-bottom: 15px;
    }
    
    /* Stripe-Elemente anpassen */
    .StripeElement {
        padding: 12px;
        font-size: 16px;
    }
    
    /* Sprachauswahl im Menü anpassen */
    .language-selector {
        margin-top: 15px;
        text-align: center;
    }
}
    
    /* Navigation Styles */
    .main-navigation {
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    height: 100vh;
    background-color: var(--white);
    transition: right 0.3s ease;
    z-index: 1000;
    padding: 80px 20px 20px;
    box-shadow: -5px 0 15px rgba(0,0,0,0.1);
    overflow-y: auto;
}

/* Smartphones (Portrait) */
@media screen and (max-width: 576px) {
    .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Header-Anpassungen */
    .site-header {
        padding: 10px 0;
    }
    
    .logo img {
        max-height: 40px;
    }
    
    /* Verbesserte Typografie für mobile Geräte */
    h1 {
        font-size: 1.8rem;
        line-height: 1.3;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 1.3rem;
    }
    
    p {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    /* Anpassungen für Zahlungsformulare */
    .payment-form .card {
        padding: 15px;
    }
    
    .payment-form h1 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    
    /* Verbesserte Abstände für mobile Geräte */
    .section {
        padding: 30px 0;
    }
    
    .mb-4 {
        margin-bottom: 15px;
    }
    
    /* Stripe-Elemente anpassen */
    .StripeElement {
        padding: 12px;
        font-size: 16px;
    }
    
    /* Sprachauswahl im Menü anpassen */
    .language-selector {
        margin-top: 15px;
        text-align: center;
    }
}

.main-navigation.mobile-open {
    right: 0;
}

/* Smartphones (Portrait) */
@media screen and (max-width: 576px) {
    .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Header-Anpassungen */
    .site-header {
        padding: 10px 0;
    }
    
    .logo img {
        max-height: 40px;
    }
    
    /* Verbesserte Typografie für mobile Geräte */
    h1 {
        font-size: 1.8rem;
        line-height: 1.3;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 1.3rem;
    }
    
    p {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    /* Anpassungen für Zahlungsformulare */
    .payment-form .card {
        padding: 15px;
    }
    
    .payment-form h1 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    
    /* Verbesserte Abstände für mobile Geräte */
    .section {
        padding: 30px 0;
    }
    
    .mb-4 {
        margin-bottom: 15px;
    }
    
    /* Stripe-Elemente anpassen */
    .StripeElement {
        padding: 12px;
        font-size: 16px;
    }
    
    /* Sprachauswahl im Menü anpassen */
    .language-selector {
        margin-top: 15px;
        text-align: center;
    }
}

    .main-navigation ul {
        flex-direction: column;
        align-items: flex-start;
    }

/* Smartphones (Portrait) */
@media screen and (max-width: 576px) {
    .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Header-Anpassungen */
    .site-header {
        padding: 10px 0;
    }
    
    .logo img {
        max-height: 40px;
    }
    
    /* Verbesserte Typografie für mobile Geräte */
    h1 {
        font-size: 1.8rem;
        line-height: 1.3;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 1.3rem;
    }
    
    p {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    /* Anpassungen für Zahlungsformulare */
    .payment-form .card {
        padding: 15px;
    }
    
    .payment-form h1 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    
    /* Verbesserte Abstände für mobile Geräte */
    .section {
        padding: 30px 0;
    }
    
    .mb-4 {
        margin-bottom: 15px;
    }
    
    /* Stripe-Elemente anpassen */
    .StripeElement {
        padding: 12px;
        font-size: 16px;
    }
    
    /* Sprachauswahl im Menü anpassen */
    .language-selector {
        margin-top: 15px;
        text-align: center;
    }
}

    .main-navigation ul li {
        width: 100%;
        margin: 10px 0;
    }

/* Smartphones (Portrait) */
@media screen and (max-width: 576px) {
    .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Header-Anpassungen */
    .site-header {
        padding: 10px 0;
    }
    
    .logo img {
        max-height: 40px;
    }
    
    /* Verbesserte Typografie für mobile Geräte */
    h1 {
        font-size: 1.8rem;
        line-height: 1.3;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 1.3rem;
    }
    
    p {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    /* Anpassungen für Zahlungsformulare */
    .payment-form .card {
        padding: 15px;
    }
    
    .payment-form h1 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    
    /* Verbesserte Abstände für mobile Geräte */
    .section {
        padding: 30px 0;
    }
    
    .mb-4 {
        margin-bottom: 15px;
    }
    
    /* Stripe-Elemente anpassen */
    .StripeElement {
        padding: 12px;
        font-size: 16px;
    }
    
    /* Sprachauswahl im Menü anpassen */
    .language-selector {
        margin-top: 15px;
        text-align: center;
    }
}

    .main-navigation ul li a {
        display: block;
        padding: 10px;
        color: var(--primary-color);
    }

/* Smartphones (Portrait) */
@media screen and (max-width: 576px) {
    .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Header-Anpassungen */
    .site-header {
        padding: 10px 0;
    }
    
    .logo img {
        max-height: 40px;
    }
    
    /* Verbesserte Typografie für mobile Geräte */
    h1 {
        font-size: 1.8rem;
        line-height: 1.3;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 1.3rem;
    }
    
    p {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    /* Anpassungen für Zahlungsformulare */
    .payment-form .card {
        padding: 15px;
    }
    
    .payment-form h1 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    
    /* Verbesserte Abstände für mobile Geräte */
    .section {
        padding: 30px 0;
    }
    
    .mb-4 {
        margin-bottom: 15px;
    }
    
    /* Stripe-Elemente anpassen */
    .StripeElement {
        padding: 12px;
        font-size: 16px;
    }
    
    /* Sprachauswahl im Menü anpassen */
    .language-selector {
        margin-top: 15px;
        text-align: center;
    }
}

    /* Dropdown Styles for Mobile */
    .main-navigation .dropdown {
        position: relative;
        width: 100%;
    }

/* Smartphones (Portrait) */
@media screen and (max-width: 576px) {
    .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Header-Anpassungen */
    .site-header {
        padding: 10px 0;
    }
    
    .logo img {
        max-height: 40px;
    }
    
    /* Verbesserte Typografie für mobile Geräte */
    h1 {
        font-size: 1.8rem;
        line-height: 1.3;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 1.3rem;
    }
    
    p {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    /* Anpassungen für Zahlungsformulare */
    .payment-form .card {
        padding: 15px;
    }
    
    .payment-form h1 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    
    /* Verbesserte Abstände für mobile Geräte */
    .section {
        padding: 30px 0;
    }
    
    .mb-4 {
        margin-bottom: 15px;
    }
    
    /* Stripe-Elemente anpassen */
    .StripeElement {
        padding: 12px;
        font-size: 16px;
    }
    
    /* Sprachauswahl im Menü anpassen */
    .language-selector {
        margin-top: 15px;
        text-align: center;
    }
}

    .main-navigation .dropdown > a::after {
        content: '▼';
        margin-left: 10px;
        font-size: 0.7em;
        vertical-align: middle;
    }

/* Smartphones (Portrait) */
@media screen and (max-width: 576px) {
    .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Header-Anpassungen */
    .site-header {
        padding: 10px 0;
    }
    
    .logo img {
        max-height: 40px;
    }
    
    /* Verbesserte Typografie für mobile Geräte */
    h1 {
        font-size: 1.8rem;
        line-height: 1.3;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 1.3rem;
    }
    
    p {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    /* Anpassungen für Zahlungsformulare */
    .payment-form .card {
        padding: 15px;
    }
    
    .payment-form h1 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    
    /* Verbesserte Abstände für mobile Geräte */
    .section {
        padding: 30px 0;
    }
    
    .mb-4 {
        margin-bottom: 15px;
    }
    
    /* Stripe-Elemente anpassen */
    .StripeElement {
        padding: 12px;
        font-size: 16px;
    }
    
    /* Sprachauswahl im Menü anpassen */
    .language-selector {
        margin-top: 15px;
        text-align: center;
    }
}

    .main-navigation .sub-menu {
        display: none;
        width: 100%;
        background-color: var(--light-color);
        padding: 10px;
    }

/* Smartphones (Portrait) */
@media screen and (max-width: 576px) {
    .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Header-Anpassungen */
    .site-header {
        padding: 10px 0;
    }
    
    .logo img {
        max-height: 40px;
    }
    
    /* Verbesserte Typografie für mobile Geräte */
    h1 {
        font-size: 1.8rem;
        line-height: 1.3;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 1.3rem;
    }
    
    p {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    /* Anpassungen für Zahlungsformulare */
    .payment-form .card {
        padding: 15px;
    }
    
    .payment-form h1 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    
    /* Verbesserte Abstände für mobile Geräte */
    .section {
        padding: 30px 0;
    }
    
    .mb-4 {
        margin-bottom: 15px;
    }
    
    /* Stripe-Elemente anpassen */
    .StripeElement {
        padding: 12px;
        font-size: 16px;
    }
    
    /* Sprachauswahl im Menü anpassen */
    .language-selector {
        margin-top: 15px;
        text-align: center;
    }
}

    .main-navigation .dropdown.dropdown-open .sub-menu {
        display: block;
    }

/* Smartphones (Portrait) */
@media screen and (max-width: 576px) {
    .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Header-Anpassungen */
    .site-header {
        padding: 10px 0;
    }
    
    .logo img {
        max-height: 40px;
    }
    
    /* Verbesserte Typografie für mobile Geräte */
    h1 {
        font-size: 1.8rem;
        line-height: 1.3;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 1.3rem;
    }
    
    p {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    /* Anpassungen für Zahlungsformulare */
    .payment-form .card {
        padding: 15px;
    }
    
    .payment-form h1 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    
    /* Verbesserte Abstände für mobile Geräte */
    .section {
        padding: 30px 0;
    }
    
    .mb-4 {
        margin-bottom: 15px;
    }
    
    /* Stripe-Elemente anpassen */
    .StripeElement {
        padding: 12px;
        font-size: 16px;
    }
    
    /* Sprachauswahl im Menü anpassen */
    .language-selector {
        margin-top: 15px;
        text-align: center;
    }
}

    .main-navigation .sub-menu li {
        margin: 5px 0;
    }

/* Smartphones (Portrait) */
@media screen and (max-width: 576px) {
    .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Header-Anpassungen */
    .site-header {
        padding: 10px 0;
    }
    
    .logo img {
        max-height: 40px;
    }
    
    /* Verbesserte Typografie für mobile Geräte */
    h1 {
        font-size: 1.8rem;
        line-height: 1.3;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 1.3rem;
    }
    
    p {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    /* Anpassungen für Zahlungsformulare */
    .payment-form .card {
        padding: 15px;
    }
    
    .payment-form h1 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    
    /* Verbesserte Abstände für mobile Geräte */
    .section {
        padding: 30px 0;
    }
    
    .mb-4 {
        margin-bottom: 15px;
    }
    
    /* Stripe-Elemente anpassen */
    .StripeElement {
        padding: 12px;
        font-size: 16px;
    }
    
    /* Sprachauswahl im Menü anpassen */
    .language-selector {
        margin-top: 15px;
        text-align: center;
    }
}

    /* Prevent scrolling when menu is open */
    body.no-scroll {
        overflow: hidden;
    }

/* Smartphones (Portrait) */
@media screen and (max-width: 576px) {
    .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Header-Anpassungen */
    .site-header {
        padding: 10px 0;
    }
    
    .logo img {
        max-height: 40px;
    }
    
    /* Verbesserte Typografie für mobile Geräte */
    h1 {
        font-size: 1.8rem;
        line-height: 1.3;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 1.3rem;
    }
    
    p {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    /* Anpassungen für Zahlungsformulare */
    .payment-form .card {
        padding: 15px;
    }
    
    .payment-form h1 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    
    /* Verbesserte Abstände für mobile Geräte */
    .section {
        padding: 30px 0;
    }
    
    .mb-4 {
        margin-bottom: 15px;
    }
    
    /* Stripe-Elemente anpassen */
    .StripeElement {
        padding: 12px;
        font-size: 16px;
    }
    
    /* Sprachauswahl im Menü anpassen */
    .language-selector {
        margin-top: 15px;
        text-align: center;
    }
}

    /* Existing responsive styles */
    .site-header .container {
        padding: 0 15px;
    }

/* Smartphones (Portrait) */
@media screen and (max-width: 576px) {
    .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Header-Anpassungen */
    .site-header {
        padding: 10px 0;
    }
    
    .logo img {
        max-height: 40px;
    }
    
    /* Verbesserte Typografie für mobile Geräte */
    h1 {
        font-size: 1.8rem;
        line-height: 1.3;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 1.3rem;
    }
    
    p {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    /* Anpassungen für Zahlungsformulare */
    .payment-form .card {
        padding: 15px;
    }
    
    .payment-form h1 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    
    /* Verbesserte Abstände für mobile Geräte */
    .section {
        padding: 30px 0;
    }
    
    .mb-4 {
        margin-bottom: 15px;
    }
    
    /* Stripe-Elemente anpassen */
    .StripeElement {
        padding: 12px;
        font-size: 16px;
    }
    
    /* Sprachauswahl im Menü anpassen */
    .language-selector {
        margin-top: 15px;
        text-align: center;
    }
}
    
    .logo {
        height: 40px;
    }

/* Smartphones (Portrait) */
@media screen and (max-width: 576px) {
    .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Header-Anpassungen */
    .site-header {
        padding: 10px 0;
    }
    
    .logo img {
        max-height: 40px;
    }
    
    /* Verbesserte Typografie für mobile Geräte */
    h1 {
        font-size: 1.8rem;
        line-height: 1.3;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 1.3rem;
    }
    
    p {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    /* Anpassungen für Zahlungsformulare */
    .payment-form .card {
        padding: 15px;
    }
    
    .payment-form h1 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    
    /* Verbesserte Abstände für mobile Geräte */
    .section {
        padding: 30px 0;
    }
    
    .mb-4 {
        margin-bottom: 15px;
    }
    
    /* Stripe-Elemente anpassen */
    .StripeElement {
        padding: 12px;
        font-size: 16px;
    }
    
    /* Sprachauswahl im Menü anpassen */
    .language-selector {
        margin-top: 15px;
        text-align: center;
    }
}
    
    .main-navigation li {
        margin: 0 0 15px 0;
    }

/* Smartphones (Portrait) */
@media screen and (max-width: 576px) {
    .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Header-Anpassungen */
    .site-header {
        padding: 10px 0;
    }
    
    .logo img {
        max-height: 40px;
    }
    
    /* Verbesserte Typografie für mobile Geräte */
    h1 {
        font-size: 1.8rem;
        line-height: 1.3;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 1.3rem;
    }
    
    p {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    /* Anpassungen für Zahlungsformulare */
    .payment-form .card {
        padding: 15px;
    }
    
    .payment-form h1 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    
    /* Verbesserte Abstände für mobile Geräte */
    .section {
        padding: 30px 0;
    }
    
    .mb-4 {
        margin-bottom: 15px;
    }
    
    /* Stripe-Elemente anpassen */
    .StripeElement {
        padding: 12px;
        font-size: 16px;
    }
    
    /* Sprachauswahl im Menü anpassen */
    .language-selector {
        margin-top: 15px;
        text-align: center;
    }
}
    
    .main-navigation a {
        padding: 10px 0;
        display: block;
    }

/* Smartphones (Portrait) */
@media screen and (max-width: 576px) {
    .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Header-Anpassungen */
    .site-header {
        padding: 10px 0;
    }
    
    .logo img {
        max-height: 40px;
    }
    
    /* Verbesserte Typografie für mobile Geräte */
    h1 {
        font-size: 1.8rem;
        line-height: 1.3;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 1.3rem;
    }
    
    p {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    /* Anpassungen für Zahlungsformulare */
    .payment-form .card {
        padding: 15px;
    }
    
    .payment-form h1 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    
    /* Verbesserte Abstände für mobile Geräte */
    .section {
        padding: 30px 0;
    }
    
    .mb-4 {
        margin-bottom: 15px;
    }
    
    /* Stripe-Elemente anpassen */
    .StripeElement {
        padding: 12px;
        font-size: 16px;
    }
    
    /* Sprachauswahl im Menü anpassen */
    .language-selector {
        margin-top: 15px;
        text-align: center;
    }
}
    
    .dropdown .sub-menu {
        position: static;
        width: 100%;
        background-color: transparent;
        box-shadow: none;
        padding: 10px 0 10px 15px;
        opacity: 0;
        visibility: hidden;
        transform: none;
        height: 0;
        overflow: hidden;
        display: block;
    }

/* Smartphones (Portrait) */
@media screen and (max-width: 576px) {
    .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Header-Anpassungen */
    .site-header {
        padding: 10px 0;
    }
    
    .logo img {
        max-height: 40px;
    }
    
    /* Verbesserte Typografie für mobile Geräte */
    h1 {
        font-size: 1.8rem;
        line-height: 1.3;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 1.3rem;
    }
    
    p {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    /* Anpassungen für Zahlungsformulare */
    .payment-form .card {
        padding: 15px;
    }
    
    .payment-form h1 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    
    /* Verbesserte Abstände für mobile Geräte */
    .section {
        padding: 30px 0;
    }
    
    .mb-4 {
        margin-bottom: 15px;
    }
    
    /* Stripe-Elemente anpassen */
    .StripeElement {
        padding: 12px;
        font-size: 16px;
    }
    
    /* Sprachauswahl im Menü anpassen */
    .language-selector {
        margin-top: 15px;
        text-align: center;
    }
}
    
    .dropdown.open .sub-menu {
        opacity: 1;
        visibility: visible;
        height: auto;
    }

/* Smartphones (Portrait) */
@media screen and (max-width: 576px) {
    .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Header-Anpassungen */
    .site-header {
        padding: 10px 0;
    }
    
    .logo img {
        max-height: 40px;
    }
    
    /* Verbesserte Typografie für mobile Geräte */
    h1 {
        font-size: 1.8rem;
        line-height: 1.3;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 1.3rem;
    }
    
    p {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    /* Anpassungen für Zahlungsformulare */
    .payment-form .card {
        padding: 15px;
    }
    
    .payment-form h1 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    
    /* Verbesserte Abstände für mobile Geräte */
    .section {
        padding: 30px 0;
    }
    
    .mb-4 {
        margin-bottom: 15px;
    }
    
    /* Stripe-Elemente anpassen */
    .StripeElement {
        padding: 12px;
        font-size: 16px;
    }
    
    /* Sprachauswahl im Menü anpassen */
    .language-selector {
        margin-top: 15px;
        text-align: center;
    }
}
    
    .dropdown-toggle {
        position: absolute;
        right: 0;
        top: 10px;
        width: 30px;
        height: 30px;
        text-align: center;
        line-height: 30px;
        cursor: pointer;
    }

/* Smartphones (Portrait) */
@media screen and (max-width: 576px) {
    .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Header-Anpassungen */
    .site-header {
        padding: 10px 0;
    }
    
    .logo img {
        max-height: 40px;
    }
    
    /* Verbesserte Typografie für mobile Geräte */
    h1 {
        font-size: 1.8rem;
        line-height: 1.3;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 1.3rem;
    }
    
    p {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    /* Anpassungen für Zahlungsformulare */
    .payment-form .card {
        padding: 15px;
    }
    
    .payment-form h1 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    
    /* Verbesserte Abstände für mobile Geräte */
    .section {
        padding: 30px 0;
    }
    
    .mb-4 {
        margin-bottom: 15px;
    }
    
    /* Stripe-Elemente anpassen */
    .StripeElement {
        padding: 12px;
        font-size: 16px;
    }
    
    /* Sprachauswahl im Menü anpassen */
    .language-selector {
        margin-top: 15px;
        text-align: center;
    }
}
    
    .dropdown-toggle::after {
        content: '+';
        font-size: 1.2rem;
    }

/* Smartphones (Portrait) */
@media screen and (max-width: 576px) {
    .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Header-Anpassungen */
    .site-header {
        padding: 10px 0;
    }
    
    .logo img {
        max-height: 40px;
    }
    
    /* Verbesserte Typografie für mobile Geräte */
    h1 {
        font-size: 1.8rem;
        line-height: 1.3;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 1.3rem;
    }
    
    p {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    /* Anpassungen für Zahlungsformulare */
    .payment-form .card {
        padding: 15px;
    }
    
    .payment-form h1 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    
    /* Verbesserte Abstände für mobile Geräte */
    .section {
        padding: 30px 0;
    }
    
    .mb-4 {
        margin-bottom: 15px;
    }
    
    /* Stripe-Elemente anpassen */
    .StripeElement {
        padding: 12px;
        font-size: 16px;
    }
    
    /* Sprachauswahl im Menü anpassen */
    .language-selector {
        margin-top: 15px;
        text-align: center;
    }
}
    
    .dropdown.open .dropdown-toggle::after {
        content: '-';
    }

/* Smartphones (Portrait) */
@media screen and (max-width: 576px) {
    .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Header-Anpassungen */
    .site-header {
        padding: 10px 0;
    }
    
    .logo img {
        max-height: 40px;
    }
    
    /* Verbesserte Typografie für mobile Geräte */
    h1 {
        font-size: 1.8rem;
        line-height: 1.3;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 1.3rem;
    }
    
    p {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    /* Anpassungen für Zahlungsformulare */
    .payment-form .card {
        padding: 15px;
    }
    
    .payment-form h1 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    
    /* Verbesserte Abstände für mobile Geräte */
    .section {
        padding: 30px 0;
    }
    
    .mb-4 {
        margin-bottom: 15px;
    }
    
    /* Stripe-Elemente anpassen */
    .StripeElement {
        padding: 12px;
        font-size: 16px;
    }
    
    /* Sprachauswahl im Menü anpassen */
    .language-selector {
        margin-top: 15px;
        text-align: center;
    }
}
    
    /* Layout Adjustments */
    .hero {
        height: 500px;
    }

/* Smartphones (Portrait) */
@media screen and (max-width: 576px) {
    .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Header-Anpassungen */
    .site-header {
        padding: 10px 0;
    }
    
    .logo img {
        max-height: 40px;
    }
    
    /* Verbesserte Typografie für mobile Geräte */
    h1 {
        font-size: 1.8rem;
        line-height: 1.3;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 1.3rem;
    }
    
    p {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    /* Anpassungen für Zahlungsformulare */
    .payment-form .card {
        padding: 15px;
    }
    
    .payment-form h1 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    
    /* Verbesserte Abstände für mobile Geräte */
    .section {
        padding: 30px 0;
    }
    
    .mb-4 {
        margin-bottom: 15px;
    }
    
    /* Stripe-Elemente anpassen */
    .StripeElement {
        padding: 12px;
        font-size: 16px;
    }
    
    /* Sprachauswahl im Menü anpassen */
    .language-selector {
        margin-top: 15px;
        text-align: center;
    }
}
    
    .hero-content {
        max-width: 500px;
    }

/* Smartphones (Portrait) */
@media screen and (max-width: 576px) {
    .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Header-Anpassungen */
    .site-header {
        padding: 10px 0;
    }
    
    .logo img {
        max-height: 40px;
    }
    
    /* Verbesserte Typografie für mobile Geräte */
    h1 {
        font-size: 1.8rem;
        line-height: 1.3;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 1.3rem;
    }
    
    p {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    /* Anpassungen für Zahlungsformulare */
    .payment-form .card {
        padding: 15px;
    }
    
    .payment-form h1 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    
    /* Verbesserte Abstände für mobile Geräte */
    .section {
        padding: 30px 0;
    }
    
    .mb-4 {
        margin-bottom: 15px;
    }
    
    /* Stripe-Elemente anpassen */
    .StripeElement {
        padding: 12px;
        font-size: 16px;
    }
    
    /* Sprachauswahl im Menü anpassen */
    .language-selector {
        margin-top: 15px;
        text-align: center;
    }
}
    
    .features,
    .grid {
        grid-template-columns: repeat(2, 1fr);
    }

/* Smartphones (Portrait) */
@media screen and (max-width: 576px) {
    .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Header-Anpassungen */
    .site-header {
        padding: 10px 0;
    }
    
    .logo img {
        max-height: 40px;
    }
    
    /* Verbesserte Typografie für mobile Geräte */
    h1 {
        font-size: 1.8rem;
        line-height: 1.3;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 1.3rem;
    }
    
    p {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    /* Anpassungen für Zahlungsformulare */
    .payment-form .card {
        padding: 15px;
    }
    
    .payment-form h1 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    
    /* Verbesserte Abstände für mobile Geräte */
    .section {
        padding: 30px 0;
    }
    
    .mb-4 {
        margin-bottom: 15px;
    }
    
    /* Stripe-Elemente anpassen */
    .StripeElement {
        padding: 12px;
        font-size: 16px;
    }
    
    /* Sprachauswahl im Menü anpassen */
    .language-selector {
        margin-top: 15px;
        text-align: center;
    }
}
    
    .about-overview,
    .vision-mission {
        flex-direction: column;
    }

/* Smartphones (Portrait) */
@media screen and (max-width: 576px) {
    .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Header-Anpassungen */
    .site-header {
        padding: 10px 0;
    }
    
    .logo img {
        max-height: 40px;
    }
    
    /* Verbesserte Typografie für mobile Geräte */
    h1 {
        font-size: 1.8rem;
        line-height: 1.3;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 1.3rem;
    }
    
    p {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    /* Anpassungen für Zahlungsformulare */
    .payment-form .card {
        padding: 15px;
    }
    
    .payment-form h1 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    
    /* Verbesserte Abstände für mobile Geräte */
    .section {
        padding: 30px 0;
    }
    
    .mb-4 {
        margin-bottom: 15px;
    }
    
    /* Stripe-Elemente anpassen */
    .StripeElement {
        padding: 12px;
        font-size: 16px;
    }
    
    /* Sprachauswahl im Menü anpassen */
    .language-selector {
        margin-top: 15px;
        text-align: center;
    }
}
    
    .about-image,
    .about-content,
    .vision,
    .mission {
        width: 100%;
    }

/* Smartphones (Portrait) */
@media screen and (max-width: 576px) {
    .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Header-Anpassungen */
    .site-header {
        padding: 10px 0;
    }
    
    .logo img {
        max-height: 40px;
    }
    
    /* Verbesserte Typografie für mobile Geräte */
    h1 {
        font-size: 1.8rem;
        line-height: 1.3;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 1.3rem;
    }
    
    p {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    /* Anpassungen für Zahlungsformulare */
    .payment-form .card {
        padding: 15px;
    }
    
    .payment-form h1 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    
    /* Verbesserte Abstände für mobile Geräte */
    .section {
        padding: 30px 0;
    }
    
    .mb-4 {
        margin-bottom: 15px;
    }
    
    /* Stripe-Elemente anpassen */
    .StripeElement {
        padding: 12px;
        font-size: 16px;
    }
    
    /* Sprachauswahl im Menü anpassen */
    .language-selector {
        margin-top: 15px;
        text-align: center;
    }
}
    
    .about-image {
        margin-bottom: 30px;
    }

/* Smartphones (Portrait) */
@media screen and (max-width: 576px) {
    .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Header-Anpassungen */
    .site-header {
        padding: 10px 0;
    }
    
    .logo img {
        max-height: 40px;
    }
    
    /* Verbesserte Typografie für mobile Geräte */
    h1 {
        font-size: 1.8rem;
        line-height: 1.3;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 1.3rem;
    }
    
    p {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    /* Anpassungen für Zahlungsformulare */
    .payment-form .card {
        padding: 15px;
    }
    
    .payment-form h1 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    
    /* Verbesserte Abstände für mobile Geräte */
    .section {
        padding: 30px 0;
    }
    
    .mb-4 {
        margin-bottom: 15px;
    }
    
    /* Stripe-Elemente anpassen */
    .StripeElement {
        padding: 12px;
        font-size: 16px;
    }
    
    /* Sprachauswahl im Menü anpassen */
    .language-selector {
        margin-top: 15px;
        text-align: center;
    }
}
    
    .team-members {
        grid-template-columns: repeat(2, 1fr);
    }

/* Smartphones (Portrait) */
@media screen and (max-width: 576px) {
    .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Header-Anpassungen */
    .site-header {
        padding: 10px 0;
    }
    
    .logo img {
        max-height: 40px;
    }
    
    /* Verbesserte Typografie für mobile Geräte */
    h1 {
        font-size: 1.8rem;
        line-height: 1.3;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 1.3rem;
    }
    
    p {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    /* Anpassungen für Zahlungsformulare */
    .payment-form .card {
        padding: 15px;
    }
    
    .payment-form h1 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    
    /* Verbesserte Abstände für mobile Geräte */
    .section {
        padding: 30px 0;
    }
    
    .mb-4 {
        margin-bottom: 15px;
    }
    
    /* Stripe-Elemente anpassen */
    .StripeElement {
        padding: 12px;
        font-size: 16px;
    }
    
    /* Sprachauswahl im Menü anpassen */
    .language-selector {
        margin-top: 15px;
        text-align: center;
    }
}
    
    .values {
        grid-template-columns: repeat(2, 1fr);
    }

/* Smartphones (Portrait) */
@media screen and (max-width: 576px) {
    .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Header-Anpassungen */
    .site-header {
        padding: 10px 0;
    }
    
    .logo img {
        max-height: 40px;
    }
    
    /* Verbesserte Typografie für mobile Geräte */
    h1 {
        font-size: 1.8rem;
        line-height: 1.3;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 1.3rem;
    }
    
    p {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    /* Anpassungen für Zahlungsformulare */
    .payment-form .card {
        padding: 15px;
    }
    
    .payment-form h1 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    
    /* Verbesserte Abstände für mobile Geräte */
    .section {
        padding: 30px 0;
    }
    
    .mb-4 {
        margin-bottom: 15px;
    }
    
    /* Stripe-Elemente anpassen */
    .StripeElement {
        padding: 12px;
        font-size: 16px;
    }
    
    /* Sprachauswahl im Menü anpassen */
    .language-selector {
        margin-top: 15px;
        text-align: center;
    }
}
    
    .value-additions {
        grid-template-columns: repeat(2, 1fr);
    }

/* Smartphones (Portrait) */
@media screen and (max-width: 576px) {
    .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Header-Anpassungen */
    .site-header {
        padding: 10px 0;
    }
    
    .logo img {
        max-height: 40px;
    }
    
    /* Verbesserte Typografie für mobile Geräte */
    h1 {
        font-size: 1.8rem;
        line-height: 1.3;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 1.3rem;
    }
    
    p {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    /* Anpassungen für Zahlungsformulare */
    .payment-form .card {
        padding: 15px;
    }
    
    .payment-form h1 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    
    /* Verbesserte Abstände für mobile Geräte */
    .section {
        padding: 30px 0;
    }
    
    .mb-4 {
        margin-bottom: 15px;
    }
    
    /* Stripe-Elemente anpassen */
    .StripeElement {
        padding: 12px;
        font-size: 16px;
    }
    
    /* Sprachauswahl im Menü anpassen */
    .language-selector {
        margin-top: 15px;
        text-align: center;
    }
}
    
    .contact-layout {
        flex-direction: column;
    }

/* Smartphones (Portrait) */
@media screen and (max-width: 576px) {
    .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Header-Anpassungen */
    .site-header {
        padding: 10px 0;
    }
    
    .logo img {
        max-height: 40px;
    }
    
    /* Verbesserte Typografie für mobile Geräte */
    h1 {
        font-size: 1.8rem;
        line-height: 1.3;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 1.3rem;
    }
    
    p {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    /* Anpassungen für Zahlungsformulare */
    .payment-form .card {
        padding: 15px;
    }
    
    .payment-form h1 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    
    /* Verbesserte Abstände für mobile Geräte */
    .section {
        padding: 30px 0;
    }
    
    .mb-4 {
        margin-bottom: 15px;
    }
    
    /* Stripe-Elemente anpassen */
    .StripeElement {
        padding: 12px;
        font-size: 16px;
    }
    
    /* Sprachauswahl im Menü anpassen */
    .language-selector {
        margin-top: 15px;
        text-align: center;
    }
}
    
    .contact-info,
    .contact-form-container {
        width: 100%;
    }

/* Smartphones (Portrait) */
@media screen and (max-width: 576px) {
    .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Header-Anpassungen */
    .site-header {
        padding: 10px 0;
    }
    
    .logo img {
        max-height: 40px;
    }
    
    /* Verbesserte Typografie für mobile Geräte */
    h1 {
        font-size: 1.8rem;
        line-height: 1.3;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 1.3rem;
    }
    
    p {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    /* Anpassungen für Zahlungsformulare */
    .payment-form .card {
        padding: 15px;
    }
    
    .payment-form h1 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    
    /* Verbesserte Abstände für mobile Geräte */
    .section {
        padding: 30px 0;
    }
    
    .mb-4 {
        margin-bottom: 15px;
    }
    
    /* Stripe-Elemente anpassen */
    .StripeElement {
        padding: 12px;
        font-size: 16px;
    }
    
    /* Sprachauswahl im Menü anpassen */
    .language-selector {
        margin-top: 15px;
        text-align: center;
    }
}
    
    .contact-info {
        margin-bottom: 40px;
    }

/* Smartphones (Portrait) */
@media screen and (max-width: 576px) {
    .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Header-Anpassungen */
    .site-header {
        padding: 10px 0;
    }
    
    .logo img {
        max-height: 40px;
    }
    
    /* Verbesserte Typografie für mobile Geräte */
    h1 {
        font-size: 1.8rem;
        line-height: 1.3;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 1.3rem;
    }
    
    p {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    /* Anpassungen für Zahlungsformulare */
    .payment-form .card {
        padding: 15px;
    }
    
    .payment-form h1 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    
    /* Verbesserte Abstände für mobile Geräte */
    .section {
        padding: 30px 0;
    }
    
    .mb-4 {
        margin-bottom: 15px;
    }
    
    /* Stripe-Elemente anpassen */
    .StripeElement {
        padding: 12px;
        font-size: 16px;
    }
    
    /* Sprachauswahl im Menü anpassen */
    .language-selector {
        margin-top: 15px;
        text-align: center;
    }
}
    
    .site-footer .container {
        grid-template-columns: repeat(2, 1fr);
    }

/* Smartphones (Portrait) */
@media screen and (max-width: 576px) {
    .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Header-Anpassungen */
    .site-header {
        padding: 10px 0;
    }
    
    .logo img {
        max-height: 40px;
    }
    
    /* Verbesserte Typografie für mobile Geräte */
    h1 {
        font-size: 1.8rem;
        line-height: 1.3;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 1.3rem;
    }
    
    p {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    /* Anpassungen für Zahlungsformulare */
    .payment-form .card {
        padding: 15px;
    }
    
    .payment-form h1 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    
    /* Verbesserte Abstände für mobile Geräte */
    .section {
        padding: 30px 0;
    }
    
    .mb-4 {
        margin-bottom: 15px;
    }
    
    /* Stripe-Elemente anpassen */
    .StripeElement {
        padding: 12px;
        font-size: 16px;
    }
    
    /* Sprachauswahl im Menü anpassen */
    .language-selector {
        margin-top: 15px;
        text-align: center;
    }
}
}

/* Smartphones (Portrait) */
@media screen and (max-width: 576px) {
    .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Header-Anpassungen */
    .site-header {
        padding: 10px 0;
    }
    
    .logo img {
        max-height: 40px;
    }
    
    /* Verbesserte Typografie für mobile Geräte */
    h1 {
        font-size: 1.8rem;
        line-height: 1.3;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 1.3rem;
    }
    
    p {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    /* Anpassungen für Zahlungsformulare */
    .payment-form .card {
        padding: 15px;
    }
    
    .payment-form h1 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    
    /* Verbesserte Abstände für mobile Geräte */
    .section {
        padding: 30px 0;
    }
    
    .mb-4 {
        margin-bottom: 15px;
    }
    
    /* Stripe-Elemente anpassen */
    .StripeElement {
        padding: 12px;
        font-size: 16px;
    }
    
    /* Sprachauswahl im Menü anpassen */
    .language-selector {
        margin-top: 15px;
        text-align: center;
    }
}

/* Tablet Portrait */
@media screen and (max-width: 768px) {
    .container {
        max-width: 540px;
    }

/* Smartphones (Portrait) */
@media screen and (max-width: 576px) {
    .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Header-Anpassungen */
    .site-header {
        padding: 10px 0;
    }
    
    .logo img {
        max-height: 40px;
    }
    
    /* Verbesserte Typografie für mobile Geräte */
    h1 {
        font-size: 1.8rem;
        line-height: 1.3;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 1.3rem;
    }
    
    p {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    /* Anpassungen für Zahlungsformulare */
    .payment-form .card {
        padding: 15px;
    }
    
    .payment-form h1 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    
    /* Verbesserte Abstände für mobile Geräte */
    .section {
        padding: 30px 0;
    }
    
    .mb-4 {
        margin-bottom: 15px;
    }
    
    /* Stripe-Elemente anpassen */
    .StripeElement {
        padding: 12px;
        font-size: 16px;
    }
    
    /* Sprachauswahl im Menü anpassen */
    .language-selector {
        margin-top: 15px;
        text-align: center;
    }
}
    
    .hero {
        height: 400px;
    }

/* Smartphones (Portrait) */
@media screen and (max-width: 576px) {
    .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Header-Anpassungen */
    .site-header {
        padding: 10px 0;
    }
    
    .logo img {
        max-height: 40px;
    }
    
    /* Verbesserte Typografie für mobile Geräte */
    h1 {
        font-size: 1.8rem;
        line-height: 1.3;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 1.3rem;
    }
    
    p {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    /* Anpassungen für Zahlungsformulare */
    .payment-form .card {
        padding: 15px;
    }
    
    .payment-form h1 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    
    /* Verbesserte Abstände für mobile Geräte */
    .section {
        padding: 30px 0;
    }
    
    .mb-4 {
        margin-bottom: 15px;
    }
    
    /* Stripe-Elemente anpassen */
    .StripeElement {
        padding: 12px;
        font-size: 16px;
    }
    
    /* Sprachauswahl im Menü anpassen */
    .language-selector {
        margin-top: 15px;
        text-align: center;
    }
}
    
    .hero h1 {
        font-size: 2rem;
    }

/* Smartphones (Portrait) */
@media screen and (max-width: 576px) {
    .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Header-Anpassungen */
    .site-header {
        padding: 10px 0;
    }
    
    .logo img {
        max-height: 40px;
    }
    
    /* Verbesserte Typografie für mobile Geräte */
    h1 {
        font-size: 1.8rem;
        line-height: 1.3;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 1.3rem;
    }
    
    p {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    /* Anpassungen für Zahlungsformulare */
    .payment-form .card {
        padding: 15px;
    }
    
    .payment-form h1 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    
    /* Verbesserte Abstände für mobile Geräte */
    .section {
        padding: 30px 0;
    }
    
    .mb-4 {
        margin-bottom: 15px;
    }
    
    /* Stripe-Elemente anpassen */
    .StripeElement {
        padding: 12px;
        font-size: 16px;
    }
    
    /* Sprachauswahl im Menü anpassen */
    .language-selector {
        margin-top: 15px;
        text-align: center;
    }
}
    
    .section {
        padding: 60px 0;
    }

/* Smartphones (Portrait) */
@media screen and (max-width: 576px) {
    .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Header-Anpassungen */
    .site-header {
        padding: 10px 0;
    }
    
    .logo img {
        max-height: 40px;
    }
    
    /* Verbesserte Typografie für mobile Geräte */
    h1 {
        font-size: 1.8rem;
        line-height: 1.3;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 1.3rem;
    }
    
    p {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    /* Anpassungen für Zahlungsformulare */
    .payment-form .card {
        padding: 15px;
    }
    
    .payment-form h1 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    
    /* Verbesserte Abstände für mobile Geräte */
    .section {
        padding: 30px 0;
    }
    
    .mb-4 {
        margin-bottom: 15px;
    }
    
    /* Stripe-Elemente anpassen */
    .StripeElement {
        padding: 12px;
        font-size: 16px;
    }
    
    /* Sprachauswahl im Menü anpassen */
    .language-selector {
        margin-top: 15px;
        text-align: center;
    }
}
    
    .section-title {
        font-size: 2rem;
    }

/* Smartphones (Portrait) */
@media screen and (max-width: 576px) {
    .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Header-Anpassungen */
    .site-header {
        padding: 10px 0;
    }
    
    .logo img {
        max-height: 40px;
    }
    
    /* Verbesserte Typografie für mobile Geräte */
    h1 {
        font-size: 1.8rem;
        line-height: 1.3;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 1.3rem;
    }
    
    p {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    /* Anpassungen für Zahlungsformulare */
    .payment-form .card {
        padding: 15px;
    }
    
    .payment-form h1 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    
    /* Verbesserte Abstände für mobile Geräte */
    .section {
        padding: 30px 0;
    }
    
    .mb-4 {
        margin-bottom: 15px;
    }
    
    /* Stripe-Elemente anpassen */
    .StripeElement {
        padding: 12px;
        font-size: 16px;
    }
    
    /* Sprachauswahl im Menü anpassen */
    .language-selector {
        margin-top: 15px;
        text-align: center;
    }
}
    
    .features,
    .grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

/* Smartphones (Portrait) */
@media screen and (max-width: 576px) {
    .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Header-Anpassungen */
    .site-header {
        padding: 10px 0;
    }
    
    .logo img {
        max-height: 40px;
    }
    
    /* Verbesserte Typografie für mobile Geräte */
    h1 {
        font-size: 1.8rem;
        line-height: 1.3;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 1.3rem;
    }
    
    p {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    /* Anpassungen für Zahlungsformulare */
    .payment-form .card {
        padding: 15px;
    }
    
    .payment-form h1 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    
    /* Verbesserte Abstände für mobile Geräte */
    .section {
        padding: 30px 0;
    }
    
    .mb-4 {
        margin-bottom: 15px;
    }
    
    /* Stripe-Elemente anpassen */
    .StripeElement {
        padding: 12px;
        font-size: 16px;
    }
    
    /* Sprachauswahl im Menü anpassen */
    .language-selector {
        margin-top: 15px;
        text-align: center;
    }
}
    
    .card {
        max-width: 450px;
        margin: 0 auto;
    }

/* Smartphones (Portrait) */
@media screen and (max-width: 576px) {
    .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Header-Anpassungen */
    .site-header {
        padding: 10px 0;
    }
    
    .logo img {
        max-height: 40px;
    }
    
    /* Verbesserte Typografie für mobile Geräte */
    h1 {
        font-size: 1.8rem;
        line-height: 1.3;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 1.3rem;
    }
    
    p {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    /* Anpassungen für Zahlungsformulare */
    .payment-form .card {
        padding: 15px;
    }
    
    .payment-form h1 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    
    /* Verbesserte Abstände für mobile Geräte */
    .section {
        padding: 30px 0;
    }
    
    .mb-4 {
        margin-bottom: 15px;
    }
    
    /* Stripe-Elemente anpassen */
    .StripeElement {
        padding: 12px;
        font-size: 16px;
    }
    
    /* Sprachauswahl im Menü anpassen */
    .language-selector {
        margin-top: 15px;
        text-align: center;
    }
}
    
    .stats {
        grid-template-columns: 1fr;
    }

/* Smartphones (Portrait) */
@media screen and (max-width: 576px) {
    .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Header-Anpassungen */
    .site-header {
        padding: 10px 0;
    }
    
    .logo img {
        max-height: 40px;
    }
    
    /* Verbesserte Typografie für mobile Geräte */
    h1 {
        font-size: 1.8rem;
        line-height: 1.3;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 1.3rem;
    }
    
    p {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    /* Anpassungen für Zahlungsformulare */
    .payment-form .card {
        padding: 15px;
    }
    
    .payment-form h1 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    
    /* Verbesserte Abstände für mobile Geräte */
    .section {
        padding: 30px 0;
    }
    
    .mb-4 {
        margin-bottom: 15px;
    }
    
    /* Stripe-Elemente anpassen */
    .StripeElement {
        padding: 12px;
        font-size: 16px;
    }
    
    /* Sprachauswahl im Menü anpassen */
    .language-selector {
        margin-top: 15px;
        text-align: center;
    }
}
    
    .stat {
        padding: 20px;
    }

/* Smartphones (Portrait) */
@media screen and (max-width: 576px) {
    .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Header-Anpassungen */
    .site-header {
        padding: 10px 0;
    }
    
    .logo img {
        max-height: 40px;
    }
    
    /* Verbesserte Typografie für mobile Geräte */
    h1 {
        font-size: 1.8rem;
        line-height: 1.3;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 1.3rem;
    }
    
    p {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    /* Anpassungen für Zahlungsformulare */
    .payment-form .card {
        padding: 15px;
    }
    
    .payment-form h1 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    
    /* Verbesserte Abstände für mobile Geräte */
    .section {
        padding: 30px 0;
    }
    
    .mb-4 {
        margin-bottom: 15px;
    }
    
    /* Stripe-Elemente anpassen */
    .StripeElement {
        padding: 12px;
        font-size: 16px;
    }
    
    /* Sprachauswahl im Menü anpassen */
    .language-selector {
        margin-top: 15px;
        text-align: center;
    }
}
    
    .values,
    .value-additions {
        grid-template-columns: 1fr;
    }

/* Smartphones (Portrait) */
@media screen and (max-width: 576px) {
    .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Header-Anpassungen */
    .site-header {
        padding: 10px 0;
    }
    
    .logo img {
        max-height: 40px;
    }
    
    /* Verbesserte Typografie für mobile Geräte */
    h1 {
        font-size: 1.8rem;
        line-height: 1.3;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 1.3rem;
    }
    
    p {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    /* Anpassungen für Zahlungsformulare */
    .payment-form .card {
        padding: 15px;
    }
    
    .payment-form h1 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    
    /* Verbesserte Abstände für mobile Geräte */
    .section {
        padding: 30px 0;
    }
    
    .mb-4 {
        margin-bottom: 15px;
    }
    
    /* Stripe-Elemente anpassen */
    .StripeElement {
        padding: 12px;
        font-size: 16px;
    }
    
    /* Sprachauswahl im Menü anpassen */
    .language-selector {
        margin-top: 15px;
        text-align: center;
    }
}
    
    .process-step {
        flex-direction: column;
        text-align: center;
    }

/* Smartphones (Portrait) */
@media screen and (max-width: 576px) {
    .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Header-Anpassungen */
    .site-header {
        padding: 10px 0;
    }
    
    .logo img {
        max-height: 40px;
    }
    
    /* Verbesserte Typografie für mobile Geräte */
    h1 {
        font-size: 1.8rem;
        line-height: 1.3;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 1.3rem;
    }
    
    p {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    /* Anpassungen für Zahlungsformulare */
    .payment-form .card {
        padding: 15px;
    }
    
    .payment-form h1 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    
    /* Verbesserte Abstände für mobile Geräte */
    .section {
        padding: 30px 0;
    }
    
    .mb-4 {
        margin-bottom: 15px;
    }
    
    /* Stripe-Elemente anpassen */
    .StripeElement {
        padding: 12px;
        font-size: 16px;
    }
    
    /* Sprachauswahl im Menü anpassen */
    .language-selector {
        margin-top: 15px;
        text-align: center;
    }
}
    
    .step-number {
        margin: 0 auto 15px;
    }

/* Smartphones (Portrait) */
@media screen and (max-width: 576px) {
    .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Header-Anpassungen */
    .site-header {
        padding: 10px 0;
    }
    
    .logo img {
        max-height: 40px;
    }
    
    /* Verbesserte Typografie für mobile Geräte */
    h1 {
        font-size: 1.8rem;
        line-height: 1.3;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 1.3rem;
    }
    
    p {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    /* Anpassungen für Zahlungsformulare */
    .payment-form .card {
        padding: 15px;
    }
    
    .payment-form h1 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    
    /* Verbesserte Abstände für mobile Geräte */
    .section {
        padding: 30px 0;
    }
    
    .mb-4 {
        margin-bottom: 15px;
    }
    
    /* Stripe-Elemente anpassen */
    .StripeElement {
        padding: 12px;
        font-size: 16px;
    }
    
    /* Sprachauswahl im Menü anpassen */
    .language-selector {
        margin-top: 15px;
        text-align: center;
    }
}
    
    .testimonial {
        padding: 20px;
    }

/* Smartphones (Portrait) */
@media screen and (max-width: 576px) {
    .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Header-Anpassungen */
    .site-header {
        padding: 10px 0;
    }
    
    .logo img {
        max-height: 40px;
    }
    
    /* Verbesserte Typografie für mobile Geräte */
    h1 {
        font-size: 1.8rem;
        line-height: 1.3;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 1.3rem;
    }
    
    p {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    /* Anpassungen für Zahlungsformulare */
    .payment-form .card {
        padding: 15px;
    }
    
    .payment-form h1 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    
    /* Verbesserte Abstände für mobile Geräte */
    .section {
        padding: 30px 0;
    }
    
    .mb-4 {
        margin-bottom: 15px;
    }
    
    /* Stripe-Elemente anpassen */
    .StripeElement {
        padding: 12px;
        font-size: 16px;
    }
    
    /* Sprachauswahl im Menü anpassen */
    .language-selector {
        margin-top: 15px;
        text-align: center;
    }
}
    
    .form-row {
        flex-direction: column;
    }

/* Smartphones (Portrait) */
@media screen and (max-width: 576px) {
    .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Header-Anpassungen */
    .site-header {
        padding: 10px 0;
    }
    
    .logo img {
        max-height: 40px;
    }
    
    /* Verbesserte Typografie für mobile Geräte */
    h1 {
        font-size: 1.8rem;
        line-height: 1.3;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 1.3rem;
    }
    
    p {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    /* Anpassungen für Zahlungsformulare */
    .payment-form .card {
        padding: 15px;
    }
    
    .payment-form h1 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    
    /* Verbesserte Abstände für mobile Geräte */
    .section {
        padding: 30px 0;
    }
    
    .mb-4 {
        margin-bottom: 15px;
    }
    
    /* Stripe-Elemente anpassen */
    .StripeElement {
        padding: 12px;
        font-size: 16px;
    }
    
    /* Sprachauswahl im Menü anpassen */
    .language-selector {
        margin-top: 15px;
        text-align: center;
    }
}
    
    .form-row .form-group {
        width: 100%;
    }

/* Smartphones (Portrait) */
@media screen and (max-width: 576px) {
    .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Header-Anpassungen */
    .site-header {
        padding: 10px 0;
    }
    
    .logo img {
        max-height: 40px;
    }
    
    /* Verbesserte Typografie für mobile Geräte */
    h1 {
        font-size: 1.8rem;
        line-height: 1.3;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 1.3rem;
    }
    
    p {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    /* Anpassungen für Zahlungsformulare */
    .payment-form .card {
        padding: 15px;
    }
    
    .payment-form h1 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    
    /* Verbesserte Abstände für mobile Geräte */
    .section {
        padding: 30px 0;
    }
    
    .mb-4 {
        margin-bottom: 15px;
    }
    
    /* Stripe-Elemente anpassen */
    .StripeElement {
        padding: 12px;
        font-size: 16px;
    }
    
    /* Sprachauswahl im Menü anpassen */
    .language-selector {
        margin-top: 15px;
        text-align: center;
    }
}
    
    .copyright .container {
        flex-direction: column;
        text-align: center;
    }

/* Smartphones (Portrait) */
@media screen and (max-width: 576px) {
    .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Header-Anpassungen */
    .site-header {
        padding: 10px 0;
    }
    
    .logo img {
        max-height: 40px;
    }
    
    /* Verbesserte Typografie für mobile Geräte */
    h1 {
        font-size: 1.8rem;
        line-height: 1.3;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 1.3rem;
    }
    
    p {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    /* Anpassungen für Zahlungsformulare */
    .payment-form .card {
        padding: 15px;
    }
    
    .payment-form h1 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    
    /* Verbesserte Abstände für mobile Geräte */
    .section {
        padding: 30px 0;
    }
    
    .mb-4 {
        margin-bottom: 15px;
    }
    
    /* Stripe-Elemente anpassen */
    .StripeElement {
        padding: 12px;
        font-size: 16px;
    }
    
    /* Sprachauswahl im Menü anpassen */
    .language-selector {
        margin-top: 15px;
        text-align: center;
    }
}
    
    .social-icons {
        margin-top: 15px;
    }

/* Smartphones (Portrait) */
@media screen and (max-width: 576px) {
    .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Header-Anpassungen */
    .site-header {
        padding: 10px 0;
    }
    
    .logo img {
        max-height: 40px;
    }
    
    /* Verbesserte Typografie für mobile Geräte */
    h1 {
        font-size: 1.8rem;
        line-height: 1.3;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 1.3rem;
    }
    
    p {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    /* Anpassungen für Zahlungsformulare */
    .payment-form .card {
        padding: 15px;
    }
    
    .payment-form h1 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    
    /* Verbesserte Abstände für mobile Geräte */
    .section {
        padding: 30px 0;
    }
    
    .mb-4 {
        margin-bottom: 15px;
    }
    
    /* Stripe-Elemente anpassen */
    .StripeElement {
        padding: 12px;
        font-size: 16px;
    }
    
    /* Sprachauswahl im Menü anpassen */
    .language-selector {
        margin-top: 15px;
        text-align: center;
    }
}
}

/* Smartphones (Portrait) */
@media screen and (max-width: 576px) {
    .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Header-Anpassungen */
    .site-header {
        padding: 10px 0;
    }
    
    .logo img {
        max-height: 40px;
    }
    
    /* Verbesserte Typografie für mobile Geräte */
    h1 {
        font-size: 1.8rem;
        line-height: 1.3;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 1.3rem;
    }
    
    p {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    /* Anpassungen für Zahlungsformulare */
    .payment-form .card {
        padding: 15px;
    }
    
    .payment-form h1 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    
    /* Verbesserte Abstände für mobile Geräte */
    .section {
        padding: 30px 0;
    }
    
    .mb-4 {
        margin-bottom: 15px;
    }
    
    /* Stripe-Elemente anpassen */
    .StripeElement {
        padding: 12px;
        font-size: 16px;
    }
    
    /* Sprachauswahl im Menü anpassen */
    .language-selector {
        margin-top: 15px;
        text-align: center;
    }
}

/* Mobile Large */
@media screen and (max-width: 576px) {
    .hero h1 {
        font-size: 1.8rem;
    }

/* Smartphones (Portrait) */
@media screen and (max-width: 576px) {
    .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Header-Anpassungen */
    .site-header {
        padding: 10px 0;
    }
    
    .logo img {
        max-height: 40px;
    }
    
    /* Verbesserte Typografie für mobile Geräte */
    h1 {
        font-size: 1.8rem;
        line-height: 1.3;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 1.3rem;
    }
    
    p {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    /* Anpassungen für Zahlungsformulare */
    .payment-form .card {
        padding: 15px;
    }
    
    .payment-form h1 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    
    /* Verbesserte Abstände für mobile Geräte */
    .section {
        padding: 30px 0;
    }
    
    .mb-4 {
        margin-bottom: 15px;
    }
    
    /* Stripe-Elemente anpassen */
    .StripeElement {
        padding: 12px;
        font-size: 16px;
    }
    
    /* Sprachauswahl im Menü anpassen */
    .language-selector {
        margin-top: 15px;
        text-align: center;
    }
}
    
    .hero p {
        font-size: 1rem;
    }

/* Smartphones (Portrait) */
@media screen and (max-width: 576px) {
    .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Header-Anpassungen */
    .site-header {
        padding: 10px 0;
    }
    
    .logo img {
        max-height: 40px;
    }
    
    /* Verbesserte Typografie für mobile Geräte */
    h1 {
        font-size: 1.8rem;
        line-height: 1.3;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 1.3rem;
    }
    
    p {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    /* Anpassungen für Zahlungsformulare */
    .payment-form .card {
        padding: 15px;
    }
    
    .payment-form h1 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    
    /* Verbesserte Abstände für mobile Geräte */
    .section {
        padding: 30px 0;
    }
    
    .mb-4 {
        margin-bottom: 15px;
    }
    
    /* Stripe-Elemente anpassen */
    .StripeElement {
        padding: 12px;
        font-size: 16px;
    }
    
    /* Sprachauswahl im Menü anpassen */
    .language-selector {
        margin-top: 15px;
        text-align: center;
    }
}
    
    .hero-buttons {
        flex-direction: column;
        width: 100%;
    }

/* Smartphones (Portrait) */
@media screen and (max-width: 576px) {
    .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Header-Anpassungen */
    .site-header {
        padding: 10px 0;
    }
    
    .logo img {
        max-height: 40px;
    }
    
    /* Verbesserte Typografie für mobile Geräte */
    h1 {
        font-size: 1.8rem;
        line-height: 1.3;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 1.3rem;
    }
    
    p {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    /* Anpassungen für Zahlungsformulare */
    .payment-form .card {
        padding: 15px;
    }
    
    .payment-form h1 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    
    /* Verbesserte Abstände für mobile Geräte */
    .section {
        padding: 30px 0;
    }
    
    .mb-4 {
        margin-bottom: 15px;
    }
    
    /* Stripe-Elemente anpassen */
    .StripeElement {
        padding: 12px;
        font-size: 16px;
    }
    
    /* Sprachauswahl im Menü anpassen */
    .language-selector {
        margin-top: 15px;
        text-align: center;
    }
}
    
    .hero-buttons .btn {
        width: 100%;
        margin-bottom: 10px;
    }

/* Smartphones (Portrait) */
@media screen and (max-width: 576px) {
    .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Header-Anpassungen */
    .site-header {
        padding: 10px 0;
    }
    
    .logo img {
        max-height: 40px;
    }
    
    /* Verbesserte Typografie für mobile Geräte */
    h1 {
        font-size: 1.8rem;
        line-height: 1.3;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 1.3rem;
    }
    
    p {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    /* Anpassungen für Zahlungsformulare */
    .payment-form .card {
        padding: 15px;
    }
    
    .payment-form h1 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    
    /* Verbesserte Abstände für mobile Geräte */
    .section {
        padding: 30px 0;
    }
    
    .mb-4 {
        margin-bottom: 15px;
    }
    
    /* Stripe-Elemente anpassen */
    .StripeElement {
        padding: 12px;
        font-size: 16px;
    }
    
    /* Sprachauswahl im Menü anpassen */
    .language-selector {
        margin-top: 15px;
        text-align: center;
    }
}
    
    .section {
        padding: 50px 0;
    }

/* Smartphones (Portrait) */
@media screen and (max-width: 576px) {
    .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Header-Anpassungen */
    .site-header {
        padding: 10px 0;
    }
    
    .logo img {
        max-height: 40px;
    }
    
    /* Verbesserte Typografie für mobile Geräte */
    h1 {
        font-size: 1.8rem;
        line-height: 1.3;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 1.3rem;
    }
    
    p {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    /* Anpassungen für Zahlungsformulare */
    .payment-form .card {
        padding: 15px;
    }
    
    .payment-form h1 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    
    /* Verbesserte Abstände für mobile Geräte */
    .section {
        padding: 30px 0;
    }
    
    .mb-4 {
        margin-bottom: 15px;
    }
    
    /* Stripe-Elemente anpassen */
    .StripeElement {
        padding: 12px;
        font-size: 16px;
    }
    
    /* Sprachauswahl im Menü anpassen */
    .language-selector {
        margin-top: 15px;
        text-align: center;
    }
}
    
    .section-title {
        font-size: 1.8rem;
    }

/* Smartphones (Portrait) */
@media screen and (max-width: 576px) {
    .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Header-Anpassungen */
    .site-header {
        padding: 10px 0;
    }
    
    .logo img {
        max-height: 40px;
    }
    
    /* Verbesserte Typografie für mobile Geräte */
    h1 {
        font-size: 1.8rem;
        line-height: 1.3;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 1.3rem;
    }
    
    p {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    /* Anpassungen für Zahlungsformulare */
    .payment-form .card {
        padding: 15px;
    }
    
    .payment-form h1 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    
    /* Verbesserte Abstände für mobile Geräte */
    .section {
        padding: 30px 0;
    }
    
    .mb-4 {
        margin-bottom: 15px;
    }
    
    /* Stripe-Elemente anpassen */
    .StripeElement {
        padding: 12px;
        font-size: 16px;
    }
    
    /* Sprachauswahl im Menü anpassen */
    .language-selector {
        margin-top: 15px;
        text-align: center;
    }
}
    
    .section-subtitle {
        font-size: 1rem;
    }

/* Smartphones (Portrait) */
@media screen and (max-width: 576px) {
    .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Header-Anpassungen */
    .site-header {
        padding: 10px 0;
    }
    
    .logo img {
        max-height: 40px;
    }
    
    /* Verbesserte Typografie für mobile Geräte */
    h1 {
        font-size: 1.8rem;
        line-height: 1.3;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 1.3rem;
    }
    
    p {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    /* Anpassungen für Zahlungsformulare */
    .payment-form .card {
        padding: 15px;
    }
    
    .payment-form h1 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    
    /* Verbesserte Abstände für mobile Geräte */
    .section {
        padding: 30px 0;
    }
    
    .mb-4 {
        margin-bottom: 15px;
    }
    
    /* Stripe-Elemente anpassen */
    .StripeElement {
        padding: 12px;
        font-size: 16px;
    }
    
    /* Sprachauswahl im Menü anpassen */
    .language-selector {
        margin-top: 15px;
        text-align: center;
    }
}
    
    .team-members {
        grid-template-columns: 1fr;
    }

/* Smartphones (Portrait) */
@media screen and (max-width: 576px) {
    .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Header-Anpassungen */
    .site-header {
        padding: 10px 0;
    }
    
    .logo img {
        max-height: 40px;
    }
    
    /* Verbesserte Typografie für mobile Geräte */
    h1 {
        font-size: 1.8rem;
        line-height: 1.3;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 1.3rem;
    }
    
    p {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    /* Anpassungen für Zahlungsformulare */
    .payment-form .card {
        padding: 15px;
    }
    
    .payment-form h1 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    
    /* Verbesserte Abstände für mobile Geräte */
    .section {
        padding: 30px 0;
    }
    
    .mb-4 {
        margin-bottom: 15px;
    }
    
    /* Stripe-Elemente anpassen */
    .StripeElement {
        padding: 12px;
        font-size: 16px;
    }
    
    /* Sprachauswahl im Menü anpassen */
    .language-selector {
        margin-top: 15px;
        text-align: center;
    }
}
    
    .testimonial-author {
        flex-direction: column;
        text-align: center;
    }

/* Smartphones (Portrait) */
@media screen and (max-width: 576px) {
    .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Header-Anpassungen */
    .site-header {
        padding: 10px 0;
    }
    
    .logo img {
        max-height: 40px;
    }
    
    /* Verbesserte Typografie für mobile Geräte */
    h1 {
        font-size: 1.8rem;
        line-height: 1.3;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 1.3rem;
    }
    
    p {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    /* Anpassungen für Zahlungsformulare */
    .payment-form .card {
        padding: 15px;
    }
    
    .payment-form h1 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    
    /* Verbesserte Abstände für mobile Geräte */
    .section {
        padding: 30px 0;
    }
    
    .mb-4 {
        margin-bottom: 15px;
    }
    
    /* Stripe-Elemente anpassen */
    .StripeElement {
        padding: 12px;
        font-size: 16px;
    }
    
    /* Sprachauswahl im Menü anpassen */
    .language-selector {
        margin-top: 15px;
        text-align: center;
    }
}
    
    .author-img {
        margin: 0 auto 15px;
    }

/* Smartphones (Portrait) */
@media screen and (max-width: 576px) {
    .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Header-Anpassungen */
    .site-header {
        padding: 10px 0;
    }
    
    .logo img {
        max-height: 40px;
    }
    
    /* Verbesserte Typografie für mobile Geräte */
    h1 {
        font-size: 1.8rem;
        line-height: 1.3;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 1.3rem;
    }
    
    p {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    /* Anpassungen für Zahlungsformulare */
    .payment-form .card {
        padding: 15px;
    }
    
    .payment-form h1 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    
    /* Verbesserte Abstände für mobile Geräte */
    .section {
        padding: 30px 0;
    }
    
    .mb-4 {
        margin-bottom: 15px;
    }
    
    /* Stripe-Elemente anpassen */
    .StripeElement {
        padding: 12px;
        font-size: 16px;
    }
    
    /* Sprachauswahl im Menü anpassen */
    .language-selector {
        margin-top: 15px;
        text-align: center;
    }
}
    
    .cta-title {
        font-size: 1.8rem;
    }

/* Smartphones (Portrait) */
@media screen and (max-width: 576px) {
    .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Header-Anpassungen */
    .site-header {
        padding: 10px 0;
    }
    
    .logo img {
        max-height: 40px;
    }
    
    /* Verbesserte Typografie für mobile Geräte */
    h1 {
        font-size: 1.8rem;
        line-height: 1.3;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 1.3rem;
    }
    
    p {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    /* Anpassungen für Zahlungsformulare */
    .payment-form .card {
        padding: 15px;
    }
    
    .payment-form h1 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    
    /* Verbesserte Abstände für mobile Geräte */
    .section {
        padding: 30px 0;
    }
    
    .mb-4 {
        margin-bottom: 15px;
    }
    
    /* Stripe-Elemente anpassen */
    .StripeElement {
        padding: 12px;
        font-size: 16px;
    }
    
    /* Sprachauswahl im Menü anpassen */
    .language-selector {
        margin-top: 15px;
        text-align: center;
    }
}
    
    .cta .btn {
        width: 100%;
        margin-bottom: 10px;
    }

/* Smartphones (Portrait) */
@media screen and (max-width: 576px) {
    .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Header-Anpassungen */
    .site-header {
        padding: 10px 0;
    }
    
    .logo img {
        max-height: 40px;
    }
    
    /* Verbesserte Typografie für mobile Geräte */
    h1 {
        font-size: 1.8rem;
        line-height: 1.3;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 1.3rem;
    }
    
    p {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    /* Anpassungen für Zahlungsformulare */
    .payment-form .card {
        padding: 15px;
    }
    
    .payment-form h1 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    
    /* Verbesserte Abstände für mobile Geräte */
    .section {
        padding: 30px 0;
    }
    
    .mb-4 {
        margin-bottom: 15px;
    }
    
    /* Stripe-Elemente anpassen */
    .StripeElement {
        padding: 12px;
        font-size: 16px;
    }
    
    /* Sprachauswahl im Menü anpassen */
    .language-selector {
        margin-top: 15px;
        text-align: center;
    }
}
    
    .site-footer .container {
        grid-template-columns: 1fr;
    }

/* Smartphones (Portrait) */
@media screen and (max-width: 576px) {
    .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Header-Anpassungen */
    .site-header {
        padding: 10px 0;
    }
    
    .logo img {
        max-height: 40px;
    }
    
    /* Verbesserte Typografie für mobile Geräte */
    h1 {
        font-size: 1.8rem;
        line-height: 1.3;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 1.3rem;
    }
    
    p {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    /* Anpassungen für Zahlungsformulare */
    .payment-form .card {
        padding: 15px;
    }
    
    .payment-form h1 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    
    /* Verbesserte Abstände für mobile Geräte */
    .section {
        padding: 30px 0;
    }
    
    .mb-4 {
        margin-bottom: 15px;
    }
    
    /* Stripe-Elemente anpassen */
    .StripeElement {
        padding: 12px;
        font-size: 16px;
    }
    
    /* Sprachauswahl im Menü anpassen */
    .language-selector {
        margin-top: 15px;
        text-align: center;
    }
}
    
    .footer-block {
        text-align: center;
        margin-bottom: 30px;
    }

/* Smartphones (Portrait) */
@media screen and (max-width: 576px) {
    .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Header-Anpassungen */
    .site-header {
        padding: 10px 0;
    }
    
    .logo img {
        max-height: 40px;
    }
    
    /* Verbesserte Typografie für mobile Geräte */
    h1 {
        font-size: 1.8rem;
        line-height: 1.3;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 1.3rem;
    }
    
    p {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    /* Anpassungen für Zahlungsformulare */
    .payment-form .card {
        padding: 15px;
    }
    
    .payment-form h1 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    
    /* Verbesserte Abstände für mobile Geräte */
    .section {
        padding: 30px 0;
    }
    
    .mb-4 {
        margin-bottom: 15px;
    }
    
    /* Stripe-Elemente anpassen */
    .StripeElement {
        padding: 12px;
        font-size: 16px;
    }
    
    /* Sprachauswahl im Menü anpassen */
    .language-selector {
        margin-top: 15px;
        text-align: center;
    }
}
}

/* Smartphones (Portrait) */
@media screen and (max-width: 576px) {
    .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Header-Anpassungen */
    .site-header {
        padding: 10px 0;
    }
    
    .logo img {
        max-height: 40px;
    }
    
    /* Verbesserte Typografie für mobile Geräte */
    h1 {
        font-size: 1.8rem;
        line-height: 1.3;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 1.3rem;
    }
    
    p {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    /* Anpassungen für Zahlungsformulare */
    .payment-form .card {
        padding: 15px;
    }
    
    .payment-form h1 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    
    /* Verbesserte Abstände für mobile Geräte */
    .section {
        padding: 30px 0;
    }
    
    .mb-4 {
        margin-bottom: 15px;
    }
    
    /* Stripe-Elemente anpassen */
    .StripeElement {
        padding: 12px;
        font-size: 16px;
    }
    
    /* Sprachauswahl im Menü anpassen */
    .language-selector {
        margin-top: 15px;
        text-align: center;
    }
}

/* Mobile Small */
@media screen and (max-width: 375px) {
    .logo {
        height: 35px;
    }

/* Smartphones (Portrait) */
@media screen and (max-width: 576px) {
    .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Header-Anpassungen */
    .site-header {
        padding: 10px 0;
    }
    
    .logo img {
        max-height: 40px;
    }
    
    /* Verbesserte Typografie für mobile Geräte */
    h1 {
        font-size: 1.8rem;
        line-height: 1.3;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 1.3rem;
    }
    
    p {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    /* Anpassungen für Zahlungsformulare */
    .payment-form .card {
        padding: 15px;
    }
    
    .payment-form h1 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    
    /* Verbesserte Abstände für mobile Geräte */
    .section {
        padding: 30px 0;
    }
    
    .mb-4 {
        margin-bottom: 15px;
    }
    
    /* Stripe-Elemente anpassen */
    .StripeElement {
        padding: 12px;
        font-size: 16px;
    }
    
    /* Sprachauswahl im Menü anpassen */
    .language-selector {
        margin-top: 15px;
        text-align: center;
    }
}
    
    .hero {
        height: 350px;
    }

/* Smartphones (Portrait) */
@media screen and (max-width: 576px) {
    .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Header-Anpassungen */
    .site-header {
        padding: 10px 0;
    }
    
    .logo img {
        max-height: 40px;
    }
    
    /* Verbesserte Typografie für mobile Geräte */
    h1 {
        font-size: 1.8rem;
        line-height: 1.3;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 1.3rem;
    }
    
    p {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    /* Anpassungen für Zahlungsformulare */
    .payment-form .card {
        padding: 15px;
    }
    
    .payment-form h1 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    
    /* Verbesserte Abstände für mobile Geräte */
    .section {
        padding: 30px 0;
    }
    
    .mb-4 {
        margin-bottom: 15px;
    }
    
    /* Stripe-Elemente anpassen */
    .StripeElement {
        padding: 12px;
        font-size: 16px;
    }
    
    /* Sprachauswahl im Menü anpassen */
    .language-selector {
        margin-top: 15px;
        text-align: center;
    }
}
    
    .section {
        padding: 40px 0;
    }

/* Smartphones (Portrait) */
@media screen and (max-width: 576px) {
    .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Header-Anpassungen */
    .site-header {
        padding: 10px 0;
    }
    
    .logo img {
        max-height: 40px;
    }
    
    /* Verbesserte Typografie für mobile Geräte */
    h1 {
        font-size: 1.8rem;
        line-height: 1.3;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 1.3rem;
    }
    
    p {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    /* Anpassungen für Zahlungsformulare */
    .payment-form .card {
        padding: 15px;
    }
    
    .payment-form h1 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    
    /* Verbesserte Abstände für mobile Geräte */
    .section {
        padding: 30px 0;
    }
    
    .mb-4 {
        margin-bottom: 15px;
    }
    
    /* Stripe-Elemente anpassen */
    .StripeElement {
        padding: 12px;
        font-size: 16px;
    }
    
    /* Sprachauswahl im Menü anpassen */
    .language-selector {
        margin-top: 15px;
        text-align: center;
    }
}
    
    .section-title {
        font-size: 1.6rem;
    }

/* Smartphones (Portrait) */
@media screen and (max-width: 576px) {
    .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Header-Anpassungen */
    .site-header {
        padding: 10px 0;
    }
    
    .logo img {
        max-height: 40px;
    }
    
    /* Verbesserte Typografie für mobile Geräte */
    h1 {
        font-size: 1.8rem;
        line-height: 1.3;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 1.3rem;
    }
    
    p {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    /* Anpassungen für Zahlungsformulare */
    .payment-form .card {
        padding: 15px;
    }
    
    .payment-form h1 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    
    /* Verbesserte Abstände für mobile Geräte */
    .section {
        padding: 30px 0;
    }
    
    .mb-4 {
        margin-bottom: 15px;
    }
    
    /* Stripe-Elemente anpassen */
    .StripeElement {
        padding: 12px;
        font-size: 16px;
    }
    
    /* Sprachauswahl im Menü anpassen */
    .language-selector {
        margin-top: 15px;
        text-align: center;
    }
}
    
    .form-button .btn {
        width: 100%;
    }

/* Smartphones (Portrait) */
@media screen and (max-width: 576px) {
    .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Header-Anpassungen */
    .site-header {
        padding: 10px 0;
    }
    
    .logo img {
        max-height: 40px;
    }
    
    /* Verbesserte Typografie für mobile Geräte */
    h1 {
        font-size: 1.8rem;
        line-height: 1.3;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 1.3rem;
    }
    
    p {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    /* Anpassungen für Zahlungsformulare */
    .payment-form .card {
        padding: 15px;
    }
    
    .payment-form h1 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    
    /* Verbesserte Abstände für mobile Geräte */
    .section {
        padding: 30px 0;
    }
    
    .mb-4 {
        margin-bottom: 15px;
    }
    
    /* Stripe-Elemente anpassen */
    .StripeElement {
        padding: 12px;
        font-size: 16px;
    }
    
    /* Sprachauswahl im Menü anpassen */
    .language-selector {
        margin-top: 15px;
        text-align: center;
    }
}
}

/* Smartphones (Portrait) */
@media screen and (max-width: 576px) {
    .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Header-Anpassungen */
    .site-header {
        padding: 10px 0;
    }
    
    .logo img {
        max-height: 40px;
    }
    
    /* Verbesserte Typografie für mobile Geräte */
    h1 {
        font-size: 1.8rem;
        line-height: 1.3;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 1.3rem;
    }
    
    p {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    /* Anpassungen für Zahlungsformulare */
    .payment-form .card {
        padding: 15px;
    }
    
    .payment-form h1 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    
    /* Verbesserte Abstände für mobile Geräte */
    .section {
        padding: 30px 0;
    }
    
    .mb-4 {
        margin-bottom: 15px;
    }
    
    /* Stripe-Elemente anpassen */
    .StripeElement {
        padding: 12px;
        font-size: 16px;
    }
    
    /* Sprachauswahl im Menü anpassen */
    .language-selector {
        margin-top: 15px;
        text-align: center;
    }
}

/* Rest of the original file remains the same... */
/* (Two-column layout, About overview, Vision & Mission, Values, etc.) */

/* Additional styles for specific layout components */

/* Two-column layout */
.two-column {
    display: flex;
    align-items: center;
    gap: 30px;
}

/* Smartphones (Portrait) */
@media screen and (max-width: 576px) {
    .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Header-Anpassungen */
    .site-header {
        padding: 10px 0;
    }
    
    .logo img {
        max-height: 40px;
    }
    
    /* Verbesserte Typografie für mobile Geräte */
    h1 {
        font-size: 1.8rem;
        line-height: 1.3;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 1.3rem;
    }
    
    p {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    /* Anpassungen für Zahlungsformulare */
    .payment-form .card {
        padding: 15px;
    }
    
    .payment-form h1 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    
    /* Verbesserte Abstände für mobile Geräte */
    .section {
        padding: 30px 0;
    }
    
    .mb-4 {
        margin-bottom: 15px;
    }
    
    /* Stripe-Elemente anpassen */
    .StripeElement {
        padding: 12px;
        font-size: 16px;
    }
    
    /* Sprachauswahl im Menü anpassen */
    .language-selector {
        margin-top: 15px;
        text-align: center;
    }
}

.column-content {
    flex: 1;
}

/* Smartphones (Portrait) */
@media screen and (max-width: 576px) {
    .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Header-Anpassungen */
    .site-header {
        padding: 10px 0;
    }
    
    .logo img {
        max-height: 40px;
    }
    
    /* Verbesserte Typografie für mobile Geräte */
    h1 {
        font-size: 1.8rem;
        line-height: 1.3;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 1.3rem;
    }
    
    p {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    /* Anpassungen für Zahlungsformulare */
    .payment-form .card {
        padding: 15px;
    }
    
    .payment-form h1 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    
    /* Verbesserte Abstände für mobile Geräte */
    .section {
        padding: 30px 0;
    }
    
    .mb-4 {
        margin-bottom: 15px;
    }
    
    /* Stripe-Elemente anpassen */
    .StripeElement {
        padding: 12px;
        font-size: 16px;
    }
    
    /* Sprachauswahl im Menü anpassen */
    .language-selector {
        margin-top: 15px;
        text-align: center;
    }
}

.column-image {
    flex: 1;
}

/* Smartphones (Portrait) */
@media screen and (max-width: 576px) {
    .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Header-Anpassungen */
    .site-header {
        padding: 10px 0;
    }
    
    .logo img {
        max-height: 40px;
    }
    
    /* Verbesserte Typografie für mobile Geräte */
    h1 {
        font-size: 1.8rem;
        line-height: 1.3;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 1.3rem;
    }
    
    p {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    /* Anpassungen für Zahlungsformulare */
    .payment-form .card {
        padding: 15px;
    }
    
    .payment-form h1 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    
    /* Verbesserte Abstände für mobile Geräte */
    .section {
        padding: 30px 0;
    }
    
    .mb-4 {
        margin-bottom: 15px;
    }
    
    /* Stripe-Elemente anpassen */
    .StripeElement {
        padding: 12px;
        font-size: 16px;
    }
    
    /* Sprachauswahl im Menü anpassen */
    .language-selector {
        margin-top: 15px;
        text-align: center;
    }
}

/* About overview */
.about-overview {
    display: flex;
    align-items: center;
    gap: 30px;
}

/* Smartphones (Portrait) */
@media screen and (max-width: 576px) {
    .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Header-Anpassungen */
    .site-header {
        padding: 10px 0;
    }
    
    .logo img {
        max-height: 40px;
    }
    
    /* Verbesserte Typografie für mobile Geräte */
    h1 {
        font-size: 1.8rem;
        line-height: 1.3;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 1.3rem;
    }
    
    p {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    /* Anpassungen für Zahlungsformulare */
    .payment-form .card {
        padding: 15px;
    }
    
    .payment-form h1 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    
    /* Verbesserte Abstände für mobile Geräte */
    .section {
        padding: 30px 0;
    }
    
    .mb-4 {
        margin-bottom: 15px;
    }
    
    /* Stripe-Elemente anpassen */
    .StripeElement {
        padding: 12px;
        font-size: 16px;
    }
    
    /* Sprachauswahl im Menü anpassen */
    .language-selector {
        margin-top: 15px;
        text-align: center;
    }
}

.about-image {
    flex: 1;
}

/* Smartphones (Portrait) */
@media screen and (max-width: 576px) {
    .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Header-Anpassungen */
    .site-header {
        padding: 10px 0;
    }
    
    .logo img {
        max-height: 40px;
    }
    
    /* Verbesserte Typografie für mobile Geräte */
    h1 {
        font-size: 1.8rem;
        line-height: 1.3;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 1.3rem;
    }
    
    p {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    /* Anpassungen für Zahlungsformulare */
    .payment-form .card {
        padding: 15px;
    }
    
    .payment-form h1 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    
    /* Verbesserte Abstände für mobile Geräte */
    .section {
        padding: 30px 0;
    }
    
    .mb-4 {
        margin-bottom: 15px;
    }
    
    /* Stripe-Elemente anpassen */
    .StripeElement {
        padding: 12px;
        font-size: 16px;
    }
    
    /* Sprachauswahl im Menü anpassen */
    .language-selector {
        margin-top: 15px;
        text-align: center;
    }
}

.about-content {
    flex: 1;
}

/* Smartphones (Portrait) */
@media screen and (max-width: 576px) {
    .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Header-Anpassungen */
    .site-header {
        padding: 10px 0;
    }
    
    .logo img {
        max-height: 40px;
    }
    
    /* Verbesserte Typografie für mobile Geräte */
    h1 {
        font-size: 1.8rem;
        line-height: 1.3;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 1.3rem;
    }
    
    p {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    /* Anpassungen für Zahlungsformulare */
    .payment-form .card {
        padding: 15px;
    }
    
    .payment-form h1 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    
    /* Verbesserte Abstände für mobile Geräte */
    .section {
        padding: 30px 0;
    }
    
    .mb-4 {
        margin-bottom: 15px;
    }
    
    /* Stripe-Elemente anpassen */
    .StripeElement {
        padding: 12px;
        font-size: 16px;
    }
    
    /* Sprachauswahl im Menü anpassen */
    .language-selector {
        margin-top: 15px;
        text-align: center;
    }
}

/* Vision & Mission */
.vision-mission {
    display: flex;
    gap: 30px;
}

/* Smartphones (Portrait) */
@media screen and (max-width: 576px) {
    .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Header-Anpassungen */
    .site-header {
        padding: 10px 0;
    }
    
    .logo img {
        max-height: 40px;
    }
    
    /* Verbesserte Typografie für mobile Geräte */
    h1 {
        font-size: 1.8rem;
        line-height: 1.3;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 1.3rem;
    }
    
    p {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    /* Anpassungen für Zahlungsformulare */
    .payment-form .card {
        padding: 15px;
    }
    
    .payment-form h1 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    
    /* Verbesserte Abstände für mobile Geräte */
    .section {
        padding: 30px 0;
    }
    
    .mb-4 {
        margin-bottom: 15px;
    }
    
    /* Stripe-Elemente anpassen */
    .StripeElement {
        padding: 12px;
        font-size: 16px;
    }
    
    /* Sprachauswahl im Menü anpassen */
    .language-selector {
        margin-top: 15px;
        text-align: center;
    }
}

.vision, .mission {
    flex: 1;
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
}

/* Smartphones (Portrait) */
@media screen and (max-width: 576px) {
    .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Header-Anpassungen */
    .site-header {
        padding: 10px 0;
    }
    
    .logo img {
        max-height: 40px;
    }
    
    /* Verbesserte Typografie für mobile Geräte */
    h1 {
        font-size: 1.8rem;
        line-height: 1.3;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 1.3rem;
    }
    
    p {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    /* Anpassungen für Zahlungsformulare */
    .payment-form .card {
        padding: 15px;
    }
    
    .payment-form h1 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    
    /* Verbesserte Abstände für mobile Geräte */
    .section {
        padding: 30px 0;
    }
    
    .mb-4 {
        margin-bottom: 15px;
    }
    
    /* Stripe-Elemente anpassen */
    .StripeElement {
        padding: 12px;
        font-size: 16px;
    }
    
    /* Sprachauswahl im Menü anpassen */
    .language-selector {
        margin-top: 15px;
        text-align: center;
    }
}

/* Values */
.values {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

/* Smartphones (Portrait) */
@media screen and (max-width: 576px) {
    .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Header-Anpassungen */
    .site-header {
        padding: 10px 0;
    }
    
    .logo img {
        max-height: 40px;
    }
    
    /* Verbesserte Typografie für mobile Geräte */
    h1 {
        font-size: 1.8rem;
        line-height: 1.3;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 1.3rem;
    }
    
    p {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    /* Anpassungen für Zahlungsformulare */
    .payment-form .card {
        padding: 15px;
    }
    
    .payment-form h1 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    
    /* Verbesserte Abstände für mobile Geräte */
    .section {
        padding: 30px 0;
    }
    
    .mb-4 {
        margin-bottom: 15px;
    }
    
    /* Stripe-Elemente anpassen */
    .StripeElement {
        padding: 12px;
        font-size: 16px;
    }
    
    /* Sprachauswahl im Menü anpassen */
    .language-selector {
        margin-top: 15px;
        text-align: center;
    }
}

.value-item {
    text-align: center;
    padding: 30px;
}

/* Smartphones (Portrait) */
@media screen and (max-width: 576px) {
    .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Header-Anpassungen */
    .site-header {
        padding: 10px 0;
    }
    
    .logo img {
        max-height: 40px;
    }
    
    /* Verbesserte Typografie für mobile Geräte */
    h1 {
        font-size: 1.8rem;
        line-height: 1.3;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 1.3rem;
    }
    
    p {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    /* Anpassungen für Zahlungsformulare */
    .payment-form .card {
        padding: 15px;
    }
    
    .payment-form h1 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    
    /* Verbesserte Abstände für mobile Geräte */
    .section {
        padding: 30px 0;
    }
    
    .mb-4 {
        margin-bottom: 15px;
    }
    
    /* Stripe-Elemente anpassen */
    .StripeElement {
        padding: 12px;
        font-size: 16px;
    }
    
    /* Sprachauswahl im Menü anpassen */
    .language-selector {
        margin-top: 15px;
        text-align: center;
    }
}

/* Value additions */
.value-additions {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

/* Smartphones (Portrait) */
@media screen and (max-width: 576px) {
    .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Header-Anpassungen */
    .site-header {
        padding: 10px 0;
    }
    
    .logo img {
        max-height: 40px;
    }
    
    /* Verbesserte Typografie für mobile Geräte */
    h1 {
        font-size: 1.8rem;
        line-height: 1.3;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 1.3rem;
    }
    
    p {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    /* Anpassungen für Zahlungsformulare */
    .payment-form .card {
        padding: 15px;
    }
    
    .payment-form h1 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    
    /* Verbesserte Abstände für mobile Geräte */
    .section {
        padding: 30px 0;
    }
    
    .mb-4 {
        margin-bottom: 15px;
    }
    
    /* Stripe-Elemente anpassen */
    .StripeElement {
        padding: 12px;
        font-size: 16px;
    }
    
    /* Sprachauswahl im Menü anpassen */
    .language-selector {
        margin-top: 15px;
        text-align: center;
    }
}

.value-add {
    text-align: center;
    padding: 30px;
    background-color: var(--white);
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

/* Smartphones (Portrait) */
@media screen and (max-width: 576px) {
    .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Header-Anpassungen */
    .site-header {
        padding: 10px 0;
    }
    
    .logo img {
        max-height: 40px;
    }
    
    /* Verbesserte Typografie für mobile Geräte */
    h1 {
        font-size: 1.8rem;
        line-height: 1.3;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 1.3rem;
    }
    
    p {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    /* Anpassungen für Zahlungsformulare */
    .payment-form .card {
        padding: 15px;
    }
    
    .payment-form h1 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    
    /* Verbesserte Abstände für mobile Geräte */
    .section {
        padding: 30px 0;
    }
    
    .mb-4 {
        margin-bottom: 15px;
    }
    
    /* Stripe-Elemente anpassen */
    .StripeElement {
        padding: 12px;
        font-size: 16px;
    }
    
    /* Sprachauswahl im Menü anpassen */
    .language-selector {
        margin-top: 15px;
        text-align: center;
    }
}

/* Process steps */
.process-steps {
    position: relative;
}

/* Smartphones (Portrait) */
@media screen and (max-width: 576px) {
    .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Header-Anpassungen */
    .site-header {
        padding: 10px 0;
    }
    
    .logo img {
        max-height: 40px;
    }
    
    /* Verbesserte Typografie für mobile Geräte */
    h1 {
        font-size: 1.8rem;
        line-height: 1.3;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 1.3rem;
    }
    
    p {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    /* Anpassungen für Zahlungsformulare */
    .payment-form .card {
        padding: 15px;
    }
    
    .payment-form h1 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    
    /* Verbesserte Abstände für mobile Geräte */
    .section {
        padding: 30px 0;
    }
    
    .mb-4 {
        margin-bottom: 15px;
    }
    
    /* Stripe-Elemente anpassen */
    .StripeElement {
        padding: 12px;
        font-size: 16px;
    }
    
    /* Sprachauswahl im Menü anpassen */
    .language-selector {
        margin-top: 15px;
        text-align: center;
    }
}

.process-steps::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40px;
    width: 2px;
    background-color: rgba(255, 255, 255, 0.2);
}

/* Smartphones (Portrait) */
@media screen and (max-width: 576px) {
    .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Header-Anpassungen */
    .site-header {
        padding: 10px 0;
    }
    
    .logo img {
        max-height: 40px;
    }
    
    /* Verbesserte Typografie für mobile Geräte */
    h1 {
        font-size: 1.8rem;
        line-height: 1.3;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 1.3rem;
    }
    
    p {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    /* Anpassungen für Zahlungsformulare */
    .payment-form .card {
        padding: 15px;
    }
    
    .payment-form h1 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    
    /* Verbesserte Abstände für mobile Geräte */
    .section {
        padding: 30px 0;
    }
    
    .mb-4 {
        margin-bottom: 15px;
    }
    
    /* Stripe-Elemente anpassen */
    .StripeElement {
        padding: 12px;
        font-size: 16px;
    }
    
    /* Sprachauswahl im Menü anpassen */
    .language-selector {
        margin-top: 15px;
        text-align: center;
    }
}

.process-step {
    display: flex;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

/* Smartphones (Portrait) */
@media screen and (max-width: 576px) {
    .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Header-Anpassungen */
    .site-header {
        padding: 10px 0;
    }
    
    .logo img {
        max-height: 40px;
    }
    
    /* Verbesserte Typografie für mobile Geräte */
    h1 {
        font-size: 1.8rem;
        line-height: 1.3;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 1.3rem;
    }
    
    p {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    /* Anpassungen für Zahlungsformulare */
    .payment-form .card {
        padding: 15px;
    }
    
    .payment-form h1 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    
    /* Verbesserte Abstände für mobile Geräte */
    .section {
        padding: 30px 0;
    }
    
    .mb-4 {
        margin-bottom: 15px;
    }
    
    /* Stripe-Elemente anpassen */
    .StripeElement {
        padding: 12px;
        font-size: 16px;
    }
    
    /* Sprachauswahl im Menü anpassen */
    .language-selector {
        margin-top: 15px;
        text-align: center;
    }
}

.step-number {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-orange);
    color: var(--white);
    font-size: 2rem;
    font-weight: 700;
    border-radius: 50%;
    margin-right: 30px;
}

/* Smartphones (Portrait) */
@media screen and (max-width: 576px) {
    .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Header-Anpassungen */
    .site-header {
        padding: 10px 0;
    }
    
    .logo img {
        max-height: 40px;
    }
    
    /* Verbesserte Typografie für mobile Geräte */
    h1 {
        font-size: 1.8rem;
        line-height: 1.3;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 1.3rem;
    }
    
    p {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    /* Anpassungen für Zahlungsformulare */
    .payment-form .card {
        padding: 15px;
    }
    
    .payment-form h1 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    
    /* Verbesserte Abstände für mobile Geräte */
    .section {
        padding: 30px 0;
    }
    
    .mb-4 {
        margin-bottom: 15px;
    }
    
    /* Stripe-Elemente anpassen */
    .StripeElement {
        padding: 12px;
        font-size: 16px;
    }
    
    /* Sprachauswahl im Menü anpassen */
    .language-selector {
        margin-top: 15px;
        text-align: center;
    }
}

.step-content {
    flex: 1;
}

/* Smartphones (Portrait) */
@media screen and (max-width: 576px) {
    .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Header-Anpassungen */
    .site-header {
        padding: 10px 0;
    }
    
    .logo img {
        max-height: 40px;
    }
    
    /* Verbesserte Typografie für mobile Geräte */
    h1 {
        font-size: 1.8rem;
        line-height: 1.3;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 1.3rem;
    }
    
    p {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    /* Anpassungen für Zahlungsformulare */
    .payment-form .card {
        padding: 15px;
    }
    
    .payment-form h1 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    
    /* Verbesserte Abstände für mobile Geräte */
    .section {
        padding: 30px 0;
    }
    
    .mb-4 {
        margin-bottom: 15px;
    }
    
    /* Stripe-Elemente anpassen */
    .StripeElement {
        padding: 12px;
        font-size: 16px;
    }
    
    /* Sprachauswahl im Menü anpassen */
    .language-selector {
        margin-top: 15px;
        text-align: center;
    }
}

/* Contact layout */
.contact-layout {
    display: flex;
    gap: 50px;
}

/* Smartphones (Portrait) */
@media screen and (max-width: 576px) {
    .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Header-Anpassungen */
    .site-header {
        padding: 10px 0;
    }
    
    .logo img {
        max-height: 40px;
    }
    
    /* Verbesserte Typografie für mobile Geräte */
    h1 {
        font-size: 1.8rem;
        line-height: 1.3;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 1.3rem;
    }
    
    p {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    /* Anpassungen für Zahlungsformulare */
    .payment-form .card {
        padding: 15px;
    }
    
    .payment-form h1 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    
    /* Verbesserte Abstände für mobile Geräte */
    .section {
        padding: 30px 0;
    }
    
    .mb-4 {
        margin-bottom: 15px;
    }
    
    /* Stripe-Elemente anpassen */
    .StripeElement {
        padding: 12px;
        font-size: 16px;
    }
    
    /* Sprachauswahl im Menü anpassen */
    .language-selector {
        margin-top: 15px;
        text-align: center;
    }
}

.contact-info {
    flex: 1;
}

/* Smartphones (Portrait) */
@media screen and (max-width: 576px) {
    .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Header-Anpassungen */
    .site-header {
        padding: 10px 0;
    }
    
    .logo img {
        max-height: 40px;
    }
    
    /* Verbesserte Typografie für mobile Geräte */
    h1 {
        font-size: 1.8rem;
        line-height: 1.3;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 1.3rem;
    }
    
    p {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    /* Anpassungen für Zahlungsformulare */
    .payment-form .card {
        padding: 15px;
    }
    
    .payment-form h1 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    
    /* Verbesserte Abstände für mobile Geräte */
    .section {
        padding: 30px 0;
    }
    
    .mb-4 {
        margin-bottom: 15px;
    }
    
    /* Stripe-Elemente anpassen */
    .StripeElement {
        padding: 12px;
        font-size: 16px;
    }
    
    /* Sprachauswahl im Menü anpassen */
    .language-selector {
        margin-top: 15px;
        text-align: center;
    }
}

.contact-form-container {
    flex: 2;
}

/* Smartphones (Portrait) */
@media screen and (max-width: 576px) {
    .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Header-Anpassungen */
    .site-header {
        padding: 10px 0;
    }
    
    .logo img {
        max-height: 40px;
    }
    
    /* Verbesserte Typografie für mobile Geräte */
    h1 {
        font-size: 1.8rem;
        line-height: 1.3;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 1.3rem;
    }
    
    p {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    /* Anpassungen für Zahlungsformulare */
    .payment-form .card {
        padding: 15px;
    }
    
    .payment-form h1 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    
    /* Verbesserte Abstände für mobile Geräte */
    .section {
        padding: 30px 0;
    }
    
    .mb-4 {
        margin-bottom: 15px;
    }
    
    /* Stripe-Elemente anpassen */
    .StripeElement {
        padding: 12px;
        font-size: 16px;
    }
    
    /* Sprachauswahl im Menü anpassen */
    .language-selector {
        margin-top: 15px;
        text-align: center;
    }
}

.contact-detail {
    display: flex;
    margin-bottom: 30px;
}

/* Smartphones (Portrait) */
@media screen and (max-width: 576px) {
    .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Header-Anpassungen */
    .site-header {
        padding: 10px 0;
    }
    
    .logo img {
        max-height: 40px;
    }
    
    /* Verbesserte Typografie für mobile Geräte */
    h1 {
        font-size: 1.8rem;
        line-height: 1.3;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 1.3rem;
    }
    
    p {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    /* Anpassungen für Zahlungsformulare */
    .payment-form .card {
        padding: 15px;
    }
    
    .payment-form h1 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    
    /* Verbesserte Abstände für mobile Geräte */
    .section {
        padding: 30px 0;
    }
    
    .mb-4 {
        margin-bottom: 15px;
    }
    
    /* Stripe-Elemente anpassen */
    .StripeElement {
        padding: 12px;
        font-size: 16px;
    }
    
    /* Sprachauswahl im Menü anpassen */
    .language-selector {
        margin-top: 15px;
        text-align: center;
    }
}

.contact-detail .icon {
    font-size: 1.5rem;
    color: var(--primary-orange);
    margin-right: 20px;
    min-width: 30px;
    text-align: center;
}

/* Smartphones (Portrait) */
@media screen and (max-width: 576px) {
    .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Header-Anpassungen */
    .site-header {
        padding: 10px 0;
    }
    
    .logo img {
        max-height: 40px;
    }
    
    /* Verbesserte Typografie für mobile Geräte */
    h1 {
        font-size: 1.8rem;
        line-height: 1.3;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 1.3rem;
    }
    
    p {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    /* Anpassungen für Zahlungsformulare */
    .payment-form .card {
        padding: 15px;
    }
    
    .payment-form h1 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    
    /* Verbesserte Abstände für mobile Geräte */
    .section {
        padding: 30px 0;
    }
    
    .mb-4 {
        margin-bottom: 15px;
    }
    
    /* Stripe-Elemente anpassen */
    .StripeElement {
        padding: 12px;
        font-size: 16px;
    }
    
    /* Sprachauswahl im Menü anpassen */
    .language-selector {
        margin-top: 15px;
        text-align: center;
    }
}

.form-row {
    display: flex;
    gap: 20px;
}

/* Smartphones (Portrait) */
@media screen and (max-width: 576px) {
    .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Header-Anpassungen */
    .site-header {
        padding: 10px 0;
    }
    
    .logo img {
        max-height: 40px;
    }
    
    /* Verbesserte Typografie für mobile Geräte */
    h1 {
        font-size: 1.8rem;
        line-height: 1.3;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 1.3rem;
    }
    
    p {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    /* Anpassungen für Zahlungsformulare */
    .payment-form .card {
        padding: 15px;
    }
    
    .payment-form h1 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    
    /* Verbesserte Abstände für mobile Geräte */
    .section {
        padding: 30px 0;
    }
    
    .mb-4 {
        margin-bottom: 15px;
    }
    
    /* Stripe-Elemente anpassen */
    .StripeElement {
        padding: 12px;
        font-size: 16px;
    }
    
    /* Sprachauswahl im Menü anpassen */
    .language-selector {
        margin-top: 15px;
        text-align: center;
    }
}

.form-row .form-group {
    flex: 1;
}

/* Smartphones (Portrait) */
@media screen and (max-width: 576px) {
    .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Header-Anpassungen */
    .site-header {
        padding: 10px 0;
    }
    
    .logo img {
        max-height: 40px;
    }
    
    /* Verbesserte Typografie für mobile Geräte */
    h1 {
        font-size: 1.8rem;
        line-height: 1.3;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 1.3rem;
    }
    
    p {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    /* Anpassungen für Zahlungsformulare */
    .payment-form .card {
        padding: 15px;
    }
    
    .payment-form h1 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    
    /* Verbesserte Abstände für mobile Geräte */
    .section {
        padding: 30px 0;
    }
    
    .mb-4 {
        margin-bottom: 15px;
    }
    
    /* Stripe-Elemente anpassen */
    .StripeElement {
        padding: 12px;
        font-size: 16px;
    }
    
    /* Sprachauswahl im Menü anpassen */
    .language-selector {
        margin-top: 15px;
        text-align: center;
    }
}

/* FAQ styles */
.faq-container {
    max-width: 800px;
    margin: 0 auto;
}

/* Smartphones (Portrait) */
@media screen and (max-width: 576px) {
    .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Header-Anpassungen */
    .site-header {
        padding: 10px 0;
    }
    
    .logo img {
        max-height: 40px;
    }
    
    /* Verbesserte Typografie für mobile Geräte */
    h1 {
        font-size: 1.8rem;
        line-height: 1.3;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 1.3rem;
    }
    
    p {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    /* Anpassungen für Zahlungsformulare */
    .payment-form .card {
        padding: 15px;
    }
    
    .payment-form h1 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    
    /* Verbesserte Abstände für mobile Geräte */
    .section {
        padding: 30px 0;
    }
    
    .mb-4 {
        margin-bottom: 15px;
    }
    
    /* Stripe-Elemente anpassen */
    .StripeElement {
        padding: 12px;
        font-size: 16px;
    }
    
    /* Sprachauswahl im Menü anpassen */
    .language-selector {
        margin-top: 15px;
        text-align: center;
    }
}

.faq-item {
    margin-bottom: 20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
}

/* Smartphones (Portrait) */
@media screen and (max-width: 576px) {
    .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Header-Anpassungen */
    .site-header {
        padding: 10px 0;
    }
    
    .logo img {
        max-height: 40px;
    }
    
    /* Verbesserte Typografie für mobile Geräte */
    h1 {
        font-size: 1.8rem;
        line-height: 1.3;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 1.3rem;
    }
    
    p {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    /* Anpassungen für Zahlungsformulare */
    .payment-form .card {
        padding: 15px;
    }
    
    .payment-form h1 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    
    /* Verbesserte Abstände für mobile Geräte */
    .section {
        padding: 30px 0;
    }
    
    .mb-4 {
        margin-bottom: 15px;
    }
    
    /* Stripe-Elemente anpassen */
    .StripeElement {
        padding: 12px;
        font-size: 16px;
    }
    
    /* Sprachauswahl im Menü anpassen */
    .language-selector {
        margin-top: 15px;
        text-align: center;
    }
}

.faq-question {
    padding: 20px;
    background-color: var(--white);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Smartphones (Portrait) */
@media screen and (max-width: 576px) {
    .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Header-Anpassungen */
    .site-header {
        padding: 10px 0;
    }
    
    .logo img {
        max-height: 40px;
    }
    
    /* Verbesserte Typografie für mobile Geräte */
    h1 {
        font-size: 1.8rem;
        line-height: 1.3;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 1.3rem;
    }
    
    p {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    /* Anpassungen für Zahlungsformulare */
    .payment-form .card {
        padding: 15px;
    }
    
    .payment-form h1 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    
    /* Verbesserte Abstände für mobile Geräte */
    .section {
        padding: 30px 0;
    }
    
    .mb-4 {
        margin-bottom: 15px;
    }
    
    /* Stripe-Elemente anpassen */
    .StripeElement {
        padding: 12px;
        font-size: 16px;
    }
    
    /* Sprachauswahl im Menü anpassen */
    .language-selector {
        margin-top: 15px;
        text-align: center;
    }
}

.faq-question h3 {
    margin: 0;
    font-size: 1.2rem;
}

/* Smartphones (Portrait) */
@media screen and (max-width: 576px) {
    .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Header-Anpassungen */
    .site-header {
        padding: 10px 0;
    }
    
    .logo img {
        max-height: 40px;
    }
    
    /* Verbesserte Typografie für mobile Geräte */
    h1 {
        font-size: 1.8rem;
        line-height: 1.3;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 1.3rem;
    }
    
    p {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    /* Anpassungen für Zahlungsformulare */
    .payment-form .card {
        padding: 15px;
    }
    
    .payment-form h1 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    
    /* Verbesserte Abstände für mobile Geräte */
    .section {
        padding: 30px 0;
    }
    
    .mb-4 {
        margin-bottom: 15px;
    }
    
    /* Stripe-Elemente anpassen */
    .StripeElement {
        padding: 12px;
        font-size: 16px;
    }
    
    /* Sprachauswahl im Menü anpassen */
    .language-selector {
        margin-top: 15px;
        text-align: center;
    }
}

.faq-toggle {
    color: var(--primary-orange);
}

/* Smartphones (Portrait) */
@media screen and (max-width: 576px) {
    .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Header-Anpassungen */
    .site-header {
        padding: 10px 0;
    }
    
    .logo img {
        max-height: 40px;
    }
    
    /* Verbesserte Typografie für mobile Geräte */
    h1 {
        font-size: 1.8rem;
        line-height: 1.3;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 1.3rem;
    }
    
    p {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    /* Anpassungen für Zahlungsformulare */
    .payment-form .card {
        padding: 15px;
    }
    
    .payment-form h1 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    
    /* Verbesserte Abstände für mobile Geräte */
    .section {
        padding: 30px 0;
    }
    
    .mb-4 {
        margin-bottom: 15px;
    }
    
    /* Stripe-Elemente anpassen */
    .StripeElement {
        padding: 12px;
        font-size: 16px;
    }
    
    /* Sprachauswahl im Menü anpassen */
    .language-selector {
        margin-top: 15px;
        text-align: center;
    }
}

.faq-answer {
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
    background-color: var(--white);
}

/* Smartphones (Portrait) */
@media screen and (max-width: 576px) {
    .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Header-Anpassungen */
    .site-header {
        padding: 10px 0;
    }
    
    .logo img {
        max-height: 40px;
    }
    
    /* Verbesserte Typografie für mobile Geräte */
    h1 {
        font-size: 1.8rem;
        line-height: 1.3;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 1.3rem;
    }
    
    p {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    /* Anpassungen für Zahlungsformulare */
    .payment-form .card {
        padding: 15px;
    }
    
    .payment-form h1 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    
    /* Verbesserte Abstände für mobile Geräte */
    .section {
        padding: 30px 0;
    }
    
    .mb-4 {
        margin-bottom: 15px;
    }
    
    /* Stripe-Elemente anpassen */
    .StripeElement {
        padding: 12px;
        font-size: 16px;
    }
    
    /* Sprachauswahl im Menü anpassen */
    .language-selector {
        margin-top: 15px;
        text-align: center;
    }
}

.faq-item.active .faq-answer {
    padding: 20px;
    max-height: 1000px;
}

/* Smartphones (Portrait) */
@media screen and (max-width: 576px) {
    .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Header-Anpassungen */
    .site-header {
        padding: 10px 0;
    }
    
    .logo img {
        max-height: 40px;
    }
    
    /* Verbesserte Typografie für mobile Geräte */
    h1 {
        font-size: 1.8rem;
        line-height: 1.3;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 1.3rem;
    }
    
    p {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    /* Anpassungen für Zahlungsformulare */
    .payment-form .card {
        padding: 15px;
    }
    
    .payment-form h1 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    
    /* Verbesserte Abstände für mobile Geräte */
    .section {
        padding: 30px 0;
    }
    
    .mb-4 {
        margin-bottom: 15px;
    }
    
    /* Stripe-Elemente anpassen */
    .StripeElement {
        padding: 12px;
        font-size: 16px;
    }
    
    /* Sprachauswahl im Menü anpassen */
    .language-selector {
        margin-top: 15px;
        text-align: center;
    }
}

.faq-item.active .faq-toggle .fa-plus:before {
    content: "\f068";
}

/* Smartphones (Portrait) */
@media screen and (max-width: 576px) {
    .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Header-Anpassungen */
    .site-header {
        padding: 10px 0;
    }
    
    .logo img {
        max-height: 40px;
    }
    
    /* Verbesserte Typografie für mobile Geräte */
    h1 {
        font-size: 1.8rem;
        line-height: 1.3;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 1.3rem;
    }
    
    p {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    /* Anpassungen für Zahlungsformulare */
    .payment-form .card {
        padding: 15px;
    }
    
    .payment-form h1 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    
    /* Verbesserte Abstände für mobile Geräte */
    .section {
        padding: 30px 0;
    }
    
    .mb-4 {
        margin-bottom: 15px;
    }
    
    /* Stripe-Elemente anpassen */
    .StripeElement {
        padding: 12px;
        font-size: 16px;
    }
    
    /* Sprachauswahl im Menü anpassen */
    .language-selector {
        margin-top: 15px;
        text-align: center;
    }
}

/* Map section */
.map-section {
    height: 450px;
}

/* Smartphones (Portrait) */
@media screen and (max-width: 576px) {
    .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Header-Anpassungen */
    .site-header {
        padding: 10px 0;
    }
    
    .logo img {
        max-height: 40px;
    }
    
    /* Verbesserte Typografie für mobile Geräte */
    h1 {
        font-size: 1.8rem;
        line-height: 1.3;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 1.3rem;
    }
    
    p {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    /* Anpassungen für Zahlungsformulare */
    .payment-form .card {
        padding: 15px;
    }
    
    .payment-form h1 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    
    /* Verbesserte Abstände für mobile Geräte */
    .section {
        padding: 30px 0;
    }
    
    .mb-4 {
        margin-bottom: 15px;
    }
    
    /* Stripe-Elemente anpassen */
    .StripeElement {
        padding: 12px;
        font-size: 16px;
    }
    
    /* Sprachauswahl im Menü anpassen */
    .language-selector {
        margin-top: 15px;
        text-align: center;
    }
}

.map-container {
    height: 100%;
}

/* Smartphones (Portrait) */
@media screen and (max-width: 576px) {
    .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Header-Anpassungen */
    .site-header {
        padding: 10px 0;
    }
    
    .logo img {
        max-height: 40px;
    }
    
    /* Verbesserte Typografie für mobile Geräte */
    h1 {
        font-size: 1.8rem;
        line-height: 1.3;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 1.3rem;
    }
    
    p {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    /* Anpassungen für Zahlungsformulare */
    .payment-form .card {
        padding: 15px;
    }
    
    .payment-form h1 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    
    /* Verbesserte Abstände für mobile Geräte */
    .section {
        padding: 30px 0;
    }
    
    .mb-4 {
        margin-bottom: 15px;
    }
    
    /* Stripe-Elemente anpassen */
    .StripeElement {
        padding: 12px;
        font-size: 16px;
    }
    
    /* Sprachauswahl im Menü anpassen */
    .language-selector {
        margin-top: 15px;
        text-align: center;
    }
}

.map-container iframe {
    border: none;
    width: 100%;
    height: 100%;
}

/* Smartphones (Portrait) */
@media screen and (max-width: 576px) {
    .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Header-Anpassungen */
    .site-header {
        padding: 10px 0;
    }
    
    .logo img {
        max-height: 40px;
    }
    
    /* Verbesserte Typografie für mobile Geräte */
    h1 {
        font-size: 1.8rem;
        line-height: 1.3;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 1.3rem;
    }
    
    p {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    /* Anpassungen für Zahlungsformulare */
    .payment-form .card {
        padding: 15px;
    }
    
    .payment-form h1 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    
    /* Verbesserte Abstände für mobile Geräte */
    .section {
        padding: 30px 0;
    }
    
    .mb-4 {
        margin-bottom: 15px;
    }
    
    /* Stripe-Elemente anpassen */
    .StripeElement {
        padding: 12px;
        font-size: 16px;
    }
    
    /* Sprachauswahl im Menü anpassen */
    .language-selector {
        margin-top: 15px;
        text-align: center;
    }
}

/* Testimonials */
.testimonials {
    max-width: 800px;
    margin: 0 auto;
}

/* Smartphones (Portrait) */
@media screen and (max-width: 576px) {
    .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Header-Anpassungen */
    .site-header {
        padding: 10px 0;
    }
    
    .logo img {
        max-height: 40px;
    }
    
    /* Verbesserte Typografie für mobile Geräte */
    h1 {
        font-size: 1.8rem;
        line-height: 1.3;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 1.3rem;
    }
    
    p {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    /* Anpassungen für Zahlungsformulare */
    .payment-form .card {
        padding: 15px;
    }
    
    .payment-form h1 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    
    /* Verbesserte Abstände für mobile Geräte */
    .section {
        padding: 30px 0;
    }
    
    .mb-4 {
        margin-bottom: 15px;
    }
    
    /* Stripe-Elemente anpassen */
    .StripeElement {
        padding: 12px;
        font-size: 16px;
    }
    
    /* Sprachauswahl im Menü anpassen */
    .language-selector {
        margin-top: 15px;
        text-align: center;
    }
}

.testimonial {
    background-color: var(--white);
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
}

/* Smartphones (Portrait) */
@media screen and (max-width: 576px) {
    .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Header-Anpassungen */
    .site-header {
        padding: 10px 0;
    }
    
    .logo img {
        max-height: 40px;
    }
    
    /* Verbesserte Typografie für mobile Geräte */
    h1 {
        font-size: 1.8rem;
        line-height: 1.3;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 1.3rem;
    }
    
    p {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    /* Anpassungen für Zahlungsformulare */
    .payment-form .card {
        padding: 15px;
    }
    
    .payment-form h1 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    
    /* Verbesserte Abstände für mobile Geräte */
    .section {
        padding: 30px 0;
    }
    
    .mb-4 {
        margin-bottom: 15px;
    }
    
    /* Stripe-Elemente anpassen */
    .StripeElement {
        padding: 12px;
        font-size: 16px;
    }
    
    /* Sprachauswahl im Menü anpassen */
    .language-selector {
        margin-top: 15px;
        text-align: center;
    }
}

.testimonial:last-child {
    margin-bottom: 0;
}

/* Smartphones (Portrait) */
@media screen and (max-width: 576px) {
    .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Header-Anpassungen */
    .site-header {
        padding: 10px 0;
    }
    
    .logo img {
        max-height: 40px;
    }
    
    /* Verbesserte Typografie für mobile Geräte */
    h1 {
        font-size: 1.8rem;
        line-height: 1.3;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 1.3rem;
    }
    
    p {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    /* Anpassungen für Zahlungsformulare */
    .payment-form .card {
        padding: 15px;
    }
    
    .payment-form h1 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    
    /* Verbesserte Abstände für mobile Geräte */
    .section {
        padding: 30px 0;
    }
    
    .mb-4 {
        margin-bottom: 15px;
    }
    
    /* Stripe-Elemente anpassen */
    .StripeElement {
        padding: 12px;
        font-size: 16px;
    }
    
    /* Sprachauswahl im Menü anpassen */
    .language-selector {
        margin-top: 15px;
        text-align: center;
    }
}

.testimonial-content {
    font-style: italic;
    margin-bottom: 20px;
}

/* Smartphones (Portrait) */
@media screen and (max-width: 576px) {
    .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Header-Anpassungen */
    .site-header {
        padding: 10px 0;
    }
    
    .logo img {
        max-height: 40px;
    }
    
    /* Verbesserte Typografie für mobile Geräte */
    h1 {
        font-size: 1.8rem;
        line-height: 1.3;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 1.3rem;
    }
    
    p {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    /* Anpassungen für Zahlungsformulare */
    .payment-form .card {
        padding: 15px;
    }
    
    .payment-form h1 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    
    /* Verbesserte Abstände für mobile Geräte */
    .section {
        padding: 30px 0;
    }
    
    .mb-4 {
        margin-bottom: 15px;
    }
    
    /* Stripe-Elemente anpassen */
    .StripeElement {
        padding: 12px;
        font-size: 16px;
    }
    
    /* Sprachauswahl im Menü anpassen */
    .language-selector {
        margin-top: 15px;
        text-align: center;
    }
}

.testimonial-author {
    display: flex;
    align-items: center;
}

/* Smartphones (Portrait) */
@media screen and (max-width: 576px) {
    .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Header-Anpassungen */
    .site-header {
        padding: 10px 0;
    }
    
    .logo img {
        max-height: 40px;
    }
    
    /* Verbesserte Typografie für mobile Geräte */
    h1 {
        font-size: 1.8rem;
        line-height: 1.3;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 1.3rem;
    }
    
    p {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    /* Anpassungen für Zahlungsformulare */
    .payment-form .card {
        padding: 15px;
    }
    
    .payment-form h1 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    
    /* Verbesserte Abstände für mobile Geräte */
    .section {
        padding: 30px 0;
    }
    
    .mb-4 {
        margin-bottom: 15px;
    }
    
    /* Stripe-Elemente anpassen */
    .StripeElement {
        padding: 12px;
        font-size: 16px;
    }
    
    /* Sprachauswahl im Menü anpassen */
    .language-selector {
        margin-top: 15px;
        text-align: center;
    }
}

.author-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: var(--light-gray);
    background-size: cover;
    background-position: center;
    margin-right: 15px;
}

/* Smartphones (Portrait) */
@media screen and (max-width: 576px) {
    .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Header-Anpassungen */
    .site-header {
        padding: 10px 0;
    }
    
    .logo img {
        max-height: 40px;
    }
    
    /* Verbesserte Typografie für mobile Geräte */
    h1 {
        font-size: 1.8rem;
        line-height: 1.3;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 1.3rem;
    }
    
    p {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    /* Anpassungen für Zahlungsformulare */
    .payment-form .card {
        padding: 15px;
    }
    
    .payment-form h1 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    
    /* Verbesserte Abstände für mobile Geräte */
    .section {
        padding: 30px 0;
    }
    
    .mb-4 {
        margin-bottom: 15px;
    }
    
    /* Stripe-Elemente anpassen */
    .StripeElement {
        padding: 12px;
        font-size: 16px;
    }
    
    /* Sprachauswahl im Menü anpassen */
    .language-selector {
        margin-top: 15px;
        text-align: center;
    }
}

.author-info h4 {
    margin: 0 0 5px;
    font-size: 1.1rem;
}

/* Smartphones (Portrait) */
@media screen and (max-width: 576px) {
    .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Header-Anpassungen */
    .site-header {
        padding: 10px 0;
    }
    
    .logo img {
        max-height: 40px;
    }
    
    /* Verbesserte Typografie für mobile Geräte */
    h1 {
        font-size: 1.8rem;
        line-height: 1.3;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 1.3rem;
    }
    
    p {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    /* Anpassungen für Zahlungsformulare */
    .payment-form .card {
        padding: 15px;
    }
    
    .payment-form h1 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    
    /* Verbesserte Abstände für mobile Geräte */
    .section {
        padding: 30px 0;
    }
    
    .mb-4 {
        margin-bottom: 15px;
    }
    
    /* Stripe-Elemente anpassen */
    .StripeElement {
        padding: 12px;
        font-size: 16px;
    }
    
    /* Sprachauswahl im Menü anpassen */
    .language-selector {
        margin-top: 15px;
        text-align: center;
    }
}

.author-info p {
    margin: 0;
    color: var(--primary-orange);
}

/* Smartphones (Portrait) */
@media screen and (max-width: 576px) {
    .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Header-Anpassungen */
    .site-header {
        padding: 10px 0;
    }
    
    .logo img {
        max-height: 40px;
    }
    
    /* Verbesserte Typografie für mobile Geräte */
    h1 {
        font-size: 1.8rem;
        line-height: 1.3;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 1.3rem;
    }
    
    p {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    /* Anpassungen für Zahlungsformulare */
    .payment-form .card {
        padding: 15px;
    }
    
    .payment-form h1 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    
    /* Verbesserte Abstände für mobile Geräte */
    .section {
        padding: 30px 0;
    }
    
    .mb-4 {
        margin-bottom: 15px;
    }
    
    /* Stripe-Elemente anpassen */
    .StripeElement {
        padding: 12px;
        font-size: 16px;
    }
    
    /* Sprachauswahl im Menü anpassen */
    .language-selector {
        margin-top: 15px;
        text-align: center;
    }
}

.testimonial-dots {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

/* Smartphones (Portrait) */
@media screen and (max-width: 576px) {
    .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Header-Anpassungen */
    .site-header {
        padding: 10px 0;
    }
    
    .logo img {
        max-height: 40px;
    }
    
    /* Verbesserte Typografie für mobile Geräte */
    h1 {
        font-size: 1.8rem;
        line-height: 1.3;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 1.3rem;
    }
    
    p {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    /* Anpassungen für Zahlungsformulare */
    .payment-form .card {
        padding: 15px;
    }
    
    .payment-form h1 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    
    /* Verbesserte Abstände für mobile Geräte */
    .section {
        padding: 30px 0;
    }
    
    .mb-4 {
        margin-bottom: 15px;
    }
    
    /* Stripe-Elemente anpassen */
    .StripeElement {
        padding: 12px;
        font-size: 16px;
    }
    
    /* Sprachauswahl im Menü anpassen */
    .language-selector {
        margin-top: 15px;
        text-align: center;
    }
}

.testimonial-dot {
    width: 12px;
    height: 12px;
    background-color: var(--medium-gray);
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
    transition: var(--transition);
}

/* Smartphones (Portrait) */
@media screen and (max-width: 576px) {
    .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Header-Anpassungen */
    .site-header {
        padding: 10px 0;
    }
    
    .logo img {
        max-height: 40px;
    }
    
    /* Verbesserte Typografie für mobile Geräte */
    h1 {
        font-size: 1.8rem;
        line-height: 1.3;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 1.3rem;
    }
    
    p {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    /* Anpassungen für Zahlungsformulare */
    .payment-form .card {
        padding: 15px;
    }
    
    .payment-form h1 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    
    /* Verbesserte Abstände für mobile Geräte */
    .section {
        padding: 30px 0;
    }
    
    .mb-4 {
        margin-bottom: 15px;
    }
    
    /* Stripe-Elemente anpassen */
    .StripeElement {
        padding: 12px;
        font-size: 16px;
    }
    
    /* Sprachauswahl im Menü anpassen */
    .language-selector {
        margin-top: 15px;
        text-align: center;
    }
}

.testimonial-dot.active {
    background-color: var(--primary-orange);
}

/* Smartphones (Portrait) */
@media screen and (max-width: 576px) {
    .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Header-Anpassungen */
    .site-header {
        padding: 10px 0;
    }
    
    .logo img {
        max-height: 40px;
    }
    
    /* Verbesserte Typografie für mobile Geräte */
    h1 {
        font-size: 1.8rem;
        line-height: 1.3;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 1.3rem;
    }
    
    p {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    /* Anpassungen für Zahlungsformulare */
    .payment-form .card {
        padding: 15px;
    }
    
    .payment-form h1 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    
    /* Verbesserte Abstände für mobile Geräte */
    .section {
        padding: 30px 0;
    }
    
    .mb-4 {
        margin-bottom: 15px;
    }
    
    /* Stripe-Elemente anpassen */
    .StripeElement {
        padding: 12px;
        font-size: 16px;
    }
    
    /* Sprachauswahl im Menü anpassen */
    .language-selector {
        margin-top: 15px;
        text-align: center;
    }
}