.berichte_karte {
    background-color: #fff;
    padding: 16px;
    border-radius: 8px;
    display: inline-block;
    cursor: pointer;
}

.berichte_karte:hover {
    background-color: #f6fff2;
}

.berichte_karte .titel {
    color: #468524;
    font-weight: bold;
    margin-bottom: 8px;
    font-size: 16px;
}



.bericht_element_bearbeiten {
    min-height: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
    outline: 0px solid #468524;
    border-radius: 8px;
    transition: all 0.2s;
    cursor: pointer;
}

.bericht_element_bearbeiten:hover {
    outline: 5px solid #468524;
}

.bericht_element_bearbeiten * {
    pointer-events: none;
}



.bericht_instanz_karte {
    background-color: #fff;
    padding: 8px;
    border-radius: 8px;
    margin-top: 8px;
    cursor: pointer;
}

.bericht_instanz_karte:hover {
    background-color: #f6fff2;
}

.bericht_instanz_karte .bericht_instanz_titel {
    color: #468524;
    font-weight: bold;
    margin-bottom: 4px;
    font-size: 16px;
}

.bericht_instanz_karte .bericht_instanz_zeit {
    color: #474747;
    font-size: 13px;
}



.bericht_instanz_ansicht {
    margin-top: 32px;
}



.bericht_gruppe .bericht_html {
    margin-top: 16px;
    margin-bottom: 16px;
}



.bericht_gruppe {
    margin-bottom: 32px;
    padding: 16px;
    border: 1px dashed #989898;
    border-radius: 8px;
}

.bericht_gruppe label {
    margin: 0px;
    display: inline-block;
    vertical-align: middle;
}

.bericht_gruppe .kleinbilduniknopf {
    margin: 0px;
    vertical-align: middle;
}

.bericht_gruppe textarea {
    margin-bottom: 16px;
}

.bericht_gruppe hr {
    margin-top: 32px;
    margin-bottom: 32px;
}