CSS Anpassungen
Anpassungen im DIVI-Child-Theme
ABSTAND UEBERSCHRIFTEN
h1,h2{line-height:1.4em !important;margin-bottom:1em;margin-top:2em;}
h3,h4,h5,h6{line-height:1.2em !important;margin-bottom:1em;margin-top:1.5em;}
ABSTAND UEBERSCHRIFTEN IN SPALTE OHNE MARGIN TOP
.h_ohne_abstand {margin-top:0 !important;}
KREIS-MASKE FÜR BILDER
.kreis-maske {
clip-path: circle(50% at 50% 50%);
}
/* ANPASSUNGEN FUER EVENTMANAGER
- */
.emzweispaltig {
columns: 2 50%;
}
.eventtabelle
{
display: grid;
grid-template-columns:25% 60% 15%;
grid-column-gap: 15px;
margin-bottom: 20px;
}
.eventtabelle_klein
{
display: grid;
grid-template-columns:25% 75%;
grid-column-gap: 10px;
margin-bottom: 10px;
}
.eventtabelle_excerpt
{
display: grid;
grid-template-columns:20% 40% 40%;
grid-column-gap: 15px;
margin-bottom: 20px;
}
.em.em-event-booking-form h3.em-booking-section-title {
width: auto;
background-color: #fff !important;
color: var(–main-h3-color);
font-size: 18px !important;
font-weight: bold;
padding: 15px 15px;
border-width: 0 0 1px 0;
border-style: solid;
border-color: var(–main-border-color);
margin: 0;
}
.em.em-item .em-item-image.has-placeholder, .em.em-list .em-item .em-item-image.has-placeholder, .em.em-list-widget .em-item .em-item-image.has-placeholder {
display: flex;
justify-content: flex-start !important;
align-items: center;
}
.em.em-event .em-item-image .em-item-image-placeholder div.date, .em.em-events-list .em-item-image .em-item-image-placeholder div.date, .em.em-events-widget .em-item-image .em-item-image-placeholder div.date {
justify-content: flex-start !important;
align-items: start;
height: 100%;
min-width: 125px;
padding-left: 15% !important;
}
/* ANPASSUNG FARBE AUF GCL-SJ-SEMINAR-SEITE „ROT“*/
.gcl-sj {color:#CD1718!important;}