ol {
	list-style: decimal !important;
    margin-left: 20px;
}

ul{
	list-style: disc !important;
    margin-left: 20px;
}

.mgofv_link{
    overflow: hidden; 
    white-space: nowrap; 
    text-overflow: ellipsis;
}

.fortbildung-shortcode {
    /*font-family: Muli, "Times New Roman", sans-serif;*/
    font-size: 1em;
    line-height: 1.2em;
}


/* Monat, zB Juli 2023 */
.fortbildung-shortcode-month-seperator {
  
}

/* Datum der Veranstaltung */
.fortbildung-shortcode-date {
    /*font-family: "Muli";*/
    font-size: 1em; 
    font-weight: 300;
    line-height: 1.2em;     
    display: inline-block;
}

.fortbildung-date-from, .fortbildung-date-seperator, .fortbildung-date-to {
    display: inline;
}


/* Online/Hybrid/Offline */
.fortbildung-shortcode-art {
    font-size: 1em;
    display: none;
}


/* Titel der Veranstaltung */
.fortbildung-shortcode-titel {
    font-weight: bold;
    font-size: 1.2em;
    line-height: 1.3em;
    margin-bottom: 0.0em;
    margin-top: 0.5em;
}

/* Name des Ortes, zB Berlin */
.fortbildung-shortcode-ortname {
    font-size: 0.8em;
    line-height: 0.8em;
    margin-top: 0.5em;
    margin-bottom: 1.5em;
}

.fortbildung-shortcode-titel a {
    text-decoration: none;
    color: #595757;
}


/* Dozenten der Veranstaltung */
.fortbildung-shortcode-dozenten {
   display: none;
}


/* Farben Themen */
.fortbildung-shortcode-farben {
    display: inline-block;
    background-color: white;
    position: relative;
}

.fortbildung-color {
    display: inline;
    padding-left: 1em;
    margin-right: 5px;
}

/* styling of the tooltip display */
.tooltip-text {
    display: none;
    position: absolute;
    top: -20px;
    left: 0px;
    z-index: 1;
    padding: 1px 4px 1px 4px;
    font-size: 0.8em;
    color: #fff;
    white-space: nowrap;
}

/*div[name="fk-sc-testthema"]:after {
    display: inline;
    background: red;
    content: "\2003";
    height: 40px;
    width: 40px;
}

div[name="fk-sc-testthema2"]:after {
    display: inline;
    background: brown;
    content: "\2003";
    height: 40px;
    width: 40px;
}*/

/* Container für Fortbildungseintrag - Übersicht */
.fortbildung-shortcode-container {
    border-bottom: 1px solid lightgrey;
    margin-top: 0em;
    margin-bottom: 1.5em;
    padding-bottom: 0.5em;
}

.mgofv-fk-grid-container {
    display: grid;
    grid-template-columns: 30% 70%;
    padding: 10px;
}

.mgofv-fk-grid-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.8);
    padding: 10px;
}

.mgofv-fk-grid-item-head {
    font-weight: bold;
    vertical-align: top;
}

.mgofv-fk-grid-item-val {

}

@media only screen and ( max-width: 645px ){

    .mgofv-fk-grid-container {
        display: grid;
        grid-template-columns: auto;
        padding: 10px;
    }
    
    .mgofv-fk-grid-item {
        padding: 10px;
        border-bottom: none;
    }
    
    .mgofv-fk-grid-item-head {
        font-weight: bold;
        vertical-align: top;
    }

    .mgofv-fk-grid-item-head > h2 {
        font-size: 15px
    }

	.mgofv-fk-grid-item-val {
        border-bottom: 1px solid rgba(0, 0, 0, 0.8);
    }
}

.fortbildung-color-withnames-container {
    display: flex;
    flex-wrap: wrap;
}

.fortbildung-color-withnames {
    /*width: 210px;*/
    margin-left: 5px;
    margin-right: 5px;
    padding: 0.5em;
    line-height: 1em;
}

.fortbildung-shortcode-month-seperator,  .fortbildung-filter-title{
    margin-bottom: 20px;
    clear: both;
    font-size: 1.5em;
}

#fortbildung-single > h2{
    color: #595757 !important;
}

.page-numbers {
    text-decoration: none;
    padding: 5px;
    margin: 2px;
    color: #575959;
}

.current {
    font-weight: 700;
    border-bottom: 3px solid #575959;
}