.subpage-hero-8_i {
	background:
		linear-gradient(rgba(255, 236, 111, 0.1), rgba(240, 240, 240, 0.6)),
		url("pics/8_i/full_intro_imp.jpg")
		center / cover no-repeat;
}

.topic-section[hidden] {
	display: none !important;
}

.topic-section {
	scroll-margin-top: 86px;
	color: var(--color-taupe);
	background: var(--surface-page);
}

.topic-inner-8_i {
	width: min(1180px, calc(100% - 48px));
	margin: 0 auto;
	padding: 50px 0 50px;
}
			
/* Impressum - Anfang */ 

.impress-titel h2 {
	font-weight: 600;
	text-align: center;
	margin-bottom: 2rem;
}      
	
.impress {
	text-align: center;
}
	
.impress-text {
	line-height: 1rem;
	margin: 0;
}

.impress-text h3 {
	font-weight: 600;
	line-height: 2;
}

.impress-text p {
	font-weight: 400;
	line-height: 1;
	margin-bottom: 0.5rem;
}

.bla p {
	font-weight: 400;
margin-bottom: 0.1rem;
}
		
.line {
    margin-bottom: 8px;
    line-height: 1.5;
}

.line strong {
    display: block;
    font-size: 1.1em;
    margin-top: 16px;
    margin-bottom: 8px;
}

/*
.line:empty {
    height: 1em;
}
*/

@media (max-width: 575.98px) {

	.topic-inner-8_i {
		width: min(100% - 32px, 1180px);
		padding: 58px 0 72px;
	}

}

