
.dimmer {
	background-color: rgba(167,189,55);
  width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
}
#moviePlayer {
	border: 0px solid #00f;
	text-align: center;
	/*! height: 100%; */
}
.playerWrap {
	border: 0px solid #ff0;
  width: 100%;
  position: relative;
	height: 100%;
}


.playerWrap #vplayer {
  position: fixed;
}

.close {
  position: absolute;
  right: 0em;
  top: 0.3em;
  width: 60px;
  height: 60px;
  visibility: visible;
  transition: transform .2s;
  border: 0px solid #ccc;
	cursor: pointer;
}


.close .bar1,
.close .bar2 {
  background: #fff;
  width: 30px;
  height: 4px;
  display: block;
	position: absolute;
	top: 15px;
	left: 15px;
}

.close .bar1 {
  transform: translate(0%,0%) rotate(-45deg);
}
.close .bar2 {
  transform: translate(0%,0%) rotate(45deg);
}

.oTitle {
	font-size: 1.5em;
	osition: absolute;
	width: 70%;
	margin: 20px auto;
	text-transform: uppercase;
}

.oMeta {
  width: 90%;
  border: 0px solid #f00;
  display: block;
  margin: 1em;
  line-height: 1.5em;
}



body{
  --header-height: 7em;
}


#submenu {
	font-size: 1em;
	color: #fff;
  display: inline-block;
	cursor: pointer;
	margin: 0.2em auto;
	/*! color: #fff; */
}

#submenu li {
	float: left;
	height: 2em;
	border-bottom: 0px solid #fff; 
}

#submenu li:hover {
	border-width: 2px;
	
}

#submenu li p {
	padding: 0.3em 0.5em;
}

#submenu li p:hover {
  color: #fff;
	olor: #555;
}

.italic {font-style: italic;}

.small {font-size: 0.9em;}


#shuffle {
	border: 0px dotted #000;
	position: relative;
	width: 100%;
	in-height: 356px;
	display: inline-block;
	overflow: hidden;
	ackground-color: rgba(167,189,55,1);
  padding-bottom: 4px;
}


.shuffleItem {
	position: absolute;
	border: 0px solid #f00;
	ont-weight: bold;
	transition: all 300ms linear 0s;
	overflow: hidden;
  border: 0.5em solid rgba(167,189,55,1);
	border: 0.5em solid rgba(255,255,255,0);
  border-bottom: 0em;
  border-right: 0em;
	cursor: pointer;
}

.img1 {
	-webkit-transition:all 400ms linear 0s;
  -moz-transition:all 400ms linear 0s;
  -o-transition:all 400ms linear 0s;
	transition: all 400ms linear 0s;
	width: 100%;
}

.shuffleItem:hover span > .img1,
.shuffleItem:hover a > .img1 {
  transform: scale(1.1, 1.1);
}

.colorPlate {
	-webkit-transition:all 400ms linear 0s;
  -moz-transition:all 400ms linear 0s;
  -o-transition:all 400ms linear 0s;
	transition: all 400ms linear 0s;
  background-color: rgba(167,189,55,0.85);
	pacity: 1;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	opacity: 0;
	display: block;
}

.title-wrap {
	position: absolute;
	top: calc(3.5vw);
  left: 50%;
  width: 100%;
	height: 100%;
	color: #fff;
	font-size: 0.9em;
	line-height: 0.7em;
	-webkit-transition:all 200ms linear 0.1s;
  -moz-transition:all 200ms linear 0.1s;
  -o-transition:all 200ms linear 0.1s;
	transition: all 200ms ease-in 0.1s;
	opacity: 0;
	display: block;
}

.SItext {
	position: relative;
	left: -50%;
	text-align: center;
}

.SItext span {
  display: block;
}

.shuffleItem:hover span  > .title-wrap, 
.shuffleItem:hover span > .colorPlate,
.shuffleItem:hover a  > .title-wrap, 
.shuffleItem:hover a > .colorPlate  {
	opacity: 1;
} 


.SItitle {
	font-size: 1.3em;
	margin-bottom: 0.5em;
	line-height: 1em;
}

.SIyear {
	font-size: em;
}

.SIrubrik {
	position: absolute;
  display: none;
	right: 0.5em;
	top: 0;
	color: #f00;
}


#row1 {
  font-size: 0.9em;
  padding: 0.1em;
  text-align: center;

  z-index: 10;
  text-align: center;
  top: 2.3em;
	left: 50%;
	width: max-content;
  position: static;
  margin: auto;
}

#row1 h1 {
	display: none;
}



/* Detail Seite Ende */


@media only screen and ( min-width: 750px ) {
  section {
    margin-top: 7em;
  }
	
	#row1 {
		margin-left: -170px;	
    position: fixed;	
	}
}

@media only screen and ( min-width: 1050px ) {

	#submenu {
		font-size: 1.2em;
	}

  ection {
    margin-top: 6em;
  }
}
@media only screen and ( min-width: 1250px ) {

}


