.bold {
  font-family: 'VagRoundedBold';
}
/*---------------------------------------------------
    LESS Elements 0.6
  ---------------------------------------------------
    A set of useful LESS mixins by Dmitry Fadeyev
    Special thanks for mixin suggestions to:
      Kris Van Herzeele,
      Benoit Adam,
      Portenart Emile-Victor,
      Ryan Faerman

    More info at: http://lesselements.com
-----------------------------------------------------*/
/*.keyframes(@name, @arguments) {
  -moz-keyframes @name { @arguments(); }
  -webkit-keyframes @name { @arguments(); }
  keyframes @name { @arguments(); }
} */
.center_contain_background {
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.center_cover_background {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
body.ie8 .center_cover_background {
  behavior: url('/other/backgroundsize.htc');
}
.border_box {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
/*
.grid(@property:width,@size:1) {
  @{property}: (@containerWidth/@gridcols*@size);
}
 */
/* FLEXBOX */
.display-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@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;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #c72e53;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #892039;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 0px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0px;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #e8e8e8;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 22px;
  margin-bottom: 11px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 11px;
  margin-bottom: 11px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 41px;
}
h2,
.h2 {
  font-size: 34px;
}
h3,
.h3 {
  font-size: 28px;
}
h4,
.h4 {
  font-size: 20px;
}
h5,
.h5 {
  font-size: 16px;
}
h6,
.h6 {
  font-size: 14px;
}
p {
  margin: 0 0 11px;
}
.lead {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 24px;
  }
}
small,
.small {
  font-size: 87%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #e8e8e8;
}
.text-primary {
  color: #c72e53;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #9e2442;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #c72e53;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #9e2442;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 11px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 22px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 1099px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #e8e8e8;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #e8e8e8;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 0px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 0px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 10.5px;
  margin: 0 0 11px;
  font-size: 15px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1100px) {
  .container {
    width: 1130px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.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%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-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%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-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%;
  }
}
@media (min-width: 1100px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-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%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #e8e8e8;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 22px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 16.5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 22px;
  font-size: 24px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #CACACA;
}
.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #CACACA;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0px;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 36px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 33px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 49px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 22px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 38px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0px;
}
select.input-sm {
  height: 33px;
  line-height: 33px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0px;
}
.form-group-sm select.form-control {
  height: 33px;
  line-height: 33px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 33px;
  min-height: 36px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.5;
}
.input-lg {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 0px;
}
select.input-lg {
  height: 49px;
  line-height: 49px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 0px;
}
.form-group-lg select.form-control {
  height: 49px;
  line-height: 49px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 49px;
  min-height: 42px;
  padding: 11px 16px;
  font-size: 20px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 45px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 49px;
  height: 49px;
  line-height: 49px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 27px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 29px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 14px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  -moz-opacity: 0.65;
  -khtml-opacity: 0.65;
  -webkit-opacity: 0.65;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #c72e53;
  border-color: #b2294a;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #9e2442;
  border-color: #4b111f;
}
.btn-primary:hover {
  color: #fff;
  background-color: #9e2442;
  border-color: #811e36;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #9e2442;
  border-color: #811e36;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #811e36;
  border-color: #4b111f;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #c72e53;
  border-color: #b2294a;
}
.btn-primary .badge {
  color: #c72e53;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #c72e53;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #892039;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #e8e8e8;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 0px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -moz-transition: opacity 0.15s linear;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -moz-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 16px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #c72e53;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #e8e8e8;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #e8e8e8;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 1099px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 30px 10px 0 10px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #e8e8e8;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #e8e8e8;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #c72e53;
}
.nav .nav-divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 0px 0px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #CACACA;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0px 0px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 0px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #c72e53;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 0px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0px 0px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 22px;
  border: 1px solid transparent;
}
@media (min-width: 1099px) {
  .navbar {
    border-radius: 0px;
  }
}
@media (min-width: 1099px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 1099px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 1099px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 1099px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 1099px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 14px 15px;
  font-size: 20px;
  line-height: 22px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 1099px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 1099px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 22px;
}
@media (max-width: 1098px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 22px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 1099px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 7px;
  margin-bottom: 7px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 1098px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 1099px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 7px;
  margin-bottom: 7px;
}
.navbar-btn.btn-sm {
  margin-top: 8.5px;
  margin-bottom: 8.5px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 14px;
  margin-bottom: 14px;
}
@media (min-width: 1099px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 1099px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: transparent;
  border-color: none;
}
.navbar-default .navbar-brand {
  color: #fff;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #e6e6e6;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #fff;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #c72e53;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #c72e53;
  background-color: rgba(0, 0, 0, 0);
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: none;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: rgba(0, 0, 0, 0);
  color: #c72e53;
}
@media (max-width: 1098px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #c72e53;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #c72e53;
    background-color: rgba(0, 0, 0, 0);
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #fff;
}
.navbar-default .navbar-link:hover {
  color: #c72e53;
}
.navbar-default .btn-link {
  color: #fff;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #c72e53;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #ffffff;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #ffffff;
}
.navbar-inverse .navbar-nav > li > a {
  color: #ffffff;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}
@media (max-width: 1098px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #ffffff;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #ffffff;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
/* 

@import "button-groups.less";
@import "input-groups.less";


@import "breadcrumbs.less";
@import "pagination.less";
@import "pager.less";
@import "labels.less";
@import "badges.less";
@import "jumbotron.less";
@import "thumbnails.less";
@import "alerts.less";
@import "progress-bars.less";
@import "media.less";
@import "list-group.less";
@import "panels.less";
@import "responsive-embed.less";
@import "wells.less";
@import "close.less"; */
/*@import "modals.less";
@import "tooltip.less";
@import "popovers.less";
@import "carousel.less"; */
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1100px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1100px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1100px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1100px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1100px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/************************
    FONTS
    ************************/
@font-face {
  font-family: 'Gregh';
  src: url('../fonts/gregh.eot');
  src: url('../fonts/gregh.eot?#iefix') format('embedded-opentype'), url('../fonts/gregh.woff') format('woff'), url('../fonts/gregh.ttf') format('truetype'), url('../fonts/gregh.svg#../fonts/gregh') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'VagRoundedBold';
  src: url('../fonts/VAGRoundedStd-Bold.eot');
  src: url('../fonts/VAGRoundedStd-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/VAGRoundedStd-Bold.woff') format('woff'), url('../fonts/VAGRoundedStd-Bold.ttf') format('truetype'), url('../fonts/VAGRoundedStd-Bold.svg#../fonts/VAGRoundedStd-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'VagRoundedLight';
  src: url('../fonts/VAGRoundedStd-Light.eot');
  src: url('../fonts/VAGRoundedStd-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/VAGRoundedStd-Light.woff') format('woff'), url('../fonts/VAGRoundedStd-Light.ttf') format('truetype'), url('../fonts/VAGRoundedStd-Light.svg#../fonts/VAGRoundedStd-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'VagRoundedBlack';
  src: url('../fonts/VAGRoundedStd-Black.eot');
  src: url('../fonts/VAGRoundedStd-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/VAGRoundedStd-Black.woff') format('woff'), url('../fonts/VAGRoundedStd-Black.ttf') format('truetype'), url('../fonts/VAGRoundedStd-Black.svg#../fonts/VAGRoundedStd-Black') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'VagRoundedThin';
  src: url('../fonts/VAGRounded-Thin.eot');
  src: url('../fonts/VAGRounded-Thin.eot?#iefix') format('embedded-opentype'), url('../fonts/VAGRounded-Thin.woff') format('woff'), url('../fonts/VAGRounded-Thin.ttf') format('truetype'), url('../fonts/VAGRounded-Thin.svg#../fonts/VAGRounded-Thin') format('svg');
  font-weight: normal;
  font-style: normal;
}
header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 1000;
}
header .cookiewarning {
  background-color: #494949;
}
header .cookiewarning p {
  display: block;
  text-align: left;
  font-size: 1.2em;
  color: #999999;
  letter-spacing: 0.08em;
  margin: 0 auto;
  width: 100%;
  line-height: 1.6em;
  padding: 12px 28px;
}
header .cookiewarning p a {
  font-size: 1em;
  color: #999999;
  text-decoration: underline;
}
header .cookiewarning p a:hover {
  color: #999999;
}
@media (min-width: 1100px) {
  header .cookiewarning p {
    line-height: 1.6em;
    padding: 12px 0px;
  }
}
header .cookiewarning span {
  display: block;
  margin-top: 10px;
}
@media (min-width: 992px) {
  header .cookiewarning span {
    float: right;
    display: inline-block;
    margin-top: -18px;
  }
}
@media (min-width: 1100px) {
  header .cookiewarning span {
    margin-right: 0;
    margin-top: -6px;
  }
  header .cookiewarning span a#cookieOK {
    padding: 1rem 2.5rem 0.8rem;
  }
}
header .cookiewarning span #cookieOK {
  color: white;
  display: inline-block;
  /*float: right;*/
  text-decoration: none;
}
header .cookiewarning span #cookieOK:hover {
  color: #82C828;
}
header .cookiewarning span #cookieCancel {
  margin-left: 15px;
  margin-right: 30px;
  /*float: right;*/
  top: 1px;
  position: relative;
  width: 11px;
  height: 11px;
  display: inline-block;
  background-image: url('../images/abbrechen.svg');
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 1100px) {
  header .cookiewarning span #cookieCancel {
    /*top: 16px;*/
  }
}
header nav {
  /*        .mainNavC, .subNavC , .megaNavC {
                    width : 1100px;
                    display: block;
                    margin: 0 auto;
                    position: relative;
                }*/
}
header nav.desktop {
  display: none;
}
@media (min-width: 860px) {
  header nav.desktop {
    display: block;
  }
}
header nav.desktop .mainNavC {
  width: 100%;
  background-color: #D6D6D6;
}
header nav.desktop .mainNavC .mainNav {
  display: block;
  margin: 0 auto;
  /*height: 100px;*/
  height: 50px;
}
@media (min-width: 1100px) {
  header nav.desktop .mainNavC .mainNav {
    width: 1100px;
  }
}
header nav.desktop .mainNavC .mainNav .left {
  height: 100%;
  margin-left: 190px;
  float: left;
}
header nav.desktop .mainNavC .mainNav .right {
  z-index: 1;
  height: 100%;
  padding-right: 25px;
}
@media (min-width: 749px) {
  header nav.desktop .mainNavC .mainNav .right {
    float: right;
    position: relative;
  }
}
header nav.desktop .mainNavC .mainNav .right .mainNavLink {
  top: 12px;
  margin-right: 15px;
  /*padding-bottom: 10px;*/
}
header nav.desktop .mainNavC .mainNav .right #search {
  cursor: pointer;
  top: 15px;
  /*padding-bottom: 13px;*/
  z-index: 11;
}
header nav.desktop .mainNavC .mainNav .right #search:hover * {
  stroke: #82C828;
}
header nav.desktop .mainNavC .mainNav .right #search.hovered,
header nav.desktop .mainNavC .mainNav .right #search.active {
  border-color: transparent;
  border-width: 0px;
}
header nav.desktop .mainNavC .mainNav .right #search.hovered *,
header nav.desktop .mainNavC .mainNav .right #search.active * {
  stroke: #82C828;
}
header nav.desktop .mainNavC .mainNav .right #facebook {
  width: 18px;
  height: 18px;
  top: 13px;
}
header nav.desktop .mainNavC .mainNav .right #facebook svg {
  width: 18px;
  height: 18px;
}
header nav.desktop .mainNavC .mainNav .right #facebook svg:hover * {
  fill: #82C828;
}
header nav.desktop .mainNavC .mainNav .right #facebook.hovered,
header nav.desktop .mainNavC .mainNav .right #facebook.active {
  border-color: transparent;
  border-width: 0px;
}
header nav.desktop .mainNavC .mainNav .mainNavLink {
  color: #333333;
  /*color: @middle-text;*/
  text-decoration: none;
  font-family: 'VagRoundedBlack';
  font-size: 1.4em;
  line-height: 1.2em;
  letter-spacing: 0.2em;
  margin: 0 30px 0 0;
  padding: 0 0 15px 0;
  top: 16px;
  position: relative;
  text-transform: uppercase;
}
header nav.desktop .mainNavC .mainNav .mainNavLink.active {
  /*color: @dark-text;*/
  border-bottom: 3px solid #5C5C5C;
}
header nav.desktop .mainNavC .mainNav .mainNavLink.hovered {
  /*color: @dark-text;*/
  border-bottom: 3px solid #5C5C5C;
  /*color: @ci-green;*/
}
header nav.desktop .mainNavC .mainNav .mainNavLink.menuHover {
  /*border-bottom: 3px solid transparent;*/
}
header nav.desktop .mainNavC .mainNav #subSearch {
  /*display: none;*/
  /*visibility: hidden;*/
  width: 305px!important;
  position: absolute;
  right: 0;
  top: 0px;
  z-index: 10;
}
header nav.desktop .mainNavC .mainNav #subSearch.active {
  /*display: block;*/
  /*visibility: visible;*/
}
header nav.desktop .mainNavC .mainNav #subSearch.active input {
  width: 100%;
  padding: 0 0 0 30px;
  /*                            border: 1px solid @footer-input;*/
  opacity: 1;
}
header nav.desktop .mainNavC .mainNav #subSearch.active .close-search {
  display: block;
}
header nav.desktop .mainNavC .mainNav #subSearch input {
  position: absolute;
  right: 30px;
  height: 50px;
  /*margin-top: 20px;*/
  background-color: #E7E7E7;
  padding: 0 0 0 0px;
  width: 0%;
  opacity: 0;
  transition: width 1s ease-in-out, padding 1s ease-in-out, border 1s ease-in-out, opacity 1s ease-in-out;
  font-size: 1.8em;
  letter-spacing: 0.025em;
  outline: 0;
  border: 0px solid #9D9D9D;
}
header nav.desktop .mainNavC .mainNav #subSearch input:focus {
  border: 0px solid #82C828;
}
header nav.desktop .mainNavC .mainNav #subSearch input::-ms-clear {
  display: none!important;
}
header nav.desktop .mainNavC .mainNav #subSearch .close-search {
  display: none;
  position: absolute;
  right: 10px;
  top: 1.6rem;
  background-image: url('../images/lightbox_xerl_dunkel.svg');
  background-repeat: no-repeat;
  background-size: contain;
  width: 11px;
  height: 11px;
  cursor: pointer;
  text-indent: -99999em;
  z-index: 100;
}
header nav.desktop .subNavC {
  height: 80px;
  background: white;
}
header nav.desktop .subNavC .subNav {
  margin: 0 auto;
  height: 100%;
  display: block;
  width: 100%;
  position: relative;
}
@media (min-width: 1100px) {
  header nav.desktop .subNavC .subNav {
    width: 1100px;
  }
}
header nav.desktop .subNavC .subNav .gorightC {
  width: 30px;
  height: 30px;
  padding: 15px;
  position: absolute;
  right: 200px;
  top: 25px;
  display: none;
}
header nav.desktop .subNavC .subNav .gorightC .goright {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 7px;
  height: 11px;
  z-index: 8;
  background-image: url('../images/arrow_menu_right.png');
  background-size: contain;
  background-repeat: no-repeat;
}
header nav.desktop .subNavC .subNav .goleftC {
  width: 30px;
  height: 30px;
  padding: 15px;
  position: absolute;
  left: 180px;
  top: 25px;
  display: none;
}
header nav.desktop .subNavC .subNav .goleftC .goleft {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 7px;
  height: 11px;
  z-index: 8;
  background-image: url('../images/arrow_menu_left.png');
  background-size: contain;
  background-repeat: no-repeat;
}
header nav.desktop .subNavC .subNav .left {
  position: relative;
  float: left;
  /*margin-left: 60px;*/
  height: 100%;
  width: calc(100% - 405px);
  overflow-x: hidden;
  overflow-y: hidden;
}
header nav.desktop .subNavC .subNav .ellipsisRight:after {
  content: '';
  z-index: 5;
  position: absolute;
  height: 100%;
  width: 40px;
  right: 0;
  top: 0;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
  /* IE6-9 */
}
header nav.desktop .subNavC .subNav .ellipsisLeft:before {
  content: '';
  z-index: 5;
  position: absolute;
  height: 100%;
  width: 40px;
  left: 0;
  top: 0;
  background: -moz-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);
  /* IE6-9 */
}
header nav.desktop .subNavC .subNav .right {
  float: right;
  height: 100%;
  width: 215px;
  text-align: right;
  padding-right: 22px;
}
header nav.desktop .subNavC .subNav .right .help-link {
  display: inline-block;
  padding: 5px 15px;
}
header nav.desktop .subNavC .subNav .right .help-link a {
  font-size: 1em;
  font-family: "VagRoundedBold";
  line-height: 1.1em;
  letter-spacing: 0.15em;
  display: block;
  transition: none;
}
header nav.desktop .subNavC .subNav .right .help-link a span {
  display: block;
  margin: 0 auto;
}
header nav.desktop .subNavC .subNav .right .help-link a span:first-child {
  height: 30px;
  width: 25px;
  margin: 5px auto;
  background-size: 25px 30px;
  background-repeat: no-repeat;
}
header nav.desktop .subNavC .subNav .right .help-link a span:last-child {
  width: 100%;
  text-align: center;
}
header nav.desktop .subNavC .subNav .right .help-link a span.hilfe-kontakt {
  background-image: url('../images/icon_kontakt_gruen.svg');
}
header nav.desktop .subNavC .subNav .right .help-link a span.serviceportal {
  background-image: url('../images/icon_service_portal.svg');
}
header nav.desktop .subNavC .subNav .right .help-link a:hover {
  transition: none;
}
header nav.desktop .subNavC .subNav .right .help-link a:hover span.hilfe-kontakt {
  background-image: url('../images/icon_kontakt_grey.svg');
}
header nav.desktop .subNavC .subNav .right .help-link a:hover span.serviceportal {
  background-image: url('../images/icon_service_portal_grey.svg');
}
header nav.desktop .subNavC .subNav .right .help-link a:focus span.hilfe-kontakt {
  background-image: url('../images/icon_kontakt_gruen.svg');
}
header nav.desktop .subNavC .subNav .right .help-link a:focus span.serviceportal {
  background-image: url('../images/icon_service_portal.svg');
}																				   
header nav.desktop .subNavC .subNav .logo {
  float: left;
  position: relative;
  width: 190px;
  left: 0;
  top: -30px;
  z-index: 20;
  transition: top 1s;
}
header nav.desktop .subNavC .subNav .logo img {
  width: 130px;
  transition: width 1s;
}
header nav.desktop .subNavC .subNav .logo.scrolledDown {
  top: -40px;
}
header nav.desktop .subNavC .subNav .logo.scrolledDown img {
  width: 100px;
}
header nav.desktop .subNavC .subNav .logo.partnerpage img {
  width: 200px;
}
header nav.desktop .subNavC .subNav .logo.partnerpage.scrolledDown img {
  width: 165px;
}
header nav.desktop .subNavC .subNav .logo.greenstreampage img {
  width: auto;
  height: 90px;
}
header nav.desktop .subNavC .subNav .logo.greenstreampage.scrolledDown {
  top: -30px;
}
header nav.desktop .subNavC .subNav .logo.greenstreampage.scrolledDown img {
  width: auto;
  height: 90px;
}
header nav.desktop .subNavC .subNav .subNavLinkC {
  display: none;
  height: 100%;
  /*width: max-content;*/
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
header nav.desktop .subNavC .subNav .subNavLinkC.active {
  display: block;
}
header nav.desktop .subNavC .subNav .subNavLinkC .subNavLink {
  border-color: transparent;
  display: inline-block;
  list-style: none;
  position: relative;
  margin: 0 20px 0 0;
  transition: border-color 0.4s;
  /*transition-delay: 0.2s;*/
}
header nav.desktop .subNavC .subNav .subNavLinkC .subNavLink a {
  color: #333333;
  display: inline-block;
  font-size: 1.6em;
  font-family: 'VagRoundedLight';
  letter-spacing: 0.1em;
  line-height: 1.2em;
  padding: 31px 0 25px 0;
  text-transform: uppercase;
  transition: color 0.4s, border-color 0.4s;
}
header nav.desktop .subNavC .subNav .subNavLinkC .subNavLink span {
  color: #333333;
  display: inline-block;
  font-size: 1.6em;
  font-family: 'VagRoundedLight';
  letter-spacing: 0.1em;
  line-height: 1.2em;
  padding: 31px 0 25px 0;
  text-transform: uppercase;
  transition: color 0.4s, border-color 0.4s;
  cursor: default;
}
header nav.desktop .subNavC .subNav .subNavLinkC .subNavLink.active {
  border-bottom: 5px solid #82C828;
}
header nav.desktop .subNavC .subNav .subNavLinkC .subNavLink.active.menuHover {
  /*border-bottom: 5px solid transparent;*/
}
header nav.desktop .subNavC .subNav .subNavLinkC .subNavLink.active a {
  color: #82C828;
}
header nav.desktop .subNavC .subNav .subNavLinkC .subNavLink.hovered {
  /*border-bottom: 5px solid @ci-green;*/
}
header nav.desktop .subNavC .subNav .subNavLinkC .subNavLink.hovered a {
  color: #82C828;
}
header nav.desktop .subNavC .subNav .subNavLinkC .megaC {
  display: none;
}
header nav.desktop .subNavC .subNav button {
  height: 35px;
  padding: 0.65em 1.4em 1.15em;
  position: relative;
  top: 25px;
  margin-left: 18px;
  border-width: 2px;
}
header nav.desktop .megaNavC {
  width: 100%;
  background-color: #F2F2F2;
  position: absolute;
  z-index: 19;
}
header nav.desktop .megaNavC .megaNav {
  display: none;
  width: 1100px;
  margin: 0 auto;
  /*padding-left: 190px;*/
}
header nav.desktop .megaNavC .megaNav .megaRow {
  /*opacity: 0;*/
  margin-left: 190px;
}
header nav.desktop .megaNavC .megaNav .megaRow .navLink {
  display: inline-block;
  position: relative;
  /*top: 25px;*/
  letter-spacing: 0.06em;
  margin: 25px 0 25px 0;
  padding: 10px  30px;
  border-right: 1px solid #D6D6D6;
  /*margin-bottom: 25px;*/
}
header nav.desktop .megaNavC .megaNav .megaRow .navLink:last-child {
  padding-right: 0 ;
  border-right: 0;
  margin-bottom: 25px;
}
header nav.desktop .megaNavC .megaNav .megaRow .navLink:first-child {
  padding-left: 0 ;
  margin-bottom: 25px;
}
header nav.desktop .megaNavC .megaNav .left,
header nav.desktop .megaNavC .megaNav .right,
header nav.desktop .megaNavC .megaNav .center {
  margin: 20px 0 ;
  /*opacity: 0;*/
  vertical-align: top;
}
header nav.desktop .megaNavC .megaNav .left {
  height: 100%;
  margin-left: 190px;
  display: inline-block;
  border-right: 1px solid #D6D6D6;
  padding: 0 30px 0 0;
}
header nav.desktop .megaNavC .megaNav .center {
  height: 100%;
  display: inline-block;
  border-right: 1px solid #D6D6D6;
  padding: 0 30px;
}
header nav.desktop .megaNavC .megaNav .right {
  height: 100%;
  display: inline-block;
  padding: 0 0 0 30px;
}
header nav.desktop .megaNavC .megaNav .navLink {
  cursor: pointer;
  font-family: 'VagRoundedBlack';
  font-size: 1.8em;
  letter-spacing: 0.05em;
  line-height: 1.2em;
  margin-bottom: 25px;
  color: #333333;
  display: block;
  transition: color 0.3s;
}
header nav.desktop .megaNavC .megaNav .navLink:hover {
  color: #82C828;
}
header nav.desktop .megaNavC .megaNav .navLink:last-child {
  margin-bottom: 10px;
}
header nav.desktop .megaNavC .megaNav .navLink:first-child {
  margin-top: 10px;
}
header nav.desktop .megaNavC .megaNav .navLink.active {
  color: #82C828;
}
header nav.desktop .megaNavC .megaNav .borderImage {
  width: 100vw;
  left: 0;
}
header nav.mobile {
  display: block;
  position: relative;
  height: 70px;
  background: white;
}
@media (min-width: 860px) {
  header nav.mobile {
    display: none;
  }
}
header nav.mobile .top .logo {
  width: 70px;
  height: 70px;
  display: inline-block;
  position: absolute;
  top: 15px;
  margin-left: 25px;
  z-index: 25;
  transition: width 1s;
}
header nav.mobile .top .logo img {
  width: 100%;
}
header nav.mobile .top .logo.scrolledDown {
  width: 45px;
}
header nav.mobile .top .logo.partnerpage {
  width: 65px;
}
header nav.mobile .top .logo.greenstreampage {
  width: 120px;
}
header nav.mobile .top .burger {
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 30px;
  height: 30px;
  z-index: 1010;
}
header nav.mobile .top .burger .tcon {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  height: 30px;
  transition: 0.3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 30px;
  background: transparent;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}
header nav.mobile .top .burger .tcon > * {
  display: block;
}
header nav.mobile .top .burger .tcon:hover,
header nav.mobile .top .burger .tcon:focus {
  outline: none;
}
header nav.mobile .top .burger .tcon::-moz-focus-inner {
  border: 0;
}
header nav.mobile .top .burger .tcon-menu__lines {
  display: inline-block;
  height: 5.71429px;
  width: 30px;
  border-radius: 2.85714px;
  transition: 0.3s;
  background: #82C828;
  position: relative;
}
header nav.mobile .top .burger .tcon-menu__lines::before,
header nav.mobile .top .burger .tcon-menu__lines::after {
  display: inline-block;
  height: 5.71429px;
  width: 30px;
  border-radius: 2.85714px;
  transition: 0.3s;
  background: #82C828;
  content: '';
  position: absolute;
  left: 0;
  transform-origin: 2.85714px center;
  width: 100%;
}
header nav.mobile .top .burger .tcon-menu__lines::before {
  top: 10px;
}
header nav.mobile .top .burger .tcon-menu__lines::after {
  top: -10px;
}
header nav.mobile .top .burger .tcon-transform .tcon-menu__lines {
  transform: scale3d(0.8, 0.8, 0.8);
}
header nav.mobile .top .burger .tcon-menu--xbutterfly {
  width: auto;
}
header nav.mobile .top .burger .tcon-menu--xbutterfly .tcon-menu__lines::before,
header nav.mobile .top .burger .tcon-menu--xbutterfly .tcon-menu__lines::after {
  transform-origin: 50% 50%;
  transition: top 0.3s 0.6s ease, transform 0.3s ease;
}
header nav.mobile .top .burger .tcon-menu--xbutterfly.tcon-transform .tcon-menu__lines {
  background: transparent;
}
header nav.mobile .top .burger .tcon-menu--xbutterfly.tcon-transform .tcon-menu__lines::before,
header nav.mobile .top .burger .tcon-menu--xbutterfly.tcon-transform .tcon-menu__lines::after {
  top: 0;
  transition: top 0.3s ease, transform 0.3s 0.5s ease;
  width: 30px;
}
header nav.mobile .top .burger .tcon-menu--xbutterfly.tcon-transform .tcon-menu__lines::before {
  transform: rotate3d(0, 0, 1, 45deg);
}
header nav.mobile .top .burger .tcon-menu--xbutterfly.tcon-transform .tcon-menu__lines::after {
  transform: rotate3d(0, 0, 1, -45deg);
}
header nav.mobile .top .burger .tcon-visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
header nav.mobile .top .burger .tcon-visuallyhidden:active,
header nav.mobile .top .burger .tcon-visuallyhidden:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
header nav.mobile .overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  display: inline-block;
  background: #333333;
  opacity: 0;
  transition: opacity 500ms ease-out;
  transition-delay: 300ms;
  z-index: 990;
  pointer-events: none;
}
header nav.mobile .overlay.open {
  opacity: 0.8;
}
header nav.mobile .sidemenu {
  width: 310px;
  height: 100%;
  position: fixed;
  left: 110%;
  top: 0;
  transition: left 700ms ease-out;
  z-index: 1000;
}
header nav.mobile .sidemenu.open {
  left: calc(100% - 310px);
}
header nav.mobile .sidemenu .sidemenuInner {
  width: 100%;
  height: 100%;
  display: inline-block;
  background: #EBEBEB;
}
header nav.mobile .sidemenu .sidemenuInner .buttonC {
  height: 70px;
  display: block;
  position: relative;
}
header nav.mobile .sidemenu .sidemenuInner .buttonC .button {
  position: absolute;
  top: 50%;
  left: 60px;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
header nav.mobile .sidemenu .sidemenuInner .buttonC #facebook {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 20px;
  left: 35px;
}
header nav.mobile .sidemenu .sidemenuInner .buttonC #facebook svg {
  width: 25px;
  height: 30px;
}
header nav.mobile .sidemenu .sidemenuInner .menuC {
  position: relative;
  height: calc(100% - 135px);
  overflow-y: auto;
  white-space: nowrap;
}
header nav.mobile .sidemenu .sidemenuInner .menuC .menuLinkTop.open .menuLinkTopName span:after {
  -webkit-transform: rotate(180deg) translateY(10px);
  -moz-transform: rotate(180deg) translateY(10px);
  -ms-transform: rotate(180deg) translateY(10px);
  -o-transform: rotate(180deg) translateY(10px);
  transform: rotate(180deg) translateY(10px);
}
header nav.mobile .sidemenu .sidemenuInner .menuC .linkContainer.open span:after {
  -webkit-transform: rotate(180deg) translateY(10px);
  -moz-transform: rotate(180deg) translateY(10px);
  -ms-transform: rotate(180deg) translateY(10px);
  -o-transform: rotate(180deg) translateY(10px);
  transform: rotate(180deg) translateY(10px);
}
header nav.mobile .sidemenu .sidemenuInner .menuC .menuLinkTop {
  position: relative;
  display: block;
  width: 100%;
  background: white;
  margin: 2px 0;
}
header nav.mobile .sidemenu .sidemenuInner .menuC .menuLinkTop.menuLinkTopSearch input[type="text"] {
  width: calc(100% - 55px);
  padding-left: 35px;
  border-width: 0;
  font-family: 'VagRoundedBold';
  line-height: 1.2em;
  letter-spacing: 0.1em;
  font-size: 1.4em;
  height: 45px;
  color: #494949;
}
header nav.mobile .sidemenu .sidemenuInner .menuC .menuLinkTop.menuLinkTopSearch input[type="text"]:focus svg * {
  stroke: #82C828;
}
header nav.mobile .sidemenu .sidemenuInner .menuC .menuLinkTop.menuLinkTopSearch input[type="text"]::-ms-clear {
  display: none!important;
}
header nav.mobile .sidemenu .sidemenuInner .menuC .menuLinkTop.menuLinkTopSearch input[type="submit"],
header nav.mobile .sidemenu .sidemenuInner .menuC .menuLinkTop.menuLinkTopSearch button {
  background: none;
  border: 0;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
header nav.mobile .sidemenu .sidemenuInner .menuC .menuLinkTop .menuLinkTopName {
  display: block;
  height: 45px;
  position: relative;
  padding: 0px 0 0px 35px;
}
header nav.mobile .sidemenu .sidemenuInner .menuC .menuLinkTop .menuLinkTopName span,
header nav.mobile .sidemenu .sidemenuInner .menuC .menuLinkTop .menuLinkTopName a {
  font-family: 'VagRoundedBold';
  line-height: 1.2em;
  font-size: 1.4em;
  letter-spacing: 0.1em;
  color: #494949;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  text-transform: uppercase;
}
header nav.mobile .sidemenu .sidemenuInner .menuC .menuLinkTop .menuLinkTopName span:after,
header nav.mobile .sidemenu .sidemenuInner .menuC .menuLinkTop .menuLinkTopName a:after {
  pointer-events: none;
  content: '';
  position: absolute;
  top: 5px;
  right: -20px;
  width: 10px;
  height: 15px;
  background-image: url('../images/arrow_mobilemenu_down_grey.svg');
  background-size: contain;
  background-repeat: no-repeat;
}
header nav.mobile .sidemenu .sidemenuInner .menuC .menuLinkTop .menuLinkTopName a span {
  font-size: 1em;
}
header nav.mobile .sidemenu .sidemenuInner .menuC .menuLinkTop .menuLinkSubC {
  display: none;
  position: relative;
  background: #EBEBEB;
  padding: 10px 0;
}
header nav.mobile .sidemenu .sidemenuInner .menuC .menuLinkTop .menuLinkSubC .submenuLink {
  /*display: block;*/
  height: 45px;
  padding: 0 0 0 35px;
  font-family: 'VagRoundedLight';
  line-height: 1.2em;
  font-size: 1.6em;
  letter-spacing: 0.01em;
  color: black;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-transform: uppercase;
}
header nav.mobile .sidemenu .sidemenuInner .menuC .menuLinkTop .menuLinkSubC .linkContainer .menuLinkSubName {
  padding-left: 35px;
  height: 45px;
  display: block;
  position: relative;
}
header nav.mobile .sidemenu .sidemenuInner .menuC .menuLinkTop .menuLinkSubC .linkContainer .menuLinkSubName span {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  font-family: 'VagRoundedLight';
  line-height: 1.2em;
  letter-spacing: 0.01em;
  color: #333333;
  font-size: 1.6em;
  text-transform: uppercase;
}
header nav.mobile .sidemenu .sidemenuInner .menuC .menuLinkTop .menuLinkSubC .linkContainer .menuLinkSubName span:after {
  content: '';
  position: absolute;
  top: 7px;
  right: -25px;
  width: 10px;
  height: 15px;
  background-image: url('../images/arrow_mobilemenu_down_grey.svg');
  background-size: contain;
  background-repeat: no-repeat;
}
header nav.mobile .sidemenu .sidemenuInner .menuC .menuLinkTop .menuLinkSubC .linkContainer .menuLinkC {
  padding-left: 45px;
  display: none;
  margin-bottom: 10px;
}
header nav.mobile .sidemenu .sidemenuInner .menuC .menuLinkTop .menuLinkSubC .linkContainer .menuLinkC .menuLink {
  font-family: 'VagRoundedLight';
  line-height: 2.5em;
  letter-spacing: 0.05em;
  color: #333333;
  font-size: 1.2em;
  display: block;
  /*margin-bottom: 15px;*/
}
header nav.mobile .sidemenu .sidemenuInner .menuC .menuLinkTop.no-sub .menuLinkTopName a:after {
  display: none;
}
header nav.mobile .sidemenu .sidemenuInner .menuC .menuLinkTop.no-sub .menuLinkTopName a span:after {
  display: none;
}
header nav.mobile .borderImage {
  /*display: none;*/
  top: 70px;
}
header .borderImage {
  width: 100%;
  position: absolute;
  height: 80px;
  z-index: 18;
  background: url('../images/bg_shadow.png') repeat-x top left;
  /*opacity: 0.2;*/
  pointer-events: none;
}
/************************
    TEXT IMAGE BLOCK
    ************************/
.text-image-block {
  margin-bottom: 20px;
}
@media (min-width: 1100px) {
  .text-image-block {
    margin-bottom: 0;
    width: 100%;
  }
}
.text-image-block.inViewport .text-image-block-image-col {
  opacity: 1;
  -webkit-transform: translate(0px, 0%);
  -moz-transform: translate(0px, 0%);
  -ms-transform: translate(0px, 0%);
  -o-transform: translate(0px, 0%);
  transform: translate(0px, 0%);
}
.text-image-block.noDescriptionImage .text-image-block-text-col p {
  margin-bottom: 0;
}
.text-image-block .text-image-block-text-col {
  padding: 60px 30px 10px ;
  width: calc(100% - 35px);
}
@media (min-width: 1100px) {
  .text-image-block .text-image-block-text-col {
    /*padding: 11em 4.5em 10em 13.5em;*/
    padding: 11em 12em 10em 12em;
    width: 50%;
  }
}
.text-image-block .text-image-block-text-col h2 {
  /*color: @ci-green;*/
  color: #333333;
  font-size: 4em;
  line-height: 1.2em;
  letter-spacing: 0.01em;
  margin-bottom: 30px;
}
@media (min-width: 1100px) {
  .text-image-block .text-image-block-text-col h2 {
    margin-bottom: 20px;
  }
}
.text-image-block .text-image-block-text-col p {
  font-size: 1.8em;
  line-height: 1.6em;
  margin-bottom: 3.9em;
}
.text-image-block .text-image-block-text-col p span {
  font-family: 'VagRoundedBold';
}
.text-image-block .text-image-block-text-col img {
  display: block;
  /*margin: 0 auto;*/
  /*            @media (min-width: @screen-md){
                            width: initial;
                        }*/
  max-width: 100%;
}
@media (min-width: 1100px) {
  .text-image-block .text-image-block-text-col img {
    /*width: 100%;*/
    margin: 0;
  }
}
.text-image-block .text-image-block-image-col {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
  opacity: 0;
  /*.transform (translate( -200px, 0%));*/
  transition-delay: 800ms;
  transition: opacity 800ms ease-out, transform 400ms;
}
@media (min-width: 1100px) {
  .text-image-block .text-image-block-image-col {
    display: block;
  }
}
.text-image-block.bg-grey .text-image-block-text-col {
  background: #F2F2F2;
}
/************************
    IMAGE BLOCK
    ************************/
.image-block {
  overflow-x: hidden;
  width: 100%;
}
@media (min-width: 1100px) {
  .image-block {
    min-height: 300px;
  }
}
.image-block img.banner-image {
  height: auto !important;
  max-height: 100%;
  max-width: 100%;
  width: 100%;
}
.image-block img.banner-image.mobile-image {
  display: none;
}
@media (max-width: 767px) {
  .image-block img.banner-image.has-mobile {
    display: none;
  }
  .image-block img.banner-image.mobile-image {
    display: block;
  }
}
.image-block .image-block-text-container {
  padding-top: 2em;
  padding-bottom: 2em;
  position: relative;
  width: 100%;
}
@media (max-width: 991px) {
  .image-block .image-block-text-container h3,
  .image-block .image-block-text-container h2,
  .image-block .image-block-text-container p {
    color: #333333 !important;
  }
}
@media (min-width: 768px) {
  .image-block .image-block-text-container {
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  .image-block .image-block-text-container {
    left: 50%;
    padding-top: 0;
    padding-bottom: 0;
    position: absolute;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #ffffff;
    width: calc(100% - 30px);
    max-width: none;
  }
}
@media (min-width: 1100px) {
  .image-block .image-block-text-container {
    width: 100%;
  }
}
.image-block .image-block-text-container .button {
  padding: 0.85em 2.5em 0.65em;
}
.image-block .image-block-text-container .appButton {
  width: 200px;
  height: 60px;
  display: inline-block;
  margin-right: 30px;
}
.image-block .image-block-text-container h2 {
  font-size: 3em;
  line-height: 1.2em;
  letter-spacing: 0.05em;
  margin-bottom: 0.56em;
}
@media (min-width: 1100px) {
  .image-block .image-block-text-container h2 {
    font-size: 4em;
  }
}
.image-block .image-block-text-container h3 {
  color: #ffffff;
  font-size: 2em;
  line-height: 1.2em;
  letter-spacing: 0.05em;
  margin-bottom: 0.56em;
}
@media (min-width: 1100px) {
  .image-block .image-block-text-container h3 {
    font-size: 4em;
  }
}
.image-block .image-block-text-container p {
  color: #ffffff;
  /*margin-bottom: ;*/
  font-size: 1.6em;
}
@media (min-width: 1100px) {
  .image-block .image-block-text-container p {
    font-size: 1.8em;
  }
}
.image-block .image-block-text-container.darkText {
  color: #333333;
}
.image-block .image-block-text-container.darkText p {
  color: #333333;
}
.image-block.full-width {
  min-height: inherit;
}
.image-block.full-width .image-block-text-container {
  max-width: inherit;
  padding: 0 5em;
}
.image-block.single-line-banner {
  min-height: inherit;
}
@media (min-width: 1100px) {
  .image-block.single-line-banner .image-block-text-container {
    padding: 0 5em;
    width: 110em;
  }
  .image-block.single-line-banner .image-block-text-container h2 {
    display: inline-block;
    margin-bottom: 0;
  }
  .image-block.single-line-banner .image-block-text-container p {
    display: inline-block;
    float: right;
  }
}
.image-block.dark-banner-text .image-block-text-container h3 {
  color: #333333;
}
.image-block.dark-banner-text .image-block-text-container p {
  color: #333333;
}
/************************
    IMAGE BLOCK
    ************************/
.teaser-box-text-block {
  height: 100%;
  background: #F2F2F2;
  padding: 20px;
  height: 300px;
  display: block;
}
@media (min-width: 1100px) {
  .teaser-box-text-block {
    /*display: inline-block;*/
    /*width:calc(~'50% - 30px');*/
    padding: 50px;
  }
}
.teaser-box-text-block h2 {
  display: block;
  font-size: 3em;
  font-family: 'VagRoundedLight';
  letter-spacing: 0.075em;
  line-height: 1.2em;
  color: #333333;
  margin: 0 0 1.3em 0 !important;
}
.teaser-box-text-block a {
  display: block;
  color: #82C828;
  font-size: 0.9em;
  line-height: 1.2em;
  letter-spacing: 0.15em;
  font-family: 'VagRoundedBold';
  margin: 0 0 10px 0;
  text-transform: uppercase;
}
.teaser-box-text-block a:hover {
  color: #333333;
}
.teaser-box-text-block p {
  display: block;
  color: #333333;
  font-family: 'VagRoundedLight';
  font-size: 1.5em;
  line-height: 1.2em;
  letter-spacing: 0.1em;
  margin: 0 0 15px 0;
}
.teaser-box-text-block hr {
  width: 100%;
  background: #D6D6D6;
  height: 1px;
  margin: 0 0 20px 0!important;
}
.teaser-box-image-block {
  height: 300px;
  vertical-align: top;
  position: relative;
  display: block;
}
.teaser-box-image-block > div {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: #ffffff;
  height: 100%;
}
.teaser-box-image-block > div .teaser-box-image-block-positioner {
  text-align: center;
  width: 100%;
  position: absolute;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media (min-width: 992px) {
  .teaser-box-image-block > div .teaser-box-image-block-positioner {
    width: calc(100% - 30px);
  }
}
@media (min-width: 1100px) {
  .teaser-box-image-block > div .teaser-box-image-block-positioner {
    width: 100%;
  }
}
.teaser-box-image-block > div .teaser-box-image-block-positioner .button {
  padding: 0.85em 2.5em 0.65em;
}
.teaser-box-image-block > div .teaser-box-image-block-positioner h2 {
  color: #ffffff !important;
  margin: 0 0 20px 0!important;
  font-size: 2em;
}
@media (min-width: 1100px) {
  .teaser-box-image-block > div .teaser-box-image-block-positioner h2 {
    font-size: 4em;
  }
}
.teaser-box-image-block > div .teaser-box-image-block-positioner .small-white {
  color: #ffffff;
  display: block;
  margin: 0 0 5px 0;
  font-family: 'VagRoundedBold';
  font-size: 1.2em;
  letter-spacing: 0.15em;
  line-height: 1.2em;
  text-transform: uppercase;
}
@media (min-width: 1100px) {
  .teaser-box-image-block > div .teaser-box-image-block-positioner .small-white {
    font-size: 1.4em;
  }
}
.frame.frame-type-gridelements_pi1.container .col-sm-6 {
  margin: 1em 0;
}
.frame.frame-type-gridelements_pi1.container .teaser-box-image-block > div .teaser-box-image-block-positioner h3 {
  margin: 0;
  margin-bottom: 0.5em;
  padding: 0 2rem;
  color: #ffffff;
  font-size: 2.2em;
  font-family: 'VagRoundedLight';
  letter-spacing: 0.025em;
  line-height: 1.2em;
}
@media (min-width: 992px) {
  .frame.frame-type-gridelements_pi1.container .teaser-box-image-block > div .teaser-box-image-block-positioner h3 {
    padding: 0 3.6em;
  }
}
.frame.frame-type-gridelements_pi1.container .teaser-box-image-block > div .teaser-box-image-block-positioner p {
  color: #ffffff;
  padding: 0 2rem;
  margin-bottom: 1.5em;
}
@media (min-width: 992px) {
  .frame.frame-type-gridelements_pi1.container .teaser-box-image-block > div .teaser-box-image-block-positioner p {
    padding: 0 4.4em;
  }
}
@media (min-width: 992px) {
  .row.quicklinks .col1 {
    padding-right: 30px;
  }
  .row.quicklinks .col2 {
    padding-left: 30px;
  }
}
/************************
    THREE SECTION BLOCK
    ************************/
.threeSectionBlockC {
  width: 100%;
}
.threeSectionBlockC .threeSectionBlock {
  /*width: 1000px;*/
  width: 100%;
  margin: 0 auto;
  align-items: stretch;
  display: block;
}
@media (min-width: 992px) {
  .threeSectionBlockC .threeSectionBlock {
    display: flex;
  }
}
.threeSectionBlockC .threeSectionBlock .bigLine {
  font-size: 12em;
  font-family: 'VagRoundedLight';
  text-align: center;
  color: #82C828;
}
.threeSectionBlockC .threeSectionBlock h2 {
  font-family: 'VagRoundedLight';
  text-align: center;
  color: #82C828;
  font-size: 4em;
  letter-spacing: 0.025em;
  margin-bottom: 30px;
}
.threeSectionBlockC .threeSectionBlock h2.small-headline {
  font-size: 2.2em !important;
}
.threeSectionBlockC .threeSectionBlock h3 {
  font-size: 4em;
  letter-spacing: 0.05em;
  font-family: 'VagRoundedLight';
  text-align: center;
  color: #82C828;
  margin: 0 0 30px 0;
}
.threeSectionBlockC .threeSectionBlock p {
  font-family: 'VagRoundedLight';
  text-align: center;
  color: #5C5C5C;
  font-size: 1.6em;
  letter-spacing: 0.025em;
  margin-bottom: 0;
}
.threeSectionBlockC .threeSectionBlock .button {
  position: relative;
  /*            left: 50%;
            .transform (translate( -50%, 0%));
*/
  padding: 0.85em 2.5em 0.65em;
  margin-bottom: 45px;
}
.threeSectionBlockC .threeSectionBlock .left,
.threeSectionBlockC .threeSectionBlock .center,
.threeSectionBlockC .threeSectionBlock .right {
  vertical-align: top;
  display: block;
  /*width:  100%;*/
  padding: 20px;
}
@media (min-width: 768px) {
  .threeSectionBlockC .threeSectionBlock .left,
  .threeSectionBlockC .threeSectionBlock .center,
  .threeSectionBlockC .threeSectionBlock .right {
    padding: 45px 45px 35px;
  }
}
.threeSectionBlockC .threeSectionBlock .left > *,
.threeSectionBlockC .threeSectionBlock .center > *,
.threeSectionBlockC .threeSectionBlock .right > * {
  -webkit-transform: translate(-100px, 0%);
  -moz-transform: translate(-100px, 0%);
  -ms-transform: translate(-100px, 0%);
  -o-transform: translate(-100px, 0%);
  transform: translate(-100px, 0%);
  opacity: 0;
  transition: transform 800ms ease-out, opacity 800ms ease-out;
}
.threeSectionBlockC .threeSectionBlock .left.inViewport > *,
.threeSectionBlockC .threeSectionBlock .center.inViewport > *,
.threeSectionBlockC .threeSectionBlock .right.inViewport > * {
  opacity: 1;
  -webkit-transform: translate(0px, 0%);
  -moz-transform: translate(0px, 0%);
  -ms-transform: translate(0px, 0%);
  -o-transform: translate(0px, 0%);
  transform: translate(0px, 0%);
}
.threeSectionBlockC .threeSectionBlock .left {
  background-color: #F7F7F7;
  /*border-right: 1px solid white;*/
}
.threeSectionBlockC .threeSectionBlock .center {
  background-color: #EFEFEF;
  /*border-right: 1px solid white;*/
}
.threeSectionBlockC .threeSectionBlock .right {
  background-color: #E7E7E7;
}
/************************
    SLIDE DOWN BLOCK
    ************************/
.slideDownOuterC {
  margin: 0 0 40px;
  width: 100%;
}
@media (min-width: 992px) {
  .slideDownOuterC {
    margin: 0 0 60px;
  }
}
.slideDownOuterC .slideDownC {
  width: 100%;
  margin: 0 auto 50px auto;
}
@media (min-width: 1100px) {
  .slideDownOuterC .slideDownC {
    width: 1000px;
  }
}
.slideDownOuterC .slideDownC:last-child {
  margin-bottom: 0;
}
@media (min-width: 1100px) {
  .slideDownOuterC .slideDownC h2 ~ p {
    width: 80%;
  }
}
.slideDownOuterC .slideDownC .slideDownHeader {
  width: 100%;
  border: 1px solid #dadada;
  padding: 30px 20px 40px;
  position: relative;
}
@media (min-width: 992px) {
  .slideDownOuterC .slideDownC .slideDownHeader {
    padding: 50px 50px 45px 50px;
  }
}
.slideDownOuterC .slideDownC .slideDownHeader h2 {
  font-size: 3em;
  line-height: 1.2em;
  letter-spacing: 0.025em;
  color: #333333;
  margin: 0 0 10px 0!important;
  padding: 0;
  width: 100%;
}
.slideDownOuterC .slideDownC .slideDownHeader p {
  font-size: 1.8em;
  line-height: 1.6em;
  letter-spacing: 0.025em;
  color: #333333;
  margin: 0;
  padding: 0;
  width: 100%;
}
.slideDownOuterC .slideDownC .slideDownHeader .slideDownButton {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
  -moz-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  -o-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  bottom: 0;
  background-repeat: no-repeat;
  background-image: url('../images/arrow_togglebox_down.svg');
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.slideDownOuterC .slideDownC .slideDownHeader .slideDownButton.active {
  background-image: url('../images/arrow_togglebox_up.svg');
}
.slideDownOuterC .slideDownC .slideDownHeader .frame.container.frame-type-text {
  max-width: 100%;
}
.slideDownOuterC .slideDownC .slideDownHeader .frame.container.frame-type-text h2 {
  color: #333333;
}
.slideDownOuterC .slideDownC .slideDownHeader.background-icon {
  background-repeat: no-repeat;
  background-position: calc(100% - 6em) center;
  background-size: 6.5rem 6.5rem;
  padding-right: 17rem;
}
@media (max-width: 767px) {
  .slideDownOuterC .slideDownC .slideDownHeader.background-icon {
    padding-right: 2rem;
    background: none!important;
  }
}
.slideDownOuterC .slideDownC .slideDownContent {
  width: 100%;
  margin: 0 auto;
  padding: 30px 20px 40px;
  background: #E7E7E7;
  display: none;
}
@media (min-width: 992px) {
  .slideDownOuterC .slideDownC .slideDownContent {
    padding: 55px 50px 45px;
  }
}
@media (min-width: 1100px) {
  .slideDownOuterC .slideDownC .slideDownContent {
    width: 1000px;
  }
}
.slideDownOuterC .slideDownC .slideDownContent p {
  font-size: 1.8em;
  line-height: 1.6em;
  letter-spacing: 0.025em;
  margin: 0;
  margin-bottom: 1.5em;
  /*                @media (min-width: @screen-lg){
                    max-width: 70%;
                }
*/
}
.slideDownOuterC .slideDownC .slideDownContent p.full-width {
  max-width: 100%;
}
.slideDownOuterC .slideDownC .slideDownContent p.middle-grey {
  margin: 0;
  padding: 0;
  font-size: 1.4em;
  letter-spacing: 0.05em;
  color: #5C5C5C;
  line-height: 1.5em;
}
.slideDownOuterC .slideDownC .slideDownContent p.small-grey {
  margin: 0;
  padding: 0;
  font-size: 1.4em;
  letter-spacing: 0.05em;
  line-height: 1.5em;
}
.slideDownOuterC .slideDownC .slideDownContent table thead th {
  font-family: 'VagRoundedBold';
  font-size: 1.4em;
  letter-spacing: 0.2em;
  padding-left: 60px;
  max-width: 202px;
}
.slideDownOuterC .slideDownC .slideDownContent table thead th:first-child {
  padding-left: 0;
}
.slideDownOuterC .slideDownC .slideDownContent table thead th span {
  display: block;
  /*width: calc(~'100% - 60px');*/
  float: right;
  margin-bottom: 10px;
  text-align: right;
}
.slideDownOuterC .slideDownC .slideDownContent table thead th strong {
  letter-spacing: 0.2em;
}
.slideDownOuterC .slideDownC .slideDownContent table tbody tr {
  margin-bottom: 5px;
}
.slideDownOuterC .slideDownC .slideDownContent table tbody td {
  font-size: 1.8em;
  letter-spacing: 0.025em;
  color: #333333;
  /*margin-bottom: 10px;*/
  padding-left: 60px;
  /*font-family: 'VagRoundedBold';*/
  font-family: 'VagRoundedLight';
}
.slideDownOuterC .slideDownC .slideDownContent table tbody td span {
  display: block;
  text-align: right;
  /*width: calc(~'100% - 60px');*/
  float: right;
  margin-bottom: 5px;
}
.slideDownOuterC .slideDownC .slideDownContent table tbody td:first-child {
  padding-left: 0px;
  text-align: left;
}
.slideDownOuterC .slideDownC .slideDownContent table tbody td img {
  max-width: none;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}
@media (max-width: 768px) {
  .slideDownOuterC .slideDownC .slideDownContent table tbody td img {
    max-width: 95px;
  }
}
.slideDownOuterC .slideDownC .slideDownContent table tbody td h3 {
  font-size: 1.2em;
  line-height: 1.2em;
}
.slideDownOuterC .slideDownC .slideDownContent table.alignLeft thead tr th span,
.slideDownOuterC .slideDownC .slideDownContent table.alignLeft tbody tr td span {
  float: left;
  text-align: left;
}
.slideDownOuterC .slideDownC .slideDownContent table.singleRowHeading thead tr th {
  max-width: initial;
}
.slideDownOuterC .slideDownC .slideDownContent h3 {
  margin: 0;
  padding: 0;
  color: #333333;
  font-size: 1.8em;
  font-family: 'VagRoundedBold';
  letter-spacing: 0.025em;
  line-height: 1.2em;
}
.slideDownOuterC .slideDownC .slideDownContent h3.big-headline {
  font-size: 2.2em;
}
.slideDownOuterC .slideDownC .slideDownContent h4 {
  font-size: 1.4em;
  letter-spacing: 0.05em;
  color: #5C5C5C;
  line-height: 1.2em;
  margin: 10px 0 15px 0;
}
.slideDownOuterC .slideDownC .slideDownContent ul li a {
  /*                font-size: 1.4em;
                font-family: 'VagRoundedBold';
                letter-spacing: 0.2em;
*/
}
.slideDownOuterC .slideDownC .slideDownContent ul {
  margin-left: 25px;
  margin-bottom: 1.5em;
  /*                @media(min-width: @screen-lg){
                    max-width: 70%;
                }*/
}
.slideDownOuterC .slideDownC .slideDownContent ul li {
  font-size: 1.8em;
  letter-spacing: 0.025em;
  line-height: 1.6em;
  text-indent: -5px;
  list-style: none;
}
.slideDownOuterC .slideDownC .slideDownContent ul li:before {
  content: '–';
  display: inline-block;
  -webkit-transform: translate(-15px, 0%);
  -moz-transform: translate(-15px, 0%);
  -ms-transform: translate(-15px, 0%);
  -o-transform: translate(-15px, 0%);
  transform: translate(-15px, 0%);
  position: relative;
}
.slideDownOuterC .slideDownC .slideDownContent ul li ul {
  margin-bottom: 0;
  font-size: 1em;
}
.slideDownOuterC .slideDownC .slideDownContent ul.green-check-list {
  margin-left: 0;
}
.slideDownOuterC .slideDownC .slideDownContent img {
  height: auto;
  max-width: 100%;
  text-align: center;
}
.slideDownOuterC .slideDownC .slideDownContent .innerSlideDownC {
  margin-top: 0;
}
.slideDownOuterC .slideDownC .slideDownContent .innerSlideDownC .innerSlideDownTab:last-child .innerSlideDownContent {
  padding-bottom: 0;
}
.slideDownOuterC .slideDownC .slideDownContent .innerSlideDownC .innerSlideDownTab .innerSlideDownHeader {
  position: relative;
}
.slideDownOuterC .slideDownC .slideDownContent .innerSlideDownC .innerSlideDownTab .innerSlideDownHeader p {
  font-size: 2.2em;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #dcdcdc;
  line-height: 2em;
  margin-top: 2px;
  padding-left: 30px;
}
.slideDownOuterC .slideDownC .slideDownContent .innerSlideDownC .innerSlideDownTab .innerSlideDownHeader p:before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 10px;
  left: 0;
  background-image: url('../images/arrow_togglebox_inner_down.svg');
  background-repeat: no-repeat;
  position: absolute;
  top: 17px;
}
.slideDownOuterC .slideDownC .slideDownContent .innerSlideDownC .innerSlideDownTab .innerSlideDownHeader.active p:before {
  background-image: url('../images/arrow_togglebox_inner_up.svg');
}
.slideDownOuterC .slideDownC .slideDownContent .innerSlideDownC .innerSlideDownTab .innerSlideDownContent {
  display: none;
  padding: 30px;
}
.slideDownOuterC .slideDownC .slideDownContent .innerSlideDownC .innerSlideDownTab .innerSlideDownContent p {
  margin: 0;
  padding: 0;
  line-height: 1.8em;
  font-size: 1.8em;
}
.slideDownOuterC .slideDownC .slideDownContent .innerSlideDownC .innerSlideDownTab .innerSlideDownContent p.small-grey {
  font-size: 1.4em;
  letter-spacing: 0.075em;
  line-height: 1.2em;
}
.slideDownOuterC .slideDownC .slideDownContent .innerSlideDownC .innerSlideDownTab .innerSlideDownContent .green-price {
  color: #82C828;
  font-size: 26px;
  font-family: 'VagRoundedBold';
  letter-spacing: 0.01em;
}
.slideDownOuterC .slideDownC .slideDownContent .innerSlideDownC .innerSlideDownTab .innerSlideDownContent .slideDownTabPriceLabel {
  margin: 25px 0 0 0;
}
.slideDownOuterC .slideDownC .slideDownContent hr {
  border-color: #d2d2d2;
  margin: 10px 0 10px 0;
}
.slideDownOuterC .slideDownC .slideDownContent .legende {
  margin: 0;
  padding: 0;
  font-size: 1.4em;
  letter-spacing: 0.05em;
  color: #5C5C5C;
  line-height: 1.5em;
}
.slideDownOuterC .slideDownC .slideDownContent .spaceBottomSixty {
  margin-bottom: 50px;
}
.slideDownOuterC .slideDownC .slideDownContent .spaceBottomSeventy {
  margin-bottom: 60px;
}
.slideDownOuterC .slideDownC .slideDownContent .frame-type-gridelements_pi1.container:not(.wide-container) {
  max-width: 100%;
}
@media (min-width: 1100px) {
  .slideDownOuterC .slideDownC .slideDownContent .col-sm-8 p {
    max-width: 100%;
  }
}
/************************
    SLIDE DOWN FULLWIDTH BLOCK
    ************************/
.slideDownFullWidthOuterC {
  margin: 0 0 40px;
  width: 100%;
}
@media (min-width: 992px) {
  .slideDownFullWidthOuterC {
    margin: 0 0 60px;
  }
}
.slideDownFullWidthOuterC .backgroundImage {
  z-index: 9;
  width: 100vw;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  position: absolute;
  left: 50%;
  top: 0;
  transition: width 1s;
  overflow: hidden;
  display: none;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
}
.slideDownFullWidthOuterC .backgroundImage img {
  min-height: 100%;
  max-width: 100%;
}
.slideDownFullWidthOuterC .slideDownC {
  width: 100%;
  margin: 0 auto 0 auto;
}
@media (min-width: 1100px) {
  .slideDownFullWidthOuterC .slideDownC {
    width: 1000px;
  }
}
.slideDownFullWidthOuterC .slideDownC:last-child {
  margin-bottom: 0;
}
.slideDownFullWidthOuterC .slideDownC h2 ~ p {
  width: 80%;
}
.slideDownFullWidthOuterC .slideDownC .slideDownHeader {
  z-index: 11;
  width: 100%;
  border: 1px solid #dadada;
  padding: 30px 20px 40px;
  position: relative;
}
@media (min-width: 992px) {
  .slideDownFullWidthOuterC .slideDownC .slideDownHeader {
    padding: 50px 50px 45px 50px;
  }
}
.slideDownFullWidthOuterC .slideDownC .slideDownHeader h2 {
  font-size: 3em;
  line-height: 1.2em;
  letter-spacing: 0.025em;
  color: #333333;
  margin: 0 0 10px 0!important;
  padding: 0;
}
.slideDownFullWidthOuterC .slideDownC .slideDownHeader .frame.frame-type-text h2 {
  color: #333333;
}
.slideDownFullWidthOuterC .slideDownC .slideDownHeader p {
  font-size: 1.8em;
  line-height: 1.2em;
  letter-spacing: 0.025em;
  color: #333333;
  margin: 0;
  padding: 0;
}
.slideDownFullWidthOuterC .slideDownC .slideDownHeader .slideDownButton {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
  -moz-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  -o-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  bottom: 0;
  background-repeat: no-repeat;
  background-image: url('../images/arrow_togglebox_down.svg');
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.slideDownFullWidthOuterC .slideDownC .slideDownHeader .slideDownButton.active {
  background-image: url('../images/arrow_togglebox_up.svg');
}
.slideDownFullWidthOuterC .slideDownContent {
  width: 100%;
  margin: 0 auto;
  padding: 30px 20px 40px;
  background: white;
  display: none;
  position: relative;
  z-index: 10;
}
@media (min-width: 992px) {
  .slideDownFullWidthOuterC .slideDownContent {
    padding: 55px 50px 45px;
  }
}
@media (min-width: 1100px) {
  .slideDownFullWidthOuterC .slideDownContent {
    width: 1000px;
  }
}
.slideDownFullWidthOuterC .slideDownContent.bottomSlideDownContent {
  border: 1px solid #dadada;
}
.slideDownFullWidthOuterC .slideDownContent.bottomSlideDownContent ul {
  margin-left: 25px;
  margin-bottom: 1.5em;
}
@media (min-width: 1100px) {
  .slideDownFullWidthOuterC .slideDownContent.bottomSlideDownContent ul {
    max-width: 70%;
  }
}
.slideDownFullWidthOuterC .slideDownContent.bottomSlideDownContent ul li {
  font-size: 1.8em;
  letter-spacing: 0.025em;
  line-height: 1.6em;
  text-indent: -5px;
  list-style: none;
}
.slideDownFullWidthOuterC .slideDownContent.bottomSlideDownContent ul li:before {
  content: '–';
  display: inline-block;
  -webkit-transform: translate(-15px, 0%);
  -moz-transform: translate(-15px, 0%);
  -ms-transform: translate(-15px, 0%);
  -o-transform: translate(-15px, 0%);
  transform: translate(-15px, 0%);
  position: relative;
}
.slideDownFullWidthOuterC .slideDownContent.bottomSlideDownContent ul li ul {
  font-size: 1em;
  margin-bottom: 0;
}
.slideDownFullWidthOuterC .slideDownContent.bottomSlideDownContent ul.green-check-list {
  margin-left: 0;
}
.slideDownFullWidthOuterC .slideDownContent.bottomSlideDownContent .frame.wrapper-container {
  padding: 20px 15px;
}
@media (min-width: 992px) {
  .slideDownFullWidthOuterC .slideDownContent.bottomSlideDownContent .frame.wrapper-container {
    padding: 35px 25px;
  }
}
.slideDownFullWidthOuterC .slideDownContent.bottomSlideDownContent .frame-type-gridelements_pi1 .frame-type-text h3.big-headline {
  font-size: 2.2em;
  line-height: 1.6em;
}
.slideDownFullWidthOuterC .slideDownContent .slideDownContentInner .container.frame {
  margin-left: -15px;
  margin-right: -15px;
}
.slideDownFullWidthOuterC .slideDownContent .slideDownContentInner .container.frame .container {
  padding: 0;
  margin-left: 0;
  margin-right: 0;
}
.slideDownFullWidthOuterC .slideDownContent .slideDownContentInner .container.frame.frame-type-gridelements_pi1.container {
  max-width: calc(100% + 30px);
}
.slideDownFullWidthOuterC .slideDownContent .slideDownContentInner .container.frame.frame-type-gridelements_pi1.container .row {
  width: calc(100% + 30px);
}
.slideDownFullWidthOuterC .slideDownContent .slideDownContentInner .container.frame.frame-type-text.container img {
  max-width: calc(100% + 30px);
}
.slideDownFullWidthOuterC .slideDownContent p {
  font-size: 1.8em;
  line-height: 2em;
  letter-spacing: 0.025em;
  margin: 0;
}
.slideDownFullWidthOuterC .slideDownContent table thead th {
  font-family: 'VagRoundedBold';
  font-size: 1.4em;
  letter-spacing: 0.2em;
  padding-left: 60px;
  max-width: 202px;
}
.slideDownFullWidthOuterC .slideDownContent table thead th:first-child {
  padding-left: 0;
}
.slideDownFullWidthOuterC .slideDownContent table thead th span {
  display: block;
  /*width: calc(~'100% - 60px');*/
  float: right;
  margin-bottom: 10px;
  text-align: right;
}
.slideDownFullWidthOuterC .slideDownContent table tbody tr {
  margin-bottom: 5px;
}
.slideDownFullWidthOuterC .slideDownContent table tbody td {
  font-size: 1.8em;
  letter-spacing: 0.025em;
  color: #333333;
  /*margin-bottom: 10px;*/
  padding-left: 60px;
  /*font-family: 'VagRoundedBold';*/
  font-family: 'VagRoundedLight';
}
.slideDownFullWidthOuterC .slideDownContent table tbody td span {
  display: block;
  text-align: right;
  /*width: calc(~'100% - 60px');*/
  float: right;
  margin-bottom: 5px;
}
.slideDownFullWidthOuterC .slideDownContent table tbody td:first-child {
  padding-left: 0px;
  text-align: left;
}
.slideDownFullWidthOuterC .slideDownContent table.alignLeft thead tr th span,
.slideDownFullWidthOuterC .slideDownContent table.alignLeft tbody tr td span {
  float: left;
  text-align: left;
}
.slideDownFullWidthOuterC .slideDownContent table.singleRowHeading thead tr th {
  max-width: initial;
}
.slideDownFullWidthOuterC .slideDownContent h3 {
  margin: 0;
  padding: 0;
  color: #333333;
  font-size: 1.8em;
  font-family: 'VagRoundedBold';
  letter-spacing: 0.025em;
  line-height: 1.2em;
}
.slideDownFullWidthOuterC .slideDownContent h4 {
  font-size: 1.4em;
  letter-spacing: 0.05em;
  color: #5C5C5C;
  line-height: 1.2em;
  margin: 10px 0 15px 0;
}
.slideDownFullWidthOuterC .slideDownContent ul li a {
  font-size: 1.4em;
  font-family: 'VagRoundedBold';
  letter-spacing: 0.2em;
}
.slideDownFullWidthOuterC .slideDownContent ul.green-check-list {
  margin-left: 0;
}
.slideDownFullWidthOuterC .slideDownContent .green-price {
  color: #82C828;
  font-size: 1.25em;
  font-family: 'VagRoundedBold';
}
.slideDownFullWidthOuterC .slideDownContent .innerSlideDownC {
  margin-top: 0;
}
.slideDownFullWidthOuterC .slideDownContent .innerSlideDownC .innerSlideDownTab:last-child .innerSlideDownContent {
  padding-bottom: 0;
}
.slideDownFullWidthOuterC .slideDownContent .innerSlideDownC .innerSlideDownTab .innerSlideDownHeader {
  /*display: inline-block;*/
  font-size: 2.2em;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #dcdcdc;
  line-height: 2em;
  margin-top: 2px;
}
.slideDownFullWidthOuterC .slideDownContent .innerSlideDownC .innerSlideDownTab .innerSlideDownHeader:before {
  /*display: inline-block;*/
  content: '';
  display: inline-block;
  width: 15px;
  height: 10px;
  background-image: url('../images/arrow_togglebox_inner_down.svg');
  background-repeat: no-repeat;
  /*background-size: cover;*/
  margin: 0 15px 0 0;
}
.slideDownFullWidthOuterC .slideDownContent .innerSlideDownC .innerSlideDownTab .innerSlideDownHeader.active:before {
  background-image: url('../images/arrow_togglebox_inner_up.svg');
}
.slideDownFullWidthOuterC .slideDownContent .innerSlideDownC .innerSlideDownTab .innerSlideDownContent {
  display: none;
  padding: 30px;
}
.slideDownFullWidthOuterC .slideDownContent .innerSlideDownC .innerSlideDownTab .innerSlideDownContent p {
  margin: 0;
  padding: 0;
  line-height: 1.8em;
  font-size: 1.8em;
}
.slideDownFullWidthOuterC .slideDownContent .innerSlideDownC .innerSlideDownTab .innerSlideDownContent ul {
  font-size: 1.8em;
  letter-spacing: 0.025em;
  line-height: 1.4em;
  margin-left: 25px;
}
.slideDownFullWidthOuterC .slideDownContent .innerSlideDownC .innerSlideDownTab .innerSlideDownContent ul li {
  text-indent: -5px;
  list-style: none;
}
.slideDownFullWidthOuterC .slideDownContent .innerSlideDownC .innerSlideDownTab .innerSlideDownContent ul li:before {
  content: '–';
  display: inline-block;
  -webkit-transform: translate(-15px, 0%);
  -moz-transform: translate(-15px, 0%);
  -ms-transform: translate(-15px, 0%);
  -o-transform: translate(-15px, 0%);
  transform: translate(-15px, 0%);
  position: relative;
}
.slideDownFullWidthOuterC .slideDownContent .innerSlideDownC .innerSlideDownTab .innerSlideDownContent .slideDownTabPrice {
  color: #82C828;
  font-size: 26px;
  font-family: 'VagRoundedBold';
  letter-spacing: 0.01em;
}
.slideDownFullWidthOuterC .slideDownContent .innerSlideDownC .innerSlideDownTab .innerSlideDownContent .slideDownTabPriceLabel {
  margin: 25px 0 0 0;
}
.slideDownFullWidthOuterC .slideDownContent hr {
  border-color: #e6e6e6;
  margin: 0 0 10px 0;
}
.slideDownFullWidthOuterC .slideDownContent .legende {
  margin: 0;
  padding: 0;
  font-size: 1.4em;
  letter-spacing: 0.05em;
  color: #5C5C5C;
  line-height: 1.5em;
}
.slideDownFullWidthOuterC .slideDownContent .spaceBottomSixty {
  margin-bottom: 50px;
}
.slideDownFullWidthOuterC .slideDownContent .spaceBottomSeventy {
  margin-bottom: 60px;
}
.slideDownFullWidthOuterC .slideDownContent.slideDownContentWithBG .bg-darkener {
  background: rgba(51, 51, 51, 0.9);
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 15;
}
.slideDownFullWidthOuterC .slideDownContent.slideDownContentWithBG .slideDownContentInner {
  position: relative;
  z-index: 30;
}
.slideDownFullWidthOuterC .slideDownContent.slideDownContentWithBG .slideDownContentInner table tr td {
  color: #ffffff;
}
.slideDownFullWidthOuterC .slideDownContent.slideDownContentWithBG .slideDownContentInner p {
  color: #ffffff;
}
.slideDownFullWidthOuterC .slideDownContent.slideDownContentWithBG .slideDownContentInner ul li {
  color: #ffffff;
}
.slideDownFullWidthOuterC .slideDownContent.slideDownContentWithBG .slideDownContentInner .container.frame.frame-type-text.container img {
  max-width: 100%;
}
/************************
    UNORDERED LIST BLOCK
    ************************/
.ulBlockC {
  width: 100%;
  /*margin: 60px 0 0;*/
}
.ulBlockC .ulBlock {
  width: 100%;
  margin: 0 auto;
  border: 1px solid #D6D6D6;
  padding: 50px ;
}
@media (min-width: 1100px) {
  .ulBlockC .ulBlock {
    width: 1000px;
  }
}
.ulBlockC .ulBlock h2 {
  margin: 0 0 30px;
  font-size: 3em;
  letter-spacing: 0.025em;
}
.ulBlockC .ulBlock ul li {
  font-size: 1.8em;
  letter-spacing: 0.025em;
  line-height: 1.8em;
}
.ulBlockC .ulBlock .legende {
  margin-top: 50px;
}
.ulBlockC .ulBlock .legende p {
  margin: 0;
  padding: 0;
  font-size: 1.4em;
  letter-spacing: 0.05em;
  color: #5C5C5C;
}
/************************
    SEPERATOR BLOCK
    ************************/
.seperatorBlock {
  width: 100%;
}
.seperatorBlock hr {
  width: 1100px;
  display: block;
  margin: 0 auto 60px;
}
/************************
    INFO BLOCK
    ************************/
.infoBlockC {
  width: 100%;
  background: #F2F2F2;
  padding: 0 30px;
}
@media (min-width: 1100px) {
  .infoBlockC {
    padding: 0;
  }
}
.infoBlockC.whiteBG {
  background-color: white;
}
.infoBlockC.borderedBox .infoBlock .right {
  margin-top: 105px;
  border: 1px solid #D6D6D6;
  padding: 30px 50px 50px;
}
.infoBlockC.borderedBox .infoBlock .right ul {
  margin-left: 0;
}
.infoBlockC.borderedBox .infoBlock .right ul li {
  font-size: 1.8em;
  letter-spacing: 0.025px;
  margin-bottom: 10px;
}
.infoBlockC.borderedBox .infoBlock .right ul li:last-child {
  margin-bottom: 0;
}
.infoBlockC.borderedBox .infoBlock .right .logo,
.infoBlockC.borderedBox .infoBlock .left .logo {
  margin-top: 0px;
}
.infoBlockC .infoBlock {
  width: 100%;
  margin: 0 auto;
  display: block;
  padding-bottom: 60px;
}
@media (min-width: 1100px) {
  .infoBlockC .infoBlock {
    width: 1030px;
  }
}
.infoBlockC .infoBlock .left {
  /*width: 100%;*/
  display: inline-block;
  padding-right: 30px;
}
@media (min-width: 1100px) {
  .infoBlockC .infoBlock .left {
    /*width: 50%;*/
  }
}
.infoBlockC .infoBlock .left h2 {
  font-size: 3em;
  line-height: 1.2em;
  letter-spacing: 0.05em;
  color: #82C828;
  margin: 100px 0 30px 0;
}
@media (min-width: 1100px) {
  .infoBlockC .infoBlock .left h2 {
    font-size: 4em;
  }
}
.infoBlockC .infoBlock .left p {
  font-size: 1.8em;
  line-height: 1.6em;
  letter-spacing: 0.024em;
  color: #333333;
  margin-bottom: 30px;
}
.infoBlockC .infoBlock .right {
  /*width: 100%;*/
  display: inline-block;
  position: relative;
  vertical-align: top;
  height: 100%;
}
@media (min-width: 1100px) {
  .infoBlockC .infoBlock .right {
    padding-left: 10px;
    /*width: 50%;*/
  }
}
.infoBlockC .infoBlock .right .logo {
  margin-top: 50px;
}
.infoBlockC .infoBlock .right .logo img {
  width: 100%;
  max-width: 420px;
}
@media (min-width: 1100px) {
  .infoBlockC .infoBlock .right .logo img {
    width: initial;
    max-width: initial;
    -webkit-transform: translate(0%, -15px);
    -moz-transform: translate(0%, -15px);
    -ms-transform: translate(0%, -15px);
    -o-transform: translate(0%, -15px);
    transform: translate(0%, -15px);
  }
}
.infoBlockC .infoBlock .right ul {
  margin-left: 0px;
}
@media (min-width: 1100px) {
  .infoBlockC .infoBlock .right ul {
    margin-left: 70px;
  }
}
.infoBlockC .infoBlock .right ul li {
  font-size: 2.2em;
  line-height: 1.2em;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
.infoBlockC.centerimage .right .logo {
  margin-top: 0%;
  -webkit-transform: translate(0%, 0%);
  -moz-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  -o-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}
@media (min-width: 1100px) {
  .infoBlockC.centerimage .right .logo {
    margin-top: 00%;
    -webkit-transform: translate(0%, 50%);
    -moz-transform: translate(0%, 50%);
    -ms-transform: translate(0%, 50%);
    -o-transform: translate(0%, 50%);
    transform: translate(0%, 50%);
  }
}
.infoBlockC.transparent {
  background: transparent;
}
.infoBlockC.lessSpace .infoBlock {
  padding-bottom: 0;
}
.infoBlockC.lessSpace .infoBlock h2 {
  margin: 70px 0 30px 0;
}
.infoBlockC.lessSpace .infoBlock p {
  margin-bottom: 50px;
}
.infoBlockC.linkList .infoBlock {
  padding-bottom: 90px;
}
.infoBlockC.linkList .infoBlock h2 {
  margin: 0px 0 30px 0;
}
.infoBlockC.linkList .infoBlock h3 {
  color: #333333;
  font-family: 'VagRoundedBold';
  font-size: 1.4em;
  letter-spacing: 0.15em;
  margin: 35px 0 0 0;
}
.infoBlockC.linkList .infoBlock h3:first-child {
  margin: 85px 0 0 0;
}
.infoBlockC.linkList .infoBlock a {
  display: inline-block;
  font-size: 1.5em;
  letter-spacing: 0.1em;
  font-family: 'VagRoundedBold';
}
.infoBlockC.linkList .infoBlock ul {
  margin-left: 0;
}
.infoBlockC.linkList .infoBlock ul li {
  list-style: none;
  font-size: 1em;
  margin-bottom: 0;
}
.infoBlockC.linkList .infoBlock ul li:before {
  content: ' ';
  background-image: url('../images/sitemap_link.svg');
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 10px;
}
.infoBlockC.linkList .infoBlock ul li p {
  margin-bottom: 0px;
  display: inline-block;
  font-size: 1.5em;
  letter-spacing: 0.1em;
}
/************************
    TARIFWAHL BLOCK
    ************************/
.tarifWahlC {
  width: 100%;
  background: #E7E7E7;
}
.tarifWahlC .mainHeader {
  text-align: center;
  font-size: 4em;
  line-height: 1.2em;
  letter-spacing: 0.01em;
  margin: 30px 0 30px 0;
}
@media (min-width: 992px) {
  .tarifWahlC .mainHeader {
    margi: 0 0 30px 0;
  }
}
.tarifWahlC .tarifWahl-wrapper-desktop {
  display: none;
}
@media (min-width: 992px) {
  .tarifWahlC .tarifWahl-wrapper-desktop {
    display: block;
  }
}
.tarifWahlC .tarifWahl-wrapper-mobile {
  display: block;
}
@media (min-width: 992px) {
  .tarifWahlC .tarifWahl-wrapper-mobile {
    display: none;
  }
}
.tarifWahlC .gradient-overlay .gradient-left {
  opacity: 0;
  transition: opacity 500ms;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(to right, #e7e7e7 0%, rgba(231, 231, 231, 0) 30%, rgba(231, 231, 231, 0) 100%);
}
.tarifWahlC .gradient-overlay .gradient-right {
  opacity: 0;
  transition: opacity 500ms;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(to right, rgba(231, 231, 231, 0) 0%, rgba(231, 231, 231, 0) 70%, #e7e7e7 100%);
}
.tarifWahlC .navigation {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-top: 2rem;
}
.tarifWahlC .navigation > * {
  margin: 0 0.8rem;
}
.tarifWahlC .navigation .slick-arrow-next {
  position: static;
  width: 15px;
  height: 20px;
  border: none;
  background-color: transparent;
  background-image: url('../images/paginierung_pfeil_rechts_aktiv.png');
  background-size: contain;
  background-repeat: no-repeat;
}
.tarifWahlC .navigation .slick-arrow-next.slick-disabled {
  display: inline-block !important;
  background-image: url('../images/paginierung_pfeil_rechts_inaktiv.png');
}
.tarifWahlC .navigation .slick-arrow-next:hover:not(.slick-disabled) {
  background-image: url('../images/paginierung_pfeil_rechts_aktiv.png');
}
.tarifWahlC .navigation .slick-arrow-prev {
  position: static;
  width: 15px;
  height: 20px;
  border: none;
  background-color: transparent;
  background-image: url('../images/paginierung_pfeil_links_aktiv.png');
  background-size: contain;
  background-repeat: no-repeat;
}
.tarifWahlC .navigation .slick-arrow-prev.slick-disabled {
  display: inline-block !important;
  background-image: url('../images/paginierung_pfeil_links_inaktiv.png');
}
.tarifWahlC .navigation .slick-arrow-prev:hover:not(.slick-disabled) {
  background-image: url('../images/paginierung_pfeil_links_aktiv.png');
}
.tarifWahlC .navigation .dots-container .navigation-dots {
  display: flex;
  list-style: none;
}
.tarifWahlC .navigation .dots-container .navigation-dots li {
  margin: 0 0.8rem;
}
.tarifWahlC .navigation .dots-container .navigation-dots li button {
  width: 12px;
  height: 12px;
  border: none;
  font-size: 0;
  background-color: transparent;
  background-image: url('../images/paginierung_inaktiv.png');
  background-size: contain;
  background-repeat: no-repeat;
}
.tarifWahlC .navigation .dots-container .navigation-dots li.slick-active button {
  background-image: url('../images/paginierung_slider_aktiv.png');
}
.tarifWahlC .slick-list {
  padding-top: 3rem;
}
.tarifWahlC .slick-arrow-next {
  width: 40px;
  height: 40px;
  border: none;
  position: absolute;
  z-index: 1;
  right: -15px;
  top: calc(50% - 20px);
  background-color: transparent;
  background-image: url('../images/slider_pfeil_gruen_rechts.png');
  background-size: contain;
  background-repeat: no-repeat;
}
.tarifWahlC .slick-arrow-next:hover {
  background-image: url('../images/slider_pfeil_gruen_rechts_hover.png');
}
.tarifWahlC .slick-arrow-next.slick-disabled {
  display: none !important;
}
@media (min-width: 1100px) {
  .tarifWahlC .slick-arrow-next {
    right: -5%;
  }
}
.tarifWahlC .slick-arrow-prev {
  width: 40px;
  height: 40px;
  border: none;
  position: absolute;
  z-index: 1;
  left: -15px;
  top: calc(50% - 20px);
  background-color: transparent;
  background-image: url('../images/slider_pfeil_gruen_links.png');
  background-size: contain;
  background-repeat: no-repeat;
}
.tarifWahlC .slick-arrow-prev:hover {
  background-image: url('../images/slider_pfeil_gruen_links_hover.png');
}
.tarifWahlC .slick-arrow-prev.slick-disabled {
  display: none !important;
}
@media (min-width: 1100px) {
  .tarifWahlC .slick-arrow-prev {
    left: -5%;
  }
}
.tarifWahlC .tarifWahl {
  /*.points {
            background-color: @bg-middle-grey;
            width:calc(~'100% + 60px');
            padding-left: 30px;
            height: 50px;
            line-height: 50px;
            font-size: 1.4em;
            letter-spacing: 0.025em;
            color: @light-grey-text;
            margin: 40px -30px -30px -30px;
            @media (min-width: @screen-md) and (max-width: @screen-md-max){
                margin-top: 100px;
            }
        }*/
  /*        .price {
                    color: @ci-green;
                    font-family: 'VagRoundedBold';
                    margin-top: 0;
                    font-size: 2.6em;
                    line-height: 1.2em ;
                    letter-spacing: 0.01em;
                    margin-bottom: 28px;
                }*/
  /*.actionC {
            margin-top: auto;
            position: absolute;
            bottom: 30px;
            .button {
                font-family: 'VagRoundedBold';
                margin: 0;
                padding: 0.85em 1.5em 0.85em;
                &:first-child {
                    margin-right: 20px;
                }
                &.button-right {
                    float: right;
                }
            }
            @media (min-width: @screen-md) and (max-width: @screen-md-max){
                .button{
                    margin-bottom: 1em;
                    width: 100%;
                }
            }
        }*/
}
.tarifWahlC .tarifWahl .tarifItem {
  position: relative;
  background-color: white;
  padding: 2.4rem;
  margin: 0 1rem;
}
.tarifWahlC .tarifWahl .tarifItem:focus {
  outline: none;
}
.tarifWahlC .tarifWahl .tarifItem .smart-product::before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background-image: url(../images/neu_badge.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: -30px;
  right: 15px;
  border-radius: 50%;
}
.tarifWahlC .tarifWahl .tarifItem .points {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #F2F2F2;
  width: 100%;
  padding-left: 30px;
  height: 50px;
  line-height: 50px;
  font-size: 1.4em;
  letter-spacing: 0.025em;
  color: #6B6B6B;
}
.tarifWahlC .tarifWahl .tarifItem .points span {
  position: relative;
}
.tarifWahlC .tarifWahl .tarifItem .points span a {
  display: inline-block;
  background-image: url(../images/icon_fragezeichen.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px 15px;
  width: 26px;
  height: 26px;
  text-indent: -9999px;
  margin-left: 5px;
  position: absolute;
  top: -6px;
}
.tarifWahlC .tarifWahl .tarifItem .actionC .button {
  font-family: 'VagRoundedBold';
  margin: 0;
  padding: 0.85em 1.5em 0.85em;
}
.tarifWahlC .tarifWahl .tarifItem .actionC .button:first-child {
  margin-right: 20px;
}
.tarifWahlC .tarifWahl .tarifItem .actionC .button.button-right {
  float: right;
}
@media (min-width: 992px) and (max-width: 1099px) {
  .tarifWahlC .tarifWahl .tarifItem .actionC .button {
    margin-bottom: 1em;
    width: 100%;
  }
}
.tarifWahlC .tarifWahl h3 {
  color: #82C828;
  font-size: 3em;
  font-family: 'VagRoundedLight';
  line-height: 1.2em;
  letter-spacing: 0.025em;
  margin: 0 0 5px 0;
}
.tarifWahlC .tarifWahl h3 strong {
  font-family: 'VagRoundedBold';
}
.tarifWahlC .tarifWahl h4 {
  font-family: 'VagRoundedBold';
  font-size: 1.7em;
  line-height: 1.2em;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
  color: #5C5C5C;
  margin-top: 0;
}
.tarifWahlC .tarifWahl ul {
  margin-top: 0;
  width: 100%;
  margin-bottom: 0;
}
.tarifWahlC .tarifWahl ul li {
  font-size: 1.4em;
  line-height: 1.2em;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
.tarifWahlC .tarifWahl .legende p {
  height: 50px;
  width: 100%;
  font-size: 1.2em;
  margin: 20px 0 40px;
  color: #9D9D9D;
}
.tarifWahlC .tarifWahl .legende.legendeBottom {
  color: #6B6B6B;
  font-family: 'VagRoundedBold';
  font-size: 1.4em;
  letter-spacing: 0.05em;
  text-align: center;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -20px);
  -moz-transform: translate(-50%, -20px);
  -ms-transform: translate(-50%, -20px);
  -o-transform: translate(-50%, -20px);
  transform: translate(-50%, -20px);
}
@media (min-width: 992px) {
  .tarifWahlC .tarifWahl .legende.legendeBottom {
    -webkit-transform: translate(-50%, 30px);
    -moz-transform: translate(-50%, 30px);
    -ms-transform: translate(-50%, 30px);
    -o-transform: translate(-50%, 30px);
    transform: translate(-50%, 30px);
  }
}
@media (max-width: 991px) {
  .tarifWahlC .tarifWahl .legende.legendeBottom {
    width: 100%;
  }
}
.tarifWahlC .tarifWahl table {
  border-spacing: 0;
  border-collapse: collapse;
  margin-bottom: 10px;
  width: 100%;
}
.tarifWahlC .tarifWahl table tbody tr.price {
  -webkit-transform: translate(0%, -4px);
  -moz-transform: translate(0%, -4px);
  -ms-transform: translate(0%, -4px);
  -o-transform: translate(0%, -4px);
  transform: translate(0%, -4px);
}
.tarifWahlC .tarifWahl table tbody tr.price td:last-child {
  font-size: 2em;
  font-family: 'VagRoundedBold';
  letter-spacing: 0.01em;
  /*                            white-space: nowrap;
*/
}
.tarifWahlC .tarifWahl table tbody tr td {
  padding-bottom: 8px;
  font-size: 1.6em;
}
.tarifWahlC .tarifWahl table tbody tr td.grey {
  color: #9D9D9D;
}
.tarifWahlC .tarifWahl table tbody tr td:last-child {
  text-align: right;
  /*                            width: 1px;
*/
}
@media (max-width: 350px) {
  .tarifWahlC .tarifWahl table tbody tr td {
    width: 100%;
    float: left;
  }
}
.tarifWahlC .tarifWahl table tbody tr td.euro-column {
  padding-right: 5px;
  /*width: 1px;
                            white-space: nowrap;*/
}
@media (min-width: 992px) and (max-width: 1099px) {
  .tarifWahlC .tarifWahl table tbody tr td {
    float: left!important;
    text-align: left;
    width: auto;
  }
  .tarifWahlC .tarifWahl table tbody tr td:first-child {
    padding-bottom: 0;
    width: 100%;
  }
}
.tarifWahlC .tarifWahl .priceInfo {
  margin-bottom: 20px;
}
.tarifWahlC .tarifWahl p .pricePMonth {
  font-size: 15px;
  line-height: 1.2em;
  letter-spacing: 0.05em;
}
.tarifWahlC .tarifWahl p .priceEUR {
  font-size: 15px;
  line-height: 1.2em;
  letter-spacing: 0.05em;
  font-family: 'VagRoundedBold';
}
.tarifWahlC .tarifWahl p .priceUst {
  color: #9D9D9D;
  font-size: 13px;
  line-height: 1.2em;
  letter-spacing: 0.025em;
}
.tarifWahlC .tarifWahl .priceGesamt {
  margin-bottom: 10px;
  font-size: 1.5em;
  line-height: 2.4em;
  letter-spacing: 0.05em;
}
.tarifWahlC .tarifWahl .priceGesamt span {
  color: #9D9D9D;
  font-size: 13px;
  line-height: 1.2em;
  letter-spacing: 0.025em;
}
.tarifWahlC .tarifWahl-noslider {
  margin: 0 auto;
  width: 100%;
  max-width: 310px;
}
.tarifWahlC .tarifWahl-noslider .tarifItem {
  position: relative;
  margin: 4rem auto;
  padding: 2.4rem 2.4rem 5rem;
  background-color: white;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.tarifWahlC .tarifWahl-noslider .tarifItem .in .points {
  display: block;
}
.tarifWahlC .tarifWahl-noslider .tarifItem .smart-product::before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background-image: url(../images/neu_badge.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: -30px;
  right: 15px;
  border-radius: 50%;
}
.tarifWahlC .tarifWahl-noslider .tarifItem .description-toggle {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 40px;
  width: 100%;
}
.tarifWahlC .tarifWahl-noslider .tarifItem .description-toggle button {
  width: 100%;
  height: 100%;
  background-color: #82C828;
  color: white;
  border: none;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-right: 2rem;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.tarifWahlC .tarifWahl-noslider .tarifItem .description-toggle button:after {
  content: "";
  position: absolute;
  display: block;
  width: 12px;
  height: 8px;
  background-image: url(../images/arrow_button_down_white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  top: 16px;
  right: 40%;
}
.tarifWahlC .tarifWahl-noslider .tarifItem .description-toggle button[aria-expanded="true"] {
  font-size: 0;
}
.tarifWahlC .tarifWahl-noslider .tarifItem .description-toggle button[aria-expanded="true"]:after {
  transform: scaleY(-1);
  right: 48%;
}
.tarifWahlC .tarifWahl-noslider .tarifItem .top h3 {
  font-size: 30px;
  color: #82C828;
}
.tarifWahlC .tarifWahl-noslider .tarifItem .top h4 {
  font-size: 17px;
  font-weight: bold;
  line-height: 1.4em;
}
.tarifWahlC .tarifWahl-noslider .tarifItem .green-check-list {
  font-size: 14px;
  padding: 1rem 0;
}
.tarifWahlC .tarifWahl-noslider .tarifItem .green-check-list li {
  line-height: 1.5em;
}
.tarifWahlC .tarifWahl-noslider .tarifItem .actionC {
  padding-top: 2rem;
}
.tarifWahlC .tarifWahl-noslider .tarifItem .actionC .button-green-white {
  margin: 2.5rem 0 2.5rem;
}
.tarifWahlC .tarifWahl-noslider .tarifItem .actionC table {
  border-spacing: 0;
  border-collapse: collapse;
  margin-bottom: 10px;
  width: 100%;
}
.tarifWahlC .tarifWahl-noslider .tarifItem .actionC table tbody tr.price {
  -webkit-transform: translate(0%, -4px);
  -moz-transform: translate(0%, -4px);
  -ms-transform: translate(0%, -4px);
  -o-transform: translate(0%, -4px);
  transform: translate(0%, -4px);
}
.tarifWahlC .tarifWahl-noslider .tarifItem .actionC table tbody tr.price td:last-child {
  font-size: 2em;
  font-family: 'VagRoundedBold';
  letter-spacing: 0.01em;
}
.tarifWahlC .tarifWahl-noslider .tarifItem .actionC table tbody tr td {
  padding-bottom: 8px;
  font-size: 1.6em;
}
.tarifWahlC .tarifWahl-noslider .tarifItem .actionC table tbody tr td.grey {
  color: #9D9D9D;
}
.tarifWahlC .tarifWahl-noslider .tarifItem .actionC table tbody tr td:last-child {
  text-align: right;
}
@media (max-width: 350px) {
  .tarifWahlC .tarifWahl-noslider .tarifItem .actionC table tbody tr td:last-child {
    width: 20%;
  }
}
@media (max-width: 350px) {
  .tarifWahlC .tarifWahl-noslider .tarifItem .actionC table tbody tr td {
    width: 80%;
    float: left;
  }
}
.tarifWahlC .tarifWahl-noslider .tarifItem .actionC table tbody tr td.euro-column {
  padding-right: 5px;
}
.tarifWahlC .tarifWahl-noslider .tarifItem .legende p {
  font-size: 16px;
  margin-bottom: 60px;
  color: #9D9D9D;
}
.tarifWahlC .tarifWahl-noslider .tarifItem .points {
  display: none;
  position: absolute;
  left: 0;
  bottom: 40px;
  width: 100%;
  height: 45px;
  font-size: 14px;
  line-height: 45px;
  padding: 0 2.4rem;
  background-color: #F2F2F2;
  color: #6B6B6B;
}
.tarifWahlC .tarifWahl-noslider .tarifItem .points span {
  position: relative;
}
.tarifWahlC .tarifWahl-noslider .tarifItem .points span a {
  display: inline-block;
  background-image: url(../images/icon_fragezeichen.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px 15px;
  width: 26px;
  height: 26px;
  text-indent: -9999px;
  margin-left: 5px;
  position: absolute;
  top: -6px;
}
.tarifWahlC .infoSpan {
  color: #6B6B6B;
  font-family: 'VagRoundedBold';
  margin: 0 auto;
  width: 100%;
  display: block;
  text-align: center;
  margin-top: 3rem;
  font-size: 1.2em;
}
/************************
    INFOHALF BLOCK
    ************************/
.infoHalfBlockC {
  width: 100%;
}
.infoHalfBlockC.row {
  margin: 0;
  width: initial;
}
.infoHalfBlockC.row .image-container {
  padding: 0;
}
.infoHalfBlockC.row .image-container div {
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .infoHalfBlockC.row .image-container {
    height: 0px;
    order: 0;
    padding-bottom: 60%;
    position: relative;
    width: 100%;
  }
  .infoHalfBlockC.row .image-container .imageBlock {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
  }
}
.infoHalfBlockC.row .image-container iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.infoHalfBlockC.row .textBlock {
  padding: 0;
}
@media (max-width: 767px) {
  .infoHalfBlockC.row .textBlock {
    order: 1;
    padding-bottom: 20px;
  }
}
.infoHalfBlockC.row.rate-tile {
  /*            .image-container{
                @media (max-width: 1400px){
                    flex-shrink: 0;
                    height: 0px;
                    order: 0;
                    padding-bottom: 60%;
                    position: relative;
                    width: 100%;
                    .imageBlock{
                        position: absolute;
                        left: 0px;
                        top: 0px;
                        width: 100%;
                        height: 100%;
                    }
                }
            }
            .textBlock{
                @media (max-width: 1400px){
                    flex-shrink: 0;
                    padding-bottom: 20px;
                    order: 1;
                    width: 100%;
                }
            }*/
}
.infoHalfBlockC.row.rate-tile .image-container .imageBlock {
  background-color: #ffffff;
  background-size: contain;
}
.infoHalfBlockC.row.rate-tile .textBlock .smart-product h2 {
  display: inline-block;
  position: relative;
}
.infoHalfBlockC.row.rate-tile .textBlock .smart-product h2:after {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background-image: url(../images/neu_badge.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: -15px;
  right: -55px;
  border-radius: 50%;
}
.infoHalfBlockC.row .textBlock .infoHalfBlock span.green-price {
  color: #82C828;
  font-size: 1.7em;
  letter-spacing: 0.05em;
  font-family: 'VagRoundedBold';
}
.infoHalfBlockC .imageBlock {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media (min-width: 768px) {
  .infoHalfBlockC .imageBlock {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 1100px) {
  .infoHalfBlockC .imageBlock {
    display: block;
  }
}
.infoHalfBlockC .imageBlock a {
  display: block;
  height: 100%;
  text-indent: -999999px;
  width: 100%;
}
.infoHalfBlockC .textBlock {
  background: #F2F2F2;
}
.infoHalfBlockC .infoHalfBlock {
  padding: 30px 20px 20px;
  display: block;
  /*width: 50%;
        display: inline-block;*/
}
@media (min-width: 992px) {
  .infoHalfBlockC .infoHalfBlock {
    padding: 30px 40px 30px 40px;
  }
}
@media (min-width: 1100px) {
  .infoHalfBlockC .infoHalfBlock {
    padding: 70px 65px 60px 65px;
  }
}
@media (min-width: 1550px) {
  .infoHalfBlockC .infoHalfBlock {
    padding: 110px 105px 100px 105px;
  }
}
@media (max-width: 991px) {
  .infoHalfBlockC .infoHalfBlock {
    max-width: 100%;
  }
}
.infoHalfBlockC .infoHalfBlock h2 {
  font-size: 4em;
  letter-spacing: 0.05em;
  line-height: 1.2em;
  margin-bottom: 35px;
  margin-top: 0;
}
.infoHalfBlockC .infoHalfBlock p {
  /*font-size: 1.8em;*/
  letter-spacing: 0.025em;
  line-height: 1.5em;
  margin-bottom: 0;
}
.infoHalfBlockC .infoHalfBlock p .pricePerkWH {
  font-size: 1.2em;
  letter-spacing: 0.05em;
}
.infoHalfBlockC .infoHalfBlock p .priceEUR {
  color: #82C828;
  font-size: 1.7em;
  letter-spacing: 0.05em;
  font-family: 'VagRoundedBold';
}
@media (max-width: 767px) {
  .infoHalfBlockC .infoHalfBlock p .priceEUR {
    display: block;
  }
}
.infoHalfBlockC .infoHalfBlock p .priceUst {
  font-size: 0.7em;
  letter-spacing: 0.025em;
  color: #9D9D9D;
}
.infoHalfBlockC .infoHalfBlock ul {
  margin-bottom: 30px;
}
.infoHalfBlockC .infoHalfBlock ul li {
  font-size: 1.8em;
  line-height: 1.6em;
  letter-spacing: 0.05em;
}
.infoHalfBlockC .infoHalfBlock .actionC {
  width: 100%;
}
@media (min-width: 992px) {
  .infoHalfBlockC .infoHalfBlock .actionC {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
.infoHalfBlockC .infoHalfBlock .actionC button {
  padding: 0.85em 2.5em 0.85em;
}
.infoHalfBlockC .infoHalfBlock .actionC ul {
  margin-bottom: 0px;
}
.infoHalfBlockC .infoHalfBlock .actionC ul li {
  font-size: 1.4em;
  line-height: 1.2em;
  letter-spacing: 0.2em;
  margin-bottom: 10px;
  font-family: 'VagRoundedBold';
}
.infoHalfBlockC .infoHalfBlock .actionC .left {
  /*font-size: 4em;*/
  letter-spacing: 0.05em;
  line-height: 1.2em;
  float: left;
  padding-right: 15px;
}
.infoHalfBlockC .infoHalfBlock .actionC .right {
  align-self: flex-end;
  float: right;
  margin-top: 5px;
}
.infoHalfBlockC .infoHalfBlock .actionC .right .button {
  white-space: nowrap;
}
@media (max-width: 991px) {
  .infoHalfBlockC .infoHalfBlock .actionC .right {
    clear: both;
    padding-top: 20px;
    float: none;
  }
}
.infoHalfBlockC .infoHalfBlock .green-arrow-download {
  margin-bottom: 0;
}
.infoHalfBlockC .infoHalfBlock .small-grey {
  margin-left: 0;
}
/************************
    VIDEO BLOCK MIT TARIFRECHNER
    ************************/
.headerVideoBlock {
  width: 100%;
  position: relative;
  top: 0;
  overflow: hidden;
  transition: padding 800ms ease-in-out;
  padding-bottom: 0;
  /* This used to work for the parent element of button divs */
  /* But it does not work with newer browsers, the below doesn't hide the play button parent div */
  /* Old shadow dom for play button */
  /* New shadow dom for play button */
  /* This one works! */
}
.headerVideoBlock.in {
  padding-bottom: 700px;
}
.headerVideoBlock.in.agrar {
  padding-bottom: 515px;
}
@media (min-width: 992px) {
  .headerVideoBlock.in {
    padding-bottom: 315px;
  }
  .headerVideoBlock.in.agrar {
    padding-bottom: 315px;
  }
}
@media (min-width: 1100px) {
  .headerVideoBlock.in {
    padding-bottom: 0px;
  }
  .headerVideoBlock.in.agrar {
    padding-bottom: 0px;
  }
}
.headerVideoBlock video {
  display: block;
  width: 100%;
}
.headerVideoBlock .headerImage {
  width: 100%;
  height: auto;
}
.headerVideoBlock *::-webkit-media-controls-panel {
  display: none!important;
  -webkit-appearance: none;
}
.headerVideoBlock *::-webkit-media-controls-play-button {
  display: none!important;
  -webkit-appearance: none;
}
.headerVideoBlock *::-webkit-media-controls-start-playback-button {
  display: none!important;
  -webkit-appearance: none;
}
.headerVideoBlock .tarifrechnerC {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0px);
  -moz-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  -o-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  height: 53px;
  width: 100%;
  transition: transform 800ms ease-in-out;
}
@media (min-width: 430px) {
  .headerVideoBlock .tarifrechnerC {
    width: 90%;
  }
}
@media (min-width: 768px) {
  .headerVideoBlock .tarifrechnerC {
    height: 100px;
    width: 100%;
    max-width: 1000px;
  }
}
.headerVideoBlock .tarifrechnerC.in {
  -webkit-transform: translate(-50%, -700px);
  -moz-transform: translate(-50%, -700px);
  -ms-transform: translate(-50%, -700px);
  -o-transform: translate(-50%, -700px);
  transform: translate(-50%, -700px);
}
@media (min-width: 992px) {
  .headerVideoBlock .tarifrechnerC.in {
    -moz-transform: translate(-50%, -315px);
    -webkit-transform: translate(-50%, -315px);
    -ms-transform: translate(-50%, -315px);
    -o-transform: translate(-50%, -315px);
    transform: translate(-50%, -315px);
  }
}
@media (min-width: 1100px) {
  .headerVideoBlock .tarifrechnerC.in {
    -webkit-transform: translate(-50%, -335px);
    -moz-transform: translate(-50%, -335px);
    -ms-transform: translate(-50%, -335px);
    -o-transform: translate(-50%, -335px);
    transform: translate(-50%, -335px);
  }
}
.headerVideoBlock .tarifrechnerC > div {
  display: inline-block;
  height: 100%;
}
.headerVideoBlock .tarifrechnerC .tarifrechnerLogoC {
  width: 25%;
  padding: 60px 30px 30px;
  background-image: url('../images/grafik_wunschtarif_ohne_pfeil.png');
  background-repeat: no-repeat;
  background-position: center;
  display: none;
}
@media (min-width: 1100px) {
  .headerVideoBlock .tarifrechnerC .tarifrechnerLogoC {
    display: inline-block;
  }
}
.headerVideoBlock .tarifrechnerC.agrar .tarifrechnerLogoC {
  background-image: url('../images/mein_steireragrar_big.png');
  background-size: contain;
}
.headerVideoBlock .tarifrechnerC.agrar .row > div {
  margin: 0 0 15px 0;
  padding: 0 15px;
}
@media (min-width: 992px) {
  .headerVideoBlock .tarifrechnerC.agrar .row > div {
    margin: 0 0 15px 0!important;
  }
}
.headerVideoBlock .tarifrechnerC.agrar.in {
  -webkit-transform: translate(-50%, -515px);
  -moz-transform: translate(-50%, -515px);
  -ms-transform: translate(-50%, -515px);
  -o-transform: translate(-50%, -515px);
  transform: translate(-50%, -515px);
}
@media (min-width: 992px) {
  .headerVideoBlock .tarifrechnerC.agrar.in {
    -moz-transform: translate(-50%, -315px);
    -webkit-transform: translate(-50%, -315px);
    -ms-transform: translate(-50%, -315px);
    -o-transform: translate(-50%, -315px);
    transform: translate(-50%, -315px);
  }
}
@media (min-width: 1100px) {
  .headerVideoBlock .tarifrechnerC.agrar.in {
    -webkit-transform: translate(-50%, -335px);
    -moz-transform: translate(-50%, -335px);
    -ms-transform: translate(-50%, -335px);
    -o-transform: translate(-50%, -335px);
    transform: translate(-50%, -335px);
  }
}
.headerVideoBlock .tarifrechnerC .tarifrechnerTabsC {
  width: 100%;
  vertical-align: top;
  height: calc(100% - 25px);
}
@media (min-width: 1100px) {
  .headerVideoBlock .tarifrechnerC .tarifrechnerTabsC {
    /*width: 50%;*/
    width: 100%;
  }
}
.headerVideoBlock .tarifrechnerC .tarifrechnerTabsC .tarifrechnerTab:not(.tarifrechnerLogoC) {
  border-radius: 10px 10px 0 0;
  display: inline-block;
  /*width: 50%;*/
  width: 100px;
  margin-top: 15px;
  background: #82C828;
  color: white;
  height: 38px;
  position: relative;
  /*padding: 20px 0;*/
}
@media (min-width: 768px) {
  .headerVideoBlock .tarifrechnerC .tarifrechnerTabsC .tarifrechnerTab:not(.tarifrechnerLogoC) {
    width: 33.3%;
    margin-top: 25px;
    height: 100%;
  }
}
@media (min-width: 1100px) {
  .headerVideoBlock .tarifrechnerC .tarifrechnerTabsC .tarifrechnerTab:not(.tarifrechnerLogoC) {
    margin-right: 20px;
    width: 200px;
    height: 100%;
  }
}
.headerVideoBlock .tarifrechnerC .tarifrechnerTabsC .tarifrechnerTab:not(.tarifrechnerLogoC).tarifrechnerTabStrom {
  margin-left: 0;
}
@media (min-width: 430px) {
  .headerVideoBlock .tarifrechnerC .tarifrechnerTabsC .tarifrechnerTab:not(.tarifrechnerLogoC).tarifrechnerTabStrom {
    margin-left: 20px;
  }
}
@media (min-width: 768px) {
  .headerVideoBlock .tarifrechnerC .tarifrechnerTabsC .tarifrechnerTab:not(.tarifrechnerLogoC).tarifrechnerTabStrom {
    margin-left: 40px;
  }
}
@media (min-width: 1100px) {
  .headerVideoBlock .tarifrechnerC .tarifrechnerTabsC .tarifrechnerTab:not(.tarifrechnerLogoC).tarifrechnerTabStrom {
    margin-left: 6em;
  }
}
.headerVideoBlock .tarifrechnerC .tarifrechnerTabsC .tarifrechnerTab:not(.tarifrechnerLogoC).tarifrechnerTabGas {
  margin-left: 0;
}
@media (min-width: 450px) {
  .headerVideoBlock .tarifrechnerC .tarifrechnerTabsC .tarifrechnerTab:not(.tarifrechnerLogoC).tarifrechnerTabGas {
    margin-left: 10px;
  }
}
@media (min-width: 768px) {
  .headerVideoBlock .tarifrechnerC .tarifrechnerTabsC .tarifrechnerTab:not(.tarifrechnerLogoC).tarifrechnerTabGas {
    margin-left: 20px;
  }
}
@media (min-width: 1100px) {
  .headerVideoBlock .tarifrechnerC .tarifrechnerTabsC .tarifrechnerTab:not(.tarifrechnerLogoC).tarifrechnerTabGas {
    margin-left: 0em;
  }
}
.headerVideoBlock .tarifrechnerC .tarifrechnerTabsC .tarifrechnerTab:not(.tarifrechnerLogoC).tarifrechnerTabCalc {
  background: transparent;
  margin: 0;
  margin-top: 15px;
  width: auto;
  vertical-align: top;
  float: right;
}
@media (min-width: 768px) {
  .headerVideoBlock .tarifrechnerC .tarifrechnerTabsC .tarifrechnerTab:not(.tarifrechnerLogoC).tarifrechnerTabCalc {
    margin-top: 30px;
  }
}
@media (min-width: 1100px) {
  .headerVideoBlock .tarifrechnerC .tarifrechnerTabsC .tarifrechnerTab:not(.tarifrechnerLogoC).tarifrechnerTabCalc {
    margin-right: 60px;
    margin-top: 30px;
  }
}
.headerVideoBlock .tarifrechnerC .tarifrechnerTabsC .tarifrechnerTab:not(.tarifrechnerLogoC).tarifrechnerTabCalc.active {
  background: transparent;
}
.headerVideoBlock .tarifrechnerC .tarifrechnerTabsC .tarifrechnerTab:not(.tarifrechnerLogoC).tarifrechnerTabCalc .button {
  margin-top: 0.3em;
}
.headerVideoBlock .tarifrechnerC .tarifrechnerTabsC .tarifrechnerTab:not(.tarifrechnerLogoC) .tabC {
  position: absolute;
  top: 50%;
  /*left: 50%;*/
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.headerVideoBlock .tarifrechnerC .tarifrechnerTabsC .tarifrechnerTab:not(.tarifrechnerLogoC) .tabC.tabStrom {
  /*width: auto;*/
  width: 100px;
  left: 60%;
}
@media (min-width: 768px) {
  .headerVideoBlock .tarifrechnerC .tarifrechnerTabsC .tarifrechnerTab:not(.tarifrechnerLogoC) .tabC.tabStrom {
    left: 50%;
    width: 155px;
  }
}
@media (min-width: 1100px) {
  .headerVideoBlock .tarifrechnerC .tarifrechnerTabsC .tarifrechnerTab:not(.tarifrechnerLogoC) .tabC.tabStrom {
    width: 75%;
  }
}
.headerVideoBlock .tarifrechnerC .tarifrechnerTabsC .tarifrechnerTab:not(.tarifrechnerLogoC) .tabC.tabGas {
  /*width: auto;*/
  width: 100px;
  left: 70%;
}
@media (min-width: 768px) {
  .headerVideoBlock .tarifrechnerC .tarifrechnerTabsC .tarifrechnerTab:not(.tarifrechnerLogoC) .tabC.tabGas {
    left: 50%;
    width: 105px;
  }
}
@media (min-width: 1100px) {
  .headerVideoBlock .tarifrechnerC .tarifrechnerTabsC .tarifrechnerTab:not(.tarifrechnerLogoC) .tabC.tabGas {
    width: 55%;
  }
}
.headerVideoBlock .tarifrechnerC .tarifrechnerTabsC .tarifrechnerTab:not(.tarifrechnerLogoC) .tabC.tabCalc {
  position: relative;
  top: 0;
  left: 0;
  text-align: right;
  width: auto;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.headerVideoBlock .tarifrechnerC .tarifrechnerTabsC .tarifrechnerTab:not(.tarifrechnerLogoC) .tabC.tabCalc .button {
  cursor: pointer;
  position: relative;
  top: 0;
  font-size: 0.9em;
  line-height: 0.9em;
  padding: 0.6rem 1.4rem 0.2rem;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  right: 15px;
}
@media (min-width: 768px) {
  .headerVideoBlock .tarifrechnerC .tarifrechnerTabsC .tarifrechnerTab:not(.tarifrechnerLogoC) .tabC.tabCalc .button {
    font-size: 1.4rem;
    line-height: 1.4rem;
    padding: 1.2rem 2.5rem 1rem;
  }
}
@media (min-width: 992px) {
  .headerVideoBlock .tarifrechnerC .tarifrechnerTabsC .tarifrechnerTab:not(.tarifrechnerLogoC) .tabC.tabCalc .button {
    right: 0;
  }
}
.headerVideoBlock .tarifrechnerC .tarifrechnerTabsC .tarifrechnerTab:not(.tarifrechnerLogoC) .tabC .tabLogo {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('../images/tarifrechner_radio_inactive.svg');
}
@media (min-width: 768px) {
  .headerVideoBlock .tarifrechnerC .tarifrechnerTabsC .tarifrechnerTab:not(.tarifrechnerLogoC) .tabC .tabLogo {
    width: 21px;
    height: 21px;
    margin-right: 15px;
  }
}
.headerVideoBlock .tarifrechnerC .tarifrechnerTabsC .tarifrechnerTab:not(.tarifrechnerLogoC) .tabC span {
  text-align: center;
  line-height: 100%;
  font-size: 1.6em;
  font-family: 'VagRoundedBold';
  letter-spacing: 0.075em;
}
@media (min-width: 768px) {
  .headerVideoBlock .tarifrechnerC .tarifrechnerTabsC .tarifrechnerTab:not(.tarifrechnerLogoC) .tabC span {
    font-size: 3.2em;
  }
}
.headerVideoBlock .tarifrechnerC .tarifrechnerTabsC .tarifrechnerTab:not(.tarifrechnerLogoC).active {
  background: white;
  color: #82C828;
}
.headerVideoBlock .tarifrechnerC .tarifrechnerTabsC .tarifrechnerTab:not(.tarifrechnerLogoC).active .tabC .tabLogo {
  display: inline-block;
  background-size: contain;
  background-image: url('../images/tarifrechner_radio_active.svg');
}
.headerVideoBlock .tarifrechnerC .button {
  cursor: pointer;
  font-size: 1.4rem;
  line-height: 1.4rem;
  letter-spacing: 0.2rem;
  padding: 1.2rem 2.5rem 1rem;
  position: relative;
}
@media (min-width: 768px) {
  .headerVideoBlock .tarifrechnerC .button {
    position: relative;
  }
}
@media (min-width: 992px) {
  .headerVideoBlock .tarifrechnerC .button {
    margin-top: 43px;
    margin-bottom: 4px;
  }
}
.headerVideoBlock .tarifrechnerC .tarifrechnerForm {
  display: block;
  height: auto;
  margin-top: 1px;
  background: white;
  position: absolute;
  top: 70px;
  padding-top: 25px;
  width: 100%;
}
@media (min-width: 768px) {
  .headerVideoBlock .tarifrechnerC .tarifrechnerForm {
    top: 90px;
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .headerVideoBlock .tarifrechnerC .tarifrechnerForm {
    padding-top: 40px;
    top: 99px;
  }
}
@media (min-width: 1100px) {
  .headerVideoBlock .tarifrechnerC .tarifrechnerForm {
    width: 1000px;
    padding-top: 40px;
    padding-bottom: 10px;
  }
}
.headerVideoBlock .tarifrechnerC .tarifrechnerForm .tarifrechnerFormStrom,
.headerVideoBlock .tarifrechnerC .tarifrechnerForm .tarifrechnerFormGas {
  display: none;
  width: 100%;
}
.headerVideoBlock .tarifrechnerC .tarifrechnerForm .tarifrechnerFormStrom.active,
.headerVideoBlock .tarifrechnerC .tarifrechnerForm .tarifrechnerFormGas.active {
  display: block;
  min-height: 28.5rem;
}
.headerVideoBlock .tarifrechnerC .tarifrechnerForm .tarifrechnerFormStrom .smartCheck .cbLabel {
  font-size: 1.5em;
  letter-spacing: 0.05em;
  display: inline-block;
  width: calc(100% - 15px);
  padding-top: 1.6rem;
  padding-left: 28px;
  margin: 40px 0;
}
.headerVideoBlock .tarifrechnerC .tarifrechnerForm .tarifrechnerFormStrom .smartCheck .cbLabel:before {
  left: 16px;
}
@media (min-width: 1100px) {
  .headerVideoBlock .tarifrechnerC .tarifrechnerForm .tarifrechnerFormStrom .smartCheck .cbLabel:before {
    left: 30px;
  }
}
.headerVideoBlock .tarifrechnerC .tarifrechnerForm .tarifrechnerFormStrom .smartCheck .cbLabel span {
  position: relative;
  font-size: 1em !important;
}
.headerVideoBlock .tarifrechnerC .tarifrechnerForm .tarifrechnerFormStrom .smartCheck .cbLabel span a {
  display: inline-block;
  background-image: url(../images/icon_fragezeichen.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px 15px;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  margin-left: 5px;
  position: absolute;
  top: -5px;
}
@media (max-width: 992px) {
  .headerVideoBlock .tarifrechnerC .tarifrechnerForm .tarifrechnerFormStrom .smartCheck .cbLabel {
    margin: 10px 0;
  }
}
.headerVideoBlock .tarifrechnerC .tarifrechnerForm .formClose {
  position: absolute;
  right: 35px;
  top: 15px;
  background-image: url('../images/lightbox_xerl.svg');
  background-repeat: no-repeat;
  background-position: center center;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 10;
}
@media all and (max-width: 920px) {
  .headerVideoBlock .tarifrechnerC .tarifrechnerForm .formClose {
    padding: 10px;
    top: 0;
    right: 30px;
    background-size: 11px;
    background-position: center center;
  }
}
@media all and (max-width: 767px) {
  .headerVideoBlock .tarifrechnerC .tarifrechnerForm .formClose {
    top: -5px;
  }
}
.headerVideoBlock .tarifrechnerC .tarifrechnerForm .row {
  margin-bottom: 0px;
}
.headerVideoBlock .tarifrechnerC .tarifrechnerForm .row:last-child {
  margin-bottom: 0px;
}
@media (min-width: 992px) {
  .headerVideoBlock .tarifrechnerC .tarifrechnerForm .row:last-child > div {
    margin: 0 0 0 0;
  }
}
.headerVideoBlock .tarifrechnerC .tarifrechnerForm .row > div {
  margin: 0 0 15px 0;
  padding: 0 15px;
}
@media (min-width: 992px) {
  .headerVideoBlock .tarifrechnerC .tarifrechnerForm .row > div {
    margin: 0 0 0 0;
  }
}
.headerVideoBlock .tarifrechnerC .tarifrechnerForm .row .col-lg-4:first-child {
  padding-left: 60px;
}
@media (min-width: 1100px) {
  .headerVideoBlock .tarifrechnerC .tarifrechnerForm .row {
    margin-bottom: 30px;
  }
  .headerVideoBlock .tarifrechnerC .tarifrechnerForm .row:last-child {
    margin-bottom: 0px;
  }
  .headerVideoBlock .tarifrechnerC .tarifrechnerForm .row > div {
    padding: 0 30px 0;
  }
  .headerVideoBlock .tarifrechnerC .tarifrechnerForm .row > div:first-child {
    padding-left: 50px;
  }
}
.headerVideoBlock .tarifrechnerC .tarifrechnerForm .row .help-block {
  color: #6B6B6B;
  font-size: 1.2em;
  letter-spacing: 0.12em;
  margin-top: 1em;
}
.headerVideoBlock .tarifrechnerC .tarifrechnerForm span:not(.ui-slider-pip):not(.ui-slider-line):not(.ui-slider-label) {
  display: block;
  width: 100%;
  margin-bottom: 15px;
  font-size: 1.7em;
  letter-spacing: 0.12em;
}
@media (min-width: 1100px) {
  .headerVideoBlock .tarifrechnerC .tarifrechnerForm span:not(.ui-slider-pip):not(.ui-slider-line):not(.ui-slider-label) {
    margin-bottom: 15px;
  }
}
.headerVideoBlock .tarifrechnerC .tarifrechnerForm span:not(.ui-slider-pip):not(.ui-slider-line):not(.ui-slider-label).validation {
  display: none;
  position: absolute;
  left: 50%;
  width: 50%;
  color: red;
  bottom: -5px;
  font-size: 1.2em;
}
@media (min-width: 1100px) {
  .headerVideoBlock .tarifrechnerC .tarifrechnerForm span:not(.ui-slider-pip):not(.ui-slider-line):not(.ui-slider-label).validation {
    bottom: -20px;
  }
}
.headerVideoBlock .tarifrechnerC .tarifrechnerForm span:not(.ui-slider-pip):not(.ui-slider-line):not(.ui-slider-label).validation.validationFailed {
  display: block;
}
.headerVideoBlock .tarifrechnerC .tarifrechnerForm span:not(.ui-slider-pip):not(.ui-slider-line):not(.ui-slider-label).info-container {
  position: relative;
  width: auto;
}
.headerVideoBlock .tarifrechnerC .tarifrechnerForm span:not(.ui-slider-pip):not(.ui-slider-line):not(.ui-slider-label).info-container .info-icon {
  display: inline-block;
  background-image: url('../images/icon_fragezeichen.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px 15px;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  margin-left: 5px;
  position: absolute;
  top: -5px;
}
.headerVideoBlock .tarifrechnerC .tarifrechnerForm .ui-slider-pip {
  color: #6B6B6B;
  margin-bottom: 0;
  top: 0;
  width: auto;
}
.headerVideoBlock .tarifrechnerC .tarifrechnerForm .ui-slider-pip .ui-slider-line {
  /*display: none;
                    left: 0;*/
  border: transparent;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  top: -7px;
  background-color: #c8e4a5;
  padding-left: 0!important;
  margin-left: 2px;
  position: absolute;
  left: 0;
}
.headerVideoBlock .tarifrechnerC .tarifrechnerForm .ui-slider-pip.ui-slider-pip-inrange .ui-slider-line {
  background-color: #82C828;
}
.headerVideoBlock .tarifrechnerC .tarifrechnerForm .ui-slider-pip .ui-slider-label {
  font-size: 1.7rem;
  font-weight: normal;
  letter-spacing: 0.12em;
  top: -29px;
  margin-left: 0;
  border: transparent;
  width: 20px;
  height: 20px;
  padding-left: 0!important;
  margin-left: 2px;
}
.headerVideoBlock .tarifrechnerC .tarifrechnerForm .ui-slider-pip .ui-slider-label:after {
  content: ' ';
  margin-left: 0;
  border: transparent;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  top: 22px;
  background-color: #c8e4a5;
  padding-left: 0!important;
  margin-left: 1px;
  position: absolute;
  left: 0;
  display: none;
}
.headerVideoBlock .tarifrechnerC .tarifrechnerForm .ui-slider-pip.ui-slider-pip-selected {
  color: #333333;
  font-weight: normal;
}
.headerVideoBlock .tarifrechnerC .tarifrechnerForm .ui-slider-pip.ui-slider-pip-inrange .ui-slider-label:after {
  background-color: #82C828;
  left: 0.3px;
}
.headerVideoBlock .tarifrechnerC .tarifrechnerForm .ui-slider-pip.ui-slider-pip-inrange.ui-slider-pip-3 .ui-slider-label:after {
  background-color: #82C828;
  left: 0px;
}
.headerVideoBlock .tarifrechnerC .tarifrechnerForm p {
  margin: 0px 0 0px 0;
  font-size: 1.4em;
  letter-spacing: 0.05em;
}
@media (min-width: 1100px) {
  .headerVideoBlock .tarifrechnerC .tarifrechnerForm p {
    margin: 25px 0 10px 0;
  }
}
.headerVideoBlock .tarifrechnerC .tarifrechnerForm input[type=text] {
  border-width: 1px;
  padding: 15px 10px 11px;
  border-color: #D6D6D6;
  border-style: solid;
  color: #333333;
  font-size: 1.7em;
  height: auto;
  line-height: 1.2em;
  letter-spacing: 0.025em;
  background: white;
  width: 100%;
  border-radius: 0;
}
.headerVideoBlock .tarifrechnerC .tarifrechnerForm input[type=text]:focus {
  border-color: #82C828;
}
.headerVideoBlock .tarifrechnerC .tarifrechnerForm input[type=text]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #BAB8B8;
}
.headerVideoBlock .tarifrechnerC .tarifrechnerForm input[type=text]::-moz-placeholder {
  /* Firefox 19+ */
  color: #BAB8B8;
}
.headerVideoBlock .tarifrechnerC .tarifrechnerForm input[type=text]:-ms-input-placeholder {
  /* IE 10+ */
  color: #BAB8B8;
}
.headerVideoBlock .tarifrechnerC .tarifrechnerForm input[type=text]:-moz-placeholder {
  /* Firefox 18- */
  color: #BAB8B8;
}
.headerVideoBlock .tarifrechnerC .tarifrechnerForm .selectC {
  margin-bottom: 0;
  position: relative;
  text-align: left;
}
.headerVideoBlock .tarifrechnerC .tarifrechnerForm .selectC .help-block.form-error {
  margin-top: -20px;
  margin-bottom: 40px;
  text-align: center;
}
.headerVideoBlock .tarifrechnerC .tarifrechnerForm .selectC.has-error select {
  border-color: #b94a48 !important;
}
.headerVideoBlock .tarifrechnerC .tarifrechnerForm .selectC .prettydropdown {
  height: 43px!important;
  margin-bottom: 0;
  padding-left: 0!important;
  width: 100%!important;
  z-index: 150;
}
.headerVideoBlock .tarifrechnerC .tarifrechnerForm .selectC .prettydropdown.has-error {
  height: 70px!important;
}
.headerVideoBlock .tarifrechnerC .tarifrechnerForm .selectC .prettydropdown.has-error ul {
  border-color: #b94a48;
}
.headerVideoBlock .tarifrechnerC .tarifrechnerForm .selectC ul {
  background: #ffffff;
  border: 1px solid #D6D6D6;
  box-shadow: none;
  margin-left: 0;
  margin-bottom: 0;
  outline: none!important;
  width: calc(100%);
  z-index: 150;
}
.headerVideoBlock .tarifrechnerC .tarifrechnerForm .selectC ul li {
  background: #ffffff;
  color: #333333;
  height: auto;
  font-size: 1.4rem;
  font-family: 'VagRoundedLight';
  line-height: 13px;
  outline: none!important;
  padding: 16px 20px 14px;
  width: calc(100%) !important;
  z-index: 150;
}
.headerVideoBlock .tarifrechnerC .tarifrechnerForm .selectC ul li:focus {
  border: 1px solid #82C828;
  outline: none!important;
}
.headerVideoBlock .tarifrechnerC .tarifrechnerForm .selectC ul li.nohover {
  color: #333333 !important;
  background: #ffffff !important;
}
.headerVideoBlock .tarifrechnerC .tarifrechnerForm .selectC ul li:hover {
  color: #333333 !important;
  background: #ffffff !important;
}
.headerVideoBlock .tarifrechnerC .tarifrechnerForm .selectC ul li.selected {
  background: #ffffff;
}
.headerVideoBlock .tarifrechnerC .tarifrechnerForm .selectC ul li.selected:before {
  display: none;
}
.headerVideoBlock .tarifrechnerC .tarifrechnerForm .selectC ul li.selected:after {
  content: " ";
  background: url('../images/arrow_button_down_grey.png') no-repeat center center;
  border: 1px solid #D6D6D6;
  content: '';
  display: block;
  height: 4.5rem;
  margin: 0;
  position: absolute;
  right: 0;
  top: -1px;
  width: 4rem;
}
.headerVideoBlock .tarifrechnerC .tarifrechnerForm .selectC ul li span.checked {
  display: none!important;
}
.headerVideoBlock .tarifrechnerC .tarifrechnerForm .selectC ul li.disabled {
  cursor: pointer;
  opacity: 1;
}
.headerVideoBlock .tarifrechnerC .tarifrechnerForm .selectC ul.active {
  top: auto !important;
  bottom: -48px !important;
}
.headerVideoBlock .tarifrechnerC .tarifrechnerForm .selectC ul.active li {
  padding: 10px 20px;
}
.headerVideoBlock .tarifrechnerC .tarifrechnerForm .selectC ul.active li:first-child:after {
  display: none;
}
.headerVideoBlock .tarifrechnerC .tarifrechnerForm .selectC ul.active li.selected:first-child:after {
  display: none;
}
.headerVideoBlock .tarifrechnerC .tarifrechnerForm .selectC ul.active li.selected:after {
  display: none;
}
.headerVideoBlock .tarifrechnerC .tarifrechnerForm .selectC ul.active li:hover {
  color: #82C828 !important;
}
.headerVideoBlock .tarifrechnerC .tarifrechnerForm .selectC ul.active li:first-child {
  padding-top: 16px;
}
.headerVideoBlock .tarifrechnerC .tarifrechnerForm .selectC ul.active li:last-child {
  padding-bottom: 14px;
}
.headerVideoBlock .tarifrechnerC .tarifrechnerForm .selectC ul.active.reverse {
  top: auto;
  bottom: -48px;
}
.headerVideoBlock .tarifrechnerC .tarifrechnerForm .selectC ul:not(.active) li:first-child:after {
  content: " ";
  background: url('../images/arrow_button_down_grey.png') no-repeat center center;
  border: 1px solid #D6D6D6;
  content: '';
  display: block;
  height: 4.5rem;
  margin: 0;
  position: absolute;
  right: 0;
  top: -1px;
  width: 4rem;
}
.headerVideoBlock .tarifrechnerC .tarifrechnerForm .selectC ul:not(.active) li.selected {
  padding-top: 16px;
  padding-bottom: 14px;
}
.headerVideoBlock .tarifrechnerC .tarifrechnerForm .selectC ul:not(.active) li.selected:after {
  content: " ";
  background: url('../images/arrow_button_down_grey.png') no-repeat center center;
  border: 1px solid #D6D6D6;
  content: '';
  display: block;
  height: 4.5rem;
  margin: 0;
  position: absolute;
  right: 0;
  top: -1px;
  width: 4rem;
}
.headerVideoBlock .tarifrechnerC .tarifrechnerForm .selectArrow {
  border-color: #D6D6D6;
}
.headerVideoBlock .tarifrechnerC .tarifrechnerForm select {
  border-width: 1px ;
  height: 45px;
  margin-bottom: 40px;
  vertical-align: top;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  text-indent: 0.1;
  text-overflow: '';
  padding-left: 20px;
  width: 100%;
}
.headerVideoBlock .tarifrechnerC .tarifrechnerForm .info-error-message {
  color: #6B6B6B;
  display: block;
  margin: 10px 0 15px;
  width: 100%;
  font-size: 1.2rem;
  letter-spacing: 0.12em;
  padding-left: 0;
}
@media (min-width: 992px) {
  .headerVideoBlock .tarifrechnerC .tarifrechnerForm .info-error-message {
    margin: 10px 0 0;
  }
}
.headerVideoBlock .tarifrechnerC .tarifrechnerForm #ecalculator-gas-grid-provider-error.has-error + div {
  display: none;
}
.headerVideoBlock .tarifrechnerC .tarifrechnerForm .sliderC .ui-slider {
  display: inline-block;
  vertical-align: top;
  /*-webkit-appearance: none;*/
  margin: 25px 0 0 25px;
  width: calc(100% - 75px);
}
@media (max-width: 991px) {
  .headerVideoBlock .tarifrechnerC .tarifrechnerForm .sliderC .ui-slider {
    width: calc(100% - 100px);
  }
}
.headerVideoBlock .tarifrechnerC .tarifrechnerForm .sliderC .ui-slider-handle {
  border: transparent;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  top: -7px;
  background-color: #82C828;
  /*                    -webkit-box-shadow: 5px 5px 30px 0px rgba(0,0,0,0.2);
                    -moz-box-shadow: 5px 5px 30px 0px rgba(0,0,0,0.2);
                    box-shadow: 5px 5px 30px 0px rgba(0,0,0,0.2);
*/
  padding-left: 0!important;
}
.headerVideoBlock .tarifrechnerC .tarifrechnerForm .sliderC .ui-slider-handle:focus {
  outline: 0;
  border: 0;
}
.headerVideoBlock .tarifrechnerC .tarifrechnerForm .sliderC .ui-slider-range-min {
  background-color: #82C828;
  border: transparent;
}
.headerVideoBlock .tarifrechnerC .tarifrechnerForm .sliderC .ui-state-active {
  color: #333333;
}
.headerVideoBlock .tarifrechnerC .tarifrechnerForm .sliderC .ui-widget-content {
  border: transparent;
  background-color: #c8e4a5;
  /*                    -webkit-box-shadow: 5px 5px 30px 0px rgba(0,0,0,0.2);
                    -moz-box-shadow: 5px 5px 30px 0px rgba(0,0,0,0.2);
                    box-shadow: 5px 5px 30px 0px rgba(0,0,0,0.2);
*/
}
.headerVideoBlock .tarifrechnerC .tarifrechnerForm .sliderC .rangeValue {
  position: absolute;
  -webkit-transform: translate(-50%, -30px);
  -moz-transform: translate(-50%, -30px);
  -ms-transform: translate(-50%, -30px);
  -o-transform: translate(-50%, -30px);
  transform: translate(-50%, -30px);
  left: calc(50% + 1px);
  width: initial;
  white-space: nowrap;
}
.headerVideoBlock .tarifrechnerC .tarifrechnerForm .sliderC .rangeValue.rangeValueStrom {
  display: none!important;
}
.headerVideoBlock .tarifrechnerC .tarifrechnerForm .sliderC .sliderLogo {
  width: 50px;
  height: 50px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
}
.headerVideoBlock .tarifrechnerC .tarifrechnerForm #tx_estmkapi_powerConsumption.error + div + div,
.headerVideoBlock .tarifrechnerC .tarifrechnerForm #tx_estmkapi_gasConsumption.error + div + div {
  display: none;
}
@media (min-width: 992px) {
  .headerVideoBlock .tarifrechnerC .tarifrechnerForm #tx_estmkapi_powerConsumption.error + div + div,
  .headerVideoBlock .tarifrechnerC .tarifrechnerForm #tx_estmkapi_gasConsumption.error + div + div {
    display: block;
    visibility: hidden;
  }
}
.headerVideoBlock .tarifrechnerC .tarifrechnerForm #ecalculator-power-grid-provider.error + div + div {
  display: none;
}
@media (min-width: 992px) {
  .headerVideoBlock .tarifrechnerC .tarifrechnerForm #ecalculator-power-grid-provider.error + div + div {
    display: block;
    visibility: hidden;
  }
}
.headerVideoBlock .tarifrechnerC.business .tarifrechnerForm form #power-consumption-error,
.headerVideoBlock .tarifrechnerC.business .tarifrechnerForm form #gas-consumption-error {
  position: relative;
}
.headerVideoBlock .tarifrechnerC.business .tarifrechnerForm form #power-consumption-error span,
.headerVideoBlock .tarifrechnerC.business .tarifrechnerForm form #gas-consumption-error span {
  margin-top: 0;
}
@media (min-width: 1100px) {
  .headerVideoBlock .tarifrechnerC.business .tarifrechnerForm form #power-consumption-error span,
  .headerVideoBlock .tarifrechnerC.business .tarifrechnerForm form #gas-consumption-error span {
    margin-top: 46px;
    margin-bottom: 0;
  }
}
.headerVideoBlock #st2 {
  position: absolute;
  height: 50%;
  width: auto;
  left: 20%;
  top: 40%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  display: none;
}
@media (min-width: 1100px) {
  .headerVideoBlock #st2 {
    display: block;
  }
}
.headerVideoBlock #st2.teaser-right {
  left: auto;
  right: 20%;
}
.headerVideoBlock .header-image {
  height: auto;
  width: 100%;
}
/************************
   TABBOX BLOCK
    ************************/
.tabBoxC {
  width: 100%;
  padding: 0 30px;
}
@media (min-width: 1100px) {
  .tabBoxC {
    padding: 0;
  }
}
.tabBoxC .tabBox {
  width: 100%;
  position: relative;
  /*clear: both;*/
  display: block;
  margin: 0 auto;
}
@media (min-width: 1100px) {
  .tabBoxC .tabBox {
    width: 1000px;
  }
}
.tabBoxC .tabBox .tabBoxSelectorC {
  padding: 60px 0 0 0px;
}
@media (min-width: 1100px) {
  .tabBoxC .tabBox .tabBoxSelectorC {
    padding: 110px 0 0 30px;
  }
}
.tabBoxC .tabBox .tabBoxSelectorC .tabBoxSelector {
  margin-bottom: 20px;
  display: block;
  position: relative;
  cursor: pointer;
}
@media (min-width: 1100px) {
  .tabBoxC .tabBox .tabBoxSelectorC .tabBoxSelector {
    display: inline-block;
    margin-bottom: 70px;
  }
}
.tabBoxC .tabBox .tabBoxSelectorC .tabBoxSelector:hover span {
  color: #82C828;
}
.tabBoxC .tabBox .tabBoxSelectorC .tabBoxSelector span {
  text-transform: uppercase;
  color: #C4C4C4;
  font-family: 'VagRoundedBold';
  font-size: 3em;
  line-height: 1.2em;
  letter-spacing: 0.15em;
  width: 150px;
  display: inline-block;
  margin-right: 30px;
}
.tabBoxC .tabBox .tabBoxSelectorC .tabBoxSelector .tabBoxSelectorImg {
  position: relative;
  display: inline-block;
  -webkit-transform: translate(0%, -7px);
  -moz-transform: translate(0%, -7px);
  -ms-transform: translate(0%, -7px);
  -o-transform: translate(0%, -7px);
  transform: translate(0%, -7px);
  margin-right: 20px;
  width: 60px;
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
}
.tabBoxC .tabBox .tabBoxSelectorC .tabBoxSelector.active {
  /*            .tabBoxContent {
                                    display: block;
                                }*/
}
.tabBoxC .tabBox .tabBoxSelectorC .tabBoxSelector.active span {
  color: #82C828;
}
.tabBoxC .tabBox .tabBoxSelectorC .tabBoxSelector .tabBoxContent {
  display: none;
}
.tabBoxC .tabBox .tabBoxContent {
  /*display: none;*/
  padding: 0 0 0 0px;
}
@media (min-width: 1100px) {
  .tabBoxC .tabBox .tabBoxContent {
    padding: 0 0 60px 30px;
  }
}
.tabBoxC .tabBox .tabBoxContent h1 {
  margin: 0 0 40px 0;
  padding: 0;
  font-family: 'VagRoundedLight';
  font-size: 3em;
  line-height: 1.2em;
  letter-spacing: 0.05em;
}
.tabBoxC .tabBox .tabBoxContent p {
  margin: 0 0 15px 0;
  padding: 0;
  font-family: 'VagRoundedLight';
  font-size: 1.5em;
  line-height: 1.2em;
  letter-spacing: 0.1em;
}
.tabBoxC .tabBox .tabBoxContent ul {
  margin: 0 0 40px 0;
  padding: 0 0 0 0px;
  font-family: 'VagRoundedLight';
  font-size: 1.5em;
  line-height: 1.2em;
  letter-spacing: 0.1em;
  list-style: none;
}
.tabBoxC .tabBox .tabBoxContent ul li {
  margin-bottom: 5px;
}
.tabBoxC .tabBox .tabBoxContent ul li:before {
  content: '•';
  font-size: 0.7em;
  margin-right: 10px;
}
.productC h2 {
  color: #82C828;
}
.productC .productRow {
  /*margin-bottom: 80px;*/
}
.productC .productRow .row {
  margin-top: 50px;
  border-bottom: 1px solid #D6D6D6;
}
.productC .productRow .row.row-eq-height {
  display: block;
}
@media (min-width: 992px) {
  .productC .productRow .row.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.productC .productRow .row h3 {
  font-family: 'VagRoundedBold';
  color: #333333;
  margin-bottom: 20px;
  margin-top: 0;
  font-size: 2.2em;
  letter-spacing: 0.05em;
}
.productC .productRow .row .textC {
  margin-bottom: 30px;
}
.productC .productRow .row .textC .container {
  padding: 0;
}
.productC .productRow .row .imageOuterC .imageC {
  height: 100%;
  position: relative;
  /*background-repeat: no-repeat;*/
  /*background-size: contain;*/
  /*background-position: center;*/
  min-height: 400px;
}
.productC .productRow .row .imageOuterC .imageC img {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  max-height: 100%;
}
.productC .productRow .row ul li {
  line-height: 1.8em;
}
.mapBlockC {
  width: 100%;
  margin: 80px 0;
}
.mapBlockC .mapBlock {
  width: 100%;
  padding: 0 25px;
}
@media (min-width: 992px) {
  .mapBlockC .mapBlock {
    width: 1050px;
    margin: 0 auto;
  }
}
.mapBlockC .mapBlock h2 {
  color: #82C828;
  margin: 0 0 45px 0;
}
.mapBlockC .mapBlock p {
  color: #333333;
  margin: 0 0 40px 0;
}
.mapBlockC .mapBlock .actionC {
  margin-bottom: 70px;
}
.mapBlockC .mapBlock .actionC input {
  border-color: #9D9D9D;
  border-style: solid;
  color: #333333;
  font-size: 1.7em;
  line-height: 1.2em;
  letter-spacing: 0.025em;
  border-width: 0 0 1px 0;
  background: white;
  width: 100%;
  border-radius: 0;
  padding: 15px;
}
.mapBlockC .mapBlock .actionC input::-webkit-input-placeholder {
  color: #BAB8B8;
}
.mapBlockC .mapBlock .actionC input:-moz-placeholder {
  color: #BAB8B8;
  opacity: 1;
}
.mapBlockC .mapBlock .actionC input::-moz-placeholder {
  color: #BAB8B8;
  opacity: 1;
}
.mapBlockC .mapBlock .actionC input::-ms-input-placeholder {
  color: #BAB8B8;
}
.mapBlockC .mapBlock .actionC input::-ms-input-placeholder {
  color: #BAB8B8;
}
.mapBlockC .mapBlock .actionC input:focus {
  border-color: #82C828;
}
.mapBlockC .mapBlock .actionC .button {
  float: right;
  margin-top: 20px;
}
@media (min-width: 992px) {
  .mapBlockC .mapBlock .actionC .button {
    float: left;
    margin: 0;
  }
}
.mapBlockC .mapBlock .mapContainer {
  background-image: url('../images/cms/mapholder.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  height: 490px;
  width: 100%;
  display: block;
}
.textBlockC {
  width: 100%;
  margin: 80px 0;
}
.textBlockC.noMarginTop {
  margin: 0 0 80px 0;
}
.textBlockC .textBlock {
  width: 100%;
  padding: 0 25px;
}
@media (min-width: 992px) {
  .textBlockC .textBlock {
    width: 1050px;
    margin: 0 auto;
  }
}
.textBlockC .textBlock h2 {
  margin-bottom: 45px;
}
.textBlockC .textBlock a {
  color: #82C828;
}
/*HIT CSS Start*/
#tarifrechner .has-error {
  color: #b94a48;
  position: relative;
  font-size: 0.7em;
}
@media (min-width: 992px) {
  #tarifrechner .has-error {
    position: absolute;
  }
}
#tarifrechner .form-error {
  color: #b94a48;
}
@media (max-width: 768px) {
  #emobility-form-ajax-wrapper #step_3_Form table tr td:nth-child(2) {
    max-width: 130px;
    word-break: break-word;
    white-space: normal;
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  #emobility-form-ajax-wrapper #step_3_Form .button {
    padding: 0.85em 2em 0.65em !important;
  }
}
#emobility-form-ajax-wrapper .multiStepBlock .stepSelectorC {
  width: 54em;
}
#emobility-form-ajax-wrapper .multiStepBlock #emobility-form {
  /*super{
                font-size: .7em;
                left: 0.1em;
                position: relative;
                top: -0.5em;
            }*/
}
#emobility-form-ajax-wrapper .multiStepBlock #emobility-form .option-hint {
  font-size: 1.2em;
  margin: 1em 0;
}
#emobility-form-ajax-wrapper .multiStepBlock #emobility-form .emobility-products-wrapper {
  border-bottom: 1px solid #82C828;
  border-top: 1px solid #82C828;
  margin: 1em 0 3em;
  padding: 2em 0 1em;
}
#emobility-form-ajax-wrapper .multiStepBlock #emobility-form .emobility-products-wrapper .product-headline {
  color: #82C828;
  font-size: 2.2em;
  margin-bottom: 0.5em;
}
@media (max-width: 768px) {
  #echeck-form #step_1_Form .cancel {
    padding: 0.85em 1em 0.65em;
    margin-right: 1.5em;
  }
}
@media (max-width: 768px) {
  #echeck-form #step_4_Form table tr td:nth-child(1) {
    max-width: 160px;
    word-break: break-word;
    white-space: normal;
  }
  #echeck-form #step_4_Form table tr td:nth-child(2) {
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  #bonus-form #step_1_Form .cancel {
    padding: 0.85em 1em 0.65em;
    margin-right: 1em;
  }
}
@media (max-width: 768px) {
  #bonus-form #step_4_Form .back {
    padding: 0.85em 1.5em 0.65em;
  }
}
@media (max-width: 768px) {
  #bonus-form #step_4_Form .cancel {
    padding: 0.85em 2em 0.65em;
    margin-top: 1em;
  }
}
#bonus-form .prettydropdown ul:not(.active) li {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
@media (max-width: 768px) {
  #bonus-biomass-form #step_1_Form .cancel {
    padding: 0.85em 1em 0.65em;
    margin-right: 1em;
  }
}
@media (max-width: 768px) {
  #bonus-biomass-form #step_4_Form .back {
    padding: 0.85em 1.5em 0.65em;
  }
}
@media (max-width: 768px) {
  #bonus-biomass-form #step_4_Form .cancel {
    padding: 0.85em 2em 0.65em;
    margin-top: 1em;
  }
}
#bonus-biomass-form .prettydropdown ul:not(.active) li {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
@media (max-width: 768px) {
  #bonus-gas-boiler-form #step_1_Form .cancel {
    padding: 0.85em 1em 0.65em;
    margin-right: 1em;
  }
}
@media (max-width: 768px) {
  #bonus-gas-boiler-form #step_4_Form .back {
    padding: 0.85em 1.5em 0.65em;
  }
}
@media (max-width: 768px) {
  #bonus-gas-boiler-form #step_4_Form .cancel {
    padding: 0.85em 2em 0.65em;
    margin-top: 1em;
  }
}
#bonus-gas-boiler-form .prettydropdown ul:not(.active) li {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
@media (max-width: 768px) {
  #bonus-heat-pump-form #step_1_Form .cancel {
    padding: 0.85em 1.5em 0.65em;
    float: none;
  }
}
#bonus-heat-pump-form .prettydropdown ul:not(.active) li {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
@media (max-width: 768px) {
  #bonus-heat-pump-form #step_4_Form .back {
    padding: 0.85em 1.5em 0.65em;
  }
}
@media (max-width: 768px) {
  #offer-request-form #step_1_Form .cancel {
    padding: 0.85em 1em 0.65em;
    float: none;
  }
  #offer-request-form #step_1_Form .continue {
    padding: 0.85em 1.5em 0.65em;
  }
}
.ui-datepicker {
  z-index: 151 !important;
}
.mjx-chtml {
  color: #82C828;
  font-size: 1.2em !important;
}
.mjx-chtml span {
  font-family: VagRoundedLight;
}
.mjx-chtml span.mjx-char:first-child {
  padding-right: 0 !important;
}
#order-form .notice {
  background: #F2F2F2;
  font-size: 1.5em;
  padding: 15px 15px 15px 15px;
}
#order-form .notice span {
  display: inline-block;
  height: 24px;
  margin-right: 2px;
  position: relative;
  top: -2px;
  width: 24px;
}
#order-form #step_0_Form ul.green-check-list li span.tooltip-trigger {
  height: 18px;
  width: 18px;
  left: 10px;
  top: 2px;
}
#order-form #step_0_Form .info-form-tooltip ul.green-check-list li {
  font-size: 1.6em;
}
@media screen and (max-width: 767px) {
  #order-form #step_4_Form img {
    max-width: 100%;
    height: auto;
  }
}
#order-form #step_4_Form div.container:last-child div.row:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
#order-form #step_4_Form div.container:last-child div.row:last-child .actionC {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-bottom: 20px;
}
#order-form #step_4_Form div.container:last-child div.row:last-child .actionC.left {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
@media (min-width: 767px) {
  #order-form #step_4_Form div.container:last-child div.row:last-child .actionC {
    -webkit-box-ordinal-group: unset;
    -ms-flex-order: unset;
    order: unset;
  }
  #order-form #step_4_Form div.container:last-child div.row:last-child .actionC.left {
    -webkit-box-ordinal-group: unset;
    -ms-flex-order: unset;
    order: unset;
  }
}
#order-form #step_3_Form .actionC.left,
#order-form #step_2_Form .actionC.left {
  margin-bottom: 39px;
}
#order-form #step_3_Form .actionC button.cancel,
#order-form #step_2_Form .actionC button.cancel {
  position: absolute;
  left: calc(-100% + 25px);
  top: 39px;
}
@media screen and (min-width: 768px) {
  #order-form #step_3_Form .actionC button.cancel,
  #order-form #step_2_Form .actionC button.cancel {
    float: right;
    left: 0;
    top: 0;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  #order-form .multiStepInfo {
    font-size: 1.2em;
  }
}
.frame-overlay {
  background: #ffffff;
  position: relative;
}
@media screen and (min-width: 992px) {
  .frame-overlay {
    padding: 0 60px;
  }
}
@media screen and (min-width: 992px) {
  .mfp-close {
    font-size: 60px;
    height: 60px;
    line-height: 60px;
    width: 60px;
  }
}
.payment-info {
  padding: 30px 30px 10px;
  background: #F2F2F2;
  margin-bottom: 50px;
}
.payment-info h3 {
  font-size: 1.8em !important;
}
.payment-info p {
  font-size: 1.5em;
}
@media screen and (min-width: 992px) {
  .mandatory-field.right {
    float: right !important;
    margin-right: 2em;
  }
}
.tx-estmkegame {
  background: url('../images/egame/hg_unscharf.jpg') no-repeat center;
  background-size: 100% 100%;
  padding: 5em;
}
@media screen and (max-width: 767px) {
  .tx-estmkegame {
    background: none;
    padding: 0;
  }
  .tx-estmkegame .multiStepBlockC {
    border-radius: none;
    padding: 0 !important;
  }
}
.tx-estmkegame .multiStepBlockC {
  background: #ffffff;
  border-radius: 20px;
  margin: 0 !important;
  padding: 3em !important;
}
.tx-estmkegame .multiStepformC {
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.tx-estmkegame h1 {
  color: #82C828 !important;
}
.tx-estmkegame label a {
  color: #82C828 !important;
}
.cb-additional-info {
  display: none;
  padding-left: 35px;
}
#page-footer.custom-footer .top-footer {
  padding: 20px 5px;
}
@media screen and (max-width: 991px) {
  #page-footer.custom-footer .top-footer {
    padding: 30px 5px;
  }
}
#page-footer.custom-footer .top-footer * {
  color: #ffffff;
}
#page-footer.custom-footer .top-footer p {
  margin: 0;
}
.desktop .landingpage-title {
  font-size: 3rem;
  line-height: 8rem;
}
.mobile .landingpage-title {
  display: inline-block;
  font-size: 2rem;
  margin-left: 12rem;
  padding-top: 2.5rem;
}
@media screen and (max-width: 399px) {
  .mobile .landingpage-title {
    padding-top: 1rem;
  }
}
.fifty-fifty-border .frame-default {
  border: 1px solid #dadada;
  padding: 3rem;
}
.fifty-fifty-border .frame-default h2 {
  margin-top: 0 !important;
}
.fifty-fifty-border .frame-default:last-child {
  margin-bottom: 0;
}
.fifty-fifty-border .col1,
.fifty-fifty-border .col2 {
  margin-left: -15px;
}
.button-fileinput {
  cursor: pointer;
  margin-top: 0 !important;
  overflow: hidden;
  position: relative;
}
.button-fileinput input {
  margin: 0;
  opacity: 0;
  position: absolute !important;
  top: 0;
  right: 0;
}
.file-wrapper {
  font-size: 1.6rem;
  margin-bottom: 1rem;
  padding: 5px;
  position: relative;
}
.file-wrapper > span {
  display: block;
  float: left;
}
.file-wrapper .file-icon {
  width: 2rem;
}
.file-wrapper .file-name {
  overflow: hidden;
  text-overflow: ellipsis;
  width: calc(100% - 6rem);
  white-space: nowrap;
}
.file-wrapper .delete-file {
  color: #ff0000;
  display: inline-block;
  float: right;
}
#tx_estmkapi_contactform_files .file-wrapper {
  margin-bottom: 3rem;
}
#loading-container {
  z-index: 10001 !important;
}
/*HIT CSS End*/
.multiStepBlockC {
  margin: 4em 0;
  width: 100%;
}
@media (min-width: 768px) {
  .multiStepBlockC {
    margin: 6em 0;
  }
}
@media (min-width: 992px) {
  .multiStepBlockC {
    margin: 7em 0 8em;
  }
}
.multiStepBlockC .multistepBlock {
  width: 100%;
  /*padding: 0 25px;*/
  /*        @media (min-width: @screen-lg){
            width: 1000px;
            margin: 0 auto;
        }*/
}
.multiStepBlockC .multistepBlock h2 {
  text-align: center;
  color: #82C828;
  margin: 0 0 60px 0;
}
.multiStepBlockC .multistepBlock ul.green-check-list {
  margin-top: 2em;
}
.multiStepBlockC .multistepBlock ul.green-check-list li {
  font-size: 1.8em;
}
@media (max-width: 768px) {
  .multiStepBlockC .multistepBlock #step_2_Form .cancel,
  .multiStepBlockC .multistepBlock #step_3_Form .cancel {
    margin-top: 20px !important;
    padding: 0.85em 1.2em 0.65em !important;
  }
}
.multiStepBlockC .multistepBlock .stepSelectorC {
  width: 740px;
  margin: 0 auto 70px;
  text-align: center;
}
@media (max-width: 768px) {
  .multiStepBlockC .multistepBlock .stepSelectorC {
    width: 100%;
  }
}
.multiStepBlockC .multistepBlock .stepSelectorC .stepSelector {
  position: relative;
  display: inline-block;
  margin: 0 65px;
  width: 45px;
  height: 45px;
  border-radius: 25px;
  border: 1px solid #D6D6D6;
}
@media (max-width: 768px) {
  .multiStepBlockC .multistepBlock .stepSelectorC .stepSelector {
    margin: 0 17px;
  }
}
@media (max-width: 359px) {
  .multiStepBlockC .multistepBlock .stepSelectorC .stepSelector {
    margin: 0 12px;
  }
}
.multiStepBlockC .multistepBlock .stepSelectorC .stepSelector:before {
  content: '';
  position: absolute;
  width: 133px;
  height: 1px;
  right: 100%;
  background-image: url('../images/divider_steps_form.svg');
  background-repeat: repeat-x;
  top: 22px;
}
@media (max-width: 768px) {
  .multiStepBlockC .multistepBlock .stepSelectorC .stepSelector:before {
    width: 38px;
  }
}
@media (max-width: 359px) {
  .multiStepBlockC .multistepBlock .stepSelectorC .stepSelector:before {
    width: 28px;
  }
}
.multiStepBlockC .multistepBlock .stepSelectorC .stepSelector:first-child:before {
  display: none;
}
.multiStepBlockC .multistepBlock .stepSelectorC .stepSelector.active {
  background-color: #82C828;
  border-color: #82C828;
}
.multiStepBlockC .multistepBlock .stepSelectorC .stepSelector.active:before {
  /*content: '';*/
  /*position: absolute;*/
  /*width: 140px;*/
  /*height : 1px;*/
  /*right: 100%;*/
  background: #82C828;
}
.multiStepBlockC .multistepBlock .stepSelectorC .stepSelector.active .stepCnt {
  color: #ffffff;
}
.multiStepBlockC .multistepBlock .stepSelectorC .stepSelector.active span {
  color: #82C828;
}
.multiStepBlockC .multistepBlock .stepSelectorC .stepSelector.done {
  cursor: pointer;
  background-image: url('../images/icon_check_step.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #c8e4a5;
  border-color: #c8e4a5;
}
.multiStepBlockC .multistepBlock .stepSelectorC .stepSelector.done:before {
  /*                        content: '';
                                                position: absolute;
                                                width: 140px;
                                                height : 1px;
                                                right: 100%;*/
  background: #82C828;
}
.multiStepBlockC .multistepBlock .stepSelectorC .stepSelector.done .stepCnt {
  display: none;
  color: #ffffff;
}
.multiStepBlockC .multistepBlock .stepSelectorC .stepSelector.done span {
  color: #c8e4a5;
}
.multiStepBlockC .multistepBlock .stepSelectorC .stepSelector .stepCnt {
  font-size: 1.8em;
  font-family: 'VagRoundedBold';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #9D9D9D;
}
.multiStepBlockC .multistepBlock .stepSelectorC .stepSelector span {
  position: absolute;
  top: 65px;
  width: 180px;
  left: -65px;
  text-align: center;
  color: #9D9D9D;
  font-size: 1.3em;
}
@media (max-width: 768px) {
  .multiStepBlockC .multistepBlock .stepSelectorC .stepSelector span {
    width: 80px;
    left: -18px;
  }
}
.multiStepBlockC .multistepBlock .stepC .multiStepformC {
  display: none;
  border: 1px solid #D6D6D6;
  padding: 3em 1em;
  /*                textarea {
                    width: 100%;
                }*/
}
@media (min-width: 768px) {
  .multiStepBlockC .multistepBlock .stepC .multiStepformC {
    padding: 4em 2em;
  }
}
@media (min-width: 992px) {
  .multiStepBlockC .multistepBlock .stepC .multiStepformC {
    padding: 8em;
  }
}
.multiStepBlockC .multistepBlock .stepC .multiStepformC.paymentForm .row:not(.promo-code-row) label {
  font-weight: normal;
}
.multiStepBlockC .multistepBlock .stepC .multiStepformC.paymentForm .row:not(.promo-code-row) label span {
  display: inline;
}
@media (min-width: 480px) {
  .multiStepBlockC .multistepBlock .stepC .multiStepformC.paymentForm .row:not(.promo-code-row) label span {
    display: inline-block;
  }
}
.multiStepBlockC .multistepBlock .stepC .multiStepformC.paymentForm .row:not(.promo-code-row) h2 span {
  background-image: url('../images/icon_sichere_verbindung.svg');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 20px 20px;
  color: #6B6B6B;
  float: none;
  font-size: 1.5rem;
  margin-top: 0.5em;
  padding-left: 2em;
  padding-top: 0.25em;
  display: block;
}
@media (min-width: 480px) {
  .multiStepBlockC .multistepBlock .stepC .multiStepformC.paymentForm .row:not(.promo-code-row) h2 span {
    display: inline;
    margin-top: -0.2em;
    float: right;
  }
}
.multiStepBlockC .multistepBlock .stepC .multiStepformC.paymentForm .promo-code-row {
  margin-bottom: 1.5em;
}
.multiStepBlockC .multistepBlock .stepC .multiStepformC.paymentForm .promo-code-row #check-promo-code-button {
  margin: 0;
  margin-top: 0.3em;
}
.multiStepBlockC .multistepBlock .stepC .multiStepformC.paymentForm .promo-code-row #promo-code-success-message.success {
  color: #82C828;
  position: relative;
  font-size: 1.5em;
  letter-spacing: 0.05em;
  display: block;
  margin-left: 25px;
  margin-bottom: 2rem;
  margin-top: -15px;
}
.multiStepBlockC .multistepBlock .stepC .multiStepformC.paymentForm .promo-code-row #promo-code-success-message.success:before {
  content: '';
  display: inline-block;
  /*margin-right: 15px;*/
  top: 3px;
  left: -25px;
  background-image: url('../images/arrow_bullet_green.svg');
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
}
.multiStepBlockC .multistepBlock .stepC .multiStepformC.paymentForm .promo-code-row .help-block.form-error {
  font-size: 1.5em;
  margin-top: -15px;
}
.multiStepBlockC .multistepBlock .stepC .multiStepformC #promotion-code-summary {
  color: #82C828;
  position: relative;
  font-size: 1.5em;
  letter-spacing: 0.05em;
  display: inline-block;
  margin-left: 25px;
  margin-top: 35px;
}
.multiStepBlockC .multistepBlock .stepC .multiStepformC #promotion-code-summary:before {
  content: '';
  display: inline-block;
  /*margin-right: 15px;*/
  top: 3px;
  left: -25px;
  background-image: url('../images/icon_info_form.svg');
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
}
.multiStepBlockC .multistepBlock .stepC .multiStepformC .row .row {
  margin-left: -20px;
  margin-right: -20px;
}
.multiStepBlockC .multistepBlock .stepC .multiStepformC .row > div {
  padding-left: 20px;
  padding-right: 20px;
}
.multiStepBlockC .multistepBlock .stepC .multiStepformC h2 {
  font-size: 1.8em;
  letter-spacing: 0.025em;
  text-align: left;
  width: 100%;
  border-bottom: 1px solid #82C828;
  padding: 15px 0;
  color: #333333;
  margin: 0 0 30px;
}
.multiStepBlockC .multistepBlock .stepC .multiStepformC h2.tooltip-trigger {
  cursor: default;
}
.multiStepBlockC .multistepBlock .stepC .multiStepformC h2.tooltip-trigger:after {
  background-image: url('../images/icon_info_form.svg');
  background-repeat: no-repeat;
  background-position: center;
  content: ' ';
  display: inline-block;
  cursor: pointer;
  height: 30px;
  left: 5px;
  position: relative;
  top: 8px;
  width: 30px;
}
.multiStepBlockC .multistepBlock .stepC .multiStepformC .actionC.left .button {
  float: left;
}
.multiStepBlockC .multistepBlock .stepC .multiStepformC .actionC.col-sm-6 .button {
  float: none;
}
.multiStepBlockC .multistepBlock .stepC .multiStepformC .actionC .button {
  float: right;
  padding: 0.85em 2.5em 0.65em;
}
.multiStepBlockC .multistepBlock .stepC .multiStepformC .actionC .mandatory-field {
  color: #9D9D9D;
  float: left;
  font-size: 1.2em;
  margin-top: 1.1em;
  letter-spacing: 0.05em;
}
.multiStepBlockC .multistepBlock .stepC .multiStepformC .multiStepInfo {
  color: #9D9D9D;
  position: relative;
  font-size: 1.5em;
  letter-spacing: 0.05em;
  display: inline-block;
  margin-left: 25px;
}
.multiStepBlockC .multistepBlock .stepC .multiStepformC .multiStepInfo:before {
  content: '';
  display: inline-block;
  /*margin-right: 15px;*/
  top: 3px;
  left: -25px;
  background-image: url('../images/icon_info_form.svg');
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
}
.multiStepBlockC .multistepBlock .stepC .multiStepformC .multiStepInfo.light {
  color: #9D9D9D;
  font-size: 1.4em;
  letter-spacing: 0.025em;
}
.multiStepBlockC .multistepBlock .stepC .multiStepformC .multiStepInfo.bg-grey {
  width: 100%;
  padding: 25px 25px 25px 65px ;
  background-color: #F2F2F2;
  margin-left: 0;
}
.multiStepBlockC .multistepBlock .stepC .multiStepformC .multiStepInfo.bg-grey:before {
  top: 26px;
  left: 25px;
}
.multiStepBlockC .multistepBlock .stepC .multiStepformC table tbody tr td {
  font-size: 1.6em;
  padding-right: 30px;
}
.multiStepBlockC .multistepBlock .stepC .multiStepformC input,
.multiStepBlockC .multistepBlock .stepC .multiStepformC select,
.multiStepBlockC .multistepBlock .stepC .multiStepformC textarea {
  background: #ffffff;
  border-width: 1px;
  border-color: #D6D6D6;
  border-style: solid;
  border-radius: 0;
  font-size: 1.6em;
  height: auto;
  letter-spacing: 0.05em;
  line-height: 1.2em;
  margin-bottom: 25px;
  position: relative;
  padding: 15px 10px 11px;
  width: 100%;
}
.multiStepBlockC .multistepBlock .stepC .multiStepformC input::-webkit-input-placeholder,
.multiStepBlockC .multistepBlock .stepC .multiStepformC select::-webkit-input-placeholder,
.multiStepBlockC .multistepBlock .stepC .multiStepformC textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #BAB8B8;
}
.multiStepBlockC .multistepBlock .stepC .multiStepformC input::-moz-placeholder,
.multiStepBlockC .multistepBlock .stepC .multiStepformC select::-moz-placeholder,
.multiStepBlockC .multistepBlock .stepC .multiStepformC textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #BAB8B8;
}
.multiStepBlockC .multistepBlock .stepC .multiStepformC input:-ms-input-placeholder,
.multiStepBlockC .multistepBlock .stepC .multiStepformC select:-ms-input-placeholder,
.multiStepBlockC .multistepBlock .stepC .multiStepformC textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #BAB8B8;
}
.multiStepBlockC .multistepBlock .stepC .multiStepformC input:-moz-placeholder,
.multiStepBlockC .multistepBlock .stepC .multiStepformC select:-moz-placeholder,
.multiStepBlockC .multistepBlock .stepC .multiStepformC textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #BAB8B8;
}
.multiStepBlockC .multistepBlock .stepC .multiStepformC input:focus,
.multiStepBlockC .multistepBlock .stepC .multiStepformC select:focus,
.multiStepBlockC .multistepBlock .stepC .multiStepformC textarea:focus {
  border-color: #82C828 !important;
}
.multiStepBlockC .multistepBlock .stepC .multiStepformC select {
  padding-right: 45px;
}
.multiStepBlockC .multistepBlock .stepC .multiStepformC .selectC {
  margin-bottom: 0;
  position: relative;
  text-align: left;
}
.multiStepBlockC .multistepBlock .stepC .multiStepformC .selectC .help-block.form-error {
  margin-top: -1rem;
  /*margin-top: -20px;
                        margin-bottom: 40px;
                        text-align: center;*/
}
.multiStepBlockC .multistepBlock .stepC .multiStepformC .selectC.has-error select {
  border-color: #b94a48 !important;
}
.multiStepBlockC .multistepBlock .stepC .multiStepformC .selectC .prettydropdown {
  height: 43px!important;
  margin-bottom: 25px;
  padding-left: 0!important;
  width: 100%!important;
  z-index: 150;
}
.multiStepBlockC .multistepBlock .stepC .multiStepformC .selectC .prettydropdown.has-error {
  height: 70px!important;
}
.multiStepBlockC .multistepBlock .stepC .multiStepformC .selectC .prettydropdown.has-error ul {
  border-color: #b94a48;
}
.multiStepBlockC .multistepBlock .stepC .multiStepformC .selectC ul {
  background: #ffffff;
  border: thin solid #D6D6D6;
  box-shadow: none;
  margin-left: 0;
  margin-bottom: 0;
  max-height: 15em!important;
  outline: none!important;
  width: calc(100%);
  z-index: 150;
}
.multiStepBlockC .multistepBlock .stepC .multiStepformC .selectC ul:focus {
  border-color: #82C828 !important;
}
.multiStepBlockC .multistepBlock .stepC .multiStepformC .selectC ul li {
  background: #ffffff;
  color: #333333;
  height: auto;
  font-size: 1.6rem;
  font-family: 'VagRoundedLight';
  line-height: 16px;
  outline: none!important;
  padding: 15px 20px 12px;
  width: calc(100%) !important;
  z-index: 150;
}
.multiStepBlockC .multistepBlock .stepC .multiStepformC .selectC ul li:focus {
  border: 1px solid #82C828;
  outline: none!important;
}
.multiStepBlockC .multistepBlock .stepC .multiStepformC .selectC ul li.nohover {
  color: #333333 !important;
  background: #ffffff !important;
}
.multiStepBlockC .multistepBlock .stepC .multiStepformC .selectC ul li:hover {
  color: #333333 !important;
  background: #ffffff !important;
}
.multiStepBlockC .multistepBlock .stepC .multiStepformC .selectC ul li.selected {
  background: #ffffff;
}
.multiStepBlockC .multistepBlock .stepC .multiStepformC .selectC ul li.selected:before {
  display: none;
}
.multiStepBlockC .multistepBlock .stepC .multiStepformC .selectC ul li.selected:after {
  content: " ";
  background: url('../images/arrow_button_down_grey.png') no-repeat center center;
  border: 1px solid #D6D6D6;
  content: '';
  display: block;
  height: 4.5rem;
  margin: 0;
  position: absolute;
  right: 0;
  top: -1px;
  width: 4rem;
}
.multiStepBlockC .multistepBlock .stepC .multiStepformC .selectC ul li span.checked {
  display: none!important;
}
.multiStepBlockC .multistepBlock .stepC .multiStepformC .selectC ul li.disabled {
  cursor: pointer;
  opacity: 1;
}
.prettydropdown .multiStepBlockC .multistepBlock .stepC .multiStepformC .selectC ul.active {
  z-index: 151;
}
.multiStepBlockC .multistepBlock .stepC .multiStepformC .selectC ul.active li {
  padding: 10px 20px;
}
.multiStepBlockC .multistepBlock .stepC .multiStepformC .selectC ul.active li:first-child:after {
  display: none;
}
.multiStepBlockC .multistepBlock .stepC .multiStepformC .selectC ul.active li.selected:first-child:after {
  display: none;
}
.multiStepBlockC .multistepBlock .stepC .multiStepformC .selectC ul.active li.selected:after {
  display: none;
}
.multiStepBlockC .multistepBlock .stepC .multiStepformC .selectC ul.active li:hover {
  color: #82C828 !important;
}
.multiStepBlockC .multistepBlock .stepC .multiStepformC .selectC ul.active li:first-child {
  padding-top: 16px;
}
.multiStepBlockC .multistepBlock .stepC .multiStepformC .selectC ul.active li:last-child {
  padding-bottom: 14px;
}
.multiStepBlockC .multistepBlock .stepC .multiStepformC .selectC ul:not(.active) li:first-child:after {
  content: " ";
  background: url('../images/arrow_button_down_grey.png') no-repeat center center;
  border: 1px solid #D6D6D6;
  content: '';
  display: block;
  height: 4.5rem;
  margin: 0;
  position: absolute;
  right: 0;
  top: -1px;
  width: 4rem;
}
.multiStepBlockC .multistepBlock .stepC .multiStepformC .selectC ul:not(.active) li.selected {
  /*                                    padding-top: 16px;
                                    padding-bottom: 14px;
*/
}
.multiStepBlockC .multistepBlock .stepC .multiStepformC .selectC ul:not(.active) li.selected:after {
  content: " ";
  background: url('../images/arrow_button_down_grey.png') no-repeat center center;
  border: 1px solid #D6D6D6;
  content: '';
  display: block;
  height: 4.5rem;
  margin: 0;
  position: absolute;
  right: 0;
  top: -1px;
  width: 4rem;
}
.multiStepBlockC .multistepBlock .stepC .multiStepformC .checkboxList .cbLabel {
  margin-bottom: 15px;
}
.multiStepBlockC .multistepBlock .stepC .multiStepformC input[type="text"] {
  /*                    top:10px;
*/
}
.multiStepBlockC .multistepBlock .stepC .multiStepformC input[type="text"] + .help-block {
  margin-top: -1rem;
}
.multiStepBlockC .multistepBlock .stepC .multiStepformC input[type="radio"] {
  width: 15px;
  height: 15px;
  display: inline-block;
  position: absolute;
  top: 0;
  margin-bottom: 50px;
}
.multiStepBlockC .multistepBlock .stepC .multiStepformC label {
  display: block;
  font-weight: normal;
  font-size: 1.6em;
  letter-spacing: 0.05em;
  margin-top: 5px;
  margin-bottom: 10px;
  width: 100%;
}
.multiStepBlockC .multistepBlock .stepC .multiStepformC label span {
  display: block;
}
.multiStepBlockC .multistepBlock .stepC .multiStepformC label span.tooltip-trigger {
  display: inline-block;
  margin-top: -20px;
}
.multiStepBlockC .multistepBlock .stepC .multiStepformC .radioLabel {
  font-size: 1.5em;
  letter-spacing: 0.05em;
  display: inline-block;
  width: calc(100% - 15px);
  padding-left: 35px;
  margin-bottom: 50px;
}
.multiStepBlockC .multistepBlock .stepC .multiStepformC input[type="checkbox"] {
  width: 15px;
  height: 15px;
  display: inline-block;
  position: absolute;
  top: 0;
}
.multiStepBlockC .multistepBlock .stepC .multiStepformC .cbLabel {
  font-size: 1.5em;
  letter-spacing: 0.05em;
  display: inline-block;
  width: calc(100% - 15px);
  padding-left: 35px;
  margin-bottom: 35px;
}
.multiStepBlockC .multistepBlock .stepC .multiStepformC .cbLabel a {
  color: inherit;
  text-decoration: underline;
}
.multiStepBlockC .multistepBlock .stepC .multiStepformC .paymentMethod {
  /*height: 200px;*/
  width: calc(100% - 50px);
  padding: 60px;
  background: #F2F2F2;
  margin-bottom: 50px;
  margin-left: 50px;
}
@media all and (max-width: 767px) {
  .multiStepBlockC .multistepBlock .stepC .multiStepformC .paymentMethod {
    margin-left: 0;
    width: 100%;
    padding: 15px;
  }
}
.multiStepBlockC .multistepBlock .stepC .multiStepformC .paymentMethod input {
  background: transparent;
}
.multiStepBlockC .multistepBlock .stepC .multiStepformC .paymentMethod p {
  font-size: 1.5em;
}
.multiStepBlockC .multistepBlock .stepC .multiStepformC .paymentMethod h3 {
  font-size: 1.8em;
}
.multiStepBlockC .multistepBlock .stepC .multiStepformC .paymentMethod .cbLabel {
  margin-bottom: 0;
}
.multiStepBlockC .multistepBlock .stepC .multiStepformC .zaehlpunkt_add {
  font-size: 1.6em;
  color: #82C828;
  letter-spacing: 0.05em;
  margin: 10px 0 35px 0;
  cursor: pointer;
}
.multiStepBlockC .multistepBlock .stepC .multiStepformC .zaehlpunkt_add span {
  vertical-align: top;
}
.multiStepBlockC .multistepBlock .stepC .multiStepformC .zaehlpunkt_add:before {
  content: '';
  display: inline-block;
  background-image: url('../images/icon_plus_form.svg');
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  position: relative;
  margin-right: 15px;
}
.multiStepBlockC .multistepBlock .stepC .multiStepformC .zaehlernummern .info-form-tooltip p img {
  max-width: 100%;
  height: auto;
}
.multiStepBlockC .multistepBlock .stepC .multiStepformC #open-aktionscode {
  display: inline-block;
  font-size: 1.6em;
  color: #82C828;
  letter-spacing: 0.05em;
  margin: 0 0 35px 0;
  cursor: pointer;
}
.multiStepBlockC .multistepBlock .stepC .multiStepformC .summary .infoSumC {
  margin-bottom: 50px;
}
.multiStepBlockC .multistepBlock .stepC .multiStepformC .summary .infoSumC:last-child {
  margin: 0;
}
.multiStepBlockC .multistepBlock .stepC .multiStepformC .summary .infoSumC h3 {
  color: #333333;
  margin: 0;
  font-family: 'VagRoundedBold';
}
.multiStepBlockC .multistepBlock .stepC .multiStepformC .summary .infoSumC p {
  margin: 0;
}
.multiStepBlockC .multistepBlock .stepC .multiStepformC#step_4_Form p {
  font-size: 1.5em;
  letter-spacing: 0.05em;
  margin-bottom: 1.7em;
}
@media (max-width: 768px) {
  .multiStepBlockC .multistepBlock .stepC .multiStepformC#step_4_Form p {
    max-width: 235px;
  }
}
.multiStepBlockC .multistepBlock .stepC .multiStepformC#step_4_Form h3 {
  font-size: 1.5em;
  letter-spacing: 0.05em;
}
.multiStepBlockC .multistepBlock .stepC .multiStepformC#step_4_Form table {
  margin-bottom: 1.7em;
}
.multiStepBlockC .multistepBlock .stepC .multiStepformC#step_4_Form table tr td {
  font-size: 1.5em;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .multiStepBlockC .multistepBlock .stepC .multiStepformC#step_4_Form table tr td:nth-child(2) {
    word-wrap: break-word;
    max-width: 160px;
  }
}
.multiStepBlockC .multistepBlock .stepC .multiStepformC#step_4_Form .back {
  margin-bottom: 2em;
}
.multiStepBlockC .multistepBlock .stepC .multiStepformC#step_4_Form .col-xs-12:nth-child(2) h3 span {
  content: '';
  background-image: url(../images/icon_bearbeiten.svg);
  background-repeat: no-repeat;
  display: inline-block;
  position: absolute;
  right: 0px;
  width: 16px;
  height: 16px;
  margin-right: 21px;
  cursor: pointer;
}
.multiStepBlockC .multistepBlock .stepC .multiStepformC#step_4_Form .green-check-list li {
  font-size: 1.5em;
  letter-spacing: 0.05em;
}
.multiStepBlockC .multistepBlock .stepC .multiStepformC#step_4_Form .row .col-md-6 {
  padding-left: 3.5em;
}
.multiStepBlockC .multistepBlock .stepC .multiStepformC#step_4_Form .row .col-md-6:first-child {
  padding-right: 3.5em;
}
@media (max-width: 768px) {
  .multiStepBlockC .multistepBlock .stepC .multiStepformC#step_4_Form .row .col-md-6:first-child {
    padding-bottom: 3em;
  }
}
.multiStepBlockC .multistepBlock .stepC .multiStepformC #tx_estmkapi_bonusform_orderDate {
  top: 0;
}
.multiStepBlockC .multistepBlock .stepC .multiStepformC #tx_estmkapi_bonusform_orderDate_wrapper:after {
  top: 0;
}
.multiStepBlockC .multistepBlock .stepC .multiStepformC .magazine img {
  height: auto;
  max-width: 100%;
}
.multiStepBlockC .multistepBlock .stepC #heating-form hr {
  border-color: #82C828;
  margin-bottom: 34px;
}
.multiStepBlockC .tooltip-trigger:not(.inline-link) {
  background-image: url('../images/icon_fragezeichen.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
  content: ' ';
  display: inline-block;
  cursor: pointer;
  height: 30px;
  left: 5px;
  position: relative;
  top: 8px;
  width: 30px;
}
.multiStepBlockC .info-form-tooltip {
  display: none;
  position: absolute;
  z-index: 1000;
  padding: 70px 30px 30px 30px;
  top: 0;
  width: 400px;
  left: 0px;
  background: white;
  border: 1px solid #424242;
  max-width: 100%;
}
.multiStepBlockC .info-form-tooltip h4 {
  display: inline-block;
  margin: 0;
  text-align: left;
  position: absolute;
  left: 30px;
  top: 30px;
  font-size: 1.6em;
  font-family: 'VagRoundedBold';
  letter-spacing: 0.08em;
  padding: 0 50px 0px 25px;
  text-indent: -25px;
}
.multiStepBlockC .info-form-tooltip h4:before {
  content: '';
  background-image: url('../images/icon_fragezeichen.svg');
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 10px;
}
.multiStepBlockC .info-form-tooltip .closeButton {
  position: absolute;
  right: 20px;
  top: 20px;
  background-image: url('../images/icon_close_tooltip.svg');
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  background-position: center center;
  cursor: pointer;
}
.multiStepBlockC .info-form-tooltip p {
  width: 100%;
  margin: 0;
  text-align: left;
  font-size: 1.6em;
  letter-spacing: 0.04em;
  padding-top: 15px;
}
@media (min-width: 768px) {
  .multiStepBlockC .info-form-tooltip p {
    padding-top: 0;
  }
}
.multiStepBlockC .info-form-tooltip.inline-link {
  width: 100%;
}
@media (max-width: 768px) {
  .multiStepBlockC .info-form-tooltip.inline-link p {
    max-width: 100%!important;
  }
}
.multiStepBlockC .info-form-tooltip ul {
  margin-left: 25px;
}
.multiStepBlockC .info-form-tooltip ul li {
  font-size: 1.6em;
  letter-spacing: 0.025em;
  line-height: 1.6em;
  text-indent: -5px;
  list-style: none;
}
.multiStepBlockC .info-form-tooltip ul li:before {
  content: '–';
  display: inline-block;
  -webkit-transform: translate(-15px, 0%);
  -moz-transform: translate(-15px, 0%);
  -ms-transform: translate(-15px, 0%);
  -o-transform: translate(-15px, 0%);
  transform: translate(-15px, 0%);
  position: relative;
}
@media (min-width: 992px) {
  .multiStepBlockC .info-form-tooltip.middle {
    left: 25%;
  }
}
.multiStepBlockC .info-form-tooltip h5 {
  font-size: 1.6em;
  font-family: 'VagRoundedBold';
  letter-spacing: 0.08em;
  margin-bottom: 1rem;
} 
.eCheckBlockC {
  background: white;
  width: 100%;
}
.eCheckBlockC .eCheckBlock {
  padding: 25px;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 1100px) {
  .eCheckBlockC .eCheckBlock {
    width: 1000px;
    padding: 75px 0;
  }
}
.eCheckBlockC .eCheckBlock h2 {
  color: #82C828;
  margin: 0 0  35px 0;
}
.eCheckBlockC .eCheckBlock p {
  font-size: 1.8em;
  letter-spacing: 0.025em;
  line-height: 1.7em;
  margin-bottom: 40px;
}
.eCheckBlockC .eCheckBlock .smallPrint p {
  margin-top: 60px;
  font-size: 1.4em;
  letter-spacing: 0.05em;
  line-height: 1.5em;
}
.eCheckBlockC .eCheckBlock ul li {
  font-size: 1.8em;
  letter-spacing: 0.025em;
  line-height: 1.7em;
}
.eCheckBlockC .eCheckBlock .button {
  padding: 0.85em 2.5em 0.65em;
  margin-top: -10px;
}
.eCheckBlockC .eCheckBlock .borderedWhiteBox {
  padding: 50px;
  background: white;
  border: 1px solid #D6D6D6;
  margin-bottom: 50px;
}
.eCheckBlockC .eCheckBlock .borderedWhiteBox img {
  margin-bottom: 30px;
}
#contact-form .multiStepformC #tx_estmkapi_contactform_email_phone_error.has-error > .help-block {
  margin-top: -1rem;
}
#contact-form .multiStepformC textarea + .help-block {
  margin-top: -1rem;
}
.contactInfoBlockC {
  /*margin: 80px 0;*/
  background: white;
  width: 100%;
}
.contactInfoBlockC .contactInfoBlock {
  padding: 25px;
  width: 100%;
  margin: 80px auto;
  background-repeat: no-repeat;
}
@media (min-width: 1100px) {
  .contactInfoBlockC .contactInfoBlock {
    width: 1000px;
    padding: 60px 50px 170px;
  }
}
.contactInfoBlockC .contactInfoBlock h2 {
  color: #82C828;
  font-size: 4em;
  letter-spacing: 0.05em;
}
.contactInfoBlockC .contactInfoBlock h3 {
  color: #333333;
  font-size: 1.6em;
  font-family: 'VagRoundedBold';
  letter-spacing: 0.05em;
}
.contactInfoBlockC .contactInfoBlock p {
  font-size: 1.6em;
  letter-spacing: 0.025em;
}
.contactInfoBlockC .contactInfoBlock p a {
  font-size: 1em;
}
.contactInfoBlockC .contactInfoBlock a {
  font-size: 1.6em;
  letter-spacing: 0.025em;
}
.contactInfoBlockC .contactInfoBlock .phoneBox {
  margin-bottom: 30px;
}
.contactInfoBlockC .contactInfoBlock .phoneBox span {
  font-family: 'VagRoundedBold';
  font-size: 2.2em;
}
.contactInfoBlockC .contactInfoBlock .phoneBox:before {
  content: '';
  position: relative;
  display: inline-block;
  background-image: url('../images/icon_phone_green.svg');
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  margin-right: 15px;
}
.fullWidthInfoBlock {
  min-height: 300px;
  width: 100%;
  background: white;
}
.fullWidthInfoBlock img {
  height: auto;
  max-height: 300px;
}
@media (min-width: 1100px) {
  .fullWidthInfoBlock img {
    max-width: 100%;
    width: 100%;
    max-height: 100%;
    height: 300px;
  }
}
.fullWidthInfoBlock .image-block-text-container {
  left: 50%;
  position: absolute;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #ffffff;
  width: 100%;
  padding: 0 25px;
}
@media (min-width: 1100px) {
  .fullWidthInfoBlock .image-block-text-container {
    width: 1050px;
  }
}
.fullWidthInfoBlock .image-block-text-container .button {
  padding: 0.85em 2.5em 0.65em;
  position: relative;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
.fullWidthInfoBlock .image-block-text-container .appButton {
  width: 200px;
  height: 60px;
  display: inline-block;
  margin-right: 30px;
}
.fullWidthInfoBlock .image-block-text-container h2 {
  font-size: 3em;
  line-height: 1.2em;
  letter-spacing: 0.05em;
  margin-bottom: 0.56em;
  text-align: center;
}
@media (min-width: 1100px) {
  .fullWidthInfoBlock .image-block-text-container h2 {
    font-size: 4em;
  }
}
.fullWidthInfoBlock .image-block-text-container p {
  color: #ffffff;
  /*margin-bottom: ;*/
  font-size: 1.6em;
}
@media (min-width: 1100px) {
  .fullWidthInfoBlock .image-block-text-container p {
    font-size: 1.8em;
  }
}
.fullWidthInfoBlock .image-block-text-container.darkText {
  color: #333333;
}
.fullWidthInfoBlock .image-block-text-container.darkText p {
  color: #333333;
}
/************************
   Pressemitteilungen
    ************************/
.frame.container.frame-type-list .news-date-filter ul {
  margin-bottom: 6.5em;
}
.frame.container.frame-type-list .news-date-filter ul li {
  border-left: 1px solid #D6D6D6;
  display: inline-block;
  font-size: 1.8em;
  line-height: 1.6em;
  list-style-type: none;
  padding-left: 0.55em;
  margin-left: 0.55em;
}
.frame.container.frame-type-list .news-date-filter ul li:first-child {
  border-left: 0;
  margin-left: 0;
  padding-left: 0;
}
.frame.container.frame-type-list .news-date-filter ul li a {
  color: #333333;
}
.frame.container.frame-type-list .news-date-filter ul li a.active {
  color: #6B6B6B;
}
.frame.container.frame-type-list .news-date-filter ul li a:hover {
  color: #6B6B6B;
}
.frame.container.frame-type-list .article {
  padding-bottom: 0;
  margin-bottom: 0;
}
.frame.container.frame-type-list .article .news-list-date {
  color: #9D9D9D;
  font-family: 'VagRoundedThin';
  font-size: 1.8em;
  line-height: 1.6em;
}
.frame.container.frame-type-list .article p {
  margin-bottom: 1.5em;
}
.frame.container.frame-type-list .article p .green-arrow-redirect {
  margin-bottom: 0;
}
.frame.container.frame-type-list .article:nth-child(2n+1) {
  clear: left;
}
.frame.container.frame-type-list .news-single h2 {
  color: #82C828;
  margin-top: 1.5em;
  margin-bottom: 0.875em;
}
.frame.container.frame-type-list .news-single .teaser-text {
  font-size: 1em;
  margin-bottom: 1.8em;
}
.frame.container.frame-type-list .news-single .teaser-text p {
  color: #333333;
  font-family: 'VagRoundedBold';
  margin-bottom: 0;
  font-size: 2.2em;
  letter-spacing: 0.05em;
  margin-top: 0;
}
.frame.container.frame-type-list .news-single .news-img-wrap img {
  height: auto;
  max-width: 100%;
}
.frame.container.frame-type-list .news-single .news-img-wrap .news-img-caption {
  font-size: 1.3em;
  letter-spacing: 0.05em;
  margin-top: 1em;
}
.frame.container.frame-type-list .news-single .news-list-date {
  font-size: 1.8rem;
}
.frame.container.frame-type-list .news-single .news-related-wrap {
  margin: 0;
}
.frame.container.frame-type-list .news-single .news-related-wrap .news-related {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  border: 0;
  width: 100%;
}
.frame.container.frame-type-list .news-single .news-related-wrap .news-related h3 {
  font-size: 1.8em;
}
.frame.container.frame-type-list .news-single .news-related-wrap .news-related ul li {
  list-style-type: none;
  margin-bottom: 0;
}
/************************
   MEDIATHEK
    ************************/
.frame-type-list h3 {
  margin: 0;
  padding: 0;
  color: #333333;
  font-size: 1.8em;
  font-family: 'VagRoundedBold';
  letter-spacing: 0.025em;
  line-height: 1.2em;
}
.frame-type-list .button-white-green {
  margin: 2.5rem 0 2.5rem;
}
.frame-type-list .tx-estmkmedia .media-category,
.frame-type-list .tx-estmkmedia .media-item.video {
  margin-top: 2.5em;
  margin-bottom: 2.5em;
}
.frame-type-list .tx-estmkmedia .media-category .ajax-link,
.frame-type-list .tx-estmkmedia .media-item.video .ajax-link {
  display: block;
  position: relative;
}
.frame-type-list .tx-estmkmedia .media-category .ajax-link img,
.frame-type-list .tx-estmkmedia .media-item.video .ajax-link img {
  height: auto;
  width: 100%;
}
.frame-type-list .tx-estmkmedia .media-category .ajax-link:hover,
.frame-type-list .tx-estmkmedia .media-item.video .ajax-link:hover {
  cursor: pointer;
}
.frame-type-list .tx-estmkmedia .media-category .media-category-name,
.frame-type-list .tx-estmkmedia .media-item.video .media-category-name {
  color: #ffffff;
  font-family: 'VagRoundedBold';
  font-size: 1.4em;
  line-height: 1.2em;
  left: 50%;
  letter-spacing: 0.2em;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.frame-type-list .tx-estmkmedia .media-category:hover .media-category-name,
.frame-type-list .tx-estmkmedia .media-item.video:hover .media-category-name {
  color: #C4C4C4;
}
@media (min-width: 992px) {
  .frame-type-list .tx-estmkmedia .media-detail .col-xs-12:nth-child(3n+1) {
    clear: left;
  }
}
@media (min-width: 1100px) {
  .frame-type-list .tx-estmkmedia .media-detail .col-xs-12:nth-child(3n+1) {
    clear: left;
  }
}
.frame-type-list .tx-estmkmedia .media-detail .col-xs-12 .media-item {
  margin: 2.5em 0;
}
.frame-type-list .tx-estmkmedia .media-detail .col-xs-12 .media-item img {
  height: auto;
  width: 100%;
}
.frame-type-list .tx-estmkmedia .media-detail .col-xs-12 .media-item .green-arrow-download {
  margin-top: 1.4em;
}
.frame-type-list .tx-estmkmedia .media-detail .col-xs-12 .media-item .description p {
  color: #9D9D9D;
  font-family: 'VagRoundedThin';
  font-size: 1.4em;
  letter-spacing: 0.075em;
  line-height: 1.2em;
  margin-left: 2em;
}
.frame-type-list .tx-estmkmedia .media-detail .col-xs-12 .media-item .placeholder-image {
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  height: 0;
  padding-top: 66.66667%;
  width: 100%;
}
.frame-type-list .tx-estmkmedia .media-item.video .media-category-name {
  padding-top: 3.2em;
}
.frame-type-list .tx-estmkmedia .media-item.video .media-category-name:before {
  content: '';
  background-image: url('../images/icon_play.svg');
  background-repeat: no-repeat;
  left: 50%;
  position: absolute;
  display: inline-block;
  height: 33px;
  top: 0;
  -moz-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 33px;
}
.frame-type-list .tx-estmkmedia .media-item.video img {
  height: auto;
  width: 100%;
}
/************************
   MANAGEMENT BLOCK
    ************************/
.frame-type-dce_dceuid7 {
  padding-left: 25px;
  padding-right: 25px;
}
.frame-type-dce_dceuid7 .management-block {
  width: 100%;
}
.frame-type-dce_dceuid7 .management-block .row {
  margin-left: -25px;
  margin-right: -25px;
  /*        @media (min-width: @screen-md){
                >div:nth-child(3n + 1){
                    padding: 0 15px 0 25px;
                }
                >div:nth-child(3n){
                    padding: 0 25px 0 15px;
                }
                >div:last-child {
                    padding:0 15px 0 25px;
                }
                >div:first-child {
                    padding:0 25px 0 15px;
                }
            }
    */
}
.frame-type-dce_dceuid7 .management-block .row > div {
  padding: 0 25px;
}
@media (max-width: 991px) {
  .frame-type-dce_dceuid7 .management-block .row .col-xs-12 {
    margin: 1.5em 0;
  }
}
.frame-type-dce_dceuid7 .management-block .managementImage {
  /*height: 310px;*/
  /*background-repeat: no-repeat;*/
  /*background-size: cover;*/
  overflow: hidden;
  background: #D6D6D6;
}
.frame-type-dce_dceuid7 .management-block .managementImage img {
  height: auto;
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.frame-type-dce_dceuid7 .management-block .managementInfo {
  background-color: white;
  border: 1px solid #D6D6D6;
  padding: 30px;
}
.frame-type-dce_dceuid7 .management-block .managementInfo h3 {
  color: #333333;
  font-family: 'VagRoundedBold';
  margin-bottom: 0;
  font-size: 2.2em;
  letter-spacing: 0.05em;
  margin-top: 0;
}
.frame-type-dce_dceuid7 .management-block .managementInfo p {
  color: #9D9D9D;
  margin: 0;
  font-size: 1.8em;
  letter-spacing: 0.025em;
}
.frame-type-dce_dceuid7 .management-block .managementInfo p.small-dark {
  font-size: 1.4em !important;
}
.frame-type-dce_dceuid7 .management-block a .managementInfo h3 {
  color: #82C828;
  margin: 0 0 5px 0;
}
/************************
   HISTORY BLOCK
    ************************/
.history-block {
  padding-bottom: 8em;
  padding-top: 10em;
}
.history-block .row {
  height: 100%;
}
.history-block .row > div {
  height: 100%;
}
.history-block .row .col-sm-9 {
  border-left: 1px solid #d8d8d8;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .history-block .row .col-sm-9 {
    margin-bottom: 0;
  }
}
.history-block .row .col-sm-9.last {
  border-left: 0px solid #d8d8d8;
}
.history-block img {
  padding-left: 25px ;
  margin-bottom: 30px;
  margin-top: -15px;
}
@media (min-width: 768px) {
  .history-block img {
    margin-bottom: 0px;
  }
}
.history-block .historyText {
  display: inline-block;
  padding-left: 30px;
  margin-top: -15px;
  position: relative;
}
.history-block .historyText p {
  margin-bottom: 3em;
}
.history-block .historyText:before {
  content: '';
  background-image: url('../images/bullet_geschichte.svg');
  background-repeat: no-repeat;
  background-size: contain;
  width: 10px;
  height: 10px;
  display: block;
  color: green;
  position: absolute;
  left: -20px;
  top: 5px;
}
.history-block .historyText.last {
  border-left: 1px solid #d8d8d8;
  margin-left: -15px;
  padding-left: 45px;
}
.history-block .historyText.last:before {
  top: initial;
  bottom: -5px;
  left: -5px;
}
.history-block .historyText.last p {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .history-block .historyText {
    padding-left: 0;
  }
  .history-block .historyText:before {
    display: none;
  }
  .history-block .historyText p {
    margin-bottom: 0em;
  }
  .history-block .historyText.last {
    padding-left: 15px;
  }
}
.history-block .year {
  color: #82C828;
  font-size: 8em;
  font-family: 'VagRoundedThin';
  line-height: 0.9em;
  margin-top: -5px;
}
@media (max-width: 767px) {
  .history-block .year {
    line-height: normal;
    margin-bottom: 0.2em;
    margin-top: 0;
  }
}
/************************
    SERVICE BLOCK
    ************************/
.serviceBlock {
  border: 1px solid #D6D6D6;
  width: 100%;
}
@media (min-width: 1100px) {
  .serviceBlock {
    margin: 0 auto;
    width: 1000px;
  }
}
.serviceBlock .top {
  background: white;
  padding: 30px;
}
.serviceBlock .top h2 {
  color: #82C828;
  font-size: 3em;
  line-height: 1.6em;
  letter-spacing: 0.025em;
  margin-bottom: 20px;
}
.serviceBlock .top .actionC input {
  border-color: #9D9D9D;
  border-style: solid;
  color: #333333;
  font-size: 1.7em;
  line-height: 1.2em;
  letter-spacing: 0.025em;
  height: initial;
  border-width: 0 0 1px 0;
  background: white;
  border-radius: 0;
  padding: 15px;
  margin-right: 30px;
  width: 150px;
}
@media (max-width: 767px) {
  .serviceBlock .top .actionC input {
    margin-bottom: 20px;
  }
}
.serviceBlock .top .actionC input::-webkit-input-placeholder {
  color: #BAB8B8;
}
.serviceBlock .top .actionC input:-moz-placeholder {
  color: #BAB8B8;
  opacity: 1;
}
.serviceBlock .top .actionC input::-moz-placeholder {
  color: #BAB8B8;
  opacity: 1;
}
.serviceBlock .top .actionC input::-ms-input-placeholder {
  color: #BAB8B8;
}
.serviceBlock .top .actionC input::-ms-input-placeholder {
  color: #BAB8B8;
}
.serviceBlock .top .actionC input:focus {
  border-color: #82C828;
}
.serviceBlock .bottom {
  padding: 30px;
  background: #ededed;
}
.serviceBlock .bottom .phoneBox {
  margin-bottom: 0px;
  font-size: 2.2em;
  letter-spacing: 0.05em;
  line-height: normal;
  margin-top: 0.5em;
  /*                span {
                .bold;
            }*/
  /*            &:before {
                content: '';
                position:relative;
                display: inline-block;
                background-image: url('../images/icon_phone_green.svg');
                background-repeat: no-repeat;
                width: 25px;
                height: 25px;
                margin-right: 15px;
            }
*/
}
.serviceBlock .bottom p {
  margin: 0 ;
  font-size: 1.8em;
}
.serviceBlock .row {
  margin: 0;
}
.serviceBlock .row > div {
  padding: 0;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .serviceBlock .col2 {
    display: none;
  }
}
/************************
    GALLERY
    ************************/
.gallery-block {
  position: relative;
}
.gallery-block .preview-image {
  height: auto;
  max-width: 100%;
}
.gallery-block .button {
  left: 50%;
  position: absolute;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
.mfp-gallery .mfp-img {
  padding: 40px 0 40px;
}
.mfp-gallery .mfp-bottom-bar {
  background: #ffffff;
  height: 70px;
  margin-top: -40px;
}
.mfp-gallery .mfp-s-loading .mfp-arrow {
  display: none;
}
.mfp-gallery .mfp-title {
  color: #333333;
  font-size: 2.2em;
  line-height: 1.2em;
  padding-left: 2.5rem;
  padding-top: 1em;
  padding-right: 12.5rem;
}
.mfp-gallery .mfp-counter {
  color: #333333;
  font-size: 2.2em;
  line-height: 1.2em;
  padding-right: 2.5rem;
  padding-top: 1em;
}
.mfp-gallery.mfp-wrap .mfp-close {
  background-image: url('../images/lightbox_xerl_weiss.svg');
  color: transparent;
  right: 30px;
  top: 60px;
}
/************************
    MAP EXTENSIOn
    ************************/
.frame.frame-type-list .tx-estmk-locations .map-location-overlay h3 {
  font-size: 1.4em;
}
.frame.frame-type-list .tx-estmk-locations .map-location-overlay p {
  font-size: 1.4rem;
}
.frame.frame-type-list .tx-estmk-locations .map-location-overlay .description p {
  margin-bottom: 0;
}
.tx-estmk-locations .location .address {
  margin-bottom: 0.8em;
}
.tx-estmk-locations .location .description p {
  margin-bottom: 3em;
}
/******************************
    Simple Slider Testseite
 ******************************/
.multiStepBlockC .multistepBlock .stepC .multiStepformC .has-error .mobilitycardRadio {
  margin-bottom: 8px;
}
.multiStepBlockC .multistepBlock .stepC .multiStepformC .has-error .help-block {
  margin-bottom: 20px;
}
.multiStepBlockC .multistepBlock .stepC .multiStepformC .mobilitycardRadio {
  width: auto;
  padding-left: 30px;
  padding-right: 30px;
}
.multiStepBlockC .multistepBlock .stepC .multiStepformC input[type="radio"]:disabled ~ label.radioLabel.mobilitycardRadio {
  color: #d9d9d9;
}
.multiStepBlockC .multistepBlock .stepC .label-headline {
  font-size: 1.6em;
  margin-top: 5px;
  margin-bottom: 1rem;
}
.multiStepBlockC .multistepBlock .stepC .idealtarif-notice {
  width: 100%;
  padding: 20px;
  background: #F2F2F2;
  margin-bottom: 50px;
}
.multiStepBlockC .multistepBlock .stepC .idealtarif-notice h3 {
  margin-top: 0;
  margin-bottom: 2rem;
  padding: 0;
  color: #333333;
  font-size: 3rem;
  font-family: 'VagRoundedBold';
}
.multiStepBlockC .multistepBlock .stepC .idealtarif-notice span {
  font-size: 1.5rem;
}
.multiStepBlockC .multistepBlock .stepC .idealtarif-notice ul.green-check-list {
  margin-top: 5px;
  padding-left: 0px;
}
.multiStepBlockC .multistepBlock .stepC .idealtarif-notice ul.green-check-list li {
  font-size: 1.5rem;
}
.multiStepBlockC .multistepBlock .stepC .idealtarif-notice ul {
  margin-top: 5px;
  padding-left: 15px;
}
.multiStepBlockC .multistepBlock .stepC .idealtarif-notice ul li {
  font-size: 1.5rem;
}
.link-box-block .col-xs-12 {
  margin-bottom: 3rem;
}
.link-box-block .link-boxC {
  height: 100%;
  background: white;
  border: 1px solid #D6D6D6;
  padding: 2.5em 2.5em 3.5em;
  text-align: center;
}
.link-box-block .link-boxC img {
  margin-bottom: 1.5rem;
  max-height: 45px;
}
.link-box-block .link-boxC h2 {
  font-size: 2.5rem;
  letter-spacing: 0.015em;
  font-weight: normal;
  margin-bottom: 1rem;
}
.link-box-block .link-boxC p {
  color: #333333;
  line-height: 1.55em;
  letter-spacing: 0.025em;
  margin-bottom: 3rem;
  font-size: 1.5em;
}
.link-box-block .link-boxC a.overlayLink {
  margin-top: 1rem;
  display: inline-block;
}
.multiStepBlockC .multistepBlock .stepC #churn-recovery-form .multiStepformC h2 {
  border: none;
  color: #82C828;
  font-size: 3.5em;
  margin: 0px 0 15px 0;
}
.multiStepBlockC .multistepBlock .stepC #churn-recovery-form .multiStepformC .has-error .help-block {
  margin-top: -20px;
}
.multiStepBlockC .multistepBlock .stepC #churn-recovery-form .multiStepformC .multiStepInfo:before {
  top: 51px;
}
.churn-recovery .multistepBlock .stepC .multiStepformC h2 {
  border: none;
  color: #82C828;
  font-size: 3.5em;
  margin: 0px 0 15px 0;
}
.churn-recovery .multistepBlock .stepC .multiStepformC .churn-check-list li {
  padding: 5px 0 5px 10px;
}
::-webkit-input-placeholder {
  color: #6B6B6B;
}
:-moz-placeholder {
  color: #6B6B6B;
  opacity: 1;
}
::-moz-placeholder {
  color: #6B6B6B;
  opacity: 1;
}
::-ms-input-placeholder {
  color: #6B6B6B;
}
:-ms-input-placeholder {
  color: #6B6B6B;
}
/************************
    FOOTER
    ************************/
footer {
  text-align: center;
  background: #494949;
  clear: both;
  font-family: 'VagRoundedLight';
}
footer form {
  position: relative;
}
footer .top-footer {
  display: block;
  position: relative;
  margin: 0 auto;
  padding-bottom: 30px;
}
@media (min-width: 1100px) {
  footer .top-footer {
    width: 1100px;
    padding-bottom: 0;
  }
}
footer .top-footer .frame-anchor-block {
  top: -130px;
}
footer .top-footer h2 {
  margin: 40px 0 40px 0;
  padding: 0;
  /*font-size: 30px;*/
  font-size: 2.2em;
  line-height: 1.2em;
  letter-spacing: 0.05em;
  color: white;
  text-align: left;
}
@media (min-width: 1100px) {
  footer .top-footer h2 {
    margin: 80px 0 60px 0;
    font-size: 3em;
  }
}
footer .top-footer h3 {
  /*font-size: 16px;*/
  font-size: 1.4em;
  line-height: 1.2em;
  letter-spacing: 0.075em;
  color: white;
  margin-bottom: 30px;
  text-align: left;
}
footer .top-footer .container {
  width: calc(100% - 30px);
}
@media (min-width: 1100px) {
  footer .top-footer .container {
    width: 1100px;
  }
}
footer .top-footer .has-error .help-block,
footer .top-footer .has-error .control-label,
footer .top-footer .has-error .radio,
footer .top-footer .has-error .checkbox,
footer .top-footer .has-error .radio-inline,
footer .top-footer .has-error .checkbox-inline,
footer .top-footer .has-error.radio label,
footer .top-footer .has-error.checkbox label,
footer .top-footer .has-error.radio-inline label,
footer .top-footer .has-error.checkbox-inline label {
  color: #ffff00;
}
@media (min-width: 992px) {
  footer .top-footer .footerLeft:not(.sendButton) {
    min-height: 20em;
  }
}
footer .top-footer .footerLeft {
  display: block;
  padding-right: 0;
  /*display: none;
            @media (min-width: @screen-md){
                border-right: 2px solid #515151;
                display: block;
                padding-right: 40px;
            }*/
  /*             .parnterNr {
                z-index: 5;
            }*/
}
footer .top-footer .footerLeft select,
footer .top-footer .footerLeft textarea,
footer .top-footer .footerLeft input {
  border-color: #9D9D9D;
  border-style: solid;
  color: white;
  line-height: 1.2em;
  letter-spacing: 0.05em;
  font-size: 1.4em;
  background: #494949;
  width: 100%;
  border-radius: 0;
}
footer .top-footer .footerLeft select::-webkit-input-placeholder,
footer .top-footer .footerLeft textarea::-webkit-input-placeholder,
footer .top-footer .footerLeft input::-webkit-input-placeholder {
  color: #6B6B6B;
}
footer .top-footer .footerLeft select:-moz-placeholder,
footer .top-footer .footerLeft textarea:-moz-placeholder,
footer .top-footer .footerLeft input:-moz-placeholder {
  color: #6B6B6B;
  opacity: 1;
}
footer .top-footer .footerLeft select::-moz-placeholder,
footer .top-footer .footerLeft textarea::-moz-placeholder,
footer .top-footer .footerLeft input::-moz-placeholder {
  color: #6B6B6B;
  opacity: 1;
}
footer .top-footer .footerLeft select::-ms-input-placeholder,
footer .top-footer .footerLeft textarea::-ms-input-placeholder,
footer .top-footer .footerLeft input::-ms-input-placeholder {
  color: #6B6B6B;
}
footer .top-footer .footerLeft select::-ms-input-placeholder,
footer .top-footer .footerLeft textarea::-ms-input-placeholder,
footer .top-footer .footerLeft input::-ms-input-placeholder {
  color: #6B6B6B;
}
footer .top-footer .footerLeft select:focus,
footer .top-footer .footerLeft textarea:focus,
footer .top-footer .footerLeft input:focus {
  border-color: #82C828;
}
footer .top-footer .footerLeft .guided-contact-footer ul {
  font-size: 1.4em;
  list-style-type: none;
  text-align: left;
  line-height: 2.6em;
  letter-spacing: 0.075em;
}
@media (min-width: 1100px) {
  footer .top-footer .footerLeft .guided-contact-footer ul li {
    margin-bottom: 20px;
  }
}
footer .top-footer .footerLeft .guided-contact-footer ul li a {
  color: white;
}
footer .top-footer .footerLeft .guided-contact-footer ul li a:hover {
  color: #82C828;
}
@media (min-width: 768px) {
  footer .top-footer .footerLeft .guided-contact-footer ul {
    font-size: 1.4em;
  }
}
@media (min-width: 1100px) {
  footer .top-footer .footerLeft .guided-contact-footer ul {
    font-size: 1.6em;
    line-height: 1.2em;
  }
}
footer .top-footer .footerLeft .guided-contact-footer h4 {
  color: #9D9D9D;
  font-size: 1.2em;
  margin-top: 0;
  margin-bottom: 10px;
  letter-spacing: 0.2em;
  text-align: left;
}
@media (min-width: 1100px) {
  footer .top-footer .footerLeft .guided-contact-footer h4 {
    font-size: 1.4em;
    margin-bottom: 40px;
  }
}
footer .top-footer .footerLeft .guided-contact-footer .mobile-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
footer .top-footer .footerLeft .guided-contact-footer .mobile-flex:after,
footer .top-footer .footerLeft .guided-contact-footer .mobile-flex:before {
  content: normal;
}
@media (min-width: 768px) {
  footer .top-footer .footerLeft .guided-contact-footer .mobile-flex {
    display: block;
  }
}
footer .top-footer .footerLeft .guided-contact-footer .mobile-flex .flex-padding {
  padding-top: 30px;
}
@media (min-width: 768px) {
  footer .top-footer .footerLeft .guided-contact-footer .mobile-flex .flex-padding {
    padding-top: 0;
  }
}
footer .top-footer .footerLeft .guided-contact-footer .mobile-flex .flex-order-0 {
  -webkit-box-ordinal-group: 0;
  -moz-box-ordinal-group: 0;
  -ms-flex-order: 0;
  -webkit-order: 0;
  order: 0;
}
footer .top-footer .footerLeft .guided-contact-footer .mobile-flex .flex-order-1 {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
footer .top-footer .footerLeft .guided-contact-footer .mobile-flex .flex-order-2 {
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
footer .top-footer .footerLeft .guided-contact-footer .mobile-flex .flex-order-99 {
  -webkit-box-ordinal-group: 99;
  -moz-box-ordinal-group: 99;
  -ms-flex-order: 99;
  -webkit-order: 99;
  order: 99;
}
footer .top-footer .footerLeft #dark-contact-form .selectC {
  position: relative;
  text-align: left;
}
footer .top-footer .footerLeft #dark-contact-form .selectC .help-block.form-error {
  margin-top: -20px;
  margin-bottom: 40px;
  text-align: center;
}
footer .top-footer .footerLeft #dark-contact-form .selectC.has-error select {
  border-color: #ffff00 !important;
}
footer .top-footer .footerLeft #dark-contact-form .selectC .prettydropdown {
  height: 43px!important;
  margin-bottom: 40px;
  width: 100%!important;
}
footer .top-footer .footerLeft #dark-contact-form .selectC .prettydropdown.has-error {
  height: 70px!important;
}
footer .top-footer .footerLeft #dark-contact-form .selectC .prettydropdown.has-error ul {
  border-color: #ffff00;
}
footer .top-footer .footerLeft #dark-contact-form .selectC ul {
  background: transparent;
  border: 1px solid #9D9D9D;
  box-shadow: none;
  margin-left: 0;
  outline: none!important;
  width: calc(100%);
}
footer .top-footer .footerLeft #dark-contact-form .selectC ul li {
  background: #494949;
  color: #ffffff;
  height: auto;
  font-size: 1.4rem;
  font-family: 'VagRoundedLight';
  line-height: 13px;
  outline: none!important;
  padding: 16px 20px 14px;
  width: calc(100%) !important;
}
footer .top-footer .footerLeft #dark-contact-form .selectC ul li:focus {
  border: 1px solid #82C828;
  outline: none!important;
}
footer .top-footer .footerLeft #dark-contact-form .selectC ul li.nohover {
  color: #ffffff !important;
  background: #494949 !important;
}
footer .top-footer .footerLeft #dark-contact-form .selectC ul li:hover {
  color: #ffffff !important;
  background: #494949 !important;
}
footer .top-footer .footerLeft #dark-contact-form .selectC ul li.selected {
  background: #494949;
}
footer .top-footer .footerLeft #dark-contact-form .selectC ul li.selected:before {
  display: none;
}
footer .top-footer .footerLeft #dark-contact-form .selectC ul li.selected:after {
  content: " ";
  background: url('../images/arrow_button_down_grey.png') no-repeat center center;
  border: 1px solid #6B6B6B;
  content: '';
  display: block;
  height: 4.5rem;
  margin: 0;
  position: absolute;
  right: 0;
  top: -1px;
  width: 4rem;
}
footer .top-footer .footerLeft #dark-contact-form .selectC ul li span.checked {
  display: none;
}
footer .top-footer .footerLeft #dark-contact-form .selectC ul.active li {
  padding: 10px 20px;
}
footer .top-footer .footerLeft #dark-contact-form .selectC ul.active li:first-child:after {
  display: none;
}
footer .top-footer .footerLeft #dark-contact-form .selectC ul.active li.selected:first-child:after {
  display: none;
}
footer .top-footer .footerLeft #dark-contact-form .selectC ul.active li.selected:after {
  display: none;
}
footer .top-footer .footerLeft #dark-contact-form .selectC ul.active li:hover {
  color: #82C828 !important;
}
footer .top-footer .footerLeft #dark-contact-form .selectC ul.active li:first-child {
  padding-top: 16px;
}
footer .top-footer .footerLeft #dark-contact-form .selectC ul.active li:last-child {
  padding-bottom: 14px;
}
footer .top-footer .footerLeft #dark-contact-form .selectC ul:not(.active) li:first-child:after {
  content: " ";
  background: url('../images/arrow_button_down_grey.png') no-repeat center center;
  border: 1px solid #6B6B6B;
  content: '';
  display: block;
  height: 4.5rem;
  margin: 0;
  position: absolute;
  right: 0;
  top: -1px;
  width: 4rem;
}
footer .top-footer .footerLeft #dark-contact-form .selectC ul:not(.active) li.selected {
  padding-top: 16px;
  padding-bottom: 14px;
}
footer .top-footer .footerLeft #dark-contact-form .selectC ul:not(.active) li.selected:after {
  content: " ";
  background: url('../images/arrow_button_down_grey.png') no-repeat center center;
  border: 1px solid #6B6B6B;
  content: '';
  display: block;
  height: 4.5rem;
  margin: 0;
  position: absolute;
  right: 0;
  top: -1px;
  width: 4rem;
}
footer .top-footer .footerLeft .selectArrow {
  border-color: #9D9D9D;
}
footer .top-footer .footerLeft select {
  border-width: 1px ;
  height: 45px;
  margin-bottom: 40px;
  vertical-align: top;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  text-indent: 0.1;
  text-overflow: '';
  padding-left: 20px;
  /*width: calc(~"100% - 39px");*/
  width: 100%;
  /*                option {
                                        background-color: white;
                
                                    :hover {
                                        background-color: @ci-green;
                                    }
                                }*/
}
footer .top-footer .footerLeft .anliegenArrow {
  position: absolute;
  top: 0;
  right: 15px;
  width: 40px;
  height: 45px;
  display: block;
  border: 1px solid #6B6B6B;
  background: url('../images/arrow_button_down_grey.png');
  background-position: center center;
  background-repeat: no-repeat;
  pointer-events: none;
}
footer .top-footer .footerLeft textarea {
  border-width: 1px ;
  height: 100px;
  margin-bottom: 30px;
  padding: 15px 20px;
  resize: vertical;
  overflow-x: hidden;
}
footer .top-footer .footerLeft textarea + .form-error {
  margin-top: -15px;
  margin-bottom: 30px;
  text-align: center;
}
footer .top-footer .footerLeft input {
  height: 35px;
  border-width: 0 0 1px 0 ;
  padding-left: 10px;
}
footer .top-footer .footerLeft .footer_fileUploadRow {
  display: none;
}
footer .top-footer .footerLeft .fileContainer {
  margin-bottom: 30px;
  font-size: 1em;
  padding: 0.95em 2.5em 0.75em;
}
footer .top-footer .footerLeft input[type=file] {
  cursor: inherit;
  display: inline-block;
  /*font-size: 999px;*/
  filter: alpha(opacity=0);
  border: 0;
  height: 55px;
  min-width: 100%;
  /*opacity: 0;*/
  position: absolute;
  right: 0;
  text-align: right;
  top: 0;
  background: transparent;
  opacity: 0;
}
footer .top-footer .footerLeft .inputValue {
  display: inline-block;
  height: 32px;
  width: 100%;
  background: #424242;
  border-radius: 16px;
  padding: 7px 20px;
}
footer .top-footer .footerLeft .inputValue .removeFile {
  background-image: url('../images/icon_delete_file.svg');
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  right: 35px;
  width: 20px;
  height: 20px;
  top: 7px;
  cursor: pointer;
}
footer .top-footer .footerLeft .inputValue.empty .removeFile {
  display: none;
}
footer .top-footer .footerLeft .inputValue span {
  text-align: left;
  color: white;
  position: absolute;
  left: 35px;
  font-size: 1.4em;
}
footer .top-footer .footerLeft .emailPhoneInput {
  margin-bottom: 30px;
}
footer .top-footer .footerLeft .emailPhoneInput > * {
  display: inline-block;
  margin: 0;
  padding: 0 0 0 10px;
}
footer .top-footer .footerLeft .emailPhoneInput .mail {
  width: 44%;
}
footer .top-footer .footerLeft .emailPhoneInput .phone {
  width: 38%;
}
footer .top-footer .footerLeft .emailPhoneInput span:not(.help-block) {
  width: 18%;
  /*font-size: 16px;*/
  font-size: 1.4em;
  line-height: 1.2em;
  letter-spacing: 0.075em;
  color: white;
  /*margin-bot tom: 30px;*/
  text-align: left;
}
footer .top-footer .footerLeft .emailPhoneInput span.help-block {
  margin-top: 20px;
}
footer .top-footer .footerLeft .emailPhoneInput.has-error input {
  border-color: #ffff00 !important;
}
footer .top-footer .footerLeft .has-error textarea {
  border-color: #ffff00 !important;
}
footer .top-footer .footerLeft .nameInput {
  float: left;
  margin-bottom: 30px;
  width: 100%;
}
footer .top-footer .footerLeft .nameInput input {
  width: 45%;
}
footer .top-footer .footerLeft .nameInput input:first-child {
  margin-right: 10%;
}
footer .top-footer .footerLeft .nameInput span.help-block {
  display: inline-block;
  margin: 20px 0 40px;
  padding: 0 0 0 10px;
}
footer .top-footer .footerLeft .nameInput.has-error input {
  border-color: #ffff00 !important;
}
footer .top-footer .footerLeft .partnerNr {
  display: none;
  margin-bottom: 25px;
}
footer .top-footer .footerLeft .partnerNr h3 {
  display: inline-block;
  margin-top: 5px;
  /*                    &:after {
                                            content: '';
                                            
                                        }*/
}
footer .top-footer .footerLeft .partnerNr .parnterNrIcon {
  background-image: url('../images/icon_info_form_white.svg');
  right: -10px;
  top: 3px;
  width: 16px;
  height: 16px;
  position: relative;
  display: inline-block;
  cursor: pointer;
}
footer .top-footer .footerLeft .partnerNr .partnerNrTooltip {
  display: none;
  position: absolute;
  z-index: 1000;
  padding: 70px 30px 30px 30px;
  top: 0;
  width: 400px;
  left: 0px;
  background: white;
}
footer .top-footer .footerLeft .partnerNr .partnerNrTooltip h4 {
  display: inline-block;
  margin: 0;
  text-align: left;
  position: absolute;
  left: 30px;
  top: 30px;
  font-size: 1.6em;
  font-family: 'VagRoundedBold';
  letter-spacing: 0.08em;
}
footer .top-footer .footerLeft .partnerNr .partnerNrTooltip h4:before {
  content: '';
  background-image: url('../images/icon_info_form.svg');
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 10px;
}
footer .top-footer .footerLeft .partnerNr .partnerNrTooltip .closeButton {
  position: absolute;
  right: 30px;
  top: 30px;
  background-image: url('../images/icon_close_tooltip.svg');
  background-repeat: no-repeat;
  width: 11px;
  height: 11px;
  cursor: pointer;
}
footer .top-footer .footerLeft .partnerNr .partnerNrTooltip p {
  width: 100%;
  margin: 0;
  text-align: left;
  font-size: 1.6em;
  letter-spacing: 0.04em;
}
footer .top-footer .footerLeft button[type="submit"] {
  float: right;
}
footer .top-footer .footerRight {
  /*            >div>div {
                            margin: 
                        }*/
}
@media (min-width: 992px) {
  footer .top-footer .footerRight {
    border-left: 2px solid #6B6B6B;
    padding-left: 65px;
  }
}
footer .top-footer .footerRight .info {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  footer .top-footer .footerRight .info {
    padding-top: 0;
    padding-bottom: 0;
  }
}
footer .top-footer .footerRight .info h4 {
  text-align: left;
  color: #9D9D9D;
  margin-bottom: 10px;
  /*font-size: 14px;*/
  font-size: 1.2em;
  margin-top: 0;
  line-height: 1.2em;
  letter-spacing: 0.2em;
}
@media (min-width: 1100px) {
  footer .top-footer .footerRight .info h4 {
    font-size: 1.4em;
    margin-bottom: 40px;
  }
}
footer .top-footer .footerRight .info p,
footer .top-footer .footerRight .info a {
  text-align: left;
  color: white;
  /*font-size: 20px;*/
  font-size: 1.4em;
  line-height: 2.6em;
  letter-spacing: 0.026em;
  margin: 0;
  padding: 0;
  display: block;
}
@media (min-width: 1100px) {
  footer .top-footer .footerRight .info p,
  footer .top-footer .footerRight .info a {
    margin: 0 0 20px 0;
    font-size: 1.6em;
    line-height: 1.2em;
    letter-spacing: 0.075em;
  }
}
footer .top-footer .footerRight .info p:last-child,
footer .top-footer .footerRight .info a:last-child {
  margin-bottom: 40px;
}
footer .top-footer .footerRight .info p a,
footer .top-footer .footerRight .info a a {
  margin-bottom: 0 !important;
}
footer .top-footer .footerRight .info p a {
  font-size: 1em;
  display: inline-block;
}
footer .top-footer .footerRight .info p a:last-child {
  margin-bottom: 0;
}
footer .top-footer .footerRight .info p a:hover {
  color: #82C828;
}
footer .top-footer .footerRight .info span {
  color: #9D9D9D;
  margin: 0 10px 1px;
}
footer .top-footer .footerRight .info:last-child p:last-child,
footer .top-footer .footerRight .info:last-child a:last-child {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  footer .top-footer .footerRight .info:last-child p:last-child,
  footer .top-footer .footerRight .info:last-child a:last-child {
    margin-bottom: inherit;
  }
}
footer .top-footer .footerRight .tooltip-trigger {
  background-image: url('../images/icon_info_form_grey.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
  content: ' ';
  display: inline-block;
  cursor: pointer;
  height: 16px;
  left: 5px;
  position: relative;
  top: 4px;
  width: 16px;
  margin-top: -2px !important;
}
footer .top-footer .footerRight .info-form-tooltip {
  display: none;
  position: absolute;
  z-index: 1000;
  padding: 70px 30px 30px 30px;
  top: 0;
  width: 400px;
  left: 0px;
  background: white;
  border: 1px solid #424242;
  max-width: 100%;
}
footer .top-footer .footerRight .info-form-tooltip h4 {
  color: #333333;
  display: inline-block;
  margin: 0;
  text-align: left;
  position: absolute;
  left: 30px;
  top: 30px;
  font-size: 1.6em;
  font-family: 'VagRoundedBold';
  letter-spacing: 0.08em;
}
footer .top-footer .footerRight .info-form-tooltip h4:before {
  content: '';
  background-image: url('../images/icon_info_form_grey.svg');
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: -2px;
}
footer .top-footer .footerRight .info-form-tooltip .closeButton {
  position: absolute;
  right: 20px;
  top: 20px;
  background-image: url('../images/icon_close_tooltip.svg');
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  background-position: center center;
  cursor: pointer;
}
footer .top-footer .footerRight .info-form-tooltip p {
  color: #333333;
  width: 100%;
  margin: 0;
  text-align: left;
  font-size: 1.6em;
  letter-spacing: 0.04em;
}
footer .top-footer .footer-image {
  text-align: left;
}
footer .top-footer .footer-image img {
  width: 180px;
}
@media (min-width: 992px) {
  footer .top-footer .footer-image img {
    width: 240px;
  }
}
footer .top-footer .contact-possibilities {
  text-align: left;
  font-family: VagRoundedLight;
}
footer .top-footer .contact-possibilities .contact-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin: auto;
}
footer .top-footer .contact-possibilities .contact-flex .contact-flex-item {
  width: 220px;
}
footer .top-footer .contact-possibilities .contact-flex .contact-flex-item .contact-content h3 {
  font-size: 1.8em;
  letter-spacing: 0.55px;
  line-height: 1.5em;
  color: white;
  margin-top: 11px;
  margin-bottom: 11px;
}
footer .top-footer .contact-possibilities .contact-flex .contact-flex-item .contact-content a {
  font-size: 1.3em;
  letter-spacing: 1.2px;
  line-height: 1.5em;
}
footer .top-footer .contact-possibilities .contact-flex .contact-flex-item .contact-content span {
  width: 50px;
  height: 50px;
  float: left;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: contain;
  margin-right: 10px;
  margin-top: -30px;
}
footer .top-footer .contact-possibilities .contact-flex .contact-flex-item .contact-content .small-grey {
  font-size: 1.2em;
  line-height: 3em;
  letter-spacing: 1.05px;
  margin-bottom: 3em;
  color: #9D9D9D;
}
footer .top-footer .contact-possibilities .contact-flex .contact-flex-item .contact-content .small-grey a {
  font-size: 1.2rem;
  line-height: 1.4em;
  letter-spacing: 1.05px;
  color: #BAB8B8;
}
footer .top-footer .contact-possibilities .contact-flex .contact-flex-item .contact-content .small-grey a:hover {
  color: white;
}
footer .top-footer .contact-possibilities .contact-flex .contact-flex-item .disabled h3 {
  color: #9D9D9D;
}
footer .top-footer .contact-possibilities .contact-flex .contact-flex-item .disabled a {
  pointer-events: none;
  color: #6B6B6B;
}
footer .top-footer .footerSend .links {
  /*margin-top:17px;*/
  /*font-size: 16px;*/
  font-size: 1.2em;
  line-height: 2.6em;
  letter-spacing: 0.005em;
  display: block;
  border-top: 1px solid rgba(157, 157, 157, 0.25);
  padding-top: 30px;
  -webkit-transform: translate(0%, -25px);
  -moz-transform: translate(0%, -25px);
  -ms-transform: translate(0%, -25px);
  -o-transform: translate(0%, -25px);
  transform: translate(0%, -25px);
}
@media (min-width: 992px) {
  footer .top-footer .footerSend .links {
    border-top: 0;
    padding-top: 0;
    font-size: 1.2em;
    line-height: 1.2em;
    letter-spacing: 0.125em;
    padding: 0 0 0 30px;
  }
}
footer .top-footer .footerSend .links a {
  display: block;
  text-align: left;
  /*margin-bottom: 15px;*/
  /*width: 100%;*/
}
@media (min-width: 992px) {
  footer .top-footer .footerSend .links a {
    display: inline-block;
    margin-bottom: 15px;
  }
}
footer .top-footer .footerSend .links span {
  margin: 0 10px;
  display: none;
  color: #5C5C5C;
}
@media (min-width: 992px) {
  footer .top-footer .footerSend .links span {
    display: inline-block;
  }
}
footer .top-footer .footerSend .sendButton .pflichtfelder {
  color: #9D9D9D;
  font-size: 1.2em;
  line-height: 4.2em;
  letter-spacing: 0.15em;
  float: right;
  margin-right: 30px;
}
footer .top-footer .footerSend .sendButton .send {
  float: right;
}
footer .top-footer .footerSend .errorMessages {
  margin-bottom: 40px;
}
footer .top-footer .footerSend .errorMessages .errorMessage {
  background: #585958;
  color: white;
  text-align: left;
  padding: 10px 20px 10px 20px;
  font-size: 1.2em;
  line-height: 1.2em;
  letter-spacing: 0.1em;
  height: 50px;
  margin-bottom: 20px;
}
footer .top-footer .footerSend .errorMessages .errorMessage:before {
  content: '';
  background-image: url('../images/icon_validation.svg');
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  width: 25px;
  height: 20px;
  margin-right: 20px;
  top: 4px;
}
footer .top-footer .footerSend .errorMessages .errorMessage.errorMessageProto {
  display: none;
}
footer .top-footer #showSitemap {
  display: none;
  position: absolute;
  z-index: 100;
  bottom: -100px;
  background: #494949;
  height: 30px;
  border-radius: 15px;
  -webkit-transform: translate(-50%, 0px);
  -moz-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  -o-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  width: 130px;
  left: 50%;
  border: 0;
  padding: 0 20px;
  outline: 0;
  transition: background 300ms, color 300ms;
}
@media (min-width: 1100px) {
  footer .top-footer #showSitemap {
    display: block;
  }
}
footer .top-footer #showSitemap:hover {
  background: white;
}
footer .top-footer #showSitemap:hover span {
  color: #494949;
}
footer .top-footer #showSitemap span {
  letter-spacing: 0.25em;
  color: #9D9D9D;
  text-transform: uppercase;
  /*font-size: 14px;*/
  font-size: 1.2em;
  display: inline-block;
}
footer .top-footer #showSitemap .arrowSitemap {
  display: inline-block;
  height: 15px;
  width: 15px;
  margin-left: 7px;
  background-image: url('../images/arrow_button_down_grey.png');
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transform: translate(0%, 3px);
  -moz-transform: translate(0%, 3px);
  -ms-transform: translate(0%, 3px);
  -o-transform: translate(0%, 3px);
  transform: translate(0%, 3px);
}
footer .top-footer #showSitemap .arrowSitemap.open {
  background-image: url('../images/arrow_button_up_grey.png');
}
footer .scrollUpC {
  position: absolute;
  height: 50px;
  -webkit-transform: translate(0%, -50px);
  -moz-transform: translate(0%, -50px);
  -ms-transform: translate(0%, -50px);
  -o-transform: translate(0%, -50px);
  transform: translate(0%, -50px);
  /*        cursor: pointer;
*/
  width: 86px;
  right: 30px;
}
@media (min-width: 1100px) {
  footer .scrollUpC {
    -webkit-transform: translate(0%, 0);
    -moz-transform: translate(0%, 0);
    -ms-transform: translate(0%, 0);
    -o-transform: translate(0%, 0);
    transform: translate(0%, 0);
    position: relative;
    /*            width:initial;
*/
    width: 50%;
    right: -50%;
  }
}
footer .scrollUpC .scrollUp {
  cursor: pointer;
  position: absolute;
  /*right: 40px;*/
  width: 100%;
}
@media (min-width: 1100px) {
  footer .scrollUpC .scrollUp {
    right: 60px;
    width: 86px;
  }
}
footer .scrollUpC .scrollUp .scrollUpArrow {
  color: #82C828;
  /*.transform (rotate(-90deg));*/
  background: url('../images/nach_oben_pfeil.svg');
  height: 15px;
  width: 15px;
  display: block;
  margin: 0 auto 2px;
  background-repeat: no-repeat;
}
footer .scrollUpC .scrollUp #scrollUp {
  color: #82C828;
  text-transform: uppercase;
  /*font-size: 12px;*/
  font-size: 1em;
  line-height: 1.2em;
  letter-spacing: 0.2em;
  font-family: 'VagRoundedBold';
}
@media (min-width: 1100px) {
  footer .scrollUpC .scrollUp #scrollUp {
    font-size: 1.2em;
  }
}
footer .bottom-footerC {
  width: 100%;
  background: #424242;
  position: relative;
  bottom: 0;
  /*@media (min-width: 1100px){*/
  height: 70px;
  /*}*/
}
footer .bottom-footerC.open {
  height: auto;
}
footer .bottom-footerC .bottom-footer {
  max-width: calc(100% - 30px);
  width: 1100px;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 1100px) {
  footer .bottom-footerC .bottom-footer {
    /*padding-top: 75px;*/
    -webkit-transform: translate(0%, 65px);
    -moz-transform: translate(0%, 65px);
    -ms-transform: translate(0%, 65px);
    -o-transform: translate(0%, 65px);
    transform: translate(0%, 65px);
    height: 0;
  }
}
footer .bottom-footerC .bottom-footer .columnFooterBottomC {
  margin-bottom: 100px;
  display: none;
}
@media (max-width: 1099px) {
  footer .bottom-footerC .bottom-footer .columnFooterBottomC {
    display: none !important;
  }
}
footer .bottom-footerC .bottom-footer .columnFooterBottomC .columnFooterBottom {
  width: calc(20% - 18px);
  vertical-align: top;
  display: inline-block;
  margin-left: 15px;
}
footer .bottom-footerC .bottom-footer .columnFooterBottomC .columnFooterBottom * {
  text-align: left;
  display: block;
  margin: 0;
  font-family: 'VagRoundedLight';
  line-height: 1.2em;
}
footer .bottom-footerC .bottom-footer .columnFooterBottomC .columnFooterBottom h3 {
  color: #9D9D9D;
  text-transform: uppercase;
  height: 10px;
  /*font-size: 14px;*/
  font-size: 1.4em;
  margin-bottom: 20px;
  letter-spacing: 0.25em;
}
footer .bottom-footerC .bottom-footer .columnFooterBottomC .columnFooterBottom p {
  color: #82C828;
  /*font-size: 12px;*/
  font-size: 1.2em;
  margin-top: 20px;
  /*margin-top: 15px;*/
  letter-spacing: 0.025em;
}
footer .bottom-footerC .bottom-footer .columnFooterBottomC .columnFooterBottom .footerLinkHeading {
  color: #82C828;
  font-family: 'VagRoundedLight';
  /*font-size: 16px;*/
  font-size: 1.6em;
  margin-top: 16px;
  letter-spacing: 0.1em;
}
footer .bottom-footerC .bottom-footer .columnFooterBottomC .columnFooterBottom .footerLink {
  margin-top: 10px;
  display: block;
  font-size: 1.2em;
  letter-spacing: 0.025em;
  color: #82C828;
  max-width: calc(100% - 20px);
  position: relative;
  padding-left: 20px;
  /*                &::before {
                                            content: '->';
                                            width: 10%;
                                            position: relative;
                                            display: inline-block;
                                        }*/
}
footer .bottom-footerC .bottom-footer .columnFooterBottomC .columnFooterBottom .footerLink:before {
  display: block;
  margin-right: 10px;
  color: #9D9D9D;
  width: 8px;
  height: 6px;
  margin-top: 5px;
  background-image: url('../images/sitemap_link.svg');
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: -2px;
  content: '';
}
footer .bottom-footerC .bottom-footer .columnFooterBottomC .columnFooterBottom .footerLink:hover {
  color: #9D9D9D;
}
footer .bottom-footerC .bottom-footer .footerLast {
  overflow: hidden;
  margin-left: 5px;
  -webkit-transform: translate(0%, 20px);
  -moz-transform: translate(0%, 20px);
  -ms-transform: translate(0%, 20px);
  -o-transform: translate(0%, 20px);
  transform: translate(0%, 20px);
  /*}*/
}
@media (min-width: 1100px) {
  footer .bottom-footerC .bottom-footer .footerLast {
    -webkit-transform: translate(0%, -35px);
    -moz-transform: translate(0%, -35px);
    -ms-transform: translate(0%, -35px);
    -o-transform: translate(0%, -35px);
    transform: translate(0%, -35px);
  }
}
footer .bottom-footerC .bottom-footer .footerLast .footerLastLinks {
  width: 100vw;
  /*@media (min-width: 1100px){*/
}
footer .bottom-footerC .bottom-footer .footerLast a {
  text-align: left;
  float: left;
  margin-right: 15px;
  color: #9D9D9D;
  font-size: 1em;
  line-height: 1.8em;
  letter-spacing: 0.0075em;
  position: relative;
  z-index: 5;
}
@media (min-width: 992px) {
  footer .bottom-footerC .bottom-footer .footerLast a {
    font-size: 1.2em;
    line-height: 1.2em;
    letter-spacing: 0.125em;
    /*.transform (translate( -25px, 0%));*/
  }
}
footer .bottom-footerC .bottom-footer .footerLast a:hover {
  color: white;
}
footer .bottom-footerC .bottom-footer .footerLast .bottom-info-text {
  width: 80vw;
  color: #9D9D9D;
  text-align: left;
  /*margin-top: 10px;*/
  font-size: 1em;
  line-height: 1.8em;
  letter-spacing: 0.125em;
  padding: 0;
  /*                    margin: 10px 0 45px 0;*/
}
@media (min-width: 992px) {
  footer .bottom-footerC .bottom-footer .footerLast .bottom-info-text {
    /*display: inline-block;*/
    font-size: 1.1em;
    line-height: 1.2em;
    margin-top: 0px;
    width: inherit;
    text-align: right;
    margin-bottom: 0;
    /*.transform (translate( 25px, 0%));*/
  }
}
footer .bottom-footerC .bottom-footer .footerLast .bottom-info-text.tablet {
  display: none;
}
footer .bottom-footerC .bottom-footer .footerLast .mobile {
  display: block;
}
@media (min-width: 992px) {
  footer .bottom-footerC .bottom-footer .footerLast .mobile {
    display: none;
  }
}
footer .bottom-footerC .bottom-footer .footerLast .desktop {
  display: none;
}
footer .bottom-footerC .bottom-footer .footerLast .desktop .bottom-info-text {
  display: none;
}
@media (min-width: 992px) {
  footer .bottom-footerC .bottom-footer .footerLast .desktop {
    display: block;
  }
  footer .bottom-footerC .bottom-footer .footerLast .desktop .bottom-info-text.tablet {
    display: block;
    margin-right: 25px;
  }
}
@media (min-width: 1100px) {
  footer .bottom-footerC .bottom-footer .footerLast .desktop .bottom-info-text.tablet {
    display: none;
  }
  footer .bottom-footerC .bottom-footer .footerLast .desktop .bottom-info-text {
    display: block;
  }
}
@media (min-width: 992px) {
  footer .bottom-footerC.open .columnFooterBottomC {
    margin-bottom: 145px;
  }
}
footer .bottom-footerC.open .footerLast {
  /*.transform (translate( 0%, 20px));*/
}
@media (min-width: 992px) {
  footer .bottom-footerC.open .footerLast {
    -webkit-transform: translate(0%, -90px);
    -moz-transform: translate(0%, -90px);
    -ms-transform: translate(0%, -90px);
    -o-transform: translate(0%, -90px);
    transform: translate(0%, -90px);
  }
}
footer a:hover {
  color: white;
}
#footer_meineProdukteSelectC .sel,
#footer_estmkProdukteSelectC .sel {
  margin-top: 20px;
}
/************************
    MEDIA QUERIES
    ************************/
@media (min-width: 1100px) {
  .image-block .image-block-text-container {
    padding: 0 50em 0 5em;
    max-width: 112em;
  }
}
.contactContainer .contactButton {
  display: block;
  z-index: 30;
  position: fixed;
  right: 50%;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  height: 50px;
  width: 150px;
  background: white;
  border-radius: 5px 5px 0 0px;
  -webkit-box-shadow: -4px 0px 8px 0px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: -4px 0px 8px 0px rgba(0, 0, 0, 0.45);
  box-shadow: -4px 0px 8px 0px rgba(0, 0, 0, 0.45);
  transition: top 2s, right 0.3s ease-in-out;
}
@media (min-height: 800px) {
  .contactContainer .contactButton {
    top: 330px;
  }
}
@media (min-width: 768px) {
  .contactContainer .contactButton {
    right: -50px;
    top: 180px;
  }
}
.contactContainer .contactButton span {
  display: block;
  line-height: 50px;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 1.4em;
  letter-spacing: 0.3em;
  font-family: 'VagRoundedBold';
  color: #82C828;
  text-transform: uppercase;
}
.contactContainer .contactButton.in {
  bottom: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .contactContainer .contactButton.in {
    right: -100px;
  }
}
.contactContainer .contactBottomButton {
  position: relative;
  display: block;
  width: 80%;
  margin: 20px auto 0px;
  border: 1px solid #82C828;
  border-radius: 30px;
  letter-spacing: 0.2rem;
  font-size: 1.4em;
  color: #82C828;
}
.contactContainer .contactBottomButton:hover {
  background-color: #82C828;
  color: white;
}
@media (max-width: 768px) {
  .contactContainer .contactBottomButton {
    width: 100%;
  }
}
.contactContainer .contactButtonsWrapper h2 {
  margin-top: 0 !important;
  font-size: 1.8em !important;
}
@media (max-width: 768px) {
  .contactContainer .contactButtonsWrapper h2 {
    margin-bottom: 20px !important;
  }
}
.contactContainer .contactBoxes {
  display: flex;
  flex-wrap: wrap;
}
.contactContainer .contactBoxes div {
  background-color: #82C828;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  color: white;
  text-align: center;
  padding: 0;
  margin: 10px;
  flex: 0 1 29%;
  height: 120px;
  border: 1px solid #82C828;
}
.contactContainer .contactBoxes div:hover {
  background-color: white;
}
.contactContainer .contactBoxes div:hover a {
  color: #82C828;
}
@media (max-width: 768px) {
  .contactContainer .contactBoxes div {
    margin: 10px auto;
    flex: 0 1 38%;
  }
}
.contactContainer .contactBoxes div a {
  color: white;
  display: block;
  height: calc(100% + 2px);
  padding-top: 15px;
  margin: -1px;
}
.contactContainer .contactBoxes div a:hover {
  color: #82C828;
}
.contactContainer .contactBoxes div a .contact-box-img {
  height: 40px;
  width: auto;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
}
.contactContainer .contactBoxes div a .contact-box-titel {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.1;
  display: block;
  margin: 11px 23px 0 23px;
  padding-bottom: 11px;
}
.contactContainer .formC {
  overflow: hidden;
  width: 250px;
  height: 50px;
  position: fixed;
  z-index: 1000;
  right: 50%;
  bottom: 47px;
  background: white;
  padding: 0px ;
  border-radius: 5px 5px 0 0px;
  -webkit-transform: translate(50%, 100%);
  -moz-transform: translate(50%, 100%);
  -ms-transform: translate(50%, 100%);
  -o-transform: translate(50%, 100%);
  transform: translate(50%, 100%);
  -webkit-box-shadow: -7px 10px 37px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: -7px 10px 37px 0px rgba(0, 0, 0, 0.5);
  box-shadow: -7px 10px 37px 0px rgba(0, 0, 0, 0.5);
  -webkit-transition: top 2s, transform 0.8s ease-in-out, height 0.4s ease-in-out, width 0.5s ease-in-out;
  transition: top 2s, transform 0.8s ease-in-out, height 0.4s ease-in-out, width 0.5s ease-in-out;
  display: none;
  max-height: 90vh;
}
@media (min-width: 768px) {
  .contactContainer .formC {
    border-radius: 5px 0px 0 5px;
    max-height: none;
    transition: top 2s, transform 0.8s ease-in-out 0.2s, height 0.4s ease-in-out;
    right: -590px;
    top: 50%;
    -webkit-transform: translate(0%, 0px);
    -moz-transform: translate(0%, 0px);
    -ms-transform: translate(0%, 0px);
    -o-transform: translate(0%, 0px);
    transform: translate(0%, 0px);
    width: 640px;
    padding: 0;
    height: 150px;
    bottom: initial;
    display: block;
  }
}
.contactContainer .formC h3 {
  color: #333333;
  font-size: 1.4em;
  line-height: 1.2em;
  letter-spacing: 0.075em;
  margin-bottom: 30px;
  text-align: left;
  margin-top: 0;
}
.contactContainer .formC .contactClose {
  display: none;
  position: absolute;
  right: 35px;
  top: 30px;
  background-image: url('../images/lightbox_xerl.svg');
  background-repeat: no-repeat;
  background-size: contain;
  width: 11px;
  height: 11px;
  cursor: pointer;
  z-index: 10;
}
.contactContainer .formC.in {
  -webkit-transform: translate(50%, 50px);
  -moz-transform: translate(50%, 50px);
  -ms-transform: translate(50%, 50px);
  -o-transform: translate(50%, 50px);
  transform: translate(50%, 50px);
  width: 100%;
  padding-top: 50px;
}
@media (min-width: 768px) {
  .contactContainer .formC.in .contactClose {
    display: block;
  }
}
@media (min-width: 768px) {
  .contactContainer .formC.in {
    bottom: initial;
    width: 640px;
    right: -590px;
    padding-top: 0px;
    height: auto;
    -webkit-transform: translate(-590px, -50%);
    -moz-transform: translate(-590px, -50%);
    -ms-transform: translate(-590px, -50%);
    -o-transform: translate(-590px, -50%);
    transform: translate(-590px, -50%);
  }
}
.contactContainer .formC.in .contactForm {
  opacity: 1;
  border-color: #D6D6D6;
  transition-delay: 0.2s;
}
.contactContainer .formC.in .formButtonC {
  width: 100%;
  -webkit-transform: translate(0%, -50px);
  -moz-transform: translate(0%, -50px);
  -ms-transform: translate(0%, -50px);
  -o-transform: translate(0%, -50px);
  transform: translate(0%, -50px);
}
@media (min-width: 768px) {
  .contactContainer .formC.in .formButtonC {
    width: 50px;
    -webkit-transform: translate(0%, 0px);
    -moz-transform: translate(0%, 0px);
    -ms-transform: translate(0%, 0px);
    -o-transform: translate(0%, 0px);
    transform: translate(0%, 0px);
  }
}
.contactContainer .formC.in .formButtonC .formButton span:after {
  -webkit-transform: rotate(0) translate(0%, -50%);
  -moz-transform: rotate(0) translate(0%, -50%);
  -ms-transform: rotate(0) translate(0%, -50%);
  -o-transform: rotate(0) translate(0%, -50%);
  transform: rotate(0) translate(0%, -50%);
}
@media (max-width: 787px) {
  .contactContainer .formC.in.done {
    max-height: 90vh;
  }
}
@media (max-width: 787px) {
  .contactContainer .formC.in.done .contactForm {
    max-height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
  }
}
.contactContainer .formC .col-lg-12.has-error {
  float: left;
}
.contactContainer .formC .formButtonC {
  width: 100%;
  display: inline-block;
  position: relative;
  right: 0px;
  top: 7px;
  cursor: pointer;
  transition: width 0.5s ease-in-out;
}
@media (min-width: 768px) {
  .contactContainer .formC .formButtonC {
    top: 80px;
    width: 50px;
  }
}
.contactContainer .formC .formButtonC .formButton {
  position: absolute;
  left: 50%;
  z-index: 1;
  width: 191px;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
@media (min-width: 768px) {
  .contactContainer .formC .formButtonC .formButton {
    /*right: -22px;*/
    left: -58px;
    width: 172px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
}
.contactContainer .formC .formButtonC .formButton span {
  display: inline-block;
  line-height: 20px;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 1.4em;
  letter-spacing: 0.3em;
  font-family: 'VagRoundedBold';
  color: #82C828;
  text-transform: uppercase;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .contactContainer .formC .formButtonC .formButton span {
    padding-right: 0;
  }
}
.contactContainer .formC .formButtonC .formButton span:after {
  content: '';
  position: absolute;
  right: 0px;
  top: 9px;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
  background: url('../images/arrow_button_down_green.svg');
  background-size: contain;
  background-repeat: no-repeat;
  width: 13px;
  height: 8px;
  display: inline-block;
  transition: transform 0.3s;
  -webkit-transform: rotate(180deg) translate(0%, -50%);
  -moz-transform: rotate(180deg) translate(0%, -50%);
  -ms-transform: rotate(180deg) translate(0%, -50%);
  -o-transform: rotate(180deg) translate(0%, -50%);
  transform: rotate(180deg) translate(0%, -50%);
}
@media (min-width: 768px) {
  .contactContainer .formC .formButtonC .formButton span:after {
    display: none;
  }
}
.contactContainer .formC .contactForm {
  opacity: 0;
  padding: 10px 20px 30px 20px;
  display: inline-block;
  border-left: 1px solid transparent;
  position: relative;
  width: 100%;
  vertical-align: top;
  transition: border-color 1s, opacity 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .contactContainer .formC .contactForm {
    padding: 40px 0 40px 40px;
    width: calc(100% - 100px);
  }
}
.contactContainer .formC .contactForm .sel .sel__placeholder {
  color: #333333;
}
.contactContainer .formC .contactForm .sel .sel__box {
  background-color: white;
}
.contactContainer .formC .contactForm .sel .sel__box .sel__box__options {
  color: #333333;
}
.contactContainer .formC .contactForm #kontakt_meineProdukteSelectC .sel,
.contactContainer .formC .contactForm #kontakt_estmkProdukteSelectC .sel {
  margin-top: 20px;
}
.contactContainer .formC .contactForm .selectC {
  position: relative;
}
@media (max-width: 767px) {
  .contactContainer .formC .contactForm span.help-block.form-error {
    display: inline-block !important;
  }
}
@media (min-width: 768px) {
  .contactContainer .formC .contactForm span.help-block.form-error {
    margin-top: -20px;
  }
}
.contactContainer .formC .contactForm select,
.contactContainer .formC .contactForm textarea,
.contactContainer .formC .contactForm input {
  border-color: #9D9D9D;
  border-style: solid;
  color: #333333;
  font-size: 1.7em;
  line-height: 1.2em;
  letter-spacing: 0.025em;
  background: white;
  width: 100%;
  border-radius: 0;
}
.contactContainer .formC .contactForm select::-webkit-input-placeholder,
.contactContainer .formC .contactForm textarea::-webkit-input-placeholder,
.contactContainer .formC .contactForm input::-webkit-input-placeholder {
  color: #6B6B6B;
}
.contactContainer .formC .contactForm select:-moz-placeholder,
.contactContainer .formC .contactForm textarea:-moz-placeholder,
.contactContainer .formC .contactForm input:-moz-placeholder {
  color: #6B6B6B;
  opacity: 1;
}
.contactContainer .formC .contactForm select::-moz-placeholder,
.contactContainer .formC .contactForm textarea::-moz-placeholder,
.contactContainer .formC .contactForm input::-moz-placeholder {
  color: #6B6B6B;
  opacity: 1;
}
.contactContainer .formC .contactForm select::-ms-input-placeholder,
.contactContainer .formC .contactForm textarea::-ms-input-placeholder,
.contactContainer .formC .contactForm input::-ms-input-placeholder {
  color: #6B6B6B;
}
.contactContainer .formC .contactForm select::-ms-input-placeholder,
.contactContainer .formC .contactForm textarea::-ms-input-placeholder,
.contactContainer .formC .contactForm input::-ms-input-placeholder {
  color: #6B6B6B;
}
.contactContainer .formC .contactForm select:focus,
.contactContainer .formC .contactForm textarea:focus,
.contactContainer .formC .contactForm input:focus {
  border-color: #82C828;
}
.contactContainer .formC .contactForm select {
  border-width: 1px ;
  height: 45px;
  vertical-align: top;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  text-indent: 0.1;
  text-overflow: '';
  color: #6B6B6B;
  padding-left: 20px;
  margin-bottom: 30px;
}
.contactContainer .formC .contactForm .kontakt_fileUploadRow {
  display: none;
}
.contactContainer .formC .contactForm .fileContainer {
  margin-bottom: 30px;
  font-size: 1em;
  padding: 0.95em 2.5em 0.75em;
}
.contactContainer .formC .contactForm input[type=file] {
  cursor: inherit;
  display: inline-block;
  filter: alpha(opacity=0);
  border: 0;
  height: 55px;
  min-width: 100%;
  position: absolute;
  right: 0;
  text-align: right;
  top: 0;
  background: transparent;
  opacity: 0;
}
.contactContainer .formC .contactForm .kontakt_inputValue {
  display: inline-block;
  height: 32px;
  width: 100%;
  background: white;
  border-radius: 16px;
  padding: 7px 20px;
  border: 1px solid #424242;
}
.contactContainer .formC .contactForm .kontakt_inputValue .removeFile {
  background-image: url('../images/icon_delete_file_dark.svg');
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  right: 35px;
  width: 20px;
  height: 20px;
  top: 7px;
  cursor: pointer;
}
.contactContainer .formC .contactForm .kontakt_inputValue.empty .removeFile {
  display: none;
}
.contactContainer .formC .contactForm .kontakt_inputValue span {
  text-align: left;
  color: #333333;
  position: absolute;
  left: 35px;
  font-size: 1.4em;
}
.contactContainer .formC .contactForm .partnerNr h3 {
  margin-top: 0.7em;
}
.contactContainer .formC .contactForm .kontakt_partnerNr {
  display: none;
  margin-bottom: 25px;
}
.contactContainer .formC .contactForm .kontakt_partnerNr h3 {
  display: inline-block;
  margin-top: 5px;
  color: #333333;
}
.contactContainer .formC .contactForm .kontakt_partnerNr .kontakt_parnterNrIcon {
  background-image: url('../images/icon_info_form.svg');
  right: -10px;
  top: 3px;
  width: 16px;
  height: 16px;
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.contactContainer .formC .contactForm .kontakt_partnerNr .kontakt_partnerNrTooltip {
  display: none;
  position: absolute;
  z-index: 1000;
  padding: 70px 30px 30px 30px;
  top: 0;
  width: 400px;
  left: 0px;
  background: white;
  border: 1px solid #424242;
}
.contactContainer .formC .contactForm .kontakt_partnerNr .kontakt_partnerNrTooltip h4 {
  display: inline-block;
  margin: 0;
  text-align: left;
  position: absolute;
  left: 30px;
  top: 30px;
  font-size: 1.6em;
  font-family: 'VagRoundedBold';
  letter-spacing: 0.08em;
}
.contactContainer .formC .contactForm .kontakt_partnerNr .kontakt_partnerNrTooltip h4:before {
  content: '';
  background-image: url('../images/icon_info_form.svg');
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 10px;
}
.contactContainer .formC .contactForm .kontakt_partnerNr .kontakt_partnerNrTooltip .kontakt_closeButton {
  position: absolute;
  right: 30px;
  top: 30px;
  background-image: url('../images/icon_close_tooltip.svg');
  background-repeat: no-repeat;
  width: 11px;
  height: 11px;
  cursor: pointer;
}
.contactContainer .formC .contactForm .kontakt_partnerNr .kontakt_partnerNrTooltip p {
  width: 100%;
  margin: 0;
  text-align: left;
  font-size: 1.6em;
  letter-spacing: 0.04em;
}
.contactContainer .formC .contactForm textarea {
  border-width: 1px ;
  height: 70px;
  margin-bottom: 20px;
  padding: 15px 10px;
  resize: vertical;
}
@media (min-width: 768px) {
  .contactContainer .formC .contactForm textarea {
    padding: 15px 20px;
    height: 100px;
  }
}
.contactContainer .formC .contactForm input {
  height: 35px;
  border-width: 0 0 1px 0 ;
  padding-left: 10px;
}
.contactContainer .formC .contactForm .emailPhoneInput {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .contactContainer .formC .contactForm .emailPhoneInput {
    margin-bottom: 35px;
  }
}
.contactContainer .formC .contactForm .emailPhoneInput > * {
  display: inline-block;
  margin: 0;
  padding: 0 0 0 0px;
}
.contactContainer .formC .contactForm .emailPhoneInput .mail {
  width: 100%;
  padding-left: 10px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .contactContainer .formC .contactForm .emailPhoneInput .mail {
    width: 44%;
    margin-bottom: 0px;
  }
}
.contactContainer .formC .contactForm .emailPhoneInput .phone {
  width: 82%;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .contactContainer .formC .contactForm .emailPhoneInput .phone {
    width: 38%;
  }
}
.contactContainer .formC .contactForm .emailPhoneInput span {
  width: 18%;
  color: white;
  font-size: 1.6em;
  font-family: 'VagRoundedLight';
  line-height: 1.2em;
  letter-spacing: 0.08em;
  color: black;
  text-align: center;
}
.contactContainer .formC .contactForm .nameInput {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .contactContainer .formC .contactForm .nameInput {
    margin-bottom: 30px;
  }
}
.contactContainer .formC .contactForm .nameInput input {
  width: 45%;
}
.contactContainer .formC .contactForm .nameInput input:first-child {
  margin-right: 10%;
}
.contactContainer .formC .contactForm .button {
  float: right;
  right: 0;
  padding: 0.85em 2.3em 0.65em;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .contactContainer .formC .contactForm .button {
    margin-top: 0;
  }
}
.contactContainer .formC .contactForm h2 {
  font-size: 1.6em;
  font-family: 'VagRoundedLight';
  line-height: 1.2em;
  letter-spacing: 0.08em;
  margin: 15px 0 5px 0 ;
}
@media (min-width: 768px) {
  .contactContainer .formC .contactForm h2 {
    margin: 35px 0 20px 0 ;
  }
}
.contact-page .contactContainer {
  display: none;
}
.data-info {
  display: inline-block;
  margin-top: 15px;
  float: right;
  margin-right: 20px;
  letter-spacing: 0.1em;
}
@media (max-width: 991px) {
  .data-info {
    margin-right: 0;
    padding-bottom: 2rem;
  }
}
#light-contact-form .data-info {
  float: left;
  margin-right: 0;
}
.frame-guided-contact-list {
  background: #F2F2F2;
  padding: 7.5rem 0 4.7rem;
}
.frame-guided-contact-list .container {
  padding-left: 1.9rem;
  padding-right: 1.9rem;
}
.frame-guided-contact-list .container .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-box-lines: multiple;
  margin-left: -1.9rem;
  margin-right: -1.9rem;
}
.frame-guided-contact-list .container .row .col-md-4 {
  margin-bottom: 2.8rem;
  padding-left: 1.9rem;
  padding-right: 1.9rem;
}
.frame-guided-contact-list .container .row .col-md-4 .topic-container {
  height: 100%;
}
.frame-guided-contact-list .container .row .col-md-4 .topic-container a {
  background: #ffffff;
  border: 1px solid #D6D6D6;
  display: block;
  height: 100%;
  padding: 2.5em 2.5em 3.5em;
  text-align: center;
}
.frame-guided-contact-list .container .row .col-md-4 .topic-container a h2 {
  font-size: 2.5rem;
  letter-spacing: 0.015em;
  font-weight: normal;
  margin-bottom: 1rem;
}
.frame-guided-contact-list .container .row .col-md-4 .topic-container a p {
  color: #333333;
  line-height: 1.55em;
  letter-spacing: 0.025em;
  margin-bottom: 0;
  font-size: 1.5em;
}
.frame-guided-contact-list .container .row .col-md-4 .topic-container a img {
  margin-bottom: 1.5rem;
  max-height: 45px;
}
@media (max-width: 767px) {
  .frame-guided-contact-list .container .row .col-md-4 .topic-container a h2 {
    font-size: 2rem;
  }
  .frame-guided-contact-list .container .row .col-md-4 .topic-container a img {
    max-height: 4rem;
    width: auto;
  }
  .frame-guided-contact-list .container .row .col-md-4 .topic-container a p {
    font-size: 1.6rem;
  }
}
.frame-guided-contact-area {
  padding: 11rem 0 13rem;
}
@media (min-width: 1100px) {
  .frame-guided-contact-area .container {
    padding-left: 50px;
    padding-right: 50px;
  }
  .frame-guided-contact-area .container .row {
    margin-left: -50px;
    margin-right: -50px;
  }
  .frame-guided-contact-area .container .row .col-xs-12 {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 1100px) {
  .frame-guided-contact-area .container .slideDownOuterC .slideDownC {
    width: 100%;
  }
}
.frame-guided-contact-area .container .slideDownOuterC .slideDownC .slideDownHeader h3 {
  font-size: 3em;
  line-height: 1.2em;
  letter-spacing: 0.025em;
  color: #333333;
  margin: 0 0 10px 0!important;
  padding: 0;
  width: 100%;
  margin-bottom: 10px !important;
}
@media (max-width: 992px) {
  .frame-guided-contact-area .container .slideDownOuterC .slideDownC .slideDownHeader h3 {
    font-size: 2.3em;
  }
}
@media (max-width: 1550px) {
  .frame-guided-contact-area .container .slideDownOuterC .slideDownC .slideDownHeader h3 {
    font-size: 2.6em;
  }
}
.frame-guided-contact-area .container .slideDownOuterC .slideDownC .slideDownContent {
  padding: 50px 50px 45px;
}
@media (min-width: 1100px) {
  .frame-guided-contact-area .container .slideDownOuterC .slideDownC .slideDownContent {
    width: 100%;
  }
}
.frame-guided-contact-area .container .slideDownOuterC .slideDownC .slideDownContent .innerSlideDownC .innerSlideDownTab .innerSlideDownHeader {
  padding: 3px;
  cursor: pointer;
}
.frame-guided-contact-area .container .slideDownOuterC .slideDownC .slideDownContent .innerSlideDownC .innerSlideDownTab .innerSlideDownHeader .subarea {
  padding-bottom: 5px;
}
.frame-guided-contact-area .container .slideDownOuterC .slideDownC .slideDownContent .innerSlideDownC .innerSlideDownTab .innerSlideDownContent {
  padding: 15px 30px 15px 0;
}
.frame-guided-contact-area .container .slideDownOuterC .slideDownC .slideDownContent ul {
  margin-left: 0;
}
.frame-guided-contact-area .container .slideDownOuterC .slideDownC .slideDownContent ul li:before {
  content: "";
}
@media (max-width: 768px) {
  .frame-guided-contact-area .container .topic-area-list {
    padding-bottom: 40px;
  }
}
@media (max-width: 992px) {
  .frame-guided-contact-area .container .topic-area-list li {
    display: none;
  }
}
.frame-guided-contact-area .container h3 {
  color: #9D9D9D;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  margin-top: 0;
}
.frame-guided-contact-area .container .col-md-4 hr {
  border-top: 2px solid #e0e0e0;
  margin-bottom: 2em;
  margin-top: 2em;
}
.frame-guided-contact-area .container .col-md-4 a.return-link {
  background-image: url('../images/icon_arrow_back.svg');
  background-repeat: no-repeat;
  background-position: left 13px;
  background-size: 7px 14px;
  color: #333333;
  display: block;
  font-size: 1.6rem;
  line-height: 2.6em;
  letter-spacing: 0.08em;
  padding-left: 4rem;
}
.frame-guided-contact-area .container .col-md-4 ul li {
  list-style: none;
}
.frame-guided-contact-area .container .col-md-4 ul li a {
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  color: #333333;
  display: block;
  font-size: 1.6rem;
  line-height: 2.6em;
  letter-spacing: 0.08em;
  padding-left: 4rem;
}
.frame-guided-contact-area .container .col-md-4 ul li.active a {
  color: #82C828;
}
.frame-guided-contact-area .container .col-md-8 h2 {
  margin-bottom: 1.125em;
}
.frame-guided-contact-area .container .col-md-8 hr {
  border-top: 2px solid #e0e0e0;
  margin-bottom: 2.5em;
  margin-top: 1.5em;
}
.frame-guided-contact-area .container .col-md-8 ul li {
  list-style: none;
}
.frame-guided-contact-area .container .col-md-8 ul li a {
  display: inline-block;
  font-family: 'VagRoundedLight';
  font-size: 1.8rem;
  letter-spacing: 0.025em;
  margin-bottom: 0.5em;
  position: relative;
  text-transform: none;
}
.frame-guided-contact-area .container .col-md-8 ul.star-list li a {
  padding-left: 2em;
}
.frame-guided-contact-area .container .col-md-8 ul.star-list li a:before {
  content: '';
  background-image: url('../images/stern_gruen.svg');
  background-repeat: no-repeat;
  background-size: 14px 13px;
  left: 0;
  position: absolute;
  display: inline-block;
  height: 13px;
  top: 3px;
  width: 14px;
}
.frame-guided-contact-area .container .col-md-8 ul.star-list li a:hover:before {
  background-image: url('../images/stern_grau.svg');
}
.frame-guided-contact-area .container .col-md-8 ul.star-list li a:focus:before {
  background-image: url('../images/stern_gruen.svg') !important;
}
.frame-guided-contact-item {
  padding: 11.7rem 0 8rem;
}
@media (min-width: 1100px) {
  .frame-guided-contact-item .topic-item-content > * {
    width: 70%;
  }
  .frame-guided-contact-item .topic-item-content hr {
    width: 100%;
  }
}
.frame-guided-contact-item .topic-item-content h2 {
  margin-bottom: 1em;
}
.frame-guided-contact-item hr {
  border-top: 2px solid #e0e0e0;
}
.frame-guided-contact-item .vote-wrapper {
  background: #F2F2F2;
  float: left;
  margin-top: 2.5em;
  padding: 1em 2.5em;
}
.frame-guided-contact-item .vote-wrapper p {
  font-size: 1.5rem;
  line-height: 1.6em;
  letter-spacing: 0.05em;
  margin-bottom: 0;
}
.frame-guided-contact-item .vote-wrapper p a {
  background-repeat: no-repeat;
  background-size: 26px 25px;
  background-position: left top;
  display: inline-block;
  height: 3rem;
  text-indent: -999999px;
  width: 2.6rem;
}
.frame-guided-contact-item .vote-wrapper p .upvote {
  background-image: url('../images/icon_daumen_nach_oben.svg');
  padding-right: 1rem;
  margin-left: 2rem;
  border-right: 1px solid #DDDDDD;
  width: 3.6rem;
}
.frame-guided-contact-item .vote-wrapper p .downvote {
  background-image: url('../images/icon_daumen_nach_unten.svg');
  background-position: left 0.5rem;
  margin-left: 1rem;
}
.frame-guided-contact-item .vote-wrapper p span {
  display: block;
  float: left;
  padding-top: 0.4rem;
}
.frame-guided-contact-item .similar-topics h3 {
  color: #9D9D9D;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  margin-top: 0;
}
.frame-guided-contact-item .similar-topics ul li {
  list-style: none;
}
.frame-guided-contact-item .similar-topics ul li a {
  font-family: 'VagRoundedLight';
  font-size: 1.8rem;
  letter-spacing: 0.025em;
  margin-bottom: 0.3em;
  text-transform: none;
}
.frame-guided-contact-item .similar-topics ul li a:before {
  top: 8px;
}
.frame-guided-contact-item .row.breadcrumbs .col-xs-12 a,
.frame-guided-contact-item .row.breadcrumbs .col-xs-12 span {
  color: #9D9D9D;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
}
.frame-guided-contact-item .row.breadcrumbs .col-xs-12 a {
  background-image: url('../images/icon_breadcrumb_arrow.svg');
  background-repeat: no-repeat;
  background-position: right 3px;
  background-size: 4px 8px;
  padding-right: 1.9rem;
  margin-right: 1.5rem;
}
.frame-guided-contact-item .row.breadcrumbs .col-xs-12 a:hover {
  color: #82C828;
}
.frame-guided-contact-item .row.breadcrumbs .col-xs-12 hr {
  margin-top: 1rem;
  margin-bottom: 5rem;
}
.frame-frequent-topics {
  padding: 5.5em 0 0;
}
@media (max-width: 768px) {
  .frame-frequent-topics {
    padding: 5.5em 0 0 1.9rem;
    overflow: hidden;
  }
}
.frame-frequent-topics h2 {
  color: #9D9D9D;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  margin-top: 0;
  margin-bottom: 1em;
}
.frame-frequent-topics ul {
  list-style: none;
}
.frame-frequent-topics ul li a {
  display: inline-block;
  font-family: 'VagRoundedLight';
  font-size: 1.8rem;
  letter-spacing: 0.025em;
  margin-bottom: 0.5em;
  padding-left: 2em;
  position: relative;
  text-transform: none;
}
.frame-frequent-topics ul li a:before {
  content: '';
  background-image: url('../images/stern_gruen.svg');
  background-repeat: no-repeat;
  background-size: 14px 13px;
  left: 0;
  position: absolute;
  display: inline-block;
  height: 13px;
  top: 3px;
  width: 14px;
}
.frame-frequent-topics ul li a:hover:before {
  background-image: url('../images/stern_grau.svg');
}
.frame-frequent-topics ul li a:focus:before {
  background-image: url('../images/stern_gruen.svg') !important;
}
.topic-area-icon {
  display: block;
  float: left;
  width: 40px;
  height: 40px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}
.frame-review div.col1 {
  padding: 0;
}
@media (max-width: 768px) {
  .frame-review div.col1 {
    padding: 0 1.9rem;
  }
}
.frame-review hr {
  border-top: 2px solid #e0e0e0;
  margin-bottom: 4rem;
}
.frame-review .review-link:before {
  content: '';
  display: block;
  float: left;
  background-image: url("../images/icon_lob_kritik_gruen.svg");
  background-repeat: no-repeat;
  background-size: 35px 35px;
  width: 35px;
  height: 35px;
  margin: -5px 15px 0 0;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.frame-review .review-link:hover:before {
  background-image: url("../images/icon_lob_kritik_grey.svg");
}
.frame-review .review-link:focus:before {
  background-image: url("../images/icon_lob_kritik_gruen.svg") !important;
} 
/************************
   FRAMES
    ************************/
.frame {
  clear: left;
}
.frame.frame-bg-grey {
  background-color: #F2F2F2;
}
@media (min-width: 1100px) {
  .frame.frame-bg-grey.frame-type-list .container {
    padding-left: 20px;
    padding-right: 20px;
    width: 1150px;
  }
}
.frame.frame-bg-grey.frame-type-text.container {
  padding-left: 30px;
  padding-right: 30px;
}
.frame.frame-bg-dark-grey {
  background-color: #5C5C5C;
}
@media (min-width: 1100px) {
  .frame.frame-bg-dark-grey .container {
    max-width: 750px;
  }
}
.frame.frame-bg-dark-grey p {
  color: #ffffff;
}
.frame.frame-bg-intro-grey {
  background-color: #E7E7E7;
}
.frame.frame-bg-middle-grey {
  background-color: #D6D6D6;
}
.frame.frame-bg-box1-grey {
  background-color: #F7F7F7;
}
.frame.frame-bg-box2-grey {
  background-color: #EFEFEF;
}
.frame.frame-bg-box3-grey {
  background-color: #E7E7E7;
}
@media (min-width: 1100px) {
  .frame.container.frame-type-text {
    width: 1030px;
  }
  .frame.container.frame-type-text > * {
    width: 70%;
  }
}
.frame.container.frame-type-text .simple-table {
  width: auto;
}
@media (min-width: 1100px) {
  .frame.container.frame-type-text.frame-bg-grey {
    width: 1000px;
  }
}
.frame.container.frame-type-text p.full-width {
  width: 100%;
}
.frame.container.frame-type-text h2.full-width {
  width: 100%;
}
@media (min-width: 1100px) {
  .frame.container.frame-type-header {
    width: 1030px;
  }
}
@media (min-width: 1100px) {
  .frame.container.frame-type-gridelements_pi1:not(.wide-container) {
    width: 1030px;
  }
}
.frame.container.frame-type-gridelements_pi1 .container {
  max-width: 100%;
}
.frame.container.frame-type-gridelements_pi1 .container > * {
  width: 100%;
}
.frame.container.frame-type-gridelements_pi1 .slideDownOuterC .slideDownC .slideDownHeader h2 {
  color: #333333;
}
@media (max-width: 991px) {
  .frame.container.frame-type-gridelements_pi1 .button {
    margin: 5px 0;
  }
}
@media (max-width: 991px) {
  .frame.container.frame-type-gridelements_pi1 .white-box {
    margin: 1em 15px;
  }
}
@media (min-width: 1100px) {
  .frame.container.frame-type-list {
    width: 1030px;
  }
}
@media (min-width: 1100px) {
  .frame.container.frame-type-dce_dceuid6,
  .frame.container.frame-type-dce_dceuid7 {
    width: 1030px;
  }
}
@media (min-width: 992px) {
  .frame.frame-type-gridelements_pi1 .row-eq-height,
  .frame.frame-type-gridelements_pi1 .row-eq-height > div {
    min-height: 450px;
  }
}
@media (min-width: 1100px) {
  .frame.frame-type-gridelements_pi1 .row-eq-height,
  .frame.frame-type-gridelements_pi1 .row-eq-height > div {
    min-height: 640px;
  }
}
@media (min-width: 1100px) {
  .frame.frame-type-gridelements_pi1 .productRow .row-eq-height {
    min-height: 0;
  }
}
.frame.frame-type-gridelements_pi1.frame-bg-white .textBlock {
  background: #ffffff;
}
.frame.frame-type-gridelements_pi1.frame-bg-white .textBlock .frame-bg-grey {
  background: #ffffff;
}
.frame.frame-type-gridelements_pi1 .frame-type-text h2 {
  color: #82C828;
  margin-top: 0.8em;
  margin-bottom: 0.875em;
}
@media (min-width: 992px) {
  .frame.frame-type-gridelements_pi1 .frame-type-text h2 {
    margin-top: 1.5em;
  }
}
.frame.frame-type-gridelements_pi1 .frame-type-text table td {
  font-size: 1.8em;
  line-height: 1.6em;
  letter-spacing: 0.025em;
  padding-left: 60px;
}
.frame.frame-type-gridelements_pi1 .frame-type-text table td:first-child {
  padding-left: 0;
}
.frame.frame-type-gridelements_pi1 .frame-type-text ul {
  margin-left: 25px;
}
.frame.frame-type-gridelements_pi1 .frame-type-text ul li {
  font-size: 1.8em;
  letter-spacing: 0.025em;
  line-height: 1.6em;
  text-indent: -5px;
  list-style: none;
}
.frame.frame-type-gridelements_pi1 .frame-type-text ul li:before {
  content: '–';
  display: inline-block;
  -webkit-transform: translate(-15px, 0%);
  -moz-transform: translate(-15px, 0%);
  -ms-transform: translate(-15px, 0%);
  -o-transform: translate(-15px, 0%);
  transform: translate(-15px, 0%);
  position: relative;
}
.frame.frame-type-gridelements_pi1 .frame-type-text ul li ul {
  font-size: 1em;
  margin-bottom: 0;
}
.frame.frame-type-gridelements_pi1 .frame-type-text ul li ul li:before {
  content: '-';
}
.frame.frame-type-gridelements_pi1 .frame-type-text ul.green-check-list {
  line-height: 1.6em;
  margin-left: 0;
}
.frame.frame-type-gridelements_pi1 .frame-type-text ul.green-check-list li {
  text-indent: 0;
}
.frame.frame-type-gridelements_pi1 .ce-image img {
  max-width: 100%;
  height: auto;
}
.frame.wrapper-container {
  padding-top: 4em;
  padding-bottom: 4em;
}
@media (min-width: 768px) {
  .frame.wrapper-container {
    padding-top: 6em;
    padding-bottom: 6em;
  }
}
@media (min-width: 992px) {
  .frame.wrapper-container {
    padding-top: 8em;
    padding-bottom: 8em;
  }
}
@media (min-width: 1100px) {
  .frame.wrapper-container:not(.frame-review) .container {
    width: 1030px;
  }
}
.overlayC .frame {
  max-width: 100%!important;
}
@media (min-width: 1100px) {
  .overlayC .frame.container.frame-type-text > * {
    width: 100%;
  }
}
.overlayC .frame.container.frame-type-text h2 {
  margin-top: 0;
}
.overlayC .frame.container.frame-type-text ul li {
  font-size: 1.4em;
  line-height: 1.6em;
}
.overlayC .frame.wrapper-container {
  margin: 0 1.5em;
  padding: 3em;
}
.overlayC .frame.wrapper-container .container {
  max-width: 100%;
  padding: 0;
}
.overlayC .frame.wrapper-container .container ul li {
  font-size: 1.4em;
  line-height: 1.6em;
}
.overlayC .frame-bg-grey.container {
  padding: 30px;
}
/************************
   HEADLINES, ELEMENTS
    ************************/
.ce-headline-center,
.ce-headline-left {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
h2.ce-headline-center,
h2.ce-headline-left {
  color: #82C828;
}
.ce-headline-center {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  text-align: center;
}
.frame.frame-type-gridelements_pi1.container h2 {
  color: #82C828;
  margin-bottom: 0.875em;
}
.frame.frame-type-gridelements_pi1.container h3 {
  margin: 0;
  padding: 0;
  color: #333333;
  font-size: 1.8em;
  font-family: 'VagRoundedBold';
  letter-spacing: 0.025em;
  line-height: 1.2em;
}
.frame.frame-type-gridelements_pi1.container h3.big-headline {
  font-size: 2.2em;
}
.frame.frame-type-list:not(.frame-bg-grey) h3 {
  font-size: 2.2em;
}
.frame.frame-type-list.frame-bg-grey {
  background: #E7E7E7;
}
.frame.container.frame-type-text h2 {
  color: #82C828;
  margin-top: 1.5em;
  margin-bottom: 0.875em;
}
.frame.container.frame-type-text h3 {
  margin: 0;
  padding: 0;
  color: #333333;
  font-size: 1.8em;
  font-family: 'VagRoundedBold';
  letter-spacing: 0.025em;
  line-height: 1.2em;
}
.frame.container.frame-type-text h3.big-headline {
  font-family: 'VagRoundedLight';
  font-size: 3em;
  line-height: 1.2em;
  letter-spacing: 0.025em;
  color: #333333;
  margin: 0 0 1em 0!important;
  padding: 0;
  width: 100%;
}
.frame.container.frame-type-text hr {
  border-top-color: #dadada;
  margin-top: 4em;
  margin-bottom: 4em;
  width: 100%;
}
.frame.container.frame-type-text hr.small-margin {
  margin-top: 1em;
  margin-bottom: 1em;
}
.frame.container.frame-type-text ul {
  margin-left: 25px;
}
.frame.container.frame-type-text ul li {
  font-size: 1.8em;
  letter-spacing: 0.025em;
  line-height: 1.4em;
  text-indent: -5px;
  list-style: none;
}
.frame.container.frame-type-text ul li:before {
  content: '–';
  display: inline-block;
  -webkit-transform: translate(-15px, 0%);
  -moz-transform: translate(-15px, 0%);
  -ms-transform: translate(-15px, 0%);
  -o-transform: translate(-15px, 0%);
  transform: translate(-15px, 0%);
  position: relative;
}
.frame.container.frame-type-text ul li ul {
  font-size: 1em;
  margin-bottom: 0;
}
.frame.container.frame-type-text ul li ul li:before {
  content: '-';
}
.frame.container.frame-type-text ul.green-check-list {
  line-height: 1.6em;
  margin-left: 0;
}
.frame.container.frame-type-text ul.green-check-list li {
  text-indent: 0;
}
.frame.container.frame-type-text ol {
  margin-left: 19px;
}
.frame.container.frame-type-text ol li {
  font-size: 1.8em;
  letter-spacing: 0.025em;
  line-height: 1.4em;
}
.frame.container.frame-type-text.wide-container {
  overflow-x: scroll;
}
@media (min-width: 992px) {
  .frame.container.frame-type-text.wide-container {
    overflow-x: hidden;
  }
}
.frame.frame-type-text img {
  height: auto;
  max-width: 100%;
}
.frame.frame-type-text h3.big-headline {
  font-family: 'VagRoundedLight';
  font-size: 3em;
  line-height: 1.2em;
  letter-spacing: 0.025em;
  color: #333333;
  margin: 0 0 1em 0!important;
  padding: 0;
  width: 100%;
}
.frame.frame-type-text h3.green-headline {
  color: #82C828 !important;
}
.frame.frame-bg-grey:not(.frame-type-list) h3,
.frame.frame-bg-dark-grey:not(.frame-type-list) h3,
.frame.frame-bg-box1-grey:not(.frame-type-list) h3,
.frame.frame-bg-box2-grey:not(.frame-type-list) h3,
.frame.frame-bg-box3-grey:not(.frame-type-list) h3 {
  margin: 0;
  padding: 0;
  color: #333333;
  font-size: 1.8em;
  font-family: 'VagRoundedBold';
  letter-spacing: 0.025em;
  line-height: 1.2em;
}
.frame.frame-bg-grey:not(.frame-type-list) h2,
.frame.frame-bg-dark-grey:not(.frame-type-list) h2,
.frame.frame-bg-box1-grey:not(.frame-type-list) h2,
.frame.frame-bg-box2-grey:not(.frame-type-list) h2,
.frame.frame-bg-box3-grey:not(.frame-type-list) h2 {
  color: #82C828;
  margin-bottom: 0.875em;
}
.frame.frame-type-image.frame-space-before-medium {
  padding-top: 13em;
}
.frame.frame-type-image.frame-space-before-small {
  padding-top: 6em;
}
.frame .white-box {
  background: #ffffff;
  border: 1px solid #D6D6D6;
  padding: 30px 50px 50px;
}
.frame .white-box ul {
  margin-left: 0;
}
.frame .white-box ul li {
  font-size: 1.8em;
  letter-spacing: 0.025px;
  margin-bottom: 10px;
}
.frame .white-box ul li:last-child {
  margin-bottom: 0;
}
.frame .white-box ul li ul {
  font-size: 1em;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .frame .white-box {
    margin: 3em 1.5em 0 1.5em;
    width: calc(100% - 30px);
  }
}
.frame .white-box-right .col1 {
  padding-right: 30px;
}
.frame .white-box-right .col2 {
  margin-left: 15px!important;
}
@media (min-width: 768px) {
  .frame .white-box-right .col2 {
    margin-left: 30px!important;
    width: calc(50% - 45px);
  }
}
@media (max-width: 767px) {
  .frame .white-box-right .col-sm-12 {
    margin-top: 2em;
  }
}
@media (max-width: 991px) {
  .frame .white-box-right .white-box {
    margin: 1em 15px;
  }
}
.frame .white-box-right .white-box img {
  height: auto;
  max-width: 100%;
}
.frame .white-box-full {
  border: 1px solid #D6D6D6;
  padding: 30px 0;
  margin: 0;
}
@media (max-width: 768px) {
  .frame .white-box-full {
    /*            padding: 50px 20px;
*/
  }
}
.frame .white-box-full .frame.container.frame-type-text ul {
  margin-left: 0;
}
.frame .white-box-full h2 {
  margin-top: 0!important;
}
/************************
   TABLES
    ************************/
.simple-table {
  margin-top: 1.5em;
  margin-bottom: 4em  ;
  width: auto;
}
.simple-table tr td {
  font-size: 1.8em;
  line-height: 1.6em;
  letter-spacing: 0.025em;
  padding-right: 60px;
}
.grey-content-table {
  background-color: #F2F2F2;
  padding: 30px ;
  font-family: 'VagRoundedLight';
}
.grey-content-table thead th,
.grey-content-table thead td {
  padding-top: 30px;
}
.grey-content-table tbody {
  padding: 0 30px;
}
.grey-content-table tr td,
.grey-content-table tr th {
  font-size: 1.4em;
  line-height: 2em;
  letter-spacing: 0.05em;
  padding-right: 60px;
}
.grey-content-table tr td:first-child,
.grey-content-table tr th:first-child {
  padding-right: 120px;
  padding-left: 0;
}
.grey-content-table tr td:last-child,
.grey-content-table tr th:last-child {
  padding-right: 0;
}
/************************
   RTE Classes
    ************************/
.frame-dark-text *,
.dark-text {
  color: #333333 !important;
}
.spacer {
  height: 4em;
}
@media (min-width: 768px) {
  .spacer {
    height: 6em;
  }
}
@media (min-width: 992px) {
  .spacer {
    height: 8em;
  }
}
.spacer.quarter-spacer {
  height: 1.5em;
}
@media (min-width: 992px) {
  .spacer.quarter-spacer {
    height: 2em;
  }
}
p.no-margin-bottom {
  margin-bottom: 0!important;
}
p.small-grey {
  color: #9D9D9D;
  font-family: 'VagRoundedThin';
  font-size: 1.4em;
  letter-spacing: 0.075em;
  line-height: 1.2em;
  margin: 0.3em 0 1em 0;
}
ul.small-grey li {
  color: #9D9D9D;
  font-family: 'VagRoundedThin';
  font-size: 1.4em !important;
  letter-spacing: 0.075em !important;
  line-height: 1.2em !important;
  margin: 0.3em 0 0.3em 0;
}
p.middle-grey {
  color: #6B6B6B;
  font-size: 1.5em;
  letter-spacing: 0.1em;
  margin-top: 0.1em;
}
a.margin-right {
  display: inline-block;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  a.margin-right {
    margin-bottom: 1em;
  }
}
a.infoText {
  position: relative;
  font-size: 1.4em;
  line-height: 1.4em;
  display: inline-block;
  margin-left: 25px;
}
a.infoText:before {
  content: '';
  display: inline-block;
  /*margin-right: 15px;*/
  top: 0px;
  left: -25px;
  background-image: url('../images/icon_info_form.svg');
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
}
a.infoText.light {
  color: #9D9D9D;
  font-size: 1.4em;
  letter-spacing: 0.025em;
}
a.infoText.bg-grey {
  width: 100%;
  padding: 25px 25px 25px 65px ;
  background-color: #F2F2F2;
  margin-left: 0;
}
a.infoText.bg-grey:before {
  top: 26px;
  left: 25px;
}
p a.infoText {
  font-size: 0.8em;
}
p.small-dark {
  color: #333333 !important;
  font-size: 1.4em !important;
}
h3.medium-headline {
  font-size: 2.2em !important;
}
h3.small-headline {
  font-size: 1.4em !important;
  font-family: 'VagRoundedBold';
  letter-spacing: 0.2em !important;
  line-height: 1.2em !important;
  text-transform: uppercase;
}
p.small-white {
  color: #ffffff;
  display: block;
  margin: 0 0 5px 0;
  font-size: 1.2em;
  letter-spacing: 0.15em;
  line-height: 1.2em;
}
@media (min-width: 1100px) {
  p.small-white {
    font-size: 1.4em;
  }
}
h2.small-headline {
  font-size: 3em!important;
}
h2.infoText {
  color: #494949 !important;
  position: relative;
  font-size: 1.6em;
  font-family: 'VagRoundedBold';
  letter-spacing: 0.08em;
  line-height: 1.4em;
  /*letter-spacing: 0.05em;*/
  display: inline-block;
  margin-left: 25px;
  margin-bottom: 15px;
}
h2.infoText:before {
  content: '';
  display: inline-block;
  /*margin-right: 15px;*/
  top: 0px;
  left: -25px;
  background-image: url('../images/icon_info_form.svg');
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
}
p span.small-grey {
  color: #5C5C5C;
  font-size: 0.8em;
}
p span.small-grey.light {
  color: #9D9D9D;
}
p span.small-grey.block {
  display: inline-block;
  line-height: 1.6em;
}
td.grey-cell {
  color: #9D9D9D !important;
}
td.green-cell {
  color: #82C828 !important;
}
hr.small-margin {
  margin-top: 1em;
  margin-bottom: 1em;
}
.ce-image.ce-right {
  text-align: right;
}
.frame-anchor-block {
  background: transparent;
  display: block;
  position: relative;
  overflow: hidden;
  top: -200px;
  visibility: hidden;
  width: 1px;
  height: 1px;
}
/************************
    FONT SIZES
    ************************/
@media (max-width: 1550px) {
  body p {
    font-size: 1.6em;
  }
}
@media (max-width: 992px) {
  body p {
    font-size: 1.4em;
  }
}
@media (max-width: 1550px) {
  body p.middle-grey {
    font-size: 1.3em !important;
  }
}
@media (max-width: 992px) {
  body p.middle-grey {
    font-size: 1.15em !important;
  }
}
@media (max-width: 1550px) {
  body h2 {
    font-size: 3.5em;
  }
}
@media (max-width: 992px) {
  body h2 {
    font-size: 2.7em;
  }
}
@media (max-width: 1550px) {
  body h2.small-headline {
    font-size: 2.6em !important;
  }
}
@media (max-width: 992px) {
  body h2.small-headline {
    font-size: 2.3em !important;
  }
}
@media (max-width: 1550px) {
  body .tarifWahlC .mainHeader {
    font-size: 3.5em;
  }
}
@media (max-width: 992px) {
  body .tarifWahlC .mainHeader {
    font-size: 2.7em;
  }
}
@media (max-width: 1550px) {
  body .infoHalfBlockC .infoHalfBlock ul li {
    font-size: 1.6em;
  }
}
@media (max-width: 992px) {
  body .infoHalfBlockC .infoHalfBlock ul li {
    font-size: 1.4em;
  }
}
body .infoHalfBlockC .infoHalfBlock p {
  /*        .pricePerkWH{
          @media (max-width: @screen-big-xs){
            font-size: @fontsize-22-bigxs;
          }
          @media (max-width: @screen-md){
            font-size: @fontsize-22-md;
          }
        }
        .priceEUR{
          @media (max-width: @screen-big-xs){
            font-size: @fontsize-32-bigxs;
          }
          @media (max-width: @screen-md){
            font-size: @fontsize-32-md;
          }        
        }
        .priceUst{
          @media (max-width: @screen-big-xs){
            font-size: @fontsize-13-bigxs;
          }
          @media (max-width: @screen-md){
            font-size: @fontsize-13-md;
          }        
        }*/
}
@media (max-width: 1550px) {
  body .infoHalfBlockC .infoHalfBlock p {
    font-size: 1.6em;
  }
}
@media (max-width: 992px) {
  body .infoHalfBlockC .infoHalfBlock p {
    font-size: 1.4em;
  }
}
@media (max-width: 1550px) {
  body .infoHalfBlockC .infoHalfBlock h2 {
    font-size: 3.5em;
  }
}
@media (max-width: 992px) {
  body .infoHalfBlockC .infoHalfBlock h2 {
    font-size: 2.7em;
  }
}
@media (max-width: 1550px) {
  body .frame .white-box ul li {
    font-size: 1.6em;
  }
}
@media (max-width: 992px) {
  body .frame .white-box ul li {
    font-size: 1.4em;
  }
}
@media (max-width: 1550px) {
  body .image-block .image-block-text-container h2 {
    font-size: 3.5em;
  }
}
@media (max-width: 992px) {
  body .image-block .image-block-text-container h2 {
    font-size: 2.7em;
  }
}
@media (max-width: 1550px) {
  body .frame.container.frame-type-gridelements_pi1 .teaser-box-image-block > div .teaser-box-image-block-positioner h3 {
    font-size: 1.9em;
  }
}
@media (max-width: 992px) {
  body .frame.container.frame-type-gridelements_pi1 .teaser-box-image-block > div .teaser-box-image-block-positioner h3 {
    font-size: 1.7em;
  }
}
@media (max-width: 1550px) {
  body .frame.container.frame-type-gridelements_pi1 .teaser-box-image-block > div h3.big-headline {
    font-size: 1.9em;
  }
}
@media (max-width: 992px) {
  body .frame.container.frame-type-gridelements_pi1 .teaser-box-image-block > div h3.big-headline {
    font-size: 1.7em;
  }
}
@media (max-width: 1550px) {
  body .frame.container.frame-type-gridelements_pi1 h3.big-headline {
    font-size: 1.9em;
  }
}
@media (max-width: 992px) {
  body .frame.container.frame-type-gridelements_pi1 h3.big-headline {
    font-size: 1.7em;
  }
}
@media (max-width: 1550px) {
  body .frame.container.frame-type-text h3 {
    font-size: 1.6em;
  }
}
@media (max-width: 992px) {
  body .frame.container.frame-type-text h3 {
    font-size: 1.4em;
  }
}
@media (max-width: 1550px) {
  body .frame.container.frame-type-text ul li {
    font-size: 1.6em;
  }
}
@media (max-width: 992px) {
  body .frame.container.frame-type-text ul li {
    font-size: 1.4em;
  }
}
@media (max-width: 1550px) {
  body .frame.container.frame-type-list .article .news-list-date {
    font-size: 1.6em;
  }
}
@media (max-width: 992px) {
  body .frame.container.frame-type-list .article .news-list-date {
    font-size: 1.4em;
  }
}
@media (max-width: 1550px) {
  body .frame.frame-type-gridelements_pi1 .frame-type-text table td {
    font-size: 1.6em;
  }
}
@media (max-width: 992px) {
  body .frame.frame-type-gridelements_pi1 .frame-type-text table td {
    font-size: 1.4em;
  }
}
@media (max-width: 1550px) {
  body .frame.frame-type-gridelements_pi1 .frame-type-text ul li {
    font-size: 1.6em;
  }
}
@media (max-width: 992px) {
  body .frame.frame-type-gridelements_pi1 .frame-type-text ul li {
    font-size: 1.4em;
  }
}
@media (max-width: 1550px) {
  body .threeSectionBlockC .threeSectionBlock h2 {
    font-size: 3.5em;
  }
}
@media (max-width: 992px) {
  body .threeSectionBlockC .threeSectionBlock h2 {
    font-size: 2.7em;
  }
}
@media (max-width: 1550px) {
  body .threeSectionBlockC .threeSectionBlock h2.small-headline {
    font-size: 1.9em;
  }
}
@media (max-width: 992px) {
  body .threeSectionBlockC .threeSectionBlock h2.small-headline {
    font-size: 1.7em;
  }
}
@media (max-width: 1550px) {
  body .threeSectionBlockC .threeSectionBlock p {
    font-size: 1.4em;
  }
}
@media (max-width: 992px) {
  body .threeSectionBlockC .threeSectionBlock p {
    font-size: 1.2em;
  }
}
@media (max-width: 1550px) {
  body .threeSectionBlockC .threeSectionBlock .bigLine {
    font-size: 10.6em;
  }
}
@media (max-width: 992px) {
  body .threeSectionBlockC .threeSectionBlock .bigLine {
    font-size: 9.3em;
  }
}
@media (max-width: 1550px) {
  body .slideDownFullWidthOuterC .slideDownC .slideDownHeader h2 {
    font-size: 2.6em;
  }
}
@media (max-width: 992px) {
  body .slideDownFullWidthOuterC .slideDownC .slideDownHeader h2 {
    font-size: 2.3em;
  }
}
@media (max-width: 1550px) {
  body .slideDownFullWidthOuterC .slideDownC .slideDownHeader p {
    font-size: 1.6em;
  }
}
@media (max-width: 992px) {
  body .slideDownFullWidthOuterC .slideDownC .slideDownHeader p {
    font-size: 1.4em;
  }
}
@media (max-width: 1550px) {
  body .slideDownFullWidthOuterC .slideDownC .slideDownContent p {
    font-size: 1.6em;
  }
}
@media (max-width: 992px) {
  body .slideDownFullWidthOuterC .slideDownC .slideDownContent p {
    font-size: 1.4em;
  }
}
@media (max-width: 1550px) {
  body .slideDownFullWidthOuterC .slideDownC .slideDownContent.bottomSlideDownContent .frame-type-gridelements_pi1 .frame-type-text h3.big-headline {
    font-size: 1.9em;
  }
}
@media (max-width: 992px) {
  body .slideDownFullWidthOuterC .slideDownC .slideDownContent.bottomSlideDownContent .frame-type-gridelements_pi1 .frame-type-text h3.big-headline {
    font-size: 1.7em;
  }
}
@media (max-width: 1550px) {
  body .slideDownFullWidthOuterC .slideDownContent p {
    font-size: 1.6em;
  }
}
@media (max-width: 992px) {
  body .slideDownFullWidthOuterC .slideDownContent p {
    font-size: 1.4em;
  }
}
@media (max-width: 1550px) {
  body .slideDownOuterC .slideDownC .slideDownHeader h2 {
    font-size: 2.6em;
  }
}
@media (max-width: 992px) {
  body .slideDownOuterC .slideDownC .slideDownHeader h2 {
    font-size: 2.3em;
  }
}
@media (max-width: 1550px) {
  body .slideDownOuterC .slideDownC .slideDownHeader h3 {
    font-size: 1.6em;
  }
}
@media (max-width: 992px) {
  body .slideDownOuterC .slideDownC .slideDownHeader h3 {
    font-size: 1.4em;
  }
}
@media (max-width: 1550px) {
  body .slideDownOuterC .slideDownC .slideDownHeader table thead th {
    font-size: 1.2em;
  }
}
@media (max-width: 992px) {
  body .slideDownOuterC .slideDownC .slideDownHeader table thead th {
    font-size: 1.05em;
  }
}
@media (max-width: 1550px) {
  body .slideDownOuterC .slideDownC .slideDownHeader table tbody td {
    font-size: 1.6em;
  }
}
@media (max-width: 992px) {
  body .slideDownOuterC .slideDownC .slideDownHeader table tbody td {
    font-size: 1.4em;
  }
}
@media (max-width: 1550px) {
  body .slideDownOuterC .slideDownC .slideDownHeader p.middle-grey {
    font-size: 1.2em;
  }
}
@media (max-width: 992px) {
  body .slideDownOuterC .slideDownC .slideDownHeader p.middle-grey {
    font-size: 1.05em;
  }
}
@media (max-width: 1550px) {
  body .slideDownOuterC .slideDownC .slideDownHeader p.small-grey {
    font-size: 1.2em;
  }
}
@media (max-width: 992px) {
  body .slideDownOuterC .slideDownC .slideDownHeader p.small-grey {
    font-size: 1.05em;
  }
}
@media (max-width: 1550px) {
  body .slideDownOuterC .slideDownC .slideDownContent p {
    font-size: 1.6em;
  }
}
@media (max-width: 992px) {
  body .slideDownOuterC .slideDownC .slideDownContent p {
    font-size: 1.4em;
  }
}
@media (max-width: 1550px) {
  body .slideDownOuterC .slideDownC .slideDownContent p.small-grey {
    font-size: 1.2em;
  }
}
@media (max-width: 992px) {
  body .slideDownOuterC .slideDownC .slideDownContent p.small-grey {
    font-size: 1.05em;
  }
}
@media (max-width: 1550px) {
  body .slideDownOuterC .slideDownC .slideDownContent .innerSlideDownC .innerSlideDownTab .innerSlideDownHeader p {
    font-size: 1.9em;
  }
}
@media (max-width: 992px) {
  body .slideDownOuterC .slideDownC .slideDownContent .innerSlideDownC .innerSlideDownTab .innerSlideDownHeader p {
    font-size: 1.7em;
  }
}
@media (max-width: 1550px) {
  body .slideDownOuterC .slideDownC .slideDownContent .innerSlideDownC .innerSlideDownTab .innerSlideDownContent p {
    font-size: 1.6em;
  }
}
@media (max-width: 992px) {
  body .slideDownOuterC .slideDownC .slideDownContent .innerSlideDownC .innerSlideDownTab .innerSlideDownContent p {
    font-size: 1.4em;
  }
}
@media (max-width: 1550px) {
  body .slideDownOuterC .slideDownC .slideDownContent .innerSlideDownC .innerSlideDownTab .innerSlideDownContent .green-price {
    font-size: 2.3em;
  }
}
@media (max-width: 992px) {
  body .slideDownOuterC .slideDownC .slideDownContent .innerSlideDownC .innerSlideDownTab .innerSlideDownContent .green-price {
    font-size: 2em;
  }
}
@media (max-width: 1550px) {
  body .slideDownOuterC .slideDownC .slideDownContent h4 {
    font-size: 1.2em;
  }
}
@media (max-width: 992px) {
  body .slideDownOuterC .slideDownC .slideDownContent h4 {
    font-size: 1.05em;
  }
}
@media (max-width: 1550px) {
  body .slideDownOuterC .slideDownC .slideDownContent h3 {
    font-size: 1.6em;
  }
}
@media (max-width: 992px) {
  body .slideDownOuterC .slideDownC .slideDownContent h3 {
    font-size: 1.4em;
  }
}
@media (max-width: 1550px) {
  body .slideDownOuterC .slideDownC .slideDownContent h3.big-headline {
    font-size: 1.9em;
  }
}
@media (max-width: 992px) {
  body .slideDownOuterC .slideDownC .slideDownContent h3.big-headline {
    font-size: 1.7em;
  }
}
@media (max-width: 1550px) {
  body .slideDownOuterC .slideDownC .slideDownContent ul li {
    font-size: 1.6em;
  }
}
@media (max-width: 992px) {
  body .slideDownOuterC .slideDownC .slideDownContent ul li {
    font-size: 1.4em;
  }
}
@media (max-width: 1550px) {
  body .slideDownOuterC .slideDownC .slideDownContent table tbody td {
    font-size: 1.6em;
  }
}
@media (max-width: 992px) {
  body .slideDownOuterC .slideDownC .slideDownContent table tbody td {
    font-size: 1.4em;
  }
}
@media (max-width: 1550px) {
  body .management-block .managementInfo h3 {
    font-size: 1.9em;
  }
}
@media (max-width: 992px) {
  body .management-block .managementInfo h3 {
    font-size: 1.7em;
  }
}
@media (max-width: 1550px) {
  body .management-block .managementInfo p {
    font-size: 1.6em;
  }
}
@media (max-width: 992px) {
  body .management-block .managementInfo p {
    font-size: 1.4em;
  }
}
@media (max-width: 1550px) {
  body .management-block .managementInfo p.small-dark {
    font-size: 1.2em;
  }
}
@media (max-width: 992px) {
  body .management-block .managementInfo p.small-dark {
    font-size: 1.05em;
  }
}
@media (max-width: 1550px) {
  body p.small-grey {
    font-size: 1.2em !important;
  }
}
@media (max-width: 992px) {
  body p.small-grey {
    font-size: 1.05em !important;
  }
}
@media (max-width: 1550px) {
  body .teaser-box-text-block p {
    font-size: 1.3em;
  }
}
@media (max-width: 992px) {
  body .teaser-box-text-block p {
    font-size: 1.15em;
  }
}
@media (max-width: 1550px) {
  body .teaser-box-image-block > div .teaser-box-image-block-positioner .small-white {
    font-size: 1.2em;
  }
}
@media (max-width: 992px) {
  body .teaser-box-image-block > div .teaser-box-image-block-positioner .small-white {
    font-size: 1.05em;
  }
}
@media (max-width: 1550px) {
  body .dark-arrow-redirect {
    font-size: 1.3em;
  }
}
@media (max-width: 992px) {
  body .dark-arrow-redirect {
    font-size: 1.15em;
  }
}
@media (max-width: 1550px) {
  body .history-block .year {
    font-size: 7.1em;
  }
}
@media (max-width: 992px) {
  body .history-block .year {
    font-size: 6.2em;
  }
}
@media (max-width: 1550px) {
  .teaser-box-text-block h2 {
    font-size: 2.6em;
  }
}
@media (max-width: 992px) {
  .teaser-box-text-block h2 {
    font-size: 2.3em;
  }
}
/************************
    MIXED
    ************************/
@media (max-width: 768px) {
  .quicklinks .teaser-box-text-block {
    height: auto;
    margin-bottom: 30px;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/************************
    GENERAL
    ************************/
* {
  margin: 0;
  padding: 0;
}
html {
  height: 100%;
  font-size: 62.5%;
}
body {
  background: #333333;
  color: #333333;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  font-size: 1em;
  font-weight: normal;
  font-family: 'VagRoundedLight';
  overflow-x: hidden;
  -ms-overflow-style: scrollbar;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
table tr.border-bottom-grey {
  border-bottom: 1px solid #d2d2d2;
}
table tr.border-bottom-dark-grey {
  border-bottom: 1px solid #333333;
}
.clear {
  clear: both;
  width: 0;
  height: 0;
  font-size: 0;
  overflow: hidden;
}
.hide {
  display: none;
}
img,
a img {
  border: 0 none;
}
a:focus,
input:focus,
select:focus,
option:focus,
textarea:focus,
button:focus {
  outline: none;
}
a {
  text-decoration: none;
  color: #82C828;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
a:hover {
  color: #333333;
  cursor: pointer;
  text-decoration: none;
}
a:focus {
  color: #82C828;
  text-decoration: none;
}
h2 {
  font-weight: normal;
  font-size: 4em;
  line-height: 1.2em;
  letter-spacing: 0.05em;
  margin: 0;
}
h3 {
  color: #82C828;
  font-weight: normal;
  font-size: 1.6em;
  letter-spacing: 1px;
}
p {
  color: #333333;
  font-weight: 300;
  font-size: 1.8em;
  line-height: 1.6em;
  margin-bottom: 2em;
}
ul {
  margin: 0;
}
ul li {
  /*        font-size: 1.6em;
        */
}
ul li p {
  /*            font-size: 1em;
            */
}
ul.dashList {
  margin-left: 25px;
}
ul.dashList li {
  font-size: 1.8em;
  list-style: none;
  text-indent: -5px;
  letter-spacing: 0.025em;
}
ul.dashList li:before {
  content: '–';
  display: inline-block;
  -webkit-transform: translate(-15px, 0%);
  -moz-transform: translate(-15px, 0%);
  -ms-transform: translate(-15px, 0%);
  -o-transform: translate(-15px, 0%);
  transform: translate(-15px, 0%);
  position: relative;
}
ul.dashList li.ulLi:before {
  /*content: '–';*/
  display: none;
  /*.transform (translate( -15px, 0%));*/
  /*position: relative;*/
}
ul.dashList .dashListSub {
  margin-left: 30px;
  display: inline-block;
}
ul.dashList .dashListSub li {
  line-height: 1em;
  font-size: 1em;
}
ul.dashList .dashListSub li:before {
  content: '-';
  display: inline-block;
  -webkit-transform: translate(-15px, 0%);
  -moz-transform: translate(-15px, 0%);
  -ms-transform: translate(-15px, 0%);
  -o-transform: translate(-15px, 0%);
  transform: translate(-15px, 0%);
  position: relative;
}
strong {
  font-family: "VagRoundedBold";
  letter-spacing: 0.05em;
}
/*
ol{
    li{
        font-size: 1.6em;
        p{
            font-size: 1em;
        }
    }
}*/
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .row-eq-height {
    display: -webkit-flex;
    /* Safari */
    -webkit-flex-wrap: wrap;
    /* Safari 6.1+ */
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 1400px) {
}
select::-ms-expand {
  display: none;
}
/* container */
#container {
  background: #ffffff;
  /*max-width: 168em;*/
  margin: 0 auto;
}
#container.menuOpen .burger {
  position: fixed;
}
#container.menuOpen .overlay {
  pointer-events: all;
}
.section {
  float: left;
  position: relative;
}
.button {
  border: 2px solid #ffffff;
  border-radius: 2rem;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.4rem;
  letter-spacing: 0.2rem;
  padding: 1.2rem 2.5rem 1rem;
  text-align: center;
  text-transform: uppercase;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.button.button-transparent-white {
  border: 2px solid #ffffff;
  background: transparent;
  color: #ffffff;
}
.button.button-transparent-white:hover {
  background: #ffffff;
  color: #82C828;
}
.button.button-transparent-green {
  border: 2px solid #82C828;
  background: transparent;
  color: #82C828;
}
.button.button-transparent-green:hover {
  background: #82C828;
  color: #ffffff;
}
.button.button-white {
  border: 2px solid #ffffff;
  background: transparent;
  color: #333333;
}
.button.button-white:hover {
  background: #ffffff;
  color: #82C828;
}
.button.button-white-green {
  border: 2px solid #82C828;
  background: white;
  color: #82C828;
}
.button.button-white-green:hover {
  background: #82C828;
  color: white;
}
.button.button-green-white {
  border: 2px solid #82C828;
  background: #82C828;
  color: white;
}
.button.button-green-white:hover {
  background: white;
  color: #82C828;
}
.button.button-green {
  background: #82C828;
  border: 0;
  color: white;
}
.button.button-green:hover {
  background: white;
  color: #82C828;
}
.button.button-white-green-arrow {
  position: relative;
  border: 2px solid #82C828;
  background: white;
  color: #82C828;
}
.button.button-white-green-arrow span {
  margin-right: 10px;
}
.button.button-white-green-arrow span::after {
  content: '';
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  background: url('../images/arrow_button_down_green.svg');
  width: 9px;
  height: 5px;
  display: block;
}
.button.button-white-green-arrow:hover {
  background: #82C828;
  color: white;
}
.button.button-white-green-arrow:hover span::after {
  background: url('../images/arrow_button_down_white.svg');
}
.button.button-download-green {
  position: relative;
  border: 2px solid #82C828;
  background: white;
  color: #82C828;
  padding: 1.35rem 2.5rem 1.15rem 4rem;
}
.button.button-download-green::before {
  content: '';
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  background: url('../images/download_icon.svg') no-repeat;
  width: 10px;
  height: 11px;
  display: block;
}
.button.button-download-green:hover {
  background: #82C828;
  color: white;
}
.button.button-download-green:hover::before {
  background: url('../images/download_icon_weiss.svg') no-repeat;
}
.button.disabled {
  color: gray;
  background: white;
  border-color: gray;
  pointer-events: none;
}
.button.button-download {
  padding: 0.85em 2.5em 0.65em 3.5em !important;
  position: relative;
}
.button.button-download:before {
  content: '';
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  background: url('../images/icon_button_download.svg') no-repeat;
  width: 12px;
  height: 13px;
  display: block;
}
.button.button-download:hover::before {
  background: url('../images/download_icon.svg') no-repeat;
} 
.button.button-play {
  padding: 0.85em 2.5em 0.65em 3.5em !important;
  position: relative;
}
.button.button-play:before {
  content: '';
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  background: url('../images/play_video.svg') no-repeat;
  width: 16px;
  height: 16px;
  display: block;
}
.button-contact {
  display: inline-block;
}
.uppercase {
  text-transform: uppercase;
}
.green-check-list > li {
  margin-left: 25px;
  padding-left: 10px;
  list-style-image: url('../images/arrow_bullet_green.svg') !important;
}
.green-check-list > li:before {
  display: none!important;
}
.green-check-list > li ul {
  font-size: 1em;
  letter-spacing: 0.025em;
  line-height: 1.4em;
  margin-left: 25px;
}
.green-check-list > li ul li {
  font-size: 1em;
  text-indent: -5px;
  list-style: none;
}
.green-check-list > li ul li:before {
  content: '–';
  display: inline-block;
  -webkit-transform: translate(-15px, 0%);
  -moz-transform: translate(-15px, 0%);
  -ms-transform: translate(-15px, 0%);
  -o-transform: translate(-15px, 0%);
  transform: translate(-15px, 0%);
  position: relative;
}
.green-arrow-list li {
  z-index: 10;
  margin-left: 25px;
  padding-left: 0px;
  list-style-image: url('../images/arrow_download_green.svg');
}
.green-arrow-list li:hover {
  /*display: none;*/
  list-style-image: url('../images/arrow_download_grey.svg');
}
.green-arrow-list li:hover a {
  color: #333333;
}
.green-arrow-list.alignLeft li {
  margin-left: 20px;
}
.clearUL li {
  list-style: none;
}
a.green-arrow-download {
  font-family: "VagRoundedBold";
  font-size: 1.4rem;
  line-height: 1.6em;
  letter-spacing: 0.2em;
  display: inline-block;
  margin-bottom: 0.6em;
  padding-left: 30px;
  position: relative;
  text-transform: uppercase;
  width: auto;
}
a.green-arrow-download:before {
  content: '';
  background-image: url('../images/arrow_download_green.svg');
  position: relative;
  display: inline-block;
  height: 13px;
  width: 20px;
  background-repeat: no-repeat;
  position: absolute;
  top: 4px;
  left: 0;
}
a.green-arrow-download:hover:before {
  background-image: url('../images/download_icon_mouseover.svg');
}
a.green-arrow-download:focus:before {
  background-image: url('../images/arrow_download_green.svg');
} 
a.green-arrow-redirect {
  font-family: "VagRoundedBold";
  font-size: 1.4rem;
  line-height: 1.6em;
  letter-spacing: 0.2em;
  display: inline-block;
  margin-bottom: 0.6em;
  padding-left: 30px;
  position: relative;
  text-transform: uppercase;
  width: auto;
}
a.green-arrow-redirect:before {
  content: '';
  background-image: url('../images/link_icon.svg');
  background-repeat: no-repeat;
  left: 0;
  position: absolute;
  display: inline-block;
  height: 10px;
  top: 5px;
  width: 10px;
}
a.green-arrow-redirect:hover:before {
  background-image: url('../images/link_icon_mouseover.svg');
}
a.green-arrow-redirect:focus:before {
  background-image: url('../images/link_icon.svg');
} 
a.green-arrow-redirect.scrollUp {
  margin-left: 1em;
}
.dark-arrow-redirect {
  margin-bottom: 0px;
  display: inline-block;
  font-size: 1.5em;
  letter-spacing: 0.1em;
}
.dark-arrow-redirect:before {
  content: ' ';
  background-image: url('../images/sitemap_link.svg');
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 10px;
}
a.print-icon-link {
  font-family: "VagRoundedBold";
  font-size: 1.4rem;
  line-height: 1.6em;
  letter-spacing: 0.2em;
  display: inline-block;
  margin-bottom: 0.6em;
  padding-left: 35px;
  position: relative;
  text-transform: uppercase;
  width: auto;
}
a.print-icon-link:before {
  content: '';
  background-image: url('../images/print_icon.svg');
  display: inline-block;
  height: 19px;
  width: 22px;
  background-repeat: no-repeat;
  /*        background-size: contain;
*/
  position: absolute;
  top: 1px;
  left: 0;
}
a.print-icon-link:hover:before {
  background-image: url('../images/print_icon_hover.svg');
}
a.print-icon-link:focus:before {
  background-image: url('../images/print_icon.svg');
} 
.tx-estmk-jobs .container a.print-icon-link {
  float: right;
  margin-top: 10px;
}
.tx-estmk-jobs .container h3 {
  margin-bottom: 10px !important;
}
.tx-estmk-jobs .jobs-wrapper {
  margin-top: 2rem;
}
.tx-estmk-jobs #jobs-filter-form label {
  display: block;
  font-weight: normal;
  font-size: 1.6em;
  letter-spacing: 0.05em;
  margin-top: 5px;
  margin-bottom: 10px;
  width: 100%;
}
.tx-estmk-jobs #jobs-filter-form .selectC {
  margin-bottom: 0;
  position: relative;
  text-align: left;
}
.tx-estmk-jobs #jobs-filter-form .selectC .help-block.form-error {
  margin-top: -20px;
  margin-bottom: 40px;
  text-align: center;
}
.tx-estmk-jobs #jobs-filter-form .selectC.has-error select {
  border-color: #b94a48 !important;
}
.tx-estmk-jobs #jobs-filter-form .selectC .prettydropdown {
  height: 43px!important;
  margin-bottom: 25px;
  padding-left: 0!important;
  width: 100%!important;
  z-index: 150;
}
.tx-estmk-jobs #jobs-filter-form .selectC .prettydropdown.has-error {
  height: 70px!important;
}
.tx-estmk-jobs #jobs-filter-form .selectC .prettydropdown.has-error ul {
  border-color: #b94a48;
}
.tx-estmk-jobs #jobs-filter-form .selectC ul {
  background: #ffffff;
  border: 1px solid #D6D6D6;
  box-shadow: none;
  margin-left: 0;
  margin-bottom: 0;
  outline: none!important;
  width: calc(100%);
  z-index: 150;
}
.tx-estmk-jobs #jobs-filter-form .selectC ul li {
  background: #ffffff;
  color: #333333;
  height: auto;
  font-size: 1.4rem;
  font-family: 'VagRoundedLight';
  line-height: 13px;
  outline: none!important;
  padding: 16px 20px 14px;
  width: calc(100%) !important;
  z-index: 150;
}
.tx-estmk-jobs #jobs-filter-form .selectC ul li:focus {
  border: 1px solid #82C828;
  outline: none!important;
}
.tx-estmk-jobs #jobs-filter-form .selectC ul li.nohover {
  color: #333333 !important;
  background: #ffffff !important;
}
.tx-estmk-jobs #jobs-filter-form .selectC ul li:hover {
  color: #333333 !important;
  background: #ffffff !important;
}
.tx-estmk-jobs #jobs-filter-form .selectC ul li.selected {
  background: #ffffff;
}
.tx-estmk-jobs #jobs-filter-form .selectC ul li.selected:before {
  display: none;
}
.tx-estmk-jobs #jobs-filter-form .selectC ul li.selected:after {
  content: " ";
  background: url('../images/arrow_button_down_grey.png') no-repeat center center;
  border: 1px solid #D6D6D6;
  content: '';
  display: block;
  height: 4.5rem;
  margin: 0;
  position: absolute;
  right: 0;
  top: -1px;
  width: 4rem;
}
.tx-estmk-jobs #jobs-filter-form .selectC ul li span.checked {
  display: none!important;
}
.tx-estmk-jobs #jobs-filter-form .selectC ul li.disabled {
  cursor: pointer;
  opacity: 1;
}
.tx-estmk-jobs #jobs-filter-form .selectC ul.active {
  top: auto !important;
  bottom: -48px !important;
}
.tx-estmk-jobs #jobs-filter-form .selectC ul.active li {
  padding: 10px 20px;
}
.tx-estmk-jobs #jobs-filter-form .selectC ul.active li:first-child:after {
  display: none;
}
.tx-estmk-jobs #jobs-filter-form .selectC ul.active li.selected:first-child:after {
  display: none;
}
.tx-estmk-jobs #jobs-filter-form .selectC ul.active li.selected:after {
  display: none;
}
.tx-estmk-jobs #jobs-filter-form .selectC ul.active li:hover {
  color: #82C828 !important;
}
.tx-estmk-jobs #jobs-filter-form .selectC ul.active li:first-child {
  padding-top: 16px;
}
.tx-estmk-jobs #jobs-filter-form .selectC ul.active li:last-child {
  padding-bottom: 14px;
}
.tx-estmk-jobs #jobs-filter-form .selectC ul.active.reverse {
  top: auto;
  bottom: -48px;
}
.tx-estmk-jobs #jobs-filter-form .selectC ul:not(.active) li:first-child:after {
  content: " ";
  background: url('../images/arrow_button_down_grey.png') no-repeat center center;
  border: 1px solid #D6D6D6;
  content: '';
  display: block;
  height: 4.5rem;
  margin: 0;
  position: absolute;
  right: 0;
  top: -1px;
  width: 4rem;
}
.tx-estmk-jobs #jobs-filter-form .selectC ul:not(.active) li.selected {
  padding-top: 16px;
  padding-bottom: 14px;
}
.tx-estmk-jobs #jobs-filter-form .selectC ul:not(.active) li.selected:after {
  content: " ";
  background: url('../images/arrow_button_down_grey.png') no-repeat center center;
  border: 1px solid #D6D6D6;
  content: '';
  display: block;
  height: 4.5rem;
  margin: 0;
  position: absolute;
  right: 0;
  top: -1px;
  width: 4rem;
}
.tx-estmk-jobs #jobs-filter-form .selectArrow {
  border-color: #D6D6D6;
}
.tx-estmk-jobs #jobs-filter-form select {
  border-width: 1px ;
  height: 45px;
  margin-bottom: 40px;
  vertical-align: top;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  text-indent: 0.1;
  text-overflow: '';
  padding-left: 20px;
  width: 100%;
}
.tx-estmk-jobs .job-detail p {
  margin-bottom: 0;
}
.tx-estmk-jobs .job-detail .job-back {
  margin-top: 32px;
}
.topSpace {
  width: 100%;
  display: block;
  height: 70px;
}
@media (min-width: 860px) {
  .topSpace {
    height: 130px;
  }
}
select,
textarea,
input {
  border-color: #9D9D9D;
  border-style: solid;
  color: #333333;
  /*font-size: 1.7em;*/
  /*line-height: 1.2em;*/
  /*letter-spacing : 0.025em;*/
  background: white;
  /*width: 100%;*/
  border-radius: 0;
}
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: #6B6B6B;
}
select:-moz-placeholder,
textarea:-moz-placeholder,
input:-moz-placeholder {
  color: #6B6B6B;
  opacity: 1;
}
select::-moz-placeholder,
textarea::-moz-placeholder,
input::-moz-placeholder {
  color: #6B6B6B;
  opacity: 1;
}
select::-ms-input-placeholder,
textarea::-ms-input-placeholder,
input::-ms-input-placeholder {
  color: #6B6B6B;
}
select::-ms-input-placeholder,
textarea::-ms-input-placeholder,
input::-ms-input-placeholder {
  color: #6B6B6B;
}
select:focus,
textarea:focus,
input:focus {
  border-color: #82C828;
}
input[type=checkbox],
input[type=radio] {
  display: none !important;
}
input[type=checkbox] + label:before {
  content: '';
  background-image: url('../images/checkbox_unchecked.svg');
  background-repeat: no-repeat;
  height: 16px;
  width: 16px;
  display: block;
  position: absolute;
  left: 20px;
}
input[type=checkbox]:checked + label:before {
  /*content: '';*/
  background-image: url('../images/checkbox_checked.svg');
  /*height: 16px;*/
  /*width: 16px;*/
}
input[type=radio] + label {
  background-image: url('../images/radiobutton_unchecked.svg');
  background-repeat: no-repeat;
  /*height: 16px;*/
  width: 16px;
}
input[type=radio]:checked + label {
  background-image: url('../images/radiobutton_checked.svg');
  /*height: 16px;*/
  width: 16px;
}
select {
  border-width: 1px ;
  height: 45px;
  vertical-align: top;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  text-indent: 0.1;
  text-overflow: '';
  color: #6B6B6B;
  padding-left: 20px;
}
.selectArrow {
  position: absolute;
  top: 0;
  right: 0px;
  width: 40px;
  height: 45px;
  display: block;
  border: 1px solid #6B6B6B;
  background: url('../images/arrow_button_down_grey.png');
  background-position: center center;
  background-repeat: no-repeat;
  pointer-events: none;
}
textarea {
  border-width: 1px ;
  height: 100px;
  min-height: 100px;
  margin-bottom: 20px;
  padding: 15px 20px;
  resize: vertical;
}
input {
  height: 35px;
  border-width: 0 0 1px 0 ;
  padding-left: 10px;
}
input[type="radio"] {
  width: 15px;
}
.datepickerC::after {
  display: inline-block;
  content: '';
  position: absolute;
  right: 20px;
  top: 10px;
  border-left: 1px solid #D6D6D6;
  background-image: url('../images/datepicker_icon.svg');
  background-repeat: no-repeat;
  background-size: 18px 18px;
  background-position: center center;
  width: 45px;
  height: 45px;
  pointer-events: none;
}
.datepickerC .datepicker {
  top: 10px;
  height: 45px;
  border: 1px solid #D6D6D6;
}
/* ===== Horizontal Rule ===== */
.rule {
  margin: 10px 0;
  border: none;
  height: 1.5px;
  background-image: linear-gradient(left, #f0f0f0, #c9bbae, #f0f0f0);
}
/* ===== Select Box ===== */
.sel {
  /*font-size: 1rem;*/
  display: inline-block;
  /*margin: 3em 2em;*/
  width: 100%;
  height: 45px;
  border: 1px solid #6B6B6B;
  background-color: transparent;
  position: relative;
  cursor: pointer;
  /*z-index: 3;*/
}
.sel.active {
  border-bottom: 0;
}
.sel::before {
  position: absolute;
  content: '';
  /*font-family: 'FontAwesome';*/
  /*font-size: 2em;*/
  /*color: #FFF;*/
  /*right: 20px;*/
  /*top: calc(50% - 0.5em);*/
  /*position: absolute;*/
  top: 0;
  right: 0px;
  width: 40px;
  height: 44px;
  display: block;
  border: 1px solid #6B6B6B;
  border-width: 0 0 0 1px;
  background: url('../images/arrow_button_down_grey.png');
  background-position: center center;
  background-repeat: no-repeat;
  pointer-events: none;
}
.sel.active::before {
  transform: rotateX(-180deg);
  display: none;
  border-bottom: 0px;
}
.sel__placeholder {
  display: block;
  /*font-family: 'Quicksand';*/
  font-size: 1.6em;
  /*color: #838e95;*/
  padding: 10px;
  color: #ffffff;
  text-align: left;
  pointer-events: none;
  user-select: none;
  visibility: visible;
  position: relative;
}
.sel.active .sel__placeholder {
  /*visibility: hidden;*/
}
.sel__placeholder::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0.2em 0.5em;
  content: attr(data-placeholder);
  visibility: hidden;
}
.sel.active .sel__placeholder::before {
  visibility: visible;
}
.sel__box {
  position: absolute;
  top: 100%;
  left: -1px;
  display: none;
  list-style-type: none;
  text-align: left;
  font-size: 1em;
  background-color: #494949;
  width: calc(100% + 2px);
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #6B6B6B;
  z-index: 200;
  box-sizing: border-box;
}
.sel.active .sel__box {
  display: block;
  animation: fadeInUp 500ms;
}
.sel__box__options {
  display: list-item;
  /*font-family: 'Quicksand';*/
  font-size: 1.6em;
  color: #ffffff;
  padding: 10px;
  user-select: none;
}
.sel__box__options::after {
  content: '\f00c';
  /*font-family: 'FontAwesome';*/
  font-size: 0.5em;
  margin-left: 5px;
  display: none;
}
.sel__box__options.selected::after {
  display: inline;
}
.sel__box__options:hover {
  color: #82C828;
}
label.hide {
  display: none;
}
/* ===== Keyframes ===== */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
body .ui-datepicker {
  width: 30em;
  /*color: @ci-green !important;*/
}
body .ui-datepicker-title {
  font-size: 1.4em;
}
body .ui-datepicker th {
  font-size: 1.7em;
}
body .ui-datepicker td span,
body .ui-datepicker td a {
  /*display: block;*/
  padding: 1em;
  text-align: center;
  font-family: 'VagRoundedBold';
  font-size: 1.3em;
  /*text-decoration: none;*/
}
body .ui-state-active,
body .ui-widget-content .ui-state-active,
body .ui-widget-header .ui-state-active,
body a.ui-button:active,
body .ui-button:active,
body .ui-button.ui-state-active:hover {
  background-color: #82C828;
  border-color: #82C828;
}
body .ui-state-highlight,
body .ui-widget-content .ui-state-highlight,
body .ui-widget-header .ui-state-highlight {
  color: #82C828;
  background-color: white;
  border-color: #82C828;
}
body .ui-datepicker select.ui-datepicker-month,
body .ui-datepicker select.ui-datepicker-year {
  padding-left: 15px;
  padding-right: 15px;
}
body .ui-datepicker .ui-datepicker-prev,
body .ui-datepicker .ui-datepicker-next {
  top: 16px;
}
body .ui-datepicker .ui-datepicker-prev {
  left: 5px;
}
body .ui-datepicker .ui-datepicker-next {
  right: 5px;
}
.overlayBG {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(51, 51, 51, 0.4);
  z-index: 1000;
  top: 0;
  left: 0;
}
.overlayBG .overlayC {
  position: fixed;
  width: 800px;
  padding: 60px 60px 0 60px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: white;
  max-height: calc(100vh - 60px);
  overflow-y: auto;
}
@media (max-width: 991px) {
  .overlayBG .overlayC {
    padding: 15px 15px 0 15px;
    width: calc(100% - 30px);
  }
}
.overlayBG .overlayC > *:last-child {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .overlayBG .overlayC > *:last-child {
    margin-bottom: 15px;
  }
}
.overlayBG .overlayC .section {
  width: 100%;
}
.overlayBG .overlayC .section > div {
  width: 100%;
}
.overlayBG .overlayC .section > div > div {
  width: 100%;
}
.overlayBG .overlayC h2 {
  font-size: 3em;
}
.overlayBG .overlayC h2.infoText {
  font-size: 1.6em;
}
.overlayBG .overlayC p {
  font-size: 1.4em;
}
.overlayBG .overlayC table tr th {
  padding: 5px 0;
  font-size: 1.4em;
  font-family: 'VagRoundedBold';
  letter-spacing: 0.2em;
}
.overlayBG .overlayC table tr td {
  font-size: 1.4em;
  padding: 5px 0;
}
.overlayBG .overlayC h2,
.overlayBG .overlayC h3 {
  color: #82C828;
  margin-bottom: 30px;
}
.overlayBG .overlayC .overlayClose {
  position: absolute;
  right: 35px;
  top: 30px;
  background-image: url('../images/lightbox_xerl.svg');
  background-repeat: no-repeat;
  background-size: contain;
  width: 11px;
  height: 11px;
  cursor: pointer;
  z-index: 100;
}
.overlayBG .overlayC h3.big-headline {
  font-family: 'VagRoundedLight';
  font-size: 3em;
  line-height: 1.2em;
  letter-spacing: 0.025em;
  color: #333333;
  margin: 0 0 0.75em 0 !important;
  padding: 0;
  width: 100%;
}
.overlayBG .overlayC .slideDownOuterC {
  margin-top: 30px;
  margin-bottom: 30px;
}
.overlayBG .overlayC .slideDownOuterC .slideDownC .slideDownHeader {
  padding: 30px 30px 45px 30px;
}
.overlayBG .overlayC .slideDownOuterC .slideDownC .slideDownHeader p {
  font-size: 1.4em;
}
.overlayBG .overlayC .slideDownOuterC .slideDownC .slideDownHeader h2 {
  font-size: 2.2em;
}
.overlayBG .overlayC .slideDownOuterC .slideDownC .slideDownContent {
  padding: 40px 30px 30px;
}
@media (min-width: 1100px) {
  .overlayBG .overlayC .slideDownOuterC .slideDownC .slideDownContent > * {
    max-width: 100%;
  }
}
.overlayBG .overlayC .slideDownOuterC .slideDownC .slideDownContent p {
  font-size: 1.4em;
}
.overlayBG .overlayC img {
  max-width: 100%;
  height: auto;
}
.overlayBG .overlayC .iframe-container {
  height: 0px;
  padding-bottom: 60%;
  position: relative;
  width: 100%;
}
.overlayBG .overlayC .iframe-container iframe {
  left: 0;
  height: 100%;
  max-width: 100%;
  position: absolute;
  top: 0px;
  width: 100%;
}
.overlayBG .overlayC a.print-icon-link {
  float: right;
  margin-top: 10px;
}
.mfp-overlay-content.cookie-overlay-modal button#save-cookie-settings {
  float: right;
}
.mfp-overlay-content.container.frame {
  position: fixed;
  width: 800px !important;
  padding: 60px 60px 60px 60px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: white;
  max-height: calc(100vh - 60px);
  overflow-y: auto;
}
@media (max-width: 991px) {
  .mfp-overlay-content.container.frame {
    padding: 4.2em 15px 15px 15px;
    position: relative;
    width: 750px !important;
    width: 100% !important;
    left: 0%;
    top: 0%;
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
}
.mfp-overlay-content.container.frame > *:last-child {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .mfp-overlay-content.container.frame > *:last-child {
    margin-bottom: 15px;
  }
}
.mfp-overlay-content.container.frame.frame-type-text * {
  width: auto;
}
.mfp-overlay-content.container.frame.frame-type-text .mfp-close {
  width: 11px;
}
.mfp-overlay-content.container.frame .section {
  width: 100%;
}
.mfp-overlay-content.container.frame .section > div {
  width: 100%;
}
.mfp-overlay-content.container.frame .section > div > div {
  width: 100%;
}
.mfp-overlay-content.container.frame h2 {
  font-size: 3em;
  margin-top: 0;
  color: #82C828;
  margin-bottom: 30px;
}
.mfp-overlay-content.container.frame h2.infoText {
  font-size: 1.6em;
}
@media (max-width: 991px) {
  .mfp-overlay-content.container.frame h2 {
    font-size: 2.7em;
  }
}
@media (max-width: 768px) {
  .mfp-overlay-content.container.frame h2 {
    font-size: 2.4em;
  }
}
.mfp-overlay-content.container.frame p {
  font-size: 1.4em;
}
.mfp-overlay-content.container.frame table tr th {
  padding: 5px 0;
  font-size: 1.4em;
  font-family: 'VagRoundedBold';
  letter-spacing: 0.2em;
}
.mfp-overlay-content.container.frame table tr td {
  font-size: 1.4em;
  padding: 5px 0;
}
.mfp-overlay-content.container.frame table tr.table-body-header td {
  padding: 5px 0;
  font-size: 1.4em;
  font-family: 'VagRoundedBold';
  letter-spacing: 0.2em;
}
.mfp-overlay-content.container.frame table tr.note td {
  padding-top: 1em;
}
.mfp-overlay-content.container.frame table tr.note td span {
  background: #FCFCFC;
  display: block;
  padding: 1em;
}
.mfp-overlay-content.container.frame .overlayClose {
  position: absolute;
  right: 15px;
  top: 30px;
  background-image: url('../images/lightbox_xerl.svg');
  background-repeat: no-repeat;
  background-size: contain;
  width: 11px;
  height: 11px;
  cursor: pointer;
  z-index: 100;
}
.mfp-overlay-content.container.frame h3.big-headline {
  font-family: 'VagRoundedLight';
  font-size: 3em;
  line-height: 1.2em;
  letter-spacing: 0.025em;
  color: #333333;
  margin: 0 0 0.75em 0 !important;
  padding: 0;
  width: 100%;
}
.mfp-overlay-content.container.frame .slideDownOuterC {
  margin-top: 30px;
  margin-bottom: 30px;
}
.mfp-overlay-content.container.frame .slideDownOuterC .slideDownC .slideDownHeader {
  padding: 30px 30px 45px 30px;
}
.mfp-overlay-content.container.frame .slideDownOuterC .slideDownC .slideDownHeader p {
  font-size: 1.4em;
}
.mfp-overlay-content.container.frame .slideDownOuterC .slideDownC .slideDownHeader h2 {
  font-size: 2.2em;
}
.mfp-overlay-content.container.frame .slideDownOuterC .slideDownC .slideDownContent {
  padding: 40px 30px 30px;
}
@media (min-width: 1100px) {
  .mfp-overlay-content.container.frame .slideDownOuterC .slideDownC .slideDownContent > * {
    max-width: 100%;
  }
}
.mfp-overlay-content.container.frame .slideDownOuterC .slideDownC .slideDownContent p {
  font-size: 1.4em;
}
.mfp-overlay-content.container.frame .cookie-overlay-settings label {
  font-size: 1.4rem;
  font-weight: normal;
  margin-left: 1.5rem;
}
.mfp-overlay-content.container.frame img {
  max-width: 100%;
  height: auto;
}
.mfp-overlay-content.container.frame .iframe-container {
  height: 0px;
  padding-bottom: 60%;
  position: relative;
  width: 100%;
}
.mfp-overlay-content.container.frame .iframe-container iframe {
  left: 0;
  height: 100%;
  max-width: 100%;
  position: absolute;
  top: 0px;
  width: 100%;
}
.mfp-overlay-content.container.frame a.print-icon-link {
  float: right;
  margin-top: 10px;
}
.mfp-overlay-content.container.frame ul li {
  font-size: 1.4em !important;
  line-height: 1.6em;
}
.mfp-overlay-content.container.frame .frame-bg-grey.frame-type-text {
  padding: 30px;
}
.mfp-overlay-content .price-trend-wrapper .current-date {
  font-weight: 300;
  font-size: 1.4em;
  line-height: 1.6em;
  margin: 0 1em 2em;
  position: relative;
  top: 8px;
}
.mfp-overlay-content .price-trend-wrapper .button-prev {
  width: 25px;
  height: 25px;
  border: none;
  z-index: 1;
  background-color: transparent;
  background-image: url('../images/slider_pfeil_gruen_links.png');
  background-size: contain;
  background-repeat: no-repeat;
  padding: 0;
  text-indent: -99999px;
}
.mfp-overlay-content .price-trend-wrapper .button-prev:hover {
  background-image: url('../images/slider_pfeil_gruen_links_hover.png');
}
.mfp-overlay-content .price-trend-wrapper .button-next {
  width: 25px;
  height: 25px;
  border: none;
  z-index: 1;
  background-color: transparent;
  background-image: url('../images/slider_pfeil_gruen_rechts.png');
  background-size: contain;
  background-repeat: no-repeat;
  padding: 0;
  text-indent: -99999px;
}
.mfp-overlay-content .price-trend-wrapper .button-next:hover {
  background-image: url('../images/slider_pfeil_gruen_rechts_hover.png');
}
.mfp-wrap .mfp-iframe-holder .mfp-close {
  top: -40px;
  text-align: center;
  right: 0;
}
.mfp-wrap .mfp-close {
  position: absolute;
  background-image: url('../images/lightbox_xerl.svg');
  right: 35px;
  top: 30px;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  background-position: center center;
  cursor: pointer;
  text-indent: -99999px;
  opacity: 1;
  z-index: 100;
}
@media (max-width: 767px) {
  .mfp-wrap .mfp-close {
    right: 20px;
    top: 10px;
  }
}
@media (min-width: 992px) {
  .mfp-wrap .mfp-content .multiStepBlockC .multistepBlock .multiStepformC {
    padding: 4em;
  }
}
.mfp-wrap .mfp-content .frame-overlay.frame-type-list {
  overflow-y: scroll;
  max-height: calc(100vh - 60px);
}
.mfp-wrap .mfp-content a.print-icon-link {
  float: right;
  margin-top: 10px;
}
.mfp-wrap .mfp-content .multiStepBlockC .col-xs-6.actionC.left .data-info {
  float: left;
}
body #loading-container {
  background: url('../images/ladeanimation_2_neu.gif') no-repeat center center rgba(255, 255, 255, 0.8);
  display: none;
  position: fixed;
  left: 0;
  height: 100%;
  top: 0;
  width: 100%;
  z-index: 100;
}
body.form-loading #loading-container {
  display: block;
}
.dropdown-index {
  z-index: 151 !important;
}
