/* -------------------------------- Webseite -------------------------------- */
/* --------------------------------- Cookie --------------------------------- */
.top_panel_over .top_panel_wrap {
  z-index: 333 !important;
}
/* nav */
#navbarNav .navbar-nav .dropdown-menu {
  min-width: 20rem !important;
  line-height: 1.7rem;
}
#ueberuns {
  max-width: 900px;
}
#produktion h2, #produktion p {
  text-align: left;
}
.service-boxen {
  flex-direction: column-reverse;
}
.service-boxen img {
  width: 90px;
}
/* #symbolBox {
    background-color: transparent;
    padding: 15px 0 15px 15px;
    border-radius: 25px 0 0 25px;
    z-index: 7997;
    position: fixed;
    top: 40%;
    right: 0;
    display: flex;
    flex-direction: column;

    img {
        height: 50px;
        width: 50px;
        object-fit: contain;
        margin-bottom: 5px;
        z-index: 9999;
        cursor: pointer;
    }
} */
.sticky_btns {
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 9;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}
.sticky_btns .sticky_btn {
  margin: 2px 0;
}
.sticky_btns .sticky_btn .btn {
  color: #fff;
  background: #0695d6;
  float: right;
  padding: 0;
}
.sticky_btns .sticky_btn .btn img {
  display: block;
  padding: 0;
  width: 58px;
}
.sticky_btns .sticky_btn .btn:hover, .sticky_btns .sticky_btn .btn .active {
  cursor: pointer;
}
.sticky_btns .sticky_btn .btn_content {
  float: right;
  width: 0;
  height: 60px;
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  background: #0695d6;
  font-size: 17px;
  line-height: 24px;
}
.sticky_btns .sticky_btn .btn_content .table {
  display: table;
  height: 100%;
  width: 100%;
}
.sticky_btns .sticky_btn .btn_content span {
  display: table-cell;
  vertical-align: middle;
  white-space: nowrap;
  padding: 0 20px;
  color: #fff;
}
.sticky_btns .sticky_btn .btn_content a {
  color: #fff;
}
.sticky_btns .sticky_btn .btn_content #top_search {
  display: block;
  position: relative;
}
.sticky_btns .sticky_btn .btn_content.active {
  width: 300px;
  margin-left: 2px;
}
.sticky_btns .sticky_btn .btn_content.active.search {
  width: 400px;
}
.sticky_btns .sticky_btn:after {
  content: "";
  display: table;
  clear: both;
}
footer.subsite ul li {
  align-items: center;
}
/*# sourceMappingURL=../../template/css/_maps/zz_custom.map */