@charset "UTF-8";
@import url(animate.css);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
@import url(https://imparare.de/fonts/webfonts/roboto/font-roboto.css);
/*========================================================
					  Main Styles
=========================================================*/
/*==========================================================
                        NORMALIZE
==========================================================*/

body {
  background-color: #ffffff;
  font: 400 14px/28px "Roboto", sans-serif;
}



.content {
  position: absolute;
  left: 50%;
  margin-left: -400px;
}

h1.title {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 35px;
  font-weight: 600;
  color:#003d8f;
}
p.vid {
	margin-bottom:10px;
}

.hide  h3{
  display:inline;
}

.right {
  float:right;
}

h3 + img {
  display:inline;
}


/** Countdown */

#countdown {
	margin-left: 140px;
}
.dash {
	width: 115px;
	height: 105px;
	background: transparent url(../images/box1.png) 0 0 no-repeat;
	position: relative;
    margin-top: 10px;
}

.dash .digit {
	font-size: 50px;
	font-weight: bold;
	float: left;
	width: 70px;
	text-align: center;
	font-family: Arial;
	color: #003d8f;
	position: relative;
	margin: 40px 0 0 25px;
}

.dash_title {
	position: absolute;
	display: block;
	bottom: -5px;
	text-align:center;
	font-weight:bold;
	width:120px;
	font-size: 12px;
	line-height: 2px;
	color: #003d8f;	
}

.digits{
	padding-top:60px;
}

.digits .dash{
	display:flex;
	width:auto;
	height:auto;
	background-size:100% 100%;
}

.digits .digit{
	font-size:2em;
	margin:0.5em auto;
}

.digits .dash_title{
	width:100%;
}


@media (min-width: 980px) and (max-width: 1200px) {
.dash {
	width: 72px;
	height: 60px;
	background: transparent url(../images/box2.png) 0 0 no-repeat;
	position: relative;
    margin-top: 10px;
}

.dash .digit {
	font-size: 40px;
	width: 50px;
	margin: 18px 0 0 11px;
}

.dash_title {
	bottom: -9px;
	width:75px;
	font-size: 12px;
	line-height: 2px;
	color: #003d8f;	
}

}

@media (min-width: 768px) and (max-width: 979px) {
.dash {
	width: 72px;
	height: 60px;
	background: transparent url(../images/box2.png) 0 0 no-repeat;
	position: relative;
    margin-top: 10px;
}
.dash .digit {
	font-size: 40px;
	width: 50px;
	margin: 18px 0 0 11px;
}

.dash_title {
	bottom: -8px;
	width:75px;
	font-size: 12px;
	line-height: 2px;
	color: #003d8f;	
}

}

@media (max-width: 767px) {
.hide {
  display:none;
}

.dash {
	width: 72px;
	height: 60px;
	background: transparent url(../images/box2.png) 0 0 no-repeat;
	position: relative;
    margin-left: 5px;
    margin-top: 10px;
}
.dash .digit {
	font-size: 40px;
	width: 50px;
	margin: 18px 0 0 11px;
}

.dash_title {
	bottom: -7px;
	width:75px;
	font-size: 12px;
	line-height: 2px;
	color: #003d8f;	
}
.left_text_color2 {
	height:100%;
}

.grid_1 .well12 > .dash {
display: inline;
}

}

@media (max-width: 479px) {
  body {
    padding: 0;
  }
  
.hide {
  display:none;
}

}


/********** NEU ************/

body {
    padding-top: 0 !important;
}

b {
	font-weight: bold !important;
}

.hidden {
	display: none;
}

/********** CONTAINER ************/

.container-full
{
	width: 100%;
	padding: 0;
	margin: 0;
	color: black;
}

.container-full [class*="grid_"] {
  float: left;
  margin-top : 0 !important;
}

.container-full .grid_3 {
  width: 25%;
}

.container-full .grid_9 {
  width: 75%;
}

.container-full .line {
  background: #CCC; 
  height: 20px; 
  float: left;
  margin-top: -1px;
}


/********** HEADER ************/

[class*="header-video-"] {
	min-height: 50px;
}

p#video_time {
	text-align: right;
    font-size: 25px;
    padding-top: 10px;
	float: left;
	width: 80%;
}

p#video_time p#video_time {
    padding-top: 0px;
	width: 100%;
}

p#video_time_full {
	padding-top: 15px;
}

/********** MENÜ ************/

.menue {
	background-color: #CCC;
	display: inline-block;
    width: 100%;
}

.menue ul li{
	width: 20%;
	float: left;
	cursor: pointer;
}

.video-info {
	padding-left: 10px;
    font-weight: bold;	
}

.menue ul li p{
	width: 100%;
    text-align: center;
	font-size: 28px;
    margin: 20px 0;
}

.menue ul li.active {
	background: #003d8f;
    color: white;
}


/********** MENÜ CONTAINER ************/

[id*='-container'], #chat-window {
	overflow: auto;
	min-height: 200px;
}

#chat-window {
	min-height: 150px;	
}

#chat-container {
	overflow: hidden;
}

#chat-window ul li {
	margin-bottom: 10px;
}

#chat-window ul li p {
	display: block;
    line-height: 23px;
	color: #666;
}

#chat-window ul li p b {
    color: #003d8f;
}

/********** VIDEO ************/

.videoweb {
	border-radius: 0;
    margin: 0;
    width: 100%;
	height: 100%;
}

/********** TOGGLE ************/

.toggle-element {
	display: none;
}

.toggle-element.active {
	display: block;
}

.toggle-element ul li {
	font-size: 19px;
    padding-top: 5px;
    border-bottom: 1px solid #ccc;
    margin-left: 10px;
    margin-right: 20px;
}

.toggle-element #star-container ul li {
 	border: none;
}

.toggle-element #chat-container ul {
 	height: 370px;
}

.toggle-element #chat-container ul li {
 	border: none;
}

.toggle-element .message {
	background: #999;
    height: 41px;
    padding: 5px;
}

.toggle-element .message input {
	height: 35px;
    border-radius: 10px;
    width: 60%;
	float: left;
}

.toggle-element .message button {
	background: #003d8f;
    border-radius: 10px;
    color: white;
    text-transform: uppercase;
	margin-left: 5px;
	width: 25%;
	float: left;
    height: 41px;
    font-size: 13px;
}

.toggle-element ul li p, .toggle-element ul li a{
	display: inline;
    padding-left: 5px;
    line-height: 34px; 
	font-size: 16px;
}

/********** RATING ************/

.rating {
    unicode-bidi: bidi-override;
    direction: rtl;
}
.rating span {
    display: inline-block;
    position: relative;
    width:1.1em;
    font-size:1.8em;
    cursor:pointer;
}
.rating span:hover:before,
.rating span:hover ~ span:before {
    content: "\2605";
    position: absolute;
    color:#FFB90F;
    text-shadow:0 0 1px #666;
}
.rating .filled:before {
    content: "\2605";
    position: absolute;
    color:#FFB90F;
    text-shadow:0 0 1px #666;
}

/********** TABLET QUER ************/

@media (max-width: 1024px) and (min-width: 769px) {
	.toggle-element .message button {
		font-size: 11px;
	}
	
	.rating span {
		width: 25px;
		font-size: 31px;
	}
}

/********** AB TABLET HOCHKANNT ************/

@media (max-width: 768px) {
	.container-full [class*="grid_"] {
	 	width: 100%;
	}	
}




/*******************FLOWPLAYER **************************/



#content {
  max-width: 768px;
}

.flowplayer {
  background-color: #333;
}

/* splash for devices not allowing autoplay */
/*.flowplayer.is-splash {*/
/* background-image: url(//d12zt1n3pd4xhr.cloudfront.net/img/ccc.jpg);*/
/*}*/

/* custom context menu, styling similar to embed code */
/*
.flowplayer .fp-context-menu {
  color: #999;
  background-color: #333;
  width: 34em;
  border: 5px solid transparent;
  padding: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 3px #ccc;
  -moz-box-shadow: 0 0 3px #ccc;
  box-shadow: 0 0 3px #ccc;
  display: none !important;	
}
.flowplayer .fp-context-menu textarea {
  width: 100%;
  height: 20px;
  font-size: 14px; 
  color: #ffa500;
  background-color: transparent;
  margin-top: 1ex;
  border: 0;
  outline: 0;
  white-space: nowrap;
  resize: none;
  overflow: hidden;
}






 .is-splash.flowplayer .fp-ui,.is-paused.flowplayer .fp-ui {
	visibility:hidden; 
 }
 */
/*
 .flowplayer .fp-embed-code { background-color:transparent; }
 
.player.flowplayer {
	pointer-events: none;	
}
*/

.flowplayer.is-paused .fp-ui {
	cursor: pointer !important;
}

.player.flowplayer.is-seeking .fp-ui > .fp-waiting, .player.flowplayer.is-seeking .fp-ui > .fp-waiting * {
	opacity: 1;
}

.fixed-controls, .fp-controls, .is-fullscreen.flowplayer .fp-controls, .flowplayer .fp-fullscreen, .flowplayer .fp-fullscreen:before, .flowplayer .fp-embed, .flowplayer .fp-embed:before, .flowplayer .fp-remaining, .flowplayer .fp-duration, .no-brand.flowplayer .fp-remaining,.no-brand.flowplayer .fp-duration, .fp-remaining,.flowplayer.is-mouseover .fp-duration, .flowplayer.is-mouseout .fp-duration, .flowplayer .fp-header {
	visibility:hidden !important;
	opacity: 0 !important;
	pointer-events: none !important;
	display: none !important;
}
 /************* VIDEO NEU **************/

.header-video-one p {
  color:white;
  line-height: 20px;
  font-weight: bold;
  font-size: 18px;
  margin-top: 5px;
  text-align: center;
  margin-top: 15px;
}

.header-video-one i.fa-expand {
  position: absolute;
  color: white;
  top: 5px;
  margin-left: calc(75% - 25px);
  cursor: pointer;
}

.header-video-one i.fa-expand:hover {
  font-size: 16px;
}

.header-video-one i.fa-compress {
  position: absolute;
  color: white;
  top: 5px;
  margin-left: calc(100% - 25px);
  cursor: pointer;
  display: none;
}

.header-video-one i.fa-compress:hover {
  font-size: 16px;
}

#video-background.full {
	position: fixed;
    width: 100%
}

.header-video-one.full{
	width: 100%;
}

.header-video-one.full ~ .header-video-two {
	display: none;
}

.header-video-one.full i.fa-expand {
	display: none;
}

.header-video-one.full i.fa-compress {
	display: block;
}

#video_grid.full {
	width: 100%;
}

#video_grid #video-background.full {
	height: auto !important;
	position: relative;
}

.sidebar {
	border-top: 1px solid black;
	border-left: 1px solid black;
}

video.videoweb, #video-background, .flowplayer {
	max-height: calc(100vh - 70px) !important;
}

@media (max-width: 768px) {
	.header-video-one i.fa-expand {
		display: none;
	}
}






/* Hintergrundbild wichtig, damit am anfang zum start des Videos darauf geklickt werden kann */
/* .flowplayer {
     background-image: url(//flowplayer.com/media/img/demos/playful.jpg);
 } */

/* controls nicht anzeigen */
.flowplayer .fp-controls, .flowplayer .fp-header{
	display: none !important;
}

.flowplayer.is-ready .fp-ui {
	cursor: default;
}
.flowplayer.is-ready .fp-controls,
.flowplayer.is-ready .fp-header>*,
.flowplayer.is-finished .fp-ui {
	cursor: pointer;
}
.flowplayer .fp-playbtn {
	display: none !important;
}
.flowplayer .fp-pause {
	display: none !important;
}

/*.fp-player a {
	visibility:hidden;
}*/

.flowplayer.fp-ui-shown .fp-ui, .flowplayer.is-paused .fp-ui, .flowplayer.is-mouseover .fp-ui, .flowplayer.is-loading .fp-ui {
	background-image: none !important;
}

/***** ANIMATION *********/
@-webkit-keyframes pulsate {
	0% {-webkit-transform: scale(1, 1); opacity: 1;}
	50% {-webkit-transform: scale(1.6, 1.6); opacity: 1;}
	100% {-webkit-transform: scale(1, 1); opacity: 1;}
}
