#auskunft-boxes {
    position: relative;
    margin-bottom: 15px;
}

#auskunft-boxes.has-address-box {
    padding-right: 30%;
}

.auskunft-box {
    padding: 5px;
    margin-top: 5px;
    border: 1px solid #646465;
    background-color: #ebebeb;
    overflow: hidden;
}

#auskunft-ort-box {
    margin-top: 0;
}

#auskunft-adresse-box {
    position: absolute;
    margin-top: 0;
    top: 0;
    right: 0;
    width: calc(30% - 5px);
    height: calc(100% - 32px);
}

#auskunft-adresse-box + #auskunft-anzahl-box {
    position: absolute;
    margin-top: 0;
    bottom: 0;
    right: 0;
    width: calc(30% - 5px);
    height: 27px;
    white-space: nowrap;
}

#auskunft-ort-label,
#auskunft-suche-label,
#auskunft-anzahl-label,
#auskunft-bezeichnung-label,
#auskunft-seitenauswahl label {
    font-weight: bold;
}

#auskunft-adresse-name,
#auskunft-zeit-label,
#auskunft-fundgruppe-label {
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
}

#auskunft-suche-box form {
    display: inline-block;
}

#auskunft-anzahl-einheit {
    display: inline-block;
}

#auskunft-bezeichnung-box {
    height: 27px;
}

#auskunft-seitenauswahl {
    height: 27px;
    white-space: nowrap;
}

.auskunft-zeit-item {
    float: left;
    margin-right: 10px;
    text-align: center;
}

.auskunft-zeit-item label {
    display: block;
}

.auskunft-clear:before,
.auskunft-clear:after {
    content: ' ';
    display: table;
}

.auskunft-clear:after {
    clear: both;
}

.auskunft-fundgruppe-ul {
    width: 100%;
    columns: auto 3;
    list-style: none;
    padding-left: 0;
    margin-right: 15px;
}

.auskunft-fundgruppe-li a:before {
    content: '➤ ';
}

.auskunft-fundgruppe-li-aktiv {
    font-weight: bold;
}

.auskunft-link {
    text-decoration: underline;
}

#auskunft-uebersicht-auswahl {
    margin-bottom: 10px;
}

#auskunft-adresse-topics,
#auskunft-adresse-fundmeldung,
#auskunft-adresse-verlustmeldung,
#auskunft-adresse-data-protection,
#auskunft-uebersicht-zurueck {
    margin-top: 10px;
}

.trow.auskunft-table-row-0 {
    background-color: #eee;
}

.trow.auskunft-table-row-1 {
    background-color: #d8d8d8;
}

#auskunft-layer {
    position: absolute;
    display: none;
    padding: 15px;
    border: 1px solid #646465;
    background-color: #fff;
}

#auskunft-layer-headline {
    font-weight: bold;
    font-size: 14px;
    padding-right: 25px;
    margin-bottom: 5px;
}

#auskunft-layer-close {
    position: absolute;
    right: 5px;
    top: 2px;
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
}

#auskunft-layer-adresse-plzort {
    margin-bottom: 5px;
}

#auskunft-layer a {
    text-decoration: underline;
}

.auskunft-table-cell-comment {
    border-top: 1px solid #fafafa;
}

.auskunft-table-cell-details {
    vertical-align: middle;
}

@media (max-width: 768px) {
    #auskunft-boxes #auskunft-adresse-box {
        display: none;
    }

    #auskunft-boxes {
        padding-bottom: 32px;
    }

    #auskunft-boxes.has-address-box {
        padding-right: 0;
    }

    #auskunft-anzahl-box {
        width: 100%;
    }

    #auskunft-fundgruppe {
        display: block;
    }

    .auskunft-fundgruppe-ul {
        margin-right: 0;
    }

    .auskunft-table-row-comment {
        margin-top: -11px;
    }
}