.fea-presentation-list .fea-presentation-list-group .fea-presentation-list-group-header[data-group-label='2025-11-27']::before {
	content:"DSLK-Intensivtag, ";
}
.fea-presentation-list .fea-presentation-list-group .fea-presentation-list-group-header[data-group-label='2025-11-28']::before,
.fea-presentation-list .fea-presentation-list-group .fea-presentation-list-group-header[data-group-label='2025-11-29']::before{
	content:"DSLK-Hauptkongress,";
}

/***************************
 * presentation list
 **************************/

.fea-presentation-list .fea-presentation-list-group .fea-presentation-list-group-header {
	font-size: 22px;
	background-color: var(--e-global-color-accent);
	text-align: left;
}
.fea-presentation-list .fea-presentation-list-group .presentation-item .presentation-headline {
	padding-bottom: 8px;
}
.fea-presentation-list .fea-presentation-list-group .presentation-item .presentation-headline .presentation-info {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	row-gap: 0px;
	column-gap: 30px;
	flex-wrap: nowrap;
}
.fea-presentation-list .fea-presentation-list-group .presentation-item .presentation-headline .presentation-info .presentation-time {
	flex: 0 0 200px;
	font-size: 16px;
}
.fea-presentation-list .fea-presentation-list-group .presentation-item .presentation-headline .presentation-info .presentation-title {
	flex: 1 1 100%;
}
.fea-presentation-list .fea-presentation-list-group .presentation-item .presentation-headline .presentation-info .presentation-title .topic {
	font-size: 18px;
	font-family: var(--e-global-typography-accent-font-family);
	font-weight: var(--e-global-typography-accent-font-weight);
}
.fea-presentation-list .fea-presentation-list-group .presentation-item .presentation-headline .presentation-info .presentation-title .subtitle {
	font-size: 16px;
	font-family: var(--e-global-typography-text-font-family);
	font-weight: var(--e-global-typography-text-font-weight);
}
.fea-presentation-list .fea-presentation-list-group .presentation-item .presentation-headline .presentation-meta .presentation-kind > span {
	font-size: 13px;
}
.fea-presentation-list .fea-presentation-list-group .presentation-item .presentation-headline .presentation-meta .presentation-kind > span::after {
	display: none;
}
.fea-presentation-list .fea-presentation-list-group .presentation-item .presentation-content .speakers .speaker {
	font-size: 14px;
}
.fea-presentation-list .fea-presentation-list-group .presentation-item .presentation-content .speakers .speaker .speaker-image {
	position: relative;
}
.fea-presentation-list .fea-presentation-list-group .presentation-item .presentation-content .speakers .speaker .speaker-image .speaker-image-credits {
	position: absolute;
	transform: rotate(-90deg);
	left: 0px;
	bottom: 14px;
	transform-origin: left bottom;
	font-size: 12px;
	opacity: .8;
}
.fea-presentation-list .fea-presentation-list-group .presentation-item .presentation-content .speakers .speaker .speaker-info {
	text-align: left;
}
.fea-presentation-list .fea-presentation-list-group .presentation-item .presentation-content .speakers .speaker .speaker-info .speaker-name {
	margin: 0px;
	font-size: 16px;
}
.fea-presentation-list .fea-presentation-list-group .presentation-item .presentation-content .speakers .speaker .speaker-info .speaker-company {
	font-family: var(--e-global-typography-text-font-family);
	font-weight: var(--e-global-typography-text-font-weight);
}
.fea-presentation-list .fea-presentation-list-group .presentation-item .presentation-content .speakers .presentation-link {
	flex: 0 0 200px;
}
.fea-presentation-list .fea-presentation-list-group .presentation-item .presentation-content .abstract {
	padding-right: 200px;
	max-height: 7em;
	overflow: hidden;
	font-size: 17px;
}
@media(max-width: 767px) {
	.fea-presentation-list .fea-presentation-list-group .presentation-item .presentation-headline {
		padding-bottom: 20px;
	}
	.fea-presentation-list .fea-presentation-list-group .presentation-item .presentation-headline .presentation-info {
		flex-direction: column;
		flex-wrap: wrap;
		margin-bottom: 10px;
	}
	.fea-presentation-list .fea-presentation-list-group .presentation-item .presentation-headline .presentation-info .presentation-time {
		flex: 1 1 auto;
	}
	.fea-presentation-list .fea-presentation-list-group .presentation-item .presentation-headline .presentation-info .presentation-title {
		flex: 1 1 auto;
	}
	.fea-presentation-list .fea-presentation-list-group .presentation-item .presentation-content .speakers .speaker .speaker-info {
		text-align: center;
	}
	.fea-presentation-list .fea-presentation-list-group .presentation-item .presentation-content .abstract {
		padding: 15px 0px 0px 0px;
	}
}

/*
 * modal
 */
.fea-presentation .fea-modal .modal-content .modal-head a {
	display: none;
}
.fea-presentation .fea-modal .modal-body > .speaker-image .speaker-image-credits {
	font-size: 14px;
}
.fea-presentation .fea-modal .modal-body > .speaker-text {
	font-size: 17px;
}
.fea-presentation .fea-modal .modal-body > .speaker-text .speaker-presentations .speaker-presentation .speaker-presentation-name {
	font-weight: var(--e-global-typography-accent-font-weight);
}

/***************************
 * presentation single
 **************************/

.single-presentation-header a {
	display: none;
	font-size: 16px;
}
.single-presentation-content .speakers .speaker {
	font-size: 14px;
}
.single-presentation-content .speakers .speaker .speaker-image .speaker-image-credits {
	font-size: 13px;
}
.single-presentation-content .speakers .speaker .speaker-info .speaker-name {
	margin: 0px;
	font-size: 16px;
}
.single-presentation-content .speakers .powered-by .powered-by-text {
	display: block;
}
.single-presentation-content .speakers .powered-by .powered-by-logo img {
	width: 150px;
}
.single-presentation-content .presentation {
	font-size: 17px;
}
.single-presentation-content .presentation .presentation-main .topic {
	margin: 0px;
	font-size: 23px;
}
.single-presentation-content .presentation .presentation-main .subtitle {
	font-family: var(--e-global-typography-accent-font-family);
}
.single-presentation-content .presentation .presentation-info {
	font-size: 17px;
}
.single-presentation-content .presentation .presentation-info .presentation-info-type > span {
	font-size: 13px;
}
.single-presentation-content .presentation .presentation-info .presentation-info-date-time-location {
	font-size: 17px;
}
.single-presentation-content .presentation .presentation-info .presentation-info-date-time-location .presentation-date-time {
	font-weight: var(--e-global-typography-accent-font-weight);
}

/***************************
 * speaker list
 **************************/

.fea-speaker-list .fea-speaker-list-group .fea-speaker-list-group-header {
	font-size: 24px;
	background-color: var(--e-global-color-accent);
}
.fea-speaker-list .fea-speaker-list-group .fea-speaker-list-item .speaker-image .speaker-image-credits {
	font-size: 13px;
}
.fea-speaker-list .fea-speaker-list-group .fea-speaker-list-item .speaker .speaker-info {
	font-size: 16px;
}
.fea-speaker-list .fea-speaker-list-group .fea-speaker-list-item .speaker .speaker-info .speaker-name {
	font-size: 20px;
	margin-bottom: 8px;
}

/***************************
 * speaker single
 **************************/

.single-speaker-header a {
	font-size: 16px;
}
.single-speaker-content .speaker-image .speaker-image-credits {
	font-size: 13px;
}
.single-speaker-content .speaker-text {
	font-size: 17px;
}
.single-speaker-content .speaker-text .speaker-vita {
	margin-bottom: 15px;
}

/***************************
 * exhibitor list
 **************************/
 
.fea-exhibitor .exhibitor-list-header {
	padding: 40px 0px 0px 0px;
	margin: 0px 0px 50px 0px;
	font-family: var(--e-global-typography-accent-font-family);
	font-weight: var(--e-global-typography-accent-font-weight);
	font-size: 30px;
	color: var(--e-global-color-accent);
	background-color: transparent;
	text-align: left;
}
.fea-exhibitor .exhibitor-list.wide .exhibitor-item:last-child {
	margin-bottom: 20px;
	border-bottom: 1px solid var(--e-global-color-secondary);
}
.fea-exhibitor .exhibitor-list.small .exhibitor-item {
	border: none;
}
