/* Language select, login and search */

#toolbar #language-selector, #toolbar form {
  position: relative;
}

#language-login-search {
  display: flex;
  justify-content: flex-end; 
}
#language-login > * {
}

#toolbar form > input {
  border: none;
  border-radius: 13px;
  width: 100%;
  font-weight: bold;
}

#my-bsag {
  margin-right: 15px;
  width: 130px;
}

form#login-form {
  font-size: 13px;
}
#login-form .icon-lock {
  top: 3px;
  right: 10px;
  font-size: 16px;
  color: #32474F;
  cursor: pointer;
}
input[name="login-field"] {
  padding: 6px 0 2px 15px;
  background-color: white;
  cursor: pointer;
}

#tx-solr-search-form-pi-results {
  width: 223px;
  font-size: 14px;
}

#tx-solr-search-form-pi-results .icon-search {
  top: 3px;
  right: 14px;
  color: #ffffff;
  font-size: 15px;
}

#tx-solr-search-form-pi-results .searchbox-button {
  display: none;
}

#tx-solr-search-form-pi-results .searchbox-sword {
  padding: 4px 0 2px 15px;
}

input[name="search-field"] {
  background-color: rgba(0,0,0,0.20);
  padding: 5px 15px 1px 17px;
  color: white;
}

#toolbar [class^="icon-"] {
  position: absolute;
}

#toolbar {
  height: 32px;
  padding-top: 15px;
  text-align: right;
  margin-left: -10px;
  margin-right: -10px;
}

#toolbar [name="login-field"]::placeholder {
  color: #32474F;
  opacity: 1;
}
#toolbar [name="login-field"]:-ms-input-placeholder {
  color: #32474F;
}
#toolbar [name="login-field"]::-ms-input-placeholder {
  color: #32474F;
}

#toolbar [name="search-field"]::placeholder {
  color: #ffffff;
  opacity: 1;
}
#toolbar [name="search-field"]:-ms-input-placeholder {
  color: #ffffff;
}
#toolbar [name="search-field"]::-ms-input-placeholder {
  color: #ffffff;
}

/* Sprachwähler (language selector) */

#language-selector {
  color: white;
  width: 132px;
  margin-right: 13px;
  vertical-align: top;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 13px;
  height: 22px;
  font-size: 14px;
}
#language-selector.lang-count-2:hover {
  height: 53px;
}
#language-selector.lang-count-3:hover {
  height: 79px;
}
#language-selector ul {
  list-style: none;
  margin: -1px 0 0 0;
  padding: 0 0 0 11px;
  height: 30px;
  overflow: hidden;
  text-align: left;
}
#language-selector li {
  margin: 5px 0px;
}
#language-selector:hover ul {
  height: auto;
}
#language-selector:hover:not(.lang-count-1) .icon-language-selector {
  top: 0;
}
#language-selector a {
  text-transform: uppercase;
  color: white;
  text-decoration: none;
  margin: 5px 0px;
}
#language-selector a:hover {
  text-decoration: underline;
}
#language-selector li.current a {
	font-weight: bold;
}
.icon-language-selector {
  position: absolute;
  right: 2px;
  top: -4px;
}
.icon-language-selector:before {
  content: "\e800";
  color: white;
  font-size: 11px;
  top: 5px;
  right: 22px;
}
/*#language-selector.lang-count-1 .icon-language-selector:before {*/
  /*color: #ccc;*/
/*}*/
#language-selector:hover:not(.lang-count-1) .icon-language-selector:before {
  content: "\e801";
  font-size: 23px;
  top: 2px;
  left: 2px;
}

#blog_bsag {
  color: white;
  width: 130px;
  margin-right: 13px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 13px;
  height: 22px;
  font-size: 14px;
  text-transform: uppercase;
  text-align: left;
  padding-left: 11px;
  padding-top: 2px;
  text-decoration: none;
  font-weight: bold;
}
#blog_bsag::after {
  content: "";
  background-image: url(/fileadmin/public/assets/icons/bsag_blog2.png);
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  position: absolute;
  background-size: 16px;
  top: 3px;
  margin-left: 53px;
}


@media (min-width: 992px) {
  #tx-solr-search-form-pi-results {
    visibility: visible !important;
  }
}
@media (max-width: 991px) {
  #toolbar {
    display: block !important;
    height: 0;
    padding-top: 0;
    visibility: hidden;
  }

  #logos {
    margin-top: 0 !important;
    padding-top: 15px;
  }

  #tx-solr-search-form-pi-results {
    top: 150px;
  }

  #tx-solr-search-form-pi-results > .searchbox-sword {
    background: rgb(68,90,96);
    background: -moz-linear-gradient(bottom, rgba(68,90,96,1) 0%, rgba(67,89,95,1) 36%, rgba(34,44,50,1) 100%);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0%,rgba(68,90,96,1)), color-stop(36%,rgba(67,89,95,1)), color-stop(100%,rgba(34,44,50,1)));
    background: -webkit-linear-gradient(bottom, rgba(68,90,96,1) 0%,rgba(67,89,95,1) 36%,rgba(34,44,50,1) 100%);
    background: -o-linear-gradient(bottom, rgba(68,90,96,1) 0%,rgba(67,89,95,1) 36%,rgba(34,44,50,1) 100%);
    background: -ms-linear-gradient(bottom, rgba(68,90,96,1) 0%,rgba(67,89,95,1) 36%,rgba(34,44,50,1) 100%);
    background: linear-gradient(to top, rgba(68,90,96,1) 0%,rgba(67,89,95,1) 36%,rgba(34,44,50,1) 100%);
    color: white;
  }
}


@media (max-width: 767px) {
  #tx-solr-search-form-pi-results {
    top: 158px;
    font-size: 16px;
  }

  #tx-solr-search-form-pi-results > .searchbox-sword {
    min-width: 223px;
    right: 0;
    position: absolute;
  }
}
