body {
  font-size: 16px !important;
  line-height: 1.2;
}
@media (min-width: 768px) {
  body {
    font-size: 18px !important;
  }
}

h1 {
  font-size: 40px !important;
}
@media (min-width: 768px) {
  h1 {
    font-size: 70px !important;
  }
}

h2 {
  font-size: 30px !important;
}
@media (min-width: 768px) {
  h2 {
    font-size: 40px !important;
  }
}

.bg-light-green {
  background-color: rgba(95, 159, 63, 0.2);
}
.bg-light-green.top-nav {
  font-size: 14px;
}
@media (min-width: 1200px) {
  .bg-light-green.top-nav {
    font-size: 15px;
  }
}
.bg-light-green.top-nav i {
  color: #79bf41;
}

.bg-light-blue {
  background-color: #E8F3FB;
}

.text-blue-to-green {
  background: linear-gradient(to right, #117dc6, #79bf41);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.top-nav i {
  font-size: 20px;
}

header {
  background: #ffffff;
  border-bottom: 1px solid #f2f2f2;
  display: flex;
  font-size: 15px;
}
header i {
  color: #79bf41;
}

.btn {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  padding: 7px 15px;
  background-color: #79bf41;
  border: 1px solid #79bf41;
  border-radius: 20px;
  transition: 0.25s ease-in;
}
.btn:hover {
  transform: scale(1.05);
  background-color: #79bf41;
  border: 1px solid #79bf41;
}

.btn-primary {
  background-color: #79bf41;
  border: 1px solid #79bf41;
}
.btn-primary:hover {
  background-color: #79bf41;
  border: 1px solid #79bf41;
}

.btn-secondary {
  background-color: transparent;
  border: 1px solid #79bf41;
  color: #79bf41;
}
.btn-secondary:hover {
  background-color: #79bf41;
  border: 1px solid #79bf41;
  color: white;
}

.iso-img {
  width: 130px;
}

#footer i {
  color: #79bf41 !important;
}
#footer .footer-header {
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 500;
  color: #79bf41;
  font-weight: bold;
}
@media (min-width: 768px) {
  #footer .footer-header {
    font-size: 16px;
  }
}
#footer .footer-text {
  font-size: 16px;
}
@media (min-width: 768px) {
  #footer .footer-text {
    font-size: 17px;
  }
}
#footer .footer-text .footer-icon {
  width: 18px;
}

.logo-signet {
  height: 30px;
}
@media (min-width: 768px) {
  .logo-signet {
    height: 40px;
  }
}

.news-thumb {
  margin-bottom: 20px;
  padding: 26px;
  height: 400px;
}
.news-thumb i {
  display: flex;
  font-size: 35px;
  margin-right: 16px;
  border-radius: 18px;
}
@media (min-width: 768px) {
  .news-thumb i {
    font-size: 50px;
  }
}
.news-thumb h4 {
  font-size: 20px;
}
@media (min-width: 768px) {
  .news-thumb h4 {
    font-size: 26px;
  }
}

.text-blue {
  color: #117dc6;
}

.text-green {
  color: #79bf41;
}

.sticky-top {
  top: -100px;
  transition: 0.5s;
}

.sticky-nav {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

.page-section {
  padding: 50px 0;
}
@media (min-width: 768px) {
  .page-section {
    padding: 120px 0;
  }
}

.bg-image-primary {
  padding: 60px 0 80px 0;
  background-color: #22BEFF;
}
.bg-image-primary i {
  color: white;
  font-size: 40px;
}

.underline-primary {
  display: flex;
  justify-content: center;
  position: relative;
  margin-bottom: 40px;
}
.underline-primary:before {
  display: flex;
  content: "";
  width: 50px;
  height: 3px;
  background-color: #79bf41;
  bottom: 0;
  position: absolute;
}
@media (max-width: 567px) {
  .underline-primary:before {
    width: 30px;
  }
}

.hero-section {
  background-image: url(../images/banner.png);
  background-position: left;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
  background-size: cover;
}
@media (min-width: 992px) {
  .hero-section {
    background-position: 50% 20%;
  }
}
.hero-section .hero-left {
  height: 60vh;
}
@media (min-width: 768px) {
  .hero-section .hero-left {
    height: calc(100vh - 108px);
  }
}

.hero-trust-bar__icon {
  font-size: 32px;
}
.hero-trust-bar__iso-standard img {
  width: 100px;
}
.hero-trust-bar__iso-description {
  min-height: 2.4em;
}

#kompetenzen {
  position: relative;
}
#kompetenzen::before {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.1) 35%, rgb(255, 255, 255) 100%), url(../images/waves.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.features-box {
  border-radius: 30px;
  padding: 20px;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
  margin-top: 60px;
  background: white;
}
.features-box h3 {
  margin: auto;
  width: 66%;
  font-size: 22px;
}

.reveal-on-scroll {
  position: relative;
}

.reveal-on-scroll p,
.reveal-on-scroll h2,
.reveal-on-scroll h5 {
  transition: inherit;
}

.word-reveal-word {
  display: inline-block;
  opacity: 0;
  filter: blur(12px);
  text-shadow: 0 0 18px rgba(95, 159, 63, 0.25);
  transform: translateY(0.2em);
  transition: filter 0.65s ease, opacity 0.45s ease, text-shadow 0.65s ease, transform 0.65s ease;
  transition-delay: calc(var(--reveal-order) * 75ms);
  will-change: filter, opacity, transform;
}

.reveal-on-scroll.is-visible .word-reveal-word {
  opacity: 1;
  filter: blur(0);
  text-shadow: none;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .word-reveal-word {
    filter: none;
    opacity: 1;
    transform: none;
    transition: none;
  }
}
.icon-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 42px;
}

.marquee-logos {
  position: relative;
  margin-top: 3rem;
  overflow: hidden;
}

.marquee-logos__viewport {
  overflow: hidden;
}

.marquee-logos__track {
  display: flex;
  width: max-content;
  animation: marquee-logos-scroll 30s linear infinite;
  will-change: transform;
}

.marquee-logos__group {
  display: flex;
  align-items: center;
  gap: 4rem;
  padding-right: 4rem;
  flex: 0 0 auto;
}

.marquee-logos__group img {
  display: block;
  flex: 0 0 auto;
  width: clamp(178px, 20.28vw, 268px);
  max-height: 208px;
  height: auto;
  object-fit: contain;
  opacity: 0.92;
}

.marquee-logos__fade {
  position: absolute;
  top: 0;
  bottom: 0;
  width: clamp(48px, 8vw, 120px);
  pointer-events: none;
  z-index: 1;
}

.marquee-logos__fade-left {
  left: 0;
  background: linear-gradient(to right, rgb(255, 255, 255), rgba(255, 255, 255, 0));
}

.marquee-logos__fade-right {
  right: 0;
  background: linear-gradient(to left, rgb(255, 255, 255), rgba(255, 255, 255, 0));
}

@keyframes marquee-logos-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@media (max-width: 767px) {
  .marquee-logos {
    margin-top: 2rem;
  }
  .marquee-logos__track {
    animation-duration: 22s;
  }
  .marquee-logos__group {
    gap: 1.44rem;
    padding-right: 1.44rem;
  }
  .marquee-logos__fade {
    width: 36px;
  }
}
.border-24px {
  border-radius: 24px;
}

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