.wp-block-button {
    background-color: var(--wp--preset--color--tertiary) !important;
}


.wp-block-button, .wp-block-button__link {
    
    color: var(--wp--preset--color--text);
    border-radius: 0px;
}

.wp-block-button a {
    border-width: 0px;
    border-radius: 0px;
}

.is-style-outline {
    background-color: #ffffff !important;
}

.is-style-outline a {
    border-width: 2px;
}

.teaserliste  ul {
    padding-left:0px;
}

.teaserliste ul>li {
    margin-left: 0px;
}

.wp-element-caption{
    font-size:12px;
    font-style: italic;
    margin-bottom:16px;
}