.wp-block-button__link{
	background-color:#fff;
}

/* tabelle vollstationär scrollbar */
#post-798 .wp-block-table{
	overflow-x: auto;
  max-width: 100%;

}

#post-798 .wp-block-table table {
    border-collapse: collapse;
    width: max-content; /* wichtig für horizontales Scrollen */
    min-width: 100%;
}


/* Read More Link Text überschreiben  */
.read-more a {
    font-size: 0!important; /* versteckt Originaltext */
		color: transparent;
}

.read-more a::after {
    content: "Weiterlesen";
    font-size: 12px;
}