body {
  padding-top: 50px;
}
abbr[title] {
  text-decoration: none;
}
#staticImage {
  height: 350px;
  text-align: center;
  position: relative;
  max-width: 2000px;
  margin: 0 auto;
}
#staticImage img {
  height: 100%;
}
#staticImage .bgImage {
  width: 100%;
  height: inherit;
  background-image: url(/img/carousel/badw_fassade_small.jpg);
}
#staticImage .bgImage .copyright {
  color: white;
  font-size: 12px;
  position: absolute;
  bottom: 2px;
  right: 5px;
  opacity: 0.8;
}
#staticImage .bgImage .copyright:hover {
  opacity: 1;
}
#staticImage .text {
  position: absolute;
  top: 25%;
  color: #fff;
  padding: 30px;
  background-color: rgba(0, 0, 0, 0.5);
  left: 0;
  right: 0;
  border-radius: 5px;
  display: block;
  width: 700px;
  margin: 0 auto;
}
#staticImage .text h1 {
  font-weight: bold;
}
#staticImage .text p {
  font-size: 18px;
}
nav.navbar {
  background-color: #fff;
}
.navbar-brand {
  font-family: 'Work Sans', sans-serif;
  font-size: 33px;
  padding-top: 10px;
}
@media (max-width: 767px) {
  .navbar-brand {
    font-size: 26px;
  }
}
@media (max-width: 321px) {
  .navbar-brand {
    font-size: 20px;
  }
}
.navbar-brand .darkerBlue {
  color: #004077;
}
.navbar-brand .lighterBlue {
  color: #82BDD6;
}
.navbar-brand a {
  border-bottom: 4px double lightblue;
  text-decoration: none;
}
.navbar-nav.navbar-right:last-child {
  margin-right: 0;
}
.startPageSearch,
.startPagePreviews {
  margin-top: 70px;
}
.startPageSearch #name,
.startPagePreviews #name,
.startPageSearch #einfache-suche-btn,
.startPagePreviews #einfache-suche-btn {
  height: 40px;
  font-size: 18px;
}
.startPageSearch #einfache-suche-btn,
.startPagePreviews #einfache-suche-btn {
  width: 50px;
}
.startPageSearch .twitter-typeahead .tt-query,
.startPagePreviews .twitter-typeahead .tt-query,
.startPageSearch .twitter-typeahead .tt-hint,
.startPagePreviews .twitter-typeahead .tt-hint {
  height: 40px;
  font-size: 18px;
}
#myCarousel,
#myCarousel .item,
.carousel-inner > .item > img {
  height: 350px;
}
.startPagePreviews .thumbnail {
  padding-top: 30px;
  text-align: center;
}
.startPagePreviews .thumbnail > .glyphicon,
.startPagePreviews .thumbnail > .fa {
  font-size: 100px;
  color: #AEC8EA;
}
.startPagePreviews .thumbnail li .fa,
.startPagePreviews .thumbnail li .glyphicon {
  font-size: 20px;
  vertical-align: bottom;
}
#thirdColumn {
  position: relative;
}
.todo {
  color: hotpink !important;
}
.todo a,
.todo p,
.todo span {
  color: hotpink !important;
}
.media {
  border-bottom: 1px dotted grey;
}
h1 > a {
  font-size: 14px !important;
}
#searchFormContainer {
  margin: 30px 0;
}
.search-results {
  /* width: 50%;*/
}
.facet-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 3px 5px 0px;
}
.facet-item:last-child {
  border-bottom: none;
}
li.facet-item.active {
  display: none;
}
.search-top {
  margin-top: 10px;
}
.right-box {
  border-left: 1px solid grey;
}
.left-box {
  border-right: 1px solid grey;
}
.nextlink {
  text-align: right;
}
.detail-map {
  height: 400px;
}
.search-map {
  height: 600px;
}
.start-map {
  height: 400px;
}
.specificPaddingBody {
  padding: 15px 15px 0 15px;
}
.bioartikel {
  /*h4 {
    margin-top: 20px;
    margin-bottom: 5px;
  }*/
}
.bioartikel p {
  line-height: 23px;
}
.treffer-liste-elem {
  margin-top: 0;
  padding: 10px;
  transition: background-color 0.2s;
}
.treffer-liste-elem:last-child {
  border-bottom: none;
}
.ortsfilter {
  background: #FFFFFF;
  background: rgba(255, 255, 255, 0.6);
  padding: 6px;
  border-radius: 10px;
  font-style: oblique;
}
.ortsfilter label {
  margin-bottom: 0;
}
.treffer-liste-elem:hover {
  background-color: #e6eef8;
}
.twitter-typeahead {
  width: 100%;
}
.twitter-typeahead .tt-query,
.twitter-typeahead .tt-hint {
  margin-bottom: 0;
}
.tt-cursor {
  background-color: #ddd;
}
.tt-hint {
  display: block;
  width: 100%;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #888;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #AEC8EA;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.tt-input {
  display: block;
  width: 100%;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  /*color: #999;*/
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #AEC8EA;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-border-top-left-radius: 4px !important;
  -webkit-border-bottom-left-radius: 4px !important;
  -moz-border-radius-topleft: 4px !important;
  -moz-border-radius-bottomleft: 4px !important;
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}
.tt-dropdown-menu {
  min-width: 160px;
  margin-top: 2px;
  padding: 5px 0;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
  z-index: 10000 !important;
}
.tt-suggestion {
  display: block;
  padding: 3px 20px;
}
.tt-suggestion.tt-is-under-cursor {
  color: #fff;
  background-color: #428bca;
}
.tt-suggestion.tt-is-under-cursor a {
  color: #fff;
}
.tt-suggestion p {
  margin: 0;
}
.openFacetIcon {
  font-size: 17px;
  color: #aaa;
}
.openFacetIcon:hover {
  color: #3276b1;
}
.pagination {
  margin: 0 0 10px 0;
}
.pagination li a,
.pagination li a span {
  font-size: 80%;
}
.detailPagination {
  margin-bottom: 30px;
  z-index: 10;
}
#select-all-treffer-elems,
.sort-treffer {
  font-size: 80%;
  height: 29px;
}
.sort-treffer {
  padding: 6px;
}
#searchForm label {
  font-size: 12px;
}
.artikel .glyphicon {
  font-size: 12px;
}
.notimplemented .glyphicon {
  font-size: 36px;
}
.request-facet .glyphicon {
  color: darkred;
}
.request-facet:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.result-facet span {
  font-size: 90%;
}
.result-facet .badge {
  font-size: 80%;
}
.result-facet:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.result-facet .facetTitle {
  width: 80%;
  display: inline-block;
}
.result-facet .facetCount {
  display: inline-block;
}
.incrDecrFacetCount {
  margin: 5px auto;
  display: block;
  position: relative;
  height: 25px;
  width: 60px;
}
.incrDecrFacetCount > .btn {
  font-size: 15px;
  line-height: 0.7;
  width: 30px;
}
.treffer-chckbox-top {
  margin-left: 5px;
}
#collapse-facet-plc {
  display: none;
}
#collapse-facet-f_rel {
  display: none;
}
#logo {
  background-color: #fff;
}
#logo img {
  margin-top: 11px;
}
.nav-pills li a {
  padding: 5px 7px;
  color: #999;
}
.nav-pills li a:hover {
  color: #3276b1;
}
.navigationSidebar {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .navigationSidebar ul {
    position: relative !important;
  }
}
.navigationSidebar ul.fixedSidebar {
  position: fixed;
  top: 70px;
}
.navigationSidebar .nav-pills > li {
  float: none;
}
h4.subHeading {
  padding-top: 80px;
  margin-top: -70px;
}
.kopf {
  padding: 10px 15px 30px 0px;
}
.btn-label {
  position: relative;
  display: inline-block;
  padding: 3px 0;
  color: #909090;
}
.btn-labeled {
  padding-top: 0;
  padding-bottom: 0;
  border-color: #AEC8EA;
}
.hiko-btn {
  border-color: #AEC8EA;
}
.artikel {
  /*margin-left: -40px;
  margin-right: -40px;
  padding: 5px 15px;*/
  border-top: 1px solid #e6eef8;
}
.artikel:first-of-type {
  border-top: none;
}
.artikel:last-child {
  border-bottom: none;
}
.artikel h5 {
  margin: 20px 0 5px 0;
  font-size: 15px;
}
.artikel p,
.artikel h5 {
  color: #333;
}
.artikel .fa-info-circle {
  color: #999;
}
.legendItem {
  margin: 15px 20px 15px 0;
  display: inline-block;
  border-bottom: 1px solid lightgrey;
  padding: 0 5px 5px 5px;
}
.tab-content {
  padding: 10px;
}
.subHeading,
h4 {
  color: #333;
}
h4.subHeading {
  font-size: 20px;
}
.italics {
  font-style: italic !important;
}
.antiqua {
  font-style: italic !important;
}
.abbr {
  border-bottom: 1px dotted blue;
}
.sup,
.super {
  font-size: 66%;
  vertical-align: super;
}
.sub {
  font-size: 66%;
  vertical-align: sub;
}
.spaced {
  letter-spacing: 0.2em;
}
.center {
  text-align: center;
}
.small {
  font-size: 100% !important;
}
.smaller {
  font-size: 90%;
}
.pb {
  color: #F1;
}
.bold {
  font-weight: bold;
}
.line {
  display: block;
}
.linegroup {
  margin-left: 10px;
}
.help {
  cursor: help;
}
.rights img {
  height: 30px;
  margin: 10px 0;
}
#nodeInfo {
  position: absolute;
  top: 0;
  left: 0;
  right: 15px;
  max-width: 100%;
  margin: 0px 0 0 15px;
  background-color: rgba(0, 0, 0, 0.1);
  padding: 10px 20% 10px 10px;
  z-index: 90;
}
#nodeInfo > h3 {
  margin-top: 0;
  margin-bottom: 5px;
}
#nodeInfo > p {
  margin-bottom: 5px;
}
#graphLegend {
  position: absolute;
  bottom: 2px;
  background-color: rgba(0, 0, 0, 0.1);
  left: 15px;
  padding: 0px 4px;
  right: 15px;
}
#graphLegend p {
  margin: 0;
  font-size: 11px;
  color: #999;
  cursor: default;
}
.footer-list {
  background-color: #e6eef8;
  color: #001D5C !important;
  text-align: center;
}
.footer-list li {
  float: left;
}
.bottom-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}
.wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -50px;
  /* the bottom margin is the negative value of the footer's height*/
}
.footer {
  margin-top: 100px;
}
.footer .logos {
  display: inline;
}
.footer .logos img {
  height: 40px;
  margin: 5px;
}
#links {
  position: relative;
}
#links #demarkierbutton {
  position: absolute;
  top: 10px;
  right: 25px;
  z-index: 100;
}
#footer {
  height: 170px;
  text-align: center;
  border-top: 1px solid gray;
  margin-top: 10px;
  padding: 5px 10px;
  background: #f5f5f5;
  border-color: #ddd;
}
#footer li {
  list-style: none;
}
.footer_links {
  width: 49%;
  float: left;
  display: inline;
}
.footer_rechts {
  width: 49%;
  float: right;
  display: inline;
}
.dbhide {
  display: none;
}
.inline-submit-btn {
  vertical-align: top;
}
.mTop10 {
  margin-top: 10px;
}
.mTopBottom10 {
  margin: 10px 0;
}
ul.dropdown-menu-form {
  padding: 5px 10px 0;
  max-height: 300px;
  overflow-y: scroll;
}
.ok-feedback {
  display: none;
}
.active .ok-feedback {
  display: inline-block;
}
#externalContent h3 {
  margin-top: 40px;
}
.alert-info {
  background-color: #e6eef8;
  color: #001D5C;
  height: 39px;
  padding: 9px;
  border: none;
}
/*
#einfache-suche-btn{
  background-color: @hikohellblau;
  color: @hikodunkelblau;
  border: 1px solid @hikohellblau;
}
*/
#groupSelectionList .panel-body {
  border: 1px solid #AEC8EA;
  padding: 15px;
  margin: 10px 0;
  border-radius: 4px;
}
#royalFamilyCheckBox > label {
  margin-bottom: 0;
}
#royalFamilyCheckBox .checkbox {
  margin-top: 0;
  margin-bottom: 0;
}
#contentDetails > div > .panel-default {
  border: 1px solid #AEC8EA;
}
.form-control {
  border: 1px solid #AEC8EA;
}
#categoryCheckbox .btn-default {
  background-color: transparent;
  box-shadow: none;
  border-color: #AEC8EA;
  margin-bottom: 1px;
}
#categoryCheckbox .btn-default .ok-feedback {
  color: #AEC8EA;
}
#categoryCheckbox .btn-group-justified {
  margin-bottom: 5px;
}
#categoryCheckbox .btn-group-justified:last-child {
  margin-bottom: 0;
}
#categoryCheckbox .btn-group-justified .btn-group:first-child {
  margin-right: 5px;
}
#categoryCheckbox .btn-group-justified .btn-group:last-child {
  margin-left: 5px;
}
#pin-selektion-link {
  background-color: #FFF;
}
#pin-selektion-link.active {
  background-color: #AEC8EA;
}
.search-results .media-heading a {
  color: #001D5C;
  font-weight: bold;
}
.indexlabel {
  font-weight: 400;
  text-align: left !important;
  width: 150px !important;
  /*color: #999;*/
}
.indexvalue {
  font-weight: 600;
  margin-left: 150px !important;
}
a[href^="http"]:after {
  content: "\f08e";
  font-family: FontAwesome;
  padding-left: 3px;
}
.start-map,
.detail-map,
.search-map {
  position: relative;
}
.mapOptionBtns {
  margin-top: 3px;
}
.mapOverlay {
  position: absolute;
  top: 15%;
  bottom: 15%;
  right: 15%;
  left: 15%;
  background-color: rgba(255, 255, 255, 0.85);
  text-align: center;
  padding: 14% 10% 0;
}
.mapOverlay h4 {
  margin-top: 10%;
}
.mapOverlay p {
  color: #666;
  font-size: small;
}
#activateMapBtn {
  margin-bottom: 20px;
}
.leaflet-right {
  left: 50px;
}
.geoVerteilung .leaflet-top .geo {
  display: none;
}
.popover {
  max-width: 500px;
}
.panel-today {
  background-color: #f0f9ff;
}
.panel-today .panel-heading {
  background-color: #5999d0;
  color: #fff;
}
.panel-today .panel-heading h3 {
  font-weight: bold;
  font-size: 17px;
  margin: 5px;
}
.panel-today .panel-heading h3 span {
  font-weight: normal;
}
.panel-today .panel-heading h3 .badge {
  background-color: #285479;
}
.centeredText {
  text-align: center;
}
.peopleCount .fa-user,
.peopleDescription .fa-user,
.peopleCount .fa-plus,
.peopleDescription .fa-plus {
  cursor: pointer;
}
.peopleCount .fa-plus,
.peopleDescription .fa-plus {
  margin: 0 3px;
  font-size: 10px;
}
.peopleCount .fa-user,
.peopleDescription .fa-user {
  font-size: 12px;
}
.peopleCount .fa-user.born,
.peopleDescription .fa-user.born {
  color: #FF6384;
}
.peopleCount .fa-user.died,
.peopleDescription .fa-user.died {
  color: #5999D0;
}
.peopleCount:hover .fa-user.born,
.peopleDescription:hover .fa-user.born {
  color: #ce4663;
}
.peopleCount:hover .fa-user.died,
.peopleDescription:hover .fa-user.died {
  color: #376790;
}
.hidden {
  display: none;
}
