
.bottomfixrow {
  margin: 40px;
}

.bottomfixrow .veranstalter {
  border-radius: 360px;
}

.bottomfixrow .veranstalter, .bottomfixrow .totalbottomrow {
  padding: 12px;
}

.bottomfixrow svg path{
  fill: #FFF;
}

.bottomfixrow .portrait .imgrow {
  width: 35px;
  height: 35px;
}

.bottomfixrow .veranstalter {
  background: #A6A4A1;
}

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


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

  .bottomfixrow {
    margin: 20px;
  }

  .bottomfixrow .portrait .imgrow {
    width: 25px;
    height: 25px;
  }

}
