@CHARSET "UTF-8";

.celdocpath_Content\.Suche #wrapper {
    display: none;
}

#websearch h1,
#websearch .cel_search_results_total {
    text-align: center;
}

/* --- Formular ---*/

#websearch .websearch_form form {
    display: flex;
    justify-content: center;
    align-content: stretch;
    align-items: center;
}

#websearch .websearch_form input,
#websearch .websearch_form button {
    align-self: stretch;
    border: 1px solid #f0f0f0;
    margin: 0;
    font-size: 14px;
    line-height: 20px;
}

#websearch .websearch_form input {
    width: 80%;
    max-width: 500px;
    min-width: 15px;
    padding: 2px 10px;
}

#websearch .websearch_form button {
    color: #747474;
    background: #f0f0f0;
    font-size: 0;
    line-height: 0;
    border-left: none;
}

#websearch .websearch_form button:hover {
    color: #333333;
    cursor: pointer;
}

#websearch .websearch_form input:focus,
#websearch .websearch_form input:focus + button {
    outline: none;
    border-color: #747474;
}

#websearch .websearch_form button::before {
    font-family: "Font Awesome 6 Free";
    content: "\f002";
    font-size: 16px;
    line-height: 100%;
}

/* --- Resultate ---*/
#websearch .results > ul {
    margin: 0;
    padding: 0;
}

#websearch .results > ul > li {
    float: left;
}

#websearch .results h2,
#websearch .results .subscribeToArticle {
    display: none;
}

#websearch .results .cel_search_results_total {
    display: block;
    font-family: 'Delius', cursive;
    font-size: 18px;
    line-height: 25px;
    color: black;
    font-weight: bold;
    margin-top: 20px;
}

#websearch .results .article_abstract.future {
    background: linear-gradient(180deg, rgba(170, 170, 170, 1) 0px, rgba(170, 170, 170, 1) 120px, rgba(240, 240, 240, 1) 120px, rgba(240, 240, 240, 1) 100%);
}
