.pullquote {
  display: block;
  padding: 25px 16px 7px 20px;
  margin: 0px 0 38px 0;
  background-color: #ededed;
  text-decoration: none;
  color: inherit;
  border-radius: 10px;
  line-height: 1.25;
  transition: background-color 0.2s ease;
}
.pullquote .headline {
  color: #d10000; /* rauður texti */
  font-weight: bold;
}

.pullquote:hover { background-color: #dcdcdc; }
