@import url('/typo3conf/ext/min_theme_duelmen_main/Resources/Public/Css/app.css');
.footer-container {
    border-top: 10px solid var(--cthree);
    position: relative;
    /*background: var(--footerone)*/
    /*background: #fff*/
}
.footer-container::after {
    content: "";
    background-image: url("/fileadmin/_buecherei/grafiken/buecherei_owl.svg");
    background-repeat: no-repeat;
    background-position: center 360px;
    /*background-position: left 150%;*/
    background-size: 100%;
    opacity: 1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}
.iconcards .card {
    border-bottom: 10px solid #E6007E!important;
}
.iconcards .min-icon img {
    max-height:60px; width: auto;filter: invert(11%) sepia(96%) saturate(5454%) hue-rotate(316deg) brightness(93%) contrast(101%); opacity(.9);
}
.libsearch {
    background: var(--cone);
}
.libsearch > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px 10px;
}
.libsearch > div span {
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    margin-right: 15px;
}
.libsearch > div .libsearchfield {
    max-width: max-content;
    color: white;
    margin-bottom: 0;
}
.libsearch > div .libsubmit {
    height: 2.4375rem;
    width: max-content;
    position: relative;
    background: white;
}
.libsearch > div .libsubmit input {
    margin: 0;
    color: #fff;
    font-size: 1px !important;
    padding: 0 20px;
    padding: 0 17px;
    height: 100%;
    max-width: 100%;
    max-width: 1px;
    min-width: 0;
    background: inherit;
    text-align: center;
    text-decoration: none;
    border-radius: 2px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;

}

.libsearch > div .libsubmit input:hover {
    text-decoration: none;
    cursor: pointer;
    background-color: #f8f8f8;
    background-image: -moz-linear-gradient(center top , #f8f8f8, #f1f1f1);
    border: 1px solid #c6c6c6;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.libsearch > div .libsubmit::after {
font-family: "Font Awesome 6 Pro";
    font-size: 20px;
    content: "\f002";
    position: absolute;
    right: 7px;
    top: 5px;
    pointer-events: none;
    color: var(--cone) !important;
}