  * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
  .text-rich-text figure, .text-rich-text-blog figure {
    max-width: 100%!important;
}

 .property-template-default .w-richtext p, .property-template-default .w-richtext span{
      font-family: Source Sans Pro, sans-serif!important;
    font-size: 1rem!important;
    line-height: 1.5!important;
}

blockquote p{
  margin-bottom: 0px!important;
}
  
 .text-rich-text li:before, .text-rich-text-blog li:before{
    content: "";
    position: absolute;
    top: 0.5rem;
    left: 0;
    width: 0.5rem;
    height: 0.5rem;
    background-color: #daa621;
    font-weight: bold;
    border-radius: 20px;
}

.page-template-template-page-template-subdienst .text-rich-text-blog h2:first-child{
font-size: 3rem;
font-weight: 500;
margin-top: 0;
}

h1, h2, h3, h4, h5, h6{
  word-break: break-word;
}
 
