@charset "UTF-8";
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url("../../bundles/diakoniebasic/fonts/montserrat-v25-latin-regular.woff2") format("woff2"), url("../../bundles/diakoniebasic/fonts/montserrat-v25-latin-regular.woff") format("woff");
  /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* montserrat-500 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  src: url("../../bundles/diakoniebasic/fonts/montserrat-v25-latin-500.woff2") format("woff2"), url("../../bundles/diakoniebasic/fonts/montserrat-v25-latin-500.woff") format("woff");
  /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* montserrat-600 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  src: url("../../bundles/diakoniebasic/fonts/montserrat-v25-latin-600.woff2") format("woff2"), url("../../bundles/diakoniebasic/fonts/montserrat-v25-latin-600.woff") format("woff");
  /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* montserrat-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: url("../../bundles/diakoniebasic/fonts/montserrat-v25-latin-700.woff2") format("woff2"), url("../../bundles/diakoniebasic/fonts/montserrat-v25-latin-700.woff") format("woff");
  /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/*
$breakpoint arguement choices:
- mobile
- small-mobile
- navigation-mobile
- navigation-responsive
- tablet
- navigation-tablet
- navigation-desktop
- desktop
- desktop-big
*/
.ce_intro_text {
  background-color: #F5F4F0;
  scroll-margin-top: 75px;
}
@media (min-width: 75rem) {
  .ce_intro_text {
    padding: clamp(4em, 0.2222222222vw + 3.9027777778em, 4.125em);
  }
}
@media (max-width: 1200px) {
  .ce_intro_text {
    padding: clamp(2em, 0.2222222222vw + 1.9027777778em, 2.125em) clamp(1.75em, 0.2222222222vw + 1.6527777778em, 1.875em);
  }
}
.ce_intro_text .external-link {
  width: fit-content;
}
.ce_intro_text .external-link .icon-next {
  padding-left: clamp(0.75em, 0.2222222222vw + 0.6527777778em, 0.875em);
}
.ce_intro_text.paulinenblue-500 * {
  color: #FFFFFF !important;
}
.ce_intro_text.paulinenblue-700 * {
  color: #FFFFFF !important;
}
.ce_intro_text.paulinenblue-900 * {
  color: #FFFFFF !important;
}
.ce_intro_text + .ce_downloads_start {
  margin-top: calc(clamp(0.75em, 0.2222222222vw + 0.6527777778em, 0.875em) * -1);
  padding-top: 0;
}
.ce_intro_text + .ce_downloads_start .ce_downloads_start__headline {
  padding-top: 4rem;
  border-top: 1px solid #0A3049;
}
@media (max-width: 1200px) and (min-width: 768px) {
  .ce_intro_text + .ce_downloads_start .ce_downloads_start__headline {
    padding-top: 2rem;
  }
}
@media (max-width: 767px) {
  .ce_intro_text + .ce_downloads_start .ce_downloads_start__headline {
    padding-top: 2rem;
  }
}
.intro-text-paulinenblue-200 {
  background-color: #9FC0D1;
}
.intro-text-diakonissenred-100 {
  background-color: #FABDC7;
}
.intro-text-eucalyptus-100 {
  background-color: #BDD9CC;
}
.intro-text-bayblue-500 {
  background-color: #81B1B1;
}
.intro-text-bayblue-100 {
  background-color: #D9E8E8;
}
.news-reader + .ce_intro_text {
  padding-top: 0;
  background-color: #F5F4F0 !important;
}
.intro-text *:not(h1) {
  max-width: 74ch;
}
.intro-text ul {
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}
.intro-text ul li {
  position: relative;
  font-size: 1em;
  line-height: 1.6;
  letter-spacing: 0;
  font-weight: 400;
  color: #0A3049;
  margin-bottom: 1rem;
}
.intro-text ul li:before {
  position: absolute;
  top: 0.65rem;
  transform: translateY(-50%);
  content: "•";
  font-size: 1.5rem;
  color: #0A3049;
  font-weight: 600;
  display: inline-block;
  margin-left: -1em;
  line-height: 1;
}
.intro-text ul li:last-child {
  margin-bottom: 0;
}
.intro-text ul li a {
  display: block;
  text-decoration: none;
}
.intro-text ol {
  list-style: none;
  counter-reset: my-awesome-counter;
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}
.intro-text ol li {
  position: relative;
  font-size: 1em;
  line-height: 1.6;
  letter-spacing: 0;
  font-weight: 400;
  color: #0A3049;
  counter-increment: my-awesome-counter;
  margin-bottom: 1rem;
}
.intro-text ol li:before {
  position: absolute;
  left: -1.5rem;
  content: counter(my-awesome-counter) ". ";
  color: #0A3049;
  font-weight: bold;
}
.intro-text ol:last-child {
  margin-bottom: 0;
}
.intro-text ol a {
  display: block;
  text-decoration: none;
  color: #0A3049;
}
.intro-text a {
  font-weight: 600;
  color: var(--paulinenblue-500);
}
.no-touch .intro-text a:hover {
  text-decoration: underline;
  color: var(--paulinenblue-300);
}
.intro-text h1 span, .intro-text h2 span {
  text-decoration: none !important;
}
@media (min-width: 75rem) {
  .intro-text h1 span.underline-diakonissenred-1000, .intro-text h2 span.underline-diakonissenred-1000 {
    background-image: linear-gradient(transparent calc(100% - 4px), #A02E4F 5px);
  }
  .intro-text h1 span.underline-diakonissenred-900, .intro-text h2 span.underline-diakonissenred-900 {
    background-image: linear-gradient(transparent calc(100% - 4px), #A02E4F 5px);
  }
  .intro-text h1 span.underline-diakonissenred-700, .intro-text h2 span.underline-diakonissenred-700 {
    background-image: linear-gradient(transparent calc(100% - 4px), #D43D68 5px);
  }
  .intro-text h1 span.underline-diakonissenred-500, .intro-text h2 span.underline-diakonissenred-500 {
    background-image: linear-gradient(transparent calc(100% - 4px), #DD406C 5px);
  }
  .intro-text h1 span.underline-diakonissenred-300, .intro-text h2 span.underline-diakonissenred-300 {
    background-image: linear-gradient(transparent calc(100% - 4px), #DE6182 5px);
  }
  .intro-text h1 span.underline-diakonissenred-200, .intro-text h2 span.underline-diakonissenred-200 {
    background-image: linear-gradient(transparent calc(100% - 4px), #F7A1B5 5px);
  }
  .intro-text h1 span.underline-diakonissenred-100, .intro-text h2 span.underline-diakonissenred-100 {
    background-image: linear-gradient(transparent calc(100% - 4px), #FABDC7 5px);
  }
  .intro-text h1 span.underline-diakonissenred-50, .intro-text h2 span.underline-diakonissenred-50 {
    background-image: linear-gradient(transparent calc(100% - 4px), #F7D5D7 5px);
  }
  .intro-text h1 span.underline-paulinenblue-900, .intro-text h2 span.underline-paulinenblue-900 {
    background-image: linear-gradient(transparent calc(100% - 4px), #0A3049 5px);
  }
  .intro-text h1 span.underline-paulinenblue-700, .intro-text h2 span.underline-paulinenblue-700 {
    background-image: linear-gradient(transparent calc(100% - 4px), #145782 5px);
  }
  .intro-text h1 span.underline-paulinenblue-500, .intro-text h2 span.underline-paulinenblue-500 {
    background-image: linear-gradient(transparent calc(100% - 4px), #3B7094 5px);
  }
  .intro-text h1 span.underline-paulinenblue-300, .intro-text h2 span.underline-paulinenblue-300 {
    background-image: linear-gradient(transparent calc(100% - 4px), #618CA3 5px);
  }
  .intro-text h1 span.underline-paulinenblue-200, .intro-text h2 span.underline-paulinenblue-200 {
    background-image: linear-gradient(transparent calc(100% - 4px), #9FC0D1 5px);
  }
  .intro-text h1 span.underline-paulinenblue-100, .intro-text h2 span.underline-paulinenblue-100 {
    background-image: linear-gradient(transparent calc(100% - 4px), #BFCFD9 5px);
  }
  .intro-text h1 span.underline-paulinenblue-50, .intro-text h2 span.underline-paulinenblue-50 {
    background-image: linear-gradient(transparent calc(100% - 4px), #CFD8DD 5px);
  }
  .intro-text h1 span.underline-eucalyptus-900, .intro-text h2 span.underline-eucalyptus-900 {
    background-image: linear-gradient(transparent calc(100% - 4px), #127D69 5px);
  }
  .intro-text h1 span.underline-eucalyptus-700, .intro-text h2 span.underline-eucalyptus-700 {
    background-image: linear-gradient(transparent calc(100% - 4px), #17A38A 5px);
  }
  .intro-text h1 span.underline-eucalyptus-500, .intro-text h2 span.underline-eucalyptus-500 {
    background-image: linear-gradient(transparent calc(100% - 4px), #40B09C 5px);
  }
  .intro-text h1 span.underline-eucalyptus-300, .intro-text h2 span.underline-eucalyptus-300 {
    background-image: linear-gradient(transparent calc(100% - 4px), #6BBDAB 5px);
  }
  .intro-text h1 span.underline-eucalyptus-200, .intro-text h2 span.underline-eucalyptus-200 {
    background-image: linear-gradient(transparent calc(100% - 4px), #94CCBD 5px);
  }
  .intro-text h1 span.underline-eucalyptus-100, .intro-text h2 span.underline-eucalyptus-100 {
    background-image: linear-gradient(transparent calc(100% - 4px), #BDD9CC 5px);
  }
  .intro-text h1 span.underline-eucalyptus-50, .intro-text h2 span.underline-eucalyptus-50 {
    background-image: linear-gradient(transparent calc(100% - 4px), #D0E9DD 5px);
  }
  .intro-text h1 span.underline-bayblue-900, .intro-text h2 span.underline-bayblue-900 {
    background-image: linear-gradient(transparent calc(100% - 4px), #278386 5px);
  }
  .intro-text h1 span.underline-bayblue-700, .intro-text h2 span.underline-bayblue-700 {
    background-image: linear-gradient(transparent calc(100% - 4px), #67A2A2 5px);
  }
  .intro-text h1 span.underline-bayblue-500, .intro-text h2 span.underline-bayblue-500 {
    background-image: linear-gradient(transparent calc(100% - 4px), #81B1B1 5px);
  }
  .intro-text h1 span.underline-bayblue-300, .intro-text h2 span.underline-bayblue-300 {
    background-image: linear-gradient(transparent calc(100% - 4px), #A6C9C9 5px);
  }
  .intro-text h1 span.underline-bayblue-200, .intro-text h2 span.underline-bayblue-200 {
    background-image: linear-gradient(transparent calc(100% - 4px), #C0D8D8 5px);
  }
  .intro-text h1 span.underline-bayblue-100, .intro-text h2 span.underline-bayblue-100 {
    background-image: linear-gradient(transparent calc(100% - 4px), #D9E8E8 5px);
  }
  .intro-text h1 span.underline-bayblue-400, .intro-text h2 span.underline-bayblue-400 {
    background-image: linear-gradient(transparent calc(100% - 4px), #B9D4D5 5px);
  }
  .intro-text h1 span.underline-eucalyptus-900, .intro-text h2 span.underline-eucalyptus-900 {
    background-image: linear-gradient(transparent calc(100% - 4px), #127D69 5px);
  }
  .intro-text h1 span.underline-eucalyptus-700, .intro-text h2 span.underline-eucalyptus-700 {
    background-image: linear-gradient(transparent calc(100% - 4px), #17A38A 5px);
  }
  .intro-text h1 span.underline-eucalyptus-500, .intro-text h2 span.underline-eucalyptus-500 {
    background-image: linear-gradient(transparent calc(100% - 4px), #40B09C 5px);
  }
  .intro-text h1 span.underline-eucalyptus-300, .intro-text h2 span.underline-eucalyptus-300 {
    background-image: linear-gradient(transparent calc(100% - 4px), #6BBDAB 5px);
  }
  .intro-text h1 span.underline-eucalyptus-200, .intro-text h2 span.underline-eucalyptus-200 {
    background-image: linear-gradient(transparent calc(100% - 4px), #94CCBD 5px);
  }
  .intro-text h1 span.underline-eucalyptus-100, .intro-text h2 span.underline-eucalyptus-100 {
    background-image: linear-gradient(transparent calc(100% - 4px), #BDD9CC 5px);
  }
  .intro-text h1 span.underline-eucalyptus-50, .intro-text h2 span.underline-eucalyptus-50 {
    background-image: linear-gradient(transparent calc(100% - 4px), #D0E9DD 5px);
  }
  .intro-text h1 span.underline-neutral-900, .intro-text h2 span.underline-neutral-900 {
    background-image: linear-gradient(transparent calc(100% - 4px), #252420 5px);
  }
  .intro-text h1 span.underline-neutral-700, .intro-text h2 span.underline-neutral-700 {
    background-image: linear-gradient(transparent calc(100% - 4px), #AAA9A3 5px);
  }
  .intro-text h1 span.underline-neutral-500, .intro-text h2 span.underline-neutral-500 {
    background-image: linear-gradient(transparent calc(100% - 4px), #D6D4CD 5px);
  }
  .intro-text h1 span.underline-neutral-300, .intro-text h2 span.underline-neutral-300 {
    background-image: linear-gradient(transparent calc(100% - 4px), #E6E5DE 5px);
  }
  .intro-text h1 span.underline-neutral-200, .intro-text h2 span.underline-neutral-200 {
    background-image: linear-gradient(transparent calc(100% - 4px), #F5F4F0 5px);
  }
  .intro-text h1 span.underline-neutral-100, .intro-text h2 span.underline-neutral-100 {
    background-image: linear-gradient(transparent calc(100% - 4px), #FFFFFF 5px);
  }
  .intro-text h1 span.underline-neutral-1000, .intro-text h2 span.underline-neutral-1000 {
    background-image: linear-gradient(transparent calc(100% - 4px), 5px);
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  .intro-text h1 span.underline-diakonissenred-1000, .intro-text h2 span.underline-diakonissenred-1000 {
    background-image: linear-gradient(transparent calc(100% - 4px), #A02E4F 4px);
  }
  .intro-text h1 span.underline-diakonissenred-900, .intro-text h2 span.underline-diakonissenred-900 {
    background-image: linear-gradient(transparent calc(100% - 4px), #A02E4F 4px);
  }
  .intro-text h1 span.underline-diakonissenred-700, .intro-text h2 span.underline-diakonissenred-700 {
    background-image: linear-gradient(transparent calc(100% - 4px), #D43D68 4px);
  }
  .intro-text h1 span.underline-diakonissenred-500, .intro-text h2 span.underline-diakonissenred-500 {
    background-image: linear-gradient(transparent calc(100% - 4px), #DD406C 4px);
  }
  .intro-text h1 span.underline-diakonissenred-300, .intro-text h2 span.underline-diakonissenred-300 {
    background-image: linear-gradient(transparent calc(100% - 4px), #DE6182 4px);
  }
  .intro-text h1 span.underline-diakonissenred-200, .intro-text h2 span.underline-diakonissenred-200 {
    background-image: linear-gradient(transparent calc(100% - 4px), #F7A1B5 4px);
  }
  .intro-text h1 span.underline-diakonissenred-100, .intro-text h2 span.underline-diakonissenred-100 {
    background-image: linear-gradient(transparent calc(100% - 4px), #FABDC7 4px);
  }
  .intro-text h1 span.underline-diakonissenred-50, .intro-text h2 span.underline-diakonissenred-50 {
    background-image: linear-gradient(transparent calc(100% - 4px), #F7D5D7 4px);
  }
  .intro-text h1 span.underline-paulinenblue-900, .intro-text h2 span.underline-paulinenblue-900 {
    background-image: linear-gradient(transparent calc(100% - 4px), #0A3049 4px);
  }
  .intro-text h1 span.underline-paulinenblue-700, .intro-text h2 span.underline-paulinenblue-700 {
    background-image: linear-gradient(transparent calc(100% - 4px), #145782 4px);
  }
  .intro-text h1 span.underline-paulinenblue-500, .intro-text h2 span.underline-paulinenblue-500 {
    background-image: linear-gradient(transparent calc(100% - 4px), #3B7094 4px);
  }
  .intro-text h1 span.underline-paulinenblue-300, .intro-text h2 span.underline-paulinenblue-300 {
    background-image: linear-gradient(transparent calc(100% - 4px), #618CA3 4px);
  }
  .intro-text h1 span.underline-paulinenblue-200, .intro-text h2 span.underline-paulinenblue-200 {
    background-image: linear-gradient(transparent calc(100% - 4px), #9FC0D1 4px);
  }
  .intro-text h1 span.underline-paulinenblue-100, .intro-text h2 span.underline-paulinenblue-100 {
    background-image: linear-gradient(transparent calc(100% - 4px), #BFCFD9 4px);
  }
  .intro-text h1 span.underline-paulinenblue-50, .intro-text h2 span.underline-paulinenblue-50 {
    background-image: linear-gradient(transparent calc(100% - 4px), #CFD8DD 4px);
  }
  .intro-text h1 span.underline-bayblue-900, .intro-text h2 span.underline-bayblue-900 {
    background-image: linear-gradient(transparent calc(100% - 4px), #278386 4px);
  }
  .intro-text h1 span.underline-bayblue-700, .intro-text h2 span.underline-bayblue-700 {
    background-image: linear-gradient(transparent calc(100% - 4px), #67A2A2 4px);
  }
  .intro-text h1 span.underline-bayblue-500, .intro-text h2 span.underline-bayblue-500 {
    background-image: linear-gradient(transparent calc(100% - 4px), #81B1B1 4px);
  }
  .intro-text h1 span.underline-bayblue-300, .intro-text h2 span.underline-bayblue-300 {
    background-image: linear-gradient(transparent calc(100% - 4px), #A6C9C9 4px);
  }
  .intro-text h1 span.underline-bayblue-200, .intro-text h2 span.underline-bayblue-200 {
    background-image: linear-gradient(transparent calc(100% - 4px), #C0D8D8 4px);
  }
  .intro-text h1 span.underline-bayblue-100, .intro-text h2 span.underline-bayblue-100 {
    background-image: linear-gradient(transparent calc(100% - 4px), #D9E8E8 4px);
  }
  .intro-text h1 span.underline-bayblue-400, .intro-text h2 span.underline-bayblue-400 {
    background-image: linear-gradient(transparent calc(100% - 4px), #B9D4D5 4px);
  }
  .intro-text h1 span.underline-eucalyptus-900, .intro-text h2 span.underline-eucalyptus-900 {
    background-image: linear-gradient(transparent calc(100% - 4px), #127D69 4px);
  }
  .intro-text h1 span.underline-eucalyptus-700, .intro-text h2 span.underline-eucalyptus-700 {
    background-image: linear-gradient(transparent calc(100% - 4px), #17A38A 4px);
  }
  .intro-text h1 span.underline-eucalyptus-500, .intro-text h2 span.underline-eucalyptus-500 {
    background-image: linear-gradient(transparent calc(100% - 4px), #40B09C 4px);
  }
  .intro-text h1 span.underline-eucalyptus-300, .intro-text h2 span.underline-eucalyptus-300 {
    background-image: linear-gradient(transparent calc(100% - 4px), #6BBDAB 4px);
  }
  .intro-text h1 span.underline-eucalyptus-200, .intro-text h2 span.underline-eucalyptus-200 {
    background-image: linear-gradient(transparent calc(100% - 4px), #94CCBD 4px);
  }
  .intro-text h1 span.underline-eucalyptus-100, .intro-text h2 span.underline-eucalyptus-100 {
    background-image: linear-gradient(transparent calc(100% - 4px), #BDD9CC 4px);
  }
  .intro-text h1 span.underline-eucalyptus-50, .intro-text h2 span.underline-eucalyptus-50 {
    background-image: linear-gradient(transparent calc(100% - 4px), #D0E9DD 4px);
  }
  .intro-text h1 span.underline-neutral-900, .intro-text h2 span.underline-neutral-900 {
    background-image: linear-gradient(transparent calc(100% - 4px), #252420 4px);
  }
  .intro-text h1 span.underline-neutral-700, .intro-text h2 span.underline-neutral-700 {
    background-image: linear-gradient(transparent calc(100% - 4px), #AAA9A3 4px);
  }
  .intro-text h1 span.underline-neutral-500, .intro-text h2 span.underline-neutral-500 {
    background-image: linear-gradient(transparent calc(100% - 4px), #D6D4CD 4px);
  }
  .intro-text h1 span.underline-neutral-300, .intro-text h2 span.underline-neutral-300 {
    background-image: linear-gradient(transparent calc(100% - 4px), #E6E5DE 4px);
  }
  .intro-text h1 span.underline-neutral-200, .intro-text h2 span.underline-neutral-200 {
    background-image: linear-gradient(transparent calc(100% - 4px), #F5F4F0 4px);
  }
  .intro-text h1 span.underline-neutral-100, .intro-text h2 span.underline-neutral-100 {
    background-image: linear-gradient(transparent calc(100% - 4px), #FFFFFF 4px);
  }
  .intro-text h1 span.underline-neutral-1000, .intro-text h2 span.underline-neutral-1000 {
    background-image: linear-gradient(transparent calc(100% - 4px), 4px);
  }
}
@media (max-width: 767px) {
  .intro-text h1 span.underline-diakonissenred-1000, .intro-text h2 span.underline-diakonissenred-1000 {
    background-image: linear-gradient(transparent calc(100% - 4px), #A02E4F 3px);
  }
  .intro-text h1 span.underline-diakonissenred-900, .intro-text h2 span.underline-diakonissenred-900 {
    background-image: linear-gradient(transparent calc(100% - 4px), #A02E4F 3px);
  }
  .intro-text h1 span.underline-diakonissenred-700, .intro-text h2 span.underline-diakonissenred-700 {
    background-image: linear-gradient(transparent calc(100% - 4px), #D43D68 3px);
  }
  .intro-text h1 span.underline-diakonissenred-500, .intro-text h2 span.underline-diakonissenred-500 {
    background-image: linear-gradient(transparent calc(100% - 4px), #DD406C 3px);
  }
  .intro-text h1 span.underline-diakonissenred-300, .intro-text h2 span.underline-diakonissenred-300 {
    background-image: linear-gradient(transparent calc(100% - 4px), #DE6182 3px);
  }
  .intro-text h1 span.underline-diakonissenred-200, .intro-text h2 span.underline-diakonissenred-200 {
    background-image: linear-gradient(transparent calc(100% - 4px), #F7A1B5 3px);
  }
  .intro-text h1 span.underline-diakonissenred-100, .intro-text h2 span.underline-diakonissenred-100 {
    background-image: linear-gradient(transparent calc(100% - 4px), #FABDC7 3px);
  }
  .intro-text h1 span.underline-diakonissenred-50, .intro-text h2 span.underline-diakonissenred-50 {
    background-image: linear-gradient(transparent calc(100% - 4px), #F7D5D7 3px);
  }
  .intro-text h1 span.underline-paulinenblue-900, .intro-text h2 span.underline-paulinenblue-900 {
    background-image: linear-gradient(transparent calc(100% - 4px), #0A3049 3px);
  }
  .intro-text h1 span.underline-paulinenblue-700, .intro-text h2 span.underline-paulinenblue-700 {
    background-image: linear-gradient(transparent calc(100% - 4px), #145782 3px);
  }
  .intro-text h1 span.underline-paulinenblue-500, .intro-text h2 span.underline-paulinenblue-500 {
    background-image: linear-gradient(transparent calc(100% - 4px), #3B7094 3px);
  }
  .intro-text h1 span.underline-paulinenblue-300, .intro-text h2 span.underline-paulinenblue-300 {
    background-image: linear-gradient(transparent calc(100% - 4px), #618CA3 3px);
  }
  .intro-text h1 span.underline-paulinenblue-200, .intro-text h2 span.underline-paulinenblue-200 {
    background-image: linear-gradient(transparent calc(100% - 4px), #9FC0D1 3px);
  }
  .intro-text h1 span.underline-paulinenblue-100, .intro-text h2 span.underline-paulinenblue-100 {
    background-image: linear-gradient(transparent calc(100% - 4px), #BFCFD9 3px);
  }
  .intro-text h1 span.underline-paulinenblue-50, .intro-text h2 span.underline-paulinenblue-50 {
    background-image: linear-gradient(transparent calc(100% - 4px), #CFD8DD 3px);
  }
  .intro-text h1 span.underline-bayblue-900, .intro-text h2 span.underline-bayblue-900 {
    background-image: linear-gradient(transparent calc(100% - 4px), #278386 3px);
  }
  .intro-text h1 span.underline-bayblue-700, .intro-text h2 span.underline-bayblue-700 {
    background-image: linear-gradient(transparent calc(100% - 4px), #67A2A2 3px);
  }
  .intro-text h1 span.underline-bayblue-500, .intro-text h2 span.underline-bayblue-500 {
    background-image: linear-gradient(transparent calc(100% - 4px), #81B1B1 3px);
  }
  .intro-text h1 span.underline-bayblue-300, .intro-text h2 span.underline-bayblue-300 {
    background-image: linear-gradient(transparent calc(100% - 4px), #A6C9C9 3px);
  }
  .intro-text h1 span.underline-bayblue-200, .intro-text h2 span.underline-bayblue-200 {
    background-image: linear-gradient(transparent calc(100% - 4px), #C0D8D8 3px);
  }
  .intro-text h1 span.underline-bayblue-100, .intro-text h2 span.underline-bayblue-100 {
    background-image: linear-gradient(transparent calc(100% - 4px), #D9E8E8 3px);
  }
  .intro-text h1 span.underline-bayblue-400, .intro-text h2 span.underline-bayblue-400 {
    background-image: linear-gradient(transparent calc(100% - 4px), #B9D4D5 3px);
  }
  .intro-text h1 span.underline-eucalyptus-900, .intro-text h2 span.underline-eucalyptus-900 {
    background-image: linear-gradient(transparent calc(100% - 4px), #127D69 3px);
  }
  .intro-text h1 span.underline-eucalyptus-700, .intro-text h2 span.underline-eucalyptus-700 {
    background-image: linear-gradient(transparent calc(100% - 4px), #17A38A 3px);
  }
  .intro-text h1 span.underline-eucalyptus-500, .intro-text h2 span.underline-eucalyptus-500 {
    background-image: linear-gradient(transparent calc(100% - 4px), #40B09C 3px);
  }
  .intro-text h1 span.underline-eucalyptus-300, .intro-text h2 span.underline-eucalyptus-300 {
    background-image: linear-gradient(transparent calc(100% - 4px), #6BBDAB 3px);
  }
  .intro-text h1 span.underline-eucalyptus-200, .intro-text h2 span.underline-eucalyptus-200 {
    background-image: linear-gradient(transparent calc(100% - 4px), #94CCBD 3px);
  }
  .intro-text h1 span.underline-eucalyptus-100, .intro-text h2 span.underline-eucalyptus-100 {
    background-image: linear-gradient(transparent calc(100% - 4px), #BDD9CC 3px);
  }
  .intro-text h1 span.underline-eucalyptus-50, .intro-text h2 span.underline-eucalyptus-50 {
    background-image: linear-gradient(transparent calc(100% - 4px), #D0E9DD 3px);
  }
  .intro-text h1 span.underline-neutral-900, .intro-text h2 span.underline-neutral-900 {
    background-image: linear-gradient(transparent calc(100% - 4px), #252420 3px);
  }
  .intro-text h1 span.underline-neutral-700, .intro-text h2 span.underline-neutral-700 {
    background-image: linear-gradient(transparent calc(100% - 4px), #AAA9A3 3px);
  }
  .intro-text h1 span.underline-neutral-500, .intro-text h2 span.underline-neutral-500 {
    background-image: linear-gradient(transparent calc(100% - 4px), #D6D4CD 3px);
  }
  .intro-text h1 span.underline-neutral-300, .intro-text h2 span.underline-neutral-300 {
    background-image: linear-gradient(transparent calc(100% - 4px), #E6E5DE 3px);
  }
  .intro-text h1 span.underline-neutral-200, .intro-text h2 span.underline-neutral-200 {
    background-image: linear-gradient(transparent calc(100% - 4px), #F5F4F0 3px);
  }
  .intro-text h1 span.underline-neutral-100, .intro-text h2 span.underline-neutral-100 {
    background-image: linear-gradient(transparent calc(100% - 4px), #FFFFFF 3px);
  }
  .intro-text h1 span.underline-neutral-1000, .intro-text h2 span.underline-neutral-1000 {
    background-image: linear-gradient(transparent calc(100% - 4px), 3px);
  }
}
.intro-text h1 {
  max-width: 33ch;
}
.intro-text h2 {
  font-weight: 500;
}
.col-right .intro-text h1 {
  font-size: 2.25em;
  font-size: clamp(1.75em, 0.8888888889vw + 1.3611111111em, 2.25em);
  line-height: 1.22;
  letter-spacing: -0.02em;
  font-weight: 400;
  font-weight: 500;
}
.col-right .intro-text h2 {
  font-size: 1.37em;
  font-size: clamp(1.375em, 0.4444444444vw + 1.1805555556em, 1.625em);
  line-height: 1.36;
  letter-spacing: -0.01em;
  font-weight: 400;
  font-weight: 500;
}
.col-right .intro-text .has-h1-style {
  font-size: 2.25em;
  font-size: clamp(1.75em, 0.8888888889vw + 1.3611111111em, 2.25em);
  line-height: 1.22;
  letter-spacing: -0.02em;
  font-weight: 400;
  font-weight: 500;
}
.col-right .intro-text h3 {
  font-size: 1.25em;
  line-height: 1.36;
  letter-spacing: -0.01em;
  font-weight: 500;
}
.tl_content .ce_intro_text ul {
  list-style: none;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22home%2Fdiajfcwo%2F2024.diakonie-klinikum.de%2Fvendor%2Fvonheldenundgestalten%2Fdiakonieklinik-basic%2Fsrc%2FResources%2Fpublic%2Fcss%2Felements%2F..%2Fincludes%2F_fonts.scss%22%2C%22home%2Fdiajfcwo%2F2024.diakonie-klinikum.de%2Fvendor%2Fvonheldenundgestalten%2Fdiakonieklinik-basic%2Fsrc%2FResources%2Fpublic%2Fcss%2Felements%2Fce_intro_text.scss%22%2C%22home%2Fdiajfcwo%2F2024.diakonie-klinikum.de%2Fvendor%2Fvonheldenundgestalten%2Fdiakonieklinik-basic%2Fsrc%2FResources%2Fpublic%2Fcss%2Felements%2F..%2Fincludes%2F_mixins.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACAA%3BADSA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACTA%3BADkBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAClBA%3BAD2BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC3BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BACgBQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD3BJ%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BACNA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADOR%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAC3BF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAASN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADtBA%3BAAAA%3BAAAA%3BAAAA%3BAC6FI%3BAAAA%3BAAAA%3BAAAA%3BADzFA%3BAAAA%3BAAAA%3BACjEA%3BADoEQ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAC9LR%3BADmMQ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BACrSR%3BAD0SQ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAMZ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%22%7D */