

/* Mobile Layout: 490px and below. */

#kapitel li {
	margin-bottom:0.5em;
} 


/* Current Video is 1280 x 720 */


/* Tablet Layout: 481px to 800px. Inherits styles from: Mobile Layout. */

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

}

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



/* Desktop and Tablet Landscape Layout: 801px. Inherits styles from: Mobile Layout and Tablet Layout. */


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


	
}

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


}

/* 4K LAYOUT */

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



}


/* TABLET UND HANDY SPECIALS */

@media (pointer: coarse) {
	

 
}