.suchfeld { position: relative; width: 100%; max-width: 600px; }
.buttonsuche { border: 0px !important; margin-top: 10px; float: right; }
.suchfeld_query { margin-top: 30px; width: 100%; box-sizing: border-box; max-width: 600px; height: 35px; padding-left: 10px; }

#suchfeld_reset {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 5;
  width: 35px;
  height: 35px;
  cursor: pointer;
  background: rgba(0,0,0,.1);
}
#suchfeld_reset:before, #suchfeld_reset:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 4px;
  box-sizing: border-box;
  border-radius: 3px;
  margin-left: -10px;
  margin-top: -2px;
  background: #222;
  transition: .3s ease;
}
#suchfeld_reset:before {
  transform: rotate(45deg);
}
#suchfeld_reset:after {
  transform: rotate(-45deg);
}
#suchfeld_reset:hover:before, #suchfeld_reset:hover:after {
  background: #fab512;
}

.suchergebnisbox {width: 100%; border: 2px solid #163970; margin-top: 30px; background: #e6e6e6; }
.suche15 { padding-top: 20px; }
.suche85 { padding-top: 20px; }
.suchergebnis_download { font-size: 80%; }
.suchergebnis_download_langicons { text-align: right; margin-bottom: 15px; }
.suchergebnis_download_langicons img { padding-left: 8px; height: 20px; }

.suchergebnis_download_typicons { text-align: center; }
.suchergebnis_download_typicons img { height: 60px; }

.suchergebnis_text { margin-bottom: 15px; }




.atc-res { position: absolute; left: 0; top: 100%; width: 100%; box-sizing: border-box; padding: 10px 0; border: 1px solid #444; border-top: none; background: #fff; display: none; }
.atc-res.active { display: block; }
.atc-res-item { display: block; padding: 0 20px; transition: .3s ease; cursor: pointer; }
.atc-res li.atc-res-item:hover { background: #eee; }
.atc-res-item-txt { color: #000; }







.result_aenderung { margin-top: 0px !important; font-size: 14px; }

.result_groesse { font-size: 14px; }



.menuecontainer { width: 90%; min-height: 700px; background: #ffffff; padding: 0px 0px 0px 0px; }

/* Style the navigation menu inside the left column */
#searchmenue {
  list-style-type: none;
  padding: 0;
  margin: 0;
  color: #ffffff;
}


#searchmenue li {
border-top: 1px dotted #ffffff;
}

#searchmenue li a {
  padding: 12px;
  text-decoration: none;
  color: #ffffff;
  font-size: 16px;
  display: block
}

.subsearchmenue {
  list-style-type: none;
  padding: 0;
  margin: 0;
  color: #3c3c3b;
  background: #e6e6e6;
}

.subsearchmenue li {
border-top: 1px dotted #3c3c3b;
}

.subsearchmenue li a {
  padding-left: 24px !important;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 12px;
  text-decoration: none;
  color: #3c3c3b;
  font-size: 16px;
  display: block
}

.search_sub {
  text-decoration: none;
  color: #3c3c3b;
}

.search_sub:hover {
  text-decoration: none;
  color: #3c3c3b;
}


#searchmenue li a:hover {
  background-color: #ffffff; color: #3c3c3b;
}

.subsearchmenue li a:hover {
  background-color: #fee9b8 !important; color: #3c3c3b;
}

.blau_wert { color: #163970; }
.orange_wert { color: #fab512; }
.gelb_wert { color: #fee9b8; }
.font_auf_gelb { color: #3c3c3b; }


.searcha {
  background-image: url("/suche/pfeil-down.png");
  background-repeat:no-repeat;
  background-position: 90% center;
}



.filter-select {
  position: relative;
  padding: 5px 0;
  margin-top: 10px;
  margin-bottom: 10px;
  display: none;
}

.filter-select-item {
  position: relative;
  display: block;
  float: left;
  font-size: 14px;
  padding-top: 3px;
  padding-left: 5px;
  padding-bottom: 3px;
  padding-right: 5px;
  margin-right: 25px;
  margin-left: 0px;
  margin-top: 10px;
  cursor: pointer;
  color: #163970;
  border: 1px solid #163970;
  border-radius: 3px;
}

.filter-select-item:hover {
  color: #ffffff;
  background-color: #163970;
}

.filter-select-item::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 6px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'><line x1='4' y1='4' x2='16' y2='16' stroke='%23fab512' stroke-width='2'/><line x1='16' y1='4' x2='4' y2='16' stroke='%23fab512' stroke-width='2'/></svg>");
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(3px);
}


.filter-select::after {
  content: '';
  display: block;
  clear: both;
}

.filterloesch {
  position: relative;
  display: block;
  float: left;
  font-size: 14px;
  padding-top: 3px;
  padding-left: 5px;
  padding-bottom: 3px;
  padding-right: 5px;
  margin-right: 25px;
  margin-left: 5px;
  margin-top: 10px;
  cursor: pointer;
  color: #163970;
  border: 1px solid #163970;
  border-radius: 3px;
}


.filterloesch { text-decoration: underline; border: 0px solid #163970 !important; color: #fab512 !important; font-weight: bold !important; padding-left: 0px !important; margin-left: 0px !important; margin-right: 10px !important;  }
.filterloesch:hover { border: 0px solid #163970 !important; color: #fab512 !important; font-weight: bold !important; text-decoration: underline; background-color: #ffffff !important; }


.sort {
  height: 20px;
  margin-top: 10px;
}

.sort-refresh {
  display: block;
  float: right;
  width: 24px;
  height: 24px;
  margin-left: 10px;
  cursor: pointer;
}
.sort-refresh:before {
  content: '\21BB';
  display: block;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  transition: .3s ease;
  color: #fab512;
}
.sort-refresh:hover:before {
  color: #2d2d2d;
}

.sort-item {
  float: right;
}

.sort-titel {
  font-size: 14px;
  font-weight: bold;
  color: #2d2d2d;
}

.sort-sel {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  font-size: 14px;
  color: #2d2d2d;
  padding-right: 20px;
  background: url("/suche/pfeil-down.png") no-repeat right center;
}


    .menu {
      width: 100%;
    }

    .menu-item {
      background-color: #163970;
      color: #ffffff;
      padding: 12px;
      cursor: pointer;
      display: flex;
      justify-content: space-between;
      align-items: center;
      user-select: none;
      position: relative;
      transition: background-color 0.3s;
      border-top: 1px dotted #ffffff;
    }

    .menu-item:hover {
      background-color: #c6c6c6;
      color: #222222;
    }

    .menu-item::after {
      content: '';
      border: solid #fab512;
      border-width: 2px 2px 0 0;
      display: inline-block;
      padding: 4px;
      transform: rotate(135deg); /* ► */
      transition: transform 0.3s;
      margin-left: auto;
}

    .menu-item.active::after {
      transform: rotate(-45deg); /* ▼ */
}

    .submenu {
      display: none;
      background-color: #e6e6e6;
      color: #000000;
      list-style: none;
      margin: 0;
      padding: 0;
    }

    .submenu li {
      padding: 5px 10px;
      border-top: 0px solid #ccc;
      transition: background-color 0.3s;
    }

    .submenu li:hover {
      background-color: #fee9b8;
    }

    .submenu li.active {
      background-color: #e6e6e6;
    }

    .menu-item.active + .submenu {
      display: block;
    }


.tx-indexedsearch-redMarkup {
  background: none !important;
  font-weight: bold !important;
  color: #fab512 !important;
  padding: 0px !important;
}


label.menuelabel {display: block; padding: 0.4ex; }
.flexmenue label { cursor: pointer }

.menuelabelsub { padding-left: 3ex !important; }


.menuelabel input[type="checkbox"] { accent-color: #fab512; transform: scale(1.5); margin-right: 8px; }

.querymark {color: #fab512;}

label.menuelabelsend {display: block; padding: 0ex; border-top: 1px dotted #ffffff; cursor: pointer; }
.menuelabelsend button { margin-top: 25px; cursor: pointer; width: auto; text-align: left; padding: 12px; display: block; background-color: #fab512; color: #ffffff; border: 0px solid #163970; font-family: "OpenSans", sans-serif; font-size: 16px; font-style: normal; font-weight: 400; }
.menuelabelsend button:hover { background-color: #163970; color: #ffffff; border: 0px solid #e6e6e6; }


.sortersend button { text-align: left; padding: 12px; display: block; background-color: #fab512; color: #ffffff; border: 0px solid #163970; font-family: "OpenSans", sans-serif; font-size: 16px; font-style: normal; font-weight: 400; }
.sortersend button:hover { background-color: #163970; color: #ffffff; border: 0px solid #e6e6e6; }

@media (max-width: 540px) {
  header.sub {
    height: 30%;
  }

  .menuecontainer {
  width: 100%;
  min-height: auto;
  }

  .xs-12 {
  padding-left: 20px;
  padding-right: 20px;
  }

h2.highlight  {
  padding-left: 20px;
  padding-right: 20px;
  }

h2.highlight.tc-main::before, h3.highlight.tc-main::before {
  padding-left: 20px;
}

  .filter-select {
  padding-left: 20px;
  padding-right: 20px;
  }

  .suchergebnisbox  {
  margin-left: 0px;
  margin-right: 0px;
  }

.suchergebnis_download_typicons img {
  height: auto;
}

.suche15 {
  padding-left: 10px;
  padding-right: 10px;
  }


}