/************************************ Start: Fake Headings ************************************/
.h1:has(+*) { padding-bottom: 15px; }
.h2:has(+*), .h3:has(+*), .h4:has(+*) { padding-bottom: 5px; }
.h1 { font-weight: 100; font-size: 46px; line-height: 60px; }
.h2 { font-weight: 200; font-size: 36px; line-height: 47px; }
.h3 { font-weight: 300; font-size: 30px; line-height: 39px; }
.h4 { font-weight: 600; font-size: 25px; line-height: 33px; }
@media screen and (max-width: 959px) {
	.h1 { font-size: 34px; line-height: 44px; }
	.h2 { font-size: 28px; line-height: 36px; }
	.h3 { font-size: 25px; line-height: 33px; }
	.h4 { font-size: 20px; line-height: 26px; }
}
/************************************ Ende: Fake Headings ************************************/

/************************************ Start: Bold Titel ************************************/
.dark { color: var(--secondary); }
/************************************ Ende: Bold Titel ************************************/

/************************************ Start: Bold Titel ************************************/
.bright { color: var(--primary); }
/************************************ Ende: Bold Titel ************************************/

/************************************ Start: Bold Titel ************************************/
.bold-title { font-weight: 400; color: var(--secondary); }
/************************************ Ende: Bold Titel ************************************/

/************************************ Start: Pretitle ************************************/
.pretitle { font-weight: 300; font-size: 18px; line-height: 22px; letter-spacing: 0.9px; text-transform: uppercase; }
@media screen and (max-width: 959px) { .pretitle { font-size: 16px; line-height: 19px; letter-spacing: 0.8px; } }
/************************************ Ende: Pretitle ************************************/

/************************************ Start: Lead ************************************/
.lead { font-weight: 200; font-size: 23px; line-height: 30px; }
@media screen and (max-width: 959px) { .lead { font-size: 20px; line-height: 26px; } }
/************************************ Ende: Lead ************************************/

/************************************ Start: Small Text ************************************/
.small-text { font-size: 16px; line-height: 21px; }
/*@media screen and (max-width: 959px) { .small-text { font-size: 16px; line-height: 21px; } }*/
/************************************ Ende: Small Text ************************************/