/* Analytiker_search Styling  ___________________________ */
div#analytiker_search, div#analytiker_search { margin-left:30px; }
div#analytiker_search label {
    width:120px;
    font-weight:bold;
    margin-top:10px;
    clear:both;
    display:block;
    float:left;
    margin-top: 10px;
}
div#analytiker_search select {
    margin-top:10px;
    display:block;
    float:left;
    margin-bottom:20px;
	padding: 10px;	
    width: 50%;
}
div#analytiker_search input {
    border:1px solid var(--dpv-blau_5);
    color:#002d56;
    font-size:14px;
    padding:10px;
    font-weight:bold;
    width:50% !important;
    margin-bottom:10px;
    margin-top: 10px;
    background-color:#f7f8f9;
    height:40px;
}
div#analytiker_search input:focus {
    border:1px solid var(--dpv-blau_5);
    color:#002d56;
    background-color:#ffffff;
}
div#analytiker_search input.submit {
    border:1px solid #d4dfe5;
    color:#ffffff !important;
    padding:4px;
    background-color:#8dc63f;
    width:80px !important;
}
.analytiker_search h3 { margin-left:0px; }
/* Analytiker Search Styling Ende ___________________________ */

/* Startseite Analytiker_search Styling  ___________________________ */
div#start_analytiker_search, div#start_analytiker_search { margin-left:30px; }
div#start_analytiker_search label {
    width:120px;
    font-weight:bold;
    #margin-top:10px;
    clear:both;
    display:block;
    #float:left;
}
div#start_analytiker_search select {
    margin-top:10px;
    display:block;
    float:left;
    margin-bottom:30px;
}
div#start_analytiker_search input {
    border:1px solid #002d56;
    color:#002d56;
    font-size:14px;
    padding:10px;
    font-weight:bold;
    width:200px !important;
    margin-bottom:5px;
    background-color:#f7f8f9;
    height:40px;
}
div#start_analytiker_search input:focus {
    border:1px solid #8dc63f;
    color:#002d56;
    background-color:#ffffff; }
div#start_analytiker_search input.submit {
    border:1px solid #d4dfe5;
    color:#ffffff !important;
    padding:4px;
    background-color:#002d56;
    #background-color:#8dc63f;
    width:80px !important;
}
.start_analytiker_search h3 { margin-left:0px; }
/* Startseite Analytiker Search Styling Ende ___________________________ */


/*------------------------------------------------------*\
//  q23.amo - new styling
\*------------------------------------------------------*/
.analytiker_detail {
    background-color:#d6deea;
}
.analytiker_kontakt_rechts {
    float:right;
    width: 340px;
}
.analytiker_kontakt_links {
    margin-left: 20px;
}
div.analytiker_kontakt_rechts a {  
    border-bottom-color: initial !important;
    color: initial !important;
}
.wfqbe_odd{
    background-color:#FFFFFF;
}

.wfqbe_even{
    background-color:#EEEEEE;
}
.wfqbe_entry {
    transition: .3s all ease-in-out;
}
.wfqbe_entry.is-open {
    color: rgb(255, 255, 255);
    border-bottom-width: 1px;
    border-bottom-color: rgb(255, 255, 255);
    background-color: var(--dpv-blau_6);
    font-weight: bold;
}
.wfqbe_entry a {
    border-bottom-width: 1px;
    border-bottom-color: rgb(141, 198, 63);
    color: rgb(0, 45, 86);	
    #padding: 10px;
}
.member-list th {
    background-color: var(--dpv-blau_5);
    color: #ffffff;
    border-left: 1px solid var(--dpv-blau_6);
    padding: 10px;
    text-align: left;
    border-bottom: 1px solid #ffffff;
}
.member-list td {
    border-left: 0px solid transparent;
    border-right: 0px solid transparent;
    vertical-align: top;
    padding-left: 10px;
}
.member-list .entry_detail {
    background: #d6deea;
}
.member-list .entry_detail td:nth-of-type(2) {
    border-left: 0;
}
.member-pagination {
    margin: 40px 28px;
}
.member-pagination__prev,
.member-pagination__next {
    display: block;
    background-color: #8dc63f;
    color: #ffffff !important;
    width: 20px;
    float: left;
    text-align: center;
    border: 1px solid #cccccc;
    margin-right: 3px;
}
.member-pagination__prev:hover,
.member-pagination__next:hover {
    display: block;
    background-color: #002D56;
    border: 1px solid #8dc63f;
}

.a-mini-search {
    max-width: 300px;
    padding-right: 0;
}
.a-mini-search__inner {
    padding-left: 30px;
}
.a-mini-search input[type="text"] {
    border: 1px solid #002d56;
    color: #002d56;
    font-size: 14px;
    padding: 10px;
    font-weight: bold;
    width: 200px !important;
    margin-bottom: 5px;
    background-color: #f7f8f9;
    height: 40px;
}
.a-mini-search input[type="text"]:focus {
    border-color: #8dc63f;
}
.a-mini-search input[type="submit"] {
    border: 1px solid #d4dfe5;
    color: #ffffff !important;
    padding: 4px;
    background-color: #002d56;
    width: 80px !important;
    height: 40px;
    font-weight: bold;
}
.a-mini-search__he {
    margin-left: 7px;
}