.chosen-container-single .chosen-single span {
  min-height: 20px;
}
.chosen-container-single .chosen-single {
  font-size: 14px;
  line-height: 20px;
}
.chosen-container-single .chosen-single,
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  height: auto;
  padding: 6px 12px;
  background: none;
  border-color: #a6a6a6;
  border-radius: 2px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.chosen-container-active.chosen-with-drop .chosen-single {
  background: none;
  border-color: #a6a6a6;
  border-radius: 2px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.chosen-container-single .chosen-single div,
.chosen-container-active.chosen-with-drop .chosen-single div {
  background-image: linear-gradient(to bottom, #ffffff 0px, #e9e9e9 100%);
  background-color: rgba(0, 0, 0, 0);
  border-left: 1px solid #a6a6a6;
  width: auto;
}
.chosen-container-single .chosen-single div b {
  height: 18px;
  width: 18px;
  margin: 6px;
  background: url("chosen-sprite.png") no-repeat scroll 3px 2px rgba(0, 0, 0, 0);
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -15px 2px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  top: 7px;
}
.chosen-container-multi .chosen-choices li.search-choice {
  padding: 6px 20px 6px 5px;
}
.chosen-container-single .chosen-single abbr {
  top: 10px;
  right: 36px;
}
.navbar-brand {
  height: auto;
  min-height: 50px;
  white-space: nowrap;
}
@media (min-width: 768px) {
  #stickout .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .navbar-header {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  #myNavbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  #myNavbar .navbar-form {
    padding-right: 0;
  }
  #myNavbar > .col-sm-3 {
    padding-right: 0;
  }
  .search-form-container {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 260px;
            flex: 0 0 260px;
    min-width: 0;
  }
}
.index-link-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
@media (min-width: 768px) {
  .index-link-container {
    margin-top: 4px;
  }
}
.index-link-container a {
  padding: 6px;
}
.visible-xs-inline,
tr.visible-xs-inline,
th.visible-xs-inline,
td.visible-xs-inline {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
.margin-bottom {
  margin-bottom: 20px;
}
.well > .bib-index {
  padding-left: 0;
}
.bib-index {
  list-style-type: none;
  padding-left: 20px;
}
.pad-1 {
  padding-left: 2em;
}
.pad-2 {
  padding-left: 4em;
}
.pad-3 {
  padding-left: 6em;
}
.pad-4 {
  padding-left: 8em;
}
.pad-5 {
  padding-left: 10em;
}
.klasse-1 {
  background: #FFFDD7;
}
.klasse-1.well {
  background: #FFFDD7;
  position: relative;
}
.klasse-2 {
  background: #ffff96;
}
.klasse-2.well {
  background: #ffff96;
  position: relative;
}
.klasse-3 {
  background: #E0E0E0;
}
.klasse-3.well {
  background: #E0E0E0;
  position: relative;
}
.klasse-4 {
  background: #9BD9FF;
}
.klasse-4.well {
  background: #9BD9FF;
  position: relative;
}
.klasse-5 {
  background: #FFA5A1;
}
.klasse-5.well {
  background: #FFA5A1;
  position: relative;
}
.klasse-6 {
  background: #B3FF9B;
}
.klasse-6.well {
  background: #B3FF9B;
  position: relative;
}
.klasse-7 {
  background: #FFD2B4;
}
.klasse-7.well {
  background: #FFD2B4;
  position: relative;
}
.klasse-8 {
  background: #9FEFC3;
}
.klasse-8.well {
  background: #9FEFC3;
  position: relative;
}
.hover-container .target {
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.hover-container:hover .target {
  opacity: 1;
}
.t-collapse {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-property: height;
  transition-property: height;
  overflow: hidden;
}
.t-collapse.t-collapsed {
  height: 0;
}
.no-focus {
  color: #454545;
}
.no-focus:focus {
  outline: none;
}
h1,
h2,
h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
}
.form-control.inline {
  width: auto;
  display: inline-block;
}
.collapsing {
  -webkit-transition: none;
  transition: none;
}
.collapse {
  overflow: hidden;
  height: 0;
  display: block;
}
#stickout .container a.btn-link {
  margin: 7px 0;
}
.btn-frontend {
  -webkit-user-select: all;
     -moz-user-select: all;
      -ms-user-select: all;
          user-select: all;
  padding-left: 0;
  padding-right: 0;
}
.boku-btn-hover-container .btn-frontend {
  max-width: calc(100% - 12.5px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  text-align: left;
}
.admin {
  display: none;
  position: absolute;
  right: 0;
  top: 6px;
  opacity: 0.3;
}
.admin:hover {
  opacity: 1;
}
.col-xs-12 > .admin {
  top: 20px;
}
.boku-btn-hover-container {
  position: relative;
}
.kl-details a {
  text-decoration: underline;
}
.kl-details a.btn {
  text-decoration: none;
}
.to-top {
  text-decoration: none;
  position: fixed;
  bottom: 0;
  right: 0;
  overflow: hidden;
  border: medium none;
  z-index: 100;
  font-size: 36px;
  background: transparent;
}
.bib-text-en {
  font-size: 90%;
  color: #636363;
  font-style: italic;
}
.nowrap {
  white-space: nowrap;
}
.solr-search-doc {
  margin-bottom: 6px;
  padding: 6px 0px 8px 24px;
}
.solr-search-doc .klasse {
  width: 12px;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
}
.solr-search-doc .beschreibung {
  padding-left: 12px;
  margin-bottom: 18px;
}
.solr-search-doc .siehe_auch {
  padding-left: 12px;
}
.search-form-container {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 220px;
          flex: 0 1 220px;
  min-width: 100px;
}
.search-form-container .form-control {
  min-width: 80px;
  border-radius: 0;
}
.btn-link.text-left {
  text-align: start;
  white-space: normal;
}
.sidebar .btn-block {
  text-align: center;
  text-decoration: none;
}
a {
  text-decoration: none !important;
}
