@charset "UTF-8";
/*!
 * TransnetBW Welt der Energie: NOVA-Prinzip Stylesheet
 *
 * @author die wegmeister https://www.die-wegmeister.com
 *
 */
/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "“" "”" "‘" "’";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* endif */
/**
 * die Wegmeister SASS functions
 */
/**
 * em function
 * @param  {px} $target gewünschte Pixelgröße
 * @param  {px} $base:  $base-font-size font-size des Elternelements
 * @return {em}         gewünschte Pixelgröße in em
 */
/**
 * die Wegmeister SASS mixins
 */
/**
 * Clearfix ab IE8
 */
.cf:after {
  content: "";
  display: table;
  clear: both;
}

/**
 * SASS Grid Generator
 *
 */
/**
 * Calculating the grid classes
 */
.wrapper {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.grid {
  margin-left: -20px;
}
.grid:after {
  content: "";
  display: table;
  clear: both;
}

.g12, .g11, .g10, .g9, .g8, .g7, .g6, .g5, .g4, .g3, .g2, .g1 {
  float: left;
  margin-left: 20px;
  min-height: 1px;
}

.g1 {
  width: 60px;
}

.g2 {
  width: 140px;
}

.g3 {
  width: 220px;
}

.g4 {
  width: 300px;
}

.g5 {
  width: 380px;
}

.g6 {
  width: 460px;
}

.g7 {
  width: 540px;
}

.g8 {
  width: 620px;
}

.g9 {
  width: 700px;
}

.g10 {
  width: 780px;
}

.g11 {
  width: 860px;
}

.g12 {
  width: 940px;
}

.o1 {
  margin-left: 100px;
}

.o2 {
  margin-left: 180px;
}

.o3 {
  margin-left: 260px;
}

.o4 {
  margin-left: 340px;
}

.o5 {
  margin-left: 420px;
}

.o6 {
  margin-left: 500px;
}

.o7 {
  margin-left: 580px;
}

.o8 {
  margin-left: 660px;
}

.o9 {
  margin-left: 740px;
}

.o10 {
  margin-left: 820px;
}

.o11 {
  margin-left: 900px;
}

/**
 * Lists
 */
.job-list ul li, .dash-list-box ul,
.dash-list, .link-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

/**
 * TransnetBW Base Module
 */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(css/ext/box-sizing.htc);
}

::-moz-selection {
  color: white;
  background: #bebd00;
  text-shadow: none;
}

::selection {
  color: white;
  background: #bebd00;
  text-shadow: none;
}

html {
  min-height: 100%;
  font-family: "TransnetBW-Regular", "Arial", sans-serif;
  font-size: 14px;
  line-height: 1.3571428571;
  color: #6f6f6f;
  text-rendering: optimizeLegibility;
}

p {
  margin: 0 0 1.2857142857em 0;
}

a {
  color: #bebd00;
  text-decoration: none;
}

img {
  vertical-align: middle;
}

.strong,
strong {
  font-family: "TransnetBW-Demi", "Arial", sans-serif;
  font-weight: 400;
}

video {
  background-color: #669198;
}

h1,
h2,
h3,
h4 {
  font-family: "TransnetBW-Demi", "Arial", sans-serif;
  font-weight: 400;
}

.alert {
  padding: 5px 10px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #FCF8E3;
  border: 1px solid #FBEED5;
}

.alert-success {
  color: #000 !important;
  background-color: #DFF0D8;
  border-color: #D6E9C6;
}

.alert-error {
  color: #B94A48 !important;
  background-color: #F2DEDE;
  border-color: #EED3D7;
}

.float-right {
  float: right !important;
}

.float-left {
  float: left !important;
}

.clear {
  clear: both !important;
}

.block-element {
  display: block;
}

.inline-block-element {
  display: inline-block;
}

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

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

.text-uppercase {
  text-transform: uppercase;
}

.text-none-uppercase {
  text-transform: none !important;
}

.relative {
  position: relative;
}

.hide {
  display: block;
  overflow: hidden;
  width: 0 !important;
  height: 0 !important;
  font-size: 0/0;
  padding: 0 !important;
  margin: 0 !important;
}

.mark {
  color: red !important;
  background-color: yellow !important;
}

.z-index_zero {
  z-index: 0;
}

.z-index_one {
  z-index: 1;
}

.vbox-overlay .vbox-container {
  max-width: 1600px;
  padding: 0 60px;
}

.bewerben {
  position: fixed;
  top: 750px;
}
.bewerben h3 {
  display: inline;
}
.bewerben img {
  display: inline;
  margin-bottom: 4px;
}

.pressekontakt {
  position: relative;
  height: 280px;
  color: #fff;
}
.pressekontakt .g3 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 220px;
  height: 280px;
}
.pressekontakt .contact {
  padding-top: 20px;
  position: relative;
  height: 280px;
  margin-bottom: 0;
}
.pressekontakt .contact .headline-small {
  color: #fff;
}
.pressekontakt .contact p {
  line-height: 1.3571428571em;
}
.pressekontakt .contact a {
  color: #fff;
}
.pressekontakt .contact a:hover {
  color: #bebd00;
}
.pressekontakt .box-bottom {
  position: absolute;
  left: 0;
  bottom: 16px;
  right: 16px;
  margin: 0;
}

.pressemeldung h3 {
  font-family: "TransnetBW-Demi", "Arial", sans-serif;
  font-weight: 400;
}
.pressemeldung a h2 {
  color: #6f6f6f;
  font-family: "TransnetBW-Demi", "Arial", sans-serif;
  font-weight: 400;
}
.pressemeldung a p {
  color: #6f6f6f;
}
.pressemeldung h2:hover {
  color: #669198;
}

.presseBilder {
  display: block;
  float: left;
  overflow: hidden;
  margin: 0 20px 20px 0;
}
.presseBilder.pos-right {
  margin-right: 0;
}
.presseBilder a {
  display: block;
}
.presseBilder img {
  width: 100px;
  margin: 0 0 5px 0;
}

.abc-head {
  font-size: 1.2307692308em;
  font-family: "TransnetBW-Regular", "Arial", sans-serif;
  color: #004754;
  display: block;
  text-indent: -9999px;
}

.glossarFirst {
  height: 0px;
}

.abc-list {
  background-color: #fff;
  width: 100%;
  height: 88px;
  position: relative;
  padding-top: 34px;
}
.abc-list span {
  padding: 0 2px;
  height: 24px;
  color: #bbb;
  text-align: center;
  font-size: 26px;
  font-family: "TransnetBW-Regular", "Arial", sans-serif;
  text-align: center;
}
.abc-list .activeLetter:hover span {
  color: #669198;
}
.abc-list .inactive:hover {
  cursor: default;
}
.abc-list .active span {
  color: #bebd00;
}

.standorte-vcard a[href^=mailto] {
  color: #004754;
}
.standorte-vcard img {
  width: 300px;
}

.box-portrait.box-karriere-jobs {
  height: 940px;
}
.box-portrait.box-karriere-jobs h3 {
  margin-bottom: 18px;
}
.box-portrait.box-karriere-jobs .box-karriere-category-wrapper {
  left: 16px;
}
.box-portrait.box-karriere-jobs .box-karriere-category-wrapper.first-item {
  bottom: auto;
  top: 40px;
}
.box-portrait.box-karriere-jobs .box-karriere-category-wrapper.last-item {
  bottom: 0;
  position: absolute;
}
.box-portrait.box-karriere-jobs .box-karriere-category-wrapper .text-small {
  font-size: 14px;
  margin-top: 9px;
}
.box-portrait.box-karriere-jobs .box-karriere-category-wrapper .text-small a:before {
  padding-right: 0.92857em;
}
.box-portrait.box-karriere-jobs a {
  text-transform: none;
}
.box-portrait.box-karriere-jobs .more-link {
  position: absolute;
  bottom: 0px;
  display: block;
  height: 60px;
  line-height: 60px;
  margin: 36px 0 0 -16px;
  padding: 0 0 0 18px;
  font-family: "TransnetBW-Regular", "Arial", sans-serif;
  font-size: 1.1428571429em;
  text-transform: uppercase;
  color: #fff !important;
  -webkit-font-smoothing: antialiased;
}
.box-portrait.box-karriere-jobs .more-link:hover {
  color: #bebd00 !important;
}

.box-karriere-kontakt .spacer-top {
  margin-top: 105px;
}

.sr-special-margin-left h3 {
  margin-left: -80px;
}

.sr-special-margin-left ol {
  margin-left: -80px;
}

.square-pic-links-with-title {
  display: block;
  overflow: hidden;
  width: 220px;
  height: 190px;
  margin-bottom: 36px;
}
.square-pic-links-with-title:hover img {
  opacity: 0.9;
}
.square-pic-links-with-title img {
  margin-bottom: 9px;
}
.square-pic-links-with-title p {
  margin: 0;
}
.square-pic-links-with-title .link-info {
  display: block;
}
.square-pic-links-with-title .link-info i {
  font-style: normal;
  padding: 0 5px;
}

.wrapper.spacer-top.spacer-top-overview-page .sr-special ul {
  margin-bottom: 2em;
  list-style: none;
}
.wrapper.spacer-top.spacer-top-overview-page .sr-special ul li {
  color: #669198;
  line-height: 24px;
  text-indent: -1.23077em;
}
.wrapper.spacer-top.spacer-top-overview-page .sr-special ul li:before {
  content: "/";
  padding-right: 0.78571em;
}

.venobox {
  display: block;
}

.nav-fixed .vbox-open .nav {
  display: none;
}

.vbox-title {
  height: auto;
}

.venobox img {
  margin-bottom: 9px;
}

.vbox-overlay {
  background-color: rgba(30, 30, 30, 0.96);
}

.vbox-num,
.vbox-title,
.vbox-close {
  background-color: transparent;
}

.video__wrapper {
  position: relative;
  display: block;
  height: 0;
  padding: 0 0 56.25%;
  overflow: hidden;
  max-width: 1160px;
}
.video__wrapper .video,
.video__wrapper .mejs-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  background-color: transparent;
}
.video__wrapper .mejs-poster,
.video__wrapper .mejs-overlay {
  width: 100% !important;
  max-width: 940px;
  height: 100% !important;
  max-height: 528px;
}

.video__wrapper--birkenfeld .mejs-poster,
.video__wrapper--birkenfeld .mejs-overlay {
  width: 100% !important;
  max-width: none;
  height: 100% !important;
  max-height: none;
}
.video__wrapper--birkenfeld video {
  width: 100%;
  height: auto;
}

@media all and (min-width: 1024px) {
  .video__wrapper--birkenfeld .mejs-mediaelement {
    top: -1px;
    left: -1px;
  }
}
.headline-big--netzwerkbw {
  font-size: 54px !important;
  line-height: 68px !important;
}

@media all and (max-width: 767px) {
  .headline-big--netzwerkbw {
    font-size: 34px !important;
    line-height: 38px !important;
  }
}

/**
 * TransnetBW Text Module
 */
.link {
  color: #bebd00;
}
.link .link-info {
  display: block;
  font-size: 0.9285714286em;
  color: #bebd00;
}
.link .link-info i {
  color: #bebd00;
  font-style: normal;
  padding: 0 5px;
}
.link .link-info-inline {
  font-size: 0.9285714286em;
  color: #bebd00;
  padding-left: 2px;
}
.link .link-info-inline i {
  color: #bebd00;
  font-style: normal;
  padding: 0 5px;
}
.link:hover {
  color: #669198;
}
.link:hover .link-info,
.link:hover .link-info-inline {
  color: #669198;
}

div .link.dash .link-info {
  margin-left: 18px;
}

p .link.dash .link-info {
  margin-left: 1em;
}

p.p-continue-reading .close-reading {
  display: none;
}
p.p-continue-reading.collapsed {
  display: block;
  position: relative;
}
p.p-continue-reading.collapsed span.continue-reading span.continue-reading-background {
  padding-left: 0px;
  background-color: #ffffff;
}
p.p-continue-reading.collapsed span.continue-reading span.continue-reading-background a {
  padding-left: 10px;
  outline: 0;
}
p.p-continue-reading.expanded {
  height: auto;
}
p.p-continue-reading.expanded span.continue-reading {
  display: none;
}
p.p-continue-reading--hide-followers.collapsed ~ * {
  display: none;
}
p.p-continue-reading-crisis {
  line-height: 28px;
}
p.p-continue-reading-crisis.collapsed {
  display: block;
  position: relative;
  overflow: hidden;
  height: 84px;
  /* 3 lines: 3 * line-height -> 84px */
}
p.p-continue-reading-crisis.collapsed span.continue-reading {
  position: absolute;
  top: 0;
  right: 0;
}
p.p-continue-reading-crisis.collapsed span.continue-reading span.continue-reading-background {
  padding-left: 0px;
  background-color: #ffffff;
}
p.p-continue-reading-crisis.collapsed span.continue-reading span.continue-reading-background a {
  padding-left: 10px;
  outline: 0;
}
p.p-continue-reading-crisis.collapsed span.close-reading {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
}
p.p-continue-reading-crisis.expanded {
  display: block;
  position: relative;
  height: auto;
}
p.p-continue-reading-crisis.expanded span.continue-reading {
  display: none;
}
p.p-continue-reading-crisis.expanded span.close-reading {
  position: absolute;
  bottom: 0;
  right: 0;
}

li a .link-info {
  padding-left: 1.1538461538em;
}

.link-list {
  margin-bottom: 2.0769230769em;
}
.link-list .link-info {
  display: block;
  color: #bebd00;
  line-height: 1;
  padding-top: 1px;
}
.link-list .link-info i {
  color: #bebd00;
  font-style: normal;
  padding: 0 5px;
}
.link-list .link-info-inline {
  color: #bebd00;
}
.link-list .link-info-inline i {
  color: #bebd00;
  font-style: normal;
  padding: 0 5px;
}
.link-list li {
  margin: 0 0 1.0714285714em 0;
}
.link-list a {
  color: #bebd00;
}
.link-list a:hover {
  color: #669198;
}
.link-list a:hover .link-info,
.link-list a:hover .link-info-inline {
  color: #669198;
}
.link-list a:before {
  content: "/";
  padding-right: 0.9285714286em;
}
.link-list.link-list-jobs .link-info {
  display: inline-block;
}

.dash:before {
  content: "/";
  padding-right: 0.9285714286em;
}
.dash-block {
  position: relative;
  padding-left: 0.9285714286em;
}
.dash-block:before {
  content: "/";
  position: absolute;
  left: 0;
  padding-right: 0;
}

h4.dash {
  padding-left: 1.3076923077em;
  text-indent: -1.3076923077em;
}

p .dash {
  padding-left: 2px;
}
p .dash:before {
  padding-right: 4px;
}

.dash-links a:before {
  content: "/";
  padding-right: 0.9285714286em;
}
.dash-links li {
  padding-left: 1.4615384615em;
  text-indent: -1.2307692308em;
  margin-bottom: 9px;
}
.dash-links li:last-child {
  margin-bottom: 0 !important;
}

.link-list.dash-links a:before {
  content: "/";
  padding-right: 0.7857142857em;
}

.dash-list-box ul,
.dash-list {
  margin-top: 0px;
  margin-bottom: 0.6428571429em;
  padding-left: 1.6153846154em;
  text-indent: -1.4615384615em;
}
.dash-list-box ul .dash-list-box li,
.dash-list-box ul li,
.dash-list .dash-list-box li,
.dash-list li {
  margin-bottom: 9px;
}
.dash-list-box ul > li:before,
.dash-list > li:before {
  content: "/";
  padding-right: 0.9285714286em;
  color: #bebd00;
}
.dash-list-box ul.dash-list-special h4,
.dash-list.dash-list-special h4 {
  display: inline;
  color: #bebd00;
}
.dash-list-box ul.dash-list-special p,
.dash-list.dash-list-special p {
  text-indent: 0;
}

.all-jobs h4 {
  color: #6f6f6f;
}
.all-jobs h4:hover {
  color: #669198;
}

.job-list ul {
  padding-left: 0;
}
.job-list ul li {
  margin-top: 0px;
  margin-bottom: 0.6428571429em;
  padding-left: 1.6153846154em;
  text-indent: -1.4615384615em;
}
.job-list ul li:before {
  content: "/";
  padding-right: 0.9285714286em;
  color: #bebd00;
}
.job-list h2 {
  color: #bebd00;
  text-transform: uppercase;
  font-size: 24px;
  margin-bottom: 0;
}

.hText {
  font-size: 16px;
  line-height: 24px;
}

.bewerben h3 {
  color: #004754;
  text-transform: uppercase;
}

.orderd-list {
  margin-top: 0;
  padding-left: 16px;
}
.orderd-list > li {
  margin-bottom: 9px;
  padding-left: 9px;
}

.headline-big {
  width: 100%;
  color: #004754;
  text-transform: uppercase;
  font-size: 5em;
  line-height: 1.0285714286em;
  margin: 0 0 1.5428571429em 0;
}

.headline-middle {
  margin: 1.5416666667em 0 0.5833333333em 0;
  font-size: 2em;
  line-height: 1.1666666667em;
  text-transform: uppercase;
  color: #004754;
}

.headline-normal {
  margin: 1.5416666667em 0 0.5833333333em 0;
  font-size: 1.7142857143em;
  line-height: 1.1666666667em;
  text-transform: uppercase;
  color: #bebd00;
}

.headline-small {
  margin: 0;
  color: #bebd00;
  font-size: 1em;
  line-height: 1.2928571429em;
  padding-bottom: 1px;
}
.headline-small small {
  font-size: 50%;
  padding-left: 20px;
}

.headline-small.gray {
  color: #bbb;
}

.headline-underlined {
  color: #bbb;
  font-family: "TransnetBW-Regular", "Arial", sans-serif;
  font-weight: normal;
  font-size: 13px;
  padding-bottom: 0.2142857143em;
  border-bottom: 1px solid #669198;
  margin-bottom: 1.5714285714em;
}

.headline-table {
  font-size: 3.0769230769em;
  line-height: 1.125em;
}
.headline-table.headline-diagramm {
  padding-left: 6em;
  margin: 2px 0 0 0;
}
.headline-table small {
  padding-left: 0;
}

.headline-graph {
  font-size: 3.0769230769em;
  line-height: 1.125em;
}
.headline-graph.headline-diagramm {
  padding-left: 6em;
  margin: 2px 0 0 0;
}
.headline-graph small {
  padding-left: 0;
}

.headline-job-detail {
  font-size: 3.0769230769em;
  line-height: 1.075em;
}

.number, .number-petrol {
  color: #bebd00;
  font-size: 4.5714285714em;
  font-family: "TransnetBW-Regular", "Arial", sans-serif;
  line-height: 1;
  padding-bottom: 0;
  margin-bottom: 0;
}
.number span, .number-petrol span {
  font-size: 0.28125em;
}

.number-petrol {
  font-size: 3.9285714286em;
  font-family: "TransnetBW-Regular", "Arial", sans-serif;
  color: #004754;
}
.number-petrol span {
  font-size: 0.3272727273em;
}

.datepicker-prev,
.datepicker-next {
  overflow: hidden;
  height: 50px;
}

.datepicker-prev span,
.datepicker-next span {
  display: block;
  float: left;
  height: 50px;
  margin-left: 10px;
  font-size: 1.7142857143em;
  line-height: 50px;
  color: #e5e599;
}

.datepicker-prev a,
.datepicker-next a {
  display: block;
  float: left;
}

.text-sidebar {
  line-height: 1.1428571429em;
  color: #bbb;
}
.text-sidebar .link.dash {
  display: inline-block;
}
.text-sidebar .headline-small {
  color: #bebd00;
  line-height: 1.1538461538em;
}

.text-table p {
  line-height: 1.2307692308em;
}
.text-table .headline-small {
  margin-top: 0;
}

p.text-small {
  font-size: 0.7692307692em;
  line-height: 15px;
  color: #bbb;
}

.text-big {
  font-size: 2em;
  line-height: 1.2142857143em;
  color: #fff;
}

.search.vcard {
  float: none;
  margin-left: 0;
}

.presseBilder p {
  font-size: 11px;
  margin: 0;
}

.presse-back-link {
  margin: 0.5714285714em 0 3.5714285714em 5.7142857143em;
}
.presse-back-link i {
  float: left;
  margin: 0 0 0 -28px;
}
.presse-back-link a {
  display: block;
  height: 23px;
  line-height: 23px;
  color: #bbb;
  font-family: "TransnetBW-Regular", "Arial", sans-serif;
  font-weight: normal;
  font-size: 0.8571428571em;
  vertical-align: top;
}

.max-lastverlauf strong {
  float: left;
}
.max-lastverlauf .number-date,
.max-lastverlauf .number-time {
  display: inline-block;
  float: left;
  padding: 10px 0 0 8px;
}
.max-lastverlauf .number-time {
  padding-top: 4px;
}

.entgelt-rechenbeispiel .row {
  float: left;
  width: 100%;
  clear: both;
  margin: 0;
  padding: 0 0 9px 0;
}
.entgelt-rechenbeispiel .value,
.entgelt-rechenbeispiel .operator,
.entgelt-rechenbeispiel .text {
  display: block;
  float: left;
}
.entgelt-rechenbeispiel .value {
  width: 160px;
}
.entgelt-rechenbeispiel .operator {
  width: 70px;
}
.entgelt-rechenbeispiel .text {
  width: 300px;
  margin-left: 160px;
}
.entgelt-rechenbeispiel .border-top {
  border-top: 1px solid #bbb;
  padding-top: 8px;
}

.vbox-overlay *, .vbox-overlay *:before, .vbox-overlay *:after {
  -webkit-backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.vbox-overlay {
  background: #fdfdfd;
  background: rgba(0, 0, 0, 0.85);
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 999;
  opacity: 0;
  overflow-x: hidden;
  overflow-y: auto;
}

.vbox-preloader {
  position: fixed;
  width: 32px;
  height: 32px;
  left: 50%;
  top: 50%;
  margin-left: -16px;
  margin-top: -16px;
  background-image: url(../images/venobox/preload-circle.png);
  text-indent: -100px;
  overflow: hidden;
  -webkit-animation: playload 1.4s steps(18) infinite;
  -moz-animation: playload 1.4s steps(18) infinite;
  -ms-animation: playload 1.4s steps(18) infinite;
  -o-animation: playload 1.4s steps(18) infinite;
  animation: playload 1.4s steps(18) infinite;
}

@-webkit-keyframes playload {
  from {
    background-position: 0px;
  }
  to {
    background-position: -576px;
  }
}
@-moz-keyframes playload {
  from {
    background-position: 0px;
  }
  to {
    background-position: -576px;
  }
}
@-ms-keyframes playload {
  from {
    background-position: 0px;
  }
  to {
    background-position: -576px;
  }
}
@-o-keyframes playload {
  from {
    background-position: 0px;
  }
  to {
    background-position: -576px;
  }
}
@keyframes playload {
  from {
    background-position: 0px;
  }
  to {
    background-position: -576px;
  }
}
/*.vbox-preloader{
    position:fixed;
    width:32px;
    height:32px;
    left:50%;
    top:50%;
    margin-left:-16px;
    margin-top:-16px;
    background-image: url(../images/venobox/preload-ios.png);
    text-indent: -100px;
    overflow: hidden;
    -webkit-animation: playload 1.4s steps(12) infinite;
       -moz-animation: playload 1.4s steps(12) infinite;
        -ms-animation: playload 1.4s steps(12) infinite;
         -o-animation: playload 1.4s steps(12) infinite;
            animation: playload 1.4s steps(12) infinite;
}

@-webkit-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -384px; }
}
@-moz-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -384px; }
}
@-ms-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -384px; }
}
@-o-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -384px; }
}
@keyframes playload {
   from { background-position:    0px; }
     to { background-position: -384px; }
}
*/
/*
.vbox-preloader{
    position:fixed;
    width:32px;
    height:11px;
    left:50%;
    top:50%;
    margin-left:-16px;
    margin-top:-16px;
    background-image: url(../images/venobox/preload-dots.png);
    text-indent: -100px;
    overflow: hidden;
    -webkit-animation: playload 1.4s steps(24) infinite;
       -moz-animation: playload 1.4s steps(24) infinite;
        -ms-animation: playload 1.4s steps(24) infinite;
         -o-animation: playload 1.4s steps(24) infinite;
            animation: playload 1.4s steps(24) infinite;
}

@-webkit-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -768px; }
}
@-moz-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -768px; }
}
@-ms-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -768px; }
}
@-o-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -768px; }
}
@keyframes playload {
   from { background-position:    0px; }
     to { background-position: -768px; }
}
*/
/*
.vbox-preloader{
    position:fixed;
    width:32px;
    height:10px;
    left:50%;
    top:50%;
    margin-left:-16px;
    margin-top:-16px;
    background-image: url(../images/venobox/preload-quads.png);
    text-indent: -100px;
    overflow: hidden;
    -webkit-animation: playload 1.4s steps(12) infinite;
       -moz-animation: playload 1.4s steps(12) infinite;
        -ms-animation: playload 1.4s steps(12) infinite;
         -o-animation: playload 1.4s steps(12) infinite;
            animation: playload 1.4s steps(12) infinite;
}
@-webkit-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -384px; }
}
@-moz-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -384px; }
}
@-ms-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -384px; }
}
@-o-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -384px; }
}
@keyframes playload {
   from { background-position:    0px; }
     to { background-position: -384px; }
}
*/
.vbox-close {
  cursor: pointer;
  position: fixed;
  top: -1px;
  right: 0;
  width: 46px;
  height: 40px;
  padding: 10px 20px 10px 0;
  display: block;
  background: url(../images/venobox/close.gif) no-repeat #161617;
  background-position: 10px center;
  color: #fff;
  text-indent: -100px;
  overflow: hidden;
}

.vbox-next, .vbox-prev {
  box-sizing: content-box;
  cursor: pointer;
  position: fixed;
  top: 50%;
  color: #fff;
  width: 30px;
  height: 170px;
  margin-top: -85px;
  text-indent: -100px;
  border: solid transparent;
  /* Using border instead of padding to keep bg image in place */
  overflow: hidden;
}

.vbox-prev {
  left: 0;
  border-width: 0 30px 0 10px;
  background: url(../images/venobox/prev.gif) center center no-repeat;
}

.vbox-next {
  right: 0;
  border-width: 0 10px 0 30px;
  background: url(../images/venobox/next.gif) center center no-repeat;
}

.vbox-title {
  width: 100%;
  height: 40px;
  float: left;
  text-align: center;
  line-height: 28px;
  color: #fff;
  padding: 6px 40px;
  overflow: hidden;
  background: #161617;
  position: fixed;
  display: none;
  top: -1px;
  left: 0;
}

.vbox-num {
  cursor: pointer;
  position: fixed;
  top: -1px;
  left: 0;
  height: 40px;
  display: block;
  color: #fff;
  overflow: hidden;
  line-height: 28px;
  font-size: 12px;
  padding: 6px 10px;
  background: #161617;
  display: none;
}

.vbox-inline {
  width: 420px;
  height: 315px;
  padding: 10px;
  background: #fff;
  text-align: left;
  margin: 0 auto;
  overflow: auto;
}

.venoframe {
  border: none;
  width: 960px;
  height: 720px;
}

@media (max-width: 992px) {
  .venoframe {
    width: 640px;
    height: 480px;
  }
}
@media (max-width: 767px) {
  .venoframe {
    width: 420px;
    height: 315px;
  }
}
@media (max-width: 460px) {
  .vbox-inline {
    width: 100%;
  }

  .venoframe {
    width: 100%;
    height: 260px;
  }
}
.vbox-open {
  overflow: hidden;
}

.vbox-container {
  position: relative;
  background: #000;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.vbox-content {
  text-align: center;
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.vbox-container img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 600px) {
  .page--presse .yumpu-lightbox-image {
    pointer-events: auto !important;
  }
}
.page--presse .vbox-overlay .vbox-container {
  padding: 0 !important;
  margin: 0 !important;
  max-width: none;
}
.page--presse .vbox-overlay .vbox-content {
  margin: 0 !important;
}
.page--presse .vbox-overlay iframe {
  height: 99vh !important;
}
.page--presse .vbox-overlay .vbox-close {
  top: 40px;
  padding-right: 0;
}
@media (max-width: 600px) {
  .page--presse .vbox-overlay .vbox-close {
    top: 5px;
  }
}
.page--presse .vbox-overlay .venoframe {
  width: 100vw;
  height: 100vh;
}

body:before {
  position: absolute;
  z-index: -1;
  top: -10000em;
  left: -10000em;
  color: #fff;
  background-color: transparent;
}

.toggle {
  cursor: pointer;
}
.toggle__slider {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 25px;
  margin: 0 5px;
  background: #e5ecee;
  border-radius: 12.5px;
  vertical-align: middle;
}
@media (min-width: 1024px) {
  .toggle__slider {
    height: 35px;
    width: 80px;
    border-radius: 17.5px;
  }
}
.toggle__knob {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  background: #d3d332;
  border: 2px solid #bebd00;
  box-sizing: border-box;
  will-change: transform;
  transition: transform 0.25s ease-in-out;
}
@media (min-width: 1024px) {
  .toggle__knob {
    height: 35px;
    width: 35px;
  }
}
.toggle--on .toggle__knob {
  transform: translateX(35px);
}
@media (min-width: 1024px) {
  .toggle--on .toggle__knob {
    transform: translateX(45px);
  }
}
.toggle__value {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  max-width: 100px;
  text-align: center;
}
@media (min-width: 375px) {
  .toggle__value {
    max-width: none;
    text-align: left;
  }
}
@media (min-width: 640px) {
  .toggle__value {
    font-size: 14px;
  }
}
@media (min-width: 1024px) {
  .toggle__value {
    font-size: 16px;
  }
}
.toggle:not(.toggle--on) .toggle__value--off, .toggle--on .toggle__value--on {
  color: #bebd00;
  font-weight: bold;
}

#grid-displayer {
  display: none !important;
}

body:before {
  position: absolute;
  z-index: -1;
  top: -10000em;
  left: -10000em;
  color: #fff;
  background-color: transparent;
}

html {
  font-size: 1em;
}
@media (min-width: 1024px) {
  html {
    font-size: 1.1em;
  }
}

body {
  background-color: #014655;
}

.petrol {
  color: #004754;
}

.petrol-light {
  color: #669198;
}

.lime {
  color: #bebd00;
}

.lime-light {
  color: #e5e599;
}

a {
  font-family: "TransnetBW-Regular", "Arial", sans-serif;
}

.relative {
  position: relative;
}

.clearfix:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0px;
}

.container-fluid {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

@media only screen and (min-width: 681px) {
  .container-fluid {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 961px) {
  .container-fluid {
    width: 80%;
  }
}
@media only screen and (min-width: 1361px) {
  .container-fluid {
    max-width: 1440px;
    width: 80%;
  }
}
.wrapper {
  max-width: 100%;
  width: 940px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1361px) {
  .wrapper {
    margin-right: auto;
    margin-left: auto;
    width: 1230px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

.headline-small {
  font-size: 18px;
  margin: 0;
}

.headline-normal {
  text-transform: uppercase;
  color: #fff;
  font-size: 24px;
  line-height: 1.14;
  margin: 0;
}
@media (min-width: 1024px) {
  .headline-normal {
    font-size: 40px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1280px) {
  .headline-normal {
    font-size: 46px;
  }
}

.headline-smaller {
  color: #e5e599;
  font-size: 24px;
  line-height: 1.14;
  margin: 0;
}
@media (min-width: 1024px) {
  .headline-smaller {
    font-size: 28px;
    margin-bottom: 20px;
  }
}

.text-wrapper p {
  font-size: 18px;
  line-height: 1.5;
}

br.hidden-xs {
  display: none;
}
@media (min-width: 640px) {
  br.hidden-xs {
    display: inline-block;
  }
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 640px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1520px) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 639px) {
  .container {
    max-width: 380px;
  }
}
@media (min-width: 640px) {
  .container {
    width: 630px;
  }
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 1024px) {
  .container {
    width: 990px;
  }
}
@media (min-width: 1280px) {
  .container {
    width: 1230px;
  }
}
@media (min-width: 1520px) {
  .container {
    width: 1480px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}
@media (min-width: 640px) {
  .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1520px) {
  .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.row {
  margin-left: -10px;
  margin-right: -10px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

@media (min-width: 640px) {
  .row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (min-width: 1520px) {
  .row {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.col-xs-1, .col-sm-1, .col-sl-1 .col-md-1, .col-lg-1, .col-xl-1, .col-xs-2, .col-sm-2, .col-sl-2, .col-md-2, .col-lg-2, .col-xl-2, .col-xs-3, .col-sm-3, .col-sl-3, .col-md-3, .col-lg-3, .col-xl-3, .col-xs-4, .col-sm-4, .col-sl-4, .col-md-4, .col-lg-4, .col-xl-4, .col-xs-5, .col-sm-5, .col-sl-5, .col-md-5, .col-lg-5, .col-xl-5, .col-xs-6, .col-sm-6, .col-sl-6, .col-md-6, .col-lg-6, .col-xl-6, .col-xs-7, .col-sm-7, .col-sl-7, .col-md-7, .col-lg-7, .col-xl-7, .col-xs-8, .col-sm-8, .col-sl-8, .col-md-8, .col-lg-8, .col-xl-8, .col-xs-9, .col-sm-9, .col-sl-9, .col-md-9, .col-lg-9, .col-xl-9, .col-xs-10, .col-sm-10, .col-sl-10, .col-md-10, .col-lg-10, .col-xl-10, .col-xs-11, .col-sm-11, .col-sl-11, .col-md-11, .col-lg-11, .col-xl-11, .col-xs-12, .col-sm-12, .col-sl-12, .col-md-12, .col-lg-12, .col-xl-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 640px) {
  .col-xs-1, .col-sm-1, .col-sl-1 .col-md-1, .col-lg-1, .col-xl-1, .col-xs-2, .col-sm-2, .col-sl-2, .col-md-2, .col-lg-2, .col-xl-2, .col-xs-3, .col-sm-3, .col-sl-3, .col-md-3, .col-lg-3, .col-xl-3, .col-xs-4, .col-sm-4, .col-sl-4, .col-md-4, .col-lg-4, .col-xl-4, .col-xs-5, .col-sm-5, .col-sl-5, .col-md-5, .col-lg-5, .col-xl-5, .col-xs-6, .col-sm-6, .col-sl-6, .col-md-6, .col-lg-6, .col-xl-6, .col-xs-7, .col-sm-7, .col-sl-7, .col-md-7, .col-lg-7, .col-xl-7, .col-xs-8, .col-sm-8, .col-sl-8, .col-md-8, .col-lg-8, .col-xl-8, .col-xs-9, .col-sm-9, .col-sl-9, .col-md-9, .col-lg-9, .col-xl-9, .col-xs-10, .col-sm-10, .col-sl-10, .col-md-10, .col-lg-10, .col-xl-10, .col-xs-11, .col-sm-11, .col-sl-11, .col-md-11, .col-lg-11, .col-xl-11, .col-xs-12, .col-sm-12, .col-sl-12, .col-md-12, .col-lg-12, .col-xl-12 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1520px) {
  .col-xs-1, .col-sm-1, .col-sl-1 .col-md-1, .col-lg-1, .col-xl-1, .col-xs-2, .col-sm-2, .col-sl-2, .col-md-2, .col-lg-2, .col-xl-2, .col-xs-3, .col-sm-3, .col-sl-3, .col-md-3, .col-lg-3, .col-xl-3, .col-xs-4, .col-sm-4, .col-sl-4, .col-md-4, .col-lg-4, .col-xl-4, .col-xs-5, .col-sm-5, .col-sl-5, .col-md-5, .col-lg-5, .col-xl-5, .col-xs-6, .col-sm-6, .col-sl-6, .col-md-6, .col-lg-6, .col-xl-6, .col-xs-7, .col-sm-7, .col-sl-7, .col-md-7, .col-lg-7, .col-xl-7, .col-xs-8, .col-sm-8, .col-sl-8, .col-md-8, .col-lg-8, .col-xl-8, .col-xs-9, .col-sm-9, .col-sl-9, .col-md-9, .col-lg-9, .col-xl-9, .col-xs-10, .col-sm-10, .col-sl-10, .col-md-10, .col-lg-10, .col-xl-10, .col-xs-11, .col-sm-11, .col-sl-11, .col-md-11, .col-lg-11, .col-xl-11, .col-xs-12, .col-sm-12, .col-sl-12, .col-md-12, .col-lg-12, .col-xl-12 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.333333%;
}

.col-xs-2 {
  width: 16.666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.333333%;
}

.col-xs-5 {
  width: 41.666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.333333%;
}

.col-xs-8 {
  width: 66.666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.333333%;
}

.col-xs-11 {
  width: 91.666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.333333%;
}

.col-xs-pull-2 {
  right: 16.666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.333333%;
}

.col-xs-pull-5 {
  right: 41.666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.333333%;
}

.col-xs-pull-8 {
  right: 66.666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.333333%;
}

.col-xs-pull-11 {
  right: 91.666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.333333%;
}

.col-xs-push-2 {
  left: 16.666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.333333%;
}

.col-xs-push-5 {
  left: 41.666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.333333%;
}

.col-xs-push-8 {
  left: 66.666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.333333%;
}

.col-xs-push-11 {
  left: 91.666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.333333%;
}

.col-xs-offset-2 {
  margin-left: 16.666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.333333%;
}

.col-xs-offset-5 {
  margin-left: 41.666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.333333%;
}

.col-xs-offset-8 {
  margin-left: 66.666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.333333%;
}

.col-xs-offset-11 {
  margin-left: 91.666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 640px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.333333%;
  }

  .col-sm-2 {
    width: 16.666667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.333333%;
  }

  .col-sm-5 {
    width: 41.666667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.333333%;
  }

  .col-sm-8 {
    width: 66.666667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.333333%;
  }

  .col-sm-11 {
    width: 91.666667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.333333%;
  }

  .col-sm-pull-2 {
    right: 16.666667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.333333%;
  }

  .col-sm-pull-5 {
    right: 41.666667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.333333%;
  }

  .col-sm-pull-8 {
    right: 66.666667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.333333%;
  }

  .col-sm-pull-11 {
    right: 91.666667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.333333%;
  }

  .col-sm-push-2 {
    left: 16.666667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.333333%;
  }

  .col-sm-push-5 {
    left: 41.666667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.333333%;
  }

  .col-sm-push-8 {
    left: 66.666667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.333333%;
  }

  .col-sm-push-11 {
    left: 91.666667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.333333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.666667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.333333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.666667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.333333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.666667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.333333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.666667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 768px) {
  .col-sl-1, .col-sl-2, .col-sl-3, .col-sl-4, .col-sl-5, .col-sl-6, .col-sl-7, .col-sl-8, .col-sl-9, .col-sl-10, .col-sl-11, .col-sl-12 {
    float: left;
  }

  .col-sl-1 {
    width: 8.333333%;
  }

  .col-sl-2 {
    width: 16.666667%;
  }

  .col-sl-3 {
    width: 25%;
  }

  .col-sl-4 {
    width: 33.333333%;
  }

  .col-sl-5 {
    width: 41.666667%;
  }

  .col-sl-6 {
    width: 50%;
  }

  .col-sl-7 {
    width: 58.333333%;
  }

  .col-sl-8 {
    width: 66.666667%;
  }

  .col-sl-9 {
    width: 75%;
  }

  .col-sl-10 {
    width: 83.333333%;
  }

  .col-sl-11 {
    width: 91.666667%;
  }

  .col-sl-12 {
    width: 100%;
  }

  .col-sl-pull-0 {
    right: auto;
  }

  .col-sl-pull-1 {
    right: 8.333333%;
  }

  .col-sl-pull-2 {
    right: 16.666667%;
  }

  .col-sl-pull-3 {
    right: 25%;
  }

  .col-sl-pull-4 {
    right: 33.333333%;
  }

  .col-sl-pull-5 {
    right: 41.666667%;
  }

  .col-sl-pull-6 {
    right: 50%;
  }

  .col-sl-pull-7 {
    right: 58.333333%;
  }

  .col-sl-pull-8 {
    right: 66.666667%;
  }

  .col-sl-pull-9 {
    right: 75%;
  }

  .col-sl-pull-10 {
    right: 83.333333%;
  }

  .col-sl-pull-11 {
    right: 91.666667%;
  }

  .col-sl-pull-12 {
    right: 100%;
  }

  .col-sl-push-0 {
    left: auto;
  }

  .col-sl-push-1 {
    left: 8.333333%;
  }

  .col-sl-push-2 {
    left: 16.666667%;
  }

  .col-sl-push-3 {
    left: 25%;
  }

  .col-sl-push-4 {
    left: 33.333333%;
  }

  .col-sl-push-5 {
    left: 41.666667%;
  }

  .col-sl-push-6 {
    left: 50%;
  }

  .col-sl-push-7 {
    left: 58.333333%;
  }

  .col-sl-push-8 {
    left: 66.666667%;
  }

  .col-sl-push-9 {
    left: 75%;
  }

  .col-sl-push-10 {
    left: 83.333333%;
  }

  .col-sl-push-11 {
    left: 91.666667%;
  }

  .col-sl-push-12 {
    left: 100%;
  }

  .col-sl-offset-0 {
    margin-left: 0%;
  }

  .col-sl-offset-1 {
    margin-left: 8.333333%;
  }

  .col-sl-offset-2 {
    margin-left: 16.666667%;
  }

  .col-sl-offset-3 {
    margin-left: 25%;
  }

  .col-sl-offset-4 {
    margin-left: 33.333333%;
  }

  .col-sl-offset-5 {
    margin-left: 41.666667%;
  }

  .col-sl-offset-6 {
    margin-left: 50%;
  }

  .col-sl-offset-7 {
    margin-left: 58.333333%;
  }

  .col-sl-offset-8 {
    margin-left: 66.666667%;
  }

  .col-sl-offset-9 {
    margin-left: 75%;
  }

  .col-sl-offset-10 {
    margin-left: 83.333333%;
  }

  .col-sl-offset-11 {
    margin-left: 91.666667%;
  }

  .col-sl-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1024px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.333333%;
  }

  .col-md-2 {
    width: 16.666667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.333333%;
  }

  .col-md-5 {
    width: 41.666667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.333333%;
  }

  .col-md-8 {
    width: 66.666667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.333333%;
  }

  .col-md-11 {
    width: 91.666667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.333333%;
  }

  .col-md-pull-2 {
    right: 16.666667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.333333%;
  }

  .col-md-pull-5 {
    right: 41.666667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.333333%;
  }

  .col-md-pull-8 {
    right: 66.666667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.333333%;
  }

  .col-md-pull-11 {
    right: 91.666667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.333333%;
  }

  .col-md-push-2 {
    left: 16.666667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.333333%;
  }

  .col-md-push-5 {
    left: 41.666667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.333333%;
  }

  .col-md-push-8 {
    left: 66.666667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.333333%;
  }

  .col-md-push-11 {
    left: 91.666667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.333333%;
  }

  .col-md-offset-2 {
    margin-left: 16.666667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.333333%;
  }

  .col-md-offset-5 {
    margin-left: 41.666667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.333333%;
  }

  .col-md-offset-8 {
    margin-left: 66.666667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.333333%;
  }

  .col-md-offset-11 {
    margin-left: 91.666667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1280px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.333333%;
  }

  .col-lg-2 {
    width: 16.666667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.333333%;
  }

  .col-lg-5 {
    width: 41.666667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.333333%;
  }

  .col-lg-8 {
    width: 66.666667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.333333%;
  }

  .col-lg-11 {
    width: 91.666667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.333333%;
  }

  .col-lg-pull-2 {
    right: 16.666667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.333333%;
  }

  .col-lg-pull-5 {
    right: 41.666667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.333333%;
  }

  .col-lg-pull-8 {
    right: 66.666667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.333333%;
  }

  .col-lg-pull-11 {
    right: 91.666667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.333333%;
  }

  .col-lg-push-2 {
    left: 16.666667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.333333%;
  }

  .col-lg-push-5 {
    left: 41.666667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.333333%;
  }

  .col-lg-push-8 {
    left: 66.666667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.333333%;
  }

  .col-lg-push-11 {
    left: 91.666667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.333333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.666667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.333333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.666667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.333333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.666667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.333333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.666667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1520px) {
  .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    float: left;
  }

  .col-xl-1 {
    width: 8.333333%;
  }

  .col-xl-2 {
    width: 16.666667%;
  }

  .col-xl-3 {
    width: 25%;
  }

  .col-xl-4 {
    width: 33.333333%;
  }

  .col-xl-5 {
    width: 41.666667%;
  }

  .col-xl-6 {
    width: 50%;
  }

  .col-xl-7 {
    width: 58.333333%;
  }

  .col-xl-8 {
    width: 66.666667%;
  }

  .col-xl-9 {
    width: 75%;
  }

  .col-xl-10 {
    width: 83.333333%;
  }

  .col-xl-11 {
    width: 91.666667%;
  }

  .col-xl-12 {
    width: 100%;
  }

  .col-xl-pull-0 {
    right: auto;
  }

  .col-xl-pull-1 {
    right: 8.333333%;
  }

  .col-xl-pull-2 {
    right: 16.666667%;
  }

  .col-xl-pull-3 {
    right: 25%;
  }

  .col-xl-pull-4 {
    right: 33.333333%;
  }

  .col-xl-pull-5 {
    right: 41.666667%;
  }

  .col-xl-pull-6 {
    right: 50%;
  }

  .col-xl-pull-7 {
    right: 58.333333%;
  }

  .col-xl-pull-8 {
    right: 66.666667%;
  }

  .col-xl-pull-9 {
    right: 75%;
  }

  .col-xl-pull-10 {
    right: 83.333333%;
  }

  .col-xl-pull-11 {
    right: 91.666667%;
  }

  .col-xl-pull-12 {
    right: 100%;
  }

  .col-xl-push-0 {
    left: auto;
  }

  .col-xl-push-1 {
    left: 8.333333%;
  }

  .col-xl-push-2 {
    left: 16.666667%;
  }

  .col-xl-push-3 {
    left: 25%;
  }

  .col-xl-push-4 {
    left: 33.333333%;
  }

  .col-xl-push-5 {
    left: 41.666667%;
  }

  .col-xl-push-6 {
    left: 50%;
  }

  .col-xl-push-7 {
    left: 58.333333%;
  }

  .col-xl-push-8 {
    left: 66.666667%;
  }

  .col-xl-push-9 {
    left: 75%;
  }

  .col-xl-push-10 {
    left: 83.333333%;
  }

  .col-xl-push-11 {
    left: 91.666667%;
  }

  .col-xl-push-12 {
    left: 100%;
  }

  .col-xl-offset-0 {
    margin-left: 0%;
  }

  .col-xl-offset-1 {
    margin-left: 8.333333%;
  }

  .col-xl-offset-2 {
    margin-left: 16.666667%;
  }

  .col-xl-offset-3 {
    margin-left: 25%;
  }

  .col-xl-offset-4 {
    margin-left: 33.333333%;
  }

  .col-xl-offset-5 {
    margin-left: 41.666667%;
  }

  .col-xl-offset-6 {
    margin-left: 50%;
  }

  .col-xl-offset-7 {
    margin-left: 58.333333%;
  }

  .col-xl-offset-8 {
    margin-left: 66.666667%;
  }

  .col-xl-offset-9 {
    margin-left: 75%;
  }

  .col-xl-offset-10 {
    margin-left: 83.333333%;
  }

  .col-xl-offset-11 {
    margin-left: 91.666667%;
  }

  .col-xl-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1280px) {
  .mt-0 {
    margin-top: 0px !important;
  }

  .mr-0 {
    margin-right: 0px !important;
  }

  .mb-0 {
    margin-bottom: 0px !important;
  }

  .ml-0 {
    margin-left: 0px !important;
  }
}
@media (min-width: 1280px) {
  .mt-1 {
    margin-top: 10px !important;
  }

  .mr-1 {
    margin-right: 10px !important;
  }

  .mb-1 {
    margin-bottom: 10px !important;
  }

  .ml-1 {
    margin-left: 10px !important;
  }
}
@media (min-width: 1280px) {
  .mt-2 {
    margin-top: 20px !important;
  }

  .mr-2 {
    margin-right: 20px !important;
  }

  .mb-2 {
    margin-bottom: 20px !important;
  }

  .ml-2 {
    margin-left: 20px !important;
  }
}
@media (min-width: 1280px) {
  .mt-3 {
    margin-top: 30px !important;
  }

  .mr-3 {
    margin-right: 30px !important;
  }

  .mb-3 {
    margin-bottom: 30px !important;
  }

  .ml-3 {
    margin-left: 30px !important;
  }
}
@media (min-width: 1280px) {
  .mt-4 {
    margin-top: 40px !important;
  }

  .mr-4 {
    margin-right: 40px !important;
  }

  .mb-4 {
    margin-bottom: 40px !important;
  }

  .ml-4 {
    margin-left: 40px !important;
  }
}
@media (min-width: 1280px) {
  .mt-5 {
    margin-top: 50px !important;
  }

  .mr-5 {
    margin-right: 50px !important;
  }

  .mb-5 {
    margin-bottom: 50px !important;
  }

  .ml-5 {
    margin-left: 50px !important;
  }
}
@media (min-width: 1280px) {
  .mt-6 {
    margin-top: 60px !important;
  }

  .mr-6 {
    margin-right: 60px !important;
  }

  .mb-6 {
    margin-bottom: 60px !important;
  }

  .ml-6 {
    margin-left: 60px !important;
  }
}
@media (min-width: 1280px) {
  .mt-7 {
    margin-top: 70px !important;
  }

  .mr-7 {
    margin-right: 70px !important;
  }

  .mb-7 {
    margin-bottom: 70px !important;
  }

  .ml-7 {
    margin-left: 70px !important;
  }
}
@media (min-width: 1280px) {
  .mt-8 {
    margin-top: 80px !important;
  }

  .mr-8 {
    margin-right: 80px !important;
  }

  .mb-8 {
    margin-bottom: 80px !important;
  }

  .ml-8 {
    margin-left: 80px !important;
  }
}
@media (min-width: 1280px) {
  .mt-9 {
    margin-top: 90px !important;
  }

  .mr-9 {
    margin-right: 90px !important;
  }

  .mb-9 {
    margin-bottom: 90px !important;
  }

  .ml-9 {
    margin-left: 90px !important;
  }
}
@media (min-width: 1280px) {
  .mt-10 {
    margin-top: 100px !important;
  }

  .mr-10 {
    margin-right: 100px !important;
  }

  .mb-10 {
    margin-bottom: 100px !important;
  }

  .ml-10 {
    margin-left: 100px !important;
  }
}
.totop {
  display: none;
}
@media (min-width: 1024px) {
  .totop {
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: auto;
    height: 100px;
    z-index: 500;
    color: #bebd00;
    padding: 8px;
    text-transform: uppercase;
    text-align: center;
  }
  .totop .svg-icon-totop {
    fill: #bebd00;
    height: 65px;
    position: absolute;
    bottom: 0;
    left: 7px;
    right: 0;
  }
  .totop:hover {
    cursor: pointer;
  }
  .totop span {
    display: inline;
    text-align: center;
    font-size: 12px;
  }
  .totop:hover {
    text-decoration: none;
    border-bottom: none;
  }
}

.back-button {
  margin-left: 1em;
  float: left;
}
.back-button a {
  font-family: "TransnetBW-Regular", "Arial", sans-serif;
  font-size: 12px;
  font-size: 0.7em;
  text-transform: uppercase;
  display: inline-block;
  padding: 1em;
  color: #fff;
}
.back-button a:before {
  content: "<";
  vertical-align: -0.12em;
  color: #bebd00;
  padding-right: 0.4em;
  font-size: 2em;
  font-weight: normal;
}
.back-button a:hover {
  text-decoration: none;
  border: none;
}

.anim {
  position: relative;
  transform: translateZ(0);
  z-index: 10;
}
.anim__info {
  position: absolute;
  width: 200px;
  font-size: 0.85em;
  z-index: 3;
  pointer-events: none;
  visibility: hidden;
  transform: scale(0);
  transform-origin: top left;
  will-change: transform, transition, z-index;
  transition: transform 0.1s ease-out, visibility 0s 0.4s;
}
@media (min-width: 768px) {
  .anim__info {
    width: 350px;
  }
}
.anim__info:hover {
  z-index: 4;
}
.anim__info--right {
  width: 200px;
  transform-origin: top right;
  z-index: 1;
}
@media (min-width: 768px) {
  .anim__info--right {
    width: 325px;
  }
}
.anim--showInfos .anim__info {
  visibility: visible;
  transform: scale(1);
  transition: transform 0.35s cubic-bezier(0.485, 1.535, 0.44, 0.995);
}
.anim--showInfos .anim__info:nth-of-type(1) {
  transition: transform 0.35s cubic-bezier(0.485, 1.535, 0.44, 0.995) 90ms;
}
.anim--showInfos .anim__info:nth-of-type(2) {
  transition: transform 0.35s cubic-bezier(0.485, 1.535, 0.44, 0.995) 180ms;
}
.anim--showInfos .anim__info:nth-of-type(3) {
  transition: transform 0.35s cubic-bezier(0.485, 1.535, 0.44, 0.995) 270ms;
}
.anim--showInfos .anim__info:nth-of-type(4) {
  transition: transform 0.35s cubic-bezier(0.485, 1.535, 0.44, 0.995) 360ms;
}
@keyframes scaling {
  from {
    -webkit-transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.08);
  }
}
.anim__info:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 42px;
  height: 42px;
  margin: -21px;
  background: rgba(255, 255, 255, 0.67);
  border: 3px solid #bebd00;
  border-radius: 50%;
  box-sizing: border-box;
  pointer-events: all;
  animation: scaling 600ms infinite alternate;
}
.anim__info--right:before {
  left: auto;
  right: 0;
}
.anim__info:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 11px;
  height: 11px;
  transform: translate(-50%, -50%);
  background: #bebd00;
  border: 2px solid white;
  border-radius: 50%;
  box-sizing: border-box;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}
.anim__info--right:after {
  left: -10px;
  transform: translate(50%, -50%);
}
.anim--netzoptimierung .anim__info--right:after, .anim--netzverstaerkung .anim__info--right:after {
  right: 0;
  left: auto;
}
.anim__info p {
  visibility: hidden;
  opacity: 0;
  transform: translateX(-20px);
  margin-bottom: 0;
  padding-bottom: 10px;
  transition: transform 0.3s cubic-bezier(0.77, 0.075, 0.775, 0.63), opacity 0.3s, visibility 0s 0.3s;
  will-change: transform, opacity, visibility;
}
.anim__info--right p {
  transform: translateX(20px);
}
.anim__info:hover p {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
  transition: transform 0.5s 0.2s cubic-bezier(0.185, 0.845, 0.215, 1), opacity 0.4s 0.2s linear, visibility;
}
.anim__info-block {
  padding: 0 15px;
  background-color: transparent;
  border: 2px solid transparent;
  min-height: 110px;
  transform: translateX(-30px);
  transition: background-color 0.25s 0s linear, border-color 0.25s 0s linear, transform 0.5s 0s cubic-bezier(0.595, 0, 0.95, 0.62);
  will-change: background-color, border-color, transform;
}
.anim__info-block p {
  font-size: 12px !important;
  margin-bottom: 0 !important;
}
.anim__info:hover .anim__info-block {
  background-color: white;
  border-color: #bebd00;
  transform: translateX(0px);
  transition: background-color 0.25s 0.05s linear, border-color 0.25s 0.15s linear, transform 0.75s 0.1s cubic-bezier(0.245, 0.695, 0.235, 0.995);
}
.anim__info--right .anim__info-block {
  transform: translateX(30px);
}
.anim__headline {
  color: #bebd00;
  font-family: "TransnetBW-Regular", "Arial", sans-serif;
  margin: 0 0 0 -1px;
  padding: 10px 0;
}
.anim__headline span {
  display: inline-block;
  visibility: hidden;
  opacity: 0;
  transform: translateX(-50px);
  will-change: transform, opacity, visibility;
  transition: transform 0.38s cubic-bezier(0.77, 0.075, 0.775, 0.63), opacity 0.3s, visibility 0s 0.3s;
}
.anim__info--right .anim__headline span {
  transform: translateX(50px);
}
.anim__info:hover .anim__headline span {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
  transition: transform 0.5s 0.145s cubic-bezier(0.185, 0.845, 0.215, 1), opacity 0.4s 0.145s linear, visibility;
}
.anim video {
  width: 100%;
  background: white;
}

.anim--netzoptimierung {
  position: relative;
  width: 100%;
  padding-bottom: 90%;
}
@media (min-width: 1024px) {
  .anim--netzoptimierung {
    width: 500px;
    height: 450px;
    padding-bottom: 0;
    margin-top: -100px;
  }
}
@media (min-width: 1280px) {
  .anim--netzoptimierung {
    width: 560px;
    height: 500px;
    margin-top: -150px;
  }
}
@media (min-width: 1280px) and (max-width: 1519px) and (min-height: 600px) and (max-height: 800px) {
  .anim--netzoptimierung {
    transform: scale(0.9);
    margin-top: -180px;
  }
  .anim--netzoptimierung + .anim__block {
    margin-top: -76px;
    margin-bottom: 10px;
    max-width: 480px;
    height: 180px;
    width: 100%;
  }
  .anim--netzoptimierung + .anim__block .anim__block-desc {
    bottom: 0px;
  }
}

.nova-netzoptimierung-svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.nova-netzoptimierung-svg .st0 {
  fill: #BEBD00;
}
.nova-netzoptimierung-svg .st1 {
  fill: #004754;
}
.nova-netzoptimierung-svg .st2 {
  fill: none;
  stroke: #024754;
  stroke-linecap: round;
  stroke-miterlimit: 10;
}
.nova-netzoptimierung-svg .st3 {
  fill: none;
  stroke: #024754;
  stroke-linecap: round;
  stroke-linejoin: bevel;
  stroke-miterlimit: 10;
}
.nova-netzoptimierung-svg .st4 {
  fill: none;
  stroke: #BEBD00;
  stroke-width: 2;
  stroke-miterlimit: 10;
}
.nova-netzoptimierung-svg .st5 {
  fill: none;
}
.nova-netzoptimierung-svg .st6 {
  font-family: "TransnetBW-Regular", "Arial", sans-serif;
}
.nova-netzoptimierung-svg .st7 {
  font-size: 14px;
}
.nova-netzoptimierung-svg .st8 {
  font-size: 25px;
}
.nova-netzoptimierung-svg .st11 {
  fill: none;
  stroke: #004754;
  stroke-width: 2;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
.nova-netzoptimierung-svg #funk,
.nova-netzoptimierung-svg #verbindung .line--1,
.nova-netzoptimierung-svg #verbindung .line--2,
.nova-netzoptimierung-svg #verbindung .line--3,
.nova-netzoptimierung-svg #verbindung .circle {
  opacity: 0;
}
.nova-netzoptimierung-svg #typo .text {
  font-family: "TransnetBW-Regular", "Arial", sans-serif;
  font-size: 14px;
  fill: #bebd00;
}

.anim__block {
  position: relative;
  width: 100%;
  max-width: 400px;
  height: 220px;
  margin-left: 0;
  margin-top: -53px;
  margin-bottom: 20px;
  transform: translateZ(0);
  background-image: url("../images/timeline--off.png");
  background-position: 0px 0px;
  background-repeat: repeat-x;
  animation: animatedBackground 12s linear infinite;
}
@media (min-width: 1024px) {
  .anim__block {
    width: 400px;
    height: 210px;
    margin-left: 46px;
    margin-top: -53px;
  }
}
@media (min-width: 1280px) {
  .anim__block {
    width: 420px;
  }
}
.anim__block.toggle {
  z-index: 20;
  background-image: url("../images/timeline-mobile--on.png");
  margin-top: -38px;
}
@media (min-width: 1024px) {
  .anim__block.toggle {
    background-image: url("../images/timeline--on.png");
    margin-top: -55px;
  }
}

@keyframes animatedBackground {
  to {
    background-position: 100% 0;
  }
}
.anim__block-value {
  position: absolute;
  left: 5px;
  top: 65px;
  font-family: "TransnetBW-Regular", "Arial", sans-serif;
  font-weight: normal;
  font-size: 26px;
  color: #004754;
}
.anim__block.toggle .anim__block-value {
  top: 40px;
}
@media (min-width: 1024px) {
  .anim__block.toggle .anim__block-value {
    top: 65px;
  }
}
.anim__block-value i {
  font-style: normal;
}
.anim__block-value .unit {
  font-size: 16px;
}

.anim__block-desc {
  position: absolute;
  bottom: 10px;
}
@media (min-width: 1024px) {
  .anim__block-desc {
    bottom: 30px;
  }
}
.anim__block-desc p {
  font-size: 14px !important;
  margin-bottom: 0 !important;
}

.anim__block-value i.value--2,
.anim__block-desc p.desc--2 {
  display: none;
}

.anim__block.toggle .anim__block-desc {
  bottom: 5px;
}
@media (min-width: 1024px) {
  .anim__block.toggle .anim__block-desc {
    bottom: -5px;
  }
}

.anim__block.toggle .anim__block-value i.value--1,
.anim__block.toggle .anim__block-value p.desc--1,
.anim__block.toggle .anim__block-desc i.value--1,
.anim__block.toggle .anim__block-desc p.desc--1 {
  display: none;
}
.anim__block.toggle .anim__block-value i.value--2,
.anim__block.toggle .anim__block-value p.desc--2,
.anim__block.toggle .anim__block-desc i.value--2,
.anim__block.toggle .anim__block-desc p.desc--2 {
  display: inline-block;
}

.netzausbaukarte-text-wrapper {
  z-index: 2;
  position: relative;
}
@media (min-width: 1024px) {
  .netzausbaukarte-text-wrapper {
    margin-left: 40px;
    margin-bottom: -35px;
  }
}
@media (min-width: 1280px) {
  .netzausbaukarte-text-wrapper {
    margin-left: 50px;
    margin-bottom: -15px;
  }
}
@media (min-width: 1520px) {
  .netzausbaukarte-text-wrapper {
    margin-bottom: -50px;
  }
}
@media (min-width: 1280px) and (max-width: 1439px) and (min-height: 750px) and (max-height: 1000px) {
  .netzausbaukarte-text-wrapper {
    margin-top: -100px;
  }
}
@media (min-width: 1280px) and (max-width: 1519px) and (min-height: 600px) and (max-height: 800px) {
  .netzausbaukarte-text-wrapper {
    margin-top: -100px;
  }
}
@media (min-width: 1148px) and (max-width: 1439px) and (min-height: 750px) and (max-height: 960px) {
  .ie .netzausbaukarte-text-wrapper {
    margin-top: -100px;
  }
}

.netzausbaukarte-svg-tooltip-wrapper {
  position: relative;
  z-index: 1;
  padding-bottom: 140%;
}
@media (min-width: 768px) {
  .netzausbaukarte-svg-tooltip-wrapper {
    margin-top: -100px;
    padding-bottom: 120%;
  }
}
@media (min-width: 1024px) {
  .netzausbaukarte-svg-tooltip-wrapper {
    padding-bottom: 100%;
    transform-origin: bottom right;
    transform: scale(0.96);
    margin-top: -100px;
  }
}
@media (min-width: 1280px) {
  .netzausbaukarte-svg-tooltip-wrapper {
    transform: scale(0.98);
    margin-top: -180px;
  }
}
@media (min-width: 1520px) {
  .netzausbaukarte-svg-tooltip-wrapper {
    transform: scale(0.9);
    margin-top: -200px;
  }
}
@media (min-width: 1280px) and (max-width: 1519px) and (max-height: 1000px) {
  .netzausbaukarte-svg-tooltip-wrapper {
    transform: scale(0.9);
    margin-top: -240px;
  }
}
@media (min-width: 1280px) and (max-width: 1519px) and (min-height: 600px) and (max-height: 800px) {
  .netzausbaukarte-svg-tooltip-wrapper {
    transform: scale(0.74);
    margin-top: -320px;
  }
}
@media (min-width: 1440px) and (min-height: 750px) and (max-height: 990px) {
  .netzausbaukarte-svg-tooltip-wrapper {
    transform: scale(0.8);
    margin-top: -320px;
  }
}

.netzausbaukarte-svg {
  position: absolute;
  top: 0;
  right: -20px;
  bottom: 0;
  height: 100%;
  z-index: 5;
}
@media (min-width: 1024px) {
  .netzausbaukarte-svg {
    right: 0;
  }
}
.netzausbaukarte-svg .st0 {
  display: none;
  fill: #FFFFFF;
}
.netzausbaukarte-svg .st1 {
  fill: none;
}
.netzausbaukarte-svg .st2 {
  fill: #DCDA88;
}
.netzausbaukarte-svg .st3 {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 0.629;
  stroke-miterlimit: 10;
}
.netzausbaukarte-svg .st4 {
  fill: none;
  stroke: #A5C1C9;
  stroke-width: 0.629;
  stroke-miterlimit: 10;
}
.netzausbaukarte-svg .st5 {
  fill: #F4F3DA;
}
.netzausbaukarte-svg .st6 {
  fill: #E5E599;
}
.netzausbaukarte-svg .st7 {
  fill: #CCDADD;
}
.netzausbaukarte-svg .st8 {
  fill: #F2F2CC;
}
.netzausbaukarte-svg .st9 {
  fill: #F9F7DE;
}
.netzausbaukarte-svg .st10 {
  fill: #D8D766;
}
.netzausbaukarte-svg .st11 {
  fill: #FFFFFF;
}
.netzausbaukarte-svg .st12 {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 0.5;
  stroke-miterlimit: 10;
}
.netzausbaukarte-svg .st13 {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 0.629;
  stroke-miterlimit: 2;
}
.netzausbaukarte-svg .st14 {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 0.629;
  stroke-miterlimit: 3.864;
}
.netzausbaukarte-svg .st15 {
  fill: #DB9E36;
}
.netzausbaukarte-svg .st16 {
  font-family: "TransnetBW-Regular", "Arial", sans-serif;
}
.netzausbaukarte-svg .st17 {
  font-size: 8px;
}
.netzausbaukarte-svg .st18 {
  fill: #99B5BB;
}
.netzausbaukarte-svg .st19 {
  fill: #669198;
}
.netzausbaukarte-svg .st20 {
  fill: #004754;
}
.netzausbaukarte-svg .st21 {
  fill: #004755;
}
.netzausbaukarte-svg .st22 {
  fill: #CCCCCC;
}
.netzausbaukarte-svg .st23 {
  fill: #3D3C3C;
}
.netzausbaukarte-svg .st24 {
  font-size: 11px;
}
.netzausbaukarte-svg .st25 {
  font-size: 6px;
}

.section__content p.netzausbaukarte__info {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.3;
  z-index: 10;
}
@media (min-width: 1024px) {
  .section__content p.netzausbaukarte__info {
    max-width: 90%;
    padding-right: 40px;
  }
}

.netzausbaukarte__legend {
  margin: 0;
  padding: 0;
  z-index: 7;
}
@media (min-width: 1280px) {
  .netzausbaukarte__legend {
    margin-top: 20px;
  }
}
.netzausbaukarte__legend li {
  list-style-type: none;
  padding: 0;
  font-size: 12px;
  line-height: 1.5;
  color: #000;
}
.netzausbaukarte__legend .color {
  display: block;
  float: left;
  height: 10px;
  width: 30px;
  margin-top: 5px;
  margin-right: 5px;
}
.netzausbaukarte__legend .circle {
  display: block;
  float: left;
  height: 19px;
  width: 19px;
  border: 3px solid #004754;
  border-radius: 50%;
  background-color: #fff;
  margin-left: 6px;
  margin-right: 9px;
}
.netzausbaukarte__legend .circle:after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #004754;
  margin: 3px;
}
.netzausbaukarte__legend .color--1 {
  background-color: #004754;
}
.netzausbaukarte__legend .color--2 {
  background-color: #669198;
}
.netzausbaukarte__legend .color--3 {
  background-color: #99b5bb;
}
.netzausbaukarte__legend .color--4 {
  background-color: #9E9F9E;
}
.netzausbaukarte__legend .color--5 {
  background-color: #EEEFCF;
}
.netzausbaukarte__legend .color--6 {
  background-color: #CED286;
}

.netzausbaukarte-svg-tooltip-wrapper .tooltip {
  position: absolute;
  width: 260px;
  width: 0;
  z-index: 6;
}
.netzausbaukarte-svg-tooltip-wrapper .tooltip.is--visible {
  z-index: 20;
}
.netzausbaukarte-svg-tooltip-wrapper .tooltip .tooltip__circle {
  display: block;
  width: 42px;
  height: 42px;
  position: absolute;
}
.netzausbaukarte-svg-tooltip-wrapper .tooltip .tooltip__circle:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 42px;
  height: 42px;
  background: rgba(255, 255, 255, 0.67);
  border: 3px solid #bebd00;
  border-radius: 50%;
  box-sizing: border-box;
  animation: scaling 600ms infinite alternate;
}
.netzausbaukarte-svg-tooltip-wrapper .tooltip .tooltip__circle:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 11px;
  height: 11px;
  transform: translate(-50%, -50%);
  background: #bebd00;
  border: 2px solid white;
  border-radius: 50%;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}
.netzausbaukarte-svg-tooltip-wrapper .tooltip .tooltip__circle:hover {
  cursor: pointer;
}
.netzausbaukarte-svg-tooltip-wrapper .tooltip .tooltip__circle--topright {
  right: -20px;
  top: -20px;
}
.netzausbaukarte-svg-tooltip-wrapper .tooltip .tooltip__circle--topleft {
  left: -20px;
  top: -20px;
}
.netzausbaukarte-svg-tooltip-wrapper .tooltip .tooltip__circle--bottomright {
  right: -20px;
  bottom: -20px;
}
.netzausbaukarte-svg-tooltip-wrapper .tooltip .tooltip__circle--bottomleft {
  left: -20px;
  bottom: -20px;
}
.netzausbaukarte-svg-tooltip-wrapper .tooltip .tooltip__headline {
  font-size: 16px;
  color: #bebd00;
  margin: 20px 0 10px 0;
}
.netzausbaukarte-svg-tooltip-wrapper .tooltip.tooltip--3 .tooltip__headline {
  margin-top: 15px;
}
.netzausbaukarte-svg-tooltip-wrapper .tooltip.tooltip--4 .tooltip__headline {
  margin-top: 0;
}
.netzausbaukarte-svg-tooltip-wrapper .tooltip .tooltip__text {
  font-size: 12px;
  margin-bottom: 0 !important;
  margin-left: 50px;
}
.netzausbaukarte-svg-tooltip-wrapper .tooltip.tooltip--4 .tooltip__text {
  margin-left: 0;
}
.netzausbaukarte-svg-tooltip-wrapper .tooltip .tooltip__content {
  border: 2px solid #bebd00;
  padding: 15px;
  background-color: #fff;
  display: none;
  position: relative;
}
.netzausbaukarte-svg-tooltip-wrapper .tooltip.is--visible .tooltip__content {
  position: absolute;
  display: block;
  width: 320px;
}
.netzausbaukarte-svg-tooltip-wrapper .tooltip .tooltip__close {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  font-size: 24px;
  line-height: 1;
  text-align: center;
}
.netzausbaukarte-svg-tooltip-wrapper .tooltip.tooltip--open-topright .tooltip__content {
  transform: translate(-65%, -40%);
}
@media (min-width: 1024px) {
  .netzausbaukarte-svg-tooltip-wrapper .tooltip.tooltip--open-topright .tooltip__content {
    transform: translate(-100%, 0);
  }
}
.netzausbaukarte-svg-tooltip-wrapper .tooltip.tooltip--3.tooltip--open-topright .tooltip__content {
  transform: translate(-90%, -40%);
}
@media (min-width: 1024px) {
  .netzausbaukarte-svg-tooltip-wrapper .tooltip.tooltip--3.tooltip--open-topright .tooltip__content {
    transform: translate(-100%, 0);
  }
}
.netzausbaukarte-svg-tooltip-wrapper .tooltip.tooltip--open-bottomleft .tooltip__content {
  transform: translate(-25%, -120%);
}
@media (min-width: 1024px) {
  .netzausbaukarte-svg-tooltip-wrapper .tooltip.tooltip--open-bottomleft .tooltip__content {
    transform: translate(0, -100%);
  }
}
.netzausbaukarte-svg-tooltip-wrapper .tooltip.tooltip--open-bottomright .tooltip__content {
  transform: translate(-35%, -60%);
}
@media (min-width: 1024px) {
  .netzausbaukarte-svg-tooltip-wrapper .tooltip.tooltip--open-bottomright .tooltip__content {
    transform: translate(-100%, -100%);
  }
}
.netzausbaukarte-svg-tooltip-wrapper .tooltip.tooltip--1 {
  bottom: 38%;
  right: 64%;
}
@media (min-width: 768px) {
  .netzausbaukarte-svg-tooltip-wrapper .tooltip.tooltip--1 {
    bottom: 38%;
    right: 64%;
  }
}
@media (min-width: 1024px) {
  .netzausbaukarte-svg-tooltip-wrapper .tooltip.tooltip--1 {
    bottom: 38%;
    right: 54%;
  }
}
.netzausbaukarte-svg-tooltip-wrapper .tooltip.tooltip--2 {
  bottom: 49%;
  right: 35%;
}
@media (min-width: 768px) {
  .netzausbaukarte-svg-tooltip-wrapper .tooltip.tooltip--2 {
    bottom: 50%;
    right: 27%;
  }
}
.netzausbaukarte-svg-tooltip-wrapper .tooltip.tooltip--3 {
  bottom: 45%;
  right: 12%;
}
@media (min-width: 768px) {
  .netzausbaukarte-svg-tooltip-wrapper .tooltip.tooltip--3 {
    bottom: 45%;
    right: 12%;
  }
}
.netzausbaukarte-svg-tooltip-wrapper .tooltip.tooltip--4 {
  bottom: 14%;
  right: 72%;
}
@media (min-width: 768px) {
  .netzausbaukarte-svg-tooltip-wrapper .tooltip.tooltip--4 {
    bottom: 14%;
    right: 62%;
  }
}

.netzausbaukarte-svg-tooltip-wrapper .tooltip-svg {
  width: 40px;
  height: auto;
  float: left;
  margin: 0 10px 10px 0;
}

.netzausbaukarte-svg-tooltip-wrapper .tooltip-svg--flora .st0 {
  fill: #004754;
}
.netzausbaukarte-svg-tooltip-wrapper .tooltip-svg--flora .st1 {
  fill: #BEBD00;
}

.netzausbaukarte-svg-tooltip-wrapper .tooltip-svg--wald .st0 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #BEBD00;
}
.netzausbaukarte-svg-tooltip-wrapper .tooltip-svg--wald .st1 {
  fill: #004754;
}

.netzausbaukarte-svg-tooltip-wrapper .tooltip-svg--ballungsraum .st0 {
  fill: #BEBD00;
}
.netzausbaukarte-svg-tooltip-wrapper .tooltip-svg--ballungsraum .st1 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #004754;
}
.netzausbaukarte-svg-tooltip-wrapper .tooltip-svg--ballungsraum .st2 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #BEBD00;
}

.title-section {
  text-align: center;
  padding-top: 64px;
  margin-bottom: 250px;
}
@media (min-width: 1024px) {
  .title-section {
    margin-bottom: 40vh;
  }
}
@media (min-width: 1280px) {
  .title-section {
    margin-bottom: 339px;
  }
}
.title-section .logo {
  display: inline-block;
  width: 44px;
}
@media (min-width: 1280px) {
  .title-section .logo {
    width: 60px;
  }
}
.title-section h1 {
  margin-top: 2em;
  font-size: 2em;
  line-height: 1.06;
  text-transform: uppercase;
}
.title-section h1 .first {
  color: #fff;
}
.title-section h1 .second {
  color: #6b9197;
  line-height: 1.01;
  font-size: 0.9em;
}
@media (min-width: 640px) {
  .title-section h1 {
    font-size: 4em;
  }
  .title-section h1 .second {
    color: #6b9197;
    line-height: 1.01;
    font-size: 0.9em;
  }
}
@media (min-width: 1280px) {
  .title-section h1 {
    font-size: 100px;
    margin-top: 190px;
  }
  .title-section h1 .second {
    font-size: 100px;
    color: #6b9197;
    line-height: 1.01;
  }
}
@media (min-width: 1520px) {
  .title-section h1 {
    font-size: 120px;
  }
}
.title-section h1 .first,
.title-section h1 .second {
  display: inline-block;
}

.wrapper,
.footer {
  max-width: 100%;
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  font-size: 17.6px;
}
@media (min-width: 1361px) {
  .wrapper,
.footer {
    margin-right: auto;
    margin-left: auto;
    width: 1230px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

.container--carousel *,
.footer * {
  box-sizing: border-box;
}
.container--carousel ul.grid,
.footer ul.grid {
  margin-top: 1em;
  margin-bottom: 1em;
}
.container--carousel p, .container--carousel p:first-of-type,
.footer p,
.footer p:first-of-type {
  margin-top: 4px;
}
.container--carousel h3, .container--carousel h3:first-of-type,
.footer h3,
.footer h3:first-of-type {
  margin-top: 1.4em;
  margin-bottom: 1em;
}
.container--carousel .petrol,
.footer .petrol {
  color: #004754;
}
.container--carousel .mb-0,
.footer .mb-0 {
  margin-bottom: 0 !important;
}

.footer p,
.footer p:first-of-type {
  font-family: "TransnetBW-Regular", "Arial", sans-serif;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.footer {
  width: 100%;
}
@media (min-width: 1024px) {
  .footer {
    width: 940px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1280px) {
  .footer {
    margin-right: auto;
    margin-left: auto;
    width: 1230px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

.link-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.link-list li {
  list-style: none;
}

.link-list-footer-horizontal {
  float: left;
  margin-right: 0;
  margin-left: 1em;
  width: auto;
  padding: 0.3em 1em 1em 1em;
  color: #356d78;
}
@media (min-width: 640px) {
  .link-list-footer-horizontal {
    float: right;
    margin-left: 0;
    margin-right: 1em;
    padding: 1.2em 1em 1em 1em;
  }
}
.link-list-footer-horizontal li {
  float: left;
  margin: 0 8px 0 0;
  font-size: 0.7em;
  padding: 0.1em 0.3em 0.1em 0;
}
@media (min-width: 640px) {
  .link-list-footer-horizontal li {
    font-size: 0.7em;
    padding: 0;
  }
}
.link-list-footer-horizontal li.small {
  margin-top: 1em;
  text-indent: -16px;
  font-size: 0.7em;
  clear: both;
}
@media (min-width: 640px) {
  .link-list-footer-horizontal li.small {
    margin-top: 0px;
    text-indent: 0px;
    font-size: 0.7em;
    line-height: 18px;
    clear: none;
  }
}
.link-list-footer-horizontal #nutzungsbedingungen {
  margin-right: 0;
}
.link-list-footer-horizontal a {
  line-height: 18px;
  display: inline-block;
  color: #356d78;
  font-family: "TransnetBW-Regular", "Arial", sans-serif;
  font-weight: normal;
}
.link-list-footer-horizontal a:hover {
  color: #bebd00;
  border: none;
  text-decoration: none;
}
.link-list-footer-horizontal a:before {
  content: "/";
  padding-right: 0.4em;
}

.container--carousel {
  background-color: #99b5bb;
  color: #fff;
  overflow: hidden;
}
.container--carousel .grid {
  margin-left: -20px !important;
  margin-right: -20px !important;
  padding: 0 !important;
}

.container--carousel .wrapper {
  font-size: 0px;
  line-height: 1.35714;
}
@media (max-width: 940px) {
  .container--carousel .wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 1520px) {
  .container--carousel .wrapper {
    width: 1480px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
.container--carousel .carousel__text {
  float: left;
  display: block;
  max-width: none !important;
  width: 100%;
  padding-left: 40px;
  padding-right: 60px;
  font-size: 12px;
  vertical-align: top;
}
@media (min-width: 876px) {
  .container--carousel .carousel__text {
    padding-right: 20px;
    width: 80%;
  }
}
@media (min-width: 981px) {
  .container--carousel .carousel__text {
    padding-left: 20px;
  }
}
@media (min-width: 1001px) {
  .container--carousel .carousel__text {
    width: 25%;
  }
}
.container--carousel .carousel__text-title {
  margin-top: 1.4em;
  font-family: "TransnetBW-Regular", "Arial", sans-serif;
  font-size: 2em;
  line-height: 1.35714;
  text-transform: uppercase;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
.container--carousel .carousel__text-desc {
  color: #fff;
  font-family: "TransnetBW-Regular", "Arial", sans-serif;
  font-size: 14px;
  line-height: 22px;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 1280px) {
  .container--carousel .carousel__text-desc {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (min-width: 1520px) {
  .container--carousel .carousel__text-desc {
    font-size: 18px;
    line-height: 30px;
  }
}
.container--carousel .carousel__content {
  position: relative;
  float: left;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 671px) {
  .container--carousel .carousel__content {
    padding-right: 40px;
  }
}
@media (min-width: 876px) {
  .container--carousel .carousel__content {
    padding-left: 0;
    padding-right: 20px;
  }
}
@media (min-width: 1001px) {
  .container--carousel .carousel__content {
    padding-right: 0;
    width: 75%;
  }
}
.container--carousel .carousel__rect-list {
  padding: 0;
}
.container--carousel .carousel__rect {
  position: relative;
  float: left;
  display: block;
  width: 50%;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 12px;
}
@media (min-width: 671px) {
  .container--carousel .carousel__rect {
    width: 33.3333%;
  }
}
@media (min-width: 876px) {
  .container--carousel .carousel__rect {
    width: 50%;
  }
}
@media (min-width: 1000px) {
  .container--carousel .carousel__rect {
    width: 33.3333%;
  }
}
@media (min-width: 1280px) {
  .container--carousel .carousel__rect {
    font-size: 14px;
  }
}
.container--carousel .carousel__rect:after {
  padding-top: 160%;
  display: block;
  content: "";
}
.container--carousel .carousel__rect-link {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  left: 20px;
}
.container--carousel .carousel__rect-link:hover {
  text-decoration: none !important;
  border-bottom: none !important;
}
.container--carousel .carousel__rect-title {
  min-height: 2.4em;
  margin-top: 8px !important;
  margin-bottom: 0.83em !important;
  font-family: "TransnetBW-Regular", "Arial", sans-serif;
  font-size: 1.5em;
  line-height: 1.35714;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 797px) {
  .container--carousel .carousel__rect-title {
    font-size: 16px;
  }
}
@media (max-width: 740px) {
  .container--carousel .carousel__rect-title {
    font-size: 14px;
  }
}
@media (max-width: 450px) {
  .container--carousel .carousel__rect-title {
    font-size: 13px;
  }
}
@media (max-width: 429px) {
  .container--carousel .carousel__rect-title {
    font-size: 13px;
  }
}
@media (max-width: 415px) {
  .container--carousel .carousel__rect-title {
    font-size: 12px;
  }
}
@media (max-width: 390px) {
  .container--carousel .carousel__rect-title {
    font-size: 12px;
  }
}
.container--carousel .carousel__rect-title--minLines-m-1 {
  min-height: 1.2em;
}
.container--carousel .carousel__rect-title--minLines-m-2 {
  min-height: 2.4em;
}
@media (min-width: 1361px) {
  .container--carousel .carousel__rect-title--minLines-d-1 {
    min-height: 1.2em;
  }
  .container--carousel .carousel__rect-title--minLines-d-2 {
    min-height: 2.4em;
  }
}
.container--carousel .carousel__rect-text {
  margin-top: 4px;
  margin-bottom: 0;
  font-family: "TransnetBW-Regular", "Arial", sans-serif;
  font-size: 1em;
  line-height: 1.35714;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 797px) {
  .container--carousel .carousel__rect-text {
    font-size: 16px;
  }
}
@media (max-width: 740px) {
  .container--carousel .carousel__rect-text {
    font-size: 14px;
  }
}
@media (max-width: 450px) {
  .container--carousel .carousel__rect-text {
    font-size: 13px;
  }
}
@media (max-width: 429px) {
  .container--carousel .carousel__rect-text {
    font-size: 12px;
  }
}
@media (max-width: 415px) {
  .container--carousel .carousel__rect-text {
    font-size: 11px;
  }
}
@media (max-width: 390px) {
  .container--carousel .carousel__rect-text {
    font-size: 11px;
  }
}
@media (min-width: 1280px) {
  .container--carousel .carousel__rect-text {
    font-size: 14px;
  }
}
.container--carousel .carousel__rect-text--minLines-m-1 {
  min-height: 1.2em;
}
.container--carousel .carousel__rect-text--minLines-m-2 {
  min-height: 2.4em;
}
.container--carousel .carousel__rect-text--minLines-m-3 {
  min-height: 3.6em;
}
.container--carousel .carousel__rect-text--minLines-m-4 {
  min-height: 4.8em;
}
@media (min-width: 1361px) {
  .container--carousel .carousel__rect-text--minLines-d-1 {
    min-height: 1.2em;
  }
  .container--carousel .carousel__rect-text--minLines-d-2 {
    min-height: 2.4em;
  }
  .container--carousel .carousel__rect-text--minLines-d-3 {
    min-height: 3.6em;
  }
  .container--carousel .carousel__rect-text--minLines-d-4 {
    min-height: 4.8em;
  }
}
.container--carousel .carousel__rect-img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.container--carousel .carousel__rect .tile__imageoverlay {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  padding: 12px;
  min-height: 0;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.8);
}
@media (min-width: 941px) {
  .container--carousel .carousel__rect .tile__imageoverlay {
    left: 16px;
    right: 16px;
    bottom: 16px;
    padding: 16px;
  }
}
@media (min-width: 1280px) {
  .container--carousel .carousel__rect .tile__imageoverlay {
    left: 24px;
    right: 24px;
    bottom: 24px;
  }
}
@media (min-width: 1520px) {
  .container--carousel .carousel__rect .tile__imageoverlay {
    left: 30px;
    right: 30px;
    bottom: 30px;
  }
}
.container--carousel .carousel__rect .lime {
  color: #bebd00;
}
.container--carousel .carousel__rect .petrol {
  color: #004754;
}
.container--carousel .carousel__rect .text-uppercase {
  text-transform: uppercase;
}
.container--carousel .carousel__rect .placeholder {
  background-color: #CCDADD;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  left: 20px;
  width: auto !important;
}
.container--carousel .carousel__rect .placeholder p {
  text-align: center;
  color: #88A1A6;
  font-family: "TransnetBW-Regular", "Arial", sans-serif;
  font-size: 14px;
  line-height: 1.45;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  margin: 0;
  padding: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (min-width: 640px) {
  .container--carousel .carousel__rect .placeholder p {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .container--carousel .carousel__rect .placeholder p {
    font-size: 18px;
  }
}
@media (min-width: 1280px) {
  .container--carousel .carousel__rect .placeholder p {
    font-size: 20px;
  }
}
@media (max-width: 400px) {
  .container--carousel.container--carousel--20-width .carousel__rect {
    width: 100% !important;
  }
}
@media (max-width: 876px) {
  .container--carousel.container--carousel--20-width .carousel__rect {
    width: 50%;
  }
}
@media (min-width: 876px) {
  .container--carousel.container--carousel--20-width .carousel__rect {
    width: 20%;
  }
}
@media (min-width: 1000px) {
  .container--carousel.container--carousel--20-width .carousel__rect {
    width: 20%;
  }
}
.container--carousel.container--carousel--20-width .carousel__rect-title {
  font-size: 15px;
}
.container--carousel.container--carousel--small .carousel__text-title {
  margin-top: 15px;
}
.container--carousel.container--carousel--small .carousel__text-desc {
  font-size: 14px;
}
@media (min-width: 1280px) {
  .container--carousel.container--carousel--small .carousel__text-desc {
    font-size: 16px;
    line-height: 26px;
  }
}
.container--carousel.container--carousel--small .carousel__rect:after {
  padding-top: 125%;
}

@media (min-width: 941px) {
  .ultranet-content_margin {
    margin-left: 200px !important;
  }

  .ultranet-center-fix {
    word-break: break-all;
    text-align: justify;
    -moz-text-align-last: center;
  }
}
@media (min-width: 1000px) and (max-width: 1210px) {
  .box-intern-wrapper--ultranet__fix2 {
    position: relative !important;
    right: 60px !important;
  }
}
@media (min-width: 1000px) and (max-width: 1220px) {
  .box-intern-wrapper--ultranet__fix3 {
    position: relative !important;
  }
}
@media (min-width: 941px) and (max-width: 1023px) {
  .ultranet-footer .footer-content .g4 {
    width: 300px !important;
  }

  .footer-sidebar {
    position: absolute !important;
  }

  footer .wrapper .g8.footer-content {
    margin-left: 300px;
  }
}
@media (min-width: 1220px) {
  .box-intern-wrapper.box-intern-wrapper--ultranet.js-box-intern-wrapper--ultranet {
    margin-top: 60px;
  }
}
@media (min-width: 1000px) and (max-width: 1023px) {
  .box-intern-wrapper.box-intern-wrapper--ultranet.js-box-intern-wrapper--ultranet {
    margin-top: 25px;
  }
}
@media (min-width: 1024px) and (max-width: 1219px) {
  .box-intern-wrapper.box-intern-wrapper--ultranet.js-box-intern-wrapper--ultranet {
    margin-top: 40px;
  }

  .box-intern-wrapper.box-intern-wrapper--ultranet.js-box-intern-wrapper--ultranet .box-petrol.box-intern {
    padding: 12px 1.14286em !important;
    margin-bottom: 7px !important;
  }
}
#ultranet-planungsstand_heute_small {
  height: 234px !important;
}

@media (min-width: 1290px) {
  .box-intern-wrapper--ultranet__fix7 {
    position: absolute !important;
    right: 60px !important;
  }
}
@media (min-width: 1000px) and (max-width: 1288px) {
  .box-intern-wrapper--ultranet__fix7 {
    margin-top: 150px !important;
  }
}
.box-intern-wrapper--ultranet__fix7 .box--ultranet-teaser .img-wrapper {
  position: relative !important;
}

.nav-content .active i {
  float: left;
  margin: 3px 0 0 -28px;
}

@media (min-width: 941px) and (max-width: 1279px) {
  .sb1__fix10 {
    height: 70px;
  }
}
@media (min-width: 1280px) and (max-width: 1519px) {
  .sb1__fix10 {
    height: 80px;
  }
}
ul.fix__responsive_footer {
  width: 100%;
  margin-left: 0px;
  display: inline-block;
  position: relative;
  padding: 0;
}

@media (max-width: 1000px) {
  ul.fix__responsive_footer {
    width: 55% !important;
  }
}
@media (max-width: 875px) {
  ul.fix__responsive_footer {
    width: 100% !important;
    display: inherit;
    margin-left: 20px;
  }
}
.section--1 {
  position: relative;
  color: #fff;
  margin-bottom: 100px;
}
@media (min-width: 1024px) {
  .section--1 {
    margin-bottom: 350px;
  }
}
@media (min-width: 1520px) {
  .section--1 {
    margin-bottom: 150px;
  }
}

.section--horizontal {
  position: relative;
}

.section__area {
  width: 100%;
  text-align: center;
  background-color: #fff;
  z-index: 100;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .section__area {
    position: absolute;
    top: 0px;
    height: 100vh;
  }
}
@media (min-width: 1520px) {
  .section__area {
    width: 75%;
    margin-left: 25%;
  }
}
.section__area.fixed {
  position: fixed;
  top: 0;
  height: 100vh;
}
.section__area.bottom {
  position: absolute;
  bottom: 0;
  top: auto;
}

.section__sidebar {
  background-color: #fff;
}
.section__sidebar.fixed {
  position: fixed;
}
.section__sidebar.bottom {
  position: absolute;
  bottom: 0;
  top: auto;
}
@media (min-width: 1024px) {
  .section__sidebar {
    position: absolute;
    left: 0;
    right: 0;
    top: -200px;
    height: 200px;
    border-bottom: 1px solid #004754;
  }
}
@media (min-width: 1520px) {
  .section__sidebar {
    position: absolute;
    left: 0;
    top: 0;
    width: 25%;
    height: 100px;
    height: 100vh;
    z-index: 200;
    border-bottom: 0;
    border-right: 1px solid #004754;
  }
}

.section__sidebar-content {
  padding-left: 20px;
  padding-right: 20px;
  text-align: left;
  overflow: hidden;
  padding-top: 30px;
  padding-bottom: 50px;
  position: relative;
}
@media (min-width: 1024px) {
  .section__sidebar-content {
    padding: 30px 50px;
  }
}
@media (min-width: 1280px) {
  .section__sidebar-content {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1520px) {
  .section__sidebar-content {
    width: 100%;
    position: absolute;
    top: 150px;
    padding: 30px 20px 0 20px;
  }
}
.section__sidebar-content .headline-normal {
  color: #004754;
  text-transform: uppercase;
  margin: 0 0 27px 0;
  font-size: 32px;
}
@media (min-width: 1024px) {
  .section__sidebar-content .headline-normal {
    width: 50%;
    float: left;
  }
}
@media (min-width: 1520px) {
  .section__sidebar-content .headline-normal {
    float: none;
    width: 100%;
  }
}
.section__sidebar-content .sidebar__text {
  color: #004754;
  margin-top: 19px;
}
@media (min-width: 1024px) {
  .section__sidebar-content .sidebar__text {
    width: 50%;
    float: left;
    clear: left;
  }
}
@media (min-width: 1520px) {
  .section__sidebar-content .sidebar__text {
    float: none;
    width: 100%;
  }
}

.sidebar__venobox {
  position: relative;
  display: block;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .sidebar__venobox {
    width: 250px;
    float: right;
    margin-right: 100px;
  }
}
@media (min-width: 1520px) {
  .sidebar__venobox {
    width: 100%;
    float: none;
    margin-right: 0;
  }
}
.sidebar__venobox:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 65px;
  height: 75px;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url(../images/videocover__playbutton.svg) center center no-repeat;
}
.sidebar__venobox:hover:after {
  background: url(../images/videocover__playbutton--hover.svg) center center no-repeat;
  cursor: pointer;
}
.sidebar__venobox img {
  width: 100%;
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .sidebar__venobox img {
    width: 250px;
  }
}
@media (min-width: 1520px) {
  .sidebar__venobox img {
    width: 100%;
  }
}

.venobox--video .vbox-container {
  max-width: 1600px;
  padding: 0 15px;
}
@media (min-width: 1024px) {
  .venobox--video .vbox-container {
    padding: 0 60px;
  }
}
.venobox--video .vbox-content {
  position: relative;
  display: block;
  height: 0;
  padding: 0 0 56.25%;
  overflow: hidden;
  text-align: center;
  z-index: 0;
}
.venobox--video .venoframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.venobox--video .vbox-title {
  height: auto;
}

.section__content {
  padding-left: 20px;
  padding-right: 20px;
  text-align: left;
  position: relative;
  margin-bottom: 50px;
}
@media (min-width: 1024px) {
  .section__content {
    position: absolute;
    top: 150px;
    width: 100%;
    padding: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 1280px) {
  .section__content {
    top: 170px;
  }
}
@media (min-width: 1280px) and (max-width: 1519px) and (min-height: 600px) and (max-height: 800px) {
  .section__content {
    top: 140px;
  }
}
@media (min-width: 1520px) {
  .section__content {
    top: 200px;
  }
}
.section__content .headline-small {
  color: #bebd00;
  margin: 0;
}
.section__content .headline-normal {
  color: #004754;
  text-transform: uppercase;
  margin: 0 0 27px 0;
  font-size: 32px;
}
@media (min-width: 1024px) {
  .section__content .headline-normal {
    font-size: 28px;
  }
}
@media (min-width: 1280px) {
  .section__content .headline-normal {
    font-size: 32px;
  }
}
.section__content p {
  color: #000;
  margin: 0 0 19px 0;
}
@media (min-width: 1024px) {
  .section__content p {
    font-size: 14px;
  }
}
@media (min-width: 1280px) {
  .section__content p {
    font-size: 16px;
  }
}
@media (min-width: 1280px) and (max-width: 1519px) and (min-height: 600px) and (max-height: 800px) {
  .section__content p {
    font-size: 14px;
  }
}
@media (min-width: 1520px) {
  .section__content p {
    font-size: 18px;
  }
}
.section__content.section__content--a {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .section__content.hidden {
    display: none;
  }
}

@media (min-width: 1024px) {
  .section__col {
    width: 50%;
  }
}

@media (min-width: 1024px) {
  .section__col--left {
    float: left;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 1024px) {
  .section__col--right {
    float: right;
  }
}
.section__col--right .img {
  max-width: 100%;
}

@media (min-width: 1280px) and (max-width: 1519px) and (min-height: 600px) and (max-height: 800px) {
  .section__content--a .headline-normal {
    margin-bottom: 10px;
  }
  .section__content--a p {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1280px) and (max-width: 1519px) and (min-height: 801px) and (max-height: 1000px) {
  .section__content--a p {
    font-size: 15px;
  }
}

.mobile-progressbar-letter-wrapper {
  position: relative;
  background-color: #fff;
}

.section__content.fixed {
  padding-top: 90px;
}
.section__content.fixed .mobile-progressbar-letter-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding-left: 20px;
  padding-right: 20px;
  z-index: 100;
}

.section__content.fixed.fixed-bottom .mobile-progressbar-letter-wrapper {
  position: absolute;
  top: auto;
  bottom: 0;
}

.progressbar {
  position: absolute;
  top: 0;
  right: 0;
  height: 10px;
  background-color: #bebd00;
}

.progressbar--desktop {
  display: none;
}
@media (min-width: 1024px) {
  .progressbar--desktop {
    display: block;
    transform-origin: right;
    left: 0;
    width: 200px;
  }
  .active--v .progressbar--desktop {
    width: 300px;
  }
  .active--a .progressbar--desktop {
    width: 400px;
  }
}

@media (min-width: 1024px) {
  .progressbar--static {
    background-color: #e5e599;
    left: 200px;
  }
  .active--v .progressbar--static {
    left: 300px;
  }
  .active--a .progressbar--static {
    left: 400px;
    border-left: 1px solid #fff;
  }
}

.progressbar--mobile {
  background-color: #e5e599;
  position: relative;
  margin-left: -20px;
  margin-right: -20px;
  width: 120%;
  width: calc(100% + 40px);
}
.section__content--v.fixed .progressbar--mobile, .section__content--a.fixed .progressbar--mobile {
  display: block;
}
.progressbar--mobile:before {
  content: "";
  display: block;
  height: 10px;
  background-color: #bebd00;
}
.section__content--no .progressbar--mobile:before {
  width: 50%;
}
.section__content--v .progressbar--mobile:before {
  width: 68%;
}
.section__content--a .progressbar--mobile:before {
  width: 100%;
}
@media (min-width: 1024px) {
  .progressbar--mobile {
    display: none;
  }
}

.letters {
  display: none;
  font-family: "TransnetBW-Demi", "Arial", sans-serif;
  font-weight: 400;
  color: #004754;
  margin: 0;
}
@media (min-width: 1024px) {
  .letters {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }
}

.letters.letters--mobile {
  display: block;
}
@media (min-width: 1024px) {
  .letters.letters--mobile {
    display: none;
  }
}
.letters.letters--mobile .letter {
  border-left: none;
}

.letter {
  display: inline-block;
  line-height: 1;
  width: 65px;
  height: 80px;
  font-size: 80px;
  color: #004754;
}
@media (min-width: 375px) {
  .letter {
    width: 76px;
  }
}
.section__area.fixed.active--no .letter {
  color: #004754;
}
.section__area.fixed.active--no .letter.letter--n, .section__area.fixed.active--no .letter.letter--v, .section__area.fixed.active--no .letter.letter--a {
  color: #ccdadd;
}
.section__area.fixed.active--no.active--v .letter {
  color: #004754;
}
.section__area.fixed.active--no.active--v .letter.letter--n, .section__area.fixed.active--no.active--v .letter.letter--o, .section__area.fixed.active--no.active--v .letter.letter--a {
  color: #ccdadd;
}
.section__area.fixed.active--no.active--v.active--a .letter {
  color: #004754;
}
.section__area.fixed.active--no.active--v.active--a .letter.letter--n, .section__area.fixed.active--no.active--v.active--a .letter.letter--o, .section__area.fixed.active--no.active--v.active--a .letter.letter--v {
  color: #ccdadd;
}
.section__area.fixed.active--no.active--v.active--a.bottom .letter.letter--n, .section__area.fixed.active--no.active--v.active--a.bottom .letter.letter--o, .section__area.fixed.active--no.active--v.active--a.bottom .letter.letter--v, .section__area.fixed.active--no.active--v.active--a.bottom .letter.letter--a {
  color: #004754;
}
@media (min-width: 1024px) {
  .letter {
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: 100px;
    padding-top: 20px;
    font-size: 90px;
  }
  .letter:hover {
    cursor: pointer;
  }
}
@media (min-width: 1280px) {
  .letter {
    height: 150px;
    padding-top: 50px;
    font-size: 100px;
  }
}
@media (min-width: 1280px) and (max-width: 1519px) and (min-height: 600px) and (max-height: 800px) {
  .letter {
    height: 130px;
    padding-top: 30px;
  }
}

.letter--o {
  color: #004754;
  left: 100px;
}
.section__content--v.fixed .letter--o, .section__content--a.fixed .letter--o, .section__content--a .letter--o, .active--v .letter--o, .active--a .letter--o {
  color: #ccdadd;
}

.letter--v {
  left: 200px;
  border-left: 1px solid #669198;
}
.section__content--v.fixed .letter--v, .section__content--a.fixed .letter--v, .active--a .letter--v, .active--v .letter--v {
  border-left: none;
  color: #004754;
}
.section__content--v.fixed .letter--v:before, .section__content--a.fixed .letter--v:before, .active--a .letter--v:before, .active--v .letter--v:before {
  display: none;
}
.section__content--a.fixed .letter--v, .active--a .letter--v {
  color: #ccdadd;
}

.letter--a {
  left: 300px;
  border-left: 1px solid #669198;
}
.section__content--a.fixed .letter--a, .active--a .letter--a {
  border-left: none;
  color: #004754;
}
.section__content--a.fixed .letter--a:before, .active--a .letter--a:before {
  display: none;
}

.section__inner {
  display: none;
}
@media (min-width: 1024px) {
  .section__inner {
    height: 500px;
    position: relative;
    display: block;
  }
}
.section__inner h2 {
  padding: 20px;
  margin: 0;
  color: #fff;
}

@media (min-width: 1024px) {
  .section__inner--4 {
    height: 100vh;
  }
}

.section--3 {
  position: relative;
  color: #fff;
  padding: 40px 0;
}
@media (min-width: 1024px) {
  .section--3 {
    padding: 80px 0;
  }
}
@media (min-width: 1280px) {
  .section--3 {
    padding: 190px 0;
  }
}

@media (min-width: 1024px) {
  .section--3 .audioplayer {
    position: relative;
    margin-top: 40px;
    margin-left: 0px;
    z-index: 40;
  }
}
@media (min-width: 1280px) {
  .section--3 .audioplayer {
    margin-top: -10px;
    margin-left: 100px;
  }
}
@media (min-width: 1520px) {
  .section--3 .audioplayer {
    margin-top: 0;
    margin-left: 100px;
  }
}

.section--3-img {
  max-width: 100%;
}
@media (min-width: 640px) {
  .section--3-img {
    position: absolute;
    width: 50%;
    right: 50%;
    bottom: 90px;
    margin-right: -50vw;
  }
}
@media (min-width: 1024px) {
  .section--3-img {
    width: 60%;
    right: 51%;
    top: 140px;
    z-index: 30;
  }
}
@media (min-width: 1280px) {
  .section--3-img {
    right: 52%;
  }
}
@media (min-width: 1520px) {
  .section--3-img {
    width: 67%;
    top: 100px;
  }
}

.audioplayer {
  background-color: #669198;
  padding: 25px 25px 35px 25px;
  margin: 0 0 50px 0;
  max-width: 420px;
}
@media (min-width: 768px) {
  .audioplayer {
    max-width: 440px;
  }
}
@media (min-width: 1024px) {
  .audioplayer {
    width: 570px;
    max-width: none;
  }
}
.audioplayer .audioplayer__inner {
  position: relative;
  min-height: 140px;
}

.audioplayer--inverse {
  background-color: #fff;
  padding: 0;
}
@media (min-width: 1024px) {
  .audioplayer--inverse {
    padding: 15px 15px 25px 15px;
  }
}
@media (min-width: 1280px) {
  .audioplayer--inverse {
    padding: 25px 25px 35px 25px;
  }
}
.audioplayer--inverse .audioplayer__inner {
  min-height: 160px;
}

@media (min-width: 1024px) {
  .audioplayer--big {
    max-width: none;
    width: 740px;
  }
}
.audioplayer--big .audioplayer__inner {
  min-height: 190px;
}

@media (min-width: 1024px) {
  .audioplayer--small {
    width: auto;
  }
}

.audioplayer--transparent {
  background-color: rgba(102, 145, 152, 0.8);
}

.audioplayer__headline {
  min-height: 115px;
  margin: 0 0 20px 0;
  color: #bebd00;
}
@media (min-width: 768px) {
  .audioplayer__headline {
    min-height: 75px;
  }
}
@media (min-width: 1024px) {
  .audioplayer__headline {
    position: absolute;
    left: 154px;
    right: 0;
    bottom: 0;
    margin-bottom: 5px;
    min-height: 135px;
    font-size: 18px;
  }
}
.audioplayer__headline .audioplayer--inverse {
  bottom: 10px;
}
.audioplayer--big .audioplayer__headline {
  left: 225px;
  bottom: 70px;
  min-height: 105px;
}
.audioplayer__headline .audioplayer__preline {
  display: block;
  font-family: "TransnetBW-Regular", "Arial", sans-serif;
  font-weight: normal;
  color: #fff;
  font-size: 16px;
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .audioplayer__headline .audioplayer__preline {
    margin-bottom: 5px;
    font-size: 14px;
  }
}
@media (min-width: 1280px) {
  .audioplayer__headline .audioplayer__preline {
    font-size: 16px;
  }
}
.audioplayer--inverse .audioplayer__headline .audioplayer__preline {
  color: #004754;
}

.audioplayer__download {
  display: inline-block;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .audioplayer__download {
    position: absolute;
    right: 0;
    bottom: 2px;
    width: 160px;
    margin-bottom: 0;
    font-size: 14px;
  }
}
@media (min-width: 1024px) {
  .audioplayer--2 .audioplayer__download {
    bottom: -5px;
    width: 90px;
  }
}
@media (min-width: 1280px) {
  .audioplayer--2 .audioplayer__download {
    width: 160px;
    bottom: 2px;
  }
}
@media (min-width: 1520px) {
  .audioplayer--2 .audioplayer__download {
    bottom: -5px;
    width: 90px;
  }
}

.audioplayer__image {
  display: block;
  overflow: hidden;
  border: 3px solid #bebd00;
  border-radius: 50%;
  background-color: #eee;
  width: 90px;
  height: 90px;
}
@media (min-width: 1024px) {
  .audioplayer__image {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 115px;
    height: 115px;
  }
}
@media (min-width: 1024px) {
  .audioplayer--big .audioplayer__image {
    width: 185px;
    height: 185px;
  }
}
.audioplayer__image .image {
  width: 100%;
}

.audioplayer__player {
  position: absolute;
  left: 40px;
  bottom: -20px;
}
@media (min-width: 375px) {
  .audioplayer__player {
    left: 60px;
    bottom: -10px;
  }
}
@media (min-width: 640px) {
  .audioplayer__player {
    left: 60px;
  }
}
@media (min-width: 1024px) {
  .audioplayer__player {
    left: 70px;
    bottom: -10px;
  }
}
@media (min-width: 1024px) {
  .audioplayer--big .audioplayer__player {
    left: 130px;
  }
}

.audioplayer__button {
  text-decoration: none;
  float: left;
  opacity: 0;
}
.audioplayer__button:hover {
  border: 0;
}
.audioplayer__button:focus {
  outline: none;
}

@-webkit-keyframes scaling {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@keyframes scaling {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.audioplayer__button-icon {
  position: relative;
  display: block;
  float: left;
  background-color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-animation: scaling 800ms infinite alternate;
  animation: scaling 800ms infinite alternate;
}
.audioplayer--inverse .audioplayer__button-icon {
  background-color: #004754;
}
@media (min-width: 1024px) {
  .audioplayer--big .audioplayer__button-icon {
    width: 50px;
    height: 50px;
  }
}
.audioplayer__button-icon .svg-icon {
  fill: #bebd00;
  position: absolute;
  display: block;
  left: -5px;
  top: -5px;
  width: 50px;
  height: 50px;
}
@media (min-width: 1024px) {
  .audioplayer--big .audioplayer__button-icon .svg-icon {
    left: -10px;
    top: -10px;
    width: 70px;
    height: 70px;
  }
}

.audioplayer__button-text {
  float: left;
  color: #fff;
  width: 38px;
  height: 40px;
  font-family: "TransnetBW-Regular", "Arial", sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 40px;
  margin: 0 5px 0 5px;
}
.audioplayer--inverse .audioplayer__button-text {
  color: #004754;
}
@media (min-width: 1024px) {
  .audioplayer--big .audioplayer__button-text {
    height: 50px;
    line-height: 50px;
  }
}

.audioplayer__waveform {
  position: relative;
  float: left;
  width: 100px;
  height: 40px;
}
@media (min-width: 1024px) {
  .audioplayer__waveform {
    width: 180px;
  }
}
@media (min-width: 1024px) {
  .audioplayer--big .audioplayer__waveform {
    margin-top: 5px;
  }
}
.audioplayer__waveform wave {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
}

.audioplayer__spinner {
  width: 100%;
  margin-top: 9px;
  text-align: center;
}
.audioplayer__spinner > div {
  width: 12px;
  height: 12px;
  background-color: #bebd00;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.audioplayer__spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.audioplayer__spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.waveform__img {
  display: none;
}

@media (min-width: 1024px) {
  .en .audioplayer--1 .audioplayer__headline {
    min-height: 115px;
  }
}

@media (min-width: 1280px) and (max-width: 1519px) and (min-height: 600px) and (max-height: 800px) {
  .audioplayer--2 {
    margin-top: -40px;
  }
}
@media (min-width: 1280px) {
  .audioplayer--2 .audioplayer__inner {
    min-height: 150px;
  }
}
@media (min-width: 1024px) {
  .audioplayer--2 .audioplayer__headline {
    min-height: 120px;
  }
}

@media (min-width: 1024px) {
  .audioplayer--3 {
    margin-top: 30px;
    width: 550px;
  }
}
@media (min-width: 1280px) {
  .audioplayer--3 {
    margin-top: -20px;
    width: 620px;
  }
}
@media (min-width: 1024px) {
  .audioplayer--3 .audioplayer__inner {
    min-height: 180px;
  }
}
@media (min-width: 1024px) {
  .audioplayer--3 .audioplayer__headline {
    min-height: 170px;
  }
}
@media (min-width: 1024px) {
  .en .audioplayer--3 .audioplayer__headline {
    min-height: 140px;
  }
}

@media (min-width: 1024px) {
  .audioplayer--4 {
    margin-top: -20px;
  }
}
@media (min-width: 1280px) {
  .audioplayer--4 {
    width: 620px;
  }
}
@media (min-width: 1280px) and (max-width: 1519px) and (min-height: 600px) and (max-height: 800px) {
  .audioplayer--4 {
    margin-top: -40px;
  }
}
@media (min-width: 1280px) and (max-width: 1519px) and (max-height: 1000px) {
  .audioplayer--4 {
    margin-bottom: 10px;
  }
}
@media (min-width: 1024px) {
  .audioplayer--4 .audioplayer__inner {
    min-height: 150px;
  }
}
@media (min-width: 1024px) {
  .audioplayer--4 .audioplayer__headline {
    min-height: 140px;
  }
}
@media (min-width: 1280px) and (max-width: 1519px) and (min-height: 600px) and (max-height: 800px) {
  .audioplayer--4 .audioplayer__headline {
    min-height: 130px;
  }
}
@media (min-width: 1024px) {
  .en .audioplayer--4 .audioplayer__headline {
    min-height: 110px;
  }
}

@media (min-width: 640px) {
  .audioplayer--5 {
    max-width: 280px;
  }
}
@media (min-width: 1024px) {
  .audioplayer--5 {
    max-width: none;
  }
}
@media (min-width: 640px) {
  .audioplayer--5 .audioplayer__player {
    left: 40px;
  }
}
@media (min-width: 1024px) {
  .audioplayer--5 .audioplayer__player {
    left: 130px;
  }
}
@media (min-width: 1024px) {
  .en .audioplayer--5 .audioplayer__headline {
    bottom: 50px;
  }
}

@media (min-width: 1024px) {
  .map-wrapper {
    position: relative;
    width: 100%;
    vertical-align: middle;
    padding-bottom: 134%;
  }
}

@media (min-width: 1024px) {
  .deutschlandkarte-svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.deutschlandkarte-svg .st0 {
  fill: #E6E598;
  stroke: #FFFFFF;
  stroke-miterlimit: 10;
}
.deutschlandkarte-svg .st1 {
  fill: none;
}
.deutschlandkarte-svg .st2 {
  fill: #3D3C3C;
}
.deutschlandkarte-svg .st3 {
  font-family: "TransnetBW-Regular", "Arial", sans-serif;
}
.deutschlandkarte-svg .st4 {
  font-size: 12px;
}
.deutschlandkarte-svg .bundesland[data-active=true] .st0 {
  fill: #bebd00;
}
.deutschlandkarte-svg .bundesland[data-active=true] .st3 {
  fill: #fff;
}
.deutschlandkarte-svg .bundesland:hover .st0 {
  fill: #bebd00;
  cursor: pointer;
}
.deutschlandkarte-svg .bundesland:hover .st2 {
  cursor: pointer;
}
.deutschlandkarte-svg .bundesland:hover .st3 {
  fill: #fff;
}

.popup-wrapper {
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
}

.popup {
  background-color: #fff;
  color: #000;
  z-index: 1;
}
@media (min-width: 1024px) {
  .popup {
    position: absolute;
    width: 300px;
    height: 450px;
    transform: translateY(-50%);
  }
}
@media (min-width: 1280px) {
  .popup {
    width: 410px;
    height: 340px;
  }
}
@media (min-width: 1024px) {
  .popup:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    border-top: 10px solid transparent;
    border-left: 15px solid #fff;
    border-bottom: 10px solid transparent;
    border-right: 0;
    margin-top: -10px;
    margin-left: 0;
  }
}
@media (min-width: 1024px) {
  .popup[data-bundesland=badenwuerttemberg] {
    top: 85%;
    left: 45%;
  }
  .popup[data-bundesland=bayern] {
    top: 81%;
    right: 40%;
  }
  .popup[data-bundesland=rheinlandpfalz] {
    top: 66%;
    right: 95%;
  }
  .popup[data-bundesland=saarland] {
    top: 72%;
    right: 95%;
  }
  .popup[data-bundesland=hessen] {
    top: 56%;
    right: 73%;
  }
  .popup[data-bundesland=thueringen] {
    top: 54%;
    right: 53%;
  }
  .popup[data-bundesland=sachsen] {
    top: 51%;
    right: 26%;
  }
  .popup[data-bundesland=brandenburg] {
    top: 39%;
    right: 24%;
  }
  .popup[data-bundesland=berlin] {
    top: 32%;
    right: 24%;
  }
  .popup[data-bundesland=sachsenanhalt] {
    top: 41%;
    right: 49%;
  }
  .popup[data-bundesland=mecklenburgvorpommern] {
    top: 17%;
    right: 38%;
  }
  .popup[data-bundesland=schleswigholstein] {
    top: 11%;
    right: 70%;
  }
  .popup[data-bundesland=nordrheinwestfalen] {
    top: 47%;
    right: 96%;
  }
  .popup[data-bundesland=niedersachsen] {
    top: 30%;
    right: 85%;
  }
  .popup[data-bundesland=hamburg] {
    top: 19%;
    right: 61%;
  }
  .popup[data-bundesland=bremen] {
    top: 25%;
    right: 72%;
  }
  .popup[data-bundesland=badenwuerttemberg]:after {
    top: 50%;
    left: 0;
    border-top: 10px solid transparent;
    border-right: 15px solid #fff;
    border-bottom: 10px solid transparent;
    border-left: 0;
    margin-top: -10px;
    margin-left: -15px;
  }
}
@media (min-width: 1280px) {
  .popup[data-bundesland=badenwuerttemberg] {
    top: 86%;
    left: 46%;
  }
}
@media (min-width: 1520px) {
  .popup[data-bundesland=badenwuerttemberg] {
    top: 86.5%;
    left: 47%;
  }
}

.popup__dropdow {
  border-bottom: 1px solid #004754;
}

.popup__select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  display: block;
  width: 100%;
  color: #fff;
  padding: 10px 15px;
  border: 0;
  background-color: #bebd00;
  background-size: 30px;
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0NSIgaGVpZ2h0PSI0NSIgdmlld0JveD0iMCAwIDQ1IDQ1IiBjbGFzcz0iIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWluWU1pbiBtZWV0IiByb2xlPSJpbWciIGFyaWEtbGFiZWw9IlBmZWlsIEljb24iPiAgPHBvbHlnb24gcG9pbnRzPSIyMC42LDI2LjUgMTAuNywxNS43IDkuMiwxNy4yIDIwLjYsMjkuNiAzMiwxNy4yIDMwLjUsMTUuNyIgc3R5bGU9ImZpbGw6ICNmZmZmZmY7Ij48L3BvbHlnb24+PC9zdmc+);
}
.popup__select:focus {
  outline: none;
}
@media (min-width: 1024px) {
  .popup__select {
    display: none;
  }
}

.popup__select-replacement {
  display: none;
}
@media (min-width: 1024px) {
  .popup__select-replacement {
    display: block;
    background-color: #bebd00;
    color: #fff;
    padding: 10px 15px;
    border: 0;
    margin: 0;
    font-size: 18px;
    height: 44px;
  }
}

.popup__close {
  float: right;
  font-family: "TransnetBW-Regular", "Arial", sans-serif;
  font-weight: normal;
  font-size: 36px;
  line-height: 24px;
  padding-left: 5px;
  padding-right: 5px;
  margin-right: -5px;
}
.popup__close:hover {
  cursor: pointer;
}

.tabs {
  width: 100%;
  float: none;
  position: relative;
}
.tabs .tab {
  float: left;
  display: block;
  padding: 0px;
  min-height: 220px;
}
.tabs .tab__radio {
  position: absolute;
  left: -9999px;
}
.tabs .tab__label {
  font-family: "TransnetBW-Regular", "Arial", sans-serif;
  display: block;
  padding: 5px;
  font-size: 14px;
  line-height: 1;
  font-weight: normal;
  cursor: pointer;
  position: absolute;
  left: 15px;
  top: 10px;
}
.tabs .tab__label:hover {
  border-bottom: 2px solid #bebd00;
}
.tabs .tab2 .tab__label {
  left: 80px;
}
.tabs .tab3 .tab__label {
  left: 145px;
}
.tabs .tab__content {
  z-index: 2;
  display: none;
  font-size: 14px;
  line-height: 1.3;
  margin-top: 50px;
}
@media (min-width: 1280px) {
  .tabs .tab__content {
    width: 75%;
    width: calc(100% - 100px);
  }
}
.tabs .tab__content p {
  padding-left: 15px;
  padding-right: 15px;
}
.tabs [id^=tab]:checked + label {
  top: 10px;
  color: #bebd00;
  border-bottom: 2px solid #bebd00;
}
.tabs [id^=tab]:checked ~ [id^=tab__content] {
  display: block;
}

.popup__legend {
  margin: 0 0 10px 0;
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
  clear: both;
}
.popup__legend .item {
  list-style-type: none;
  font-size: 12px;
  line-height: 1.2;
  height: 35px;
  float: left;
  position: relative;
  padding-left: 15px;
}
.popup__legend .item:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  display: inline-block;
  width: 10px;
  height: 10px;
}
.popup__legend .item--1 {
  width: 170px;
}
.popup__legend .item--2 {
  width: 170px;
}
.popup__legend .item--3 {
  width: 110px;
}
.popup__legend span {
  display: block;
}
.popup__legend i {
  font-style: normal;
  padding-right: 5px;
}
.popup__legend .item--1:before {
  background-color: #bebd00;
}
.popup__legend .item--2:before {
  background-color: #e5e599;
}
.popup__legend .item--3:before {
  background-color: #669198;
}

.popup__chart {
  box-shadow: inset 0px 5px 7px 0px #eee;
  padding: 15px;
}
@media (min-width: 1280px) {
  .popup__chart {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 295px;
    background-color: #fff;
    width: 100px;
    box-shadow: inset 5px 0 7px 0px #eee;
  }
}

.popup__chartbar {
  height: 20px;
  width: 100%;
  margin-bottom: 10px;
}
@media (min-width: 1280px) {
  .popup__chartbar {
    width: 200%;
    margin-bottom: 0;
    transform-origin: 0 0;
    transform: rotate(-90deg);
    position: absolute;
    left: 15px;
    bottom: -10px;
    height: 30px;
  }
}
.popup__chartbar:last-child {
  margin-bottom: 0;
}
@media (min-width: 1280px) {
  .popup__chartbar:last-child {
    left: 55px;
  }
}
.popup__chartbar .value {
  display: block;
  float: left;
  height: 20px;
}
@media (min-width: 1280px) {
  .popup__chartbar .value {
    height: 30px;
  }
}
.popup__chartbar .value--k {
  background-color: #bebd00;
}
.popup__chartbar .value--e {
  background-color: #e5e599;
}
.popup__chartbar .value--n {
  background-color: #669198;
}