.tx-kesearch-pi1 {
     font-family: 'UniversLTStd-Light', sans-serif !important;
    max-width: 1200px;
    margin: 0 auto;
    color: #33322f;
}

/* Clearer */
.tx-kesearch-pi1 .clearer {
    display: block;
    height: 1px;
    line-height: 1px;
    clear: both;
}

/* Form Elements */
.tx-kesearch-pi1 form {
    border: 0 none;
    margin: 0 0 30px 0;
}

.tx-kesearch-pi1 form fieldset {
    margin: 0;
    padding: 0;
    border: none;
}

.tx-kesearch-pi1 .kesearch_searchbox {
    border: none;
    max-width: 600px;
}

.tx-kesearch-pi1 input[type="search"] {
    display: block;
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-size: 1rem;
    color: #33322f;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    -webkit-appearance: none;
}

.tx-kesearch-pi1 input[type="search"]:focus,
.tx-kesearch-pi1 input[type="search"]:hover {
    outline: none;
    border-color: #CD1719;
    box-shadow: 0 0 0 4px rgba(205, 23, 25, 0.12);
}

.tx-kesearch-pi1 select,
.tx-kesearch-pi1 textarea {
    padding: 10px 14px;
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
     font-family: 'UniversLTStd-Light', sans-serif !important;
    color: #33322f;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.tx-kesearch-pi1 select:focus,
.tx-kesearch-pi1 select:hover,
.tx-kesearch-pi1 textarea:focus,
.tx-kesearch-pi1 textarea:hover {
    outline: none;
    border-color: #CD1719;
    box-shadow: 0 0 0 4px rgba(205, 23, 25, 0.12);
}

/* Buttons */
.tx-kesearch-pi1 span.resetbutt a,
.tx-kesearch-pi1 span.submitbutt input,
.tx-kesearch-pi1 input.kesGreyButt,
.tx-kesearch-pi1 span.kesGreyButt,
.tx-kesearch-pi1 a.kesGreyButt {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
    padding: 10px 18px;
    font-size: 0.95rem;
     font-family: 'UniversLTStd-Light', sans-serif !important;
    cursor: pointer;
    text-decoration: none;
    margin-right: 10px;
    margin-top: 10px;
    min-width: 80px;
    transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

.tx-kesearch-pi1 span.resetbutt a {
    background-color: transparent;
    color: #676767;
    border: 1px solid #e0e0e0;
}

.tx-kesearch-pi1 span.resetbutt a:hover {
    background-color: #f5f5f5;
    color: #33322f;
    border-color: #d0d0d0;
}

.tx-kesearch-pi1 span.submitbutt input:hover,
.tx-kesearch-pi1 span.submitbutt input:focus,
.tx-kesearch-pi1 input.kesGreyButt:hover,
.tx-kesearch-pi1 span.kesGreyButt:hover,
.tx-kesearch-pi1 a.kesGreyButt:hover {
    color: #000;
    box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.25);
}

/* Suchergebnisse */
.tx-kesearch-pi1 #kesearch_results {
    margin-top: 30px;
}

.tx-kesearch-pi1 #kesearch_results .result-list-item {
    padding: 20px 0;
    border-bottom: 1px solid #e0e0e0;
}

.tx-kesearch-pi1 #kesearch_results .result-title {
    font-family: "UniversLTStd-Bold";
    font-size: 1.2rem;
    margin-bottom: 8px;
}

.tx-kesearch-pi1 #kesearch_results .result-title a {
    color: #CD1719;
    text-decoration: none;
}

.tx-kesearch-pi1 #kesearch_results .result-title a:hover {
    text-decoration: underline;
}

.tx-kesearch-pi1 #kesearch_results .teaser_icon {
    display: none;
}

.tx-kesearch-pi1 #kesearch_results .result-teaser {
    color: #555;
    margin: 10px 0;
}

.tx-kesearch-pi1 #kesearch_results .hit {
    font-weight: bold;
    color: #CD1719;
}

/* Paginierung */
.tx-kesearch-pi1 #kesearch_pagebrowser {
    margin: 30px 0;
    text-align: center;
}

.tx-kesearch-pi1 #kesearch_pagebrowser .pages_total {
    margin-bottom: 10px;
    color: #676767;
}

.tx-kesearch-pi1 #kesearch_pagebrowser a {
    display: inline-block;
    margin: 0 5px;
    padding: 8px 12px;
    border-radius: 4px;
    background-color: #f5f5f5;
    color: #33322f;
    text-decoration: none;
    transition: background-color 0.2s ease;
}

.tx-kesearch-pi1 #kesearch_pagebrowser a:hover {
    background-color: #e0e0e0;
}

.tx-kesearch-pi1 #kesearch_pagebrowser a.current {
    background-color: #CD1719;
    color: #fff;
}

/* Responsive Anpassungen */
@media (max-width: 520px) {
    .tx-kesearch-pi1 .kesearch_searchbox {
        margin: 20px 0;
    }
    
    .tx-kesearch-pi1 span.resetbutt,
    .tx-kesearch-pi1 span.submitbutt {
        display: block;
        width: 100%;
    }
    
    .tx-kesearch-pi1 span.resetbutt a,
    .tx-kesearch-pi1 span.submitbutt input {
        width: 100%;
        display: block;
        margin-right: 0;
    }
}