/* Unterschied zum normalen style.css: der movie_wrapper ist auf auto und nicht auf 360px fix. Das hat beim html5 v.a. in der Vollbildansicht Probleme gemacht.*/
/* Breadcrumbs */
.breadcrumb {
  width: 100%;
  background-color: #f8f8f8;
}
.breadcrumb a {
  color: #000000;
  font-weight: bold;
  font-size: 12px;
  text-decoration: none;
}
.breadcrumb a:hover {
  text-decoration: underline;
}
.breadcrumb a.sessionsimple {
  color: #006633;
}

/* Player */
#movie_video_wrapper,
#movie_wrapper {
  margin: 0 auto !important;
  width: auto !important;
  height: auto !important;
}
/* Falls kein Video verfügbar ist Status Rot im Drupal Webinterface*/
.no-video{
    min-width:100%;
    height: 300px;
    border-style: dotted;

}
#no-video{
    text-align: center;
    line-height: 260px;
    font-size: large;
    font-weight: bold;
}


/* Slides */
#slide-wrapper {
  border: 1px solid #006633;
  z-index:1;
  position: relative;
}
#slide-wrapper #rb {
  position: absolute;
}

@media (max-width: 902px) {

  #playerint .um2login a.html {
    padding-top: 10px;
    height: 30px;
    margin-bottom: 12px;
  }
}


@media (max-width: 1199px) {
  #rb img, #slides img {
    height: 428px;
  }
  #player {
    margin-top: 12px;
  }
  #playerint .um2login a {
     height: 50px;
   }
  #playerint .um2login a.html {
    padding-top: 40px;
    height: 93px;
  }
}
@media (min-width: 1200px) {
  #rb img, #slides img {
    height: 488px;
  }
  #player {
    margin-top: 22px;
  }
  #playerint .um2login a {
    height: 100px;
    font-size: 1.25em;
  }
  #playerint .um2login a.html {
    padding-top: 24px;
    height: 73px;
  }
}

#rb, #slides {
  overflow:hidden;
}


/* Anmeldung für Notizen */
#player {
	font-weight:bold;
	line-height:16px;
	border:1px solid #006633;
}
#player a {
	font-weight:normal;
}
#player .act a {
	font-weight:bold;
}

#playerint {
  padding: 3px;
}

#playerint #infozeit,
#playerint #aktSlideTime,
#playerint #skipButtons {
}


#playerint .um2login a {
  background-color: #006633;
  text-align: center;
  color: #ffffff;
  display: block;
  padding: 10px;
  text-decoration: none;
  color: #ffffff;
}
#playerint .um2login a:hover {

	background:#ffffff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#efefe3'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#efefe3)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #ffffff,  #efefe3); /* for firefox 3.6+ */
	color:#006633;
}


/* Chapter-/Slide-Links */
#links {
  margin-top: 20px;
	border: 1px solid #006633;
	font-weight:bold;
	line-height:22px;
	z-index:4;
    margin-left: 15px;
}

#linksint {
	margin:3px;
}

#linksint div {
	margin-top:7px;
	margin-bottom:5px;
}

#links a {
	font-weight:normal;
}

#infoChapter .act a {
  font-weight:bold;
  color:#000000;
}


#slide-wrapper #infoSlides .act a {
  position: absolute;
  font-weight:bold;
  color:#000000;
}

.sl {
    display: inline-block;
    margin-bottom: 3px;
    margin-left: 0px;
    margin-right: 0px;
}
.act {
    display: inline-block;
    font-weight: bold;
    margin-left: 0px;
    margin-right: 0px;
}

#lb {
	left:11px;
}


#links a {
    font-weight: normal;
}

#linksint {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

#linksint a {
  border: 1px solid;
  border-color: #006633;
  text-decoration: none;
}

.sl a:link,
.sl a:visited {
    background: #006633;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#006633', endColorstr='#004411');
    background: -webkit-gradient(linear, left top, left bottom, from(#006633), to(#004411));
    background: -moz-linear-gradient(top, #006633, #004411);
    color: #ffffff;
    padding: 3px;
}
#infoChapter .act a:link,
#infoChapter .sl a:visited,
#infoSlides .sl.act a:link,
#infoSlides .sl a:visited {
    background: #ffffff;
        background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#efefe3));
    background: -moz-linear-gradient(top, #ffffff, #efefe3);
    color: #006633;
    padding: 3px;
}

#infoSlides .changed a,
#infoChapter .changed  a {
	border-color:red;
	color:red;
}


#infoChapter .sl,
#infoSlides .sl {
	display:inline-block;
	margin-bottom: 3px;
	margin-left:0px;
	margin-right:0px;
}

#infoSlides .sl a:link,
#infoChapter .sl a:visited,
#infoSlides .act a:link,
#infoSlides .sl a:link,
#infoSlides .sl a:visited {
	background:#006633;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#006633', endColorstr='#004411'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#006633), to(#004411)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #006633,  #004411); /* for firefox 3.6+ */
	color:#ffffff;
	padding:3px;
}

#infoChapter .sl a:hover,
#infoSlides .sl a:hover {
	background:#ffffff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#efefe3'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#efefe3)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #ffffff,  #efefe3); /* for firefox 3.6+ */
	color:#006633;
	padding:3px;
}

#infoSlides .act a {
	font-weight:bold;
	color:#000000;
}

/* edit sync */
#player #infoZeit {
 float: right;
}

#player #aktSlideTime,
#player #newSlideTime {
  font-weight: normal;
}

#player #skipButtons a {
    font-weight: normal;
    background-color: #FFFFFF;
    border: 1px solid;
    border-color: #006633;
    text-decoration: none;
    color: #006633;
    padding: 1px;
}

#player #skipButtons:focus {
  color: red;
}
