@charset "UTF-8";
/*Allgemeines*/
/*Blog & Veranstaltungen*/
/* Navigation */
/*Abstände*/
/*Layout*/
.sticky_bar {
  display: none;
  position: fixed;
  top: 30%;
  right: 0;
  z-index: 9999;
}
@media screen and (min-width: 30em) {
  .sticky_bar {
    display: block;
  }
}
.sticky_bar ul li {
  margin-bottom: 1px;
  position: relative;
}
.sticky_bar ul li.flap_item {
  display: block;
  width: 4em;
  height: 4em;
  background-color: #004193;
}
.sticky_bar ul li.flap_item a {
  display: block;
  height: 100%;
}
.sticky_bar ul li.flap_item a i.fa {
  text-align: center;
  display: block;
  font-size: 2em;
  transform: translateY(50%);
  color: #fff;
}
.sticky_bar ul li.flap_item a.active {
  background-color: #545454;
}
.sticky_bar ul li.flap_item a.active i.open_flap {
  display: none;
}
.sticky_bar ul li.flap_item a.active i.close_flap {
  display: block;
}
.sticky_bar ul li.flap_item a:not(active) i.open_flap {
  display: block;
}
.sticky_bar ul li.flap_item a:not(active) i.close_flap {
  display: none;
}
.sticky_bar ul li.flap_item .flap_content {
  position: absolute;
  top: 0;
  left: 0px;
  transform: translateX(-100%);
  height: 100%;
  width: 500%;
  background-color: #e6e6e6;
}
.sticky_bar ul li.flap_item .flap_content .flap_content_inner {
  padding: 0.5em;
}
.sticky_bar ul li.flap_item .flap_content .flap_content_inner h4 {
  margin-bottom: 0;
}
.sticky_bar ul li.flap_item:hover a {
  background-color: #545454;
}

/*Finder*/
.sticky_bar .flap_content form {
  display: inline-flex;
  width: 100%;
}
.sticky_bar .flap_content form .input_text {
  width: 70%;
  height: 4em;
}
.sticky_bar .flap_content form button {
  padding: 0;
  height: 3.7em;
  width: 30%;
}

/*# sourceMappingURL=https://www.fritzen.eu/srv/designset/_ts_1585429788000/_repo/current/style/generated/150_sticky_bar.css.map */
