.w-youtube {
	margin-bottom: 15px;   
}
.w-youtube .youtube-container {
	overflow: hidden;
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
}
.w-youtube iframe {
	border: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.w-container > *:last-child {
	margin-bottom: 0;
}

.w-richtext {
	margin-bottom: 15px;
}
.w-image {
	margin-bottom: 30px;
}
.w-image img {
	display: block;
	width: 100%;
	height: auto;
}

.w-filelist {
	margin-bottom: 15px;
}
.w-filelist__item {
	margin-bottom: 10px;
	font-size: 1.1em;
}
.w-filelist__icon {
	width: 1.2em;
	height: auto;
	display: inline-block;
	position: relative;
	top: 1px;
}

.w-linklist {
	margin-bottom: 15px;
}
.w-linklist__item {
	margin-bottom: 10px;
	font-size: 1.1em;
}
.w-linklist__icon {
	width: 1.2em;
	height: auto;
	display: inline-block;
	position: relative;
	top: 1px;
}

.w-ansprechperson {
	display: flex;
	flex-wrap: wrap;
}
.w-ansprechperson__image {
	flex: 0 0 100%;
	margin-bottom: 15px;
}
.w-ansprechperson__image img {
	width: 100%;
	height: auto;
	display: block;
}
.w-ansprechperson__infos {
	margin-bottom: 15px;
	line-height: 1.7em;
}
.w-ansprechperson__icon {
	width: 1.2em;
	height: auto;
	display: inline-block;
	position: relative;
	top: 4px;
}
@media (min-width: 500px) {
	.w-ansprechperson__image {
		flex-basis: 200px;
		padding-right: 15px;
	}
	.w-ansprechperson__infos {
		padding-left: 15px;
	}	
}
.w-ansprechperson__name {
	font-size: 1.2em;
	font-weight: 500;
}


.w-local-tasks-menu ul {
	list-style-type: none;
	margin: 0 0 20px -15px;
	text-align: center;
	padding: 0;
}
.w-local-tasks-menu li {
	display: inline-block;
	margin-left: 15px;
	margin-bottom: 15px;
}


.w-galerie {
	margin-bottom: 15px;
}
.w-galerie img {
	width: 100%;
	height: auto;
}
.w-galerie .slick-next {
	right: 25px;
	z-index: 1;
}
.w-galerie .slick-prev {
	left: 25px;
	z-index: 1;
}


.w-spacer {
	height: 50px;
}
.w-spacer--large {
	height: 90px;
}

.w-buttons {
	margin-bottom: 15px;
	margin-left: -20px;
}
.w-buttons + .w-buttons {
	margin-top: -10px;
}
.w-buttons--center {
	text-align: center;
}
.w-buttons--right {
	text-align: right;
}
.w-buttons__item {
	display: inline-block;
	margin-left: 20px;
}
.w-buttons__item--largelink {
	font-size: 1.1em;
}
.w-buttons__icon {
	display: inline-block;
	margin-right: 0.1em;
}
.w-buttons__icon img {
	width: 1.2em;
	height: auto;
	display: inline-block;
	position: relative;
	top: 0.2em;
}
.w-buttons__text {
	display: inline-block;
}
.w-buttons__icon + .w-buttons__text {
	margin-left: 0.1em;
}

/* Kopfzeile Brand Paritäter */
.head--paritaeter-logo img {
	width: 40px;
	height: auto;
	display: inline-block;
	margin-top: 10px;
}