.r4w-pdf-angebote-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin-top: 10px;
  padding: 10px 14px;
  border: 2px solid #ffffff !important;
  border-radius: 3px !important;
  background: #ff5b1a !important;
  color: #ffffff !important;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  box-shadow: none !important;
  transition: background-color .18s ease, color .18s ease, border-color .18s ease;
}

.r4w-pdf-angebote-link:hover,
.r4w-pdf-angebote-link:focus {
  background: #ffffff !important;
  color: #0b2f78 !important;
  border-color: #ffffff !important;
  text-decoration: none !important;
  box-shadow: none !important;
  transform: none !important;
}

.r4w-pdf-angebote-arrow {
  display: inline-block;
  margin-left: 2px;
  font-size: 17px;
  line-height: .8;
  font-weight: 900;
}

@media (max-width: 767px) {
  .r4w-pdf-angebote-link {
    width: auto;
  }
}
