/* New Responsive Image */
.ce-gallery img {
    width: 100%;
    vertical-align: middle;
}
.ce-gallery.ce-border img.image-embed-item {
    border: 1px solid #000;
}

/* ce-intext */
.ce-intext .ce-gallery {
    width:33.333%;
}
.ce-intext.ce-left:not(.ce-nowrap) .ce-gallery {
    float:left;
}
.ce-intext.ce-right:not(.ce-nowrap) .ce-gallery {
    float:right;
}
/* Einstellungen Bild neben Text */
.ce-intext.ce-nowrap.ce-right .img-layout-1,
.ce-intext.ce-nowrap.ce-right .ce-gallery.img-layout-1,
.ce-intext.ce-nowrap.ce-right .ce-gallery.img-layout-2 .img-layout-2 {
    padding-left:0;
}
.ce-intext.ce-nowrap.ce-left .img-layout-1,
.ce-intext.ce-nowrap.ce-left .ce-gallery.img-layout-1,
.ce-intext.ce-nowrap.ce-left .ce-gallery.img-layout-2 .img-layout-2 {
    padding-right:0;
}
.ce-intext.ce-nowrap .ce-gallery {
    vertical-align:top;
    display:inline-block;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    
}

.ce-intext.ce-nowrap .ce-header-bodytext,
.ce-intext.ce-nowrap .ce-bodytext {
    width:66.666%;
    vertical-align:top;
    display:inline-block;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

}

