.more-termine-button{
	display: flex;
    justify-content: center;
}

.mbfse-block-termine-template .termine-infos{
    margin-bottom: var(--mbfse--margin-bottom-block);
    }
    .mbfse-block-termine-template .termine-infos p{
        margin-bottom: 0;
    }

    .termin-mehrtaegig .end_datum:before,
    .termin-mehrtaegig .start_datum:before,
    .termin-eintaegig .end_datum:before,
    .termin-eintaegig .end_zeit:before,
    .termin-eintaegig .start_zeit:before,
    .termin-eintaegig .start_datum:before{
        font-family: "bootstrap-icons";
        content:"\F1E8";
        margin-right: 7px;
        top: 2px;
        position: relative;
    }

    .termin-eintaegig .end_zeit:before,
    .termin-eintaegig .start_zeit:before{
        content:"\F293";
    }

    .termin-mehrtaegig .end_datum:before{
        content:"\F1E7";
    }
    
.mbfse-block-termine-template .wp-block-post-excerpt__excerpt{
    margin-bottom: 0;
}

.wp-block-query-pagination a:where(:not(.wp-element-button)){
    text-decoration: none;
}