.legal-section {
 width: 100%;
 padding: 80px 20px;
 background-color: #fbfbfb;
 box-sizing: border-box;
}

.legal-section__inner {
 max-width: 900px;
 margin: 0 auto;
}

.legal-section--preline {
 white-space: pre-line;
}

/* Hauptüberschrift */
.legal-section h1 {
 font-size: var(--font-size-h2);
 line-height: var(--line-height-heading);
 margin-bottom: 40px;
}

/* Unterüberschriften */
.legal-section h2 {
 font-size: var(--font-size-h3);
 line-height: var(--line-height-heading);
 margin-top: 28px;
 margin-bottom: 12px;
}

/* Fließtext */
.legal-section p,
.legal-section li {
 font-size: var(--font-size-body);
 line-height: var(--line-height-body);
}

.legal-section p {
 margin-bottom: 10px;
}

.legal-section ul {
 margin-bottom: 16px;
 padding-left: 20px;
}

.legal-section strong {
 font-weight: 600;
}

.legal-section a {
 color: #0099cc;
 text-decoration: none;
}

.legal-section__phone {
 color: #0099cc;
 white-space: nowrap;
}
