body {
	font-family: 'Inter';
	font-size: 18px;
	line-height: 27px;
}
h1,h2,h3,h4,h5,h6 {
	font-family: 'Manrope';
}

h1 {
	font-size: 50px;
	line-height: 60px;
	font-weight: 700;
}
h2 {
	font-size: 30px;
	line-height: 37px;
	font-weight: 700;
}
h3 {
	font-size: 18px;
	font-weight: 500;
	color: var(--color_blau)
}

h5 {
	color: var(--color_blau);
	padding-bottom: 0px;
	margin-bottom: 0px;
	text-transform: uppercase;
}