@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}
html {
  box-sizing: border-box;
}
*,
::after,
::before {
  box-sizing: inherit;
} /*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css 
  nexxar customized for targeting IE11+, Android 4.4+, iOS9+  */
html {
  line-height: 1.15;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: 500;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  color: inherit;
}
button,
select {
  text-transform: none;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button;
}
progress {
  vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
summary {
  display: list-item;
}
:root {
  --color-blue: #0082b4;
  --color-font: #333333;
  --color-black: #000000;
  --color-white: #ffffff;
  --color-claim-grey: #a5a5a5;
  --color-grey: #c4c4c4;
  --color-light-grey: #e3e3e3;
  --color-green: #87d25a;
  --color-yellow: #e2cf30;
  --color-focus: #1464f7;
  --color-grey-0: #666666;
  --color-grey-1: #747474;
  --color-grey-2: #808080;
  --color-grey-3: #999999;
  --color-grey-4: #dcdcdc;
  --color-grey-4: #dcdcdc;
  --color-grey-5: #f3f3f3;
  --color-medium-blue: #72b7d7;
  --color-light-blue: #c8e1f0;
  --color-primary: var(--color-blue);
  --shadow-1: 0px 4px 34px 0px var(--color-green-2);
  --shadow-2: 0px 7px 14px 0px rgba(0, 0, 0, 0.15);
  --gradient-green: linear-gradient(
    227deg,
    var(--color-green-2) 0%,
    #000 96.2%
  );
  --color-grey-1-rgb: 51 51 51;
  --color-grey-3-rgb: 185 182 182;
}
:root {
  --header-height: 80px;
  --nav-height: 45px;
  --report-switch-height: 42px;
  --page-info-height: 38px;
  --entire-header-height: calc(
    var(--header-height) + var(--report-switch-height) + var(--page-info-height)
  );
  --header-switch-height: calc(
    var(--header-height) + var(--report-switch-height)
  );
}
@media screen and (min-width: 768px) {
  :root {
    --header-height: 80px;
  }
}
@media screen and (min-width: 1024px) {
  :root {
    --header-height: 106px;
    --entire-header-height: calc(
      var(--header-height) + var(--nav-height) + var(--page-info-height)
    );
  }
}

.main {
  padding-top: 60px;
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .main {
    padding-top: 80px;
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .main {
    padding-top: 100px;
  }
}
.page--home .main {
  padding: 0;
}
.main__container {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .main__container {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .main__container {
    width: 904px;
    position: relative;
    display: flex;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 1440px) {
  .main__container {
    width: 1110px;
  }
}
.page--home .main__container {
  width: 100%;
  padding: 0;
}
.container {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  width: 1110px;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .container {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .container {
    width: 904px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 1440px) {
  .container {
    width: 1220px;
  }
}
.article {
  position: relative;
}
.content {
  width: 648px;
  max-width: 100%;
  min-height: 660px;
  margin-left: 0;
}
@media screen and (min-width: 1024px) {
  .content {
    width: 780px;
  }
}
@media screen and (min-width: 1440px) {
  .content {
    width: 800px;
  }
}
.page--home .content {
  width: 100%;
}
.content-before {
  width: 100%;
  order: 1;
}
@media screen and (min-width: 1024px) {
  .content-before {
    width: 300px;
    order: 0;
    margin-right: 50px;
  }
}
@media screen and (min-width: 1440px) {
  .wide:not(table):not(.spreadsheet) {
    position: relative;
    width: 980px;
  }
}

@font-face {
  font-family: voestalpine;
  src: url(../fonts/voestalpine/voestalpine-light-webs.woff2) format("woff2");
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: voestalpine;
  src: url(../fonts/voestalpine/voestalpine-medium-webs.woff2) format("woff2");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: voestalpine;
  src: url(../fonts/voestalpine/voestalpine-regular-italic-webs.woff2)
    format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: voestalpine;
  src: url(../fonts/voestalpine/voestalpine-regular-webs.woff2) format("woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: voestalpine;
  src: url(../fonts/voestalpine/voestalpine-bold-webs.woff2) format("woff2");
  font-weight: 700;
  font-display: swap;
}
body {
  padding: 0;
  margin: 0;
  background: var(--color-white);
  font-family: voestalpine;
  font-size: 16px;
  line-height: 160%;
  min-width: 320px;
  color: var(--color-font);
  font-weight: 300;
  position: relative;
}

body::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  pointer-events: none;
  z-index: 5;
  transition: opacity 0.3s ease-out;
}
@media screen and (max-width: 1023px) {
  body.state-report-switch__button-active::after,
  body.state-toggle--nav-active::after,
  body.state-toggle--search-active::after {
    opacity: 1;
    pointer-events: all;
  }
}

a {
  color: inherit;
  text-decoration: none;
}
button {
  border: 0;
  background: 0 0;
  cursor: pointer;
  font-family: voestalpine;
}
img {
  display: block;
  height: auto;
  max-width: 100%;
}
ul {
  padding: 0;
  list-style: none;
}
svg,
svg * {
  outline: 0;
}
svg :focus-visible,
svg:focus-visible {
  outline: revert;
}
:focus-visible {
  outline: 2px solid var(--color-focus);
  border-radius: 3px;
}
::selection {
  background: var(--color-primary);
  color: var(--color-white);
}
::-moz-selection {
  background: var(--color-primary);
  color: var(--color-white);
}

.hide-block {
  display: none;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  clip-path: none;
}
.align-left {
  text-align: left;
}
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}
.align-justify {
  text-align: justify;
}
.nowrap {
  white-space: nowrap;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.clear {
  clear: both;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.headline--1 {
  margin-bottom: 30px;
  font-size: 45px;
  font-weight: 400;
  line-height: 115%;
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .headline--1 {
    font-size: 60px;
  }
}
.headline--2 {
  font-size: 30px;
  font-weight: 400;
  line-height: 125%;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  .headline--2 {
    font-size: 35px;
  }
}
ol + .headline--2,
p + .headline--2,
ul + .headline--2 {
  margin-top: 55px;
}
@media screen and (min-width: 768px) {
  ol + .headline--2,
  p + .headline--2,
  ul + .headline--2 {
    margin-top: 65px;
  }
}
.crosslinks__headline + .headline--2,
.graphic__headline + .headline--2,
.headline + .headline--2,
.headline--1 + .headline--2,
.headline--2 + .headline--2,
.headline--3 + .headline--2,
.headline--4 + .headline--2,
.headline--5 + .headline--2,
.headline--6 + .headline--2,
.services__headline + .headline--2 {
  margin-top: 35px;
}
.graphic__headline,
.headline--3 {
  font-weight: 400;
  font-size: 22px;
  line-height: 120%;
  margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  .graphic__headline,
  .headline--3 {
    font-size: 25px;
  }
}
ol + .graphic__headline,
ol + .headline--3,
p + .graphic__headline,
p + .headline--3,
ul + .graphic__headline,
ul + .headline--3 {
  margin-top: 55px;
}
@media screen and (min-width: 768px) {
  ol + .graphic__headline,
  ol + .headline--3,
  p + .graphic__headline,
  p + .headline--3,
  ul + .graphic__headline,
  ul + .headline--3 {
    margin-top: 65px;
  }
}
.headline--4 {
  font-weight: 400;
  font-size: 18px;
  line-height: 125%;
  margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  .headline--4 {
    font-size: 20px;
  }
}
.crosslinks__headline + .headline--4,
.graphic__headline + .headline--4,
.headline + .headline--4,
.headline--1 + .headline--4,
.headline--2 + .headline--4,
.headline--3 + .headline--4,
.headline--4 + .headline--4,
.headline--5 + .headline--4,
.headline--6 + .headline--4,
.services__headline + .headline--4 {
  margin-top: 35px;
}
ol + .headline--4,
p + .headline--4,
ul + .headline--4 {
  margin-top: 55px;
}
@media screen and (min-width: 768px) {
  ol + .headline--4,
  p + .headline--4,
  ul + .headline--4 {
    margin-top: 65px;
  }
}
.headline--5 {
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  margin-bottom: 15px;
}
ol + .headline--5,
p + .headline--5,
ul + .headline--5 {
  margin-top: 55px;
}
@media screen and (min-width: 768px) {
  ol + .headline--5,
  p + .headline--5,
  ul + .headline--5 {
    margin-top: 65px;
  }
}
.headline--6 {
  font-size: 16px;
  line-height: 140%;
  font-weight: 400;
  margin-bottom: 15px;
}
ol + .headline--6,
p + .headline--6,
ul + .headline--6 {
  margin-top: 55px;
}
@media screen and (min-width: 768px) {
  ol + .headline--6,
  p + .headline--6,
  ul + .headline--6 {
    margin-top: 65px;
  }
}
.crosslinks__headline,
.graphic__headline,
.headline,
.headline--1,
.headline--2,
.headline--3,
.headline--4,
.headline--5,
.headline--6,
.services__headline {
  font-family: voestalpine;
  margin-top: 0;
  color: var(--color-font);
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .content-after {
    padding-top: 70px;
  }
}
.footer-secondary__link,
.link {
  color: var(--color-primary);
  line-height: 160%;
}
.footer-secondary__link:hover,
.link:hover {
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-thickness: 5.5%;
  text-underline-offset: 25%;
  text-underline-position: from-font;
}

.footer-primary {
  position: relative;
  padding: 6px 0;
  border-top: 1px solid var(--color-light-grey);
}
.footer-primary__container {
  display: flex;
  justify-content: space-between;
  align-content: center;
  font-size: 14px;
  font-weight: 300;
  line-height: 125%;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  width: 1110px;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .footer-primary__container {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .footer-primary__container {
    width: 904px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 1440px) {
  .footer-primary__container {
    width: 1220px;
  }
}
.footer-primary__inner {
  display: flex;
  flex-direction: row;
  gap: 18px;
}
.footer-primary__inner:nth-of-type(2) {
  gap: 15px;
  color: var(--color-primary);
}
.footer-primary__link:hover {
  text-decoration: underline;
}
.footer-primary__link--adress {
  display: none;
}
@media screen and (min-width: 1024px) {
  .footer-primary__link--adress {
    display: block;
  }
  .footer-primary__link--adress::before {
    content: "";
    display: inline-block;
    height: 10px;
    aspect-ratio: 20/20;
    background: currentColor;
    mask-size: contain;
    mask-image: url(../images/icons/icon-arrow-tail-right.svg);
    mask-repeat: no-repeat;
    margin-right: 6px;
  }
}
.footer-primary__link--adress:hover {
  text-decoration: underline;
}
.footer-primary__link--adress:hover::before {
  content: "";
  display: inline-block;
  height: 10px;
  aspect-ratio: 20/20;
  background: currentColor;
  mask-size: contain;
  mask-image: url(../images/icons/icon-location.svg);
  mask-repeat: no-repeat;
  margin-right: 6px;
}
.footer-primary__link--email {
  display: none;
}
@media screen and (min-width: 768px) {
  .footer-primary__link--email {
    display: block;
  }
}
.footer-primary__link--phone {
  display: none;
}
@media screen and (min-width: 1024px) {
  .footer-primary__link--phone {
    display: block;
  }
}
.footer-secondary {
  border-top: 1px solid var(--color-light-grey);
  padding: 15px 0 25px;
}
@media screen and (min-width: 768px) {
  .footer-secondary {
    padding: 25px 0 45px;
  }
}
.footer-secondary__container {
  font-size: 14px;
  font-weight: 300;
  line-height: 125%;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  width: 1110px;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .footer-secondary__container {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .footer-secondary__container {
    width: 904px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 1440px) {
  .footer-secondary__container {
    width: 1220px;
  }
}
@media screen and (min-width: 768px) {
  .footer-secondary__container {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .footer-secondary__container {
    grid-template-columns: 2fr 1fr 1fr;
  }
}
@media screen and (min-width: 1440px) {
  .footer-secondary__container {
    grid-template-columns: 2fr 1fr 1fr 1fr;
  }
}
.footer-secondary .headline--5 {
  margin-bottom: 7px;
}
.footer-secondary__section--about {
  display: none;
}
@media screen and (min-width: 768px) {
  .footer-secondary__section--about {
    display: block;
  }
}
.footer-secondary__section--facts {
  display: none;
}
@media screen and (min-width: 1024px) {
  .footer-secondary__section--facts {
    display: block;
  }
}
.footer-secondary__section--results {
  display: none;
}
@media screen and (min-width: 1440px) {
  .footer-secondary__section--results {
    display: block;
  }
}
.footer-secondary__section--links {
  display: flex;
  flex-direction: column;
  gap: 1px;
}
.footer-secondary__figures {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer-secondary__figure-number {
  font-size: 26px;
  text-transform: uppercase;
  line-height: 33px;
}
.footer-secondary__figure-unit {
  text-transform: none;
  margin-left: 5px;
  font-size: 14px;
  font-weight: 300;
  line-height: 125%;
}
.footer-secondary__links {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-bottom: 7px;
}
.footer-secondary__links--social {
  margin-top: 8px;
  flex-direction: row;
  gap: 5px;
}
.footer-secondary__link {
  display: inline-block;
  color: var(--color-primary);
}
.footer-secondary__link--external:first-of-type {
  font-weight: 500;
  margin: 11px 0 7px;
}
.footer-secondary__link--external:first-of-type:hover {
  position: relative;
}
.footer-secondary__link--external:first-of-type:hover::before {
  content: "";
  display: inline-block;
  height: 10px;
  aspect-ratio: 20/20;
  background: currentColor;
  mask-size: contain;
  mask-image: url(../images/icons/icon-arrow-tail-right.svg);
  mask-repeat: no-repeat;
  margin-right: 6px;
}
.footer-secondary__link--external:first-of-type:hover::before {
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
}
.copyright {
  margin: 0;
}
.social-media__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  color: var(--color-claim-grey);
}
.social-media__link:hover {
  color: var(--color-primary);
}
.social-media__link--facebook::before {
  content: "";
  display: inline-block;
  height: 24px;
  aspect-ratio: 20/20;
  background: currentColor;
  mask-size: contain;
  mask-image: url(../images/icons/icon-sm-facebook.svg);
  mask-repeat: no-repeat;
}
.social-media__link--tiktok::before {
  content: "";
  display: inline-block;
  height: 24px;
  aspect-ratio: 20/20;
  background: currentColor;
  mask-size: contain;
  mask-image: url(../images/icons/icon-sm-tiktok.svg);
  mask-repeat: no-repeat;
}
.social-media__link--linkedin::before {
  content: "";
  display: inline-block;
  height: 24px;
  aspect-ratio: 20/20;
  background: currentColor;
  mask-size: contain;
  mask-image: url(../images/icons/icon-sm-linkedin.svg);
  mask-repeat: no-repeat;
}
.social-media__link--youtube::before {
  content: "";
  display: inline-block;
  height: 24px;
  aspect-ratio: 20/20;
  background: currentColor;
  mask-size: contain;
  mask-image: url(../images/icons/icon-sm-youtube.svg);
  mask-repeat: no-repeat;
}
.social-media__link--instagram::before {
  content: "";
  display: inline-block;
  height: 24px;
  aspect-ratio: 20/20;
  background: currentColor;
  mask-size: contain;
  mask-image: url(../images/icons/icon-sm-instagram.svg);
  mask-repeat: no-repeat;
}
.header {
  position: relative;
  position: sticky;
  top: 0;
  width: 100%;
  left: 0;
  margin: 0;
  z-index: 20;
  background: var(--color-white);
  transition: transform 0.4s ease;
}

.header__container {
  height: var(--header-switch-height);
}
@media screen and (min-width: 768px) {
  .header__container {
    height: var(--header-height);
  }
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 5px 0 15px;
  height: var(--header-height);
  border-bottom: 1px solid var(--color-light-grey);
}
@media screen and (min-width: 768px) {
  .header__inner {
    padding: 0 50px 0 60px;
  }
}
@media screen and (min-width: 1024px) {
  .header__inner {
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    width: 100%;
    max-width: 1110px;
    position: relative;
    border-bottom: none;
  }
}
@media screen and (min-width: 1440px) {
  .header__inner {
    padding: 0;
    max-width: 1220px;
  }
}
.header__toggles {
  display: flex;
}
@media screen and (min-width: 1024px) {
  .header__toggles {
    position: absolute;
    top: var(--header-height);
    z-index: 20;
    right: 60px;
  }
}
@media screen and (min-width: 1440px) {
  .header__toggles {
    right: 0;
  }
}
.header__wrapper {
  position: absolute;
  top: var(--header-height);
  width: 100%;
  left: 0;
  border-bottom: 1px solid var(--color-light-grey);
}
@media screen and (min-width: 768px) {
  .header__wrapper {
    position: relative;
    top: 0;
    right: 0;
    left: unset;
    height: var(--header-height);
    width: auto;
    display: flex;
    align-items: center;
    border-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .header__wrapper {
    top: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    position: relative;
    align-items: flex-end;
    justify-content: flex-start;
    padding-top: 24px;
  }
}
.header__links-wrapper {
  display: flex;
}

.header__link {
  color: var(--color-grey-2);
  font-family: voestalpine;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  margin-right: 15px;
  display: none;
}
.header__link:hover {
  color: var(--color-primary);
}
@media screen and (min-width: 1024px) {
  .header__link {
    display: block;
  }
}
.logo {
  width: 182px;
}
@media screen and (min-width: 1024px) {
  .logo {
    padding: 0;
    width: 240px;
  }
}

.button {
  padding: 12px 24px;
  border-radius: 3px;
  background: var(--color-primary);
  color: var(--color-white);
  font-size: 14px;
  line-height: 125%;
  font-weight: 500;
  background: var(--color-primary);
  color: var(--color-white);
}
.button.active,
.button:hover {
  background: var(--color-light-blue);
  color: var(--color-primary);
}
.button--primary,
.home-hero__link-download {
  padding: 12px 24px;
  border-radius: 3px;
  background: var(--color-primary);
  color: var(--color-white);
  font-size: 14px;
  line-height: 125%;
  font-weight: 500;
}
.active.home-hero__link-download,
.button--primary.active,
.button--primary:hover,
.home-hero__link-download:hover {
  background: var(--color-light-blue);
  color: var(--color-primary);
}
.accordion-toggler,
.button--secondary,
.spreadsheet-tools__popup-button,
.spreadsheet-tools__xls-link {
  padding: 12px 24px;
  border-radius: 3px;
  background: var(--color-grey-5);
  color: var(--color-primary);
  font-size: 14px;
  line-height: 125%;
  font-weight: 500;
  padding: 8px 11px;
}

.button--white,
.home-hero__link-quickstart {
  padding: 12px 24px;
  border-radius: 3px;
  background: var(--color-white);
  color: var(--color-primary);
  font-size: 14px;
  line-height: 125%;
  font-weight: 500;
  border: 2px solid var(--color-white);
  padding: 10px 22px;
}
.active.home-hero__link-quickstart,
.button--white.active,
.button--white:hover,
.home-hero__link-quickstart:hover {
  background: var(--color-light-blue);
  color: var(--color-primary);
}
.button--white.is-active,
.is-active.home-hero__link-quickstart {
  color: var(--color-white);
  background: 0 0;
  border: 2px solid var(--color-white);
}
.button--white.is-active:hover,
.is-active.home-hero__link-quickstart:hover {
  border-color: var(--color-white);
}
.button--white:hover,
.home-hero__link-quickstart:hover {
  border-color: var(--color-light-blue);
}
body.state-consent-manager-open {
  position: fixed;
  right: 0;
  left: 0;
  overflow-y: scroll;
}
.consent-manager {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: rgb(var(--color-grey-1-rgb) / 0.5);
}
.consent-manager:focus-visible {
  outline: 0;
}
.consent-manager__inner {
  overflow: auto;
  padding: 25px 15px;
  background-color: var(--color-white);
  max-height: 100%;
}
@media screen and (min-width: 1024px) {
  .consent-manager__inner {
    width: 80%;
    padding: 75px;
    max-width: 800px;
  }
}
.consent-manager__headline {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 1.2;
}
@media screen and (min-width: 1024px) {
  .consent-manager__headline {
    margin-bottom: 24px;
    font-size: 22px;
  }
}
.consent-manager__text {
  margin-bottom: 20px;
  font-size: 13px;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .consent-manager__text {
    margin-bottom: 25px;
    font-size: 14px;
  }
}
.consent-manager__text a {
  padding-bottom: 1px;
  border-bottom: 2px solid transparent;
  text-decoration: none;
  color: var(--color-green-2);
}
@media screen and (min-width: 1024px) {
  .consent-manager__text a {
    padding-bottom: 2px;
  }
}
.consent-manager__text a:hover {
  border-color: var(--color-green-2);
}
.consent-manager__checkboxes {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.consent-manager__controls {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .consent-manager__controls {
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
  }
}
.consent-manager-checkbox {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.consent-manager-checkbox__label {
  padding-left: 30px;
  font-size: 13px;
  line-height: 1.5;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .consent-manager-checkbox__label {
    padding-left: 35px;
    font-size: 14px;
    line-height: 1.5;
  }
}
.consent-manager-checkbox__label:hover .consent-manager-checkbox__icon::before {
  opacity: 0.2;
}
.consent-manager-checkbox__input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  border: 0;
}
.consent-manager-checkbox__input:focus
  ~ .consent-manager-checkbox__icon::before {
  opacity: 0.2;
}
.consent-manager-checkbox__input:checked
  ~ .consent-manager-checkbox__icon::before {
  opacity: 1;
}
.consent-manager-checkbox__icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 2px solid var(--color-grey-1);
}
@media screen and (min-width: 1024px) {
  .consent-manager-checkbox__icon {
    width: 24px;
    height: 24px;
  }
}
.consent-manager-checkbox__icon::before {
  content: "";
  position: absolute;
  top: 1px;
  right: 0;
  left: 0;
  transform: rotate(45deg);
  width: 7px;
  height: 11px;
  margin: 0 auto;
  border: solid var(--color-grey-1);
  opacity: 0;
  border-width: 0 2px 2px 0;
}
@media screen and (min-width: 1024px) {
  .consent-manager-checkbox__icon::before {
    width: 8px;
    height: 14px;
    border-width: 0 3px 3px 0;
  }
}
.consent-manager-checkbox__description-toggle {
  position: relative;
  width: 24px;
  height: 24px;
  border: none;
  background: 0 0;
  cursor: pointer;
}
.consent-manager-checkbox__description-toggle::after,
.consent-manager-checkbox__description-toggle::before,
.consent-manager-checkbox__description-toggle > * {
  pointer-events: none;
}
.consent-manager-checkbox__description-toggle > * {
  position: absolute;
  top: auto;
  overflow: hidden;
  width: 1px;
  height: 1px;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}
.consent-manager-checkbox__description-toggle::before {
  content: "";
  position: absolute;
  top: -4px;
  right: 0;
  bottom: 0;
  left: 0;
  transform: rotate(45deg);
  display: block;
  width: 0;
  height: 0;
  padding: 3px;
  margin: auto;
  border: solid var(--color-grey-1);
  border-width: 0 3px 3px 0;
}
.consent-manager-checkbox__description-toggle--active {
  transform: rotate(180deg);
}
.consent-manager-checkbox__description-toggle--active
  ~ .consent-manager-checkbox__description {
  display: block;
}
.consent-manager-checkbox__description {
  display: none;
  width: 100%;
  padding-left: 30px;
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.2;
}
@media screen and (min-width: 1024px) {
  .consent-manager-checkbox__description {
    padding-left: 35px;
    margin-top: 10px;
    font-size: 13px;
  }
}
.consent-manager-checkbox:not(:last-child) {
  margin-bottom: 15px;
}
@media screen and (min-width: 1024px) {
  .consent-manager-checkbox:not(:last-child) {
    margin-bottom: 20px;
  }
}
.consent-manager-checkbox--required .consent-manager-checkbox__label {
  color: #777;
  cursor: not-allowed;
}
.consent-manager-checkbox--required .consent-manager-checkbox__icon,
.consent-manager-checkbox--required .consent-manager-checkbox__icon::before {
  border-color: #777;
}
.consent-manager-control {
  display: block;
}
.consent-manager-control__button {
  display: block;
  height: auto;
  padding: 9px;
  border: none;
  background: #333;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.2;
  color: var(--color-white);
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .consent-manager-control__button {
    padding: 11px 12px;
    font-size: 15px;
  }
}
.consent-manager-control__button:hover {
  background: var(--color-grey-1);
}
.consent-manager-control__button--acceptselected {
  background: var(--color-white);
  color: var(--color-grey-1);
}
.consent-manager-control__button--acceptselected:hover {
  background: var(--color-grey-1);
  color: var(--color-white);
  border-color: var(--color-grey-1);
}
.consent-manager-control:not(:last-child) {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .consent-manager-control:not(:last-child) {
    margin-right: 15px;
    margin-bottom: 0;
  }
}
.consent-manager-control--all .consent-manager-control__button:not(:hover) {
  background: var(--color-green-2);
}

.external-links {
  width: 1440px;
  max-width: 100%;
  margin: 0 auto;
  padding: 50px 20px;
  background: var(--color-white);
  border-top: 2px solid var(--color-green-2);
}
.external-links__container {
  width: 1025px;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .external-links__list {
    min-width: 335px;
    column-count: 2;
  }
}
.external-links__list + .external-links__list {
  margin-left: 30px;
}
.external-links__link {
  font-size: 17px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.external-links__link::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: currentColor;
  mask-size: contain;
  mask-image: url(../images/icons/icon-arrow-tail-right.svg);
  mask-repeat: no-repeat;
  margin-right: 5px;
}
figure {
  margin: 0 0 20px 0;
}
.graphic {
  margin: 55px 0;
}

.language-dropdown {
  position: absolute;
  display: inline-block;
  top: -50px;
  right: 15px;
}
@media screen and (min-width: 768px) {
  .language-dropdown {
    position: relative;
    top: unset;
    right: unset;
    display: inline-block;
  }
}
.language-dropdown__button {
  position: relative;
  display: flex;
  height: 100%;
  text-transform: uppercase;
  color: var(--color-grey-2);
  font-size: 14px;
  font-family: voestalpine;
  font-weight: 400;
  line-height: 125%;
}
.language-dropdown__button::after {
  content: "";
  display: inline-block;
  height: 14px;
  aspect-ratio: 20/20;
  background: currentColor;
  mask-size: contain;
  mask-image: url(../images/icons/icon-arrow-down.svg);
  mask-repeat: no-repeat;
  margin-left: 8px;
  transition: transform 0.3s;
}
.language-dropdown__button:hover {
  color: var(--color-primary);
}
.language-dropdown__button.is-active {
  color: var(--color-primary);
}
.language-dropdown__button.is-active::after {
  transform: rotate(180deg);
}
.language-dropdown__list {
  position: absolute;
  right: 0;
  bottom: 0;
  left: auto;
  transform: translate(0, 100%);
  overflow: hidden;
  max-height: 0;
  background: var(--color-white);
  border-radius: 3px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
  transition: max-height 0.2s ease-in-out;
  list-style: none;
  display: none;
  z-index: 25;
}
.language-dropdown__list.is-animating {
  display: block;
}
.language-dropdown__list.is-active {
  display: block;
  max-height: 100px;
}
.language-dropdown__item {
  display: flex;
  align-items: center;
  color: var(--color-primary);
}
.language-dropdown__item:last-child {
  border-bottom: 0;
}
.language-dropdown__item.is-active {
  display: none;
}
.language-dropdown__link {
  width: 100%;
  padding: 10px;
  color: inherit;
  transition: all 0.3s;
}
.language-dropdown__link:focus,
.language-dropdown__link:hover {
  color: var(--color-white);
  background-color: var(--color-primary);
}

.list {
  margin: 0 0 20px 0;
  padding: 0 0 0 20px;
}
@media screen and (min-width: 1440px) {
  .list {
    margin: 0 0 30px 0;
  }
}
.list li {
  position: relative;
}
.list li + li {
  margin-top: 8px;
}
.list li > .list {
  margin: 0;
}
.list li > .list > li {
  margin-top: 8px;
}
.list--unordered li::before {
  content: "";
  display: inline-block;
  width: 7px;
  aspect-ratio: 16/18;
  background: var(--color-primary);
  mask-size: contain;
  mask-image: url(../images/icons/icon-list-bullet.svg);
  mask-repeat: no-repeat;
}
.list--unordered li::before {
  position: absolute;
  top: 7px;
  left: -20px;
}
.list--linklist li:before {
  background: 0 0;
  border: 1px solid var(--color-green-2);
  border-radius: 50%;
}
.list--decimal {
  list-style-type: decimal;
}

.paragraph {
  font-weight: 300;
  margin-bottom: 20px;
}
@media screen and (min-width: 1440px) {
  .paragraph {
    margin-bottom: 30px;
  }
}

.photo {
  margin: 55px 0;
}
@media screen and (min-width: 768px) {
  .photo {
    margin: 65px 0;
  }
}
.photo__image {
  margin: 0 auto;
}

.photo__caption {
  font-size: 13px;
  font-weight: 300;
  line-height: 125%;
  margin-top: 10px;
}
.photo__caption--top {
  margin-top: 0;
  margin-bottom: 5px;
}
.photos-container {
  margin: 55px 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 25px;
}
@media screen and (min-width: 768px) {
  .photos-container {
    margin: 65px 0;
    grid-template-columns: repeat(2, minmax(300px, 1fr));
    gap: 30px;
  }
}
.photos-container .photo {
  margin: 0;
}
.photos-container.wide {
  grid-template-columns: 1fr;
}
.photo-text-container {
  margin: 55px 0;
}
.photo-text-container .photo {
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .photo-text-container .photo {
    width: 500px;
  }
}
.report-switch {
  pointer-events: none;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .report-switch {
    padding: 0;
    right: -20px;
  }
}
.report-switch__button {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: voestalpine;
  font-size: 18px;
  line-height: 100%;
  color: var(--color-black);
  font-weight: 500;
  width: 100%;
  pointer-events: all;
  padding: 12px 15px;
  transition: all 0.1s;
}
.report-switch__button::after {
  content: "";
  display: inline-block;
  width: 14px;
  aspect-ratio: 20/20;
  background: currentColor;
  mask-size: contain;
  mask-image: url(../images/icons/icon-arrow-down.svg);
  mask-repeat: no-repeat;
  margin-left: 10px;
  transition: transform 0.2s;
  transform-origin: center;
}
@media screen and (min-width: 768px) {
  .report-switch__button {
    width: unset;
    padding: 10px 20px;
  }
}
.report-switch__button:hover {
  color: var(--color-primary);
}
.report-switch__button.is-active {
  background: var(--color-grey-5);
  color: var(--color-primary);
  border-radius: 3px 3px 0 0;
}
.report-switch__button.is-active::after {
  transform: rotate(180deg);
}
@media screen and (min-width: 1024px) {
  .report-switch__button.is-active {
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15);
  }
}
.report-switch__dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  overflow: auto;
  width: 100%;
  max-height: 0;
  background: var(--color-grey-5);
  transition: opacity 0.3s;
  transition: max-height 0.3s ease-in-out;
  color: var(--color-font);
  pointer-events: all;
  border-radius: 0 0 3px 3px;
  z-index: 30;
  border-top: 3px solid var(--color-white);
}
@media screen and (min-width: 1024px) {
  .report-switch__dropdown {
    box-shadow: 0 5px 5px 1px rgba(0, 0, 0, 0.15);
  }
}
.report-switch__dropdown.is-animating {
  display: block;
}
.report-switch__dropdown.is-active {
  max-height: 305px;
  display: block;
}
.report-switch__dropdown.is-active.is-scrolled .report-switch__overlay::before {
  display: none;
}
.report-switch__overlay {
  display: block;
  width: 100%;
  position: sticky;
  bottom: 0;
}
.report-switch__overlay::before {
  content: "";
  position: absolute;
  pointer-events: none;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 27px;
  transition: height 0.3s ease;
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 0.8) 0,
    rgba(255, 255, 255, 0) 100%
  );
}
.report-switch__list {
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .report-switch__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.report-switch__item {
  width: 100%;
  border-bottom: 3px solid var(--color-white);
  padding: 10px 10px 10px 20px;
}
.report-switch__item:last-of-type {
  border-bottom: none;
}
.report-switch__link {
  font-size: 14px;
  text-decoration: none;
  font-weight: 300;
  line-height: 125%;
}
.report-switch__link:hover {
  color: var(--color-primary);
  border-bottom: 1px solid var(--color-primary);
}
.report-title {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  position: absolute;
  top: -50px;
  width: 100%;
  padding: 14px 0;
  border-bottom: 1px solid var(--color-grey-1);
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .report-title {
    top: 0;
    width: auto;
    left: 50%;
    transform: translate(-50%, 0);
    border: 0;
  }
}
.report-title__year {
  font-weight: 700;
}

.toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
}
@media screen and (min-width: 1024px) {
  .toggle {
    width: 25px;
    height: 45px;
  }
}
.toggle:hover {
  color: var(--color-green-2);
}
.toggle.is-active::before {
  background: var(--color-primary);
}
.toggle__text {
  display: inline-block;
  text-indent: -99999px;
}
.toggle::before {
  font-size: 14px;
}

.home-hero {
  height: 660px;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  /* .home-hero {
    height: calc(100vh - var(--header-height));
  } */
}
@media screen and (min-width: 1440px) {
  .home-hero {
    height: 800px;
  }
}

.home-hero__image {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-hero__container {
  position: relative;
  z-index: 1;
  /* padding-top: 120px; */
  height: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  width: 1110px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .home-hero__container {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .home-hero__container {
    width: 904px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 1440px) {
  .home-hero__container {
    width: 1220px;
  }
}
@media screen and (min-width: 1440px) {
  .home-hero__container {
    /* padding-top: 160px; */
  }
}
.home-hero__headline-container {
  position: relative;
  max-width: 747px;
}
.home-hero__headline {
  display: flex;
  flex-direction: column;
  color: var(--color-white);
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: 400;
  line-height: 135%;
}
@media screen and (min-width: 768px) {
  .home-hero__headline {
    font-size: 50px;
    line-height: 135%;
  }
}
.home-hero__buttons {
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}
@media screen and (min-width: 768px) {
  .home-hero__buttons {
    gap: 15px;
    flex-direction: row;
    margin-top: 45px;
  }
}
.home-hero__link {
  padding: 12px 24px;
  border-radius: 3px;
  background: var(--color-white);
  color: var(--color-primary);

  font-weight: 500;
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 160%;
}
.home-hero__link:hover {
  background: var(--color-light-blue);
}
.home-hero__link:focus-visible {
  background: var(--color-light-blue);
}
@media print {
  * {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
  .breadcrumb,
  .content-after,
  .content-before,
  .flatnav,
  footer,
  header,
  nav {
    display: none;
  }
  article,
  body,
  html {
    background: #fff !important;
    color: #000 !important;
    height: auto !important;
    padding: 0 !important;
    width: auto !important;
  }
  .do-not-print,
  .no-print {
    display: none;
  }

  .extern::after,
  a[target^="_blank"]:not(.glossary):not(.intern):not(.verweispdf)::after {
    content: " (" attr(href) ") ";
  }
}
/*# sourceMappingURL=main.css.map */
