.content_element.artikel-iggywoo .artikel_flipper.active .image {
    /*display:none;*/
    /*opacity:0;*/
}
.content_element.artikel-iggywoo  .artikel_flipper .image {
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: rgba(0,0,0,.3);
    opacity:1;
}
.content_element.artikel-iggywoo  .artikel_flipper:hover .click{
    opacity:1; /* Startet unsichtbar */
}
.content_element.artikel-iggywoo  .artikel_flipper .click {
    background-color: var(--primaryColor);
    opacity: 0; /* Startet unsichtbar */
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas: 'text';
    justify-items: center;
    align-items: center;
    align-content: center; /* extra für Safari */
}
