
/* ############################################################
	PANELS
############################################################ */

/* Panels */
.top__panel, .middle__panel {
	position: relative;
	width: 100%;
}


/* Abstände */
.abstand-toppanel {
	padding-top: 40px;
	padding-bottom: 70px;
}
.abstand-middlepanel {
	padding-top: 0;
	padding-bottom: 0;
}
@media screen and (min-width: 768px) {
	.abstand-toppanel {
		padding-top: 100px;
		padding-bottom: 108px;
	}
}
@media screen and (min-width: 1600px) {
	.abstand-toppanel {
		padding-top: 120px;
		padding-bottom: 130px;
	}
}


/* ############################################################
	PANELS/BOXEN
############################################################ */

/* Inhalt */
.main-header {
	background: linear-gradient(-8deg, var(--main-color-1) 30%, var(--main-color-3) 120%);
}


/* ############################################################
	SCHRIFTEN / TEXTE / ABSÄTZE / TITEL
############################################################ */

.top__panel {
	font-size: 1rem; /* 16px */
	line-height: 1.5;
	letter-spacing: 0.32px;
	color: var(--main-color-white);
}
	.top__panel h2:not(.modultitel) {
		margin-bottom: 20px;
		font-size: 2.5rem; /* 40px */
		line-height: 1.15;
		letter-spacing: normal;
		color: inherit;
	}
	.top__panel h2.modultitel {
		border-bottom-color: var(--main-color-white);
	}
@media screen and (min-width: 1200px) {
	.top__panel {
		font-size: 1.25rem; /* 20px */
		letter-spacing: 0.4px;
	}
		.top__panel h2:not(.modultitel) {
			margin-bottom: 25px;
			font-size: 3.75rem; /* 60px */
		}
}
@media screen and (min-width: 1600px) {
	.top__panel {
		font-size: 1.375rem; /* 22px */
		line-height: 1.4;
		letter-spacing: 0.44px;
	}
		.top__panel h2:not(.modultitel) {
			margin-bottom: 30px;
			font-size: 4.375rem; /* 70px */
		}
}

