body.single-element {
    max-width: unset;
    overflow: unset;
}
/*********************
 * popup
 ********************/
 .presentations .fea-debug {
	display:none;
}

/* NEUES DESIGN */
/*
--e-global-typography-primary-font-family: "Roboto";
--e-global-typography-primary-font-weight: 600;
--e-global-typography-primary-font-size: 35px;
--e-global-typography-secondary-font-family: "Roboto Slab";
--e-global-typography-secondary-font-weight: 400;
--e-global-typography-secondary-font-size: 20px;
--e-global-typography-text-font-family: "Roboto";
--e-global-typography-text-font-weight: 400;
--e-global-typography-text-font-size: 15px;
--e-global-typography-accent-font-family: "Roboto";
--e-global-typography-accent-font-weight: 500;
--e-global-typography-accent-font-size: 19px;
--e-global-typography-accent-text-transform:

--e-global-color-primary
--e-global-color-secondary
--e-global-color-accent
--e-global-color-text
*/
.fea-presentation-list .popup_content {
	display: none;
}
.fea-presentation-list {
	display:flex;
	flex-direction: column;
}
.fea-presentation-list .fea-presentation-list-group {

}
.fea-presentation-list .fea-presentation-list-group .fea-presentation-list-group-header {
	font-family: var(--e-global-typography-primary-font-family);
	font-weight: var(--e-global-typography-primary-font-weight);
	font-size: var(--e-global-typography-primary-font-size);

	background-color: var(--e-global-color-accent);
	color: #ffffff;

	padding: 15px 10px 15px 20px;	
}
.fea-presentation-list .fea-presentation-list-group .presentation-item {
	container: presentationItem / inline-size;

	display: flex;
	flex-direction: column;

	border-bottom: 1px solid var(--e-global-color-secondary); 
	padding-bottom: 1em;
	padding-top: 1em;
}
@container presentationItem (max-width: 450px) {
	.fea-presentation-list .fea-presentation-list-group .presentation-item {
		position: relative !important;
	}
	.fea-presentation-list .fea-presentation-list-group .presentation-item .presentation-content {
		flex-direction: column !important;
	}
	.fea-presentation-list .fea-presentation-list-group .presentation-item .presentation-headline {
		flex-wrap: wrap;
		row-gap: 0.5em !important;
	}
	.fea-presentation-list .fea-presentation-list-group .presentation-item .presentation-headline .presentation-time {
		order: 1;
		flex: 1 1 calc(50% - 1.5em);
	}
	.fea-presentation-list .fea-presentation-list-group .presentation-item .presentation-headline .presentation-title {
		order: 3;
		flex: 0 1 100%;
	}
	.fea-presentation-list .fea-presentation-list-group .presentation-item .presentation-headline .presentation-kind {
		order: 2;
		flex: 1 1 calc(50% - 1.5em);
		position: unset !important;
	}
	.fea-presentation-list .fea-presentation-list-group .presentation-item .presentation-headline .presentation-kind > span{
		position: absolute;
		right: 0px;
	}
	.fea-presentation-list .fea-presentation-list-group .presentation-item .presentation-headline .presentation-kind.partner .partner-presentation {
		bottom: 5.5em;
	}
}
.fea-presentation-list .fea-presentation-list-group .presentation-item .presentation-headline {
	display: flex;
	flex-direction:row;
	justify-content: space-between;
	row-gap: 1.5em;
	column-gap: 1.5em;
}
.fea-presentation-list .fea-presentation-list-group .presentation-item .presentation-headline .presentation-time {
	color: var(--e-global-color-secondary); 
	width: 200px;
	font-family: var(--e-global-typography-text-font-family);
	font-size: var(--e-global-typography-text-font-size);
	font-weight: var(--e-global-typography-text-font-weight);
}
.fea-presentation-list .fea-presentation-list-group .presentation-item .presentation-headline .presentation-title {
	flex-grow: 1;
	color: var(--e-global-color-text);
	font-family: var(--e-global-typography-secondary-font-family);
	font-weight: var(--e-global-typography-secondary-font-weight);
	font-size: var(--e-global-typography-secondary-font-size);
}
.fea-presentation-list .fea-presentation-list-group .presentation-item .presentation-headline .presentation-title .subtitle {
	font-family: var(--e-global-typography-text-font-family);
	font-size: var(--e-global-typography-text-font-size);
	font-weight: var(--e-global-typography-text-font-weight);
	color: var(--e-global-color-text);
}
.fea-presentation-list .fea-presentation-list-group .presentation-item .presentation-headline .presentation-kind {
	color: var(--e-global-color-secondary);
	font-family: var(--e-global-typography-accent-font-family);
	font-size: var(--e-global-typography-accent-font-size);
	font-weight: var(--e-global-typography-accent-font-weight);
	text-transform: var(--e-global-typography-accent-text-transform);
}
.fea-presentation-list .fea-presentation-list-group .presentation-item .presentation-headline .presentation-kind.partner {
	position:relative;
}
.fea-presentation-list .fea-presentation-list-group .presentation-item .presentation-headline .presentation-kind > span {
	border: 1px solid var(--e-global-color-secondary);
	padding: 3px 6px;
	white-space: nowrap;
}
.fea-presentation-list .fea-presentation-list-group .presentation-item .presentation-headline .presentation-kind.partner .partner-presentation {
	position: absolute;
	right: 4px;
	margin-top: 10px;
	width: 125px;
}
.fea-presentation-list .fea-presentation-list-group .presentation-item .presentation-content {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	row-gap: 20px;
	column-gap: 20px;
	padding-top: 0.8em;
}
.fea-presentation-list .fea-presentation-list-group .presentation-item .presentation-content.partner {
	margin-right: 130px;
}
.fea-presentation-list .fea-presentation-list-group .presentation-item .presentation-content > .speaker {
	flex: 0 1 20%;

	font-family: var(--e-global-typography-text-font-family);
	font-size: var(--e-global-typography-text-font-size);
	font-weight: var(--e-global-typography-text-font-weight);
	color: var(--e-global-color-text);
}
.fea-presentation-list .fea-presentation-list-group .presentation-item .presentation-content > .speaker > .speaker-image, 
.fea-presentation-list .fea-presentation-list-group .presentation-item .presentation-content > .speaker > .speaker-info {
	width: 100%;
}
.modal-content .modal-body .speakers > .speaker .speaker-image,
.fea-presentation-list .fea-presentation-list-group .presentation-item .presentation-content > .speaker > .speaker-image {
	min-width: 200px;
	position: relative;
	display:flex;
}
.modal-content .modal-body .speakers > .speaker .speaker-image img,
.fea-presentation-list .fea-presentation-list-group .presentation-item .presentation-content > .speaker > .speaker-image img {
	width: 100%;
}
.modal-content .modal-body .speakers > .speaker .speaker-image > .speaker-image-credits,
.fea-presentation-list .fea-presentation-list-group .presentation-item .presentation-content > .speaker > .speaker-image > .speaker-image-credits {
	position: absolute;
	transform: rotate(-90deg);
	left: 0px;
	bottom: 0px;
	transform-origin: left bottom;
	font-size: 55%;
}
.modal-content .modal-body .speakers > .speaker > .speaker-info,
.fea-presentation-list .fea-presentation-list-group .presentation-item .presentation-content > .speaker > .speaker-info {
	font-size: 85%;
	padding-top: 0.5em;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.modal-content .modal-body .speakers > .speaker > .speaker-info > span,
.fea-presentation-list .fea-presentation-list-group .presentation-item .presentation-content > .speaker > .speaker-info > span {
	position: relative;
	line-height: 1.3;
}
.modal-content .modal-body .speakers > .speaker > .speaker-info > span.speaker-name,
.fea-presentation-list .fea-presentation-list-group .presentation-item .presentation-content > .speaker > .speaker-info > span.speaker-name {
	font-weight: bold;
}
.modal-content .modal-body .speakers > .speaker > .speaker-info > span:not(:last-child),
.fea-presentation-list .fea-presentation-list-group .presentation-item .presentation-content > .speaker > .speaker-info > span:not(:last-child) {
	margin-right: .5em;;
}
.modal-content .modal-body .speakers > .speaker > .speaker-info > span:not(:last-child):after,
.fea-presentation-list .fea-presentation-list-group .presentation-item .presentation-content > .speaker > .speaker-info > span:not(:last-child):after {
	position: absolute;
	right:-0.25em;
	content:", ";
}

.fea-presentation-list .presentation-item .presentation-content .presentation-abstract-edu {
	flex-basis: 75%;
	flex-grow: 0;
	flex-shrink: 1;
	position:relative;
	max-height:8em;
	overflow:hidden;
}
.fea-presentation-list .presentation-item .presentation-content .presentation-abstract-edu .fade {
	position: absolute; 
	bottom: 0px; 
	left: 0px; 
	width: 100%; 
	height: 5em; 
	background-image: linear-gradient( to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100% );
}
.fea-presentation-list .presentation-item .presentation-content .presentation-abstract-edu .fade > a {
	display:block;
	width: 100%;
	height: 100%;
	background-color:unset !important;
	position: relative;
}
.fea-presentation-list .presentation-item .presentation-content .presentation-abstract-edu .fade > a.tooltip .tooltiptext {
	visibility: hidden;
	
	position: absolute;
	z-index: 1;
	
	padding: 5px 0;
	border-radius: 5em;
	
	background-color: var(--e-global-color-primary);
	color: #ffffff;
	
	font-family: var(--e-global-typography-text-font-family);
	font-size: var(--e-global-typography-text-font-size);
	font-weight: var(--e-global-typography-primary-font-weight);
	
	text-align: center;
	text-transform: uppercase;
	
 	width: 120px;
	bottom: 0px;
	left: 50%;
	margin-left: -60px; 
}
.fea-presentation-list .presentation-item .presentation-content .presentation-abstract-edu .fade > a.tooltip:hover .tooltiptext {
	visibility: visible;
}

.fea-presentation-list .fea-presentation-list-group .presentation-item .presentation-link {
	text-align: right;
}

/* Extra Addition Popup */
.fea-modal .modal-content .modal-body .main_info > .presentation.wide {
	flex: 0 0 100% !important
}
.fea-modal .modal-content .modal-body .main_info > .presentation.wide .presentation-location-time-type {
	padding-top: 0.7em;
	padding-bottom: 0.3em;
}
.fea-modal .modal-content .modal-body .main_info > .presentation.wide > .speakers {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	row-gap: 1em;
	column-gap: 1em;
	margin-top: 0.8em;
	margin-bottom: 0.8em;
}
.fea-modal .modal-content .modal-body .main_info > .presentation.wide > .speakers > .speaker {
	flex: 1 1 calc(25% - 1em);
	max-width: 240px;
	min-width: 180px;
}
/* --- */

.fea-presentation-list .fea-presentation-list-group .presentation-item .presentation-link > a {
	font-family: var(--e-global-typography-text-font-family);
	font-size: var(--e-global-typography-text-font-size);
	font-weight: var(--e-global-typography-text-font-weight);
	text-transform: var(--e-global-typography-text-transform);

	background-color: var(--e-global-color-primary);
	border-radius: 25px;

	position:relative;

	word-break: normal;
	padding-right: 2.6em;
	padding-left: 1.6em !important; /* Astra-Child-Theme-Hacked */
}
.fea-presentation-list .fea-presentation-list-group .presentation-item .presentation-link > a:after {
	width: 0;
	height: 0;
	position: absolute;
	top: 49%;
	right: 20px;
	transform: translateY(-50%);
	display: inline-block;
	border-top: 5px solid transparent !important;
	border-left: 10px solid #ffffff;
	border-bottom: 5px solid transparent !important;
	content: " ";
}

.presentation-schedule {
	display:flex;
	flex-direction: column;
	row-gap: 1em;
}
.presentation-schedule .day {
	display:flex;
	flex-direction: row;
	flex-wrap: nowrap;

	font-family: var(--e-global-typography-text-font-family);
	font-size: var(--e-global-typography-text-font-size);
	font-weight: var(--e-global-typography-text-font-weight);
}
.presentation-schedule .day .event-day {
	flex: 0 0 2.5em;
	position: relative;
	background-color: var(--e-global-color-accent);
	color: #FFFFFF;
}
.presentation-schedule .day .event-day > span {
	position: absolute;
	width: 100%;
	height: 100%;

	text-align: center;
	writing-mode: vertical-rl;
	transform: rotate(180deg);

	line-height: 2.5em;
}
.presentation-schedule .day .schedule {
	flex: 0 0 calc(100% - 2.5em);
}
.presentation-schedule .day .schedule table {
	margin: 0px;
}
.presentation-schedule .day .schedule table thead {
	background-color: var(--e-global-color-text); 
	color: #FFFFFF;

	font-family: var(--e-global-typography-text-font-family);
	font-size: var(--e-global-typography-text-font-size);
	font-weight: var(--e-global-typography-text-font-weight);
}
.presentation-schedule .day .schedule table tbody tr td {
	background-color: var(--e-global-color-secondary); 
}
.presentation-schedule .day .schedule table tbody tr td.start,
.presentation-schedule .day .schedule table tbody tr td.end {
	width: 6em;
}
.presentation-schedule .day .schedule table tbody tr:hover td {
	filter: brightness(160%) !important;
}
.presentation-schedule .day .schedule table tbody tr:nth-child(odd) td {
	filter: brightness(130%);
}
.presentation-schedule .day .schedule table tbody tr:nth-child(even) td {
	filter: brightness(145%);
}
.presentation-schedule .day .schedule table tfoot {
	display:none;
}
/*
@media (max-width:499px) {
	.fea-presentation-list .fea-presentation-list-group .fea-presentation-list-item .presentation-headline {
		flex-wrap: wrap;
	}
	.fea-presentation-list .fea-presentation-list-group .fea-presentation-list-item .presentation-headline .presentation-time {
		order: 1;
	}
	.fea-presentation-list .fea-presentation-list-group .fea-presentation-list-item .presentation-headline .presentation-title {
		order: 3;
	}
	.fea-presentation-list .fea-presentation-list-group .fea-presentation-list-item .presentation-headline .presentation-kind {
		order: 2;
	}
	.fea-presentation-list .fea-presentation-list-group .fea-presentation-list-item .presentation-information.align-single-speaker {
		flex-direction: column;
	}
	.fea-presentation-list .fea-presentation-list-group .fea-presentation-list-item .presentation-information.align-single-speaker .presentation-speakers {
		flex-basis: unset;
	}
	.fea-presentation-list .fea-presentation-list-group .fea-presentation-list-item .presentation-information.align-multiple-speakers .presentation-details {
		padding-left: unset;
	}
	.fea-presentation-list .fea-presentation-list-group .fea-presentation-list-item .presentation-information.align-multiple-speakers .presentation-speakers {
		flex-direction: column;;
	}
	.fea-presentation-list .fea-presentation-list-group .fea-presentation-list-item .presentation-information .presentation-speaker > .presentation-speaker-image .presentation-speaker-image-credits {
		left:1.6em;
		background-color: rgba(255,255,255,0.4);
	}
	.fea-presentation-list .fea-presentation-list-group .fea-presentation-list-item .presentation-information .presentation-abstract {
		position: unset;
	}
}
*/