.widget-title {
  text-transform: none;
  font-variant: none;
  font-size: 23px;
  letter-spacing: 2px;
  word-spacing: 2px;
  white-space: normal;
  font-style: normal;
  opacity: 1;
}

.sidebar-link:hover {
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 80px;
  opacity: 1;
  background-image: url('../../../wp-content/uploads/2019/11/herz.png');
}

.sidebar-link {
  background-color: transparent;
  border-radius: 80px;
  width: 80px;
  height: 80px;
  opacity: 1;
  background-image: url('../../../wp-content/uploads/2019/11/herz2.png');
  background-repeat: no-repeat;
  background-position: top;
  background-size: 80px;
}

a {
  color: #000000;
  font-size: 15px;
}

.tribe-event-title a {
  color: #666666;
  font-weight: 800;
  font-variant: normal;
  line-height: 80%;
}

.tribe-event-title a:hover {
  color: #fc28a0;
  font-weight: 800;
  font-variant: normal;
  line-height: 80%;
}

.ytpp-main iframe {
    height: 480px !important;
}
@media all and (max-width: 580px) {
    .ytpp-main iframe {
        height: 480px !important;
    }
}