
/* ############################################################
	PANELS
############################################################ */

/* Panels */
.top__panel, .bild__panel, .middle__panel {
	position: relative;
	width: 100%;
}
@media screen and (min-width: 992px) {
	.top__panel {
		width: calc((9 * var(--col-width-1)) + (8 * var(--gap)));
	}
}


/* Abstände */
.abstand-toppanel {
	padding-top: 100px;
	padding-bottom: 60px;
}
.abstand-middlepanel {
	padding-top: 0;
}
.abstand-hinweispanel {
	padding-top: 60px;
	padding-bottom: 60px;
}
@media screen and (min-width: 768px) {
	.abstand-toppanel {
		padding-top: 90px;
		padding-bottom: 90px;
	}
	.abstand-hinweispanel {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}
@media screen and (min-width: 1200px) {
	.abstand-toppanel {
		padding-top: 140px;
		padding-bottom: 120px;
	}
	.abstand-hinweispanel {
		padding-top: 130px;
		padding-bottom: 130px;
	}
}


/* ############################################################
	SCHRIFTEN / TEXTE / ABSÄTZE / TITEL
############################################################ */

/* Titel, Schriftgrössen */
.top__panel {
	color: var(--main-color-1);
}

.breadcrumbs {
	margin-bottom: 25px;
	font-weight: 700;
	font-size: 0.9375rem; /* 15px */
	line-height: 1.0;
	letter-spacing: 1.5px;
	color: var(--main-color-2);
	text-transform: uppercase;
}
@media screen and (min-width: 1200px) {
	.breadcrumbs {
		margin-bottom: 35px;
		font-size: 1rem; /* 16px */
		letter-spacing: 1.6px;
	}
}

