/* akkordeon search */
.akkordeonsearch {
  display: flex;
  align-items: center;
  border:2px solid #059E42;
}
.as_button {
  background-color: transparent;
  cursor: pointer;
  padding: 1rem 1.5rem;
  box-sizing: content-box;
  width:30px;
  height:30px;
  max-width: none;
  background-repeat: no-repeat;
  background-size:25px;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Ebene_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 24.8 26' style='enable-background:new 0 0 24.8 26;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23059E42;%7D%0A%3C/style%3E%3Cg%3E%3Cg%3E%3Cpath class='st0' d='M23.2,26c-0.2,0-0.4,0-0.6-0.1c-0.2-0.1-0.4-0.2-0.5-0.4l-6.6-7.2c-0.7,0.4-1.4,0.8-2.2,1.1 c-2.3,0.8-4.9,0.7-7.1-0.2C5,18.7,3.9,18,2.9,17.1c-0.9-1-1.7-2.1-2.2-3.3C0.3,12.6,0,11.3,0,10s0.3-2.6,0.8-3.8S2,3.9,2.9,2.9 C3.9,2,5,1.3,6.2,0.8c2.4-1,5.2-1,7.7,0C15,1.3,16.1,2,17.1,2.9c0.9,0.9,1.7,2,2.2,3.2S20,8.7,20,10c0,1.3-0.2,2.6-0.7,3.7 c-0.4,0.9-0.8,1.7-1.4,2.5l6.5,7.1c0.3,0.3,0.4,0.7,0.4,1.1c0,0.4-0.2,0.8-0.5,1c-0.2,0.2-0.4,0.3-0.6,0.4 C23.6,26,23.4,26,23.2,26z M10,3.2c-0.9,0-1.8,0.2-2.6,0.5C6.5,4.1,5.8,4.6,5.2,5.2S4.1,6.5,3.7,7.4C3.4,8.2,3.2,9.1,3.2,10 s0.2,1.8,0.5,2.6c0.4,0.8,0.9,1.6,1.5,2.2c0.6,0.6,1.3,1.1,2.2,1.5C9,17,11,17,12.6,16.3c0.8-0.4,1.5-0.8,2.2-1.5 c0.6-0.6,1.1-1.4,1.5-2.2c0.4-0.8,0.5-1.7,0.5-2.6s-0.2-1.8-0.5-2.6c-0.4-0.8-0.9-1.6-1.5-2.2s-1.3-1.1-2.2-1.5 C11.8,3.4,10.9,3.2,10,3.2z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.as_clear_button {
  margin-right: 1rem;
  font-size: 32px;
  cursor: pointer;
  user-select: none;
}
.as_input,
.as_input:focus{
  border:none;
  text-shadow: none !important;
  outline:0 !important;
  height:1.2rem;
  font-size: 1.2rem;
  font-weight: 600;
  box-sizing: content-box;
  color: #373c37;
  background-color: transparent;
  z-index: 1 !important;
  background-color:white;
  padding:1rem;
  width: 100%;
  line-height:1;
  height:30px;
}
.as_input::placeholder {
  font-style: italic;
  color:#0D3858;
  opacity: 1;
  font-size: 1.2rem;
  font-family: 'Lato',Arial;
}
.akkordeon.hidden,
.empty_akkordeon_message.hidden {
  display: none;
}
.akkordeon.opened_by_search .akkordeon-inner {
  display: block;
}
.akkordeon.opened_by_search > h2 {
  cursor: auto;
}

.akkordeon-highlighted {
  background-color: #ffff00;
  color: #0D3858;
}