/**
 * =============================================================================
 * Anpassungen in diese Datei - Adjustments to this file
 * ==========================================================================
 */

/* fuer alle Geraete-Klassen */




/* Footergestaltung */

.doubleslash {color: #5F4C3F; padding: 0 0.5rem;}
footer .footer-col1 span {margin-right: 1rem;}
footer .center {margin: 0 auto;}

/* Kontaktformular, Datenschutz */

.ce_form .widget-checkbox span.mandatory, .ce_form .widget-radio span.mandatory {display: inline; color: #FF0000;}


/* fuer tablets und groessere Displays*/
@media only screen and (min-width:768px) {
}


/* fuer tablets und groessere Displays*/
@media only screen and (min-width:992px) {
}

/* fuer desktop */
@media only screen and (min-width:1025px) {
}


/* fuer Smartphones */
@media only screen and (max-width:767px) {
	
	.ce_image.slogan {display: none;}
}


