.pagecontent { padding-bottom: 0.8333rem; }

ul.suchergebnisse-liste {
    padding: 0;
    margin: 0 0 2.2222rem 0;
    list-style: none;
}

.suchergebnisse-eintrag {
    position: relative;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1.2778rem;
    padding: 0.4444rem 0.8333rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-top: 2px solid #CDD4D6;
}

.suchergebnisse-eintrag:nth-child(odd) {
    background: #f8f8f8;
    background: var(--brand-third);
}

.suchergebnisse-eintrag a, .suchergebnisse-eintrag-header > div > div {
    width: calc(100% - 50px);
    color: #16364C;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.suchergebnisse-eintrag-header { 
    font-size: .8rem;
}

.suchergebnisse-eintrag a:where(:hover, :focus, :active) {
    color: var(--wbh-gruen);
    text-decoration: underline;
}


.suchergebnisse-eintrag-buchnummer, .suchergebnisse-eintrag-ausleihbar {
    width: 90px;
}

.suchergebnisse-eintrag-autor {
    width: 300px;
    display: inline-block;
}

.suchergebnisse-eintrag-titel {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-right: 10px;
    padding-left: 10px;
}

audio {
    height: 35px;
    max-width: 100%;
}

input[type="text"], input[type="email"], textarea, input[type="month"], input[type="date"], input[type="number"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0.5rem 8px .8rem 8px;
    border: 1px solid #AAA;
    border-radius: 3px;
    vertical-align: middle;
}

select {
    max-width: 100%;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0.5rem 8px .8rem 8px;
    border: 1px solid #AAA;
    border-radius: 3px;
    vertical-align: middle;
}

.formular-zeile {
    font-size: 1rem;
    line-height: 1.6875rem;
    margin: 1.5rem 0;
}

.formular-zeile label {
    font-weight: 600;
    padding-left: 1px;
}


input[type="text"]:hover, input[type="text"]:focus, input[type="text"]:active, input[type="email"]:hover, input[type="email"]:focus, input[type="email"]:active, textarea:hover, textarea:focus, textarea:active {
    background: var(--brand-third);
    color: var(--wbh-gruen);
    border-color: var(--wbh-gruen);
}


@media only screen and (max-width: 860px) {
    .suchergebnisse-eintrag {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        overflow: hidden;
    }

    .suchergebnisse-eintrag a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;

        margin-bottom: 10px;
        width: 100%;
    }

    
    .suchergebnisse-eintrag-titel { padding: 0; }
}


/* hoerprobe */
.hoerprobe-open audio {
    display: none;
}

/* action menu */
@media (max-width: 992px) {
    .action-menu {
        border-top: 1px solid #dee2e6;
    }
}

.action-menu i {
    font-size: 1.4rem;
}


.action-menu .nav-pills a.nav-link {
    width: auto;
    display: inline-block;
    padding: 0.25rem;
}


