/* specials_nach-oben-Link.css */
.nach_oben_link {
    bottom:3px;
    right:10px;
    position:fixed;
    z-index:4000;
}
.nach_oben_link svg:hover path {
    fill: var(--col1)!important;
}
.nach_oben_link a svg {
    border: 5px solid #fff!important;
    border-radius: 50%;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18);
    background-color:#fff;
    width: 48px;
}
@media (max-width: 398px) {
    .nach_oben_link {
        bottom:0;
        right:0;
    }
}