/*
 * Static-site compatibility fixes for WordPress widgets that used to depend on
 * JetEngine/JetSmartFilters AJAX runtime state.
 */

@font-face {
  font-display: swap;
  font-family: "Ivy Mode";
  font-style: normal;
  font-weight: 300;
  src: url("/wp-content/uploads/2021/07/IvyMode-Light.woff") format("woff"),
    url("/wp-content/uploads/2021/07/IvyMode-Light.ttf") format("truetype");
}

@font-face {
  font-display: swap;
  font-family: "Ivy Mode";
  font-style: normal;
  font-weight: 400;
  src: url("/wp-content/uploads/2021/07/IvyMode-Regular.woff") format("woff"),
    url("/wp-content/uploads/2021/07/IvyMode-Regular.ttf") format("truetype");
}

@font-face {
  font-display: swap;
  font-family: "Ivy Mode";
  font-style: normal;
  font-weight: 600;
  src: url("/wp-content/uploads/2021/07/IvyMode-SemiBold.woff") format("woff"),
    url("/wp-content/uploads/2021/07/IvyMode-SemiBold.ttf") format("truetype");
}

@font-face {
  font-display: swap;
  font-family: "Ivy Mode";
  font-style: normal;
  font-weight: 700;
  src: url("/wp-content/uploads/2021/07/IvyMode-Bold.woff") format("woff"),
    url("/wp-content/uploads/2021/07/IvyMode-Bold.ttf") format("truetype");
}

.jet-listing-grid__slider > .jet-listing-grid__items:not(.slick-initialized) > .jet-listing-grid__item {
  display: block !important;
}

body {
  font-family: "Poppins", Arial, sans-serif !important;
}

button,
input,
select,
textarea,
.elementor-button,
.elementor-nav-menu a,
.elementor-icon-list-text,
.elementor-text-editor,
.elementor-widget-text-editor,
.elementor-tab-title,
.elementor-tab-content,
.elementor-cta__description,
.jet-animated-box__description,
.jet-listing-dynamic-field__content,
.jet-listing-dynamic-link__label {
  font-family: "Poppins", Arial, sans-serif !important;
}

.jet-map.innovista-static-map-wrap {
  background: #eef3f8;
  min-height: 600px;
  overflow: hidden;
  width: 100%;
}

.elementor-36 .elementor-element.elementor-element-886d04c .jet-map.innovista-static-map-wrap {
  height: 600px;
}

.jet-map .innovista-static-map {
  border: 0;
  display: block;
  height: 100%;
  min-height: inherit;
  width: 100%;
}

@media (max-width: 767px) {
  .jet-map.innovista-static-map-wrap,
  .elementor-36 .elementor-element.elementor-element-886d04c .jet-map.innovista-static-map-wrap {
    height: 500px;
    min-height: 500px;
  }
}

.home .hero-area {
  background-image: url("/wp-content/uploads/2021/10/matthias-kinsella-9e4pCscLDyY-unsplash-cut-2-scaled.jpg") !important;
  background-position: center top !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  /* Untergrenze, damit der Hero-Inhalt auf niedrigen Fenstern nicht unter die
     um 100px ueberlappende Blog-Sektion rutscht. */
  min-height: max(600px, min(760px, 100svh));
  overflow: hidden;
}

.home .hero-area > .elementor-container,
.home .hero-area > .elementor-container > .elementor-row,
.home .hero-area .elementor-element-a8ec54f,
.home .hero-area .elementor-element-a8ec54f > .elementor-column-wrap,
.home .hero-area .elementor-element-a8ec54f > .elementor-column-wrap > .elementor-widget-wrap {
  min-height: inherit;
}

.home .hero-area .elementor-element-a8ec54f > .elementor-column-wrap > .elementor-widget-wrap {
  align-content: flex-end;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-end;
  /* Hebt den Text ueber die Berggipfel des Hero-Bildes, die sonst mit der
     Schrift konkurrieren. Muss zugleich die 100px Ueberlappung der folgenden
     Blog-Sektion uebersteigen, sonst liegt der "Learn More"-Button unter den
     Karten. */
  padding-bottom: clamp(200px, 29vh, 290px);
  padding-left: clamp(24px, 14vw, 288px);
}

.home .hero-area .innovista-hero-copy,
.home .hero-area .hero-btn {
  width: min(680px, calc(100vw - 48px)) !important;
}

.home .hero-area .innovista-hero-copy {
  color: #111;
  margin-bottom: 28px;
}

.home .hero-area .innovista-hero-kicker,
.home .hero-area .innovista-hero-title,
.home .hero-area .innovista-hero-subtitle {
  letter-spacing: 0;
  margin: 0;
}

.home .hero-area .innovista-hero-kicker {
  font-size: clamp(30px, 2.4vw, 40px);
  font-weight: 600;
  line-height: 1.12;
}

.home .hero-area .innovista-hero-title {
  font-size: clamp(38px, 3.6vw, 56px);
  font-weight: 700;
  line-height: 1.04;
  margin-top: 4px;
}

.home .hero-area .innovista-hero-subtitle {
  font-size: clamp(18px, 1.55vw, 26px);
  font-weight: 300;
  line-height: 1.35;
  margin-top: 20px;
}

.home .hero-area .elementor-element-5451d19,
.home .hero-area .elementor-element-f71cc4f {
  display: none !important;
}

.home .hero-area .hero-btn {
  margin-bottom: 0 !important;
}

.home .hero-blog-posts .jet-listing-grid__items:not(.slick-initialized) {
  display: flex !important;
  flex-wrap: nowrap !important;
}

.home .hero-blog-posts .jet-listing-grid__item {
  flex: 0 0 calc(100% / var(--columns, 3)) !important;
  max-width: calc(100% / var(--columns, 3)) !important;
}

@media (max-width: 1024px) {
  .home .hero-area {
    min-height: 680px;
  }
}

@media (max-width: 767px) {
  .home .hero-area {
    min-height: 100svh;
  }

  .home .hero-area .elementor-element-a8ec54f > .elementor-column-wrap > .elementor-widget-wrap {
    padding-bottom: 170px;
    padding-left: 30px;
  }
}

.home .elementor-element-9fb7ac3 .jet-animated-box {
  transform-style: flat !important;
}

.home .elementor-element-9fb7ac3 .jet-animated-box__front,
.home .elementor-element-9fb7ac3 .jet-animated-box__back {
  backface-visibility: visible !important;
  transform: none !important;
}

.home .elementor-element-9fb7ac3 .jet-animated-box__back {
  display: none !important;
}

.home .elementor-element-9fb7ac3 .jet-elements-icon {
  color: #0e5aaa;
  font-size: 32px;
  line-height: 1;
}

.home .elementor-element-e68e814 {
  padding: clamp(70px, 7vw, 105px) 24px !important;
}

.home .elementor-element-e68e814 > .elementor-container {
  min-height: 0 !important;
}

.home .elementor-element-a69df22 > .elementor-widget-container {
  margin: 0 0 clamp(42px, 5vw, 70px) 0 !important;
}

.home .elementor-element-a69df22 .elementor-heading-title,
.home .elementor-element-a45aa14 .elementor-heading-title,
.home .elementor-element-6a0d91a .elementor-heading-title {
  letter-spacing: 0;
  line-height: 1.05;
}

.home .elementor-element-6b5fe9b .jet-listing-grid__items {
  display: grid !important;
  gap: clamp(28px, 4vw, 70px);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 auto !important;
  max-width: 1400px;
  width: 100% !important;
}

.home .elementor-element-6b5fe9b .jet-listing-grid__item {
  max-width: none !important;
  padding: 0 !important;
  width: auto !important;
}

.home .elementor-element-6b5fe9b .product-box > .elementor-column-wrap {
  background: #fff !important;
  overflow: hidden;
  min-height: 430px;
  padding: clamp(32px, 3vw, 46px) clamp(28px, 3vw, 42px) !important;
}

.home .elementor-element-6b5fe9b .product-box.innovista-product-card {
  background: #fff !important;
  box-shadow: 50px 50px 100px rgba(0, 0, 0, 0.05);
  display: block !important;
  height: auto !important;
  min-height: 430px;
  overflow: hidden;
  padding: 0 !important;
  width: 100% !important;
}

.home .elementor-element-6b5fe9b .innovista-product-card-link {
  color: #60656b;
  display: flex;
  flex-direction: column;
  min-height: 430px;
  padding: clamp(32px, 3vw, 46px) clamp(28px, 3vw, 42px);
  text-decoration: none;
}

.home .elementor-element-6b5fe9b .innovista-product-card-heading {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-bottom: clamp(42px, 5vw, 72px);
  text-align: center;
}

.home .elementor-element-6b5fe9b .innovista-product-card-heading img {
  height: 64px;
  object-fit: contain;
  width: auto;
}

.home .elementor-element-6b5fe9b .innovista-product-card-heading h2 {
  color: #666;
  font-family: "Poppins", Arial, sans-serif;
  font-size: clamp(26px, 2.1vw, 34px);
  font-weight: 500;
  line-height: 1.16;
  margin: 0;
}

.home .elementor-element-6b5fe9b .innovista-product-card-link > p {
  color: #60656b;
  font-family: "Poppins", Arial, sans-serif;
  font-size: clamp(18px, 1.45vw, 23px);
  font-weight: 500;
  line-height: 1.48;
  margin: 0;
  text-align: center;
}

.home .elementor-element-6b5fe9b .innovista-product-card-more {
  color: #0e5aaa;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  margin-top: auto;
  text-align: center;
  text-decoration: underline;
}

.home .elementor-element-6b5fe9b .product-box > .elementor-column-wrap > .elementor-widget-wrap {
  align-content: stretch;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.home .elementor-element-6b5fe9b .elementor-element-2d35273 {
  margin-bottom: clamp(42px, 5vw, 72px);
}

.home .elementor-element-6b5fe9b .elementor-element-2d35273 > .elementor-container,
.home .elementor-element-6b5fe9b .elementor-element-2d35273 > .elementor-container > .elementor-row,
.home .elementor-element-6b5fe9b .elementor-element-054260f,
.home .elementor-element-6b5fe9b .elementor-element-054260f > .elementor-column-wrap {
  display: block !important;
  max-width: none !important;
  min-width: 0 !important;
  width: 100% !important;
}

.home .elementor-element-6b5fe9b .elementor-element-054260f > .elementor-column-wrap > .elementor-widget-wrap {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 18px;
  justify-content: flex-start;
  text-align: center;
}

.home .elementor-element-6b5fe9b .elementor-element-889a49a,
.home .elementor-element-6b5fe9b .elementor-element-20aa721 {
  align-self: auto !important;
  margin: 0 !important;
  max-width: 100% !important;
  width: auto !important;
}

.home .elementor-element-6b5fe9b .elementor-element-20aa721 > .elementor-widget-container {
  margin: 0 !important;
}

.home .elementor-element-6b5fe9b .elementor-element-889a49a img {
  height: 64px;
  object-fit: contain;
  width: auto;
}

.home .elementor-element-6b5fe9b .elementor-element-20aa721 .elementor-heading-title,
.home .elementor-element-6b5fe9b .elementor-element-20aa721 .elementor-heading-title a {
  color: #666;
  font-size: clamp(26px, 2.1vw, 34px);
  font-weight: 500;
  line-height: 1.16;
  text-decoration: none;
}

.home .elementor-element-6b5fe9b .elementor-element-7207c93 {
  margin-bottom: 36px;
}

.home .elementor-element-6b5fe9b .elementor-element-7207c93 .elementor-heading-title {
  color: #60656b;
  font-size: clamp(18px, 1.45vw, 23px);
  font-weight: 500;
  line-height: 1.48;
}

.home .elementor-element-6b5fe9b .elementor-element-af0f8a4 {
  margin-top: auto;
}

.home .elementor-element-6b5fe9b .elementor-element-af0f8a4 .elementor-heading-title {
  color: #0e5aaa;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: underline;
}

.home .elementor-element-9822088 {
  padding: clamp(78px, 8vw, 120px) 24px !important;
}

.home .elementor-element-9822088 > .elementor-container {
  max-width: 1400px;
}

.home .elementor-element-e1fdb2f > .elementor-column-wrap > .elementor-widget-wrap {
  align-items: center;
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(0, 1fr) auto;
}

.home .elementor-element-a45aa14 > .elementor-widget-container {
  margin: 0 !important;
}

.home .elementor-element-a45aa14 {
  text-align: left !important;
}

.home .elementor-element-a45aa14 .elementor-heading-title {
  font-size: clamp(36px, 4vw, 58px) !important;
}

.home .elementor-element-fc5ff1c {
  justify-self: end;
}

.home .customer-filter .jet-select__control {
  appearance: auto;
  background-color: #eef1f4;
  border: 0;
  border-radius: 4px;
  color: #0e5aaa;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 20px;
  line-height: 1.2;
  padding: 16px 50px 16px 20px;
}

.home .elementor-element-df9c8c6,
.home .elementor-element-94a545d {
  grid-column: 1 / -1;
}

.home .elementor-element-94a545d {
  display: none;
}

#customer-carousel .jet-listing-grid__items,
#customer-carousel .slick-track {
  display: grid !important;
  gap: clamp(34px, 5vw, 76px);
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 22px 0 0 0 !important;
  transform: none !important;
  width: 100% !important;
}

#customer-carousel .jet-listing-grid__item,
#customer-carousel .slick-slide {
  display: block !important;
  flex: initial !important;
  max-width: none !important;
  padding: 0 !important;
  width: auto !important;
}

#customer-carousel .home-customer-box,
#customer-carousel .home-customer-box .elementor-column,
#customer-carousel .home-customer-box .elementor-widget-wrap {
  background: transparent !important;
  box-shadow: none !important;
  height: auto !important;
  min-height: 0 !important;
}

#customer-carousel .customer-tag {
  display: none !important;
}

#customer-carousel .home-customer-box .elementor-image {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 104px;
}

#customer-carousel .home-customer-box img {
  display: block !important;
  height: auto !important;
  margin-left: auto;
  margin-right: auto;
  max-height: 72px;
  max-width: 86%;
  object-fit: contain;
  opacity: 1 !important;
  visibility: visible !important;
}

.home .elementor-element-2c8220b {
  padding: clamp(70px, 8vw, 112px) 24px 26px !important;
}

.home .elementor-element-2c8220b .elementor-heading-title {
  font-size: clamp(36px, 4vw, 56px) !important;
  text-align: center;
}

.home .elementor-element-243b882 {
  padding: 20px 24px clamp(84px, 8vw, 128px) !important;
}

.home .elementor-element-6c3e6d2,
.home .elementor-element-80f9f45,
.home .elementor-element-d9843ef,
.home .elementor-element-e020068 {
  display: none !important;
}

.home .elementor-element-26cd4f3 > .elementor-column-wrap > .elementor-widget-wrap {
  display: grid !important;
  gap: clamp(34px, 4vw, 56px);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
}

.home .elementor-element-fd3fa4e,
.home .elementor-element-e7feb81,
.home .elementor-element-fd3fa4e > .elementor-container,
.home .elementor-element-e7feb81 > .elementor-container,
.home .elementor-element-fd3fa4e > .elementor-container > .elementor-row,
.home .elementor-element-e7feb81 > .elementor-container > .elementor-row {
  display: contents !important;
}

.home .elementor-element-5ec83ae,
.home .elementor-element-ea1e25c,
.home .elementor-element-b8f2da7,
.home .elementor-element-c8fe244 {
  max-width: none !important;
  width: auto !important;
}

.home .team-box .elementor-widget-container {
  box-shadow: 18px 28px 44px rgba(0, 0, 0, 0.08) !important;
}

.home .team-box .elementor-cta__bg-wrapper {
  min-height: 360px !important;
}

.home .team-box .elementor-cta__content {
  min-height: 150px !important;
}

.innovista-team-dialog {
  background: transparent;
  border: 0;
  max-width: min(920px, calc(100% - 32px));
  padding: 0;
  width: 100%;
}

.innovista-team-dialog::backdrop {
  background: rgba(10, 23, 35, 0.66);
}

.innovista-team-dialog-content {
  background: #fff;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.28);
  display: grid;
  grid-template-columns: minmax(220px, 0.8fr) 1.2fr;
  position: relative;
}

.innovista-team-dialog-content > img {
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  width: 100%;
}

.innovista-team-dialog-copy {
  padding: clamp(30px, 5vw, 62px);
}

.innovista-team-dialog-copy h2 {
  color: #111;
  font-family: "Ivy Mode", Georgia, serif;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.04;
  margin: 0;
}

.innovista-team-dialog-role {
  color: #0e5aaa;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin: 16px 0 0;
  text-transform: uppercase;
}

.innovista-team-dialog-bio {
  color: #60656b;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.6;
  margin: 28px 0 0;
}

.innovista-team-dialog-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 30px;
}

.innovista-team-dialog-links a {
  color: #0e5aaa;
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 600;
}

.innovista-team-dialog-close {
  align-items: center;
  background: #fff;
  border: 1px solid #dfe5ea;
  color: #16202a;
  cursor: pointer;
  display: flex;
  font-size: 28px;
  height: 42px;
  justify-content: center;
  line-height: 1;
  position: absolute;
  right: 14px;
  top: 14px;
  width: 42px;
  z-index: 1;
}

@media (max-width: 1024px) {
  .home .elementor-element-6b5fe9b .jet-listing-grid__items,
  .home .elementor-element-26cd4f3 > .elementor-column-wrap > .elementor-widget-wrap {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #customer-carousel .jet-listing-grid__items,
  #customer-carousel .slick-track {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .home .elementor-element-6b5fe9b .jet-listing-grid__items,
  .home .elementor-element-26cd4f3 > .elementor-column-wrap > .elementor-widget-wrap,
  .home .elementor-element-e1fdb2f > .elementor-column-wrap > .elementor-widget-wrap {
    grid-template-columns: 1fr;
  }

  .home .elementor-element-fc5ff1c {
    justify-self: stretch;
  }

  #customer-carousel .jet-listing-grid__items,
  #customer-carousel .slick-track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

#customer-carousel .jet-listing-grid__slider,
#customer-carousel .slick-list {
  overflow: visible;
  width: 100%;
}

#customer-carousel .slick-cloned,
#customer-carousel .jet-listing-grid__item[hidden] {
  display: none !important;
}

/* Der Titelbereich von "About Us" stand auf min-height 730px, obwohl darin nur
   Titel und eine Zeile Untertitel stehen - das ergab eine grosse leere Flaeche
   vor der Teamsektion. Zusammen mit deren 90px Innenabstand oben etwa halbiert. */
.elementor-36 .elementor-element.elementor-element-89fa0bb > .elementor-container {
  min-height: clamp(340px, 52vh, 470px) !important;
}

.elementor-36 .elementor-element.elementor-element-4723d5e {
  padding-top: 60px !important;
}

/* Seitentitel der Legacy-Seiten waren mit bis zu 100px sehr dominant. */
.elementor-36 .elementor-element.elementor-element-29a1fe7 .elementor-heading-title {
  font-size: clamp(40px, 5vw, 64px) !important;
  line-height: 1.05 !important;
}

/* Teamkarten: Namen etwas praesenter, das Team soll auffallen. */
.team-box .elementor-cta__title {
  font-size: clamp(24px, 1.9vw, 28px) !important;
  font-weight: 600 !important;
}

.team-box .elementor-cta__description {
  font-size: clamp(15px, 1.15vw, 17px) !important;
}

.elementor .innovista-product-link {
  color: #0e5aaa;
  font-weight: 600;
  text-decoration: underline;
}

.elementor .innovista-product-link:hover,
.elementor .innovista-product-link:focus-visible {
  text-decoration: none;
}

/* Textspalte der Produktseite darf voll breit werden, damit die beiden
   Tool-Bloecke nebeneinander passen. Elementor setzt hier fix 650px, und
   zwar zusaetzlich in einem Inline-<style> der Seite - daher !important. */
.elementor-339 .elementor-element.elementor-element-787ba7f5 {
  max-width: 100% !important;
  width: 100% !important;
}

.innovista-tools {
  display: grid;
  gap: clamp(32px, 4vw, 56px);
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  margin-top: 36px;
}

/* Feste Zeilenhoehe, damit beide Logos trotz unterschiedlicher
   Bildhoehe auf derselben Linie sitzen. */
.elementor .innovista-tool-logo {
  align-items: center;
  display: flex;
  margin-bottom: 20px;
  min-height: 56px;
  text-decoration: none;
}

/* max-height statt height: Logos werden nur verkleinert, nie hochskaliert.
   Das SAIROP-Logo liegt bislang nur in 128x30 vor und bliebe sonst unscharf. */
.innovista-tool-logo img {
  height: auto;
  max-height: 56px;
  max-width: 100%;
  width: auto;
}
