/* Inner headline padding on background views */
.paragraph.views.bg-grey > .paragraph.headline {
	padding-top: var(--section-inner-side-padding);
}

/* -------------------------------

01 Events Archive/ List
03 Press Release List

---------- Layout Views ----------
*/

/* -----------------
01 Events Archive/ List
----------------- */

.paragraph.events,
.view-wrapper .filter-bar .view-filters .general-filter {
	justify-content: flex-start;
}

.paragraph.event-list,
.view-wrapper .filter-bar .view-filters .general-filter {
	justify-content: flex-end;
}

/* More Event Information */
.more-event-infos {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: radial-gradient(circle, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.1) 50%);
	display: flex;
	flex-direction: column;
	text-align: center;
	justify-content: center;
	color: #fff;
}

.more-event-infos span {
	font-size: calc(1vw + 1em);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: inherit;
}

.featured-teaser-item .more-event-infos span {
	font-size: calc(2vw + 1em);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: inherit;
}

.event-end:before {
	display: block;
	content: '';
	margin: 10px auto;
	position: relative;
	width: 30px;
	height: 1px;
	background-color: var(--color-white);
	left: 0;
}

/* -----------------
03 Press Release List
----------------- */

.teaser_wfbb_news .view-wrapper {
	background-color: transparent;
}


/* Views - Press Teaser */
.teaser_wfbb_news.views {
	display: grid;
	grid-column: span 12;
	grid-column-gap: var(--grid-gap);
	background: var(--color-white);
	border-radius: var(--border-radius);
	padding: var(--section-inner-side-padding);
}

.teaser-item.all {
	border-radius: var(--border-radius);
	border: 1px solid var(--color-grey-light);
	overflow: hidden;
	background-color: var(--color-primary);
	cursor: pointer;
}

.more-infos {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	text-align: center;
	justify-content: center;
	color: #fff;
}

.icon-more {
	background-image: var(--arrow-circle-light);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	height: 20%;
	margin-bottom: 20px;
}

.title-more a {
	font-size: var(--font-size-h3);
	font-weight: 700;
	color: #FFFFFF;
	text-decoration: none;
}

.all:hover .icon-more {
	background-image: var(--arrow-circle-light-filled-red);
}

@media (max-width: 500px) {
	.all {
		height: 100px;
	}
}

/* -----------------
04 Newsletter
----------------- */

.group-intro {
	display: flex;
	padding: var(--section-inner-side-padding) var(--section-inner-side-padding) var(--section-inner-side-padding);
	margin: 0 auto;
	align-items: center;
	text-align: center;
	width: 70%;
	flex-direction: column;
}



.view-downloadcenter-media .img-wrapper {
	align-self: center;
}
