/**
 * 1-Spaltig Stylesheet
 *
 * NetComposer Medien GmbH
 * www.netcomposer.de
 */

.sidebar { display:none; }


/* Kleine Geräte (Tablets, 768px und breiter) */
@media (min-width: 768px) {
	.content { width:100%; }
}



/* Mittlere Geräte (Desktop-PCs, 992px und breiter) */
@media (min-width: 992px) {
	.content { width:100%; }
}


/* Große Geräte (Desktop-PCs, 1200px und breiter) */
@media (min-width: 1200px) {
	.content { width:100%; }
}

