/* Block Glossar Suchfeld */
.encyclopedia.search-form {
    width: 95%;
    height: 40px;
    /* max-width: 300px; */
    display: inline-flex;
    margin-bottom: 0px !important;
}

.glossar_search {
    margin-top: 60px;
    margin-bottom: 60px;
}

.glossar_search .widget.widget_encyclopedia_search {
    padding: 0px !important;
}

#searchsubmit\ encyclopedia-search-submit {
    font-size: 16px;
    color: white;
    background-color: #0d6f93;
    padding: 9px 12px;
    display: none;
    width: 50%;
}

#searchsubmit\ encyclopedia-search-submit:hover {
    opacity: 0.9;
}

#encyclopedia-search-term {
    width: 100%;
    height: 40px;
    max-width: 50%;
    font-size: 18px !important;
    background-color: #fcfcfc !important;
    color: #323232 !important;
    font-family: "Montserrat-SemiBold" !important;
    margin-bottom: 0px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    border-right: 2px solid #ddd;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

#encyclopedia-search-term::placeholder {
    font-family: "Montserrat-SemiBold";
    color: #323232;
    padding-left: 5px;
}
