/* popup */
.fea-modal .modal-body .detail-presentation {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	font-family: Barlow;
	position: relative;
}
.fea-modal .modal-body .detail-presentation .copyright {
	position: absolute;
	right: 50px;
	bottom: -1.1em;
	font-size: 75%;
}
.fea-modal .modal-body .detail-presentation .topic_category {
	flex: 0 0 100%;
	padding: 0px 50px 15px 50px;
}
.fea-modal .modal-body .detail-presentation .topic_category span{
	padding: 10px 0px;
	font-weight: 500;
	color: red;
}
.fea-modal .modal-body .detail-presentation .speaker {
	flex: 0 1 35%;
	padding: 0px 0px 0px 50px;
}
.fea-modal .modal-body .detail-presentation .speaker .presentation_type {
	margin-bottom: 10px;
	font-size: 26px;
	font-weight: 700;
	color: #00B0EA;
}
.fea-modal .modal-body .detail-presentation .speaker .place {
	font-size: 18px;
	font-weight: 700;
}
.fea-modal .modal-body .detail-presentation .speaker .speakers {
	
}
.fea-modal .modal-body .detail-presentation .speaker .speakers .speaker_image {
	margin: 20px 0px 20px 0px;
	width: 60%;
}
.fea-modal .modal-body .detail-presentation .speaker .speakers .speaker_image img {
	border-radius: 50%;
	width: 100%;
	object-fit: cover;
}
.fea-modal .modal-body .detail-presentation .speaker .speakers .speaker_name {
	font-weight: bold;
}
.fea-modal .modal-body .detail-presentation .presentation {
	flex: 0 1 60%;
	padding: 0px 50px 0px 60px;
}
.fea-modal .modal-body .detail-presentation .presentation .topic { 
	font-size: 150%;
	font-weight: bold;
	line-height: 1.3;
	padding-bottom: 15px;
}
.fea-modal .modal-body .detail-presentation .presentation .time { 
	color: #00B0EA;
	padding-bottom: 1em;
	font-weight: bold;
}


.presentations .fea-debug {
    display:none;
}

.presentations .presentation-list .block {
    display:flex;
    flex-direction: column;
}

.presentations .presentation-list .block .block-header {
    background-color: #484847;
    color: #ffffff;
    font-weight: 700;
    padding: 15px 10px 15px 20px;
}

.presentations .presentation-list .block .block-item {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #505050;
}
.presentations .presentation-list .presentation {
    display:flex;
    flex-direction:row;
    flex-wrap: wrap;
}
.presentations .presentation-list .presentation .presentation-images {
    flex: 0 0 20%;
    display: flex;
    flex-direction: column;
}
.presentations .presentation-list .presentation .presentation-images img {
    border-radius: 50%;
    width: 100%;
    object-fit: cover;
}
.presentations .presentation-list .presentation .presentation-text {
    flex: 0 0 80%;
    display: flex;
    flex-direction: column;
    padding-left: 1em;
}
.presentations .presentation-list .presentation .presentation-item-content .title {
    font-size: 20px;
    font-weight: 700;
    color: #36a9e1;
}
.presentations .presentation-list .presentation .presentation-item-content .subtitle {
    font-size: 20px;
    font-weight: 400;
    color: #000000;
}
.presentations .presentation-list .presentation .presentation-item-content .speaker {
    font-size: 15px;
    font-weight: 700;
}
.presentations .presentation-list .presentation .presentation-item-content .details button.overlay-initiator {
    border-radius: 25px;
    padding: 10px 34px;
    background-color: rgb(0, 176, 234);
    border-color: rgb(0, 176, 234);
    color: #ffffff;
    font-size: 17px;
    font-weight: 700;
}
.presentations .presentation-list .presentation .presentation-item-content .show_in_popup {
    display:none;
}
/*
.presentation-item-head {
    display: flex;
    flex-direction: row;

    background-color: #505050;
    color: #ffffff;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}
.presentation-item-head > *:not(:first-child){
    padding-left: .5em;
}
.presentation-item-head .type-name {
    font-weight: bold;
}

.presentation-item {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;

    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #505050;
}
.presentation-item .presentation-images {
    flex: 0 0 20%;
    display: flex;
    flex-direction: column;
}
.presentation-item .presentation-text {
    flex: 0 0 80%;
    display: flex;
    flex-direction: column;
    padding-left: 1em;
}

.presentation-item .presentation-images img {
    border-radius: 50%;
    width: 100%;
    object-fit: cover;
}

.presentation-item .presentation-text .details .details-headline {
    display: none;
}
.presentation-item .presentation-text .details .details-content {
    display: none;
}
.presentation-item .presentation-text .debug_info_presentation_item {
    display:none;
}
*/