@CHARSET "UTF-8";

/* --------------------------- bncplayer.css --------------------------- */

#bnc_player_init {
	position: relative;
	max-width: calc((100vh - 150px) / 0.5625);
	margin: 0 auto;
}
#bnc_player_init > div {
	position: relative;
	height: 0;
	padding-bottom: calc(56.32% + 50px);
}
#bnc_player_init > div > div {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
#bnc_player_init > div > div > div {
	width: 74px;
	height: 74px;
	border: 7px solid #333333;
	border-top: 7px solid #cccccc;
	border-radius: 50%;
	animation: loadingspin 1.5s linear infinite;
}
#bnc_player_init.bnc_player_initialised {
	display: none;
}
@keyframes loadingspin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}
#bnc_player_menu {
	width: 50px;
	height: 50px;
	padding-top: 3px;
	font-size: 34px;
	transition: all ease-in-out 0.5s;
	cursor: pointer;
}
#bnc_player_menu .fas, #bnc_player_menu .fas {
	margin-top: 3px;
	margin-left: 1px;
}
#bnc_player_menu:after {
	content: "\f078";
	display: block;
	position: absolute;
	margin-top: 9px;
	margin-left: 9px;
	font-family: 'Font Awesome 5 Free';
	font-size: 18px;
	font-style: normal;
	font-weight: 900;
	line-height: 1;
	opacity: 0;
	transition: all ease-in-out 0.5s;
}
#bnc_player_menu.bnc_player_menu_active:after {
	opacity: 1;
}
#bnc_player_progress {
	position: relative;
	height: 20px;
	margin: 15px 0 15px 0;
	border-radius: 23px 0 23px 0;
	background-color: #333333;
	box-shadow: inset 0 5px 8px rgba(0,0,0,0.2);
	opacity: 1;
	transition: opacity ease-in-out 0.5s;
}
#bnc_player_progress.bnc_player_progress_0 {
	opacity: 0;
}
.bnc_player_progressbar {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 23px 0 23px 0;
	background-color: #08d2ff;
	background-image: linear-gradient(to right,#007ed1,#08d2ff);
	transition: all ease-in-out 0.5s;
}
.bnc_player_progress_update .bnc_player_progressbar {
	box-shadow: inset 0 0 30px #7ef0ff, 0 0 15px #008ef0;
}
.bnc_player_progress_0 .bnc_player_progressbar { width: 0 }
.bnc_player_progress_1 .bnc_player_progressbar { width: 1% }
.bnc_player_progress_2 .bnc_player_progressbar { width: 2% }
.bnc_player_progress_3 .bnc_player_progressbar { width: 3% }
.bnc_player_progress_4 .bnc_player_progressbar { width: 4% }
.bnc_player_progress_5 .bnc_player_progressbar { width: 5% }
.bnc_player_progress_6 .bnc_player_progressbar { width: 6% }
.bnc_player_progress_7 .bnc_player_progressbar { width: 7% }
.bnc_player_progress_8 .bnc_player_progressbar { width: 8% }
.bnc_player_progress_9 .bnc_player_progressbar { width: 9% }
.bnc_player_progress_10 .bnc_player_progressbar { width: 10% }
.bnc_player_progress_11 .bnc_player_progressbar { width: 11% }
.bnc_player_progress_12 .bnc_player_progressbar { width: 12% }
.bnc_player_progress_13 .bnc_player_progressbar { width: 13% }
.bnc_player_progress_14 .bnc_player_progressbar { width: 14% }
.bnc_player_progress_15 .bnc_player_progressbar { width: 15% }
.bnc_player_progress_16 .bnc_player_progressbar { width: 16% }
.bnc_player_progress_17 .bnc_player_progressbar { width: 17% }
.bnc_player_progress_18 .bnc_player_progressbar { width: 18% }
.bnc_player_progress_19 .bnc_player_progressbar { width: 19% }
.bnc_player_progress_20 .bnc_player_progressbar { width: 20% }
.bnc_player_progress_21 .bnc_player_progressbar { width: 21% }
.bnc_player_progress_22 .bnc_player_progressbar { width: 22% }
.bnc_player_progress_23 .bnc_player_progressbar { width: 23% }
.bnc_player_progress_24 .bnc_player_progressbar { width: 24% }
.bnc_player_progress_25 .bnc_player_progressbar { width: 25% }
.bnc_player_progress_26 .bnc_player_progressbar { width: 26% }
.bnc_player_progress_27 .bnc_player_progressbar { width: 27% }
.bnc_player_progress_28 .bnc_player_progressbar { width: 28% }
.bnc_player_progress_29 .bnc_player_progressbar { width: 29% }
.bnc_player_progress_30 .bnc_player_progressbar { width: 30% }
.bnc_player_progress_31 .bnc_player_progressbar { width: 31% }
.bnc_player_progress_32 .bnc_player_progressbar { width: 32% }
.bnc_player_progress_33 .bnc_player_progressbar { width: 33% }
.bnc_player_progress_34 .bnc_player_progressbar { width: 34% }
.bnc_player_progress_35 .bnc_player_progressbar { width: 35% }
.bnc_player_progress_36 .bnc_player_progressbar { width: 36% }
.bnc_player_progress_37 .bnc_player_progressbar { width: 37% }
.bnc_player_progress_38 .bnc_player_progressbar { width: 38% }
.bnc_player_progress_39 .bnc_player_progressbar { width: 39% }
.bnc_player_progress_40 .bnc_player_progressbar { width: 40% }
.bnc_player_progress_41 .bnc_player_progressbar { width: 41% }
.bnc_player_progress_42 .bnc_player_progressbar { width: 42% }
.bnc_player_progress_43 .bnc_player_progressbar { width: 43% }
.bnc_player_progress_44 .bnc_player_progressbar { width: 44% }
.bnc_player_progress_45 .bnc_player_progressbar { width: 45% }
.bnc_player_progress_46 .bnc_player_progressbar { width: 46% }
.bnc_player_progress_47 .bnc_player_progressbar { width: 47% }
.bnc_player_progress_48 .bnc_player_progressbar { width: 48% }
.bnc_player_progress_49 .bnc_player_progressbar { width: 49% }
.bnc_player_progress_50 .bnc_player_progressbar { width: 50% }
.bnc_player_progress_51 .bnc_player_progressbar { width: 51% }
.bnc_player_progress_52 .bnc_player_progressbar { width: 52% }
.bnc_player_progress_53 .bnc_player_progressbar { width: 53% }
.bnc_player_progress_54 .bnc_player_progressbar { width: 54% }
.bnc_player_progress_55 .bnc_player_progressbar { width: 55% }
.bnc_player_progress_56 .bnc_player_progressbar { width: 56% }
.bnc_player_progress_57 .bnc_player_progressbar { width: 57% }
.bnc_player_progress_58 .bnc_player_progressbar { width: 58% }
.bnc_player_progress_59 .bnc_player_progressbar { width: 59% }
.bnc_player_progress_60 .bnc_player_progressbar { width: 60% }
.bnc_player_progress_61 .bnc_player_progressbar { width: 61% }
.bnc_player_progress_62 .bnc_player_progressbar { width: 62% }
.bnc_player_progress_63 .bnc_player_progressbar { width: 63% }
.bnc_player_progress_64 .bnc_player_progressbar { width: 64% }
.bnc_player_progress_65 .bnc_player_progressbar { width: 65% }
.bnc_player_progress_66 .bnc_player_progressbar { width: 66% }
.bnc_player_progress_67 .bnc_player_progressbar { width: 67% }
.bnc_player_progress_68 .bnc_player_progressbar { width: 68% }
.bnc_player_progress_69 .bnc_player_progressbar { width: 69% }
.bnc_player_progress_70 .bnc_player_progressbar { width: 70% }
.bnc_player_progress_71 .bnc_player_progressbar { width: 71% }
.bnc_player_progress_72 .bnc_player_progressbar { width: 72% }
.bnc_player_progress_73 .bnc_player_progressbar { width: 73% }
.bnc_player_progress_74 .bnc_player_progressbar { width: 74% }
.bnc_player_progress_75 .bnc_player_progressbar { width: 75% }
.bnc_player_progress_76 .bnc_player_progressbar { width: 76% }
.bnc_player_progress_77 .bnc_player_progressbar { width: 77% }
.bnc_player_progress_78 .bnc_player_progressbar { width: 78% }
.bnc_player_progress_79 .bnc_player_progressbar { width: 79% }
.bnc_player_progress_80 .bnc_player_progressbar { width: 80% }
.bnc_player_progress_81 .bnc_player_progressbar { width: 81% }
.bnc_player_progress_82 .bnc_player_progressbar { width: 82% }
.bnc_player_progress_83 .bnc_player_progressbar { width: 83% }
.bnc_player_progress_84 .bnc_player_progressbar { width: 84% }
.bnc_player_progress_85 .bnc_player_progressbar { width: 85% }
.bnc_player_progress_86 .bnc_player_progressbar { width: 86% }
.bnc_player_progress_87 .bnc_player_progressbar { width: 87% }
.bnc_player_progress_88 .bnc_player_progressbar { width: 88% }
.bnc_player_progress_89 .bnc_player_progressbar { width: 89% }
.bnc_player_progress_90 .bnc_player_progressbar { width: 90% }
.bnc_player_progress_91 .bnc_player_progressbar { width: 91% }
.bnc_player_progress_92 .bnc_player_progressbar { width: 92% }
.bnc_player_progress_93 .bnc_player_progressbar { width: 93% }
.bnc_player_progress_94 .bnc_player_progressbar { width: 94% }
.bnc_player_progress_95 .bnc_player_progressbar { width: 95% }
.bnc_player_progress_96 .bnc_player_progressbar { width: 96% }
.bnc_player_progress_97 .bnc_player_progressbar { width: 97% }
.bnc_player_progress_98 .bnc_player_progressbar { width: 98% }
.bnc_player_progress_99 .bnc_player_progressbar { width: 99% }
.bnc_player_progress_100 .bnc_player_progressbar { width: 100% }
#bnc_player_percentage {
	display: block;
	position: absolute;
	width: 36px;
	height: 18px;
	top: 0;
	right: 15px;
	bottom: 0;
	text-shadow: 0 0 4px #000000;
	color: #ffffff;
	text-align: center;
	font-size: 13px;
	font-family: 'Oswald', 'Open Sans', sans-serif;
	opacity: 1;
	transition: opacity ease-in-out 0.5s;
}
.bnc_player_progress_0 #bnc_player_percentage {
	opacity: 0;
}
.bnc_player_progress_0 #bnc_player_percentage,
.bnc_player_progress_1 #bnc_player_percentage,
.bnc_player_progress_2 #bnc_player_percentage,
.bnc_player_progress_3 #bnc_player_percentage,
.bnc_player_progress_4 #bnc_player_percentage,
.bnc_player_progress_5 #bnc_player_percentage {
	right: -40px;
}
#bnc_player_percentage:after {
	content: "%";
	margin-left: 2px;
}
#bnc_player_completedchapters {
	display: none;
}
#bnc_player_totalchapters {
	display: none;
}
#bnc_player_nav {
	clear: both;
	overflow: hidden;
	position: absolute;
	width: 38%;
	max-width: 0;
	top: 0;
	bottom: 44px;
	left: 15px;
	z-index: 42;
	transition: max-width ease-in-out 0.5s;
}
.bnc_player_activities_fullscreen #bnc_player_nav {
	width: 25%;
}
@media (min-width: 768px) AND (max-width: 1199px) {
	#bnc_player_nav {
		width: 62%;
	}
	.bnc_player_activities_fullscreen #bnc_player_nav {
		width: 38%;
	}
}
@media (max-width: 767px) {
	#bnc_player_nav {
		width: calc(100% - 15px);
	}
	.bnc_player_activities_fullscreen #bnc_player_nav {
		width: 100%;
	}
}
#bnc_player_nav.bnc_player_navi_active {
	max-width: 100%;
}
#bnc_player_nav > ul {
	list-style-type: none;
	position: absolute;
	overflow-x: hidden;
	overflow-y: auto;
	top: 0;
	right: 10px;
	bottom: 0;
	left: 0;
	margin-top: 0;
	margin-right: 500px;
	margin-bottom: 0;
	margin-left: -500px;
	padding: 15px 0;
	transition: all ease-in-out 0.5s;
}
.bnc_player_activities_fullscreen #bnc_player_nav {
	left: 0;
}
.bnc_player_activities_fullscreen #bnc_player_nav > ul {
	padding-left: 15px;
}
.bnc_player_activities_fullscreen #bnc_player_nav > ul:before, .bnc_player_activities_fullscreen #bnc_player_nav > ul:after {
	left: 0;
}
#bnc_player_nav ul:before {
	top: 0px;
}
#bnc_player_nav ul:after {
	bottom: 0;
}
#bnc_player_nav.bnc_player_navi_active > ul {
	margin-left: 0;
	margin-right: 0;
}
#bnc_player_nav > ul * {
	opacity: 0;
	transition: opacity ease-in-out 0.2s;
}
#bnc_player_nav.bnc_player_navi_active > ul * {
	opacity: 1;
}
.bnc_unit_nav {
	cursor: pointer;
	transition: all ease-in-out 0.5s;
	padding: 5px 15px 5px 0;
	margin-bottom: 20px;
}
@media(min-width: 992px) AND (max-width: 1199px) {
	.bnc_unit_nav {
		margin-bottom: 15px;
	}
}
@media(min-width: 768px) AND (max-width: 991px) {
	.bnc_unit_nav {
		margin-bottom: 10px;
	}
}
@media(max-width: 767px) {
	.bnc_unit_nav {
		margin-bottom: 5px;
	}
}
.bnc_unit_nav:last-child {
	border-bottom: 0 none transparent;
}
.bnc_unit_nav_row {
	display: flex;
	align-items: center;
}
.bnc_unit_nav_badge {
	display: inline-block;
	flex-shrink: 0;
	transition: all ease-in-out 0.5s;
}
.bnc_unit_nav_name {
	display: block;
	flex-grow: 1;
	transition: all ease-in-out 0.5s;
}
.bnc_unit_nav_progress {
	flex-shrink: 0;
	position: relative;
	display: none;
	text-align: center;
}
.bnc_unit_nav_progress .fas {
	top: 0;
}
.bnc_unit_nav_done .bnc_unit_nav_progress, .bnc_unit_nav_optional .bnc_unit_nav_progress {
	display: inline-block;
}
.bnc_unit_nav_optional .bnc_unit_nav_progress .fas {
	color: #aaaaaa;
}
.bnc_unit_nav_optional .bnc_unit_nav_progress:before {
	content: "(";
	left: -8px;
}
.bnc_unit_nav_optional .bnc_unit_nav_progress:after {
	content: ")";
	right: -10px;
}
.bnc_unit_nav_optional .bnc_unit_nav_progress:before, .bnc_unit_nav_optional .bnc_unit_nav_progress:after {
	position: absolute;
	top: -3px;
	font-size: 22px;
	color: #aaaaaa;
}
.bnc_unit_nav_optional.bnc_unit_nav_done .bnc_unit_nav_progress:before, .bnc_unit_nav_optional.bnc_unit_nav_done .bnc_unit_nav_progress:after {
	display: none;
}
.bnc_unit_nav_desc {
	font-size: 11px;
	flex-grow: 1;
	margin: 5px 35px 15px 72px;
	height: auto;
	max-height: 0;
	overflow: hidden;
	transition: max-height ease-in-out 0.5s;
}
.bnc_unit_nav_active .bnc_unit_nav_desc {
	max-height: 300px;
}
#bnc_unit_nav_all_done {
	display: none;
	text-align: center;
}
#bnc_unit_nav_all_done.bnc_unit_nav_all_done {
	display: block;
}
#bnc_player_activities.bnc_player_activities_loading {
	display: none;
}
#bnc_player_activities > .bnc_player_item {
	max-width: calc((100vh - 150px) / 0.5625);
	margin: 0 auto;
	display: none;
}
#bnc_player_activities.bnc_player_activities_fullscreen > .bnc_player_item {
	max-width: none;
}
#bnc_player_activities > .bnc_player_item.bnc_player_item_active {
	display: block;
}
.bnc_player_container {
	position: relative;
	height: 0;
	padding-bottom: calc(56.32% + 50px);
}
#bnc_player_activities.bnc_player_activities_fullscreen .bnc_player_container {
	width: 100vw;
	padding-bottom: 56.25vw;
}
.bnc_player {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

/* - BNC Player Controls - */

/* Controls Container */
#bnc_player_activities.bnc_player_activities_fullscreen .bncplayer > div:last-child > div > div:nth-child(2) {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
}
/* Abstand rechts für Suche */
.pgpicon-search {
	margin-right: 160px;
	margin-left: -200px;
}
/* Abstand rechts für Notizen */
.pgpicon-edit {
	margin-right: 120px;
	margin-left: -160px;
}
/* Abstand rechts für Volume */
#bnc_player_activities .pgpicon.pgpicon-volume-up, #bnc_player_activities .pgpicon.pgpicon-volume-off {
	margin-right: 40px;
	margin-left: -80px;
}
/* BNC Player Fullscreen-Icon weg */
#bnc_player_activities .pgpicon.pgpicon-fullscreen, #bnc_player_activities .pgpicon.pgpicon-resize-small {
	display: none;
}
/* BNC Player Icons */
#bnc_player_activities .bncplayer .pgpicon {
	font-size: 22px;
	top: 0;
	cursor: pointer;
}

/* - /BNC Player Controls - */

/* - BNC Player Search UI - */

.bncplayer #search {
	bottom: 45px;
}
.bncplayer #search:before {
	content: "";
	position: absolute;
	background-color: rgba(0,0,0,0.9);
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.bncplayer #search > * {
	position: relative;
}
.bncplayer #searchField {
	padding: 0.25rem 0.5rem;
}

/* - /BNC Player Search UI - */

.bnc_player_item_footer {
	position: absolute;
	right: 0;
	bottom: 40px;
	left: 0;
	height: 0;
	overflow: visible;
	z-index: 666;
}
.bnc_player_activities_fullscreen .bnc_player_item_footer {
	position: absolute;
	right: 0;
	bottom: 40px;
	left: 0;
	transition: opacity ease-in-out 0.5s;
}
.bnc_player_activities_fullscreen .bnc_player_item_footer_show, .bnc_player_activities_fullscreen .bnc_player_item_footer:hover {
	opacity: 1;
}
.bnc_player_item_footer_flex {
	display: flex;
	height: 0;
	overflow: visible;
	justify-content: stretch;
}
.bnc_player_item_footer_flex > div {
	flex-basis: 40px;
	flex-grow: 0;
}
.bnc_player_item_footer_flex > .bnc_player_item_spacer {
	flex-grow: 1;
}
.bnc_player_item_footer_flex > .bnc_player_item_spacer_center {
	flex-basis: 240px;
}

/* --- Kinomodus --- */

.bnc_player_item_footer_cinema {
	display: none;
}
#bnc_player_activities.bnc_player_activities_fullscreen .bnc_player_item_footer_cinema {
	display: none !important;
}
.bnc_player_cinema_enabled .bnc_player_item_footer_cinema {
	display: block;
}
.bnc_player_cinema_enabled .bnc_player_item_footer_menu {
	margin-right: 40px !important;
}
#bnc_player_activities .bnc_player_cinema_enabled .pgpicon.pgpicon-volume-up, #bnc_player_activities .bnc_player_cinema_enabled .pgpicon.pgpicon-volume-off {
	margin-right: 80px;
	margin-left: -120px;
}
.bnc_player_cinema > .fas:before {
	content: "\f0eb" !important;
	font-weight: 400;
}
.bnc_cinema .bnc_player_cinema > .fas:before {
	font-weight: 900;
}
#bnc_player_activities:before {
	content: "";
	pointer-events: none;
	transition: all ease-in-out 0.5s;
	display: block;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: transparent;
}
.bnc_cinema #bnc_player_activities > * {
	position: relative;
	z-index: 20000;
}
.bnc_cinema #bnc_player_activities:before {
	z-index: 19000;
	background-color: rgba(0,0,0,0.75);
}
.bnc_cinema #bnc_player_nav {
	position: absolute;
	z-index: 21000;
}

/* --- /Kinomodus --- */

.bnc_player_item_footer_btn {
	padding: 0.675rem 0 0 0;
	text-align: center;
	cursor: pointer;
	font-size: 1.25rem;
	line-height: 20px;
}
.bnc_player_fullscreen .fas:before {
	content: "\f31e";
}
.bnc_player_activities_fullscreen .bnc_player_fullscreen .fas:before {
	content: "\f78c";
}
.bnc_player_item_footer_btn_disabled, .bnc_player_item_footer_btn_disabled:hover {
	cursor: default;
}
@media (max-width: 767px) {
	.bnc_player_activities_fullscreen .bnc_player_item_quiz {
		width: 100%;
	}
}
@media (min-width: 768px) AND (max-width: 991px) {
	.bnc_player_activities_fullscreen .bnc_player_item_quiz {
		width: 720px;
	}
}
@media (min-width: 992px) AND (max-width: 1199px) {
	.bnc_player_activities_fullscreen .bnc_player_item_quiz {
		width: 940px;
	}
}
@media (min-width: 1200px) {
	.bnc_player_activities_fullscreen .bnc_player_item_quiz {
		width: 1140px;
	}
}

/* --------------------------- /bncplayer.css --------------------------- */