.b-teaser .teaser-media {
    position: relative;
}

.b-teaser > a[href*="bildergalerie"] .teaser-media::after {
    content: "";
    position: absolute;

    /* Mittig */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    z-index: 2;

    width: 72px;
    height: 72px;

    border: 4px solid #fff;
    border-radius: 50%;
    box-sizing: border-box;

    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 305.54 225.71'%3E%3Cpath fill='white' d='M305.54 225.71H0V32.18h73.8L106.16.04c31.19-.01 62.39-.03 93.58-.04 10.64 10.73 21.28 21.45 31.92 32.18h73.87v193.54ZM15.95 209.77h273.63V48.13h-64.53c-10.63-10.71-21.25-21.43-31.88-32.14-26.8-.01-53.6-.02-80.4-.03l-32.4 32.18H15.95v161.64Z'/%3E%3Cpath fill='white' d='M152.84 192.85c-39.84 0-72.25-32.41-72.25-72.25s32.41-72.25 72.25-72.25 72.25 32.41 72.25 72.25-32.41 72.25-72.25 72.25ZM152.84 64.3c-31.05 0-56.3 25.26-56.3 56.3s25.25 56.31 56.3 56.31 56.3-25.26 56.3-56.31-25.25-56.3-56.3-56.3Z'/%3E%3Cpath fill='white' d='M83.86.02H15.95v15.95h51.96L83.86.02Z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 34px auto;

    /* bessere Lesbarkeit auf hellen Bildern */
    backdrop-filter: blur(2px);
    background-color: rgba(0,0,0,.12);

    pointer-events: none;
}