.elementor-6989 .elementor-element.elementor-element-3138e725{--display:flex;}@media(min-width:768px){.elementor-6989 .elementor-element.elementor-element-3138e725{--content-width:1300px;}}/* Start custom CSS *//* MS DESIGN - LEGAL PAGES MASTER CSS */

/* 1. Hauptcontainer & Schriftfluss */
.ms-legal-page {
    font-family: 'Poppins', sans-serif !important;
    color: #353638 !important; /* Anthrazit */
    line-height: 1.8 !important;
    max-width: 1100px;
    margin: 0 auto;
}

/* 2. Hauptüberschrift (H2) */
.ms-legal-page h2 {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 900 !important;
    font-size: 2.2rem !important;
    text-transform: uppercase;
    color: #353638 !important;
    margin-top: 60px !important;
    margin-bottom: 30px !important;
    border-left: 6px solid #C5A059; /* MS Gold-Balken */
    padding-left: 20px;
    letter-spacing: 1px;
}

/* 3. Paragraphen-Überschriften (H3) */
.ms-legal-page h3 {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 800 !important;
    font-size: 1.25rem !important;
    text-transform: uppercase;
    color: #C5A059 !important; /* Gold */
    margin-top: 50px !important;
    margin-bottom: 20px !important; /* Abstand zum Text darunter */
    padding-bottom: 12px;
    border-bottom: 1px solid #eeeeee; /* Feine Trennlinie zum Text */
    border-left: 3px solid #C5A059;
    padding-left: 15px;
    display: block;
}

/* 4. Text-Abstände (Paragraph & Listen) */
.ms-legal-page p {
    margin-bottom: 25px !important;
}

.ms-legal-page ol, 
.ms-legal-page ul {
    margin-top: 15px !important;
    margin-bottom: 30px !important;
    padding-left: 20px;
}

.ms-legal-page li {
    margin-bottom: 12px;
}

/* 5. Hervorhebungen & Links */
.ms-legal-page strong, 
.ms-legal-page b {
    color: #C5A059 !important; /* Gold für wichtige Begriffe */
    font-weight: 700;
}

.ms-legal-page a {
    color: #C5A059 !important;
    text-decoration: underline;
    transition: 0.3s ease-in-out;
}

.ms-legal-page a:hover {
    color: #353638 !important;
    text-decoration: none;
}

/* 6. Mobile Optimierung */
@media (max-width: 767px) {
    .ms-legal-page h2 { font-size: 1.6rem !important; }
    .ms-legal-page h3 { font-size: 1.1rem !important; }
    .ms-legal-page { padding: 0 15px; }
}/* End custom CSS */