@charset "UTF-8";
/**
 * CSS Media-Queries cdnet-internetservice
 *
 * @site         cdnet.de
 * @version      0.2
 * @date         2017-08-22
 * @package      xhtml-css
 * @author       Roland Brückner
 * @copyright    2017 by the author
 * @valid        yes
 * @lastmodified 2017-08-22 16:00
 *
 */


		
			@media (max-width: 850px) {
		
			#main #content .voll img{
				width:30%
			}
			#main #content .colL,
			#main #content .colR {
				clear:both;	
				width:100%;
				
			}
			#main #foot  {
	
			padding:3% 5%;
		}
		
	
		}