.w-embed-youtubevideo {
  width: 100%;
  position: relative;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-size: cover;
  background-position: 50% 50%;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

body {
  font-family: 'Frutiger Neue', sans-serif;
  color: #000;
  font-size: 22px;
  line-height: 30px;
  font-weight: 300;
  letter-spacing: 0px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: bold;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
}

p {
  max-width: 58ch;
  margin-bottom: 10px;
}

a {
  -webkit-transition: color 60ms ease-in-out;
  transition: color 60ms ease-in-out;
  color: #000;
  text-decoration: underline;
  cursor: pointer;
}

a:hover {
  color: #009ee3;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

strong {
  font-weight: bold;
}

blockquote {
  margin-bottom: 10px;
  padding: 10px 20px;
  border-left: 5px solid #e2e2e2;
  font-size: 18px;
  line-height: 22px;
}

figcaption {
  max-width: 44ch;
  margin-top: 0px;
  padding-top: 0.9vw;
  padding-bottom: 1.8vw;
  font-size: 20px;
  line-height: 26px;
  text-align: left;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 10000;
  height: 100px;
  background-color: #fff;
  box-shadow: 0 0 50px 0 rgba(0, 107, 179, 0.1);
}

.section {
  position: relative;
}

.section.full-screen-section {
  width: 100%;
  min-height: 100vh;
}

.section.full-screen-teaser-section {
  width: 100%;
  height: 80vh;
  min-height: 680px;
}

.section.article-image-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50vh;
  min-height: 560px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.section.hero-2-section {
  width: 100%;
  height: 50vh;
  min-height: 680px;
}

.section.hero-2-section.darkmode {
  background-color: #000;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 107, 179, 0.4)), to(rgba(0, 158, 227, 0.4)));
  background-image: linear-gradient(0deg, rgba(0, 107, 179, 0.4), rgba(0, 158, 227, 0.4));
  color: #fff;
}

.section.article-image-section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.section.lines {
  border-top: 1px solid rgba(135, 136, 138, 0.4);
}

.hero-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  padding-top: 100px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.hero-slider-wrapper {
  width: 66.666666%;
  padding-top: 0px;
}

.hero-shortlink-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.3333333333333%;
  min-height: auto;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.hero-slider {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.column-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 3.4vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.column-block.navbar {
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  box-shadow: none;
}

.column-block.teaser-content {
  height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease;
  color: #000;
  text-decoration: none;
}

.column-block._1-3 {
  width: 33.3333333333333%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.column-block._1-3.teaser-link-block {
  width: 33.333333333333336%;
}

.column-block._1-3.no-padding {
  padding: 0px;
}

.column-block.hero-content {
  height: auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease;
  color: #000;
  text-decoration: none;
}

.column-block.hero-content.darkmode {
  color: #fff;
}

.column-block.infobox {
  border-left: 1px solid rgba(135, 136, 138, 0.4);
}

.column-block.as-link-block {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-transition: padding 100ms ease-in-out;
  transition: padding 100ms ease-in-out;
  color: #87888a;
  text-decoration: none;
  cursor: pointer;
}

.column-block.as-link-block:hover {
  color: #009ee3;
}

.column-block.as-link-block.no-padding {
  padding: 0px;
}

.column-block.teaser-link-block {
  color: #87888a;
  text-decoration: none;
  cursor: pointer;
}

.column-block.teaser-link-block:hover {
  color: #009ee3;
}

.column-block.teaser-link-block.small-teaser {
  width: 33.333333333333%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.column-block.as-big-link-block {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid rgba(135, 136, 138, 0.4);
  -webkit-transition: padding 100ms ease-in-out;
  transition: padding 100ms ease-in-out;
  color: #87888a;
  text-decoration: none;
  cursor: pointer;
}

.column-block.as-big-link-block:hover {
  color: #009ee3;
}

.column-block.as-big-link-block.darkmode {
  color: #fff;
}

.column-block.as-big-link-block.darkmode:hover {
  color: #009ee3;
}

.column-block.no-padding {
  padding: 0px;
}

.column-block.language-wrapper {
  padding-top: 1.7vw;
  padding-bottom: 1.7vw;
}

.horizontal-divider-line {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 1px;
  margin-top: -1px;
  background-color: rgba(135, 136, 138, 0.4);
}

.horizontal-divider-line.darkmode {
  background-color: #082a47;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.4)), to(rgba(255, 255, 255, 0.4)));
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4));
}

.headline {
  margin-top: -6px;
  margin-bottom: 0px;
  margin-left: -6px;
  padding-bottom: 40px;
  font-size: 68px;
  line-height: 73px;
  font-weight: 300;
  letter-spacing: -0.02em;
}

.headline.m {
  margin-top: -0.2em;
  margin-left: -0.05em;
  font-size: 2.8vw;
  line-height: 1.2em;
  letter-spacing: -0.015em;
}

.headline.m.lightblue {
  margin-top: -0.2em;
  color: #009ee3;
}

.headline.m.right {
  text-align: right;
}

.headline.m.teaser-head {
  color: #000;
}

.headline.m.no-padding {
  padding-bottom: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.headline.l {
  max-width: 40ch;
  margin-top: -0.3em;
  margin-left: -0.08em;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 4vw;
  line-height: 1.1em;
}

.headline.l.article-title {
  max-width: 24ch;
}

.headline.xs {
  margin-left: -2px;
  padding-bottom: 60px;
  font-size: 32px;
  line-height: 1.2em;
  letter-spacing: -0.01em;
}

.headline.xs.teaser-head {
  padding-bottom: 40px;
  color: #000;
}

.headline.l-as-quote {
  margin-top: -0.22em;
  margin-left: -0.1em;
  padding-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 4vw;
  line-height: 1.1em;
}

.headline.xl {
  max-width: 28ch;
  margin-top: -0.22em;
  margin-left: -0.06em;
  padding-bottom: 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 5vw;
  line-height: 1.1em;
}

.headline.m-as-quote {
  margin-top: -0.5vw;
  margin-left: -0.1vw;
  padding-bottom: 0px;
  font-size: 2.8vw;
  line-height: 1.1em;
}

.headline.xxs {
  margin-left: -2px;
  padding-bottom: 0px;
  font-size: 26px;
  line-height: 34px;
  letter-spacing: 0em;
}

.headline.xxs.teaserhead {
  margin-top: 0px;
  padding-bottom: 20px;
}

.headline.s.no-padding {
  padding-bottom: 0px;
}

.absolute-image-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  min-height: 560px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -o-object-fit: cover;
  object-fit: cover;
}

.slide-content {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  height: 50%;
  background-color: rgba(255, 255, 255, 0.78);
}

.teaser-image {
  width: 100%;
  height: 120%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
}

.slide {
  bottom: 0px;
  height: 100%;
}

.slide-nav {
  display: none;
}

.column-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 1.7vw;
}

.column-wrapper.teaser-block-wrapper {
  width: 100%;
  padding: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.column-wrapper.teaser-block-wrapper.as-link-block {
  -webkit-transition: color 100ms ease-in-out;
  transition: color 100ms ease-in-out;
  color: #87888a;
  text-decoration: none;
  cursor: pointer;
}

.column-wrapper.teaser-block-wrapper.as-link-block:hover {
  color: #009ee3;
}

.column-wrapper.teaser-block-wrapper.right-aligned {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.slider-nav {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 50%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 160px;
  height: 50px;
  margin-bottom: 42px;
  margin-left: 40px;
  border-radius: 100px;
  background-color: rgba(255, 255, 255, 0.4);
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1.7vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.column.without-padding {
  padding: 0px;
}

.column.footer {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.column.footer._1-2 {
  width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.column.icon-column {
  width: 76px;
  padding: 0vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.trimet-logo {
  width: 132px;
  margin-bottom: 8px;
}

.navbar-menu-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 80%;
  padding-top: 4px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}

.decent-link {
  display: inline;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
  color: rgba(135, 136, 138, 0.6);
  text-decoration: none;
  cursor: pointer;
}

.decent-link:hover {
  color: #009ee3;
}

.decent-link.white {
  color: rgba(255, 255, 255, 0.4);
}

.decent-link.white:hover {
  color: #009ee3;
}

.decent-link.white.light {
  color: rgba(255, 255, 255, 0.4);
}

.decent-link.light.white {
  color: #fff;
}

.decent-link.light.white:hover {
  color: #009ee3;
}

.decent-link.language {
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition-property: none;
  transition-property: none;
}

.decent-link.in-navbar {
  color: rgba(135, 136, 138, 0.7);
}

.decent-link.in-navbar:hover {
  color: #009ee3;
}

.decent-link.in-navbar.responsive-visible {
  display: none;
}

.logo-link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
}

.logo-link-block.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.basic-text {
  max-width: 58ch;
}

.basic-text.text-headline {
  margin-bottom: 34px;
}

.blue-modular-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 107, 179, 0.4)), to(rgba(0, 158, 227, 0.4)));
  background-image: linear-gradient(180deg, rgba(0, 107, 179, 0.4), rgba(0, 158, 227, 0.4));
  color: #fff;
}

.blue-modular-container.darkmode {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 107, 179, 0.4)), to(rgba(0, 107, 179, 0.4)));
  background-image: linear-gradient(180deg, rgba(0, 107, 179, 0.4), rgba(0, 107, 179, 0.4));
}

.light {
  color: rgba(135, 136, 138, 0.8);
}

.light.white {
  color: rgba(255, 255, 255, 0.4);
}

.left-arrow {
  left: 0%;
  top: auto;
  right: auto;
  bottom: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 50px;
  margin-bottom: 42px;
  margin-left: 40px;
  padding-right: 14px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  opacity: 1;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
  cursor: pointer;
}

.left-arrow:hover {
  background-color: hsla(0, 0%, 100%, 0.4);
  opacity: 1;
}

.right-arrow {
  left: 0%;
  top: auto;
  right: auto;
  bottom: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 50px;
  margin-bottom: 42px;
  margin-left: 120px;
  padding-left: 14px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
  cursor: pointer;
}

.right-arrow:hover {
  background-color: rgba(255, 255, 255, 0.4);
}

.arrow {
  height: 24px;
  color: #000;
}

.responsive-alert {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 200;
  display: none;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 107, 179, 0.4)), to(rgba(0, 158, 227, 0.4)));
  background-image: linear-gradient(180deg, rgba(0, 107, 179, 0.4), rgba(0, 158, 227, 0.4));
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.submit-button {
  padding-right: 30px;
  padding-left: 30px;
  border-radius: 100px;
  background-color: #009ee3;
}

.text-field {
  height: 50px;
  margin-top: 40px;
  margin-bottom: 30px;
  padding: 20px 0px;
  border-style: none none solid;
  border-width: 0px 0px 1px;
  border-color: #000 #000 #fff;
  background-color: hsla(0, 0%, 100%, 0);
  color: #fff;
}

.text-field::-webkit-input-placeholder {
  color: #fff;
  font-size: 24px;
  line-height: 34px;
}

.text-field:-ms-input-placeholder {
  color: #fff;
  font-size: 24px;
  line-height: 34px;
}

.text-field::-ms-input-placeholder {
  color: #fff;
  font-size: 24px;
  line-height: 34px;
}

.text-field::placeholder {
  color: #fff;
  font-size: 24px;
  line-height: 34px;
}

.teaser-content-block {
  position: absolute;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  width: 66.6666666666%;
  height: auto;
  min-height: 360px;
  background-color: rgba(255, 255, 255, 0.78);
}

.teaser-content-block.full-height {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-left: 1px solid rgba(135, 136, 138, 0.4);
  background-color: #fff;
}

.teaser-content-block.full-height.magazin {
  padding-top: 0px;
}

.teaser-content-block.full-height.darkmode {
  border-left-color: rgba(255, 255, 255, 0.4);
  background-color: rgba(255, 255, 255, 0);
}

.blue {
  color: #006bb3;
}

.container {
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
}

.container.lines {
  border-bottom: 1px solid rgba(135, 136, 138, 0.4);
}

.vertical-divider-line {
  position: relative;
  z-index: 2;
  width: 1px;
  background-color: #87888a;
  opacity: 0.4;
}

.toggle-origin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 0px 10px 0px 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

.toggle-origin.language {
  padding-right: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition-property: none;
  transition-property: none;
}

.toggle-origin.language.w--open {
  height: auto;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.dropdown-origin {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.dropdown-origin.language {
  position: relative;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: rgba(135, 136, 138, 0.4);
  cursor: pointer;
}

.navigation-menu-origin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.list-wrap {
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.96);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 107, 179, 0.4)), to(rgba(0, 158, 227, 0.4)));
  background-image: linear-gradient(180deg, rgba(0, 107, 179, 0.4), rgba(0, 158, 227, 0.4));
}

.nav-caret {
  display: none;
}

.list-origin {
  position: fixed;
  left: 0%;
  top: 114px;
  right: 0%;
  bottom: auto;
  min-width: 100%;
  background-color: transparent;
}

.list-origin.w--open {
  position: fixed;
  top: 100px;
  bottom: auto;
  z-index: 20;
  width: 100vw;
  background-color: transparent;
  box-shadow: 4px 70px 50px 0 rgba(0, 0, 0, 0.08);
  color: #fff;
}

.list-origin.language-toggle-list {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.navbar-second-level-link {
  margin-top: -6px;
  margin-bottom: 0px;
  margin-left: -6px;
  padding-bottom: 40px;
  color: #fff;
  font-size: 68px;
  line-height: 73px;
  font-weight: 300;
  letter-spacing: -0.02em;
}

.navbar-second-level-link.m {
  margin-top: -8px;
  margin-bottom: -0.24em;
  margin-left: -0.1vw;
  padding-bottom: 0px;
  font-size: 1.8vw;
  line-height: 1.1em;
}

.grey-modular-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 40vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #f8f8f8;
  color: #000;
}

.play-button {
  display: inline-block;
  overflow: visible;
  width: 2.8vw;
  height: 2.8vw;
  margin-right: 1vw;
  margin-bottom: -0.3vw;
  padding-top: 0px;
  background-image: url('../images/Play-Button.svg');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.flex-spacer {
  width: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-wrapper._1-3 {
  overflow: hidden;
  width: 33.3333333333%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-wrapper.grow {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.basic-table-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid rgba(135, 136, 138, 0.4);
}

.basic-table-row.head {
  color: #006bb3;
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
}

.basic-table-row.head.black {
  color: #000;
  font-weight: 300;
}

.basic-table-row.empty-row {
  border-bottom-style: none;
}

.table-block {
  overflow: scroll;
  margin-top: 30px;
  margin-bottom: 30px;
}

.list-link {
  padding-top: 16px;
  padding-bottom: 16px;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.list-link:hover {
  padding-left: 20px;
  color: #009ee3;
}

.paragraph {
  margin-bottom: 40px;
}

.footer-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 480px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 107, 179, 0.4)), to(rgba(0, 158, 227, 0.4)));
  background-image: linear-gradient(180deg, rgba(0, 107, 179, 0.4), rgba(0, 158, 227, 0.4));
  color: #fff;
}

.footer-text {
  line-height: 34px;
}

.footer-text.light.white {
  font-size: 20px;
}

.footer-mini-text {
  margin-bottom: -6px;
  font-size: 16px;
  line-height: 20px;
}

.footer-mini-text.light.white {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.logo {
  margin-right: auto;
  margin-left: auto;
  opacity: 0.6;
  cursor: pointer;
  -o-object-fit: contain;
  object-fit: contain;
}

.logo:hover {
  opacity: 1;
}

.logo.asi {
  width: 70px;
  margin-right: auto;
  margin-bottom: -5px;
  margin-left: auto;
}

.logo.mpk {
  width: 150px;
  margin-bottom: -6px;
}

.logo.mpk:hover {
  opacity: 1;
}

.logo.eu {
  width: 150px;
  margin-bottom: -4px;
}

.logo.nrw {
  width: 180px;
  margin-bottom: 10px;
}

.arrow-link {
  color: rgba(255, 255, 255, 0.4);
  text-decoration: none;
}

.arrow-link:hover {
  color: #fff;
}

.horizontal-responsive-divider-line {
  position: relative;
  z-index: 2;
  display: none;
  width: 100%;
  height: 1px;
  background-color: #87888a;
  opacity: 0.4;
}

.intro-paragraph {
  max-width: 58ch;
  margin-bottom: 40px;
  font-size: 30px;
  line-height: 42px;
}

.lightblue {
  color: #009ee3;
}

.image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.rich-text {
  line-height: 34px;
}

.rich-text p {
  margin-bottom: 40px;
  color: #87888a;
}

.rich-text h3 {
  max-width: 58ch;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 26px;
  line-height: 34px;
  font-weight: 300;
}

.rich-text strong {
  color: #006bb3;
  font-weight: 500;
}

.rich-text h2 {
  max-width: 50ch;
  margin-top: 30px;
  margin-bottom: 30px;
  color: #009ee3;
  font-size: 30px;
  line-height: 42px;
  font-weight: 300;
}

.rich-text h1 {
  margin-left: -0.3vw;
  color: #006bb3;
  font-size: 4vw;
  line-height: 1.1em;
  font-weight: 300;
  letter-spacing: -0.02em;
}

.rich-text h4 {
  font-size: 22px;
  line-height: 34px;
  font-weight: 300;
}

.rich-text blockquote {
  max-width: 48ch;
  margin-bottom: 20px;
  padding-left: 22px;
  border-left: 1px solid #009ee3;
  color: #009ee3;
  font-size: 26px;
  line-height: 34px;
}

.rich-text h6 {
  color: #87888a;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
}

.rich-text h5 {
  color: #006bb3;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}

.rich-text ul {
  margin-bottom: 40px;
}

.rich-text ol {
  margin-bottom: 40px;
}

.language-toggle {
  display: inline-block;
  padding-right: 14px;
  padding-left: 14px;
  font-size: 18px;
}

.designsystem-marker {
  position: relative;
  z-index: 1000;
  width: 100%;
  height: 2px;
  background-color: #ff078b;
}

.designsystem-marker.z-index-ultra {
  z-index: 10000000;
}

.designsystem-label {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: inline-block;
  padding: 8px 16px 4px;
  background-color: #ff078b;
  color: #fff;
}

.designsystem-label-text {
  font-size: 12px;
  line-height: 1.1em;
}

.caption {
  max-width: 44ch;
  padding-top: 5px;
  font-size: 20px;
  line-height: 26px;
}

.slider-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding-top: 3.4vw;
  padding-bottom: 3.4vw;
}

.image-slider {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  min-width: 720px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
}

.image-slide {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  min-width: 720px;
  padding-right: 22px;
  padding-left: 22px;
}

.mask {
  overflow: visible;
  width: 100%;
  min-width: 720px;
}

.image-slider-nav {
  position: absolute;
  left: 0%;
  top: 30px;
  right: 0%;
  bottom: auto;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 160px;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 100px;
  background-color: rgba(255, 255, 255, 0.4);
}

.left-arrow-image-slider {
  left: 0%;
  top: 30px;
  right: 80px;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 14px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  opacity: 1;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
  cursor: pointer;
}

.left-arrow-image-slider:hover {
  background-color: hsla(0, 0%, 100%, 0.4);
  opacity: 1;
}

.right-arrow-image-slider {
  left: 80px;
  top: 30px;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 14px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
  cursor: pointer;
}

.right-arrow-image-slider:hover {
  background-color: rgba(255, 255, 255, 0.4);
}

.slider-image {
  -o-object-fit: contain;
  object-fit: contain;
}

.ausklapper {
  width: 100%;
  border-bottom: 1px solid rgba(135, 136, 138, 0.4);
}

.ausklapper-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px 1px 20px 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #87888a;
}

.ausklapper-toggle:hover {
  color: #009ee3;
}

.ausklapper-toggle.w--open {
  color: #006bb3;
}

.dropdown-list {
  background-color: #9e7c7c;
}

.dropdown-list.w--open {
  position: relative;
  padding-bottom: 22px;
  background-color: hsla(0, 0%, 100%, 0);
}

.big-numbers {
  margin-top: -1vw;
  margin-left: -0.6vw;
  padding-bottom: 30px;
  font-size: 8vw;
  line-height: 1em;
  letter-spacing: -0.03em;
}

.blue-link {
  -webkit-transition: color 80ms ease-in-out;
  transition: color 80ms ease-in-out;
  color: #006bb3;
  font-weight: 500;
}

.blue-link:hover {
  color: #009ee3;
}

.ausklapper-column-block {
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-left: 1px solid rgba(135, 136, 138, 0.4);
}

.ausklapper-column-block-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 3.4vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: transparent;
  color: #87888a;
  cursor: pointer;
}

.ausklapper-column-block-toggle:hover {
  color: #009ee3;
}

.ausklapper-column-block-toggle.w--open {
  color: #006bb3;
}

.dropdown-list-column-block {
  background-color: #9e7c7c;
}

.dropdown-list-column-block.w--open {
  position: relative;
  padding: 44px;
  border-top: 1px solid rgba(135, 136, 138, 0.4);
  background-color: hsla(0, 0%, 100%, 0);
}

.list {
  margin-bottom: 34px;
  padding-left: 50px;
  color: #87888a;
}

.list.numbered {
  list-style-type: decimal;
}

.list-item {
  max-width: 58ch;
  margin-bottom: 10px;
  padding-left: 10px;
  list-style-type: disc;
}

.list-item.numbered {
  list-style-type: decimal;
}

.portrait-image {
  position: relative;
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.basic-table-cell {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-right: 10px;
  padding-bottom: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.basic-table-cell.right-aligned {
  max-width: 25%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.basic-table-cell.right-aligned.grey {
  background-color: rgba(135, 136, 138, 0.08);
}

.basic-table-cell.empty {
  padding-top: 10px;
  padding-bottom: 10px;
}

.teaser-image-wrapper {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  max-height: 500px;
  min-height: 250px;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -o-object-fit: cover;
  object-fit: cover;
}

.teaser-image-wrapper.no-margin {
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.teaser-image-wrapper.small-teaser {
  max-height: 500px;
  min-height: 350px;
}

.download-list-link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid rgba(135, 136, 138, 0.4);
  color: #87888a;
  text-decoration: none;
}

.download-list-link-block:hover {
  color: #009ee3;
}

.download-list-link-block.w--open {
  color: #006bb3;
}

.big-download-link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  padding: 44px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-left: 1px solid rgba(135, 136, 138, 0.4);
  color: #87888a;
  text-decoration: none;
  cursor: pointer;
}

.big-download-link-block:hover {
  color: #009ee3;
}

.mini-text {
  max-width: 58ch;
  font-size: 20px;
  line-height: 26px;
}

.mini-text.light-for-videoteaser {
  margin-bottom: 16px;
  color: hsla(0, 0%, 100%, 0.5);
}

.footer-link {
  display: inline-block;
  width: 100%;
  color: rgba(255, 255, 255, 0.4);
  line-height: 24px;
  text-decoration: none;
  cursor: pointer;
}

.footer-link:hover {
  color: #fff;
}

.footer-link.white {
  color: #fff;
}

.footer-link.white:hover {
  color: #009ee3;
}

.footer-link.mini-link {
  width: auto;
  padding-right: 1.7vw;
}

.icon {
  display: inline-block;
  margin-top: 4px;
  font-family: 'Simple line icons', sans-serif;
  line-height: 1em;
}

.icon.big-warning-icon {
  margin-top: 3px;
  color: #009ee3;
  font-size: 46px;
  font-weight: 400;
}

.icon.in-button {
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: -2px;
}

.icon.in-link {
  padding-left: 12px;
  font-size: 18px;
}

.padding-block {
  padding: 3.4vw;
}

.krisenbadge {
  position: fixed;
  left: auto;
  top: auto;
  right: 1.7vw;
  bottom: 1.7vw;
  z-index: 20000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 80%;
  padding: 1.6vw 1.7vw 1.7vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: rgba(0, 0, 0, 0.96);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 107, 179, 0.4)), to(rgba(0, 158, 227, 0.4)));
  background-image: linear-gradient(180deg, rgba(0, 107, 179, 0.4), rgba(0, 158, 227, 0.4));
  box-shadow: 0 0 50px 0 rgba(0, 107, 179, 0.1);
  color: #fff;
}

.close-icon {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin-top: -10px;
  margin-right: -10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  opacity: 0.4;
  cursor: pointer;
}

.close-icon:hover {
  opacity: 1;
}

.x-line {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 40px;
  height: 1px;
  margin-top: 20px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.x-line.right {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.blue-decent-link {
  display: inline;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
  color: #009ee3;
  text-decoration: none;
  cursor: pointer;
}

.blue-decent-link:hover {
  color: #fff;
}

.button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 60px;
  margin-top: 8px;
  margin-right: 10px;
  margin-left: -2px;
  padding-right: 28px;
  padding-bottom: 2px;
  padding-left: 28px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 200px;
  background-color: #006bb3;
  -webkit-transition: background-color 100ms ease-in-out;
  transition: background-color 100ms ease-in-out;
  color: #fff;
  font-weight: 300;
  text-decoration: none;
  cursor: pointer;
}

.button:hover {
  background-color: #009ee3;
  color: #fff;
}

.button.black {
  background-color: #000;
}

.button.black:hover {
  background-color: #009ee3;
}

.button.light {
  background-color: rgba(135, 136, 138, 0.4);
}

.button.light:hover {
  background-color: #009ee3;
}

.link-block {
  text-decoration: none;
}

.link-block.light.white {
  -webkit-transition: color 100ms ease-in-out;
  transition: color 100ms ease-in-out;
  text-decoration: none;
}

.link-block.light.white:hover {
  color: #fff;
}

.wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.wrapper.right-aligned {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.nav-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 3.4vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.link {
  cursor: pointer;
}

.link-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.figcaption {
  max-width: 44ch;
  padding-top: 0.9vw;
  padding-bottom: 1.8vw;
  font-size: 20px;
  line-height: 26px;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 18px;
    line-height: 24px;
  }

  strong {
    font-weight: 500;
  }

  figcaption {
    padding-top: 1.8vw;
    padding-bottom: 3.6vw;
    font-size: 16px;
    line-height: 22px;
  }

  .section.full-screen-section {
    min-height: auto;
  }

  .section.full-screen-teaser-section {
    height: auto;
    min-height: auto;
  }

  .section.article-image-section {
    height: auto;
    min-height: auto;
  }

  .section.hero-2-section {
    overflow: hidden;
    height: auto;
    min-height: auto;
  }

  .hero-container {
    height: auto;
    min-height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero-slider-wrapper {
    width: 100%;
    height: auto;
    min-height: 680px;
  }

  .hero-shortlink-column {
    width: 100%;
    min-height: 300px;
    padding-top: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .hero-slider {
    height: auto;
  }

  .column-block {
    padding: 30px;
  }

  .column-block._1-3.becomes-marginal-column {
    width: 20%;
  }

  .column-block._1-3.responsive-hide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
  }

  .column-block._1-3.responsive-full-width {
    width: 100%;
  }

  .column-block.teaser-link-block {
    width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .column-block.teaser-link-block.small-teaser {
    width: 50%;
  }

  .horizontal-divider-line {
    margin-top: 0px;
  }

  .horizontal-divider-line.becomes-vertical-divider {
    width: 1px;
    height: 100%;
  }

  .headline.m {
    max-width: 42ch;
    margin-left: 0em;
    font-size: 32px;
  }

  .headline.l {
    margin-left: 0em;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 5vw;
    line-height: 1.2em;
  }

  .headline.xs {
    margin-left: 0px;
    padding-bottom: 30px;
    font-size: 28px;
  }

  .headline.xs.teaser-head {
    padding-bottom: 22px;
  }

  .headline.l-as-quote {
    margin-left: 0em;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 5vw;
  }

  .headline.xl {
    margin-left: 0em;
    padding-bottom: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .headline.m-as-quote {
    max-width: 42ch;
    font-size: 32px;
  }

  .headline.xxs {
    display: block;
    padding-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 22px;
    line-height: 30px;
  }

  .headline.xxs.xxs-as-quote {
    padding-bottom: 0px;
  }

  .headline.s.no-padding.responsive {
    font-size: 30px;
    line-height: 24px;
  }

  .absolute-image-wrapper {
    position: static;
    height: auto;
    min-height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .slide-content {
    position: relative;
    height: auto;
    background-color: #fff;
  }

  .teaser-image {
    position: relative;
    width: 100%;
    height: 400px;
  }

  .slide {
    height: auto;
    margin-bottom: 0px;
  }

  .column-wrapper {
    padding: 15px;
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }

  .column-wrapper.teaser-block-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }

  .column-wrapper.teaser-block-wrapper.reversed {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .column-wrapper.teaser-block-wrapper.non-responsive {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .column-wrapper.teaser-block-wrapper.right-aligned {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .slider-nav {
    left: 0%;
    top: 330px;
    right: auto;
    bottom: auto;
    width: 120px;
    height: 40px;
    margin-top: 0px;
    margin-bottom: 24px;
    margin-left: 22px;
  }

  .column {
    padding: 15px;
  }

  .column.without-padding {
    width: 33.3333333333333%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .column.without-padding.full {
    width: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .column.footer._1-2 {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .column.responsive-hide {
    display: none;
  }

  .column.icon-column {
    width: 64px;
  }

  .trimet-logo {
    width: 110px;
  }

  .navbar-menu-wrapper {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 0;
    overflow: scroll;
    width: 100%;
    height: 100vh;
    max-width: 100%;
    margin-top: 100px;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: rgba(0, 0, 0, 0.96);
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 107, 179, 0.4)), to(rgba(0, 158, 227, 0.4)));
    background-image: linear-gradient(180deg, rgba(0, 107, 179, 0.4), rgba(0, 158, 227, 0.4));
    color: #fff;
  }

  .decent-link.language {
    margin-right: 0px;
  }

  .decent-link.in-navbar {
    color: #fff;
  }

  .decent-link.in-navbar.responsive-visible {
    display: block;
  }

  .basic-text.center {
    text-align: center;
  }

  .blue-modular-container {
    min-height: 340px;
  }

  .blue-modular-container.darkmode {
    min-height: auto;
  }

  .left-arrow {
    left: 0%;
    top: 330px;
    right: auto;
    bottom: auto;
    width: 60px;
    height: 40px;
    margin-bottom: 24px;
    margin-left: 22px;
    padding-right: 5px;
  }

  .right-arrow {
    left: 0%;
    top: 330px;
    right: auto;
    bottom: auto;
    width: 60px;
    height: 40px;
    margin-bottom: 24px;
    margin-left: 82px;
    padding-left: 4px;
  }

  .arrow {
    height: 18px;
  }

  .responsive-alert {
    display: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 107, 179, 0.4)), to(rgba(0, 158, 227, 0.4)));
    background-image: linear-gradient(180deg, rgba(0, 107, 179, 0.4), rgba(0, 158, 227, 0.4));
    color: #fff;
  }

  .teaser-content-block {
    position: relative;
    width: 100%;
    min-height: auto;
    background-color: #fff;
  }

  .teaser-content-block.full-height {
    position: relative;
    padding-top: 0px;
  }

  .teaser-content-block.full-height.magazin {
    position: relative;
    height: auto;
    border-left-style: none;
  }

  .toggle-origin {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    padding-left: 30px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #fff;
  }

  .toggle-origin.w--open {
    width: 100%;
    min-height: 70px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .toggle-origin.language {
    display: none;
    width: auto;
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 18px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .toggle-origin.language.w--open {
    width: auto;
    margin-right: 0px;
    margin-left: 18px;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .dropdown-origin {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 70px;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
    font-size: 22px;
    line-height: 32px;
  }

  .dropdown-origin.language {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-style: none;
    border-radius: 0px;
    background-color: rgba(255, 255, 255, 0);
    opacity: 0.4;
  }

  .dropdown-origin.language:hover {
    margin-top: 0px;
    background-color: rgba(255, 255, 255, 0);
    box-shadow: none;
    opacity: 1;
  }

  .navigation-menu-origin {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .menu-button-origin {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .menu-button-origin.w--open {
    background-color: transparent;
    color: #000;
  }

  .list-wrap {
    margin-top: -50px;
    background-color: transparent;
    background-image: none;
    box-shadow: none;
  }

  .list-wrap.language-list {
    margin-top: 0px;
  }

  .nav-caret {
    position: relative;
    top: -2px;
    display: block;
    margin-right: 24px;
    font-size: 28px;
  }

  .list-origin.w--open {
    position: relative;
    top: auto;
    z-index: 5;
    padding-top: 0px;
    box-shadow: none;
  }

  .list-origin.language-toggle-list {
    position: relative;
    left: 0%;
    top: 0px;
    right: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .navigation-button-origin {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .navbar-second-level-link.m {
    font-size: 2.5vw;
    line-height: 2.5em;
  }

  .grey-modular-container {
    height: auto;
    min-height: auto;
  }

  .play-button {
    display: none;
  }

  .image-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .image-wrapper._1-3 {
    width: 100%;
    max-height: 560px;
  }

  .basic-table-row.head {
    font-size: 16px;
    line-height: 20px;
  }

  .table-block {
    overflow: scroll;
  }

  .list-link:hover {
    padding-left: 10px;
  }

  .footer-text.light.white {
    font-size: 18px;
  }

  .footer-mini-text.light.white {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }

  .logo {
    height: 150px;
  }

  .logo.asi {
    margin-bottom: -10px;
  }

  .logo.mpk {
    margin-bottom: -4px;
  }

  .logo.eu {
    margin-bottom: -8px;
  }

  .logo.nrw {
    margin-bottom: -9px;
  }

  .horizontal-responsive-divider-line {
    display: block;
  }

  .intro-paragraph {
    font-size: 26px;
    line-height: 36px;
  }

  .image.in-foldout {
    height: 220px;
  }

  .rich-text {
    line-height: 30px;
  }

  .rich-text h3 {
    font-size: 24px;
    line-height: 1.3em;
  }

  .rich-text h2 {
    font-size: 26px;
    line-height: 1.3em;
  }

  .rich-text h1 {
    margin-left: 0vw;
    font-size: 5vw;
  }

  .rich-text h4 {
    line-height: 1.3em;
  }

  .rich-text h6 {
    line-height: 1.4em;
  }

  .rich-text h5 {
    line-height: 1.4em;
  }

  .responsive-hide {
    display: none;
  }

  .language-toggle {
    padding-right: 20px;
    padding-left: 0px;
  }

  .caption {
    font-size: 16px;
    line-height: 22px;
  }

  .slider-wrapper {
    width: 100%;
  }

  .image-slider {
    min-width: 640px;
  }

  .image-slide {
    min-width: 640px;
  }

  .mask {
    min-width: 640px;
  }

  .image-slider-nav {
    top: 20px;
    width: 120px;
    height: 40px;
    margin-left: auto;
  }

  .left-arrow-image-slider {
    top: 20px;
    right: 60px;
    width: 60px;
    height: 40px;
    margin-left: auto;
    padding-right: 4px;
  }

  .right-arrow-image-slider {
    left: 60px;
    top: 20px;
    width: 60px;
    height: 40px;
    padding-left: 4px;
  }

  .big-numbers {
    margin-left: -0.1em;
    letter-spacing: -0.03em;
  }

  .ausklapper-column-block-toggle {
    padding: 30px;
  }

  .dropdown-list-column-block.w--open {
    padding: 30px;
  }

  .list {
    padding-left: 40px;
  }

  .portrait-image {
    height: 100%;
  }

  .portrait-image.in-foldout {
    height: 220px;
  }

  .teaser-image-wrapper {
    margin-bottom: 32px;
  }

  .teaser-image-wrapper.small-teaser {
    min-height: 300px;
  }

  .mini-text {
    font-size: 18px;
    line-height: 24px;
  }

  .footer-link {
    width: 100%;
  }

  .icon.big-warning-icon {
    font-size: 39px;
  }

  .icon.in-button {
    margin-bottom: -1px;
  }

  .icon.in-link {
    display: inline-block;
    padding-left: 10px;
    font-size: 18.5px;
    line-height: 1em;
  }

  .padding-block {
    padding: 30px;
  }

  .burger-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    height: 60px;
    padding: 22px 10px 18px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    opacity: 0.4;
    -webkit-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
    cursor: pointer;
  }

  .burger-wrapper:hover {
    padding-top: 20px;
    padding-bottom: 16px;
    opacity: 1;
  }

  .burger-icon-bar {
    width: 100%;
    height: 2px;
    padding: 0px;
    background-color: #87888a;
  }

  .krisenbadge {
    left: auto;
    top: auto;
    right: 20px;
    bottom: 20px;
    display: none;
    max-width: 100%;
    padding: 16px;
    background-color: rgba(0, 0, 0, 0.94);
    box-shadow: 0 0 50px 0 rgba(16, 49, 78, 0.3);
  }

  .close-icon {
    width: 34px;
    height: 36px;
    margin-top: -14px;
    margin-right: -10px;
  }

  .x-line {
    width: 36px;
  }

  .button-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .button {
    height: 54px;
    padding-right: 24px;
    padding-left: 24px;
  }

  .nav-column {
    padding-right: 30px;
    padding-bottom: 15px;
  }

  .mobile-menu-responsive-hide {
    display: none;
  }

  .figcaption {
    padding-top: 1.8vw;
    padding-bottom: 3.6vw;
    font-size: 16px;
    line-height: 22px;
  }
}

@media screen and (max-width: 767px) {
  figcaption {
    font-size: 14px;
    line-height: 18px;
  }

  .navbar {
    height: 80px;
  }

  .section.full-screen-section {
    min-height: 540px;
  }

  .section.full-screen-teaser-section {
    height: auto;
    min-height: auto;
  }

  .section.article-image-section {
    height: auto;
    min-height: auto;
  }

  .section.hero-2-section {
    min-height: auto;
  }

  .hero-container {
    padding-top: 80px;
  }

  .hero-slider-wrapper {
    min-height: auto;
    padding-top: 0px;
  }

  .column-block {
    width: 100%;
    padding: 20px;
  }

  .column-block._1-3 {
    width: 100%;
  }

  .column-block._1-3.becomes-marginal-column {
    display: none;
  }

  .column-block.responsive-full-width {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .headline.m {
    padding-bottom: 20px;
    font-size: 28px;
  }

  .headline.l {
    padding-bottom: 20px;
    font-size: 6vw;
  }

  .headline.xs {
    font-size: 24px;
  }

  .headline.xs.teaser-head {
    padding-bottom: 20px;
  }

  .headline.l-as-quote {
    padding-bottom: 20px;
    font-size: 5vw;
  }

  .headline.xl {
    padding-bottom: 20px;
    font-size: 7vw;
  }

  .headline.m-as-quote {
    font-size: 28px;
  }

  .headline.xxs.xxs-as-quote {
    padding-bottom: 0px;
  }

  .headline.xxs.becomes-basic-text {
    font-size: 18px;
    line-height: 24px;
  }

  .headline.s.no-padding.responsive {
    font-size: 28px;
    line-height: 20px;
  }

  .absolute-image-wrapper {
    min-height: auto;
  }

  .teaser-image {
    height: 250px;
  }

  .column-wrapper {
    padding: 10px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }

  .column-wrapper.teaser-block-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }

  .slider-nav {
    top: 190px;
    margin-bottom: 20px;
    margin-left: 18px;
  }

  .column {
    width: 33.3333333%;
    padding: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .column.without-padding {
    width: 50%;
  }

  .column.footer {
    width: 25%;
  }

  .column.icon-column {
    width: 52px;
  }

  .trimet-logo {
    width: 90px;
    margin-bottom: 4px;
  }

  .navbar-menu-wrapper {
    margin-top: 80px;
  }

  .basic-text.text-headline {
    margin-bottom: 20px;
  }

  .left-arrow {
    top: 190px;
    margin-bottom: 20px;
    margin-left: 18px;
  }

  .right-arrow {
    top: 190px;
    margin-bottom: 20px;
    margin-left: 78px;
  }

  .arrow {
    height: 20px;
  }

  .responsive-alert {
    display: none;
  }

  .teaser-content-block {
    min-height: auto;
  }

  .vertical-divider-line.becomes-horizontal-divider {
    width: 100%;
    height: 1px;
  }

  .toggle-origin {
    padding-left: 20px;
  }

  .toggle-origin.language {
    padding-left: 10px;
  }

  .toggle-origin.language.w--open {
    margin-left: 10px;
  }

  .dropdown-origin.language:hover {
    box-shadow: none;
  }

  .navigation-menu-origin {
    width: 100%;
  }

  .list-wrap {
    margin-top: -40px;
  }

  .navigation-button-origin {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .navbar-second-level-link.m {
    margin-top: 0px;
    margin-bottom: 0em;
    margin-left: 0vw;
    font-size: 22px;
    line-height: 36px;
    letter-spacing: 0em;
  }

  .basic-table-row.head {
    color: #006bb3;
    font-size: 14px;
    line-height: 16px;
  }

  .table-block {
    overflow: scroll;
    width: 100%;
  }

  .list-link {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .intro-paragraph {
    font-size: 22px;
    line-height: 32px;
  }

  .image {
    position: relative;
    height: 100%;
    min-height: 300px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .image.in-foldout {
    height: auto;
    max-height: 300px;
  }

  .rich-text h3 {
    font-size: 22px;
  }

  .rich-text h2 {
    font-size: 24px;
  }

  .rich-text h4 {
    font-size: 20px;
  }

  .caption {
    font-size: 14px;
    line-height: 18px;
  }

  .image-slider {
    min-width: 480px;
  }

  .image-slide {
    min-width: 480px;
  }

  .mask {
    min-width: 480px;
  }

  .image-slider-nav {
    top: 10px;
    width: 120px;
    height: 40px;
  }

  .left-arrow-image-slider {
    top: 10px;
    right: 60px;
    width: 60px;
    height: 40px;
    padding-right: 10px;
    padding-left: 6px;
  }

  .right-arrow-image-slider {
    left: 60px;
    top: 10px;
    width: 60px;
    height: 40px;
    padding-right: 6px;
    padding-left: 10px;
  }

  .big-numbers {
    margin-left: -0.06em;
  }

  .big-numbers.lightblue {
    padding-bottom: 10px;
  }

  .ausklapper-column-block-toggle {
    padding: 20px;
  }

  .list {
    padding-left: 20px;
  }

  .portrait-image {
    max-height: 340px;
  }

  .portrait-image.in-foldout {
    height: 180px;
  }

  .basic-table-cell {
    padding-right: 8px;
  }

  .teaser-image-wrapper {
    position: relative;
    height: 180px;
    min-height: 200px;
    margin-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .teaser-image-wrapper.no-margin {
    max-height: 440px;
  }

  .teaser-image-wrapper.small-teaser {
    min-height: 180px;
  }

  .mini-text {
    font-size: 16px;
    line-height: 20px;
  }

  .icon.big-warning-icon {
    font-size: 40px;
  }

  .icon.in-button {
    margin-bottom: -1px;
  }

  .icon.in-link {
    padding-left: 6px;
  }

  .krisenbadge {
    left: 10px;
    top: auto;
    right: 10px;
    bottom: 10px;
    padding: 14px;
  }

  .button {
    height: 50px;
    padding-right: 22px;
    padding-left: 22px;
  }

  .nav-column {
    width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .figcaption {
    font-size: 14px;
    line-height: 18px;
  }
}

@media screen and (max-width: 479px) {
  figcaption {
    padding-top: 3.6vw;
    padding-bottom: 7.2vw;
  }

  .section.full-screen-section {
    min-height: auto;
  }

  .section.full-screen-teaser-section {
    min-height: auto;
  }

  .hero-shortlink-column {
    min-height: 440px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .column-block {
    overflow: hidden;
  }

  .column-block._1-3.teaser-link-block {
    width: 100%;
  }

  .column-block.hero-content {
    height: 100%;
  }

  .column-block.as-link-block {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .column-block.teaser-link-block {
    width: 100%;
  }

  .column-block.teaser-link-block.small-teaser {
    width: 100%;
  }

  .horizontal-divider-line.becomes-vertical-divider {
    width: 100%;
    height: 1px;
  }

  .headline.m {
    font-size: 24px;
  }

  .headline.m.lightblue {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .headline.l {
    font-size: 8vw;
  }

  .headline.xs {
    padding-bottom: 22px;
    font-size: 22px;
  }

  .headline.l-as-quote {
    font-size: 8vw;
  }

  .headline.xl {
    padding-bottom: 10px;
    font-size: 8vw;
  }

  .headline.m-as-quote {
    font-size: 24px;
  }

  .headline.xxs.becomes-basic-text {
    font-size: 16px;
    line-height: 22px;
    white-space: normal;
  }

  .headline.s.no-padding.responsive {
    font-size: 22px;
    line-height: 20px;
  }

  .absolute-image-wrapper {
    min-height: auto;
  }

  .teaser-image {
    height: 200px;
  }

  .column-wrapper {
    padding: 10px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .column-wrapper.teaser-block-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .slider-nav {
    top: 140px;
    width: 120px;
    height: 40px;
    margin-bottom: 10px;
    margin-left: 18px;
  }

  .column {
    width: 50%;
    padding: 10px;
  }

  .column.without-padding {
    width: 100%;
  }

  .column.footer {
    width: 50%;
  }

  .column.icon-column {
    width: 44px;
  }

  .navbar-menu-wrapper {
    margin-top: 80px;
  }

  .left-arrow {
    top: 140px;
    width: 60px;
    height: 40px;
    margin-bottom: 10px;
    margin-left: 18px;
  }

  .right-arrow {
    top: 140px;
    width: 60px;
    height: 40px;
    margin-bottom: 10px;
    margin-left: 78px;
  }

  .arrow {
    height: 20px;
  }

  .responsive-alert {
    display: none;
  }

  .toggle-origin {
    padding-right: 20px;
    padding-left: 20px;
  }

  .dropdown-origin.language:hover {
    background-color: transparent;
  }

  .list-wrap {
    padding-right: 0px;
    padding-left: 0px;
  }

  .nav-caret {
    margin-right: 0px;
  }

  .navbar-second-level-link.m {
    margin-top: 0px;
    margin-bottom: 0em;
    margin-left: 0vw;
  }

  .basic-table-row {
    min-width: 400px;
  }

  .basic-table-row.head {
    font-size: 14px;
    line-height: 16px;
  }

  .table-block {
    overflow: scroll;
  }

  .list-link {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .footer-text.light.white {
    font-size: 14px;
    line-height: 26px;
  }

  .footer-mini-text.light.white {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 14px;
    line-height: 26px;
  }

  .intro-paragraph {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 28px;
  }

  .image {
    max-width: none;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .image.in-foldout {
    max-height: 220px;
  }

  .rich-text {
    line-height: 24px;
  }

  .rich-text p {
    color: rgba(0, 0, 0, 0.6);
  }

  .rich-text h3 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .rich-text h2 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .rich-text h1 {
    font-size: 8vw;
  }

  .rich-text blockquote {
    font-size: 22px;
    line-height: 28px;
  }

  .image-slider {
    min-width: 320px;
  }

  .image-slide {
    min-width: 320px;
  }

  .mask {
    min-width: 320px;
  }

  .right-arrow-image-slider {
    left: 60px;
    margin-left: auto;
  }

  .ausklapper-toggle {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }

  .big-numbers.lightblue {
    padding-bottom: 10px;
  }

  .ausklapper-column-block {
    width: 100%;
  }

  .ausklapper-column-block-toggle {
    width: 100%;
    padding: 20px;
  }

  .dropdown-list-column-block.w--open {
    padding: 20px;
  }

  .list {
    padding-left: 20px;
  }

  .list-item {
    padding-left: 0px;
  }

  .basic-table-cell {
    padding-right: 6px;
  }

  .teaser-image-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-height: 450px;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .big-download-link-block {
    padding: 20px;
  }

  .icon.big-warning-icon {
    font-size: 32px;
  }

  .icon.in-button {
    margin-bottom: -1px;
  }

  .padding-block {
    padding: 20px;
  }

  .krisenbadge {
    padding: 10px;
  }

  .close-icon {
    width: 34px;
    margin-top: -10px;
    margin-right: -8px;
  }

  .x-line {
    width: 32px;
  }

  .button {
    height: 46px;
    margin-top: 4px;
    padding-right: 20px;
    padding-bottom: 1px;
    padding-left: 20px;
  }

  .nav-column {
    width: 100%;
    padding-bottom: 8px;
  }

  .figcaption {
    padding-top: 3.6vw;
    padding-bottom: 7.2vw;
  }
}

@font-face {
  font-family: 'Frutiger Neue';
  src: url('../fonts/7b578d9e-943f-440a-a4bb-9dba132c9071.woff2') format('woff2'), url('../fonts/1e289137-aace-4181-931d-e99901fa7f98.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Frutiger Neue';
  src: url('../fonts/2663ac04-3fc6-4d91-9009-17772fbdbe6a.woff2') format('woff2'), url('../fonts/e7756360-480b-4d32-9832-5f8fcb24aca0.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Frutiger Neue';
  src: url('../fonts/31be4d2d-6308-4e59-9b2f-a73475854ebc.woff2') format('woff2'), url('../fonts/2557409c-4e9e-43a9-8eea-8675839d030d.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Simple line icons';
  src: url('../fonts/Simple-Line-Icons.woff2') format('woff2'), url('../fonts/Simple-Line-Icons.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}