.tx-mmfundbuero .suchfeld {
    margin-bottom: 30px;
}

.tx-mmfundbuero .suchfeld form {
    margin-left: 20px;
    margin-top: -2px;
}

.tx-mmfundbuero .filter-wrap {
    background: #eee;
}

.tx-mmfundbuero table.tx_mmfundbuero_list {
    border-spacing: 2px;
}

.tx-mmfundbuero table.tx_mmfundbuero_list tbody tr.fundbueroHeader {
    background: #ef181e;
    text-align: center;
}

.tx-mmfundbuero table.tx_mmfundbuero_list tbody tr.fundbueroHeader a {
    color: #fff;
    font-weight: 400;
    text-decoration: none;
}

.tx-mmfundbuero table.tx_mmfundbuero_list tbody tr.fundbueroHeader th {
    padding: 5px;
}

.tx-mmfundbuero table.tx_mmfundbuero_list tbody tr td {
    padding: 7px;
}

.tx-mmfundbuero table.tx_mmfundbuero_list tbody tr:nth-child(even) td {
    background: #eee;
}

.tx-mmfundbuero nav.pagination-wrap ul.pagination {
    position: relative;
    margin: 0;
}

.tx-mmfundbuero nav.pagination-wrap ul.pagination li {
    background: #eee;
    padding: 5px 15px;
}

.tx-mmfundbuero nav.pagination-wrap ul.pagination li a {
    text-decoration: none;
}

.tx-mmfundbuero nav.pagination-wrap ul.pagination li.current,
.tx-mmfundbuero nav.pagination-wrap ul.pagination li:hover {
    background: #333;
}

.tx-mmfundbuero nav.pagination-wrap ul.pagination li.current a,
.tx-mmfundbuero nav.pagination-wrap ul.pagination li:hover a {
    color: #fff;
}

.tx-mmfundbuero nav.pagination-wrap ul.pagination li.pagination-first a::before {
    content: "«";
    font-size: 24px;
    position: absolute;
    top: -3px;
}

.tx-mmfundbuero nav.pagination-wrap ul.pagination li.pagination-last a::before {
    content: "»";
    font-size: 24px;
    position: absolute;
    top: -3px;
}

.tx-mmfundbuero nav.pagination-wrap ul.pagination li.pagination-previous a:before {
    content: "‹";
    font-size: 24px;
    position: absolute;
    top: -3px;
}

.tx-mmfundbuero nav.pagination-wrap ul.pagination li.pagination-next a:before{
    content: "›";
    font-size: 24px;
    position: absolute;
    top: -3px;
}

/*------------------------------------*\
  #EINGABEFORMULAR FUNDSACHE
\*------------------------------------*/
.tx-mmfundbuero form .fundsachen-formular label {
    width: 100%;
    margin-bottom: 3px;
}

.tx-mmfundbuero form .fundsachen-formular .fundsachen-formular-item {
    margin-bottom: 20px;
}

.tx-mmfundbuero form .fundsachen-formular .fundsachen-formular-item input#ort,
.tx-mmfundbuero form .fundsachen-formular .fundsachen-formular-item input#beschreibung,
.tx-mmfundbuero form .fundsachen-formular .fundsachen-formular-item input#bemerkung,
.tx-mmfundbuero form .fundsachen-formular .fundsachen-formular-item input#vorname,
.tx-mmfundbuero form .fundsachen-formular .fundsachen-formular-item input#nachname,
.tx-mmfundbuero form .fundsachen-formular .fundsachen-formular-item input#strasse,
.tx-mmfundbuero form .fundsachen-formular .fundsachen-formular-item input#plz,
.tx-mmfundbuero form .fundsachen-formular .fundsachen-formular-item input#wohnort,
.tx-mmfundbuero form .fundsachen-formular .fundsachen-formular-item input#telefon,
.tx-mmfundbuero form .fundsachen-formular .fundsachen-formular-item input#telefax,
.tx-mmfundbuero form .fundsachen-formular .fundsachen-formular-item input#email {
    width: 400px;
}

.tx-mmfundbuero ul.typo3-messages {
    list-style: none;
    padding: 0;
}



