@charset "UTF-8";
/* -------------------------------- Webseite -------------------------------- */
/* --------------------------------- Cookie --------------------------------- */
/* section padding? evtl nur auf eigene page-id's beschränken */
.padding2 {
  padding-top: 5rem !important;
}
/* -------------------------------- ALLGEMEIN ------------------------------- */
b, strong {
  font-weight: 600 !important;
}
.btn:hover {
  color: #555555;
}
/* --------------------------------- FOOTER --------------------------------- */
footer .social-media {
  display: flex;
  justify-content: center;
  height: 60px;
  margin-bottom: 25px;
}
footer .social-media li {
  height: 60px !important;
  width: 60px !important;
  margin: 0 2px;
}
footer .social-media li a {
  height: 60px;
  width: 60px;
  display: block;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .social-media li a:hover {
  box-shadow: 0 0 15px 30px #01ae42 inset !important;
}
footer .social-media li a:hover i {
  color: #fff;
}
footer .social-media li a i {
  font-size: 26px;
  color: #676767;
  transition: 0.3s ease;
}
/* --------------------------------- KONZEPT -------------------------------- */
#pageid-9 .process-wrapp {
  display: flex;
  margin-bottom: 30px;
}
/* ------------------------ LEISTUNGEN -> EINLAGERUNG ----------------------- */
#pageid-7 .feature-item, #pageid-7 .icon {
  cursor: default !important;
}
/*# sourceMappingURL=../../template/css/_maps/zz_custom.map */