/*
 * container placeholder
*/
/*
 * container placeholder
*/
/* @include box-shadow(1px 1px 1px 0 #fff true); */
/*
 * generates a background porperty with the given svg filename and color
 */
html {
  scroll-behavior: smooth;
}

.page-node-type-story .paragraph--type--jump-mark, .page-node-type-report .paragraph--type--jump-mark, .page-node-type-news .paragraph--type--jump-mark, .page-node-type-overview .paragraph--type--jump-mark {
  transform: translateY(-100px);
}

.page-node-type-story .paragraph.container, .page-node-type-report .paragraph.container, .page-node-type-news .paragraph.container, .page-node-type-overview .paragraph.container {
  overflow-x: hidden;
}

.page-node-type-story #stest, .page-node-type-report #stest, .page-node-type-news #stest, .page-node-type-overview #stest {
  position: sticky;
  top: -1px;
}

.page-node-type-story #toc, .page-node-type-report #toc, .page-node-type-news #toc, .page-node-type-overview #toc {
  position: sticky;
  z-index: 1;
  top: 0;
}

@media screen and (min-width: 1024px) {
  .page-node-type-story #toc, .page-node-type-report #toc, .page-node-type-news #toc, .page-node-type-overview #toc {
    top: 180px;
  }
}

.page-node-type-story .article-nav, .page-node-type-report .article-nav, .page-node-type-news .article-nav, .page-node-type-overview .article-nav {
  transition: background-color 0.6s ease-in-out;
  background-color: white;
  overflow: visible;
  z-index: 5;
}

@media screen and (min-width: 1024px) {
  .page-node-type-story .article-nav, .page-node-type-report .article-nav, .page-node-type-news .article-nav, .page-node-type-overview .article-nav {
    position: absolute;
    background-color: transparent;
    transition-time: 0.3s;
  }
}

.page-node-type-story .article-nav .summary, .page-node-type-report .article-nav .summary, .page-node-type-news .article-nav .summary, .page-node-type-overview .article-nav .summary {
  background: #1A1A1A;
  color: white;
  padding: 18px 24px;
  font-size: 20px;
  line-height: 28px;
  font-family: "HelveticaNowText-Bold", "Helvetica", "Open Sans", "Arial", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@media screen and (min-width: 768px) {
  .page-node-type-story .article-nav .summary, .page-node-type-report .article-nav .summary, .page-node-type-news .article-nav .summary, .page-node-type-overview .article-nav .summary {
    padding: 18px 40px;
  }
}

.page-node-type-story .article-nav .summary:after, .page-node-type-report .article-nav .summary:after, .page-node-type-news .article-nav .summary:after, .page-node-type-overview .article-nav .summary:after {
  cursor: pointer;
  content: "";
  width: 16px;
  height: 16px;
  background: transparent none no-repeat 0 0;
  background-size: 16px 16px;
  background-image: url(../img/Arrow_up_simple_white.svg);
  display: block;
  position: absolute;
  right: 24px;
  top: 22px;
  transition: transform 0.6s ease-in-out;
  transform: rotate(-180deg);
}

@media screen and (min-width: 768px) {
  .page-node-type-story .article-nav .summary:after, .page-node-type-report .article-nav .summary:after, .page-node-type-news .article-nav .summary:after, .page-node-type-overview .article-nav .summary:after {
    right: 40px;
  }
}

.page-node-type-story .article-nav .summary.open:after, .page-node-type-report .article-nav .summary.open:after, .page-node-type-news .article-nav .summary.open:after, .page-node-type-overview .article-nav .summary.open:after {
  transform: rotate(0);
}

.page-node-type-story .article-nav:hover, .page-node-type-story .article-nav.sticky, .page-node-type-report .article-nav:hover, .page-node-type-report .article-nav.sticky, .page-node-type-news .article-nav:hover, .page-node-type-news .article-nav.sticky, .page-node-type-overview .article-nav:hover, .page-node-type-overview .article-nav.sticky {
  background-color: white;
}

.page-node-type-story .article-nav:hover .styled-list li .styled-list-content, .page-node-type-story .article-nav.sticky .styled-list li .styled-list-content, .page-node-type-report .article-nav:hover .styled-list li .styled-list-content, .page-node-type-report .article-nav.sticky .styled-list li .styled-list-content, .page-node-type-news .article-nav:hover .styled-list li .styled-list-content, .page-node-type-news .article-nav.sticky .styled-list li .styled-list-content, .page-node-type-overview .article-nav:hover .styled-list li .styled-list-content, .page-node-type-overview .article-nav.sticky .styled-list li .styled-list-content {
  opacity: 1;
}

.page-node-type-story .article-nav a:hover, .page-node-type-story .article-nav a:focus, .page-node-type-report .article-nav a:hover, .page-node-type-report .article-nav a:focus, .page-node-type-news .article-nav a:hover, .page-node-type-news .article-nav a:focus, .page-node-type-overview .article-nav a:hover, .page-node-type-overview .article-nav a:focus {
  color: inherit;
  text-decoration: none;
}

.page-node-type-story .article-nav.closed .summary, .page-node-type-report .article-nav.closed .summary, .page-node-type-news .article-nav.closed .summary, .page-node-type-overview .article-nav.closed .summary {
  margin-bottom: 0;
}

.page-node-type-story .article-nav.closed .styled-list, .page-node-type-report .article-nav.closed .styled-list, .page-node-type-news .article-nav.closed .styled-list, .page-node-type-overview .article-nav.closed .styled-list {
  display: none;
}

.page-node-type-story .article-nav .styled-list, .page-node-type-report .article-nav .styled-list, .page-node-type-news .article-nav .styled-list, .page-node-type-overview .article-nav .styled-list {
  margin: 24px;
  font-size: 20px;
  line-height: 28px;
  padding-left: 0;
  list-style: none;
  font-size: 16px;
}

@media screen and (min-width: 1024px) {
  .page-node-type-story .article-nav .styled-list, .page-node-type-report .article-nav .styled-list, .page-node-type-news .article-nav .styled-list, .page-node-type-overview .article-nav .styled-list {
    margin: 40px 0px;
    line-height: 24px;
  }
}

.page-node-type-story .article-nav .styled-list li, .page-node-type-report .article-nav .styled-list li, .page-node-type-news .article-nav .styled-list li, .page-node-type-overview .article-nav .styled-list li {
  cursor: pointer;
}

@media screen and (min-width: 1024px) {
  .page-node-type-story .article-nav .styled-list li, .page-node-type-report .article-nav .styled-list li, .page-node-type-news .article-nav .styled-list li, .page-node-type-overview .article-nav .styled-list li {
    margin: -40px 0px;
    padding: 20px 40px;
  }
}

.page-node-type-story .article-nav .styled-list li.active .styled-list-content, .page-node-type-story .article-nav .styled-list li:hover .styled-list-content, .page-node-type-report .article-nav .styled-list li.active .styled-list-content, .page-node-type-report .article-nav .styled-list li:hover .styled-list-content, .page-node-type-news .article-nav .styled-list li.active .styled-list-content, .page-node-type-news .article-nav .styled-list li:hover .styled-list-content, .page-node-type-overview .article-nav .styled-list li.active .styled-list-content, .page-node-type-overview .article-nav .styled-list li:hover .styled-list-content {
  opacity: 1;
  border-bottom-width: 2px;
  margin-bottom: -1px;
  background: white;
}

.page-node-type-story .article-nav .styled-list li:hover .styled-list-content, .page-node-type-story .article-nav .styled-list li.active:hover .styled-list-content, .page-node-type-report .article-nav .styled-list li:hover .styled-list-content, .page-node-type-report .article-nav .styled-list li.active:hover .styled-list-content, .page-node-type-news .article-nav .styled-list li:hover .styled-list-content, .page-node-type-news .article-nav .styled-list li.active:hover .styled-list-content, .page-node-type-overview .article-nav .styled-list li:hover .styled-list-content, .page-node-type-overview .article-nav .styled-list li.active:hover .styled-list-content {
  border-bottom-color: #FF6900;
  text-decoration-line: underline;
}

.page-node-type-story .article-nav .styled-list li.active, .page-node-type-report .article-nav .styled-list li.active, .page-node-type-news .article-nav .styled-list li.active, .page-node-type-overview .article-nav .styled-list li.active {
  background: white;
}

.page-node-type-story .article-nav .styled-list li.active .styled-list-content, .page-node-type-report .article-nav .styled-list li.active .styled-list-content, .page-node-type-news .article-nav .styled-list li.active .styled-list-content, .page-node-type-overview .article-nav .styled-list li.active .styled-list-content {
  border-bottom-color: #1A1A1A;
  font-family: "HelveticaNowText-Bold", "Helvetica", "Open Sans", "Arial", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.page-node-type-story .article-nav .styled-list li.active:last-child:before, .page-node-type-report .article-nav .styled-list li.active:last-child:before, .page-node-type-news .article-nav .styled-list li.active:last-child:before, .page-node-type-overview .article-nav .styled-list li.active:last-child:before {
  height: 35px;
}

.page-node-type-story .article-nav .styled-list li:hover + li, .page-node-type-report .article-nav .styled-list li:hover + li, .page-node-type-news .article-nav .styled-list li:hover + li, .page-node-type-overview .article-nav .styled-list li:hover + li {
  border-top: none;
}

.page-node-type-story .article-nav .styled-list li .styled-list-content, .page-node-type-report .article-nav .styled-list li .styled-list-content, .page-node-type-news .article-nav .styled-list li .styled-list-content, .page-node-type-overview .article-nav .styled-list li .styled-list-content {
  width: 100%;
  padding: 16px 0px;
  border-bottom: 1px solid #D0D1D3;
  display: inline-block;
  transform-origin: left;
}

.page-node-type-story .article-nav .styled-list li .styled-list-content .external, .page-node-type-report .article-nav .styled-list li .styled-list-content .external, .page-node-type-news .article-nav .styled-list li .styled-list-content .external, .page-node-type-overview .article-nav .styled-list li .styled-list-content .external {
  display: none;
}

@media screen and (min-width: 1024px) {
  .page-node-type-story .article-nav .styled-list li .styled-list-content, .page-node-type-report .article-nav .styled-list li .styled-list-content, .page-node-type-news .article-nav .styled-list li .styled-list-content, .page-node-type-overview .article-nav .styled-list li .styled-list-content {
    width: 205px;
    opacity: 0;
    transition: opacity 0.6s ease-in-out;
    padding: 4px 25px 4px 0px;
  }
}
