/* -------------------------------- Webseite -------------------------------- */
/* --------------------------------- Cookie --------------------------------- */
/* -------------------------------- allgemein ------------------------------- */
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
/* nav */
.main-menu .navigation > li > ul > li.dropdown > a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
/* ------------------------------- startseite ------------------------------- */
/* slider */
.main-slider .slide {
  padding-top: 140px;
}
.subbanner-img {
  width: 100% !important;
}
.scroll-to-top {
  position: fixed;
  right: 20px;
  bottom: 0px;
  width: 50px;
  height: 60px;
  color: #ffffff;
  font-size: 28px;
  text-transform: uppercase;
  line-height: 60px;
  text-align: center;
  z-index: 999;
  cursor: pointer;
  background: #0572a2;
  display: none;
  border-radius: 50px 50px 0px 0px;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}
/*# sourceMappingURL=../../template/css/_maps/zz_custom.map */