<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: "Geologica-Medium";
  src: url("../fonts/Geologica/static/Geologica-Medium.ttf");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Geologica-Bold";
  src: url("../fonts/Geologica/static/Geologica-Bold.ttf");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/Open_Sans/static/OpenSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/Open_Sans/static/OpenSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/Open_Sans/static/OpenSans-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/Open_Sans/static/OpenSans-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: Raleway Boldest;
  src: url("/wp-content/themes/particleformen/assets/fonts/Raleway/Raleway-ExtraBold.woff2") format("truetype");
  font-weight: 900;
  font-style: normal;
}
h2 {
  font-size: 48px;
  font-weight: 700;
  font-family: "Geologica-Bold";
  line-height: 58px;
}
@media (max-width: 768px) {
  h2 {
    font-size: 25px;
    line-height: 30px;
  }
}
@media (max-width: 620px) {
  h2 {
    font-size: 24px;
  }
}

h3 {
  font-size: 30px;
  font-weight: 700;
  font-family: "Geologica-Bold";
}
@media (max-width: 768px) {
  h3 {
    font-size: 20px;
    line-height: 30px;
  }
}

h4 {
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 768px) {
  h4 {
    font-size: 15px;
  }
}

h5 {
  font-size: 20px;
  font-weight: 400;
}

p {
  font-size: 16px;
  font-weight: 400;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loader {
  border: 3px solid rgba(255, 255, 255, 0.2);
  border-top: 3px solid #ffffff;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  animation: spin 0.6s linear infinite;
  display: none;
  position: absolute;
}

.submit-btn {
  align-items: center;
  position: relative;
  display: flex;
  justify-content: center;
}
.submit-btn.loading .loader {
  display: inline-block;
}

.top-stripe {
  position: relative;
  margin-bottom: 50px;
  width: 100%;
  height: 30px;
}
.top-stripe .inner {
  position: fixed;
  background: #CD062C;
  width: 100%;
  top: 0;
  z-index: 999;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.top-stripe .inner .left {
  font-weight: 700;
  font-size: 24px;
  color: #ffffff;
}
.top-stripe .inner .product_countdown {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  transition: opacity 0.1s;
}
.top-stripe .inner .product_countdown .dhm {
  display: none;
}
.top-stripe .inner .product_countdown .group {
  background: #E72248;
  padding: 3px 7px;
  border-radius: 3px;
  width: 60px;
}
.top-stripe .inner .product_countdown .group span, .top-stripe .inner .product_countdown .group .label {
  color: #ffffff;
}
.top-stripe .inner .product_countdown .group span {
  font-size: 16px;
  font-weight: 900;
}
.top-stripe .inner .product_countdown .group .label {
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .top-stripe {
    height: 50px;
  }
  .top-stripe .inner {
    flex-direction: column;
    gap: 20px;
  }
  .top-stripe .inner .left {
    font-size: 20px;
  }
}
@media (max-width: 620px) {
  .top-stripe .inner {
    gap: 15px;
  }
  .top-stripe .inner .left {
    font-size: 16px;
  }
}

/*# sourceMappingURL=header-alt-1.css.map */
</pre></body></html>