/*-------------------
Fuer MVV Energie
erstellt am: 21.11.18
Marek Boettcher
HGB.de 
---------------------*/
/* Import */
@font-face {
  font-family: 'mvv';
  src: url("../fonts/fontello/font/mvv.eot?36198742");
  src: url("../fonts/fontello/font/mvv.eot?36198742#iefix") format("embedded-opentype"), url("../fonts/fontello/font/mvv.woff2?36198742") format("woff2"), url("../fonts/fontello/font/mvv.woff?36198742") format("woff"), url("../fonts/fontello/font/mvv.ttf?36198742") format("truetype"), url("../fonts/fontello/font/mvv.svg?36198742#mvv") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'mvv';
    src: url('../font/mvv.svg?36198742#mvv') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "mvv";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-corporate_governance:before {
  content: '\e800'; }

.icon-hauptversammlung:before {
  content: '\e801'; }

.icon-publikationen:before {
  content: '\e802'; }

.icon-finanzkalender:before {
  content: '\e803'; }

.icon-download:before {
  content: '\e804'; }

.icon-arrow:before {
  content: '\e805'; }

.icon-share:before {
  content: '\e806'; }

.icon-facebook:before {
  content: '\f09a'; }

.icon-gplus:before {
  content: '\f0d5'; }

.icon-xing:before {
  content: '\f168'; }

.icon-twitter:before {
  content: '\f302'; }

/*-------------------
Fuer SIX Offene System
erstellt am: 04.05.2017
---------------------*/
/*-------------------
Functions START
---------------------*/
/*-------------------
Farben START
---------------------*/
/*--- Farben END */
*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

@-ms-viewport {
  width: device-width; }
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: "Circular-Pro";
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  color: black;
  text-align: left;
  background-color: white; }

[tabindex="-1"]:focus {
  outline: none !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.9375rem; }

p {
  margin-top: 0;
  margin-bottom: 0.9375rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: bold; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: black;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

a,
area,
button,
[role="button"],
input:not([type="range"]),
label,
select,
summary,
textarea {
  touch-action: manipulation; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  color: black;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: .5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none !important; }

section#intro {
  height: 515px;
  overflow: hidden; }
  @media screen and (max-width: 63.6875rem) {
    section#intro {
      height: auto; } }
  section#intro > ul {
    height: 100%; }
    section#intro > ul li {
      height: 100%;
      opacity: .1;
      -webkit-transition: opacity ease-out 0.3s;
      -moz-transition: opacity ease-out 0.3s;
      -ms-transition: opacity ease-out 0.3s;
      -o-transition: opacity ease-out 0.3s;
      transition: opacity ease-out 0.3s;
      vertical-align: top; }
      section#intro > ul li img {
        width: 100%;
        height: auto;
        /*object-fit: cover;
        object-position: 50% 0;
        */ }
      section#intro > ul li.active {
        opacity: 1; }
  section#intro button {
    background-color: white;
    color: black;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    margin-top: -45px;
    cursor: pointer;
    border: none; }
    section#intro button:focus, section#intro button:hover {
      background-color: black;
      border: 3px solid white;
      color: white;
      outline: none; }
      section#intro button:focus.scroller_right:after, section#intro button:hover.scroller_right:after {
        content: url("/static/img/html5/Pfeil_rechts_white.svg"); }
      section#intro button:focus.scroller_left:after, section#intro button:hover.scroller_left:after {
        content: url("/static/img/html5/Pfeil_links_white.svg"); }
    section#intro button:before {
      display: none !important; }
    section#intro button.scroller_right {
      display: none;
      right: -30px;
      width: 90px;
      height: 90px; }
      @media screen and (max-width: 37.5rem) {
        section#intro button.scroller_right {
          right: -15px;
          width: 45px;
          height: 45px; } }
      section#intro button.scroller_right::after {
        margin-left: -27px;
        width: 2.2em;
        height: 1.3em; }
        @media screen and (max-width: 37.5rem) {
          section#intro button.scroller_right::after {
            width: 1.6em;
            margin-left: -17px; } }
    section#intro button.scroller_left {
      display: none;
      left: -30px;
      width: 90px;
      height: 90px; }
      @media screen and (max-width: 37.5rem) {
        section#intro button.scroller_left {
          left: -15px;
          width: 45px;
          height: 45px; } }
      section#intro button.scroller_left::after {
        margin-right: -27px;
        width: 2.2em;
        height: 1.3em; }
        @media screen and (max-width: 37.5rem) {
          section#intro button.scroller_left::after {
            width: 1.6em;
            margin-right: -17px; } }
  section#intro ul + .scroller_counter {
    text-align: center;
    position: absolute;
    bottom: 5px;
    width: 100%;
    z-index: 1; }
    section#intro ul + .scroller_counter a {
      width: 19px;
      height: 19px;
      background-color: white;
      border: none; }
      section#intro ul + .scroller_counter a.on {
        background-color: #e30421; }
      section#intro ul + .scroller_counter a:before, section#intro ul + .scroller_counter a strong {
        display: none; }

section#intro {
  position: relative; }
  section#intro > ul {
    position: relative;
    z-index: 1;
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    overflow-x: auto;
    white-space: nowrap; }
    section#intro > ul > li {
      display: inline-block;
      position: relative;
      white-space: normal;
      margin: 0 5px;
      padding: 0;
      width: 1040px; }
      @media screen and (max-width: 63.6875rem) {
        section#intro > ul > li {
          width: 100%; } }
  section#intro .scroller_left,
  section#intro .scroller_right {
    position: absolute;
    z-index: 2;
    width: 80px;
    height: 100%;
    text-align: center;
    font-weight: bold;
    color: #AAAAAA;
    color: rgba(0, 0, 0, 0.3); }
    section#intro .scroller_left:hover, section#intro .scroller_left:focus, section#intro .scroller_left:active,
    section#intro .scroller_right:hover,
    section#intro .scroller_right:focus,
    section#intro .scroller_right:active {
      color: black; }
  section#intro .scroller_left {
    left: 0; }
    section#intro .scroller_left:before {
      content: "\00AB"; }
  section#intro .scroller_right {
    right: 0; }
    section#intro .scroller_right:before {
      content: "\00BB"; }
  section#intro .scroller_left:before,
  section#intro .scroller_right:before {
    display: inline-block;
    vertical-align: middle;
    font-size: 80px; }
  section#intro .scroller_left:after,
  section#intro .scroller_right:after {
    content: "";
    width: 0;
    height: 100%;
    display: inline-block;
    vertical-align: middle; }
  section#intro .scroller_counter {
    text-align: center; }
    section#intro .scroller_counter a {
      box-sizing: border-box;
      display: inline-block;
      width: 1.5em;
      height: 1.5em;
      margin: 0 0.25em;
      border: 1px solid #000000;
      border-radius: 100%; }
      section#intro .scroller_counter a.on {
        background: #000000;
        color: #FFFFFF; }

.video-js .vjs-audio-button, .video-js .vjs-big-play-button, .video-js .vjs-captions-button, .video-js .vjs-chapters-button, .video-js .vjs-control.vjs-close-button, .video-js .vjs-descriptions-button, .video-js .vjs-fullscreen-control, .video-js .vjs-mouse-display, .video-js .vjs-mute-control, .video-js .vjs-mute-control.vjs-vol-0, .video-js .vjs-mute-control.vjs-vol-1, .video-js .vjs-mute-control.vjs-vol-2, .video-js .vjs-play-control, .video-js .vjs-play-control.vjs-playing, .video-js .vjs-play-progress, .video-js .vjs-subtitles-button, .video-js .vjs-volume-level, .video-js .vjs-volume-menu-button, .video-js .vjs-volume-menu-button.vjs-vol-0, .video-js .vjs-volume-menu-button.vjs-vol-1, .video-js .vjs-volume-menu-button.vjs-vol-2, .video-js.vjs-fullscreen .vjs-fullscreen-control, .vjs-icon-audio, .vjs-icon-audio-description, .vjs-icon-cancel, .vjs-icon-captions, .vjs-icon-chapters, .vjs-icon-circle, .vjs-icon-circle-inner-circle, .vjs-icon-circle-outline, .vjs-icon-cog, .vjs-icon-facebook, .vjs-icon-fullscreen-enter, .vjs-icon-fullscreen-exit, .vjs-icon-gplus, .vjs-icon-hd, .vjs-icon-linkedin, .vjs-icon-pause, .vjs-icon-pinterest, .vjs-icon-play, .vjs-icon-play-circle, .vjs-icon-replay, .vjs-icon-spinner, .vjs-icon-square, .vjs-icon-subtitles, .vjs-icon-tumblr, .vjs-icon-twitter, .vjs-icon-volume-high, .vjs-icon-volume-low, .vjs-icon-volume-mid, .vjs-icon-volume-mute {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal; }

.video-js, .vjs-no-js {
  color: #fff;
  background-color: #000; }

.video-js .vjs-big-play-button:before, .video-js .vjs-control, .video-js .vjs-control:before, .vjs-menu li, .vjs-no-js {
  text-align: center; }

.video-js .vjs-big-play-button:before, .video-js .vjs-control:before, .video-js .vjs-modal-dialog, .vjs-modal-dialog .vjs-modal-dialog-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

@font-face {
  font-family: VideoJS;
  src: url(../font/2.0.0/VideoJS.eot?#iefix) format("eot"); }
@font-face {
  font-family: VideoJS;
  src: url(data:application/font-woff;charset=utf-8;base64,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) format("woff"), url(data:application/x-font-ttf;charset=utf-8;base64,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FjY3PgE3LgEnIwYfAR4BFw4BBTM/ARUzESMGAyUVJwMchM2UWwgNq4JHrQgBAapUaAoJcWMBfiIhDiMrAQJLMB0BBAokNAIBPmMiIQ4iLAECSzAeAQUKJDQBP2MiIQ4iLAECSzAeAQUKJDQBAT75g+5B4arNLNIBJ44ByQL9BQ9mvYCKwA8FBQMDwwJVTGdzBf6VB8IHNR08lld9uT4LCRA/qGNxvUwHNR08lld9uT4LCRA/qGNxvUwHNR08lld9uT4LCRA/qGNxvVJkAWUDDEf+tYP5AQAAAAEAAAAABiAGtgAbAAABBAADER4BFzMRITU2ADcWABcVIREzPgE3EQIAA4D+4v6FBwJ/X+D+1QYBJ97eAScG/tXgX38CB/6FBrUH/oX+4v32X38CAlWV3gEnBgb+2d6V/asCf18CCgEeAXsAAAAAEADGAAEAAAAAAAEABwAAAAEAAAAAAAIABwAHAAEAAAAAAAMABwAOAAEAAAAAAAQABwAVAAEAAAAAAAUACwAcAAEAAAAAAAYABwAnAAEAAAAAAAoAKwAuAAEAAAAAAAsAEwBZAAMAAQQJAAEADgBsAAMAAQQJAAIADgB6AAMAAQQJAAMADgCIAAMAAQQJAAQADgCWAAMAAQQJAAUAFgCkAAMAAQQJAAYADgC6AAMAAQQJAAoAVgDIAAMAAQQJAAsAJgEeVmlkZW9KU1JlZ3VsYXJWaWRlb0pTVmlkZW9KU1ZlcnNpb24gMS4wVmlkZW9KU0dlbmVyYXRlZCBieSBzdmcydHRmIGZyb20gRm9udGVsbG8gcHJvamVjdC5odHRwOi8vZm9udGVsbG8uY29tAFYAaQBkAGUAbwBKAFMAUgBlAGcAdQBsAGEAcgBWAGkAZABlAG8ASgBTAFYAaQBkAGUAbwBKAFMAVgBlAHIAcwBpAG8AbgAgADEALgAwAFYAaQBkAGUAbwBKAFMARwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABzAHYAZwAyAHQAdABmACAAZgByAG8AbQAgAEYAbwBuAHQAZQBsAGwAbwAgAHAAcgBvAGoAZQBjAHQALgBoAHQAdABwADoALwAvAGYAbwBuAHQAZQBsAGwAbwAuAGMAbwBtAAAAAgAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAABAgEDAQQBBQEGAQcBCAEJAQoBCwEMAQ0BDgEPARABEQESARMBFAEVARYBFwEYARkBGgEbARwBHQEeAR8EcGxheQtwbGF5LWNpcmNsZQVwYXVzZQt2b2x1bWUtbXV0ZQp2b2x1bWUtbG93CnZvbHVtZS1taWQLdm9sdW1lLWhpZ2gQZnVsbHNjcmVlbi1lbnRlcg9mdWxsc2NyZWVuLWV4aXQGc3F1YXJlB3NwaW5uZXIJc3VidGl0bGVzCGNhcHRpb25zCGNoYXB0ZXJzBXNoYXJlA2NvZwZjaXJjbGUOY2lyY2xlLW91dGxpbmUTY2lyY2xlLWlubmVyLWNpcmNsZQJoZAZjYW5jZWwGcmVwbGF5CGZhY2Vib29rBWdwbHVzCGxpbmtlZGluB3R3aXR0ZXIGdHVtYmxyCXBpbnRlcmVzdBFhdWRpby1kZXNjcmlwdGlvbgVhdWRpbwAAAAAA) format("truetype");
  font-weight: 400;
  font-style: normal; }
.video-js .vjs-big-play-button:before, .video-js .vjs-play-control:before, .vjs-icon-play:before {
  content: "\f101"; }

.vjs-icon-play-circle:before {
  content: "\f102"; }

.video-js .vjs-play-control.vjs-playing:before, .vjs-icon-pause:before {
  content: "\f103"; }

.video-js .vjs-mute-control.vjs-vol-0:before, .video-js .vjs-volume-menu-button.vjs-vol-0:before, .vjs-icon-volume-mute:before {
  content: "\f104"; }

.video-js .vjs-mute-control.vjs-vol-1:before, .video-js .vjs-volume-menu-button.vjs-vol-1:before, .vjs-icon-volume-low:before {
  content: "\f105"; }

.video-js .vjs-mute-control.vjs-vol-2:before, .video-js .vjs-volume-menu-button.vjs-vol-2:before, .vjs-icon-volume-mid:before {
  content: "\f106"; }

.video-js .vjs-mute-control:before, .video-js .vjs-volume-menu-button:before, .vjs-icon-volume-high:before {
  content: "\f107"; }

.video-js .vjs-fullscreen-control:before, .vjs-icon-fullscreen-enter:before {
  content: "\f108"; }

.video-js.vjs-fullscreen .vjs-fullscreen-control:before, .vjs-icon-fullscreen-exit:before {
  content: "\f109"; }

.vjs-icon-square:before {
  content: "\f10a"; }

.vjs-icon-spinner:before {
  content: "\f10b"; }

.video-js .vjs-subtitles-button:before, .vjs-icon-subtitles:before {
  content: "\f10c"; }

.video-js .vjs-captions-button:before, .vjs-icon-captions:before {
  content: "\f10d"; }

.video-js .vjs-chapters-button:before, .vjs-icon-chapters:before {
  content: "\f10e"; }

.vjs-icon-share {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal; }

.vjs-icon-share:before {
  content: "\f10f"; }

.vjs-icon-cog:before {
  content: "\f110"; }

.video-js .vjs-mouse-display:before, .video-js .vjs-play-progress:before, .video-js .vjs-volume-level:before, .vjs-icon-circle:before {
  content: "\f111"; }

.vjs-icon-circle-outline:before {
  content: "\f112"; }

.vjs-icon-circle-inner-circle:before {
  content: "\f113"; }

.vjs-icon-hd:before {
  content: "\f114"; }

.video-js .vjs-control.vjs-close-button:before, .vjs-icon-cancel:before {
  content: "\f115"; }

.vjs-icon-replay:before {
  content: "\f116"; }

.vjs-icon-facebook:before {
  content: "\f117"; }

.vjs-icon-gplus:before {
  content: "\f118"; }

.vjs-icon-linkedin:before {
  content: "\f119"; }

.vjs-icon-twitter:before {
  content: "\f11a"; }

.vjs-icon-tumblr:before {
  content: "\f11b"; }

.vjs-icon-pinterest:before {
  content: "\f11c"; }

.video-js .vjs-descriptions-button:before, .vjs-icon-audio-description:before {
  content: "\f11d"; }

.video-js .vjs-audio-button:before, .vjs-icon-audio:before {
  content: "\f11e"; }

.video-js {
  display: block;
  vertical-align: top;
  box-sizing: border-box;
  position: relative;
  padding: 0;
  font-size: 10px;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  font-family: Arial,Helvetica,sans-serif;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.video-js:-moz-full-screen {
  position: absolute; }

.video-js:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important; }

.video-js .vjs-tech, .video-js.vjs-fill {
  width: 100%;
  height: 100%; }

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

.video-js ul {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  list-style-position: outside;
  margin: 0; }

.vjs-error .vjs-error-display:before, .vjs-menu .vjs-menu-content, .vjs-no-js {
  font-family: Arial,Helvetica,sans-serif; }

.video-js.vjs-16-9, .video-js.vjs-4-3, .video-js.vjs-fluid {
  width: 100%;
  max-width: 100%;
  height: 0; }

.video-js.vjs-16-9 {
  padding-top: 50%; }

.video-js.vjs-4-3 {
  padding-top: 75%; }

.video-js .vjs-tech {
  position: absolute;
  top: 0;
  left: 0; }

body.vjs-full-window {
  padding: 0;
  margin: 0;
  height: 100%;
  overflow-y: auto; }

.vjs-full-window .video-js.vjs-fullscreen {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0; }

.video-js.vjs-fullscreen {
  width: 100% !important;
  height: 100% !important;
  padding-top: 0 !important; }

.video-js.vjs-fullscreen.vjs-user-inactive {
  cursor: none; }

.vjs-hidden {
  display: none !important; }

.vjs-disabled {
  opacity: .5;
  cursor: default; }

.video-js .vjs-offscreen {
  height: 1px;
  left: -9999px;
  position: absolute;
  top: 0;
  width: 1px; }

.vjs-lock-showing {
  display: block !important;
  opacity: 1;
  visibility: visible; }

.vjs-no-js {
  padding: 20px;
  font-size: 18px;
  width: 300px;
  height: 150px;
  margin: 0 auto; }

.vjs-no-js a, .vjs-no-js a:visited {
  color: #66A8CC; }

.video-js .vjs-big-play-button {
  font-size: 3em;
  line-height: 1.5em;
  height: 1.5em;
  width: 3em;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 0;
  cursor: pointer;
  opacity: 1;
  border: .06666em solid #fff;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  -webkit-border-radius: .3em;
  -moz-border-radius: .3em;
  border-radius: .3em;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s; }

.vjs-big-play-centered .vjs-big-play-button {
  top: 50%;
  left: 50%;
  margin-top: -.75em;
  margin-left: -1.5em; }

.video-js .vjs-big-play-button:focus, .video-js:hover .vjs-big-play-button {
  outline: 0;
  border-color: #fff;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s; }

.vjs-controls-disabled .vjs-big-play-button, .vjs-error .vjs-big-play-button, .vjs-has-started .vjs-big-play-button, .vjs-using-native-controls .vjs-big-play-button {
  display: none; }

.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button {
  display: block; }

.video-js button {
  background: 0 0;
  border: none;
  color: inherit;
  display: inline-block;
  overflow: visible;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  text-decoration: none;
  transition: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.video-js .vjs-control.vjs-close-button {
  cursor: pointer;
  height: 3em;
  position: absolute;
  right: 0;
  top: .5em;
  z-index: 2; }

.vjs-menu-button {
  cursor: pointer; }

.vjs-menu-button.vjs-disabled {
  cursor: default; }

.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
  display: none; }

.vjs-menu .vjs-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  overflow: auto; }

.vjs-scrubbing .vjs-menu-button:hover .vjs-menu {
  display: none; }

.vjs-menu li {
  list-style: none;
  margin: 0;
  padding: .2em 0;
  line-height: 1.4em;
  font-size: 1.2em;
  text-transform: lowercase; }

.vjs-menu li.vjs-menu-item:focus, .vjs-menu li.vjs-menu-item:hover {
  outline: 0;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5); }

.vjs-menu li.vjs-selected, .vjs-menu li.vjs-selected:focus, .vjs-menu li.vjs-selected:hover {
  background-color: #fff;
  color: #2B333F; }

.vjs-menu li.vjs-menu-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 2em;
  padding: 0;
  margin: 0 0 .3em;
  font-weight: 700;
  cursor: default; }

.vjs-menu-button-popup .vjs-menu {
  display: none;
  position: absolute;
  bottom: 0;
  width: 10em;
  left: -3em;
  height: 0;
  margin-bottom: 1.5em;
  border-top-color: rgba(43, 51, 63, 0.7); }

.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  position: absolute;
  width: 100%;
  bottom: 1.5em;
  max-height: 15em; }

.vjs-menu-button-popup .vjs-menu.vjs-lock-showing, .vjs-workinghover .vjs-menu-button-popup:hover .vjs-menu {
  display: block; }

.video-js .vjs-menu-button-inline {
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  overflow: hidden; }

.video-js .vjs-menu-button-inline:before {
  width: 2.222222222em; }

.video-js .vjs-menu-button-inline.vjs-slider-active, .video-js .vjs-menu-button-inline:focus, .video-js .vjs-menu-button-inline:hover, .video-js.vjs-no-flex .vjs-menu-button-inline {
  width: 12em; }

.video-js .vjs-menu-button-inline.vjs-slider-active {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none; }

.vjs-menu-button-inline .vjs-menu {
  opacity: 0;
  height: 100%;
  width: auto;
  position: absolute;
  left: 4em;
  top: 0;
  padding: 0;
  margin: 0;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s; }

.vjs-menu-button-inline.vjs-slider-active .vjs-menu, .vjs-menu-button-inline:focus .vjs-menu, .vjs-menu-button-inline:hover .vjs-menu {
  display: block;
  opacity: 1; }

.vjs-no-flex .vjs-menu-button-inline .vjs-menu {
  display: block;
  opacity: 1;
  position: relative;
  width: auto; }

.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu, .vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu, .vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu {
  width: auto; }

.vjs-menu-button-inline .vjs-menu-content {
  width: auto;
  height: 100%;
  margin: 0;
  overflow: hidden; }

.video-js .vjs-control-bar {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7); }

.vjs-has-started .vjs-control-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility .1s,opacity .1s;
  -moz-transition: visibility .1s,opacity .1s;
  -o-transition: visibility .1s,opacity .1s;
  transition: visibility .1s,opacity .1s; }

.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  visibility: visible;
  opacity: 0;
  -webkit-transition: visibility 1s,opacity 1s;
  -moz-transition: visibility 1s,opacity 1s;
  -o-transition: visibility 1s,opacity 1s;
  transition: visibility 1s,opacity 1s; }

.vjs-controls-disabled .vjs-control-bar, .vjs-error .vjs-control-bar, .vjs-using-native-controls .vjs-control-bar {
  display: none !important; }

.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  opacity: 1;
  visibility: visible; }

.vjs-has-started.vjs-no-flex .vjs-control-bar {
  display: table; }

.video-js .vjs-control {
  outline: 0;
  position: relative;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 4em;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none; }

.video-js .vjs-control:before {
  font-size: 1.8em;
  line-height: 1.67; }

.video-js .vjs-control:focus, .video-js .vjs-control:focus:before, .video-js .vjs-control:hover:before {
  text-shadow: 0 0 1em #fff; }

.video-js .vjs-control-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.vjs-no-flex .vjs-control {
  display: table-cell;
  vertical-align: middle; }

.video-js .vjs-custom-control-spacer {
  display: none; }

.video-js .vjs-progress-control {
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 4em; }

.vjs-live .vjs-progress-control {
  display: none; }

.video-js .vjs-progress-holder {
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  height: .3em; }

.video-js .vjs-progress-control:hover .vjs-progress-holder {
  font-size: 1.666666666666666666em; }

.video-js .vjs-progress-control:hover .vjs-mouse-display:after, .video-js .vjs-progress-control:hover .vjs-play-progress:after, .video-js .vjs-progress-control:hover .vjs-time-tooltip {
  font-family: Arial,Helvetica,sans-serif;
  visibility: visible;
  font-size: .6em; }

.video-js .vjs-progress-holder .vjs-load-progress, .video-js .vjs-progress-holder .vjs-load-progress div, .video-js .vjs-progress-holder .vjs-play-progress, .video-js .vjs-progress-holder .vjs-tooltip-progress-bar {
  position: absolute;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 0;
  left: 0;
  top: 0; }

.video-js .vjs-mouse-display:before, .video-js .vjs-progress-control .vjs-keep-tooltips-inside:after {
  display: none; }

.video-js .vjs-play-progress {
  background-color: #fff; }

.video-js .vjs-play-progress:before {
  position: absolute;
  top: -.333333333333333em;
  right: -.5em;
  font-size: .9em; }

.video-js .vjs-mouse-display:after, .video-js .vjs-play-progress:after, .video-js .vjs-time-tooltip {
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  top: -3.4em;
  right: -1.9em;
  font-size: .9em;
  color: #000;
  content: attr(data-current-time);
  padding: 6px 8px 8px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-border-radius: .3em;
  -moz-border-radius: .3em;
  border-radius: .3em; }

.video-js .vjs-play-progress:after, .video-js .vjs-play-progress:before, .video-js .vjs-time-tooltip {
  z-index: 1; }

.video-js .vjs-load-progress {
  background: #bfc7d3;
  background: rgba(115, 133, 159, 0.5); }

.video-js .vjs-load-progress div {
  background: #fff;
  background: rgba(115, 133, 159, 0.75); }

.video-js.vjs-no-flex .vjs-progress-control {
  width: auto; }

.video-js .vjs-time-tooltip {
  display: inline-block;
  height: 2.4em;
  position: relative;
  float: right;
  right: -1.9em; }

.vjs-tooltip-progress-bar {
  visibility: hidden; }

.video-js .vjs-progress-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #000;
  z-index: 1; }

.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  z-index: 0; }

.video-js .vjs-progress-control:hover .vjs-mouse-display {
  display: block; }

.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display, .video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display:after {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 1s,opacity 1s;
  -moz-transition: visibility 1s,opacity 1s;
  -o-transition: visibility 1s,opacity 1s;
  transition: visibility 1s,opacity 1s; }

.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display, .video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display:after {
  display: none; }

.video-js .vjs-progress-control .vjs-mouse-display:after, .vjs-mouse-display .vjs-time-tooltip {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8); }

.video-js .vjs-slider {
  outline: 0;
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0 .45em;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5); }

.video-js .vjs-slider:focus {
  text-shadow: 0 0 1em #fff;
  -webkit-box-shadow: 0 0 1em #fff;
  -moz-box-shadow: 0 0 1em #fff;
  box-shadow: 0 0 1em #fff; }

.video-js .vjs-mute-control, .video-js .vjs-volume-menu-button {
  cursor: pointer;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none; }

.video-js .vjs-volume-control {
  width: 5em;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.video-js .vjs-volume-bar {
  margin: 1.35em .45em; }

.vjs-volume-bar.vjs-slider-horizontal {
  width: 5em;
  height: .3em; }

.vjs-volume-bar.vjs-slider-vertical {
  width: .3em;
  height: 5em;
  margin: 1.35em auto; }

.video-js .vjs-volume-level {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff; }

.video-js .vjs-volume-level:before {
  position: absolute;
  font-size: .9em; }

.vjs-slider-vertical .vjs-volume-level {
  width: .3em; }

.vjs-slider-vertical .vjs-volume-level:before {
  top: -.5em;
  left: -.3em; }

.vjs-slider-horizontal .vjs-volume-level {
  height: .3em; }

.vjs-slider-horizontal .vjs-volume-level:before {
  top: -.3em;
  right: -.5em; }

.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
  height: 100%; }

.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
  width: 100%; }

.vjs-menu-button-popup.vjs-volume-menu-button .vjs-menu {
  display: block;
  width: 0;
  height: 0;
  border-top-color: transparent; }

.vjs-menu-button-popup.vjs-volume-menu-button-vertical .vjs-menu {
  left: .5em;
  height: 8em; }

.vjs-menu-button-popup.vjs-volume-menu-button-horizontal .vjs-menu {
  left: -2em; }

.vjs-menu-button-popup.vjs-volume-menu-button .vjs-menu-content {
  height: 0;
  width: 0;
  overflow-x: hidden;
  overflow-y: hidden; }

.vjs-volume-menu-button-vertical .vjs-lock-showing .vjs-menu-content, .vjs-volume-menu-button-vertical.vjs-slider-active .vjs-menu-content, .vjs-volume-menu-button-vertical:focus .vjs-menu-content, .vjs-volume-menu-button-vertical:hover .vjs-menu-content {
  height: 8em;
  width: 2.9em; }

.vjs-volume-menu-button-horizontal .vjs-lock-showing .vjs-menu-content, .vjs-volume-menu-button-horizontal .vjs-slider-active .vjs-menu-content, .vjs-volume-menu-button-horizontal:focus .vjs-menu-content, .vjs-volume-menu-button-horizontal:hover .vjs-menu-content {
  height: 2.9em;
  width: 8em; }

.vjs-volume-menu-button.vjs-menu-button-inline .vjs-menu-content {
  background-color: transparent !important; }

.vjs-poster {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-color: #000;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%; }

.vjs-poster img {
  display: block;
  vertical-align: middle;
  margin: 0 auto;
  max-height: 100%;
  padding: 0;
  width: 100%; }

.vjs-has-started .vjs-poster {
  display: none; }

.vjs-audio.vjs-has-started .vjs-poster {
  display: block; }

.vjs-using-native-controls .vjs-poster {
  display: none; }

.video-js .vjs-live-control {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  font-size: 1em;
  line-height: 3em; }

.vjs-no-flex .vjs-live-control {
  display: table-cell;
  width: auto;
  text-align: left; }

.video-js .vjs-current-time, .video-js .vjs-duration, .vjs-live .vjs-time-control, .vjs-live .vjs-time-divider, .vjs-no-flex .vjs-current-time, .vjs-no-flex .vjs-duration {
  display: none; }

.video-js .vjs-time-control {
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  font-size: 1em;
  line-height: 3em;
  min-width: 2em;
  width: auto;
  padding-left: 1em;
  padding-right: 1em; }

.vjs-time-divider {
  display: none;
  line-height: 3em; }

.video-js .vjs-play-control {
  cursor: pointer;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none; }

.vjs-text-track-display {
  position: absolute;
  bottom: 3em;
  left: 0;
  right: 0;
  top: 0;
  pointer-events: none; }

.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
  bottom: 1em; }

.video-js .vjs-text-track {
  font-size: 1.4em;
  text-align: center;
  margin-bottom: .1em;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5); }

.vjs-subtitles {
  color: #fff; }

.vjs-captions {
  color: #fc6; }

.vjs-tt-cue {
  display: block; }

video::-webkit-media-text-track-display {
  -moz-transform: translateY(-3em);
  -ms-transform: translateY(-3em);
  -o-transform: translateY(-3em);
  -webkit-transform: translateY(-3em);
  transform: translateY(-3em); }

.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
  -moz-transform: translateY(-1.5em);
  -ms-transform: translateY(-1.5em);
  -o-transform: translateY(-1.5em);
  -webkit-transform: translateY(-1.5em);
  transform: translateY(-1.5em); }

.video-js .vjs-fullscreen-control {
  cursor: pointer;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none; }

.vjs-playback-rate .vjs-playback-rate-value {
  font-size: 1.5em;
  line-height: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center; }

.vjs-playback-rate .vjs-menu {
  width: 4em;
  left: 0; }

.vjs-error .vjs-error-display .vjs-modal-dialog-content {
  font-size: 1.4em;
  text-align: center; }

.vjs-error .vjs-error-display:before {
  color: #fff;
  content: 'X';
  font-size: 4em;
  left: 0;
  line-height: 1;
  margin-top: -.5em;
  position: absolute;
  text-shadow: .05em .05em .1em #000;
  text-align: center;
  top: 50%;
  vertical-align: middle;
  width: 100%; }

.vjs-loading-spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .85;
  text-align: left;
  border: 6px solid rgba(43, 51, 63, 0.7);
  box-sizing: border-box;
  background-clip: padding-box;
  width: 50px;
  height: 50px;
  border-radius: 25px; }

.vjs-seeking .vjs-loading-spinner, .vjs-waiting .vjs-loading-spinner {
  display: block; }

.vjs-loading-spinner:after, .vjs-loading-spinner:before {
  content: "";
  position: absolute;
  margin: -6px;
  box-sizing: inherit;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  opacity: 1;
  border: inherit;
  border-color: #fff transparent transparent; }

.vjs-seeking .vjs-loading-spinner:after, .vjs-seeking .vjs-loading-spinner:before, .vjs-waiting .vjs-loading-spinner:after, .vjs-waiting .vjs-loading-spinner:before {
  -webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
  animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite; }

.vjs-seeking .vjs-loading-spinner:before, .vjs-waiting .vjs-loading-spinner:before {
  border-top-color: #fff; }

.vjs-seeking .vjs-loading-spinner:after, .vjs-waiting .vjs-loading-spinner:after {
  border-top-color: #fff;
  -webkit-animation-delay: .44s;
  animation-delay: .44s; }

@keyframes vjs-spinner-spin {
  100% {
    transform: rotate(360deg); } }
@-webkit-keyframes vjs-spinner-spin {
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes vjs-spinner-fade {
  0%,100%,20%,60% {
    border-top-color: #73859f; }
  35% {
    border-top-color: #fff; } }
@-webkit-keyframes vjs-spinner-fade {
  0%,100%,20%,60% {
    border-top-color: #73859f; }
  35% {
    border-top-color: #fff; } }
.vjs-chapters-button .vjs-menu ul {
  width: 24em; }

.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-custom-control-spacer {
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto; }

.video-js.vjs-layout-tiny:not(.vjs-fullscreen).vjs-no-flex .vjs-custom-control-spacer {
  width: auto; }

.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-captions-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-descriptions-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-playback-rate, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-remaining-time, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-subtitles-button .vjs-audio-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-control, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-audio-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-captions-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-descriptions-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-playback-rate, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-progress-control, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-remaining-time, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subtitles-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-control, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-menu-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-audio-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-captions-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-descriptions-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-playback-rate, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-remaining-time, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subtitles-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-control, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-menu-button {
  display: none; }

.vjs-caption-settings {
  position: relative;
  top: 1em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.75);
  color: #fff;
  margin: 0 auto;
  padding: .5em;
  height: 16em;
  font-size: 12px;
  width: 40em; }

.vjs-caption-settings .vjs-tracksettings {
  top: 0;
  bottom: 1em;
  left: 0;
  right: 0;
  position: absolute;
  overflow: auto; }

.vjs-caption-settings .vjs-tracksettings-colors, .vjs-caption-settings .vjs-tracksettings-font {
  float: left; }

.vjs-caption-settings .vjs-tracksettings-colors:after, .vjs-caption-settings .vjs-tracksettings-controls:after, .vjs-caption-settings .vjs-tracksettings-font:after {
  clear: both; }

.vjs-caption-settings .vjs-tracksettings-controls {
  position: absolute;
  bottom: 1em;
  right: 1em; }

.vjs-caption-settings .vjs-tracksetting {
  margin: 5px;
  padding: 3px;
  min-height: 40px;
  border: none; }

.vjs-caption-settings .vjs-tracksetting label, .vjs-caption-settings .vjs-tracksetting legend {
  display: block;
  width: 100px;
  margin-bottom: 5px; }

.vjs-caption-settings .vjs-tracksetting span {
  display: inline;
  margin-left: 5px;
  vertical-align: top;
  float: right; }

.vjs-caption-settings .vjs-tracksetting > div {
  margin-bottom: 5px;
  min-height: 20px; }

.vjs-caption-settings .vjs-tracksetting > div:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  min-height: 0; }

.vjs-caption-settings label > input {
  margin-right: 10px; }

.vjs-caption-settings fieldset {
  margin-top: 1em;
  margin-left: .5em; }

.vjs-caption-settings fieldset .vjs-label {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.vjs-caption-settings input[type=button] {
  width: 40px;
  height: 40px; }

.video-js .vjs-modal-dialog {
  background: rgba(0, 0, 0, 0.8);
  background: -webkit-linear-gradient(-90deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0)); }

.vjs-modal-dialog .vjs-modal-dialog-content {
  font-size: 1.2em;
  line-height: 1.5;
  padding: 20px 24px;
  z-index: 1; }

@media print {
  .video-js > :not(.vjs-tech):not(.vjs-poster) {
    visibility: hidden; } }
@media \0screen {
  .vjs-user-inactive.vjs-playing .vjs-control-bar :before {
    content: ""; }

  .vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
    visibility: hidden; } }
/*-------------------
Fuer SIX Offene System
erstellt am: 04.05.2017
---------------------*/
/*-------------------
Functions START
---------------------*/
/*==============================================================================
  Rows, containing any number of columns 
==============================================================================*/
.row {
  display: block;
  margin: 0 auto 20px;
  min-width: 768px;
  /* For oldIE, will be overwritten inside @media query */
  max-width: 940px;
  /* Make sure the grid doesn't get too wide */
  width: 100%;
  padding: 0 20px;
  *zoom: 1; }
  .row:before, .row:after {
    content: "";
    display: table; }
  .row:after {
    clear: both; }
  .row .row {
    min-width: 0;
    max-width: none; }
    @media only screen and (max-width: 768px) {
      .row .row .col {
        margin: 0; } }
  @media only screen and (max-width: 768px) {
    .row {
      max-width: none;
      min-width: 0;
      width: 100%;
      padding: 0 80px; } }
  @media only screen and (max-width: 767px) {
    .row {
      padding: 0 40px; } }

/*==============================================================================
  Columns, generic
==============================================================================*/
/**
* In order to work around browsers' different rounding behaviours, we'll float 
* the last column in a row to the right so the edge aligns. You can override 
* that behaviour by adding class="end" in the last column. 
* 
* Idea taken from: 
* http://foundation.zurb.com/docs/grid.php 
* http://www.netmagazine.com/tutorials/building-modern-grid-system
* 
*/
.col + .col:last-child {
  float: right; }

.col + .col.end {
  float: left; }

/* Cancel the left margin in the first item */
.row .col:first-child,
.row .row .col:first-child {
  margin-left: 0; }

/* Column, generic */
.col {
  display: inline;
  float: left;
  min-height: 1px;
  position: relative;
  margin: 0 0 0 4%; }

/*==============================================================================
  Column widths and left margins (use your own classes, this is just for demonstration)
==============================================================================*/
.one {
  width: 4.6666666667%; }
  @media only screen and (max-width: 768px) {
    .one {
      width: 100%;
      float: none !important;
      display: block;
      margin: 0; } }

.two {
  width: 13.3333333333%; }
  @media only screen and (max-width: 768px) {
    .two {
      width: 100%;
      float: none !important;
      display: block;
      margin: 0; } }

.three {
  width: 22%; }
  @media only screen and (max-width: 768px) {
    .three {
      width: 100%;
      float: none !important;
      display: block;
      margin: 0; } }

.four {
  width: 30.6666666667%; }
  @media only screen and (max-width: 768px) {
    .four {
      width: 100%;
      float: none !important;
      display: block;
      margin: 0; } }

.five {
  width: 39.3333333333%; }
  @media only screen and (max-width: 768px) {
    .five {
      width: 100%;
      float: none !important;
      display: block;
      margin: 0; } }

.six {
  width: 48%; }
  @media only screen and (max-width: 768px) {
    .six {
      width: 100%;
      float: none !important;
      display: block;
      margin: 0; } }

.seven {
  width: 56.6666666667%; }
  @media only screen and (max-width: 768px) {
    .seven {
      width: 100%;
      float: none !important;
      display: block;
      margin: 0; } }

.eight {
  width: 65.3333333333%; }
  @media only screen and (max-width: 768px) {
    .eight {
      width: 100%;
      float: none !important;
      display: block;
      margin: 0; } }

.nine {
  width: 74%; }
  @media only screen and (max-width: 768px) {
    .nine {
      width: 100%;
      float: none !important;
      display: block;
      margin: 0; } }

/*
 * Legal Disclaimer
 *
 * These Fonts are licensed only for use on these domains and their subdomains:
 * www.mvv-energie.de
 *
 * It is illegal to download or use them on other websites.
 *
 * While the @font-face statements below may be modified by the client, this
 * disclaimer may not be removed.
 *
 * Lineto.com, 2016
 */
@font-face {
  font-family: "Circular-Pro";
  src: url("../fonts/lineto-circular-pro-book.eot");
  src: url("../fonts/lineto-circular-pro-book.eot?#iefix") format("embedded-opentype"), url("../fonts/lineto-circular-pro-book.woff2") format("woff2"), url("../fonts/lineto-circular-pro-book.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "Circular-Pro";
  src: url("../fonts/lineto-circular-pro-bolditalic.eot");
  src: url("../fonts/lineto-circular-pro-bolditalic.eot?#iefix") format("embedded-opentype"), url("../fonts/lineto-circular-pro-bolditalic.woff2") format("woff2"), url("../fonts/lineto-circular-pro-bolditalic.woff") format("woff");
  font-weight: 500;
  font-style: italic; }
@font-face {
  font-family: "Circular-Pro";
  src: url("../fonts/lineto-circular-pro-blackitalic.eot");
  src: url("../fonts/lineto-circular-pro-blackitalic.eot?#iefix") format("embedded-opentype"), url("../fonts/lineto-circular-pro-blackitalic.woff2") format("woff2"), url("../fonts/lineto-circular-pro-blackitalic.woff") format("woff");
  font-weight: bold;
  font-style: italic; }
@font-face {
  font-family: "Circular-Pro";
  src: url("../fonts/lineto-circular-pro-medium.eot");
  src: url("../fonts/lineto-circular-pro-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/lineto-circular-pro-medium.woff2") format("woff2"), url("../fonts/lineto-circular-pro-medium.woff") format("woff");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: "Circular-Pro";
  src: url("../fonts/lineto-circular-pro-mediumitalic.eot");
  src: url("../fonts/lineto-circular-pro-mediumitalic.eot?#iefix") format("embedded-opentype"), url("../fonts/lineto-circular-pro-mediumitalic.woff2") format("woff2"), url("../fonts/lineto-circular-pro-mediumitalic.woff") format("woff");
  font-weight: 300;
  font-style: italic; }
@font-face {
  font-family: "Circular-Pro";
  src: url("../fonts/lineto-circular-pro-black.eot");
  src: url("../fonts/lineto-circular-pro-black.eot?#iefix") format("embedded-opentype"), url("../fonts/lineto-circular-pro-black.woff2") format("woff2"), url("../fonts/lineto-circular-pro-black.woff") format("woff");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: "Circular-Pro";
  src: url("../fonts/lineto-circular-pro-bookitalic.eot");
  src: url("../fonts/lineto-circular-pro-bookitalic.eot?#iefix") format("embedded-opentype"), url("../fonts/lineto-circular-pro-bookitalic.woff2") format("woff2"), url("../fonts/lineto-circular-pro-bookitalic.woff") format("woff");
  font-weight: normal;
  font-style: italic; }
@font-face {
  font-family: "Circular-Pro";
  src: url("../fonts/lineto-circular-pro-bold.eot");
  src: url("../fonts/lineto-circular-pro-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/lineto-circular-pro-bold.woff2") format("woff2"), url("../fonts/lineto-circular-pro-bold.woff") format("woff");
  font-weight: 500;
  font-style: normal; }
html {
  font-size: 16px;
  line-height: 1.5; }
  html.open, html.open body {
    overflow: hidden; }

body {
  text-rendering: optimizeLegibility;
  text-rendering: geometricPrecision;
  font-smooth: always;
  font-smoothing: subpixel-antialiased;
  -moz-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: black;
  font-weight: normal;
  margin: 0;
  font-size: 16px; }

/*-------------------
Helper START
---------------------*/
.text-right {
  text-align: right; }

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

.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: "";
    display: table; }
  .clearfix:after {
    clear: both; }

.img-responsive {
  width: 100%;
  height: auto; }

hr {
  background-color: none;
  border: none;
  border-bottom: 1px solid #ebebeb;
  margin: 40px 0; }

.show-sm {
  display: none; }
  @media only screen and (max-width: 768px) {
    .show-sm {
      display: block !important; } }

.hide-sm {
  display: block; }
  @media only screen and (max-width: 768px) {
    .hide-sm {
      display: none !important; } }

/* Grid */
.col {
  margin: 0 0 0 4%; }

.two {
  width: 13.3333333333%; }
  @media only screen and (max-width: 768px) {
    .two {
      width: 100%;
      float: none !important;
      display: block;
      margin: 0; } }

.three {
  width: 22%; }
  @media only screen and (max-width: 768px) {
    .three {
      width: 100%;
      float: none !important;
      display: block;
      margin: 0; } }

.four {
  width: 30.6666666667%; }
  @media only screen and (max-width: 768px) {
    .four {
      width: 100%;
      float: none !important;
      display: block;
      margin: 0; } }

.five {
  width: 39.3333333333%; }
  @media only screen and (max-width: 768px) {
    .five {
      width: 100%;
      float: none !important;
      display: block;
      margin: 0; } }

.six {
  width: 48%; }
  @media only screen and (max-width: 768px) {
    .six {
      width: 100%;
      float: none !important;
      display: block;
      margin: 0; } }

.seven {
  width: 56.6666666667%; }
  @media only screen and (max-width: 768px) {
    .seven {
      width: 100%;
      float: none !important;
      display: block;
      margin: 0; } }

.eight {
  width: 65.3333333333%; }
  @media only screen and (max-width: 768px) {
    .eight {
      width: 100%;
      float: none !important;
      display: block;
      margin: 0; } }

.nine {
  width: 74%; }
  @media only screen and (max-width: 768px) {
    .nine {
      width: 100%;
      float: none !important;
      display: block;
      margin: 0; } }

.ten {
  width: 82.6666666667%; }
  @media only screen and (max-width: 768px) {
    .ten {
      width: 100%;
      float: none !important;
      display: block;
      margin: 0; } }

a:before {
  text-decoration: underline; }
a:hover {
  text-decoration: underline; }
  a:hover:before {
    text-decoration: none; }

section {
  overflow: hidden; }
  section a {
    font-weight: bold;
    font-size: 16px;
    font-size: 1rem;
    line-height: 22px;
    line-height: 1.375rem; }
    section a:before {
      font-family: "mvv";
      font-style: normal;
      font-weight: normal;
      speak: none;
      display: inline-block;
      text-decoration: inherit;
      width: 1em;
      margin-right: .2em;
      text-align: center;
      font-variant: normal;
      text-transform: none;
      line-height: 1em;
      margin-left: .2em;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: '\e805';
      margin-right: 15px;
      color: #e30421;
      text-decoration: none; }

.table {
  display: table; }
  .table .table-row {
    display: table-row; }
    .table .table-row .table-cell {
      display: table-cell; }

/*--- Helper END */
/*-------------------
IE Fixes START
---------------------*/
/*--- IE Fixes END */
/*-------------------
fonts START
---------------------*/
h1 {
  font-size: 80px;
  font-size: 5rem;
  line-height: 83px;
  line-height: 5.1875rem;
  font-weight: bold; }
  @media only screen and (max-width: 767px) {
    h1 {
      font-size: 40px;
      font-size: 2.5rem;
      line-height: 42px;
      line-height: 2.625rem; } }
  h1 span {
    font-size: 48px;
    font-size: 3rem;
    line-height: 50px;
    line-height: 3.125rem; }
    @media only screen and (max-width: 767px) {
      h1 span {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 25px;
        line-height: 1.5625rem; } }

h2 {
  font-size: 48px;
  font-size: 3rem;
  line-height: 50px;
  line-height: 3.125rem;
  font-weight: bold; }

h3 {
  font-size: 32px;
  font-size: 2rem;
  line-height: 40px;
  line-height: 2.5rem;
  font-weight: bold; }

p.lead {
  font-size: 32px;
  font-size: 2rem;
  line-height: 40px;
  line-height: 2.5rem; }

ul.link-list {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  ul.link-list li {
    margin-bottom: 20px; }
    ul.link-list li a {
      font-weight: bold;
      padding-left: 35px;
      position: relative;
      display: block; }
      ul.link-list li a:before {
        font-family: "mvv";
        font-style: normal;
        font-weight: normal;
        speak: none;
        display: inline-block;
        text-decoration: inherit;
        width: 1em;
        margin-right: .2em;
        text-align: center;
        font-variant: normal;
        text-transform: none;
        line-height: 1em;
        margin-left: .2em;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: '\e805';
        margin-right: 15px;
        position: absolute;
        left: 0;
        top: 3px; }
      ul.link-list li a:hover:before {
        text-decoration: none; }

/*--- fonts END */
/*-------------------
Header START
---------------------*/
.fixed header {
  position: fixed;
  top: -50px; }
.fixed .header__logo img {
  width: 50px;
  height: auto;
  margin-top: 44px; }

header {
  background-color: #e30421;
  color: white;
  padding: 15px 0;
  z-index: 500;
  width: 100%; }
  .open header {
    height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0;
    overflow: auto; }
  .fixed.open header {
    top: -50px;
    height: calc( 100vh + 50px); }
  header > .row {
    margin-bottom: 0; }
    @media only screen and (max-width: 768px) {
      header > .row .ten {
        float: none !important;
        position: absolute;
        top: 70px;
        left: 0;
        display: flex;
        flex-direction: column; } }
  header .header__logo {
    padding: 0; }
    header .header__logo img {
      width: 106px;
      height: 75px; }
      @media only screen and (max-width: 768px) {
        header .header__logo img {
          width: 79px;
          height: 56px; } }
  @media only screen and (max-width: 768px) {
    header .header__nav-meta {
      display: none; } }
  .open header .header__nav-meta {
    display: block;
    order: 2;
    flex-shrink: 0;
    text-align: left; }
  header .header__nav-meta ul {
    margin-bottom: 30px; }
    header .header__nav-meta ul li {
      display: inline-block;
      margin: 0 15px; }
      @media only screen and (max-width: 768px) {
        header .header__nav-meta ul li {
          display: block;
          margin-bottom: 20px; } }
      header .header__nav-meta ul li a {
        color: white;
        -webkit-transition: color ease-out 0.3s;
        -moz-transition: color ease-out 0.3s;
        -ms-transition: color ease-out 0.3s;
        -o-transition: color ease-out 0.3s;
        transition: color ease-out 0.3s; }
        header .header__nav-meta ul li a:hover {
          text-decoration: none;
          color: #787878; }
        @media only screen and (max-width: 768px) {
          header .header__nav-meta ul li a {
            font-size: 24px;
            font-size: 1.5rem;
            line-height: 30px;
            line-height: 1.875rem;
            display: block; } }
  @media only screen and (max-width: 768px) {
    header .nav-menu__wrapper {
      display: none; } }
  .open header .nav-menu__wrapper {
    display: block;
    order: 1;
    flex-shrink: 0; }
  header .nav-menu__wrapper ul {
    list-style-type: none;
    margin-bottom: 5px; }
    @media only screen and (max-width: 768px) {
      header .nav-menu__wrapper ul {
        text-align: left;
        margin: 50px 0 0 0; } }
    header .nav-menu__wrapper ul li {
      display: inline-block;
      margin: 0 15px; }
      @media only screen and (max-width: 768px) {
        header .nav-menu__wrapper ul li {
          position: relative;
          display: block;
          margin-bottom: 20px; } }
      @media only screen and (max-width: 992px) {
        header .nav-menu__wrapper ul li {
          margin: 0 2px; } }
      header .nav-menu__wrapper ul li > ul {
        display: none; }
      @media only screen and (max-width: 768px) {
        header .nav-menu__wrapper ul li.hasChildren > a:after {
          content: ' ';
          display: block;
          position: absolute;
          right: 0;
          top: 7px;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 16px 16px 0 16px;
          border-color: #ffffff transparent transparent transparent; }
        header .nav-menu__wrapper ul li.hasChildren.active > a:after {
          border-width: 0 16px 16px 16px;
          border-color: transparent transparent #ffffff transparent; }
        header .nav-menu__wrapper ul li.hasChildren.active > ul {
          margin-top: 20px;
          display: block; }
          header .nav-menu__wrapper ul li.hasChildren.active > ul li a {
            font-weight: normal;
            text-transform: none; } }
      header .nav-menu__wrapper ul li a {
        color: white;
        font-weight: bold;
        -webkit-transition: color ease-out 0.3s;
        -moz-transition: color ease-out 0.3s;
        -ms-transition: color ease-out 0.3s;
        -o-transition: color ease-out 0.3s;
        transition: color ease-out 0.3s; }
        @media only screen and (max-width: 768px) {
          header .nav-menu__wrapper ul li a {
            font-size: 24px;
            font-size: 1.5rem;
            line-height: 30px;
            line-height: 1.875rem; } }
        header .nav-menu__wrapper ul li a:hover {
          text-decoration: none;
          color: #787878; }
  header .header__mobile-nav {
    position: absolute;
    top: 25px;
    right: 12px;
    z-index: 100000; }
    .fixed header .header__mobile-nav {
      top: 63px; }
    header .header__mobile-nav .navbar-toggle {
      display: none;
      float: right;
      top: 23px;
      left: 5% !important;
      margin: 0;
      padding: 0;
      background-color: transparent;
      background-image: none;
      border: 1px solid transparent;
      border-radius: 0;
      width: 40px;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: all ease-out 0.5s;
      -moz-transition: all ease-out 0.5s;
      -ms-transition: all ease-out 0.5s;
      -o-transition: all ease-out 0.5s;
      transition: all ease-out 0.5s;
      cursor: pointer; }
      @media only screen and (max-width: 768px) {
        header .header__mobile-nav .navbar-toggle {
          display: block; } }
      header .header__mobile-nav .navbar-toggle span.icon-bar {
        -webkit-transition: all ease-out 0.25s;
        -moz-transition: all ease-out 0.25s;
        -ms-transition: all ease-out 0.25s;
        -o-transition: all ease-out 0.25s;
        transition: all ease-out 0.25s;
        position: relative;
        transform-origin: 0 0;
        display: block;
        width: 100%;
        height: 5px;
        border-radius: 0;
        background-color: white; }
        header .header__mobile-nav .navbar-toggle span.icon-bar + .icon-bar {
          margin-top: 6px; }
      header .header__mobile-nav .navbar-toggle:focus, header .header__mobile-nav .navbar-toggle:hover, header .header__mobile-nav .navbar-toggle:active {
        outline: none; }
        header .header__mobile-nav .navbar-toggle:focus .icon-bar, header .header__mobile-nav .navbar-toggle:hover .icon-bar, header .header__mobile-nav .navbar-toggle:active .icon-bar {
          background-color: white; }
    .open header .header__mobile-nav span:nth-child(1) {
      -webkit-transform: rotate(35deg);
      -moz-transform: rotate(35deg);
      -o-transform: rotate(35deg);
      transform: rotate(35deg); }
    .open header .header__mobile-nav span:nth-child(2) {
      opacity: 0; }
    .open header .header__mobile-nav span:nth-child(3) {
      -webkit-transform: rotate(-35deg);
      -moz-transform: rotate(-35deg);
      -o-transform: rotate(-35deg);
      transform: rotate(-35deg);
      left: -3px; }

/*--- Header END */
/*-------------------
Share START
---------------------*/
.header__nav-share-content {
  display: none;
  position: absolute;
  background-color: white;
  right: 0;
  width: 50%;
  top: 113px;
  padding: 50px 30px;
  z-index: 1000; }
  .fixed .header__nav-share-content {
    position: fixed;
    top: 63px; }
  @media only screen and (max-width: 768px) {
    .header__nav-share-content {
      width: 100%; } }
  .header__nav-share-content.active {
    display: block; }
  .header__nav-share-content button {
    position: absolute;
    color: black;
    background: transparent;
    overflow: hidden;
    top: 5px;
    right: 5px;
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 40px;
    line-height: 2.5rem;
    border: none;
    cursor: pointer; }
  .header__nav-share-content .share-title {
    text-align: left;
    color: black;
    font-weight: bold;
    border-bottom: 1px solid black;
    padding-bottom: 5px;
    margin-bottom: 30px;
    font-size: 40px; }
  .header__nav-share-content a {
    color: black;
    margin: 0 20px;
    -webkit-transition: color ease-out 0.3s;
    -moz-transition: color ease-out 0.3s;
    -ms-transition: color ease-out 0.3s;
    -o-transition: color ease-out 0.3s;
    transition: color ease-out 0.3s; }
    .header__nav-share-content a i {
      font-size: 40px;
      font-size: 2.5rem;
      line-height: 40px;
      line-height: 2.5rem; }
    .header__nav-share-content a:hover {
      text-decoration: none; }

/*--- Share END */
/*-------------------
Sections START
---------------------*/
/* Intro */
section#intro {
  overflow: hidden;
  background: transparent no-repeat center top; }
  @media only screen and (max-width: 768px) {
    section#intro {
      /*
      max-height: 380px;
      height: calc( 50vh - 70px );
      background: transparent url(../../img/MVV-Banner-de.jpg) no-repeat right 40% top 0;
      background-size: cover;
      */ } }

/*.Vorstand */
section#board {
  background-color: #ddd;
  padding: 40px 0; }
  @media only screen and (max-width: 992px) {
    section#board .six {
      width: 100%; } }
  @media only screen and (min-width: 991px) {
    section#board .six {
      margin-top: -129px;
      left: 60px; }
      html[lang=en] section#board .six {
        left: 120px; } }
  section#board .video-teaser {
    width: 100%;
    margin-top: 13.5vw; }
    @media only screen and (min-width: 1199px) {
      section#board .video-teaser {
        margin-top: 230px; } }
    section#board .video-teaser > div.table-row > div {
      width: 50%;
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 24px;
      line-height: 1.5rem; }
      section#board .video-teaser > div.table-row > div:first-child {
        vertical-align: top;
        padding-left: 10%;
        padding-right: 10%; }
      section#board .video-teaser > div.table-row > div a {
        display: block; }
        section#board .video-teaser > div.table-row > div a img {
          width: 100%; }

/* Magazine */
section#magazine {
  padding: 80px 0; }
  @media only screen and (max-width: 768px) {
    section#magazine {
      padding: 40px 0; } }
  section#magazine > .row {
    margin-bottom: 0; }
  section#magazine .tab-wrap .row {
    padding: 0; }
    section#magazine .tab-wrap .row > div:first-child {
      margin-bottom: 20px; }
    section#magazine .tab-wrap .row > div .link-list {
      margin-left: 15%;
      margin-top: 8px; }
  @media only screen and (max-width: 768px) {
    section#magazine .content__info {
      display: flex;
      flex-direction: column;
      margin-bottom: 0; }
      section#magazine .content__info .four {
        order: 2;
        margin-bottom: 0 !important; }
      section#magazine .content__info .eight {
        order: 1; }
        section#magazine .content__info .eight a {
          margin-bottom: 40px;
          display: block; } }
  section#magazine #sustainability {
    margin-bottom: 0; }
    section#magazine #sustainability > .col {
      margin-bottom: 0; }

/*-------------------
Project List START
---------------------*/
.project-list {
  padding: 15px;
  width: 100%;
  left: 0;
  top: 45px;
  box-sizing: border-box;
  background-color: #e30421;
  opacity: 0;
  position: relative;
  -webkit-transition: opacity ease-out 0.3s;
  -moz-transition: opacity ease-out 0.3s;
  -ms-transition: opacity ease-out 0.3s;
  -o-transition: opacity ease-out 0.3s;
  transition: opacity ease-out 0.3s; }
  .project-list.active {
    opacity: 1; }
  @media only screen and (max-width: 768px) {
    .project-list {
      top: 10px;
      margin-bottom: 60px;
      position: absolute;
      z-index: 10; } }
  .project-list:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 30px 30px 0;
    border-color: transparent #e30421 transparent transparent;
    position: absolute;
    left: -30px;
    top: 20px; }
    @media only screen and (max-width: 768px) {
      .project-list:after {
        border-width: 0 15px 15px 15px;
        border-color: transparent transparent #e30421 transparent;
        position: absolute;
        left: 50%;
        margin-left: -15px;
        top: -15px;
        bottom: auto; } }
  .project-list li {
    list-style-type: none;
    background-color: white;
    text-align: center;
    margin-bottom: 15px; }
    .project-list li:last-child {
      margin-bottom: 0; }
    .project-list li a {
      display: block;
      padding: 10px;
      font-weight: normal; }
      .project-list li a:before {
        display: none; }

/*--- Project List END */
/* Finanzinformationen */
section#financial_report {
  background-color: #e30421;
  padding: 0px 0 0 0; }
  section#financial_report .open-report {
    background-color: #ddd; }
    section#financial_report .open-report .row {
      margin-top: 0;
      margin-bottom: 0; }
    section#financial_report .open-report h2 {
      text-align: left;
      width: 100%;
      margin: 0;
      color: black; }
      section#financial_report .open-report h2 button {
        all: unset;
        padding: 30px 0;
        width: 100%;
        cursor: pointer;
        color: black;
        display: block;
        text-align: left;
        background-color: transparent;
        font-size: 48px;
        font-size: 3rem;
        line-height: 50px;
        line-height: 3.125rem;
        font-weight: bold;
        background-color: none;
        border: none;
        position: relative; }
        @media only screen and (max-width: 768px) {
          section#financial_report .open-report h2 button {
            font-size: 24px;
            font-size: 1.5rem;
            line-height: 25px;
            line-height: 1.5625rem; } }
        section#financial_report .open-report h2 button:after {
          content: '\2039';
          display: block;
          position: absolute;
          right: 0;
          top: 40px;
          font-size: 70px;
          font-size: 4.375rem;
          line-height: 30px;
          line-height: 1.875rem;
          -moz-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
          -o-transform: rotate(90deg);
          -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
          -webkit-transition: all ease-out 0.3s;
          -moz-transition: all ease-out 0.3s;
          -ms-transition: all ease-out 0.3s;
          -o-transition: all ease-out 0.3s;
          transition: all ease-out 0.3s; }
          @media only screen and (max-width: 768px) {
            section#financial_report .open-report h2 button:after {
              font-size: 35px;
              font-size: 2.1875rem;
              line-height: 15px;
              line-height: 0.9375rem; } }
        section#financial_report .open-report h2 button:focus {
          outline: none; }
  section#financial_report.inactive .open-report h2 button:after {
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg); }
  section#financial_report.inactive > .row, section#financial_report.inactive + #services > .row {
    padding: 0;
    margin: 0 auto;
    height: 0;
    overflow: hidden; }
  section#financial_report > .row {
    -webkit-transition: all ease-out 0.3s;
    -moz-transition: all ease-out 0.3s;
    -ms-transition: all ease-out 0.3s;
    -o-transition: all ease-out 0.3s;
    transition: all ease-out 0.3s;
    padding: 80px 0; }
    @media only screen and (max-width: 768px) {
      section#financial_report > .row {
        padding: 20px 0; } }
  section#financial_report h2 {
    text-align: center;
    font-size: 32px;
    font-size: 2rem;
    line-height: 60px;
    line-height: 3.75rem;
    color: white;
    font-weight: 500;
    margin-bottom: 100px; }
    section#financial_report h2 b {
      font-weight: 500;
      display: inline-block; }
      html[lang=en] section#financial_report h2 b {
        margin-top: 30px; }
    @media only screen and (max-width: 768px) {
      section#financial_report h2 {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 30px;
        line-height: 1.875rem;
        margin-bottom: 60px; } }
    section#financial_report h2 span {
      display: block;
      font-size: 180px;
      font-size: 11.25rem;
      line-height: 120px;
      line-height: 7.5rem;
      font-weight: bold; }
      @media only screen and (max-width: 992px) {
        section#financial_report h2 span {
          font-size: 14vw;
          line-height: 14vw; } }

/* Service */
section#services {
  padding: 70px 0 15px 0; }
  section#services h2 {
    color: #787878; }
  section#services a.financial__info {
    display: inline-block;
    background-color: #787878;
    width: 140px;
    height: 140px;
    color: white;
    font-weight: normal;
    margin: 5px;
    padding: 20px 2px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 18px;
    line-height: 1.125rem;
    overflow: hidden;
    vertical-align: top; }
    .ie8 section#services a.financial__info {
      height: 100px; }
    @media only screen and (max-width: 768px) {
      section#services a.financial__info {
        width: 130px;
        height: 130px; } }
    section#services a.financial__info:before {
      display: none; }
    section#services a.financial__info i {
      display: block;
      width: 100%;
      font-size: 50px;
      font-size: 3.125rem;
      line-height: 50px;
      line-height: 3.125rem;
      margin-bottom: 10px; }
      section#services a.financial__info i:before {
        width: 100%;
        margin: 0; }
    section#services a.financial__info:hover {
      text-decoration: none;
      font-weight: bold; }

/* Downloads */
section#download {
  background-color: #ebebeb;
  padding: 40px 0;
  min-height: 80vh; }
  section#download .four {
    width: 26.6666666667%; }
    @media only screen and (max-width: 768px) {
      section#download .four {
        width: 100%;
        float: none !important;
        display: block;
        margin: 0; } }
  section#download .col {
    margin: 0 0 0 10%; }
    @media only screen and (max-width: 768px) {
      section#download .col {
        margin: 0; } }
    section#download .col:first-child {
      margin-left: 0; }
  @media only screen and (max-width: 768px) {
    section#download .download-item {
      margin-bottom: 30px; } }
  section#download .download-item img {
    margin-bottom: 15px; }
  section#download .download-item > p {
    display: block;
    font-weight: normal;
    margin-bottom: 15px;
    position: relative; }
    @media only screen and (max-width: 768px) {
      section#download .download-item > p a {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 32px;
        line-height: 2rem; } }
    section#download .download-item > p a:before {
      display: none; }
    section#download .download-item > p a:hover {
      text-decoration: none; }
      section#download .download-item > p a:hover i:before {
        font-weight: bold; }
    section#download .download-item > p a i {
      position: absolute;
      bottom: 0;
      right: 9px;
      font-size: 30px;
      font-size: 1.875rem;
      line-height: 30px;
      line-height: 1.875rem; }
  section#download .download-item-sm {
    display: block;
    margin-bottom: 50px;
    background-color: #787878;
    color: white;
    font-weight: normal;
    padding: 25px 20px;
    position: relative;
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 14px;
    line-height: 0.875rem; }
    section#download .download-item-sm span {
      display: block;
      margin-bottom: 25px;
      font-size: 16px;
      font-size: 1rem;
      line-height: 22px;
      line-height: 1.375rem; }
      @media only screen and (max-width: 768px) {
        section#download .download-item-sm span {
          font-size: 24px;
          font-size: 1.5rem;
          line-height: 32px;
          line-height: 2rem; } }
    @media only screen and (max-width: 768px) {
      section#download .download-item-sm {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 32px;
        line-height: 2rem; } }
    section#download .download-item-sm a {
      position: absolute;
      bottom: 25px;
      right: 50px;
      color: white; }
      section#download .download-item-sm a:before {
        display: none; }
      section#download .download-item-sm a:hover {
        text-decoration: none; }
        section#download .download-item-sm a:hover i:before {
          font-weight: bold; }
      section#download .download-item-sm a i {
        font-size: 30px;
        font-size: 1.875rem;
        line-height: 30px;
        line-height: 1.875rem; }

/*--- Sections END */
/*-------------------
Tabs START
---------------------*/
.tab-wrap div.tab-content {
  display: none;
  padding: 0;
  border-top: 2px solid #e30421; }
  @media only screen and (max-width: 768px) {
    .tab-wrap div.tab-content {
      border: none;
      display: block; } }
  .tab-wrap div.tab-content img {
    width: 100%;
    max-width: none;
    height: auto;
    margin-bottom: 40px; }
.tab-wrap input {
  display: none; }
  .tab-wrap input:checked + label {
    color: white;
    background-color: #e30421; }
.tab-wrap label {
  display: inline-block;
  margin: 0 5px 0 0;
  padding: 10px 15px;
  font-weight: 600;
  text-align: center;
  color: black;
  background-color: #ebebeb;
  width: calc( 25% - 9px); }
  .tab-wrap label.active {
    color: white;
    background-color: #e30421; }
  @media only screen and (max-width: 768px) {
    .tab-wrap label {
      display: none; } }
  .tab-wrap label:hover {
    color: #888;
    cursor: pointer; }
  .tab-wrap label.last {
    margin-right: 0;
    width: 25%; }
.tab-wrap.tab-horizontal .tab-content.active {
  display: block; }
.tab-wrap.tab-vertical {
  /*
  #tab__shareholders:checked ~ div.tab-content-wrapper #content__shareholders,
  #tab__sustainability:checked ~ div.tab-content-wrapper #content__sustainability,
  #tab__report:checked ~ div.tab-content-wrapper #content__report,
  #tab__statements:checked ~ div.tab-content-wrapper #content__statements,
  #tab__informations:checked ~ div.tab-content-wrapper #content__informations
  */
  position: relative; }
  .tab-wrap.tab-vertical .tab-content.active {
    display: block;
    visibility: visible !important; }
  @media only screen and (max-width: 768px) {
    .tab-wrap.tab-vertical {
      height: auto !important; } }
  .tab-wrap.tab-vertical label {
    width: 60%;
    display: block;
    border-bottom: 3px solid white;
    background-color: transparent;
    color: white;
    font-size: 32px;
    font-size: 2rem;
    line-height: 40px;
    line-height: 2.5rem;
    padding: 33px 0 10px 0; }
    @media only screen and (max-width: 768px) {
      .tab-wrap.tab-vertical label {
        width: 100%; } }
    @media only screen and (max-width: 768px) {
      .tab-wrap.tab-vertical label {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 30px;
        line-height: 1.875rem; } }
    .tab-wrap.tab-vertical label.active {
      color: black;
      position: relative; }
      .tab-wrap.tab-vertical label.active:after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 30px 30px 30px 0;
        border-color: transparent white transparent transparent;
        position: absolute;
        right: -17%;
        top: 54px; }
  .tab-wrap.tab-vertical input {
    display: none; }
    .tab-wrap.tab-vertical input:checked + label {
      color: black;
      position: relative; }
      .tab-wrap.tab-vertical input:checked + label:after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 30px 30px 30px 0;
        border-color: transparent white transparent transparent;
        position: absolute;
        right: -17%;
        top: 54px; }
      @media only screen and (max-width: 768px) {
        .tab-wrap.tab-vertical input:checked + label:after {
          content: '';
          display: block;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 0 15px 15px 15px;
          border-color: transparent transparent #ffffff transparent;
          position: absolute;
          left: 50%;
          margin-left: -15px;
          top: auto;
          bottom: -27px; } }
  .tab-wrap.tab-vertical .tab-content-wrapper {
    position: absolute;
    right: 0;
    width: 30%;
    top: 0;
    background-color: white; }
    @media only screen and (max-width: 768px) {
      .tab-wrap.tab-vertical .tab-content-wrapper {
        top: 110px;
        width: 70%;
        left: 15%; } }
    .tab-wrap.tab-vertical .tab-content-wrapper .tab-content {
      padding: 15px;
      position: absolute;
      width: 100%;
      left: 0;
      top: 0;
      box-sizing: border-box; }
      @media only screen and (max-width: 768px) {
        .tab-wrap.tab-vertical .tab-content-wrapper .tab-content {
          display: none;
          background-color: white; }
          .tab-wrap.tab-vertical .tab-content-wrapper .tab-content.active {
            display: block; } }
      .tab-wrap.tab-vertical .tab-content-wrapper .tab-content#content__statements {
        position: static;
        display: block;
        visibility: hidden; }
        @media only screen and (max-width: 768px) {
          .tab-wrap.tab-vertical .tab-content-wrapper .tab-content#content__statements {
            position: absolute; } }
      .tab-wrap.tab-vertical .tab-content-wrapper .tab-content ul {
        list-style-type: none;
        padding: 0;
        margin: 0; }
        .tab-wrap.tab-vertical .tab-content-wrapper .tab-content ul li {
          margin-bottom: 15px;
          text-align: center; }
          .tab-wrap.tab-vertical .tab-content-wrapper .tab-content ul li:last-child {
            margin-bottom: 0; }
          .tab-wrap.tab-vertical .tab-content-wrapper .tab-content ul li a {
            display: block;
            padding: 15px;
            color: white;
            background-color: #787878;
            font-weight: normal; }
            .tab-wrap.tab-vertical .tab-content-wrapper .tab-content ul li a:hover, .tab-wrap.tab-vertical .tab-content-wrapper .tab-content ul li a:focus {
              font-weight: bold;
              text-decoration: none; }
            .tab-wrap.tab-vertical .tab-content-wrapper .tab-content ul li a:before {
              display: none; }

/*--- Tabs END */
/*-------------------
Modal START
---------------------*/
.toggle-modal:before {
  display: none; }

.modal {
  display: none; }
  .modal .modal-content {
    max-width: 80rem;
    width: 80%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    margin: 0 auto;
    left: 50%; }

.modal-close {
  position: absolute;
  top: 10px;
  right: 10px; }
  .modal-close button {
    color: white;
    background-color: transparent;
    border: none;
    overflow: hidden;
    font-size: 50px;
    font-size: 3.125rem;
    line-height: 25px;
    line-height: 1.5625rem;
    cursor: pointer; }

.modal-open {
  overflow: hidden; }
  .modal-open .modal {
    display: block;
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
    z-index: 10000; }

/*--- Modal END */
/*-------------------
Video-JS START
---------------------*/
.video-js .vjs-big-play-button {
  visibility: hidden; }

/*--- Video-JS END */
/*-------------------
Footer START
---------------------*/
footer {
  background-color: #e30421;
  margin: 0;
  color: white;
  padding: 20px 0 10px 0; }
  footer p {
    margin-bottom: 0; }
    footer p strong {
      font-size: 24px;
      font-size: 1.5rem;
      line-height: 32px;
      line-height: 2rem; }
  footer .text-right p:first-child {
    margin-bottom: 10px;
    margin-top: 4px; }
  @media only screen and (max-width: 768px) {
    footer div.col {
      text-align: center; }
      footer div.col strong {
        margin-bottom: 30px;
        display: block; } }

/*--- Footer END */
/*-------------------
Cookies START
---------------------*/
.cookiebanner span a {
  color: white !important;
  font-weight: bold !important; }
  .cookiebanner span a:hover {
    text-decoration: underline !important; }

/*--- Cookies END */

/*# sourceMappingURL=style.css.map */
