/************************************ Start: Fake Headings ************************************/
.h1, .h2, .h3, .h4 { font-weight: 600; padding: 0; margin: 0; }
*+.h1, *+.h2, *+.h3, *+.h4 { padding-top: 30px; }
.h1:has(+*) { padding-bottom: 15px; }
.h2:has(+*), .h3:has(+*), .h4:has(+*) { padding-bottom: 5px; }
.h1 { font-size: 48px; line-height: 58px; }
.h2 { font-size: 36px; line-height: 43px; }
.h3 { font-size: 24px; line-height: 29px; }
.h4 { font-size: 20px; line-height: 24px; }
@media screen and (max-width: 959px) {
	.h1 { font-size: 28px; line-height: 34px; }
	.h2 { font-size: 24px; line-height: 29px; }
	.h3 { font-size: 20px; line-height: 24px; }
	.h4 { font-size: 18px; line-height: 22px; }
}
/************************************ End: Fake Headings ************************************/

/************************************ Start: Dunkel Violett ************************************/
.dunkel-violett { color: var(--primary); }
/************************************ End: Dunkel Violett ************************************/

/************************************ Start: Hell Violett ************************************/
.hell-violett { color: var(--secondary); }
/************************************ End: Hell Violett ************************************/

/************************************ Start: Hell Violett ************************************/
.white { color: var(--white); }
/************************************ End: Hell Violett ************************************/

/************************************ Start: lead ************************************/
.lead { font-size: 24px; line-height: 36px; }
@media screen and (max-width: 959px) { .lead { font-size: 19px; line-height: 29px; } }
/************************************ End: lead ************************************/

/************************************ Start: Small Text ************************************/
.small-text { font-size: 15px; line-height: 23px; }
@media screen and (max-width: 959px) { .small-text { font-size: 13px; line-height: 20px; } }
/************************************ End: Small Text ************************************/