.dark-mode {
  --faz-grey: #E8EDEE;
  --faz-darkblue: #110A35;
  --faz-darkblue-50: rgba(17, 10, 53, 0.5);
  --mg-dark: #212529;
  --mg-dark-20: rgba(33, 37, 41, 0.2);
  --mg-dark-50: rgba(33, 37, 41, 0.5);
  --mg-dark-80: rgba(33, 37, 41, 0.8);
  --mg-dark-80-permanent: rgba(33, 37, 41, 0.8);
  --white: #ffffff;
  --white-20: rgba(255, 255, 255, 0.2);
  --white-50: rgba(255, 255, 255, 0.5);
  --white-80: rgba(255, 255, 255, 0.8);
  /* Video */ --black: #212529 */
  --grey-200: #555555;
  --grey-300: #717171;
  --grey-400: #8e8e8e;
  --grey-500: #aaaaaa;
  --grey-600: #c6c6c6;
  /* Trenner, Outlines */ 
  --grey-700: #e3e3e3;
  /* Anzeigen */ 
  --grey-900:#f7f7f7;
  --topic-color-01: #E7F3EE;
  --topic-color-02: #FBF2E9;
  --topic-color-03: #EBEBE5;
  --topic-color-04: #E7EFF5;
  --mg-chart-negativ: #c60000;
  --faz-error: #C56207;
  /* Colors Permanent */
  --mg-chart-positiv-permanent: #569824;
  --mg-red-permanent: #C60000;
  --faz-stoerer-permanent: #967D28;
  --faz-grey-permanent: #E8EDEE;
  --faz-grey-permanent-50: rgba(232, 237, 238, 0.5);
  --mg-dark-permanent: #212529;
  --mg-dark-permanent-50: rgba(33, 37, 4, 0.5);
  --white-permanent: #ffffff;
  --faz-darkblue-permanent: #110A35;
  --faz-darkblue-permanent-50: rgba(17, 10, 53, 0.5);
}

@media (prefers-color-scheme: dark) {
  :root {
    --faz-grey: #E8EDEE;
    --faz-darkblue: #110A35;
    --faz-darkblue-50: rgba(17, 10, 53, 0.5);
    --mg-dark: #212529;
    --mg-dark-20: rgba(33, 37, 41, 0.2);
    --mg-dark-50: rgba(33, 37, 41, 0.5);
    --mg-dark-80: rgba(33, 37, 41, 0.8);
    --mg-dark-80-permanent: rgba(33, 37, 41, 0.8);
    --white: #ffffff;
    --white-20: rgba(255, 255, 255, 0.2);
    --white-50: rgba(255, 255, 255, 0.5);
    --white-80: rgba(255, 255, 255, 0.8);
    /* Video */ --black: #212529 */
    --grey-200: #555555;
    --grey-300: #717171;
    --grey-400: #8e8e8e;
    --grey-500: #aaaaaa;
    --grey-600: #c6c6c6;
    /* Trenner, Outlines */ 
    --grey-700: #e3e3e3;
    /* Anzeigen */ 
    --grey-900:#f7f7f7;
    --topic-color-01: #E7F3EE;
    --topic-color-02: #FBF2E9;
    --topic-color-03: #EBEBE5;
    --topic-color-04: #E7EFF5;
    --mg-chart-negativ: #c60000;
    --faz-error: #C56207;
    /* Colors Permanent */
    --mg-chart-positiv-permanent: #569824;
    --mg-red-permanent: #C60000;
    --faz-stoerer-permanent: #967D28;
    --faz-grey-permanent: #E8EDEE;
    --faz-grey-permanent-50: rgba(232, 237, 238, 0.5);
    --mg-dark-permanent: #212529;
    --mg-dark-permanent-50: rgba(33, 37, 4, 0.5);
    --white-permanent: #ffffff;
    --faz-darkblue-permanent: #110A35;
    --faz-darkblue-permanent-50: rgba(17, 10, 53, 0.5);
  }
}
.astra-zeneca {
  --serif: "lexia", serif;
  --copy-size: 18px;
  --sans-serif: inter-variable, sans-serif;
}
.astra-zeneca .space {
  width: 5px;
  display: inline-block;
}
.astra-zeneca .small .space {
  width: 2px;
}
.astra-zeneca header h1 {
  font-weight: 500;
}
.astra-zeneca header .subheadline {
  font-size: 20px;
}
.astra-zeneca .intro.copy {
  font-variation-settings: "slnt" 0, "wght" 700;
}
.astra-zeneca .copy {
  font-family: var(--sans-serif) !important;
  font-variation-settings: "slnt" 0, "wght" 400;
}
.astra-zeneca .copy h2 {
  font-family: var(--serif);
  font-size: 24px;
}
.astra-zeneca .copy sup {
  font-size: 0.75rem;
}
.astra-zeneca .with-source {
  display: flex;
  flex-flow: column;
  gap: 10px;
}
.astra-zeneca .with-source .source {
  font-size: 14px;
  font-family: var(--sans-serif);
}
.astra-zeneca .small {
  font-size: 14px;
}
.astra-zeneca .infobox {
  font-family: var(--sans-serif);
  padding: 32px;
}
.astra-zeneca .infobox h3, .astra-zeneca .infobox h4 {
  font-family: var(--serif);
  display: flex;
  flex-flow: column;
}
.astra-zeneca .infobox h4 {
  font-size: 1.25rem;
}
.astra-zeneca .infobox h3 {
  font-size: 1.5rem;
  gap: 10px;
}
.astra-zeneca .infobox h3 .small {
  font-family: var(--sans-serif);
  font-variation-settings: "slnt" 0, "wght" 400;
  font-size: var(--copy-size);
}
.astra-zeneca .infobox .big {
  font-variation-settings: "slnt" 0, "wght" 700;
  font-size: 50px;
}
.astra-zeneca .infobox figure {
  min-width: 140px;
  max-width: 140px;
}
.astra-zeneca .infobox.astra-grey {
  display: flex;
  flex-flow: row;
  align-items: center;
  gap: 30px;
  background: #414646;
  color: #fff;
}
.astra-zeneca .infobox.astra-yellow {
  display: flex;
  flex-flow: column;
  padding: 0;
  background: #F6CC66;
  color: #820052;
}
.astra-zeneca .infobox.astra-yellow .headline {
  display: flex;
  gap: 30px;
  width: 100%;
  background: #F0A900;
}
.astra-zeneca .infobox.astra-yellow .headline, .astra-zeneca .infobox.astra-yellow .inner {
  padding: 32px;
}
.astra-zeneca .infobox.astra-yellow .inner {
  padding-bottom: 0;
}
.astra-zeneca .infobox.astra-yellow .inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
.astra-zeneca .infobox.astra-yellow > .small {
  padding: 32px;
  padding-top: 0;
  font-size: 0.8em;
}
.astra-zeneca .infobox.astra-pink {
  display: flex;
  flex-flow: column;
  padding: 0;
  background: #9B3673;
  color: #fff;
}
.astra-zeneca .infobox.astra-pink h3, .astra-zeneca .infobox.astra-pink h4:first-of-type {
  max-width: 70%;
}
.astra-zeneca .infobox.astra-pink h4 {
  margin-bottom: 32px;
}
.astra-zeneca .infobox.astra-pink figure {
  position: absolute;
  top: -60px;
}
.astra-zeneca .infobox.astra-pink figure.right {
  right: 32px;
}
.astra-zeneca .infobox.astra-pink figure.left {
  left: 32px;
}
.astra-zeneca .infobox.astra-pink .headline {
  width: 100%;
  background: #820052;
}
.astra-zeneca .infobox.astra-pink .headline, .astra-zeneca .infobox.astra-pink .inner {
  padding: 32px;
}
.astra-zeneca .infobox.astra-pink .inner {
  position: relative;
  display: flex;
  flex-flow: column;
  gap: 20px;
}
.astra-zeneca .infobox.astra-pink > .small {
  padding: 32px;
  padding-top: 0;
  font-size: 0.8em;
}
.astra-zeneca .infobox.astra-pink div:nth-of-type(2) {
  padding-bottom: 90px;
}
.astra-zeneca .infobox.astra-pink div:last-of-type {
  border-top: 4px solid #820052;
}
.astra-zeneca .infobox.astra-pink div:last-of-type h4 {
  margin-left: 150px;
}

@media screen and (max-width: 700px) {
  .astra-zeneca .with-source .source {
    margin: 0 var(--space);
  }
}
@media screen and (max-width: 550px) {
  .astra-zeneca .image.width-50 {
    float: none !important;
    width: 80% !important;
    margin: 0 auto 10px !important;
  }
  .astra-zeneca .infobox.astra-grey {
    flex-flow: column;
    gap: 40px;
  }
  .astra-zeneca .infobox.astra-yellow {
    margin-top: 30px;
  }
  .astra-zeneca .infobox.astra-yellow .headline {
    flex-flow: column;
    position: relative;
  }
  .astra-zeneca .infobox.astra-yellow .headline figure {
    position: absolute;
    max-width: 100px;
    min-width: auto;
    top: -50px;
    right: 50px;
  }
  .astra-zeneca .infobox.astra-yellow .inner {
    grid-template-columns: 1fr;
    padding-bottom: 32px;
    text-align: center;
    justify-items: center;
  }
  .astra-zeneca .infobox.astra-yellow .inner .big {
    display: block;
    margin-bottom: 10px;
  }
  .astra-zeneca .infobox.astra-yellow .inner p {
    max-width: 80%;
    line-height: 160%;
  }
  .astra-zeneca .infobox.astra-pink picture {
    max-width: 120px;
  }
  .astra-zeneca .infobox.astra-pink figure {
    top: -40px;
  }
  .astra-zeneca .infobox.astra-pink figure.right {
    right: -10px;
  }
  .astra-zeneca .infobox.astra-pink figure.left {
    left: 0;
  }
  .astra-zeneca .infobox.astra-pink div:last-of-type h4 {
    margin-left: 80px;
  }
}