body {
    opacity: 1 !important;
}

.onePage-wrap {
    width: auto;
}

.force-print {
	display: initial !important;
}
/*.onePage-wrap .fullTextBlock h3, 
.onePage-wrap .fullTextBlock p {
    word-wrap: break-word;
    page-break-before: auto;
}*/

.seminar-name h1 {
	margin-bottom: 20px;
}
.seminar-info .info {
	margin-top: 20px;
}
.seminar-detail .lecturers,
.seminar-detail .programm {
	max-width: 100% !important;
	padding: 0 30px !important;	
    box-sizing: border-box !important;
}
.lecturers.owl-carousel .owl-stage,
.lecturers.owl-carousel .owl-item {
	position: static !important;
	width: 100% !important;
	margin-right: 0 !important;
}
.seminar.new .seminar-detail .lecture .img {
	width: 100px !important;
	height: 100px !important;
}
.seminar-detail .lecturers,
.seminar-detail .lecturers *,
.seminar-detail .lecturers .asTable,
.seminar-detail .lecturers .asCell {
	width: 100% !important;
	max-width: 100% !important;
}

/*.lecturers.owl-carousel .owl-item { page-break-before: always; }*/
.onePage-wrap .fullTextBlock h3 { page-break-before: always; }

.lecturers.owl-carousel .owl-controls {
	display: none;
}
.programm h4 {
	margin-top: 20px;
}
.seminar.new .seminar-info {
	margin-bottom: 0;
}

a[href^=http]:after {content:" <" attr(href) ">" };