
.search_index_header {
  background-color:#49545E;
  padding-left:10px; 
  padding-top:5px; 
  padding-bottom:5px; 
  padding-right:10px; 
  font-size:12px; 
  font-weight:bold; 
  color:#FFF;
}
.sitemap_h2 {
font-size:20px !important;
font-weight: bold;
margin-top:4px;
}
.search_index_header h1 {
font-size:16px;
font-weight: bold;
margin-top:4px;
}
.search_index_header h2 {
font-size:14px;
font-weight: bold;
margin-top:4px;
}
.search_index_erg {
	font-size:16px;
	background:#DDDDDD;
	padding:5px;
}
.search_index_erg_left {
float:left; padding:5px;
}
.search_index_erg_right {
float:right; padding:5px;
}
.search_index_erg_rselect {
float:right; padding:2px;
}


/* hier kommt CSS von der Lupe in der Navigation */
.search-box {
    width: 240px;
    height: 30px;
    background: #3a3a3a;
    border: none;
    font-size: 10pt;
    color: rgb(233, 233, 235);
    padding-left: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 0px;


    -webkit-transition: background .55s ease;
    -moz-transition: background .55s ease;
    -ms-transition: background .55s ease;
    -o-transition: background .55s ease;
    transition: background .55s ease;
}

#search {
    display: none;
    position: relative;
    box-shadow: 0px 2px 1px black;
    width:auto;
    height:auto;
    background-color:white;
    float:right;
    margin-bottom:-40px;
    margin-right: 10px;
    padding:10px;
}



.dropdown {
    position: relative;
    display: inline-block;
    margin-right:-2px;
}

.dropdown .dropdown-menu {
    position: absolute;
    top: 100%;
    display: none;
    margin: 0;
    list-style: none; /** Remove list bullets */
    width: 100%; /** Set the width to 100% of it's parent */
    padding: 0;
}

/** Button Styles **/
.dropdown #changeType {
    background:#000; /* background: rgb(2, 87, 118); */
    background-image: url(../images/elemente/search_down_menu.png);
    background-repeat:no-repeat;
    background-position:8px 50%;
    background-size: 20px;
    color: #FFFFFF;
    border: none;
    margin: 0;
    padding: 0.4em 0.8em;
    padding-left:35px;
    font-size: 1em;
    width: 145px; /* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
    height: 30px;
    text-align: left;
}

/** List Item Styles **/
.dropdown a {
    cursor: pointer;
    display: block;
    padding: 3px 6px 6px 3px;
    text-decoration: none;
    background:#757575; /* background: #00374a; */
    color: rgba(235, 235, 237, 1);
}

/** List Item Hover Styles **/
.dropdown a:hover {
    background: #3a3a3a;
}