#slogan {
	padding: 24px 0;
}
#slogan h1, #slogan h2 {
	margin: 12px 0 !important;
	font-weight: bold;
}
#slogan #facts {
	margin-top: 24px;
	color: #2a66a2;
	font-size: 1.25rem;
}
#slogan .grid {
	grid-gap: 48px;
}

#corona {
	padding: 24px 0;
}
#corona .inner {
	padding: 24px;
	border: 2px solid #dd672c;
}

#aktuelles {
	padding: 24px 0;
	background-color: #f0f0f0;
}
#aktuelles h3 a {
	color: #2a66a2;
}
#aktuelles h2 {
	min-height: 48px;
	font-size: 1.25rem;
	line-height: 1.5rem;
	color: #2a66a2;
}
#aktuelles h2 a {
	color: #2a66a2;
}
#aktuelles hr {
	margin: 48px auto 24px auto;
	width: 100%;
	background-color: #d0d0d0;
}
@media (min-width: 600px) {
	#aktuelles .grid > div:nth-child(3n+2) {
		padding: 0 24px;
		border-left: 1px solid #d0d0d0;
		border-right: 1px solid #d0d0d0;
	}
}
#aktuelles .grid > div:nth-child(n+4) {
	padding-top: 24px;
	border-top: 1px solid #d0d0d0;
}
#aktuelles .grid > div p a {
	padding: 2px 4px;
	color: #fff;
	background-color: #dd672c;
	border-radius: 4px;
}
#aktuelles .aktuellesText {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 7; /* number of lines to show */
			line-clamp: 7; 
	-webkit-box-orient: vertical;
}

#youtube-wir-schenken-musik {
	padding: 24px;
}
#youtube-wir-schenken-musik a::before {
	display: none;
}

#veranstaltungen {
	padding: 24px 0;
	background-color: #f0f0f0;
}
#veranstaltungen h3 {
	color: #2a66a2;
}
#veranstaltungen h4 {
	color: #2a66a2;
}
#veranstaltungen hr {
	margin: 48px auto 24px auto;
	width: 100%;
	background-color: #d0d0d0;
}
#veranstaltungen .event:hover a h4 {
	text-decoration: underline;
}

#links {
	padding: 24px 0;
}
#links h3 {
	color: #2a66a2;
	margin-top: 12px;
}
#links img {
	display: inline-block;
	height: 150px;
}
#links a {
	display: block;
}
#links .grid {
	grid-gap: 0;
}
#links .link-column {
	padding: 0 32px;
}
@media (min-width: 900px) {
	#links .link-column {
		border-right: 1px solid #2a66a2;
	}
	#links .link-column:last-child {
		border-right: none;
	}
	#links .link-column .link-icon img {
		padding: 24px;
	}
}

#galerie {
	padding: 24px 0;
	background-color: #2a66a2;
}
#galerie img, #galerie a {
	display: block;
	color: #fff;
}
#galerie .galerie-item {
	position: relative;
}
#galerie .galerie-item .galerie-item-tooltip {
	position: relative;
	position: absolute;
	top: 0;
	left: 0;
	padding: 12px;
	width: 100%;
	height: 100%;
	color: #fff;
	font-size: 2rem;
	line-height: 2.25rem;
	font-weight: 300;
	background-color: #2a66a2;
	background-color: rgba(42, 102, 162, 0.75);
	transition: opacity .25s ease-in-out;
	z-index: 1;
}
#galerie .galerie-item .galerie-item-tooltip p {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: calc(100% - 24px);
}
#galerie .galerie-item:hover .galerie-item-tooltip {
	opacity: 1;
}
#galerie .galerie-item img {
	width: 100%;
}
@media (hover: hover) {
	#galerie .galerie-item .galerie-item-tooltip {
		opacity: 0;
	}
}

#mitgliedschaften {
	padding: 24px 0;
	font-size: 1.25rem;
}
#mitgliedschaften h3 {
	color: #2a66a2;
}
#mitgliedschaften a::before {
	display: none;
	content: "";
}
#mitgliedschaften a img.full-width {
	width: 100%;
}