.solr_pagination {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 10px;
}
.solr_pagination .pull-left {
  padding: 0 30px 4px 0;
}
.solr_pagination .dropdown-menu {
  min-width: 90px;
}
.solr_pagination.pagination_after {
  margin-bottom: 150px;
}
.solr_pagination .button-disable:hover {
  cursor: default;
  color: #99a5b9;
  background: #ffffff;
  border-color: #e1e6ee;
  z-index: 0 !important;
}

.searchresult {
  border: 1px solid #ddd;
  padding-bottom: 0px;
  border-radius: 4px;
  margin-bottom: 8px;
}
.searchresult .header > .row, .searchresult .content > .row {
  margin-left: 0px;
  margin-right: 0px;
}
.searchresult .header .header-content {
  margin-bottom: 0.5em;
}
.searchresult .header:hover {
  cursor: pointer;
}
.searchresult .header .expander-icons .position-absolute {
  top: -5px;
  right: 10px;
}
.searchresult .header .expander-icons .expander {
  font-size: 22px;
  color: #003c81;
  padding: 3px;
}
.searchresult .header h2 {
  margin-top: 0;
  margin-bottom: 5px;
  padding-top: 3px;
}
.searchresult .header h3 {
  margin-top: 0;
  padding-top: 5px;
}
.searchresult .content > .row {
  margin-top: 10px;
  margin-bottom: 15px;
}

.searchresult .content {
  border: 1px solid transparent;
}

#berater_suche {
  margin-top: 30px;
}

#bdb_type_buttons button {
  width: 100%;
}

#berater_suche label {
  font-size: 120%;
  line-height: 1.8;
}

#berater_searchresults .picture img {
  max-height: 100%;
  max-width: 100%;
  border-radius: 3px;
  border: 1px solid #eee;
}

#berater_searchresults .header_data {
  font-weight: 700;
  font-size: 17px;
}