@media only screen and (min-width: 769px) {
  .komplettrahmen {
    margin-left: auto !important;
  }
}
.textlink {
  color: #00773e;
}
.textlink span {
  text-decoration: underline;
}
.inhaltsbox_inhalt_weiss .textlink {
  color: #fff !important;
}

/* Übersichtslinks */

.inhaltszeile .ahe_ubersichtslinks ul.linkliste li,
.inhaltszeile .ahe_ubersichtslinks .inhaltsbox_inhalt_weiss ul.linkliste li {
  background: #fff;
  padding: 5px 15px 5px 29px;
  margin-bottom: 15px;
}
.inhaltsbox_gruen.inhaltsbox_inhalt_weiss
  *
  .ahe_ubersichtslinks
  a.textlink
  span,
.inhaltsbox_gruen.inhaltsbox_inhalt_weiss
  *
  .ahe_ubersichtslinks
  a.textlink:before {
  color: #00773e !important;
}
.ahe_inhaltsbox_giftgruen.inhaltsbox_inhalt_weiss
  *
  .ahe_ubersichtslinks
  a.textlink
  span,
.ahe_inhaltsbox_giftgruen.inhaltsbox_inhalt_weiss
  *
  .ahe_ubersichtslinks
  a.textlink:before {
  color: #a4cb00 !important;
}
.inhaltsbox_orange.inhaltsbox_inhalt_weiss
  *
  .ahe_ubersichtslinks
  a.textlink
  span,
.inhaltsbox_orange.inhaltsbox_inhalt_weiss
  *
  .ahe_ubersichtslinks
  a.textlink:before {
  color: rgb(240, 138, 0) !important;
}
.ahe_inhaltsbox_tuerkis.inhaltsbox_inhalt_weiss
  *
  .ahe_ubersichtslinks
  a.textlink
  span,
.ahe_inhaltsbox_tuerkis.inhaltsbox_inhalt_weiss
  *
  .ahe_ubersichtslinks
  a.textlink:before {
  color: #009ca6 !important;
}
.ahe_ubersichtslinks a.textlink span,
.ahe_ubersichtslinks a.textlink:before {
  text-decoration: none;
  font-weight: normal;
}
.ahe_ubersichtslinks a.textlink:before {
  font-weight: bold;
}
.ahe_ubersichtslinks .linkliste .textlink {
  display: block;
}
.inhaltszeile .ahe_ubersichtslinks ul.linkliste li,
.inhaltszeile .ahe_ubersichtslinks .inhaltsbox_inhalt_weiss ul.linkliste li {
}
.menuezeile {
  min-height: 0;
  overflow: visible;
  position: fixed;
  width: 1024px;
  margin: auto;
  z-index: 99;
  background: #fff;
  top: 0;
}

/* Menü */

.menuezeile:after {
  content: "";
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.3) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  height: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin-bottom: -10px;
  z-index: 5;
}
.topzeile {
  display: none;
}
.menuezeile {
  padding-top: 30px;
}
.topmenue {
  position: static;
  height: auto;
  bottom: auto;
  margin-right: 160px;
  display: table;
  width: calc(100% - 160px);
  height: 47px;
}
.topmenuecell {
  display: table-cell;
  vertical-align: middle;
}
.topmenue,
.topmenue a {
  font-size: 16px;
}
#tx_indexedsearch_top,
#tx_indexedsearch_top .tx-indexedsearch {
  margin-bottom: 0;
}
.topmenue .tx-indexedsearch {
  display: inline-block !important;
  width: auto !important;
}
.topmenue .tx-indexedsearch .close {
  display: none;
}
#tx_indexedsearch_top
  .tx-indexedsearch-searchbox-sword::-webkit-input-placeholder {
  color: #ccc;
}
#tx_indexedsearch_top .tx-indexedsearch-searchbox-sword:-moz-placeholder {
  /* Firefox 18- */
  color: #ccc;
}
#tx_indexedsearch_top .tx-indexedsearch-searchbox-sword::-moz-placeholder {
  /* Firefox 19+ */
  color: #ccc;
}
#tx_indexedsearch_top .tx-indexedsearch-searchbox-sword:-ms-input-placeholder {
  color: #ccc;
}
#tx_indexedsearch_top .tx-indexedsearch-searchbox {
  display: table;
}
#tx_indexedsearch_top .tx-indexedsearch-form,
#tx_indexedsearch_top .tx-indexedsearch-search-submit {
  display: table-cell;
  vertical-align: middle;
}
#tx_indexedsearch_top fieldset {
  border: 1px solid #ccc;
}
#tx_indexedsearch_top .tx-indexedsearch-searchbox-sword {
  border: 0 !important;
  margin-bottom: 0 !important;
  font-size: 16px;
  padding: 0 3px;
  width: 131px;
}
#tx_indexedsearch_top .tx-indexedsearch-searchbox-button {
  border: 0;
  padding: 0;
  width: 20px;
  background: url(../m/ahe/button_lupe.png) no-repeat center center;
  background-size: auto 11px;
  cursor: pointer;
}
#tx_indexedsearch_top .tx-indexedsearch-searchbox-sword,
.tx-indexedsearch #tx_indexedsearch_top .tx-indexedsearch-searchbox-button {
  height: 18px;
  border: none;
}
body #tx_indexedsearch_top *,
body .tx-indexedsearch #tx_indexedsearch_top * {
  line-height: 1;
}
.komplettrahmen > .tx-indexedsearch {
  position: absolute;
  z-index: 99;
  width: 100%;
  padding: 20px 67px 20px 30px;
  background: #fff;
  box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.3);
  display: none;
}
.komplettrahmen
  > .tx-indexedsearch
  #tx_indexedsearch_top
  .tx-indexedsearch-form {
  width: 100%;
}
.komplettrahmen
  > .tx-indexedsearch
  #tx_indexedsearch_top
  .tx-indexedsearch-searchbox-sword,
.komplettrahmen
  > .tx-indexedsearch
  #tx_indexedsearch_top
  .tx-indexedsearch-searchbox-button {
  height: 38px;
  margin-right: 5px;
}
.komplettrahmen
  > .tx-indexedsearch
  #tx_indexedsearch_top
  .tx-indexedsearch-searchbox-sword {
  width: 90%;
}
.komplettrahmen > .tx-indexedsearch .close {
  background: url(../m/ahe/Button_schliessen.png);
  background-size: 17px;
  cursor: pointer;
  width: 17px;
  height: 17px;
  position: absolute;
  top: 32px;
  right: 30px;
}
.topmenue .hassub {
  position: relative;
}
.topmenue .mainmenue .hassub:hover:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 20px;
  margin-left: -10px;
  z-index: 10;
  height: 11px;
  background: url(../m/ahe/dreick_dropdown.png) no-repeat;
}
.topmenue .mainmenue > li:first-child > a:before {
  display: none;
}
.topmenue .mainmenue > li > ul {
  display: none;
  position: absolute;
  z-index: 10;
  background: #fff;
  padding: 30px 30px 20px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.topmenue .mainmenue > li > ul .close {
  background: url(../m/ahe/Button_schliessen.png);
  background-size: 17px;
  width: 17px;
  height: 17px;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}
.topmenue .mainmenue > li > a {
  margin-bottom: 10px;
}
.topmenue ul ul a:before,
.smartnav a:before {
  display: none;
  content: "";
}
.mainmenue .hassub li {
  background: url("../m/trenner.png") no-repeat scroll center top / 100% 1px;
  display: block !important;
  width: 100%;
  padding: 10px 0;
}
.mainmenue .hassub li:first-child {
  background: none;
  padding: 0 0 13px 0;
}
.mainmenue .hassub li:last-child {
  padding: 10px 0 0 0;
}
.topmenue li.on > a {
  color: #008a4f;
}
.smartnav {
  display: none;
  position: fixed;
  z-index: 99;
}
.smartmenue {
  display: none;
}
.smartnav .openSmartMenue,
.smartnav .openSmartSearch {
  width: 30px;
  height: 30px;
  padding: 0;
  margin-right: 20px;
}
#tx_indexedsearch {
  display: none;
}
@media only screen and (max-width: 768px) {
  body {
    background: #fff;
  }
  .komplettrahmen {
    box-shadow: none;
  }
  .topmenue {
    display: block;
  }
  .topmenue .mainmenue {
    display: none;
  }
  .smartnav {
    display: block;
  }
  .menuezeile {
    left: 0;
  }
  .logo_ro img {
    max-height: 30px !important;
    width: auto !important;
  }
  #tx_indexedsearch_top .tx-indexedsearch-searchbox-button {
    background-size: auto 17px;
  }
}
@media only screen and (max-width: 768px) {
  .topmenue {
    display: block;
    width: auto;
    height: auto;
  }
  .topmenue .mainmenue {
    display: none;
  }
  .topmenue .mainmenue .hassub:hover:after {
    content: "";
    display: none;
  }
  .smartnav {
    display: block;
  }
  .smartmenue {
    display: block;
    position: fixed;
    top: 90px;
    width: 62.5%;
    left: -100%;
    bottom: 0;
    overflow: auto;
    –webkit-overflow-scrolling: auto;
    padding: 30px;
    background: #fff;
    box-shadow: 10px 0 10px -10px rgba(0, 0, 0, 0.3);
  }
  .smartmenue li {
    float: none;
    display: block;
  }
  .smartmenue a {
    display: block;
    padding: 10px 0;
  }
  .smartmenue li.close {
    background: none;
    text-align: right;
  }
  .smartmenue li.close + li {
    background: none;
  }
  .smartmenue li.close > a {
    padding: 0;
    display: inline-block;
    height: 17px;
    width: 17px;
    display: inline-block;
    background: url(../m/ahe/Button_schliessen.png) top right no-repeat;
    background-size: 17px;
    cursor: pointer;
  }
  .smartmenue ul a {
    padding-left: 25px;
  }
  .smartmenue a:before {
    display: none;
    content: "";
  }
  .smartmenue .hassub > a {
    background: url(../m/ahe/Button_Menue_geschlossen.png) right center
      no-repeat;
    background-size: 17px auto;
    padding-right: 30px;
  }
  .smartmenue .hassub > a.visiblesub,
  .smartmenue .hassub.on > a {
    background: url(../m/ahe/Button_Menue_geoeffnet.png) right center no-repeat;
    background-size: 17px auto;
  }
  .smartmenue .hassub > ul {
    display: none;
  }
  .smartmenue .hassub.on > ul {
    display: block;
  }
  .smartmenue li {
    background: url("../m/trenner.png") no-repeat scroll center top / 100% 1px;
    display: block !important;
    width: 100%;
  }
  #uid_22834 .komplettrahmen > .tx-indexedsearch {
    position: relative;
    display: block;
  }
  #uid_22834 .openSmartSearch {
    display: none;
  }
  #uid_22834 .komplettrahmen > .tx-indexedsearch {
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
  }
}
@media only screen and (max-width: 567px) {
  .komplettrahmen > .tx-indexedsearch {
    position: absolute;
    padding: 20px 57px 20px 20px;
  }
  .komplettrahmen > .tx-indexedsearch .close {
    background-size: 14px;
    width: 14px;
    height: 14px;
    top: 32px;
    right: 20px;
  }
  .menuezeile {
    padding: 20px;
  }
  .smartmenue {
    top: 70px;
    width: 65.625%;
    padding: 45px 20px 20px;
  }
  .smartmenue li.close > a {
    height: 14px;
    width: 14px;
    background-size: 14px;
  }
  .smartmenue .hassub > a {
    background-size: 14px auto;
    padding-right: 27px;
  }
  .smartmenue .hassub > a.visiblesub,
  .smartmenue .hassub.on > a {
    background-size: 14px auto;
  }
}
@media only screen and (max-width: 480px) {
  .logo_ro img {
    max-height: 30px !important;
    width: auto !important;
  }
}
