a.hpb-ajax-blog__image-link {
    height: 350px;
}
p.hpb-ajax-blog__excerpt {
    height: 60px;
}
div#page\#0 {
    margin-left: -30%;
}
.com-content-article .wp-video, .item-page .wp-video, article .wp-video, article div[style*=width]:has(> video) {
    width: 90% !important;
    max-width: 90% !important;
    height: auto !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
img.alignleft {
    margin-right: 5px !important;
}
body{
  font-family: barlow;
}
#paypal-spendenbild {
  width: 150px;
  height: auto;
}
#paypal-spendenbild {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 44px;
  padding: 0;
  border: 1px solid #e6a900;
  border-radius: 24px;
  background: linear-gradient(180deg, #ffe495, #ffc439);
  color: #172c50;
  font: 700 17px/1 Arial, sans-serif;
  text-transform: none;
  letter-spacing: normal;
  cursor: pointer;
  box-shadow: 0 2px 4px rgb(0 0 0 / 15%);
  appearance: none;
}

#paypal-spendenbild:hover {
  background: #ffd15c;
}

#paypal-spendenbild:focus-visible {
  outline: 3px solid #0070ba;
  outline-offset: 4px;
}


