

/* Mobile Layout: 490px and below. */

#kapitel li {
	margin-bottom:0.5em;
} 


/* Current Video is 1280 x 720 */

#videoplayer {
	display:block;
	width:100%;
	margin-top: 30px;
}

#videowrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

#videotag {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.videobuttons {
	display:block;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

.videobuttons a {
	display:inline-block;
	width:15.5%;
	text-align:center;
	margin:0;
	font-size:9px;
	background-color:transparent;
	color:#DE7D28 !important;
	
	
}

.videobuttons a:hover {
	background-color:#DE7D28;
	color:#fff !important;
}

.videobuttons a img {
	display:block;
	width:100%;
}

/* Tablet Layout: 481px to 800px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 560px) {
	
.videobuttons a {
	width:15.5%;
	margin:0;
	font-size:0.6em;
}

}

@media only screen and (min-width: 650px) {
	
.videobuttons a {
	width:15.5%;
	margin:0;
	font-size:0.8em;
}
	
	
}

/* Desktop and Tablet Landscape Layout: 801px. Inherits styles from: Mobile Layout and Tablet Layout. */


@media only screen and (min-width: 801px) {
	
.videobuttons a {
	width:15.2%;
	font-size:1em;
}


	
}

@media only screen and (min-width: 1400px) {
	
.videobuttons a {
	width:15.5%;
	font-size:1em;
}



}

/* 4K LAYOUT */

@media only screen and (min-width: 2500px) {



}


/* TABLET UND HANDY SPECIALS */

@media (pointer: coarse) {
	
.videobuttons a:hover {
	background-color:transparent !important;
	color:#DE7D28 !important;
}
 
 
}