
footer div, footer a {
  font-size: 0.85rem!important;
}

body[data-nodeid="1933"] .add-icon,
body[data-nodeid="1314"] .add-icon,
body[data-nodeid="1103"] .add-icon,
body[data-nodeid="1103"] .add-icon,
body[data-nodeid="683"] .add-icon {
  display: none!important;
}

.footer-gradient, .popup-wrapper::after {
  content: "";
  display: inline-block;
  position: fixed;
  height: 15vh;
  width: 100%;
  z-index: 9;
  bottom: 0px;
  left: 0px;
  background-image: linear-gradient(to top, rgba(255,255,255,1), rgba(255,255,255,0));
  pointer-events: none;
}

.popup-wrapper::after {
    z-index: 142;
}

.bottomfixrow {
  z-index: 10;
  margin: 40px;
}

.bottomfixrow .veranstalter, .profilbild, .bottomfixrow .footerbutton {
  position: relative;
  border-radius: 360px;
  width: 70px;
  height: 70px;
}

.bottomfixrow .veranstalter {
  overflow: hidden;
}

.bottomfixrow .veranstalter, .profilbild {
  display: inline-block;
  transition: all 0.2s;
 }

.bottomfixrow .veranstalter:hover .profilbild {
  transform: scale(1.05);
}


.bottomfixrow .footerbutton {
  background: #f8f8f8;
  border: 1px solid #909090;
}

.bottomfixrow .footerbutton:hover {
  background: #231f20;
}

.bottomfixrow .footerbutton:hover {
  color: #FFF;
}

.bottomfixrow svg {
  width: 30px;
  height: 30px;
}

.bottomfixrow svg path {
  fill: #231f20!important;
}


.filter-count {
  position: absolute;
  background: #dddddd;
  color: #231f20;
    border-radius: 360px;
    padding: 8px;
    width: 16px; height: 16px;
    margin-top: -10px;
    margin-right: -10px;
    right: 0px;
    font-size: 0.85em;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #FFF;
}



@media screen and (max-width: 768px) {

  .bottomfixrow {
    margin: 24px;
  }

  .path-frontpage .open-datefiltericon {
    display: block;
  }

  .path-frontpage .open-datefiltericon {
    display: block;
  }

  .bottomfixrow .profilbild, .bottomfixrow .veranstalter, .bottomfixrow .footerbutton {
    width: 60px;
    height: 60px;
  }


  .bottomfixrow svg {
    width: 30px;
    height: 30px;
  }

}
