@media (max-width: 1250px) and (min-width: 951px) {

/* Bildgroesse--------------------------------------------------------------------------------------------------- */
.ce_gallery figure {
    width:20.15vw;
    height:20.15vw;
    position:relative;
    overflow:hidden;
    margin:1.5625vw;
    object-fit: cover;
}
.ce_gallery .image_container img {
    width:20.15vw;
    height:20.15vw;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
#galerietitel {
    justify-content: left !important;
}
.galerietext .ce_accordion {
    width:100%;
}
.galerietext {
    position:relative;
    display:block;
}
li:nth-child(1-4) figure {
    margin-top:1.5625vw !important;
}
li:nth-child(5-12) figure {
    margin-bottom:1.5625vw !important;
}
li:first-child figure {
    margin-left:0 !important;
}
li:nth-child(4) figure,
li:nth-child(8) figure,
li:nth-child(12) figure,
li:last-child figure {
    margin-right:0 !important;
}
li:nth-child(5) figure,
li:nth-child(9) figure,
li:nth-child(13) figure {
    margin-left:0 !important;
}
.toggler {
    height:50px;
    margin-right:auto;
    margin-left:auto;
    vertical-align:bottom;
    border-bottom:1.3pt solid #000;
    line-height:50px;
}
#arrow_down {
    width:20px;
    top:40px;
    position:relative;
    float:right;
    z-index: -1;
}
#mbCenter {
    padding:30px;
}
}
