/**
 * Main SCSS for Blueprint theme
 *
 * @package Blueprint
 * @since 0.0.1
 */
body {
  font-family: var(--font-body);
  font-size: var(--font-body-size);
  margin: 0;
  color: var(--color-primary);
  line-height: 1.6;
}

.usp-bar .swiper {
  width: 100%;
}
.usp-bar .swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7px 0;
  text-align: center;
  font-size: 0.875rem;
}
.usp-bar .usp-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.usp-bar .usp-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 17px;
  height: 17px;
  border-radius: 25px;
  background-color: var(--color-accent);
  color: var(--color-dark-font);
}
.usp-bar .usp-icon svg {
  width: 10px;
  height: 10px;
}

.site-header {
  position: absolute;
  width: 100%;
  z-index: 1000;
  transition: all 0.5s ease;
}
.site-header .site-branding {
  font-weight: 600;
  font-size: 1.5rem;
  text-decoration: none;
}
.site-header .inner-header {
  max-width: var(--content-width);
  margin: 30px auto;
  border-radius: 50px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.16);
  backdrop-filter: saturate(180%) blur(20px);
  padding: 20px 25px;
  transition: all 0.5s ease;
}
.site-header .inner-header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 24px;
}
.site-header .inner-header ul li a {
  color: var(--color-text-light);
  text-decoration: none;
}
.site-header .inner-header ul li a:hover {
  text-decoration: underline;
}
.site-header .inner-header ul li.current-menu-item a {
  color: var(--color-accent);
}
.site-header .inner-header .header-actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
}
.site-header.site-header--scrolled {
  position: fixed;
  top: 0;
}
.site-header.site-header--scrolled .inner-header {
  background-color: var(--color-primary);
  max-width: 100%;
  border-radius: 0;
  margin: 0 auto;
  padding: 20px;
}

.site-footer {
  background-color: var(--color-primary);
  color: var(--color-text-light);
  padding: 56px 20px 36px;
}
.site-footer .container {
  max-width: var(--content-width);
  margin: 0 auto;
}
.site-footer .footer-top {
  display: grid;
  grid-template-columns: 1.2fr repeat(3, 1fr);
  gap: 48px;
  align-items: start;
  padding-bottom: 28px;
}
.site-footer .footer-brand .footer-logo {
  font-size: 56px;
  font-weight: 800;
  line-height: 1;
  color: var(--color-text-light);
  text-decoration: none;
  display: inline-block;
  margin-bottom: 18px;
}
.site-footer .footer-brand .footer-follow {
  color: var(--color-text-light);
  opacity: 0.95;
  margin-top: 8px;
  font-weight: 600;
}
.site-footer .footer-column .footer-heading {
  color: var(--color-accent);
  font-weight: 800;
  font-size: 1.25rem;
  margin: 0 0 18px 0;
}
.site-footer .footer-column .footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-footer .footer-column .footer-menu li {
  margin-bottom: 14px;
}
.site-footer .footer-column .footer-menu li a {
  color: var(--color-text-light);
  text-decoration: none;
  opacity: 0.95;
  display: inline-block;
  transition: opacity 160ms ease, transform 120ms ease;
}
.site-footer .footer-column .footer-menu li a:hover {
  opacity: 1;
  transform: translateX(3px);
  text-decoration: underline;
}
.site-footer .footer-column .footer-contact {
  color: var(--color-text-light);
}
.site-footer .footer-column .footer-contact .company {
  font-weight: 700;
  margin-bottom: 6px;
}
.site-footer .footer-column .footer-contact .street,
.site-footer .footer-column .footer-contact .city,
.site-footer .footer-column .footer-contact .phone,
.site-footer .footer-column .footer-contact .email {
  margin-bottom: 8px;
}
.site-footer .footer-column .footer-contact a {
  color: var(--color-text-light);
  text-decoration: none;
}
.site-footer .footer-bottom {
  margin-top: 32px;
  border-top: 2px solid var(--color-accent);
  padding-top: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.site-footer .footer-bottom p {
  margin: 0;
  color: var(--color-text-light);
  opacity: 0.95;
}
.site-footer .footer-bottom .footer-logos {
  display: flex;
  gap: 28px;
  align-items: center;
}
@media (max-width: 900px) {
  .site-footer .footer-top {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .site-footer .footer-bottom {
    flex-direction: column;
    gap: 12px;
    align-items: center;
    text-align: center;
  }
  .site-footer .footer-brand .footer-logo {
    font-size: 40px;
  }
}

#tpom-regeltante-logo a {
  text-decoration: none;
}

#tpom-regeltante-logo svg {
  fill: #fff;
}

.logo_regeltante {
  stroke: #fff;
}

.swiper-wrapper {
  display: flex;
  align-items: stretch; /* Forces equal height */
}

.swiper-slide {
  height: auto; /* Required to override default 100% */
}

.swiper-slide > .review-card {
  height: 100%;
}/*# sourceMappingURL=blueprint.css.map */