/****** PLACE YOUR CUSTOM STYLES HERE ******/


p {font-size:1.0em;}


/*Header Bild verschieben */
.my-section{ 
    top: 0px !important; 
}




/* Hersteller Logos SW */
.hersteller img { 
    filter: grayscale(100%); 
    opacity: 0.3;
}
.hersteller a img:hover { 
    filter: grayscale(10%); 
    opacity: 0.7;
}
.logounten img {
    opacity: 0.5;
}




.schatten {
-webkit-box-shadow: 0px 4px 9px 0px rgba(0,0,0,0.11);
-moz-box-shadow: 0px 4px 9px 0px rgba(0,0,0,0.11);
box-shadow: 0px 4px 9px 0px rgba(0,0,0,0.11);
}

.textschatten {
text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
}

.modal-strip {
max-width: 1330px !important;
}