@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@300;400;700&display=swap');

body {
	margin: 0 !important;
	font-weight: 300;
	color: #747474;
	-webkit-font-smoothing: antialiased;
	font-family: "Arial";
	font-size: 14px;
}

::selection {
	color: #fff;
	background: #ee0d08;
}

#anmeldung-container {
	font-family: "Arial";
	font-size: 14px;
}

#titel,
#ueberschrift {
	color: #e60005;
	font-family: "Merriweather";
	line-height: 50px;
	font-weight: 600;
	font-size: 32px;
	word-wrap: break-word;
}

#kurstyp-name,
.kurstyp-bezeichnung {
	color: #e60005;
	font-family: "Merriweather";
	line-height: 50px;
	font-weight: 600;
	font-size: 16px;
	word-wrap: break-word;
}

#vorwort-bild,
.kurstyp-kurz-beschr,
.kurstyp-img {
	display: none;
	visibility: hidden;
}