
.bottomfixrow {
  margin: 40px;
}

.bottomfixrow .veranstalter, .profilbild {
  border-radius: 360px;
  width: 70px;
  height: 70px;
  display: inline-block;
}

.bottomfixrow svg path{
  fill: #FFF;
}

.bottomfixrow svg {
  width: 36px;height:36px;margin: 17px;
}


.bottomfixrow .veranstalter {
  background: #A6A4A1;
}

.bottomfixrow .veranstalter:hover {
  background: #231F20;
}


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

  .bottomfixrow {
    margin: 24px;
  }

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

  .bottomfixrow svg {
    width: 25px;height:25px;margin: 15px;
  }

}
