@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
*/
.two-column-text {
  background-color: #F5F4F0;
  display: flex;
  justify-content: space-between;
  scroll-margin-top: 75px;
}
@media (min-width: 75rem) {
  .two-column-text {
    padding: clamp(4em, 0.2222222222vw + 3.9027777778em, 4.125em);
  }
}
@media (max-width: 1200px) {
  .two-column-text {
    padding: clamp(2em, 0.2222222222vw + 1.9027777778em, 2.125em) clamp(1.75em, 0.2222222222vw + 1.6527777778em, 1.875em);
  }
}
.two-column-text .headlines {
  margin-right: clamp(3em, 0.2222222222vw + 2.9027777778em, 3.125em);
  position: relative;
  width: 75ch;
  max-width: 40%;
}
.two-column-text .headlines .headline {
  margin-bottom: clamp(2em, 0.2222222222vw + 1.9027777778em, 2.125em);
  font-weight: 500;
}
@media (min-width: 75rem) {
  .two-column-text .headlines img {
    max-width: 540px;
  }
}
@media (max-width: 1200px) {
  .two-column-text .headlines .image_container {
    margin-bottom: clamp(2em, 0.2222222222vw + 1.9027777778em, 2.125em);
  }
}
.two-column-text .bodytext {
  position: relative;
  margin-right: auto;
  max-width: 60%;
  width: 70ch;
}
.two-column-text .bodytext ul {
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}
.two-column-text .bodytext ul li {
  position: relative;
  font-size: 1em;
  line-height: 1.6;
  letter-spacing: 0;
  font-weight: 400;
  color: #0A3049;
  margin-bottom: 1rem;
}
.two-column-text .bodytext 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;
}
.two-column-text .bodytext ul li:last-child {
  margin-bottom: 0;
}
.two-column-text .bodytext ul li a {
  display: block;
  text-decoration: none;
}
.two-column-text .bodytext ol {
  list-style: none;
  counter-reset: my-awesome-counter;
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}
.two-column-text .bodytext 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;
}
.two-column-text .bodytext ol li:before {
  position: absolute;
  left: -1.5rem;
  content: counter(my-awesome-counter) ". ";
  color: #0A3049;
  font-weight: bold;
}
.two-column-text .bodytext ol:last-child {
  margin-bottom: 0;
}
.two-column-text .bodytext ol a {
  display: block;
  text-decoration: none;
  color: #0A3049;
}
.two-column-text .bodytext ul li a {
  display: inline !important;
  font-weight: 600;
  color: var(--paulinenblue-500);
}
.no-touch .two-column-text .bodytext ul li a:hover {
  text-decoration: underline;
  color: var(--paulinenblue-300);
}
.two-column-text .bodytext .external-link {
  width: fit-content;
  font-weight: 600;
  color: var(--paulinenblue-500);
}
.no-touch .two-column-text .bodytext .external-link:hover {
  text-decoration: underline;
  color: var(--paulinenblue-300);
}
.two-column-text .bodytext .external-link .icon-next {
  padding-left: clamp(0.75em, 0.2222222222vw + 0.6527777778em, 0.875em);
}
.two-column-text .bodytext p {
  font-size: 1em;
  line-height: 1.6;
  letter-spacing: 0;
  font-weight: 400;
  color: #0A3049;
}
.two-column-text .bodytext a {
  font-weight: 600;
  color: var(--paulinenblue-500);
}
.no-touch .two-column-text .bodytext a:hover {
  text-decoration: underline;
  color: var(--paulinenblue-300);
}
.two-column-text .bodytext .bold {
  font-weight: 700;
}
@media screen and (max-width: 1000px) {
  .two-column-text {
    flex-direction: column;
  }
  .two-column-text .headlines, .two-column-text .bodytext {
    position: unset;
    max-width: unset;
    width: 100%;
  }
}
.two-column--collapsable {
  position: relative;
  max-height: 20em;
  height: 20em;
  overflow: hidden;
  transition: max-height 0.8s ease;
}
.two-column--collapsable .bodytext {
  cursor: pointer;
}
@media screen and (max-width: 1000px) {
  .two-column--collapsable .bodytext {
    padding-bottom: clamp(1.75em, 0.2222222222vw + 1.6527777778em, 1.875em);
  }
}
.two-column--collapsable:not(.two-column-text-active)::after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: clamp(7.5em, 1.1111111111vw + 7.0138888889em, 8.125em);
  background: linear-gradient(180deg, rgba(245, 244, 240, 0) 0%, #F5F4F0 57.81%);
}
@media (max-width: 1200px) and (min-width: 768px) {
  .two-column--collapsable:not(.two-column-text-active) .two-column-text-button {
    top: 16em;
    z-index: 2;
  }
}
@media screen and (max-width: 1000px) {
  .two-column--collapsable:not(.two-column-text-active) .two-column-text-button {
    top: unset;
    bottom: 0.7em;
    z-index: 2;
  }
}
.two-column-text-active {
  height: max-content;
  max-height: 250rem;
}
@media (max-width: 1200px) and (min-width: 768px) {
  .two-column-text-active .two-column-text-button {
    top: initial;
    bottom: 0;
  }
}
@media screen and (max-width: 1000px) {
  .two-column-text-active .two-column-text-button {
    top: initial;
    bottom: 0.7em;
  }
}
.two-column-text-button {
  background: none;
  border: none;
  cursor: pointer;
  position: absolute;
}
.two-column-text-button .icon-chevron-down svg {
  transition: rotate 0.4s ease;
}
@media (min-width: 75rem) {
  .two-column-text-button {
    right: -2rem;
    top: 0;
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  .two-column-text-button {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 1000px) {
  .two-column-text-button {
    left: 50%;
    transform: translateX(-50%);
  }
}
.two-column-text-button--active .icon-chevron-down svg {
  rotate: 180deg;
}
.col-right .two-column-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 .two-column-text h3 {
  font-size: 1.25em;
  line-height: 1.36;
  letter-spacing: -0.01em;
  font-weight: 500;
  margin-bottom: 1.3rem;
}
.col-right .two-column-text * + h3 {
  margin-top: 2.5rem;
}
.success-form-page .two-column-text:first-of-type .headlines .headline {
  width: fit-content;
  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;
}
@media (min-width: 75rem) {
  .success-form-page .two-column-text:first-of-type .headlines .headline {
    background-image: linear-gradient(transparent calc(100% - 6px), var(--bayblue-900) 6px);
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  .success-form-page .two-column-text:first-of-type .headlines .headline {
    background-image: linear-gradient(transparent calc(100% - 5px), var(--bayblue-900) 5px);
  }
}
@media (max-width: 767px) {
  .success-form-page .two-column-text:first-of-type .headlines .headline {
    background-image: linear-gradient(transparent calc(100% - 4px), var(--bayblue-900) 4px);
  }
}
.success-form-page .two-column-text:first-of-type .bodytext {
  position: relative;
}
.success-form-page .two-column-text:first-of-type .bodytext::before {
  content: "";
  background-image: url("../../bundles/diakoniebasic/icons/icon-check.svg");
  height: 2rem;
  width: 2rem;
  position: absolute;
  left: -2.5em;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
}
.success-form-page .two-column-text:first-of-type .bodytext h1, .success-form-page .two-column-text:first-of-type .bodytext h2, .success-form-page .two-column-text:first-of-type .bodytext h3, .success-form-page .two-column-text:first-of-type .bodytext h4, .success-form-page .two-column-text:first-of-type .bodytext h5 {
  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;
  margin-bottom: 1rem !important;
}
.success-form-page .two-column-text:first-of-type .bodytext p, .success-form-page .two-column-text:first-of-type .bodytext h1, .success-form-page .two-column-text:first-of-type .bodytext h2, .success-form-page .two-column-text:first-of-type .bodytext h3, .success-form-page .two-column-text:first-of-type .bodytext h4, .success-form-page .two-column-text:first-of-type .bodytext h5 {
  color: #127D69 !important;
}
.success-form-page .two-column-text:first-of-type .bodytext .btn {
  width: fit-content;
  color: #FFFFFF;
}
.simple-text h2 {
  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;
  color: #0A3049;
  margin-bottom: 3rem;
}
.tl_content .two-column-text .bodytext {
  position: relative;
}
.tl_content .two-column-text .bodytext ul {
  list-style: none;
}
.tl_content .two-column-text .bodytext .two-column-text-button {
  background: none;
  border: none;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: -1rem;
}
/*# 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_two-column-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%3BAAAA%3BAAAA%3BACgBQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADzBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BACKA%3BADCI%3BAAAA%3BAAAA%3BAAAA%3BACcJ%3BADTI%3BAAAA%3BAAAA%3BAAAA%3BAAKR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACkBF%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%3BAD%2FDY%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACsIR%3BAAAA%3BAAAA%3BAAAA%3BADhIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACgIA%3BAAAA%3BAAAA%3BAAAA%3BAD7HI%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BACqHA%3BAAAA%3BAAAA%3BAAAA%3BAD5GA%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAGA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACpEI%3BAD8EA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAAAA%3BAC5FQ%3BADgGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMQ%3BAAAA%3BAAAA%3BAC5HA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD%2BHJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAUQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACzKR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD2JI%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAYd%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUM%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%22%7D */