/**
* Table of Contents
*
* 1.0 Variables
* 2.0 Mixins & Functions
* 3.0 General
* 4.0 WooCommerce
* 5.0 Plugin Styling
**/
/************ 1.0 Variables *********** */
/************ 2.0 Mixins & Functions *********** */
/************ 3.0 General *********** */
html {
  scroll-padding-top: 150px;
}

a {
  text-underline-offset: 2px;
  text-decoration-color: #a7aaad;
  text-decoration-thickness: 1px;
  text-decoration-style: dotted;
}

/* Referenz Card */
/* Button */
.referenz-card-button {
  margin-top: -60px !important;
}

@media (max-width: 767px) {
  .referenz-card-button {
    margin-top: -40px !important;
  }
}
.header-main-menu .current-menu-item a span {
  font-weight: bold;
}

.google-rating {
  font-size: 10px;
}

::-moz-selection {
  color: white !important;
  background: #E30613 !important;
}

::selection {
  color: white !important;
  background: #E30613 !important;
}/*# sourceMappingURL=main.css.map */