/* line-height anpassen z. B. beim Newsletter */
.lh12 {
line-height: 1.2;
}


/* Überschreiben der Bulletpoints im Content */
ul.no-bullets {
  list-style-type: none !important; /* Remove bullets */
  padding: 0; /* Remove padding */
  margin: 0; /* Remove margins */
}
.wysiwyg .info-kachel-custom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    background-color: #fff;
    padding: 20px;
}
.wysiwyg .info-kachel-custom ul li {
    margin-bottom: 8px;
}
