@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
*/
.content-big-teaser-container {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.content-big-teaser-container .image-container {
  position: relative;
  overflow: hidden;
}
.content-big-teaser-container .image-container img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 75rem) {
  .content-big-teaser-container {
    gap: clamp(0.75em, 0.2222222222vw + 0.6527777778em, 0.875em);
  }
  .content-big-teaser-container .image-container, .content-big-teaser-container .big-teaser-text {
    width: 50%;
  }
  .content-big-teaser-container .image-container {
    min-height: clamp(31.25em, 22.2222222222vw + 21.5277777778em, 43.75em);
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  .content-big-teaser-container {
    gap: 0.75em;
  }
  .content-big-teaser-container .image-container, .content-big-teaser-container .big-teaser-text {
    width: 50%;
  }
  .content-big-teaser-container .big-teaser-text {
    min-height: 24em;
  }
}
@media (max-width: 767px) {
  .content-big-teaser-container {
    flex-direction: column-reverse;
    row-gap: 10px;
    margin-block: clamp(0.75em, 0.2222222222vw + 0.6527777778em, 0.875em);
  }
  .content-big-teaser-container .image-container, .content-big-teaser-container .big-teaser-text {
    width: 100%;
  }
  .content-big-teaser-container .image-container {
    min-height: 23.3em;
  }
  .content-big-teaser-container .big-teaser-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;
    margin-bottom: 36px;
  }
}
@media (min-width: 75rem) {
  .content-big-teaser--slim .content-big-teaser-container .big-teaser-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;
    margin-bottom: 1.5rem;
  }
  .content-big-teaser--slim .content-big-teaser-container .image-container {
    min-height: 21rem;
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  .content-big-teaser--slim .content-big-teaser-container .big-teaser-text {
    min-height: 18rem;
  }
}
.paulinenblue-500-hover * {
  color: #FFFFFF !important;
}
.paulinenblue-500-hover .external-link .icon-next svg path {
  fill: #FFFFFF !important;
}
.diakonissenred-300-hover * {
  color: #FFFFFF !important;
}
.diakonissenred-300-hover .external-link .icon-next svg path {
  fill: #FFFFFF !important;
}
.content-big-teaser:not(.picked-color) .big-teaser-box {
  background-color: #9FC0D1;
}
.no-touch .content-big-teaser:not(.picked-color) .big-teaser-box:hover {
  background-color: #145782;
}
@media (min-width: 75rem) {
  .content-big-teaser-reverse .content-big-teaser-container {
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -moz-box-direction: reverse;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  .content-big-teaser-reverse .content-big-teaser-container {
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -moz-box-direction: reverse;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
.animate-big-teaser .content-big-teaser-container .big-teaser-box {
  transform: translateY(0);
  opacity: 1;
}
.big-teaser-box {
  transform: translateY(14%);
  opacity: 0;
  transition: 0.4s ease-in;
}
.big-teaser-text {
  position: relative;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.big-teaser-text h2 {
  font-size: 3.37em;
  font-size: clamp(2.25em, 2vw + 1.375em, 3.375em);
  line-height: 1.11;
  letter-spacing: -0.06em;
  font-weight: 400;
  font-weight: 500;
  color: #0A3049;
  transition: 0.4s cubic-bezier(0.93, 0.07, 0.63, 1.08);
  transition-property: color;
  word-wrap: break-word;
  margin-bottom: 2.2em;
}
.big-teaser-text .external-link::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: transparent;
  left: 0;
  top: 0;
}
@media (min-width: 75rem) {
  .big-teaser-text {
    padding: clamp(4em, 0.2222222222vw + 3.9027777778em, 4.125em);
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  .big-teaser-text {
    padding: clamp(3em, 0.2222222222vw + 2.9027777778em, 3.125em);
  }
}
@media (max-width: 767px) {
  .big-teaser-text {
    padding: clamp(1.75em, 0.2222222222vw + 1.6527777778em, 1.875em);
  }
}
.no-touch .big-teaser-text:hover h2, .no-touch .big-teaser-text:hover a {
  color: #FFFFFF;
}
.no-touch .big-teaser-text:hover .external-link svg {
  scale: 1.9;
}
.no-touch .big-teaser-text:hover .external-link svg path {
  fill: #FFFFFF;
}
.tl_content .content-big-teaser-container .image-container img {
  width: 100%;
  max-width: none !important;
}
.tl_content .external-link {
  display: flex;
  justify-content: space-between;
}
.tl_content .external-link .icon-next svg {
  rotate: -45deg;
}
/*# 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_big_teaser.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%22AAAA%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%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACUI%3BAAAA%3BAAAA%3BAAAA%3BADDJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BACMI%3BAAAA%3BAAAA%3BAAAA%3BADAJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BACQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADAJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC7BE%3BADyCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BACrCE%3BAD4CF%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAMM%3BAAAA%3BAAAA%3BAASR%3BAAAA%3BAAAA%3BAAMM%3BAAAA%3BAAAA%3BAASN%3BAAAA%3BAAAA%3BAC%2BDM%3BAAAA%3BAAAA%3BAA1JA%3BADqGJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC5FI%3BADiGJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC9II%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD6IJ%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAcF%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%22%7D */