/** Filter Portfolio vorübergehend ausgeblendet**/
.ce_portfoliofilter, .ce_portfoliofilter.style1 {
    display: none;
}

/** Header transparent hellgrau wegen Logo, background-color: rgba(220, 220, 220, 0.7);**/
.header {
    background-color: #ddd;
}

/** Stickyheader hellgrau wegen Logo, background: #e1e1e199;**/
@media only screen and (min-width: 768px) {
    .header.cloned {
        background: #ddd;
    }
    
/** schwarzer Balken transparent vorher, background-color: rgba(0, 0, 0, 0.7);**/  
#top, #top .inside {
    background-color: #000000;
}

/** 3. Navigationsstufe Produkte in Navi links einrücken**/  
.subnav ul li.active > ul, .subnav ul li.trail > ul {
    padding-left: 20px;
}

/** Überschrift kleiner**/  
h1 {
    font-size: 32px;
}
