.mm_karte .elementor-widget-image a {
display: block!important;
}
@keyframes fadeRight {
from {
opacity: 0;
transform: translate3d(300px,0,0)
}
to {
opacity: 1;
transform: none
}
}
.elementor-element.fadeInRight {
animation-name: fadeRight
}
button.ea11y-widget-button.ea11y-widget-button--open-widget.ea11y-widget-open-button.ea11y-widget-open-button--medium.ea11y-widget-open-button--icon {
background-color: #03426D!important;
border-radius: 100%;
bottom: 24px !important;
left: 24px !important;
}