/* CUSTOM CSS */
.berater-icon a::after {
    content: '';
    display: inline-block;
    background-image: url(../img/icon-beratung.jpg);
    width: 80px;
    height: 80px;
    background-size: cover;
    left: 100%;
    bottom: 0;
    position: absolute;
}

.berater-icon a {
    position: relative;
}

.page-id-12 .berater-icon a::after {
    left: calc(100% + 75px);
}

.page-id-11 .berater-icon a::after {
    left: calc(100% + 35px);
}

.page-id-10 .berater-icon a::after {
    left: calc(100% + 35px);
}
