Friedensgebet
Kinderkirche
Kirche Kunterbunt
Punkt 11
Lichtspielkirche
Musikandacht
Lebendiger Advent
Sommerkirche
.text-muted{
opacity: 0.9;
}
/* Keine Info über die Personen*/
.event__info-contributor{
display:none;
}
/* Keine Icons */
i.fa{
display:none !important;
}
.event__title{
font-weight:600;
color: #4c4e54;
margin-bottom: -0.1rem !important;
}
/*Datum in bold*/
.event__info-date{
font-weight:500;
word-spacing: -0.1rem;
}
/*Links können nicht geklickt werden, Weiterleitung auf churchdeskt verhindern*/
cd-event-link a{
text-decoration: none;
color:black;
}
cd-event-link a:hover{
text-decoration: none;
}
a:hover p.event__title {
text-decoration: none;
color: #f39200 !important;
}
/*Anmelde Knopf bleibt aktiv*/
.event__signup-button cd-event-link a{
pointer-events: auto;
cursor: auto;
}
/*Kasten mit Datum, nicht benötigt*/
.event__date-box{
display:none;
}
/*kein Bild zum Event*/
.image-credit-wrapper{
display:none;
}
/* Termine enger zusammen, weniger Abstand*/
.event{
margin-bottom:0.5rem !important;
//border-top: 1px solid #7a8ca8;
}
/* alles etwas enger */
div.card.p-2{
padding:0rem !important;
}
div.event__info-date.mb-1{
margin-bottom:0rem !important;
}