/**
* 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;
}

/* Hervorgehobene Headlines */
h2 mark {
  font-size: clamp(1.5rem, 1rem + 2vw - 0.64rem, 2.5rem);
}

/* Mobile Menu */
.mobile-menu-logo img {
  margin-top: -30px;
}

/* Form */
.greyd_form {
  margin-bottom: 0;
}
.greyd_form .contact-form .input-wrapper .label_wrap {
  margin-bottom: 5px;
}
.greyd_form .contact-form input {
  padding-top: 0;
}/*# sourceMappingURL=main.css.map */