/* 30px -> 40px */
/* 60px -> 80px */
/* 90px -> 120px */
/* 120px -> 160px */
/* 20px -> 130px */
/* 10px -> 50px */
/* 24px -> 80px */
/* 40px -> 50px */
.ce_textteasers {
  padding-block: 5em;
  background: #ffffff;
}
.ce_textteasers .inside {
  width: 85%;
  max-width: 1440px;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .ce_textteasers .inside {
    width: 100%;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
}
.ce_textteasers .intro {
  max-width: 33em;
  margin-inline: auto;
  text-align: center;
  margin-bottom: 3em;
}
.ce_textteasers .intro h2 {
  font-family: "graphit", verdana, sans-serif;
  line-height: 1.2;
  font-weight: 700;
  color: #131F25;
  margin-top: 1.5em;
  margin-bottom: 1.25em;
  font-size: clamp(1.8125rem, 1.48rem + 0.917vw, 2.5rem);
  /* 29px -> 40px */
  margin-bottom: 0.5em;
}
.ce_textteasers .intro h2:first-child {
  margin-top: 0;
}
.ce_textteasers .intro h2:last-child {
  margin-bottom: 0;
}
.ce_textteasers .outro {
  max-width: 33em;
  margin-inline: auto;
  margin-top: 3em;
  display: flex;
  flex-direction: row;
  gap: 2em;
  text-align: center;
}
.ce_textteasers .outro .text {
  margin-inline: auto;
}
.ce_textteasers .outro a.btn {
  padding: 1em 1em;
  line-height: 0.8;
  border: 1px solid transparent;
  border-radius: 4em;
  font-size: 0.85em;
  display: flex;
  flex-wrap: nowrap;
  gap: 0.4em;
  transition: all 0.3s ease;
  text-decoration: none;
  align-items: center;
  cursor: pointer;
  border-color: #001524;
  background-color: #001524;
  color: #ffffff;
  flex-shrink: 0;
  height: max-content;
  align-self: center;
}
.ce_textteasers .outro a.btn svg path {
  transition: all 0.3s ease;
}
.ce_textteasers .outro a.btn:hover {
  background-color: #ffffff;
  color: #001524;
}
.ce_textteasers .outro strong {
  font-weight: 300;
  margin-bottom: 0.5em;
}
.ce_textteasers .outro.no-button {
  max-width: 20em;
}
@media (max-width: 550px) {
  .ce_textteasers .outro {
    flex-direction: column;
  }
}
.ce_textteasers ul {
  display: grid;
  grid-template-columns: minmax(15em, 1fr);
  gap: 2em;
  margin-bottom: 0;
}
.ce_textteasers ul li {
  padding: 1.5em 1em;
  border-radius: 0.5em;
  background: #F2F6F8;
  max-width: 30em;
}
.ce_textteasers ul svg {
  width: 1.4em;
  height: auto;
}
.ce_textteasers ul svg path {
  fill: #001524;
}
.ce_textteasers ul svg circle {
  stroke: #001524;
}
.ce_textteasers ul h3 {
  font-family: "graphit", verdana, sans-serif;
  line-height: 1.2;
  font-weight: 700;
  color: #131F25;
  margin-top: 1.5em;
  margin-bottom: 1.25em;
  font-weight: 500;
  font-size: clamp(1.25rem, 1.008rem + 0.667vw, 1.75rem);
  /* 20px -> 28px */
  margin-bottom: 1em;
  margin-top: 0;
  margin-bottom: 0.7em;
}
.ce_textteasers ul h3:first-child {
  margin-top: 0;
}
.ce_textteasers ul h3:last-child {
  margin-bottom: 0;
}
.ce_textteasers ul p {
  margin: 0;
}
@media (max-width: 629px) {
  .ce_textteasers ul {
    max-width: 20em;
    margin: auto;
  }
  .ce_textteasers li {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .ce_textteasers svg {
    margin-right: 0.75em;
  }
  .ce_textteasers h3 {
    width: 80%;
  }
  .ce_textteasers p {
    width: 100%;
  }
}
@media (min-width: 630px) {
  .ce_textteasers ul {
    grid-template-columns: minmax(15em, 1fr) minmax(15em, 1fr);
    grid-auto-rows: 1fr;
    gap: 1em;
    max-width: 40em;
    margin-inline: auto;
  }
  .ce_textteasers ul h3 {
    margin-top: 1em;
  }
}
@media (min-width: 1024px) {
  .ce_textteasers ul.teasers-3, .ce_textteasers ul.teasers-5, .ce_textteasers ul.teasers-6, .ce_textteasers ul.teasers-7, .ce_textteasers ul.teasers-8, .ce_textteasers ul.teasers-9 {
    grid-template-columns: minmax(15em, 1fr) minmax(15em, 1fr) minmax(15em, 1fr);
    max-width: none;
  }
}
@media (min-width: 1400px) {
  .ce_textteasers ul.teasers-4, .ce_textteasers ul.teasers-7, .ce_textteasers ul.teasers-8, .ce_textteasers ul.teasers-10 {
    max-width: none;
    grid-template-columns: minmax(15em, 1fr) minmax(15em, 1fr) minmax(15em, 1fr) minmax(15em, 1fr);
  }
  .ce_textteasers ul.teasers-3, .ce_textteasers ul.teasers-6, .ce_textteasers ul.teasers-9 {
    max-width: 60em;
    margin: auto;
  }
}
.ce_textteasers.bg-grey {
  background: #F2F6F8;
  margin-block: 0;
  padding-block: 5em;
}
.ce_textteasers.bg-grey ul li {
  background: #ffffff;
}
.ce_textteasers.bg-darkblue, .ce_textteasers.bg-pattern1, .ce_textteasers.bg-pattern2, .ce_textteasers.bg-pattern3 {
  background-color: #001524;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-block: 0;
  padding-block: 5em;
}
.ce_textteasers.bg-darkblue .intro h2, .ce_textteasers.bg-darkblue .intro p, .ce_textteasers.bg-pattern1 .intro h2, .ce_textteasers.bg-pattern1 .intro p, .ce_textteasers.bg-pattern2 .intro h2, .ce_textteasers.bg-pattern2 .intro p, .ce_textteasers.bg-pattern3 .intro h2, .ce_textteasers.bg-pattern3 .intro p {
  color: #ffffff;
}
.ce_textteasers.bg-darkblue .outro h4, .ce_textteasers.bg-darkblue .outro p, .ce_textteasers.bg-pattern1 .outro h4, .ce_textteasers.bg-pattern1 .outro p, .ce_textteasers.bg-pattern2 .outro h4, .ce_textteasers.bg-pattern2 .outro p, .ce_textteasers.bg-pattern3 .outro h4, .ce_textteasers.bg-pattern3 .outro p {
  color: #ffffff;
}
.ce_textteasers.bg-darkblue ul li, .ce_textteasers.bg-pattern1 ul li, .ce_textteasers.bg-pattern2 ul li, .ce_textteasers.bg-pattern3 ul li {
  background: #ffffff;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22var%2Fwww%2Fvhosts%2Fvhugtech.abnahme-server.de%2Fhttpdocs%2Fprivate-bundles%2Fvonheldenundgestalten%2Fvhugtech-bundle%2Fpublic%2Fcss%2Felements%2Fce_textteasers.scss%22%2C%22var%2Fwww%2Fvhosts%2Fvhugtech.abnahme-server.de%2Fhttpdocs%2Fprivate-bundles%2Fvonheldenundgestalten%2Fvhugtech-bundle%2Fpublic%2Fcss%2Felements%2F..%2Fincludes%2F.%2F_mixins.scss%22%2C%22var%2Fwww%2Fvhosts%2Fvhugtech.abnahme-server.de%2Fhttpdocs%2Fprivate-bundles%2Fvonheldenundgestalten%2Fvhugtech-bundle%2Fpublic%2Fcss%2Felements%2F..%2Fincludes%2F.%2F_typography.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACFA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEAE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAFEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACsHE%3BAAAA%3BAAAA%3BAA2BA%3BAAAA%3BAAAA%3BAAAA%3BAD1IF%3BAAAA%3BAAAA%3BAAAA%3BAAKM%3BAAAA%3BAAAA%3BAAIJ%3BAACF%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEjEJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAFmEI%3BAAAA%3BAAAA%3BAAKJ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAMR%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKQ%3BAAAA%3BAAAA%3BAAKR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASQ%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%22%7D */