

/* Mobile Layout: 490px and below. */

#kapitel li {
	margin-bottom:0.5em;
} 



#converters #kapitel {
	margin:0;
	display: table;
	clear: both;
	overflow:hidden;
	width:100%;
}

#converters #kapitellinks {
	display:table-cell;
	width:50%;
	text-align:right;
	vertical-align: top;
}
#converters #kapitelrechts {
	display:table-cell;
	width:50%;
	text-align:left;
	vertical-align: top;
}

#converters #kapitelwrapper {
	 border-top: 1px solid #CBD5E1;
	 max-width: 450px;
	 
}


/* 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) {
	
#converters #kapitelwrapper {
	 max-width: 500px;
	 
}



}

/* 4K LAYOUT */

@media only screen and (min-width: 2500px) {

#converters #kapitelwrapper {
	 max-width: 800px;
	 
}

}


/* TABLET UND HANDY SPECIALS */

@media (pointer: coarse) {
	

 
}