@import url("https://use.typekit.net/qze5uen.css");
:root {
  /* Font */
  --serif: big-caslon-fb, serif;
  --copy-size: 16px;
  --sans-serif: adelle-sans, sans-serif;
  --light: 300;
  --regular: 400;
  --medium: 500;
  --semibold: 600;
  --bold: 700;
  --space: 40px;
  --space-2: calc(2 * var(--space));
  --asv: 111px;
  --brown: #D6CAC5;
  --brown-dark: #7F3D01;
  --grey: #4A6775;
  --pink: #CB3F81;
  --black: #141414;
}

.sz {
  --asv: 60px;
}

* {
  box-sizing: border-box;
  margin: 0;
}

body .doc-container .footer-asv-disclaimer {
  background: #EBEBEB;
  color: var(--black) !important;
  padding: 20px 40px;
}

html {
  scroll-behavior: smooth;
}

html, body, .format, .stage {
  font-size: var(--copy-size) !important;
  padding: 0 !important;
  font-family: var(--sans-serif) !important;
  font-weight: var(--light);
  background: #EAE6E4;
  color: var(--black);
  line-height: 1.4;
}

.format hr, .stage hr {
  border: 0;
}
.format h1, .stage h1 {
  margin-bottom: 0;
}
.format h1, .format h2, .format h3, .format h4, .format h5, .format h6, .stage h1, .stage h2, .stage h3, .stage h4, .stage h5, .stage h6 {
  font-family: var(--serif);
  margin-bottom: 0.5em;
  line-height: 1.2;
}
.format h2, .stage h2 {
  font-size: 2rem;
}
.format h3, .stage h3 {
  font-size: 1.75rem;
}

/* Progress Bar */
.progress-container {
  position: fixed;
  left: 0;
  z-index: 100;
  height: 4px;
  width: 100%;
  top: var(--asv);
}
.progress-container .progress-bar {
  width: 0%;
  height: 4px;
}

.progress-container {
  width: 100%;
  height: 5px;
  top: 58px;
  position: fixed;
  z-index: 100;
}

.sz .progress-container {
  top: 59px;
}

.progress-bar {
  height: 5px;
  background: var(--pink);
  width: 0%;
}

/* Images */
.format figure, .stage figure {
  display: flex;
  flex-flow: column;
  position: relative;
}
.format figure div, .stage figure div {
  position: relative;
}
.format figure picture, .stage figure picture {
  width: 100%;
}
.format figure picture img, .stage figure picture img {
  width: 100%;
  object-fit: cover;
}

/* Format */
.sz {
  background: #EAE6E4;
  padding-top: var(--asv);
}

.format {
  display: flex;
  flex-flow: column;
  align-items: center;
  width: 100%;
  gap: var(--space-2);
  padding-bottom: var(--space-2) !important;
}
.format > * {
  max-width: 1500px;
}
.format header.studie {
  width: 100%;
  position: relative;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: var(--space);
  row-gap: 1rem;
  align-items: center;
  padding-top: var(--space);
}
.format header.studie figure {
  grid-column: 2/span 5;
  grid-row: 1/span 3;
}
.format header.studie h1, .format header.studie p {
  grid-column: 7/span 5;
}
.format header.studie h1 {
  margin-top: var(--space-2);
  margin-bottom: 0;
  font-size: 3.5rem;
}
.format header.studie h1 .subline {
  font-size: 2rem;
  font-weight: var(--regular);
  display: block;
}
.format .infobox {
  max-width: 1100px;
  display: flex;
  flex-flow: row;
  padding: var(--space);
  background: var(--brown);
  border: 1px solid var(--grey);
  gap: var(--space);
  margin: 0 2rem;
}
.format .infobox article {
  width: 100%;
}
.format .infobox aside {
  font-size: 0.8rem;
  max-width: 300px;
}
.format .infobox aside ol {
  margin: 0;
  list-style-type: none;
  padding-left: 40px;
  margin-top: 10px;
}
.format .infobox aside ol li {
  counter-increment: step-counter;
  margin-bottom: 10px;
  position: relative;
}
.format .infobox aside ol li::before {
  content: counter(step-counter);
  margin-right: 5px;
  font-size: 80%;
  background-color: var(--black);
  color: var(--brown);
  font-weight: bold;
  padding: 5px;
  border-radius: 30px;
  position: absolute;
  left: -40px;
  width: 25px;
  height: 25px;
  align-items: center;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}
.format .infobox aside ol li strong {
  display: block;
}
.format .flex {
  display: flex;
  flex-flow: column;
  gap: var(--space-2);
  margin: 0 2rem;
}
.format .faq {
  color: var(--brown-dark);
  display: flex;
  align-items: center;
  gap: var(--space-2);
}
.format .faq div {
  max-width: 550px;
}
.format .faq figure {
  min-width: 180px !important;
}
.format .divider {
  max-width: 650px;
  text-align: center;
  margin-bottom: calc(-1 * var(--space)) !important;
  margin-top: var(--space);
}
.format .divider h2 {
  font-size: 2.5rem;
}
.format .phasen {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: var(--space);
  align-items: center;
  margin: 0 2rem;
}
.format .phasen .phase-1 {
  grid-row: 1;
}
.format .phasen .phase-2 {
  grid-row: 2;
}
.format .phasen .phase-3 {
  grid-row: 3;
}
.format .phasen figure.phase-1 {
  grid-column: 1/span 5;
}
.format .phasen figure.phase-2 {
  grid-column: 8/span 5;
}
.format .phasen figure.phase-3 {
  grid-column: 1/span 5;
}
.format .phasen article.phase-1 {
  grid-column: 7/span 4;
}
.format .phasen article.phase-2 {
  grid-column: 4/span 4;
}
.format .phasen article.phase-3 {
  grid-column: 7/span 4;
}
.format .teaser {
  display: grid;
  text-align: left;
  max-width: 1000px;
  gap: var(--space);
}
.format .teaser > a {
  text-decoration: none;
}
.format .teaser figure {
  flex-flow: row;
}
.format .teaser article {
  font-size: 0.9rem;
  font-weight: var(--light);
  padding: 15px 0;
}
.format .teaser h2 {
  font-family: var(--serif);
  font-weight: var(--medium);
  line-height: 1.2;
}
.format .teaser div {
  display: flex;
  flex-flow: column;
  color: inherit;
  text-decoration: none;
}
.format .teaser.teaser-2 {
  grid-template-columns: repeat(2, 1fr);
}
.format .teaser.teaser-3 {
  grid-template-columns: repeat(3, 1fr);
}
.format .teaser.teaser-3 h4 {
  font-family: var(--sans-serif);
  font-size: 1.1rem;
  font-weight: var(--semibold);
}
.format .social {
  max-width: 550px;
  width: 100%;
}
.format .social .social-buttons {
  display: flex;
  flex-flow: row wrap;
  align-items: start;
  gap: var(--space);
}
.format .social .social-buttons a {
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
}
.format .social .social-buttons a svg {
  max-width: 30px;
  height: 100%;
  max-height: 30px;
  fill: var(--black);
}

footer.msd {
  display: flex;
  justify-content: center;
  width: 100%;
  z-index: 1;
  padding: var(--space);
  background: #EBEBEB;
  color: var(--black);
  font-weight: var(--light);
}
footer.msd .flex {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: start;
  gap: var(--space);
}
footer.msd .flex .cta {
  margin-bottom: 0;
}
footer.msd .logo {
  justify-content: center;
}
footer.msd .logo .flex {
  justify-content: center;
}
footer.msd .logo .flex > * {
  max-width: 100%;
}
footer.msd .logo svg.msd-logo path.one {
  fill: #009484;
}
footer.msd .logo svg.msd-logo path.two {
  fill: #243444;
}
footer.msd .logo svg.bms-logo path.one {
  fill: #BE2BBB;
}
footer.msd .logo svg.bms-logo path.two {
  fill: #595454;
}
footer.msd > main {
  display: flex;
  flex-flow: column;
  text-align: left;
  max-width: 650px;
  gap: var(--space);
}
footer.msd > main a {
  color: inherit;
  transition: 0.3s all ease-in-out;
}
footer.msd > main .footer-copyright {
  align-self: center;
  margin-bottom: var(--space);
  text-align: center;
}
footer.msd > main .footer-copyright {
  width: 100%;
}
footer.msd > main .footer-copyright hr {
  max-width: 100%;
  width: 100%;
  margin: 1rem 0;
}
footer.msd .cta {
  text-decoration: none;
}
footer.msd .cta button {
  font-weight: var(--bold);
  font-family: var(--sans-serif);
  display: block;
  border: 0;
  cursor: pointer;
  transition: 0.3s all ease-in-out;
  padding: 10px 20px;
  font-size: 14px;
  border-radius: 2px;
  background: #262626;
  color: #EBEBEB;
}

@media screen and (max-width: 1200px) {
  .format header.studie {
    align-items: start;
    padding-top: var(--space);
  }
  .format header.studie figure {
    grid-column: 1/span 12;
    grid-row: 1/span 2;
    max-width: 50%;
    margin-bottom: var(--space);
    position: relative;
  }
  .format header.studie figure::after {
    content: "";
    width: 100%;
    height: 200px;
    background: linear-gradient(0deg, rgb(234, 230, 228) 0%, rgba(234, 230, 228, 0) 100%);
    position: absolute;
    bottom: -50px;
  }
  .format header.studie h1, .format header.studie p {
    grid-column: 1/span 12;
    justify-self: center;
    max-width: 550px;
    width: 100%;
  }
  .format header.studie h1 {
    grid-row: 2;
    z-index: 10;
  }
  .format .phasen article.phase-1, .format .phasen article.phase-3 {
    grid-column: 6/span 6;
  }
  .format .phasen article.phase-2 {
    grid-column: 2/span 6;
  }
}
@media screen and (max-width: 1000px) {
  .format .teaser-3 {
    display: flex;
    flex-flow: column;
  }
  .format .teaser-3 div {
    display: flex;
    flex-flow: row;
    align-items: center;
    gap: calc(0.5 * var(--space));
  }
  .format .teaser-3 div:nth-of-type(2) {
    flex-flow: row-reverse;
  }
  .format .teaser-3 figure {
    width: 100%;
  }
  .format .teaser-3 figure picture {
    width: auto;
  }
  .format .teaser-3 figure picture img {
    width: auto;
  }
}
/* Desktop */
@media screen and (min-width: 768px) {
  .format .teaser-2, .format .teaser-3 {
    margin-left: var(--space-2);
    margin-right: var(--space-2);
  }
}
/* Tablet */
@media screen and (max-width: 999px) and (min-width: 768px) {
  .teaser.teaser-3 {
    grid-template-columns: repeat(2, 1fr);
  }
  .teaser.teaser-3 a:nth-of-type(3n) {
    grid-column: 1/span 2;
    flex-flow: row;
    align-items: stretch;
  }
  .teaser.teaser-3 a:nth-of-type(3n) article {
    display: flex;
    flex-flow: column;
    justify-content: center;
    padding: calc(2 * var(--space-2));
    text-align: center;
    border: 1px solid var(--grey-700);
    border-left: 0;
  }
  .teaser.teaser-2 {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 900px) {
  .format header.studie {
    padding: var(--space) 1rem 0;
  }
  .format header.studie h1 {
    align-self: end;
    margin-bottom: var(--space);
  }
  .format header.studie p {
    justify-self: center;
  }
  .format header.studie h1 {
    font-size: 2.5rem;
    margin: 0;
  }
  .format .infobox {
    flex-flow: column;
  }
  .format .infobox aside {
    min-width: 50%;
    width: 100%;
    max-width: 75%;
    align-self: center;
    font-size: 0.9rem;
  }
  .format .phasen {
    grid-template-columns: repeat(4, 1fr);
  }
  .format .phasen figure.phase-1, .format .phasen figure.phase-2, .format .phasen figure.phase-3 {
    max-width: 75%;
    min-width: 350px;
    margin-bottom: calc(-1.5 * var(--space));
  }
  .format .phasen figure::after {
    content: "";
    width: 100%;
    height: 100px;
    background: linear-gradient(0deg, rgb(234, 230, 228) 0%, rgba(234, 230, 228, 0) 100%);
    position: absolute;
    bottom: -20px;
  }
  .format .phasen figure.phase-1 {
    grid-row: 1;
  }
  .format .phasen figure.phase-2 {
    grid-row: 3;
  }
  .format .phasen figure.phase-3 {
    grid-row: 5;
  }
  .format .phasen figure.phase-1, .format .phasen figure.phase-3 {
    grid-column: 1/span 3;
    margin-left: calc(-2 * var(--space));
  }
  .format .phasen figure.phase-2 {
    grid-column: 2/span 3;
    justify-self: end;
    margin-right: calc(-1 * var(--space));
  }
  .format .phasen article.phase-1, .format .phasen article.phase-2, .format .phasen article.phase-3 {
    grid-column: 1/span 4;
    max-width: 550px;
    justify-self: center;
    z-index: 10;
  }
  .format .phasen article.phase-1 {
    grid-row: 2;
  }
  .format .phasen article.phase-2 {
    grid-row: 4;
  }
  .format .phasen article.phase-3 {
    grid-row: 6;
  }
}
/* Mobil */
@media screen and (max-width: 767px) {
  .format .infobox, .format .flex, .format .divider, .format .phasen, .format .social {
    margin: 0 2rem;
  }
  .format header.studie {
    padding: 1rem 2rem;
    grid-template-rows: auto var(--space-2) var(--space) auto;
  }
  .format header.studie figure {
    max-width: 65%;
    margin-bottom: auto;
  }
  .format header.studie h1 {
    grid-row: 2/span 2;
  }
  .format .flex {
    gap: calc(1.5 * var(--space));
  }
  .format .flex figure {
    max-width: 120px;
    min-width: 0 !important;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: calc(-1 * var(--space));
  }
  .format .flex .faq {
    position: relative;
    gap: var(--space);
    flex-flow: row-reverse;
    align-items: flex-start;
  }
  .format .flex .faq div {
    display: grid;
    grid-template-rows: 80px auto;
    align-items: end;
  }
  .format .flex .faq h3 {
    width: calc(100% - 140px);
    margin-left: auto;
    font-size: 1.5rem;
  }
  .format .divider {
    max-width: 550px;
  }
  .format .social {
    padding: 0 var(--space);
  }
  .format .social .social-buttons {
    gap: var(--space);
  }
  .format .teaser.teaser-2 {
    grid-template-columns: 1fr;
    padding: 0 var(--space);
  }
  .format .teaser.teaser-3 {
    grid-template-columns: 1fr;
    padding: 0 var(--space);
  }
  .format .teaser.teaser-3 div {
    flex-flow: column !important;
    gap: 20px;
    width: 100%;
    max-width: 350px;
  }
  .format .teaser.teaser-3 div .content {
    padding: 0;
  }
  .format .teaser.teaser-3 div figure picture {
    width: 100%;
  }
  .format .teaser.teaser-3 div figure picture img {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .format h2 {
    font-size: 1.75rem;
  }
  .format .break {
    display: block;
  }
  .format header.studie {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto var(--space-2) var(--space-2) auto;
  }
  .format header.studie figure {
    grid-column: 1/span 4;
    min-width: 260px;
  }
  .format header.studie figure::after {
    height: 100px;
  }
  .format header.studie h1 .subline {
    font-size: 1.5rem;
  }
  .format header.studie h1, .format header.studie p {
    max-width: none;
    grid-column: 1/span 4;
  }
  .format .infobox {
    padding: calc(0.5 * var(--space));
  }
  .format .divider h2 {
    font-size: 2.2rem;
  }
  .format footer .flex {
    flex-flow: column;
    align-items: center;
  }
  .format footer .flex svg {
    max-height: 35px;
  }
  .format footer .flex .cta {
    margin-top: var(--space);
  }
  .format .infobox {
    flex-flow: column;
  }
  .format .infobox aside {
    max-width: 90%;
  }
}
@media screen and (max-width: 450px) {
  .format .flex .faq div {
    grid-template-rows: 80px auto;
  }
  .format .flex .faq h3 {
    width: calc(100% - 100px);
    margin-left: auto;
    font-size: 1.5rem;
  }
  .format .flex figure {
    max-width: 90px;
    margin-top: -20px;
  }
  .format .phasen figure.phase-1, .format .phasen figure.phase-2, .format .phasen figure.phase-3 {
    grid-column: 1/span 4;
    max-width: 75%;
    min-width: 300px;
    margin-bottom: calc(-1.5 * var(--space));
  }
}
@media screen and (max-width: 400px) {
  .format header.studie h1 {
    font-size: 2.15rem;
  }
  .format .flex .faq h3 {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 350px) {
  .format .break {
    display: none;
  }
}