.astroid-logo img {
	max-height: 100px/**(you can change the height according to you)**/;
}
.article-wraper-inner,
.card-layout {
    background-color: #fbfbfb;
    background-clip: border-box;
}

.article-title.item-title {
    margin-bottom: 0.5em !important;
}/administrator/index.php
.table {
    --bs-table-bg: transparent !important;
}
.com-content-category .table {
    background-color: transparent !important;
    --bs-table-bg: transparent !important;
}
/* Hintergrund bei automatisch erzeugten Joomla-Listen-Tabellen entfernen */

body.com-content .table,
body.com-content .table td,
body.com-content .table th {
    --bs-table-bg: transparent !important;
    background-color: transparent !important;
}
/*Abstand zwischen Modul/Menü-titel und folgendem Text/Link */
.module-title {
  margin-bottom: 0.5rem;
}
/* entfernt bodycolor aus dem modul nächste termine betrifft: ul*/
body .list-group,
body .list-group-item {
    --bs-list-group-bg: transparent !important;
    background-color: transparent !important;
}


