
/*  Galerie allgemein  */
.ce_gallery li:before {
    content:none;
}
.ce_gallery li {
    position:relative;
    overflow:hidden;
    float:left;
    margin-bottom:4px;
    margin-left:0;
    padding-left:0;
    vertical-align:middle;
    text-align:center;
    font-size:0;
    line-height:0;
    box-sizing: border-box;
}
.ce_gallery .caption {
    position:absolute;
    bottom:-30px;
    background: rgba(255,255,255,0.8);
    color:#c31924;
    padding:8px;
    width:100%;
    box-sizing:border-box;
    font-size: 14px;
    line-height: 16px;
    transition:all 0.5s ease;
}
.ce_gallery li:hover .caption {
    bottom:0px;
    display:block;
}

/*  Galerie row */
.ce_gallery .row1 {
    width:100%;
}
.ce_gallery .row2 {
    width:50%;
}
.ce_gallery .row3 {
    width:33.33333333333333%;
}
.ce_gallery .row4 {
    width:25%;
}
.ce_gallery .row5 {
    width:20%;
}
.ce_gallery .row6 {
    width:16.666666666666664%;
}
.ce_gallery .row7 {
    width:14.2857142857%;
}
.ce_gallery .row8 {
    width:12.5%;
}
.ce_gallery .row9 {
    width:11.1111111111%;
}
.ce_gallery .row10 {
    width:10%;
}
.ce_gallery .row11 {
    width:9.0909090909%;
}
.ce_gallery .row12 {
    width:8.3333333333%;
}
.ce_gallery .row2,
.ce_gallery .row3,
.ce_gallery .row4,
.ce_gallery .row5,
.ce_gallery .row6,
.ce_gallery .row7,
.ce_gallery .row8,
.ce_gallery .row9,
.ce_gallery .row10,
.ce_gallery .row11,
.ce_gallery .row12 {
    padding-right:2px;
    padding-left:2px;
}
@media screen and (max-width: 550px) {
    .ce_gallery .row2,
    .ce_gallery .row3,
    .ce_gallery .row4,
    .ce_gallery .row5,
    .ce_gallery .row6,
    .ce_gallery .row7,
    .ce_gallery .row8,
    .ce_gallery .row9,
    .ce_gallery .row10,
    .ce_gallery .row11,
    .ce_gallery .row12 {
    width:100%;
    }
}
