/* fakecss:C:/dev/Kalmar/kex_kalmar-com-ex-master/addons/webapps/TeaserBlurb/src/components/Button.esbuild-svelte-fake-css */
.link.svelte-1gnc78 {
  flex: 1;
  display: inline-flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  column-gap: 8px;
  padding: 8px 16px 8px 24px;
  border: none;
  border-radius: 8px;
  flex-grow: 0;
}
.link.svelte-1gnc78:hover > .text:where(.svelte-1gnc78) {
  text-decoration: underline;
}
.link.svelte-1gnc78:focus-visible {
  outline-color: var(--focus-color);
}
.link.svelte-1gnc78:focus-visible > .text:where(.svelte-1gnc78) {
  text-decoration: underline;
}
.text.svelte-1gnc78 {
  font-family: proxima-nova, sans-serif;
  font-size: 1.125rem;
}
@media (max-width: 768px) {
  .text.svelte-1gnc78 {
    font-size: 1rem;
  }
}
.icon.svelte-1gnc78 {
  font-size: 1.125rem;
}
@media (max-width: 768px) {
  .icon.svelte-1gnc78 {
    font-size: 1rem;
  }
}

/* fakecss:C:/dev/Kalmar/kex_kalmar-com-ex-master/addons/webapps/TeaserBlurb/src/components/Arch.esbuild-svelte-fake-css */
svg.svelte-jfd0rl {
  width: 100%;
  height: 40px;
  display: block;
}

/* fakecss:C:/dev/Kalmar/kex_kalmar-com-ex-master/addons/webapps/TeaserBlurb/src/App.esbuild-svelte-fake-css */
.blurb[data-blurb-teaser].svelte-1vgh7ij {
  position: relative;
  top: 0;
  min-height: 400px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  align-items: center;
  background-color: var(--background-color);
  color: var(--text-color);
  padding: 24px 24px 32px 24px;
}
.blurb[data-blurb-teaser].svelte-1vgh7ij .heading {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  word-wrap: break-word;
  color: inherit;
  font-family: playfair-display;
  margin: 0;
  text-align: center;
  font-size: 2rem;
  line-height: 1.25;
}
@media (max-width: 768px) {
  .blurb[data-blurb-teaser].svelte-1vgh7ij .heading {
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  .blurb[data-blurb-teaser].svelte-1vgh7ij {
    top: 0;
    min-height: 335px;
    padding: 50px 16px 32px 16px;
  }
}
.blurb[data-blurb-teaser].svelte-1vgh7ij .content:where(.svelte-1vgh7ij) {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  row-gap: 24px;
}
.blurb[data-blurb-teaser].svelte-1vgh7ij .content.fullwidth:where(.svelte-1vgh7ij) .heading {
  font-size: 2.3rem;
  font-weight: 600;
}
.blurb[data-blurb-teaser].svelte-1vgh7ij .content.fullwidth:where(.svelte-1vgh7ij) .preamble:where(.svelte-1vgh7ij) {
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: 300;
}
.preamble.svelte-1vgh7ij {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  word-wrap: break-word;
  font-family: proxima-nova, sans-serif;
  font-size: 1rem;
  color: inherit;
  margin: 0;
  max-width: 37em;
}
.arch-wrapper.svelte-1vgh7ij {
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
}
@media (max-width: 768px) {
  .arch-wrapper.svelte-1vgh7ij {
    top: -30px;
  }
}

