.hover-scale-parent:hover .hover-scale-child {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  transition: 0.3s ease-in-out;
}

.hoverpoll:hover {
  font-weight: bold;
}

.cookiebanner {
  position: fixed !important;
  bottom: 0;
  font-family: "Source Sans Pro", sans-serif;
}
