.navbar .tx-kesearch-pi1 {
    width: 20rem;
    display: flex;
    align-items: center;
}

.tx-kesearch-pi1 input[type="submit"], .tx-kesearch-pi1 .resetButton {
    max-width: 38px;
    background-size: 50% 50%;
    background-repeat: no-repeat;
    background-position: center;
}
.tx-kesearch-pi1 input[type="submit"] {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="white" class="bi bi-search" viewBox="0 0 16 16"><path d="M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001q.044.06.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1 1 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0"/></svg>');
}
.tx-kesearch-pi1 .resetButton {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="white" class="bi bi-trash3-fill" viewBox="0 0 16 16"><path d="M11 1.5v1h3.5a.5.5 0 0 1 0 1h-.538l-.853 10.66A2 2 0 0 1 11.115 16h-6.23a2 2 0 0 1-1.994-1.84L2.038 3.5H1.5a.5.5 0 0 1 0-1H5v-1A1.5 1.5 0 0 1 6.5 0h3A1.5 1.5 0 0 1 11 1.5m-5 0v1h4v-1a.5.5 0 0 0-.5-.5h-3a.5.5 0 0 0-.5.5M4.5 5.029l.5 8.5a.5.5 0 1 0 .998-.06l-.5-8.5a.5.5 0 1 0-.998.06m6.53-.528a.5.5 0 0 0-.528.47l-.5 8.5a.5.5 0 0 0 .998.058l.5-8.5a.5.5 0 0 0-.47-.528M8 4.5a.5.5 0 0 0-.5.5v8.5a.5.5 0 0 0 1 0V5a.5.5 0 0 0-.5-.5"/></svg>');
}
.input-group-lg > .form-control {
    height: auto;
}
.input-group-lg input[type="submit"], .input-group-lg .resetButton {
    max-width: 48px;
}

.tx-kesearch-pi1 .result-teaser, .tx-kesearch-pi1 .add-info {
    display: none;
}
.tx-kesearch-pi1 .hit {
    background-color: #FFFBDB;
    border-radius: 0.3rem;
    padding: 0.1rem 0.2rem;
}

.unterseite main .tx-kesearch-pi1 ul li::before {
    content: "";
}

.tx-kesearch-pi1 .pages_total {
	display: flex;
    flex-direction: column;
    align-items: center;
}

