/**
 * Frontend-Styles für Impressum & Datenschutzerklärung.
 * Überschriften beginnen bei h3 (größtes Element), h4, h5.
 * Schriftgrößen nach Vorgabe.
 */

.rtg-legal {
	line-height: 1.6;
	max-width: 900px;
}

.rtg-legal h3 {
	font-size: 20px;
	line-height: 1.35;
	margin: 0 0 0.6em;
	font-weight: 700;
}

.rtg-legal h4 {
	font-size: 18px;
	line-height: 1.35;
	margin: 1.4em 0 0.5em;
	font-weight: 700;
}

.rtg-legal h5 {
	font-size: 16px;
	line-height: 1.4;
	margin: 1.2em 0 0.4em;
	font-weight: 600;
}

.rtg-legal p {
	font-size: 12px;
	line-height: 1.7;
	margin: 0 0 1em;
}

.rtg-legal ul {
	font-size: 12px;
	line-height: 1.7;
	margin: 0 0 1em 1.4em;
}

.rtg-legal ul li {
	margin-bottom: 0.3em;
}

.rtg-legal a {
	word-break: break-word;
}
