

#onleihe-app {
    max-width: 100%;
    font-family: Arial, sans-serif;
    font-size: 18px;
    line-height: 1.4;
    background: white;
}

@media screen and (min-width: 768px) {
    #onleihe-app, 
    #onleihe-app * {
        max-width: 100% !important;
        margin-inline: 0 !important;
    }
}

/* SEARCH */

.onleihe-search-wrap {
    margin-bottom: 15px;
    display: flex;
}

.onleihe-search {
    width: 100%;
    padding: 12px;
    font-size: 18px;
    background: #fff;
    color: #000;
}


.onleihe-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.onleihe-list li{
    padding: 0 !important;
    margin: 0 !important;
}


/* BUTTON */

.onleihe-lib-btn {
    display: flex;
    width: 100%;
    font-size: 30px;
    font-weight: bold;
    text-align: left;
    background: #fff;
    color: #000;
    cursor: pointer;
    border:none !important;
    border-radius: 0px !important;
    align-items: self-end;
    padding: 25px 15px;
}

.onleihe-lib-btn strong{
    font-weight: 600 !important;
}

.onleihe-lib-btn:active {
    background: #000;
    color: #fff;
}


.onleihe-lib-btn span {
    display: block;
    font-size: 30px;
    font-weight: normal;
    padding-left: 8px;
}


#onleihe-zuletzt h3 {
    font-size: 30px;
}

#onleihe-zuletzt ul {
    list-style: none;
    padding: 0;
}

#onleihe-zuletzt li {
    margin-bottom: 8px;
}

#onleihe-zuletzt a {
    display: block;
    padding: 12px 0px;
    text-decoration: none;
    font-size: 18px;
    color: #000;
}

#onleihe-zuletzt li {
    margin:0px;
}

#onleihe-zuletzt a:active {
    background: #000;
    color: #fff;
}

.onleihe-search-box {
    display: flex;
    align-items: center;
    border: 1px solid #000;
    overflow: hidden;
    background: #fff;
    max-width: 100%;
}

.onleihe-search-box:has(input:focus) {
    border: 2px solid #000 !important;
}


.onleihe-search-box .back-btn,
.onleihe-search-box .search-btn {
    background: #fff;
    border: none;
    font-size: 24px;
    cursor: pointer;
    flex-shrink: 0;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.onleihe-search-box .onleihe-search {
    flex: 1;
    border: none;
    padding: 12px;
    font-size: 18px;
    outline: none;
}

.back-btn {
    background: none;
    cursor: pointer;
    font-size: 1.5em;  
    border: 1px solid black;
    border-radius: 0px;
}

.onleihe-search-box {
    display: flex;
    flex: 1;
}

.onleihe-search {
    flex: 1;
    padding: 0.5em;
    font-size: 1em;
}

.search-btn {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 1.2em;
    padding: 0 0.5em;
}

#onleihe-zuletzt a{
    font-size: 32px !important;
    text-decoration-line: underline !important;
}



.cust-button a{
    background:#1A7CB8;
    color:white !important;
    border: none !important;
}

.cust-button{
    width: 100%;
}

.cust-button a{
    font-size: 32px !important;
    padding: 26px;

}

.cust-headline{
    font-weight: 600;
    font-size: 48px !important;
    margin-top: 20px;
    margin-bottom: 50px;

}