#counter {
	background-color: #3b4ac0;
	font-size: 1.6rem;
	line-height: 2rem;
	font-weight: 500;
}
#counter .grid {
	gap: 24px;
	grid-template-columns: repeat(4, 1fr);
}
@media (min-width: 600px) {
	#counter {
		font-size: 3.6rem;
		line-height: 4rem;
	}
	#counter .grid {
		gap: 48px;
	}
}
#nav-spieler .grid {
	gap: 24px;
	margin-bottom: 24px;
}
#nav-spieler .grid:last-child {
	margin-bottom: 0;
}
#nav-spieler .grid > div {
	position: relative;
	height: 300px;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	background-color: #666;
}
@media (min-width: 600px) {
	#nav-spieler .grid {
		margin-bottom: 24px;
	}
	#nav-spieler .grid[cols="6-6"] {
		grid-template-columns: repeat(2, 1fr);
	}
	#nav-spieler .grid > div:nth-child(1) {
		clip-path: polygon(0 0,100% 0,calc(100% - 24px) 100%,0% 100%);
	}
	#nav-spieler .grid > div:nth-child(2) {
		clip-path: polygon(24px 0,100% 0,100% 100%,0% 100%);
	}
}
#nav-spieler .grid > div::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	background-color: rgba(59, 74, 192, 0.15);
	transition: background-color .25s ease-in-out;
}
#nav-spieler .grid > div:hover::before {
	background-color: rgba(59, 74, 192, 0.75);
}
#nav-spieler .grid > div a {
	display: grid;
	align-items: center;
	height: 100%;
	position: relative;
	z-index: 3;
}
#nav-spieler .grid > div a h3 {
	margin: 0;
	text-shadow: 0 0 4px grey;
	text-transform: uppercase;
	font-size: 35px;
}

#termine {
	background-color: #3b4ac0;
}

#aktuelles .grid[cols='6-6'] {
	grid-template-columns: repeat(1, minmax(0,1fr));
}
@media (min-width: 900px) {
	#aktuelles .grid[cols='6-6'] {
		grid-template-columns: repeat(2, minmax(0,1fr));
	}
}
#aktuelles {
	padding-bottom: 96px;
}
#aktuelles * {
	word-wrap: break-word;
}
#aktuelles .inner > h2 {
	margin-bottom: 16px;
}
#aktuelles .inner > h3 {
	margin-top: 0;
	margin-bottom: 48px;
	font-weight: 400;
}
#aktuelles .inner > h3 a img {
	display: inline-block;
	padding-left: 20px;
	vertical-align: middle;
}
#aktuelles .inner > .grid.hidden {
	display: none;
}
.aktuelles-item {
	position: relative;
	padding-bottom: 52px;
}
.aktuelles-item h3 {
	margin: 0;
}
.aktuelles-item h3 a {
	display: block;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}
.aktuelles-item-datum {
	margin-bottom: 12px;
	font-size: 1.6rem;
	line-height: 1.6rem;
}
@media (min-width: 900px) {
	.aktuelles-item .aktuelles-item-info {
		position: absolute;
		bottom: 0;
		right: 0;
		margin: 0;
		width: 100%;
		align-items: center;
	}
}
.aktuelles-item .aktuelles-item-quelle {
	margin-top: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-style: italic;
	font-size: 1.4rem;
	line-height: 1.4rem;
}
@media (min-width: 900px) {
	.aktuelles-item .aktuelles-item-quelle {
		margin-top: 0;
	}
}
.aktuelles-item .link-btn a {
	position: relative;
	padding-left: 32px;
}
.aktuelles-item .link-btn a .material-icons {
	position: absolute;
	top: 50%;
	left: 12px;
	transform: translateY(-50%);
	font-size: 1.6rem;
	line-height: 1.6rem;
}
#aktuelles #aktuelles-action a {
	line-height: normal;
	color: #333;
}
#aktuelles #aktuelles-action a[disabled] {
	opacity: 0.5;
	cursor: not-allowed;
}
#aktuelles #aktuelles-action #aktuellesPageCount {
	display: inline-block;
	margin: 0 12px;
}
#aktuelles #aktuelles-mehr-lesen {
	display: none;
	margin-top: 48px;
	font-size: 1.6rem;
	line-height: 2rem;
}

#anfahrt {
	background-color: #3B4AC0;
}

#anfahrt h2 {
	text-align: center;
}

#anfahrt .eins {
	text-align: center;
}

#anfahrt .eins p {
	margin: 0;
}

#anfahrt .eins a {
	color: #fff;
}

#anfahrt .eins a:hover {
	text-decoration: underline;
}

#anfahrt .vier {
	text-align: center;
}

#anfahrt .vier h3 {
	font-size: 20px;
	font-weight: 400;
}