/*!
 * TransnetBW Smart System Stylesheet
 *
 * @author die wegmeister http://www.die-wegmeister.com
 *
 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 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 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

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

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

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

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

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

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

/**
 * 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/10.
 */
img {
  border: 0;
}

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

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

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
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;
}

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 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 and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 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/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/******************************************************************
STYLESHEET: PRINT

******************************************************************/
@media print {
  *,
*:before,
*:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
a[href^="javascript:"]:after {
    content: "";
  }

  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }
}
/******************************************************************
STYLESHEET: VARIABLES

    > COLORS
    > FONTS
    > GRID_GAPS
    > BREAKPOINTS

******************************************************************/
/******************************************************************
	COLORS
******************************************************************/
/* ====================================
	GREYSCALE
==================================== */
/* ====================================
	PROJECT
==================================== */
/* ====================================
	SPECIALS
==================================== */
/******************************************************************
	FONTS
******************************************************************/
/* ====================================
	INITIALIZE
==================================== */
/* ====================================
	DECLARATION
==================================== */
/******************************************************************
	GRID_GAPS
******************************************************************/
/******************************************************************
	BREAKPOINTS
******************************************************************/
/******************************************************************
STYLESHEET: MIXINS

    > BREAKPOINTS
    > KEYFRAMES
    > HORIZONTALLY_AND_VERTICALLY_CENTER_ABSOLUTE_BLOCK_ELEMENTS
    > VERTICALLY_CENTER_RELATIVE_BLOCK_ELEMENTS
    > CLEARFIX

******************************************************************/
/******************************************************************
    BREAKPOINTS
        --> @include medium {...}
******************************************************************/
/******************************************************************
    KEYFRAMES
        --> @include keyframes($name) {...}
******************************************************************/
/******************************************************************
    HORIZONTALLY_AND_VERTICALLY_CENTER_ABSOLUTE_BLOCK_ELEMENTS
        --> @include center-both;
******************************************************************/
/******************************************************************
    VERTICALLY_CENTER_RELATIVE_BLOCK_ELEMENTS
        --> @include center-rel-v;
******************************************************************/
/******************************************************************
    CLEARFIX
        --> @include clearfix;
******************************************************************/
/******************************************************************
STYLESHEET: PLACEHOLDERS

******************************************************************/
/******************************************************************
  STYLESHEET: GRID

    > GENERAL
        > GRID_XS
        > GRID_SM
        > GRID_MD
        > GRID_LG

******************************************************************/
/******************************************************************
  GENERAL
******************************************************************/
html, body {
  max-width: 100%;
  overflow-x: hidden;
}

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

.container {
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 681px) {
  .container {
    width: 750px;
  }
}
@media only screen and (min-width: 961px) {
  .container {
    width: 970px;
  }
}
@media only screen and (min-width: 1361px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  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%;
  }
}

.col {
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 0px;
}
.col--no-vgap {
  padding-left: 0px;
  padding-right: 0px;
}
.col--no-hgap {
  margin-top: 0px;
}

.row {
  margin-left: -40px;
  margin-right: -40px;
}
.row--no-vgap {
  margin-left: 0;
  margin-right: 0;
}
.row--no-hgap {
  margin-top: 0px;
}
.row--first {
  margin-top: 0px;
}

.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

/******************************************************************
  GRID_XS
******************************************************************/
.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-12 {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/******************************************************************
  GRID_SM
******************************************************************/
@media only screen and (min-width: 681px) {
  .col-sm-12 {
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
/******************************************************************
  GRID_MD
******************************************************************/
@media only screen and (min-width: 961px) {
  .col-md-12 {
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-md-offset-0 {
    margin-left: 0%;
  }
}
/******************************************************************
  GRID_LG
******************************************************************/
@media only screen and (min-width: 1361px) {
  .col-lg-12 {
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
/******************************************************************
STYLESHEET: CONTENT

******************************************************************/
.container {
  width: 80%;
  margin: 0 auto;
}

/******************************************************************
STYLESHEET: HEADER

******************************************************************/
/******************************************************************
STYLESHEET: FOOTER

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

.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 {
    width: 40%;
    padding-right: 20px;
  }
}
@media (min-width: 1001px) {
  .container--carousel .carousel__text {
    width: 25%;
  }
}
@media (min-width: 981px) {
  .container--carousel .carousel__text {
    padding-left: 20px;
  }
}
.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 {
    float: left;
    width: 60%;
    padding-left: 0;
    padding-right: 20px;
  }
}
@media (min-width: 1001px) {
  .container--carousel .carousel__content {
    width: 75%;
    padding-right: 0;
  }
}
.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;
  }
}
.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;
  }
}
/******************************************************************
STYLESHEET: DEFAULTS

******************************************************************/
html {
  font-size: 1em;
  line-height: 1.4;
  box-sizing: border-box;
}
@media only screen and (min-width: 961px) {
  html {
    font-size: 1.1em;
  }
}
body {
  font-family: "TransnetBW-Regular", "Arial", sans-serif;
  color: white;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

::selection {
  background: #879cb1;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #bbbbbb;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

/******************************************************************
STYLESHEET: TEXT

    > GENERAL
    > SPECIFIC

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

/******************************************************************
SPECIFIC
******************************************************************/
.text {
  font-family: "TransnetBW-Regular", "Arial", sans-serif;
}
.text--italic {
  font-style: italic;
}
.text--light {
  font-weight: 300;
}
.text--semibold {
  font-family: "TransnetBW-Demi", "Arial", sans-serif;
  font-weight: 400;
}
.text--bold {
  font-family: "TransnetBW-Demi", "Arial", sans-serif;
  font-weight: 400;
}

/******************************************************************
STYLESHEET: LINKS

******************************************************************/
a {
  font-family: "TransnetBW-Regular", "Arial", sans-serif;
  color: white;
  text-decoration: none;
}
/******************************************************************
STYLESHEET: HELPERS

    > GENERAL

******************************************************************/
.h-lastitem {
  margin-bottom: 0;
  margin-right: 0;
}

.h-firstitem {
  margin-top: 0;
  margin-left: 0;
}

/******************************************************************
STYLESHEET: SMART SYSTEM

******************************************************************/
.totop {
  display: none;
}
@media only screen and (min-width: 961px) {
  .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;
  }
}

body {
  background: #004952;
}
body.chrome {
  background: #004753;
}

.wrapper {
  position: relative;
}

video {
  display: none;
  width: 100%;
}

canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

br.not-on-mobile {
  display: initial;
}
@media only screen and (max-width: 681px) {
  br.not-on-mobile {
    display: none;
  }
}

br.mobile-only {
  display: none;
}
@media only screen and (max-width: 681px) {
  br.mobile-only {
    display: initial;
  }
}

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

a {
  font-family: "TransnetBW-Regular", "Arial", sans-serif;
  text-decoration: none;
}
@media only screen and (min-width: 681px) {
  a:hover {
    border-bottom: 2px solid rgba(255, 255, 255, 0.8);
  }
}

.page-wrapper {
  position: relative;
  z-index: 0;
}

.back-button {
  margin-left: 1em;
  float: left;
}
.back-button a {
  font-family: "TransnetBW-Regular", "Arial", sans-serif;
  font-size: 0.7em;
  text-transform: uppercase;
  display: inline-block;
  padding: 1em;
}
.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;
}

.title-section {
  text-align: center;
  padding-top: 4em;
  margin-bottom: 18em;
  margin-bottom: 40vh;
}
@media only screen and (min-width: 1361px) {
  .title-section {
    margin-bottom: 339px;
  }
}
.title-section .logo {
  display: inline-block;
  width: 44px;
}
@media only screen and (min-width: 1361px) {
  .title-section .logo {
    width: 60px;
  }
}
.title-section h1 {
  margin-top: 2em;
  font-size: 2em;
  line-height: 1.06;
  text-transform: uppercase;
}
.title-section h1 .second {
  color: #6b9197;
  line-height: 1.01;
  font-size: 0.9em;
}
@media only screen and (min-width: 681px) {
  .title-section h1 {
    font-size: 4em;
  }
  .title-section h1 .second {
    color: #6b9197;
    line-height: 1.01;
    font-size: 0.9em;
  }
}
@media only screen and (min-width: 1361px) {
  .title-section h1 {
    font-size: 110px;
    margin-top: 190px;
  }
  .title-section h1 .second {
    font-size: 100px;
    color: #6b9197;
    line-height: 1.01;
  }
}
.title-section h1 .first, .title-section h1 .second {
  display: inline-block;
}

.content-section {
  position: relative;
  z-index: 20;
}
.content-section .video-wrapper {
  margin-top: -2em;
  padding-top: 2em;
  padding-bottom: 2em;
}
.content-section .video-wrapper .video {
  position: relative;
}
.content-section .video-wrapper .video:before {
  content: "";
  display: block;
  padding-top: 100%;
  /* initial ratio of 1:1*/
}
.content-section .text-wrapper {
  position: relative;
  height: 100%;
}
@media only screen and (min-width: 681px) {
  .content-section .text-wrapper .text-container {
    margin-top: 16%;
  }
}
.content-section .text-wrapper .text-container h1 {
  margin-top: 0;
  margin-bottom: 0.2em;
  font-size: 18px;
  color: #bebd00;
}
.content-section .text-wrapper .text-container h2 {
  margin-top: 0em;
  margin-bottom: 0.2em;
  font-size: 40px;
  text-transform: uppercase;
  line-height: 1.1;
}
@media only screen and (min-width: 681px) {
  .content-section .text-wrapper .text-container h2 {
    font-size: 42px;
  }
}
.content-section .text-wrapper .text-container p {
  font-size: 16px;
  line-height: 1.5;
}
@media only screen and (min-width: 1361px) {
  .content-section .text-wrapper .text-container p {
    font-size: 18px;
  }
}

.content-divider {
  position: relative;
  z-index: 10;
  text-align: center;
  padding: 200px 0 180px 0;
  background: rgba(255, 255, 255, 0);
}
@media only screen and (min-width: 681px) {
  .content-divider {
    padding: 220px 0 180px 0;
  }
}
.content-divider .content {
  background: rgba(255, 255, 255, 0);
  display: inline-block;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.8);
}
@media only screen and (min-width: 681px) {
  .content-divider .content {
    width: 32%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 1361px) {
  .content-divider .content {
    font-size: 16px;
  }
}
.content-divider .icon {
  display: inline-block;
  width: 130px;
  height: 130px;
  border-radius: 65px;
  background: rgba(255, 255, 255, 0.4);
}
@media only screen and (min-width: 681px) {
  .content-divider .icon.initial:before {
    max-height: 0;
    max-width: 0;
    border: none !important;
  }
  .content-divider .icon.initial:after {
    max-height: 0;
    max-width: 0;
    border: none !important;
  }
}
.content-divider p {
  margin-top: 1.4em;
}
.content-divider.start-left:before, .content-divider.start-right:before {
  content: "";
  position: absolute;
  width: 34%;
  margin-top: 0px;
  height: 170px;
  margin-left: calc(50% - 1px);
  left: 0;
  top: 0px;
  border-left: 2px solid rgba(255, 255, 255, 0.2);
}
@media only screen and (min-width: 681px) {
  .content-divider.start-left:before, .content-divider.start-right:before {
    display: none;
  }
}
.content-divider.start-left:after, .content-divider.start-right:after {
  content: "";
  position: absolute;
  width: 34%;
  margin-top: 0px;
  height: 170px;
  margin-left: calc(50% - 1px);
  left: 0;
  bottom: 0;
  border-left: 2px solid rgba(255, 255, 255, 0.2);
}
@media only screen and (min-width: 681px) {
  .content-divider.start-left:after, .content-divider.start-right:after {
    display: none;
  }
}
@media only screen and (min-width: 681px) {
  .content-divider.start-left .icon:before {
    content: "";
    position: absolute;
    width: 16%;
    height: calc(300px + 220px + 65px + 1px);
    margin-left: 16%;
    left: 0;
    top: -300px;
    overflow: hidden;
    border-left: 2px solid rgba(255, 255, 255, 0.2);
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    transition: max-height 0.5s cubic-bezier(0, 0.44, 0.75, 0.77), max-width 0.5s 0.5s ease-in;
  }
  .content-divider.start-left .icon:after {
    content: "";
    position: absolute;
    width: 16%;
    height: calc(300px + 370px);
    margin-right: 16%;
    right: 0;
    top: calc(220px + 65px - 1px);
    overflow: hidden;
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    border-right: 2px solid rgba(255, 255, 255, 0.2);
    transition: max-width 0.5s 1s, width 0.5s 1s, right 0.5s 1s, max-height 0.7s 1.5s ease-out, border 0s 1s;
  }
}
@media only screen and (min-width: 681px) and (min-width: 681px) {
  .content-divider.start-left .icon.initial:after {
    width: 0%;
    right: 16%;
  }
}
@media only screen and (min-width: 681px) {
  .content-divider.start-left .icon.animate1:before {
    max-height: 586px;
    border-left: 2px solid rgba(255, 255, 255, 0.2) !important;
  }
}
@media only screen and (min-width: 681px) {
  .content-divider.start-left .icon.animate2:before {
    max-width: 500px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2) !important;
  }
}
@media only screen and (min-width: 681px) {
  .content-divider.start-left .icon.animate3:after {
    max-width: 500px;
    border-top: 2px solid rgba(255, 255, 255, 0.2) !important;
    width: 16%;
    right: 0%;
  }
}
@media only screen and (min-width: 681px) {
  .content-divider.start-left .icon.animate4:after {
    max-height: 670px;
    border-right: 2px solid rgba(255, 255, 255, 0.2) !important;
  }
}
@media only screen and (min-width: 681px) {
  .content-divider.start-right .icon:before {
    content: "";
    position: absolute;
    width: 16%;
    height: calc(300px + 370px);
    margin-left: 16%;
    left: 0;
    top: calc(220px + 65px + 1px);
    overflow: hidden;
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    border-left: 2px solid rgba(255, 255, 255, 0.2);
    transition: max-width 0.5s 1s, width 0.5s 1s, left 0.5s 1s, max-height 0.7s 1.5s ease-out, border 0s 1s;
  }
  .content-divider.start-right .icon:after {
    content: "";
    position: absolute;
    width: 16%;
    height: calc(300px + 220px + 65px - 1px);
    margin-right: 16%;
    right: 0;
    top: -300px;
    overflow: hidden;
    border-right: 2px solid rgba(255, 255, 255, 0.2);
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    transition: max-height 0.5s cubic-bezier(0, 0.44, 0.75, 0.77), max-width 0.5s 0.5s ease-in;
  }
  .content-divider.start-right .icon.initial:before {
    width: 0%;
    left: 16%;
  }
  .content-divider.start-right .icon.initial:after {
    width: 0%;
    right: 16%;
  }
  .content-divider.start-right .icon.animate1:after {
    max-height: 586px;
    border-right: 2px solid rgba(255, 255, 255, 0.2) !important;
  }
  .content-divider.start-right .icon.animate2:after {
    max-width: 500px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2) !important;
    width: 16%;
    right: 0%;
  }
  .content-divider.start-right .icon.animate3:before {
    max-width: 500px;
    border-top: 2px solid rgba(255, 255, 255, 0.2) !important;
    width: 16%;
    left: 0%;
  }
  .content-divider.start-right .icon.animate4:before {
    max-height: 670px;
    border-left: 2px solid rgba(255, 255, 255, 0.2) !important;
  }
}
.content-divider.start-right-last-old {
  position: relative;
  height: 0;
  padding-bottom: 0;
  margin-top: 20px;
  margin-bottom: 0px;
}
@media only screen and (min-width: 681px) {
  .content-divider.start-right-last-old {
    margin-top: 0;
    margin-bottom: 60px;
    padding-bottom: 160px;
  }
}
.content-divider.start-right-last-old:after {
  content: "";
  position: absolute;
  bottom: -44px;
  margin-left: -51px;
  border: 12px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
}
@media only screen and (min-width: 681px) {
  .content-divider.start-right-last-old:after {
    margin-left: -11px;
    bottom: -99px;
  }
}
.content-divider.start-right-last-old .content {
  width: 0;
  height: 0;
}
.content-divider.start-right-last-old .icon {
  width: 0;
  height: 0;
}
.content-divider.start-right-last-old .icon:before {
  content: "";
  position: absolute;
  width: 34%;
  height: 220px;
  margin-left: 50%;
  left: 0;
  top: 0px;
  border-left: 2px solid rgba(255, 255, 255, 0.2);
}
@media only screen and (min-width: 681px) {
  .content-divider.start-right-last-old .icon:before {
    top: calc(170px + 65px);
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    transition: max-width 0.5s 0.5s, width 0.5s 0.5s, left 0.5s 0.5s, max-height 0.7s 1s ease-out, border 0s 0.5s;
  }
}
@media only screen and (min-width: 681px) {
  .content-divider.start-right-last-old .icon:after {
    content: "";
    position: absolute;
    width: 16%;
    height: calc(300px + 220px + 65px - 1px);
    margin-right: 16%;
    right: 0;
    top: -300px;
    overflow: hidden;
    border-right: 2px solid rgba(255, 255, 255, 0.2);
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    transition: max-height 0.5s cubic-bezier(0, 0.44, 0.75, 0.77), max-width 0.5s 0.5s ease-in;
  }
  .content-divider.start-right-last-old .icon.initial:before {
    width: 0%;
    left: 34%;
  }
  .content-divider.start-right-last-old .icon.animate1:after {
    max-height: 586px;
    border-right: 2px solid rgba(255, 255, 255, 0.2) !important;
  }
  .content-divider.start-right-last-old .icon.animate2:before {
    max-width: 500px;
    width: 34%;
    left: 0%;
    border-top: 2px solid rgba(255, 255, 255, 0.2) !important;
  }
  .content-divider.start-right-last-old .icon.animate3:before {
    max-height: 220px;
    border-left: 2px solid rgba(255, 255, 255, 0.2) !important;
  }
}
.content-divider.start-right-last {
  padding: 200px 0 200px 0;
  margin-bottom: -20px;
}
@media only screen and (min-width: 681px) {
  .content-divider.start-right-last {
    padding: 200px 0 220px 0;
    margin-bottom: 0;
  }
}
.content-divider.start-right-last:before {
  content: "";
  position: absolute;
  width: 0;
  height: 190px;
  margin-left: calc(50% - 1px);
  left: 0;
  bottom: 0;
  border-left: 2px solid rgba(255, 255, 255, 0.2);
}
@media only screen and (min-width: 681px) {
  .content-divider.start-right-last:before {
    bottom: 0;
    transition: height 0.7s 1s ease-out, bottom 0.7s 1s ease-out, border 0s 0.5s;
  }
}
.content-divider.start-right-last:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -24px;
  margin-left: calc(50% - 12px);
  border: 12px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
}
@media only screen and (min-width: 681px) {
  .content-divider.start-right-last:after {
    margin-left: calc(50% - 12px);
    transition: opacity 0.5s 1.7s ease-out;
  }
}
@media only screen and (min-width: 681px) {
  .content-divider.start-right-last.initial:before {
    height: 0;
    max-width: 0;
    bottom: 190px;
    border: none !important;
  }
  .content-divider.start-right-last.initial:after {
    opacity: 0;
  }
}
.content-divider.start-right-last.animate3:before {
  height: 190px;
  bottom: 0;
  border-left: 2px solid rgba(255, 255, 255, 0.2) !important;
}
.content-divider.start-right-last.animate4:after {
  opacity: 1;
}
.content-divider.start-right-last .icon:before {
  content: "";
  position: absolute;
  width: 34%;
  height: 170px;
  top: 0;
  left: 0;
  margin-top: 0;
  margin-left: calc(50% - 1px);
  border-left: 2px solid rgba(255, 255, 255, 0.2);
}
@media only screen and (min-width: 681px) {
  .content-divider.start-right-last .icon:before {
    content: none;
  }
  .content-divider.start-right-last .icon:after {
    content: "";
    position: absolute;
    width: 16%;
    height: calc(300px + 220px + 65px - 1px);
    margin-right: 16%;
    right: 0;
    top: -300px;
    overflow: hidden;
    border-right: 2px solid rgba(255, 255, 255, 0.2);
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    transition: max-height 0.5s cubic-bezier(0, 0.44, 0.75, 0.77), max-width 0.5s 0.5s ease-in;
  }
  .content-divider.start-right-last .icon.initial:after {
    width: 0%;
    right: 16%;
  }
  .content-divider.start-right-last .icon.animate1:after {
    max-height: 586px;
    border-right: 2px solid rgba(255, 255, 255, 0.2) !important;
  }
  .content-divider.start-right-last .icon.animate2:after {
    max-width: 500px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2) !important;
    width: 16%;
    right: 0%;
  }
}

.text-column.last {
  margin-top: 16%;
}
@media only screen and (min-width: 681px) {
  .text-column.last {
    margin-top: 0;
  }
}

.video-section {
  margin-top: 2em;
  margin-bottom: 6em;
}
@media only screen and (min-width: 681px) {
  .video-section {
    margin-top: 6em;
    margin-bottom: 8em;
  }
}

.player {
  position: relative;
  display: block;
  height: 0;
  padding: 0 0 56.25% 0;
  overflow: hidden;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 1160px;
  z-index: 0;
  background-color: #eee;
}

@media (min-width: 1450px) {
  .player {
    padding-bottom: 653px;
  }
}
.player img,
.player iframe {
  float: left;
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  max-height: 653px;
  border: 0;
}

.player__caption {
  margin-top: 9px;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}

.player:after {
  content: "";
  display: block;
  position: absolute;
  top: 49%;
  left: 50.4%;
  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.png") center center no-repeat transparent;
  background-image: url("../images/videocover__playbutton.svg");
}
@media only screen and (max-width: 681px) {
  .player:after {
    width: 35px;
  }
}
@media only screen and (min-width: 681px) {
  .player:after {
    width: 65px;
  }
}
@media only screen and (min-width: 961px) {
  .player:after {
    width: 100px;
    height: 150px;
  }
}

.player:before {
  content: "Video starten";
  display: block;
  position: absolute;
  text-align: center;
  width: 200px;
  top: 67%;
  left: 50%;
  margin-left: -100px;
  z-index: 10;
  font-family: "TransnetBW-Regular", "Arial", sans-serif;
}

.player.english:before {
  content: "Start video";
}

.player:hover:before {
  cursor: pointer;
}

.player:hover:after {
  background: url("../images/videocover__playbutton--hover.svg") center center no-repeat transparent;
  cursor: pointer;
}

.player.play:after, .player.play:before {
  display: none;
}

.carousel-section {
  background: rgba(255, 255, 255, 0.7);
}

.wrapper {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 1361px) {
  .wrapper {
    margin-right: auto;
    margin-left: auto;
    width: 1230px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 961px) {
  .footer {
    width: 940px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 1361px) {
  .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-footer-horizontal {
  float: left;
  margin-right: 0;
  margin-left: 1em;
  width: auto;
  padding: 0.3em 1em 1em 1em;
  color: #356d78;
}
@media only screen and (min-width: 681px) {
  .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: 16px;
  padding: 0.1em 0.3em 0.1em 0;
}
@media only screen and (min-width: 681px) {
  .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: 12px;
  clear: both;
}
@media only screen and (min-width: 681px) {
  .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;
}
