/* Created by Content Block Wizard */

.ansprechpartner-image picture {
    display: block;
}

.ansprechpartner-image .hoverimage picture{
    opacity: 0;
    height: 0;
}

.ansprechpartner:hover .ansprechpartner-image picture{
    opacity: 0;
    height: 0;
}

.ansprechpartner:hover .ansprechpartner-image .hoverimage picture {
    opacity: 1;
    height: auto;
}
