
.referenzen {
    float:left; width:100%; clear:both; padding:50px; 0;
    
}
.referenzen .referenz {
    float:left; width:100%; border-bottom:1px solid #222; padding:40px 0 40px 6%; position: relative;
    
}
.referenzen .referenz::after {
    content:'"'; color:#FFBA00; position:absolute; top:68px; left:0; font-size:90px; 
}
.referenzen .referenz .what {
    font-size:18px; color:#fff; 
}
.referenzen .referenz .who {
    color:#FFBA00; font-style: italic; 
}
#mainContent .numberPool {
    float:right; color:#FFBA00; text-align:center; 
    
}
#mainContent .numberPool div {
    float:left; width:100%; font-size:105px; line-height: 1;
}
#mainContent .numberPool small {
    display:block; color:#fff; margin-top:8px; font-size:14px;
    float:left; width:100%; text-transform: uppercase; font-weight: bold;
}
.galleries h2, .carpool h2 {
    font-size:18px; padding:8px 0 0px 0;
}
.galleries h2, .carpool h2 {
    font-size: 32px;
    color: #fff;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 50px; }
.galleries h2::after, .carpool h2::after {
    background: #FFBA00;
    bottom: -6px;
    content: '';
    position: absolute;
    width: 40px;
    height: 3px;
    left: 0%; 
}
.galleries {
    background: #444;
    color: #fff;
    float: left;
    width: 100%;
    padding: 20px 5% 20px 250px;
}      
.galleries a {
    display:inline-block; margin:0 5px 5px 0;
}


.carpool {
    float:left; width:100%; clear:both;
    padding: 30px 5% 40px 250px;
    clear: both;
 
    position: relative;
    z-index: 10;
}

.carpool .carpoolItem {
    float:left; width:100%; clear:both;
}
.carpool .carpoolItem a {
    float:left; width:31%; margin:0 2% 20px 0%; position: relative;
    color: #fff;
    font-size: 18px;
}
.carpool .imageBox {
    width:100%; height:250px; display:block; background-size:cover; background-repeat: no-repeat; background-position: center center;
    position: relative; z-index: 1;
}

.carpool .mask {
    float: left;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,0.4);
    background: url(images/mask4.png) bottom left repeat-x;
    background-size: auto;
    z-index: 2;
    background-size: auto 57px;
}

.carpool .description {
    position: absolute;
    bottom: 10%;
    left: 0%;
    width: 90%;
    float: left;
    z-index: 3;
    padding-left: 5%;
}

.carpool .description::after {
    position: absolute;
    width: 70px;
    left: 0;
    height: 4px;
    background: #FFBA00;
    content: '';
    bottom: -9px;
}

.bigBox {
    float: left;
    width:31%; margin:0 1% 20px 1%;
    padding:10px 2%;
    background: #1E1E1E;
    color: #fff;
}
.bigBox a {
    width:100% !important; margin-top:30px !important;
}
.bigBox h2 {
    font-size: 26px; margin-bottom:30px;
}

@media screen and (max-width: 768px) {
    .galleries, .carpool  {
        padding-left: 5%;
    }   
    #mainContent .numberPool {
        float:left; clear:both;
    }

    .carpool .carpoolItem a {
        width:48%;
    }
    .bigBox {
        width:48%;
    }
}
@media screen and (max-width: 575px) {
    .carpool .carpoolItem a {
        width:98%;
    }
    .bigBox {
        width:98%;
    }
}
.cms-content.no-cols {
    column-count: 1;
    -moz-column-count: 1;
    -webkit-column-count: 1;
}

#leftheader .social ul {
    position: static; margin-left:5%;
}