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

.button::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("../dist/img/arrow-light-blue.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 8px;
  transition: background-image 0.3s ease;
}
.button.is-style-clear::after {
  content: none;
}
.button.is-style-clear span::before {
  color: #DDEEEE;
}
.button.is-style-sec::after {
  background-image: url("../dist/img/arrow-dark-blue.svg");
}
.button.is-style-sec:hover::after {
  background-image: url("../dist/img/arrow-light-blue.svg");
}
.button.is-style-trd::after {
  background-image: url("../dist/img/arrow-light-blue.svg");
}
.button.is-style-trd:hover::after {
  background-image: url("../dist/img/arrow-dark-blue.svg");
}

form#greyd-form-8, .sending-button, form#greyd-form-6 {
  margin-bottom: 0 !important;
}

@media (max-width: 1311px) {
  .content-alignment div {
    justify-content: start;
  }
}

/* Referenzen */
/* Positioniereung der Kategorie im Rahmen */
.referenzen-project-details-container .referenzen-projekttyp-inborder {
  position: absolute;
  transform-origin: 100% 100%;
  transform: rotate(270deg);
  right: -28px;
  top: 15%;
  min-height: 50px;
  white-space: nowrap;
  background-color: #fafafa;
  padding: 0 10px;
}

.projekt-seitennummerierung {
  margin-top: 0;
}
.projekt-seitennummerierung .custom-seitenzahl a {
  color: white;
  background-color: #41797B;
  border-radius: 0;
}
.projekt-seitennummerierung .custom-seitenzahl .current {
  color: #244D4D;
  background-color: #DDEEEE;
  border-radius: 0;
}

/*# sourceMappingURL=main.css.map */
