div.ce_GPFlexibleImage{
    position: relative;
}

div.ce_GPFlexibleImage figure.image_container_flexible {
    position: relative;
    width:100%;
    height: 100%;
    min-height: 100px;
}
div.ce_GPFlexibleImage figure.image_container_flexible figcaption{
    z-index: 1;
    bottom: 0;
    position: absolute;
    padding-left: 10px;
}

div.ce_GPFlexibleImage figure.image_container_flexible img
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    object-fit: cover;
}
div.ce_GPFlexibleImage figure.image_container_flexible picture{
    width: 100% !important;
    height: 100% !important;
}
div.ce_GPFlexibleImage figure.image_container_flexible picture img
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    object-fit: cover;
}


div.ce_GPFlexibleImage .gruen-von-links-nach-rechts,
div.ce_GPFlexibleImage .gruen-von-rechts-nach-links,
div.ce_GPFlexibleImage .weiss-von-links-nach-rechts,
div.ce_GPFlexibleImage .weiss-von-rechts-nach-links
{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 2 !important;
}
div.ce_GPFlexibleImage .weiss-von-links-nach-rechts{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+50&1+0,0+50 */
    background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 50%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 50%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
}

div.ce_GPFlexibleImage .weiss-von-rechts-nach-links{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+50,ffffff+100&0+50,1+100 */
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 50%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 50%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255,255,255,0) 50%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}
div.ce_GPFlexibleImage .gruen-von-rechts-nach-links{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#008b20+50,008b20+100&0+50,1+100 */
    background: -moz-linear-gradient(left, rgba(0,139,32,0) 50%, rgba(0,139,32,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0,139,32,0) 50%,rgba(0,139,32,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0,139,32,0) 50%,rgba(0,139,32,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00008b20', endColorstr='#008b20',GradientType=1 ); /* IE6-9 */
}
div.ce_GPFlexibleImage .gruen-von-links-nach-rechts{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#008b20+0,008b20+50&1+0,0+50 */
    background: -moz-linear-gradient(left, rgba(0,139,32,1) 0%, rgba(0,139,32,0) 50%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0,139,32,1) 0%,rgba(0,139,32,0) 50%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0,139,32,1) 0%,rgba(0,139,32,0) 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008b20', endColorstr='#00008b20',GradientType=1 ); /* IE6-9 */
}