.t-html-cc-ver {
  content: "Telekom HTML Code Components v2.0"; }

/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  vertical-align: super !important;
  top: 0.2em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

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

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

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

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

td,
th {
  padding: 0; }

@font-face {
  font-family: "PRELOAD_NORMAL";
  src: url(../../res/fonts/telegrotesk-normal.eot?#iefix);
  src: url(../../res/fonts/telegrotesk-normal.eot?#iefix) format("eot"), url(../../res/fonts/telegrotesk-normal.woff) format("woff"), url(../../res/fonts/telegrotesk-normal.ttf) format("truetype"), url(../../res/fonts/telegrotesk-normal.svg#telegrotesk-normal) format("svg"); }

@font-face {
  font-family: "PRELOAD_FETT";
  src: url(../../res/fonts/telegrotesk-fett.eot?#iefix);
  src: url(../../res/fonts/telegrotesk-fett.eot?#iefix) format("eot"), url(../../res/fonts/telegrotesk-fett.woff) format("woff"), url(../../res/fonts/telegrotesk-fett.ttf) format("truetype"), url(../../res/fonts/telegrotesk-fett.svg#telegrotesk-fett) format("svg"); }

@font-face {
  font-family: "PRELOAD_ULTRA";
  src: url(../../res/fonts/telegrotesk-ultra.eot?#iefix);
  src: url(../../res/fonts/telegrotesk-ultra.eot?#iefix) format("eot"), url(../../res/fonts/telegrotesk-ultra.woff) format("woff"), url(../../res/fonts/telegrotesk-ultra.ttf) format("truetype"), url(../../res/fonts/telegrotesk-ultra.svg#telegrotesk-ultra) format("svg"); }

@font-face {
  font-family: 'Telekom-Icon';
  font-style: normal;
  font-weight: 400;
  src: url(../../res/fonts/teleicon-outline.eot);
  src: url(../../res/fonts/teleicon-outline.eot?#iefix) format("embedded-opentype"), url(../../res/fonts/teleicon-outline.woff) format("woff"), url(../../res/fonts/teleicon-outline.ttf) format("truetype"), url(../../res/fonts/teleicon-outline.svg#teleicon-outline) format("svg"); }

@font-face {
  font-family: 'Telekom-Icon';
  font-style: normal;
  font-weight: 700;
  src: url(../../res/fonts/teleicon-solid.eot);
  src: url(../../res/fonts/teleicon-solid.eot?#iefix) format("embedded-opentype"), url(../../res/fonts/teleicon-solid.woff) format("woff"), url(../../res/fonts/teleicon-solid.ttf) format("truetype"), url(../../res/fonts/teleicon-solid.svg#teleicon-solid) format("svg"); }

@font-face {
  font-family: 'TeleIconUi';
  src: url(../../res/fonts/teleicon-ui.eot);
  src: url(../../res/fonts/teleicon-ui.eot?#iefix) format("embedded-opentype"), url(../../res/fonts/teleicon-ui.woff) format("woff"), url(../../res/fonts/teleicon-ui.ttf) format("truetype"), url(../../res/fonts/teleicon-ui.svg#teleicon-ui) format("svg");
  font-weight: normal;
  font-style: normal; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: 'TeleIconUi';
    src: url(../../res/fonts/teleicon-ui.svg#teleicon-ui) format("svg"); } }

.icon {
  position: relative;
  bottom: 1px;
  vertical-align: middle;
  display: inline-block;
  font-family: 'Telekom-Icon';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-solid {
  font-weight: 700; }

.icon-large {
  font-size: 36px; }

.icon-warning:before {
  content: '!'; }

.icon-navigation-up:before {
  content: '"'; }

.icon-navigation-down:before {
  content: '$'; }

.icon-navigation-left:before {
  content: '%'; }

.icon-export:before {
  content: '&'; }

.icon-import:before {
  content: '('; }

.icon-scroll-left:before {
  content: ')'; }

.icon-favorites:before {
  content: '*'; }

.icon-add:before {
  content: '+'; }

.icon-decrease:before {
  content: '-'; }

.icon-record:before {
  content: ';'; }

.icon-scroll-right:before {
  content: '/'; }

.icon-tile-view:before {
  content: '0'; }

.icon-skip-to-start:before {
  content: '1'; }

.icon-previous:before {
  content: '2'; }

.icon-rewind:before {
  content: '3'; }

.icon-play:before {
  content: '4'; }

.icon-pause:before {
  content: '5'; }

.icon-stop:before {
  content: '6'; }

.icon-fast-forward:before {
  content: '7'; }

.icon-next:before {
  content: '8'; }

.icon-skip-to-end:before {
  content: '9'; }

.icon-more:before {
  content: ':'; }

.icon-help_2:before {
  content: '<'; }

.icon-list-view:before {
  content: '='; }

.icon-information_2:before {
  content: '>'; }

.icon-help:before {
  content: '?'; }

.icon-calendar:before {
  content: 'A'; }

.icon-shopping-cart:before {
  content: 'B'; }

.icon-copy:before {
  content: 'C'; }

.icon-move-to-trash:before {
  content: 'D'; }

.icon-tablet-pc:before {
  content: 'E'; }

.icon-folder:before {
  content: 'F'; }

.icon-filter:before {
  content: 'G'; }

.icon-login:before {
  content: 'H'; }

.icon-comment:before {
  content: 'I'; }

.icon-start-call:before {
  content: 'J'; }

.icon-speaker-off:before {
  content: 'K'; }

.icon-lock:before {
  content: 'L'; }

.icon-microphone-socket:before {
  content: 'M'; }

.icon-ringtone-off:before {
  content: 'N'; }

.icon-clock:before {
  content: 'O'; }

.icon-add-to-watchlist:before {
  content: 'P'; }

.icon-computer:before {
  content: 'Q'; }

.icon-iptv:before {
  content: 'R'; }

.icon-settings:before {
  content: 'S'; }

.icon-digits:before {
  content: 'T'; }

.icon-my-profile:before {
  content: 'U'; }

.icon-confirm:before {
  content: 'V'; }

.icon-smartphone:before {
  content: 'W'; }

.icon-cancel:before {
  content: 'X'; }

.icon-cloud:before {
  content: 'Y'; }

.icon-zoom-out:before {
  content: 'Z'; }

.icon-attachment:before {
  content: 'a'; }

.icon-bookmark:before {
  content: 'b'; }

.icon-context-menu:before {
  content: 'c'; }

.icon-download:before {
  content: 'd'; }

.icon-edit:before {
  content: 'e'; }

.icon-file:before {
  content: 'f'; }

.icon-reload:before {
  content: 'g'; }

.icon-home:before {
  content: 'h'; }

.icon-information:before {
  content: 'i'; }

.icon-end-call:before {
  content: 'j'; }

.icon-speaker-on:before {
  content: 'k'; }

.icon-link:before {
  content: 'l'; }

.icon-message:before {
  content: 'm'; }

.icon-ringtone-on:before {
  content: 'n'; }

.icon-loading-indicator:before {
  content: 'o'; }

.icon-print:before {
  content: 'p'; }

.icon-search:before {
  content: 'q'; }

.icon-reply:before {
  content: 'r'; }

.icon-synchronize:before {
  content: 's'; }

.icon-telekom-1T1:before {
  content: 't'; }

.icon-upload:before {
  content: 'u'; }

.icon-success:before {
  content: 'v'; }

.icon-forward:before {
  content: 'w'; }

.icon-error:before {
  content: 'x'; }

.icon-share:before {
  content: 'y'; }

.icon-zoom-in:before {
  content: 'z'; }

.icon-navigation-right:before {
  content: '\A7'; }

.icon-maximize:before {
  content: '\DC'; }

.icon-cover-view:before {
  content: '\DF'; }

.icon-warning_2:before {
  content: '\E4'; }

.icon-minimize:before {
  content: '\FC'; }

.icon-frame {
  width: 48px;
  height: 48px;
  text-align: center;
  white-space: nowrap;
  padding: 0; }

.icon-frame:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.icon-frame > .icon {
  display: inline-block;
  height: auto;
  vertical-align: middle; }

* {
  -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: 62.5%;
  -webkit-tap-highlight-color: transparent; }

body {
  color: #383838;
  font-family: "TeleGrotesk", Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.2; }

a {
  color: #0090c4;
  text-decoration: none; }
  a:focus {
    color: #00698e;
    text-decoration: underline;
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  a:hover {
    color: #0083b2;
    text-decoration: underline; }
  a:active {
    color: #00749e; }

hr {
  margin-top: 21px;
  margin-bottom: 21px;
  border: 0;
  border-top: 1px solid #dcdcdc; }

.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; }

.container-liquid,
.container-fixed {
  display: block;
  width: 100%;
  clear: both; }
  .container-liquid:before, .container-liquid:after,
  .container-fixed:before,
  .container-fixed:after {
    content: ' ';
    display: table; }
  .container-liquid:after,
  .container-fixed:after {
    clear: both; }

.container-fixed.left {
  margin-left: 0;
  margin-right: auto;
  float: left; }

.container-fixed, .container-fixed.center {
  margin-left: auto;
  margin-right: auto; }

.container-fixed.right {
  margin-left: auto;
  margin-right: 0;
  float: right; }

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .container-fixed {
    width: 988px; } }

@media screen and (max-width: 991px) {
  .container-fixed {
    width: 764px; } }

@media screen and (min-width: 1200px) {
  .container-fixed {
    width: 1296px; } }

.row {
  margin-left: 0;
  margin-right: 0; }
  .row:before, .row:after {
    content: ' ';
    display: table; }
  .row:after {
    clear: both; }
  .row .row {
    margin-left: -12px;
    margin-right: -12px; }

.col-l-1, .col-l-2, .col-l-3, .col-l-4, .col-l-5, .col-l-6, .col-l-7, .col-l-8, .col-l-9, .col-l-10, .col-l-11, .col-l-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-m-1, .col-m-2, .col-m-3, .col-m-4, .col-m-5, .col-m-6, .col-m-7, .col-m-8, .col-m-9, .col-m-10, .col-m-11, .col-m-12, .col-s-1, .col-s-2, .col-s-3, .col-s-4, .col-s-5, .col-s-6, .col-s-7, .col-s-8, .col-s-9, .col-s-10, .col-s-11, .col-s-12, .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 {
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 6px;
  padding-bottom: 6px;
  position: relative;
  float: left;
  min-height: 1px; }

.col-l-1 {
  width: 8.33334%; }

.col-l-2 {
  width: 16.66668%; }

.col-l-3 {
  width: 25.00001%; }

.col-l-4 {
  width: 33.33334%; }

.col-l-5 {
  width: 41.66668%; }

.col-l-6 {
  width: 50.00001%; }

.col-l-7 {
  width: 58.33334%; }

.col-l-8 {
  width: 66.66668%; }

.col-l-9 {
  width: 75.00001%; }

.col-l-10 {
  width: 83.33334%; }

.col-l-11 {
  width: 91.66668%; }

.col-l-12 {
  width: 100.00001%; }

.offset-l-0 {
  margin-left: 0; }

.offset-l-1 {
  margin-left: 8.33333%; }

.offset-l-2 {
  margin-left: 16.66667%; }

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

.offset-l-4 {
  margin-left: 33.33333%; }

.offset-l-5 {
  margin-left: 41.66667%; }

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

.offset-l-7 {
  margin-left: 58.33333%; }

.offset-l-8 {
  margin-left: 66.66667%; }

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

.offset-l-10 {
  margin-left: 83.33333%; }

.offset-l-11 {
  margin-left: 91.66667%; }

@media screen and (min-width: 1200px) {
  .col-xl-1 {
    width: 8.33334%; }
  .col-xl-2 {
    width: 16.66668%; }
  .col-xl-3 {
    width: 25.00001%; }
  .col-xl-4 {
    width: 33.33334%; }
  .col-xl-5 {
    width: 41.66668%; }
  .col-xl-6 {
    width: 50.00001%; }
  .col-xl-7 {
    width: 58.33334%; }
  .col-xl-8 {
    width: 66.66668%; }
  .col-xl-9 {
    width: 75.00001%; }
  .col-xl-10 {
    width: 83.33334%; }
  .col-xl-11 {
    width: 91.66668%; }
  .col-xl-12 {
    width: 100.00001%; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

@media screen and (max-width: 991px) {
  .col-m-1 {
    width: 8.33334%; }
  .col-m-2 {
    width: 16.66668%; }
  .col-m-3 {
    width: 25.00001%; }
  .col-m-4 {
    width: 33.33334%; }
  .col-m-5 {
    width: 41.66668%; }
  .col-m-6 {
    width: 50.00001%; }
  .col-m-7 {
    width: 58.33334%; }
  .col-m-8 {
    width: 66.66668%; }
  .col-m-9 {
    width: 75.00001%; }
  .col-m-10 {
    width: 83.33334%; }
  .col-m-11 {
    width: 91.66668%; }
  .col-m-12 {
    width: 100.00001%; }
  .offset-m-0 {
    margin-left: 0; }
  .offset-m-1 {
    margin-left: 8.33333%; }
  .offset-m-2 {
    margin-left: 16.66667%; }
  .offset-m-3 {
    margin-left: 25%; }
  .offset-m-4 {
    margin-left: 33.33333%; }
  .offset-m-5 {
    margin-left: 41.66667%; }
  .offset-m-6 {
    margin-left: 50%; }
  .offset-m-7 {
    margin-left: 58.33333%; }
  .offset-m-8 {
    margin-left: 66.66667%; }
  .offset-m-9 {
    margin-left: 75%; }
  .offset-m-10 {
    margin-left: 83.33333%; }
  .offset-m-11 {
    margin-left: 91.66667%; } }

@media screen and (max-width: 767px) {
  .col-s-1 {
    width: 8.33334%; }
  .col-s-2 {
    width: 16.66668%; }
  .col-s-3 {
    width: 25.00001%; }
  .col-s-4 {
    width: 33.33334%; }
  .col-s-5 {
    width: 41.66668%; }
  .col-s-6 {
    width: 50.00001%; }
  .col-s-7 {
    width: 58.33334%; }
  .col-s-8 {
    width: 66.66668%; }
  .col-s-9 {
    width: 75.00001%; }
  .col-s-10 {
    width: 83.33334%; }
  .col-s-11 {
    width: 91.66668%; }
  .col-s-12 {
    width: 100.00001%; }
  .offset-s-0 {
    margin-left: 0; }
  .offset-s-1 {
    margin-left: 8.33333%; }
  .offset-s-2 {
    margin-left: 16.66667%; }
  .offset-s-3 {
    margin-left: 25%; }
  .offset-s-4 {
    margin-left: 33.33333%; }
  .offset-s-5 {
    margin-left: 41.66667%; }
  .offset-s-6 {
    margin-left: 50%; }
  .offset-s-7 {
    margin-left: 58.33333%; }
  .offset-s-8 {
    margin-left: 66.66667%; }
  .offset-s-9 {
    margin-left: 75%; }
  .offset-s-10 {
    margin-left: 83.33333%; }
  .offset-s-11 {
    margin-left: 91.66667%; } }

@media screen and (max-width: -1px) {
  .col-xs-1 {
    width: 8.33334%; }
  .col-xs-2 {
    width: 16.66668%; }
  .col-xs-3 {
    width: 25.00001%; }
  .col-xs-4 {
    width: 33.33334%; }
  .col-xs-5 {
    width: 41.66668%; }
  .col-xs-6 {
    width: 50.00001%; }
  .col-xs-7 {
    width: 58.33334%; }
  .col-xs-8 {
    width: 66.66668%; }
  .col-xs-9 {
    width: 75.00001%; }
  .col-xs-10 {
    width: 83.33334%; }
  .col-xs-11 {
    width: 91.66668%; }
  .col-xs-12 {
    width: 100.00001%; }
  .offset-xs-0 {
    margin-left: 0; }
  .offset-xs-1 {
    margin-left: 8.33333%; }
  .offset-xs-2 {
    margin-left: 16.66667%; }
  .offset-xs-3 {
    margin-left: 25%; }
  .offset-xs-4 {
    margin-left: 33.33333%; }
  .offset-xs-5 {
    margin-left: 41.66667%; }
  .offset-xs-6 {
    margin-left: 50%; }
  .offset-xs-7 {
    margin-left: 58.33333%; }
  .offset-xs-8 {
    margin-left: 66.66667%; }
  .offset-xs-9 {
    margin-left: 75%; }
  .offset-xs-10 {
    margin-left: 83.33333%; }
  .offset-xs-11 {
    margin-left: 91.66667%; } }

.col-hide {
  display: none !important; }

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .col-l-hide {
    display: none !important; } }

@media screen and (min-width: 1200), screen and (max-width: 991px) {
  .col-l-show {
    display: none !important; } }

@media screen and (min-width: 1200px) {
  .col-xl-hide {
    display: none !important; } }

@media screen and (max-width: 1199px) {
  .col-xl-show {
    display: none !important; } }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .col-m-hide {
    display: none !important; } }

@media screen and (max-width: 767px), screen and (min-width: 992px) {
  .col-m-show {
    display: none !important; } }

@media screen and (min-width: 0px) and (max-width: 767px) {
  .col-s-hide {
    display: none !important; } }

@media screen and (max-width: -1px), screen and (min-width: 768px) {
  .col-s-show {
    display: none !important; } }

@media screen and (max-width: -1px) {
  .col-xs-hide {
    display: none !important; } }

@media screen and (min-width: 0px) {
  .col-xs-show {
    display: none !important; } }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: normal;
  margin: 0; }
  h1.brand, h2.brand, h3.brand, h4.brand, h5.brand, h6.brand,
  .h1.brand, .h2.brand, .h3.brand, .h4.brand, .h5.brand, .h6.brand {
    font-weight: 800;
    text-transform: uppercase; }
  h1.underline, h1.cluster, h2.underline, h2.cluster, h3.underline, h3.cluster, h4.underline, h4.cluster, h5.underline, h5.cluster, h6.underline, h6.cluster,
  .h1.underline,
  .h1.cluster, .h2.underline, .h2.cluster, .h3.underline, .h3.cluster, .h4.underline, .h4.cluster, .h5.underline, .h5.cluster, .h6.underline, .h6.cluster {
    padding-left: 12px;
    padding-right: 12px;
    border-bottom: 1px solid #b2b2b2; }
  h1.underline, h2.underline, h3.underline, h4.underline, h5.underline, h6.underline,
  .h1.underline, .h2.underline, .h3.underline, .h4.underline, .h5.underline, .h6.underline {
    text-align: center; }
  h1.cluster, h2.cluster, h3.cluster, h4.cluster, h5.cluster, h6.cluster,
  .h1.cluster, .h2.cluster, .h3.cluster, .h4.cluster, .h5.cluster, .h6.cluster {
    color: #757575; }
  h1.thin, h2.thin, h3.thin, h4.thin, h5.thin, h6.thin,
  .h1.thin, .h2.thin, .h3.thin, .h4.thin, .h5.thin, .h6.thin {
    font-weight: 200; }
  h1.marketing-l, h2.marketing-l, h3.marketing-l, h4.marketing-l, h5.marketing-l, h6.marketing-l,
  .h1.marketing-l, .h2.marketing-l, .h3.marketing-l, .h4.marketing-l, .h5.marketing-l, .h6.marketing-l {
    font-size: 48px;
    margin-top: 9.6px;
    padding-bottom: 0.84px;
    font-weight: 200; }
    h1.marketing-l.underline, h1.marketing-l.cluster, h2.marketing-l.underline, h2.marketing-l.cluster, h3.marketing-l.underline, h3.marketing-l.cluster, h4.marketing-l.underline, h4.marketing-l.cluster, h5.marketing-l.underline, h5.marketing-l.cluster, h6.marketing-l.underline, h6.marketing-l.cluster,
    .h1.marketing-l.underline,
    .h1.marketing-l.cluster, .h2.marketing-l.underline, .h2.marketing-l.cluster, .h3.marketing-l.underline, .h3.marketing-l.cluster, .h4.marketing-l.underline, .h4.marketing-l.cluster, .h5.marketing-l.underline, .h5.marketing-l.cluster, .h6.marketing-l.underline, .h6.marketing-l.cluster {
      margin-top: 40.6px; }
  h1.marketing-xl, h2.marketing-xl, h3.marketing-xl, h4.marketing-xl, h5.marketing-xl, h6.marketing-xl,
  .h1.marketing-xl, .h2.marketing-xl, .h3.marketing-xl, .h4.marketing-xl, .h5.marketing-xl, .h6.marketing-xl {
    font-size: 60px;
    margin-top: 6px;
    padding-bottom: -1.95px;
    font-weight: 200; }
    h1.marketing-xl.underline, h1.marketing-xl.cluster, h2.marketing-xl.underline, h2.marketing-xl.cluster, h3.marketing-xl.underline, h3.marketing-xl.cluster, h4.marketing-xl.underline, h4.marketing-xl.cluster, h5.marketing-xl.underline, h5.marketing-xl.cluster, h6.marketing-xl.underline, h6.marketing-xl.cluster,
    .h1.marketing-xl.underline,
    .h1.marketing-xl.cluster, .h2.marketing-xl.underline, .h2.marketing-xl.cluster, .h3.marketing-xl.underline, .h3.marketing-xl.cluster, .h4.marketing-xl.underline, .h4.marketing-xl.cluster, .h5.marketing-xl.underline, .h5.marketing-xl.cluster, .h6.marketing-xl.underline, .h6.marketing-xl.cluster {
      margin-top: 37px; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    color: #757575;
    font-size: 84%; }

h1, .h1 {
  font-size: 36px;
  margin-top: 13.2px;
  padding-bottom: 3.63px; }
  h1.underline, h1.cluster, .h1.underline, .h1.cluster {
    margin-top: 44.2px; }

h2, .h2 {
  font-size: 27px;
  margin-top: 15.9px;
  padding-bottom: 5.7225px; }
  h2.underline, h2.cluster, .h2.underline, .h2.cluster {
    margin-top: 46.9px; }

h3, .h3 {
  font-size: 24px;
  margin-top: 16.8px;
  padding-bottom: 6.42px; }
  h3.underline, h3.cluster, .h3.underline, .h3.cluster {
    margin-top: 47.8px; }

h4, .h4 {
  font-size: 21px;
  margin-top: 17.7px;
  padding-bottom: 7.1175px; }
  h4.underline, h4.cluster, .h4.underline, .h4.cluster {
    margin-top: 48.7px; }

h5, .h5 {
  font-size: 18px;
  margin-top: 18.6px;
  padding-bottom: 7.815px; }
  h5.underline, h5.cluster, .h5.underline, .h5.cluster {
    margin-top: 49.6px; }

h6, .h6 {
  font-size: 15px;
  margin-top: 19.5px;
  padding-bottom: 8.5125px; }
  h6.underline, h6.cluster, .h6.underline, .h6.cluster {
    margin-top: 50.5px; }

p {
  margin: 0;
  padding-top: 6.6px;
  padding-bottom: 7.815px; }
  p.text-xsmall {
    padding-top: 7.8px;
    padding-bottom: 8.745px; }
  p.text-small {
    padding-top: 7.5px;
    padding-bottom: 8.5125px; }
  p.text-large {
    padding-top: 5.7px;
    padding-bottom: 7.1175px; }
  p.text-xlarge {
    padding-top: 4.8px;
    padding-bottom: 6.42px; }

small,
.text-xsmall {
  font-size: 14px; }

.text-small {
  font-size: 15px; }

.text-large {
  font-size: 21px; }

.text-xlarge {
  font-size: 24px; }

.text-xxlarge {
  font-size: 27px; }

.text-xxxlarge {
  font-size: 27px; }

.text-marketing-l {
  font-size: 48px;
  margin-top: 9.6px;
  padding-bottom: 0.84px;
  font-weight: 200; }
  .text-marketing-l.underline, .text-marketing-l.cluster {
    margin-top: 40.6px; }

.text-marketing-xl {
  font-size: 60px;
  margin-top: 6px;
  padding-bottom: -1.95px;
  font-weight: 200; }
  .text-marketing-xl.underline, .text-marketing-xl.cluster {
    margin-top: 37px; }

.text-thin {
  font-weight: 200; }

.text-semibold {
  font-weight: 600; }

.text-strong,
.text-bold {
  font-weight: bold; }

.text-emphased,
.text-italic {
  font-style: italic; }

dfn,
abbr,
abbr[title] {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAACCAYAAAB/qH1jAAAAGElEQVQIW2O0O/DhPwMQHHIQYATRjOgCAKclCAMmY8YrAAAAAElFTkSuQmCC");
  background-position: 0 1em;
  background-repeat: repeat-x;
  background-size: 2px 1px;
  border-bottom: 0;
  font-style: inherit;
  cursor: help; }

mark {
  background-color: #ff0;
  color: #383838;
  padding: 0 0.25em; }

.text-positive {
  color: #6bb324; }
  .text-positive mark {
    color: #fff;
    background-color: #6bb324; }

.text-warning {
  color: #dbad39; }
  .text-warning mark {
    color: #fff;
    background-color: #dbad39; }

.text-negative {
  color: #d90000; }
  .text-negative mark {
    color: #fff;
    background-color: #d90000; }

.text-brand {
  color: #e20074; }
  .text-brand mark {
    color: #fff;
    background-color: #e20074; }

.text-inactive {
  color: #e6e6e6; }
  .text-inactive mark {
    color: #fff;
    background-color: #e6e6e6; }

.list-unordered,
.list-unordered-plain {
  list-style: none;
  margin: 12px 0 0 0;
  padding: 0 0 0 18px; }
  .list-unordered > li:before,
  .list-unordered-plain > li:before {
    content: '\2013';
    padding-right: 12px; }
  .list-unordered .list-ordered,
  .list-unordered .list-unordered,
  .list-unordered .list-unordered-plain,
  .list-unordered-plain .list-ordered,
  .list-unordered-plain .list-unordered,
  .list-unordered-plain .list-unordered-plain {
    margin-top: 0; }

.list-unordered-bullet > li:before {
  content: '\25AA'; }

.list-unordered-plain > li:before {
  content: none;
  padding-right: 0; }

.list-ordered {
  list-style: none;
  margin: 12px 0 0 0;
  padding: 0 0 0 20px;
  counter-reset: list-index; }
  .list-ordered > li {
    counter-increment: list-index; }
  .list-ordered[reversed] > li {
    counter-increment: list-index-1; }
  .list-ordered > li:before {
    content: counters(list-index, ".") "";
    padding-right: 12px; }
  .list-ordered .list-ordered,
  .list-ordered .list-unordered {
    margin-top: 0; }

.list-ordered-semibold > li:before {
  font-weight: 600; }

.list-desc {
  margin-top: 0; }
  .list-desc > dd {
    margin-left: 0;
    padding-bottom: 7.815px; }

.list-desc-horizontal:before, .list-desc-horizontal:after {
  content: ' ';
  display: table; }

.list-desc-horizontal:after {
  clear: both; }

.list-desc-horizontal > dt {
  text-align: left;
  font-weight: 600; }

.list-desc-horizontal > dd {
  margin: 0;
  padding-bottom: 7.815px; }

@media (min-width: 640px) {
  .list-desc-horizontal > dt {
    clear: left;
    float: left;
    text-align: right;
    width: 148px;
    font-weight: normal; }
  .list-desc-horizontal > dd {
    margin-left: 160px;
    padding-bottom: 0; } }

.list-desc-semibold > dt {
  font-weight: 600; }

.price {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  display: inline-block;
  font-size: 27px; }
  .price > sup {
    line-height: 1.2;
    display: inline-block;
    vertical-align: top; }
  .price > sup {
    font-size: 18px;
    top: 2px; }

.price-large {
  font-size: 30px; }
  .price-large > sup {
    font-size: 20px;
    top: 3px; }

.price-xlarge {
  font-size: 36px; }
  .price-xlarge > sup {
    font-size: 24px;
    top: 2px; }

.price-expired {
  font-size: 28px; }
  .price-expired > sup {
    font-size: 28px; }

.quote {
  font-size: 18px;
  font-style: italic;
  margin: 0;
  padding: 0; }

.quote-author {
  font-size: 15px;
  font-style: normal;
  font-weight: bold;
  margin: 0;
  margin-top: 0.25em;
  padding: 0; }
  .quote-author cite {
    font-style: normal; }

.figure {
  font-size: 18px;
  margin: 12px 0 0 0;
  padding: 0 0 0 12px;
  border-left: 1px solid #dcdcdc; }

.quote-list {
  list-style: none;
  padding-left: 24px; }
  .quote-list .quote-list-item {
    border-left: 1px solid #dcdcdc;
    padding: 0 0 0 12px; }
    .quote-list .quote-list-item .figure {
      border-left: 0;
      padding-left: 0; }
    .quote-list .quote-list-item *.quote-list {
      padding-left: 12px; }

address {
  font-style: normal; }

.address-header small,
.address-body,
.address-footer {
  font-size: 84%; }

.address-header,
.address-body,
.address-footer {
  margin: 0;
  padding: 0; }

.address-header + .address-body,
.address-body + .address-footer {
  margin-top: 0.25em; }

.address-header {
  font-weight: bold; }

.address-footer label {
  min-width: 40px; }

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

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

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

.text-l-left {
  text-align: left; }

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

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

@media screen and (max-width: 991px) {
  .text-m-left {
    text-align: left; }
  .text-m-center {
    text-align: center; }
  .text-m-right {
    text-align: right; } }

@media screen and (max-width: 767px) {
  .text-s-left {
    text-align: left; }
  .text-s-center {
    text-align: center; }
  .text-s-right {
    text-align: right; } }

@media screen and (min-width: 1200px) {
  .text-xl-left {
    text-align: left; }
  .text-xl-center {
    text-align: center; }
  .text-xl-right {
    text-align: right; } }

.text-nowrap {
  white-space: nowrap; }

.text-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.img-round {
  border-radius: 50%;
  vertical-align: bottom; }

.img-thumbnail {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  padding: 2px;
  border: 1px solid #b2b2b2;
  background: #fff; }

.img-frame {
  width: 48px;
  height: 48px;
  text-align: center;
  white-space: nowrap;
  padding: 0; }
  .img-frame:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }
  .img-frame > img {
    display: inline-block;
    height: auto;
    vertical-align: middle; }

.img-frame-small {
  width: 38px;
  height: 38px; }

.img-vignette-square {
  display: inline-block; }
  .img-vignette-square > img {
    outline: 1px solid rgba(0, 0, 0, 0.3);
    outline-offset: -1px;
    padding: .5px; }

.table {
  width: 100%; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 24px 6px;
    vertical-align: top;
    border-bottom: 1px solid #dcdcdc; }
  .table > thead > tr > th.numeric,
  .table > thead > tr > td.numeric,
  .table > tbody > tr > th.numeric,
  .table > tbody > tr > td.numeric,
  .table > tfoot > tr > th.numeric,
  .table > tfoot > tr > td.numeric {
    text-align: right; }
  .table > thead > tr > th,
  .table > tbody > tr > th,
  .table > tfoot > tr > th {
    text-align: left; }
  .table > thead > tr > th,
  .table > tfoot > tr > th {
    font-weight: 600; }
  .table > thead > tr > th {
    border-bottom: 1px solid #b2b2b2;
    border-top: 0;
    vertical-align: bottom; }
  .table > tfoot > tr > th {
    border-top: 1px double #b2b2b2;
    border-bottom: 1px solid #b2b2b2; }
  .table > caption {
    text-align: left;
    font-size: 24px;
    padding: 24px 6px;
    border-bottom: 1px solid #b2b2b2;
    margin-bottom: 12px; }

.table-hover > tbody > tr > th,
.table-hover > tbody > tr > td {
  -webkit-transition: all 150ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -moz-transition: all 150ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -ms-transition: all 150ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-transition: all 150ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 150ms cubic-bezier(0.445, 0.05, 0.55, 0.95); }

.table-hover > tbody > tr:hover > th,
.table-hover > tbody > tr:hover > td {
  color: #262626;
  background-color: #e0e0e0;
  -webkit-transition-duration: 100ms;
  -moz-transition-duration: 100ms;
  -ms-transition-duration: 100ms;
  -o-transition-duration: 100ms;
  transition-duration: 100ms; }

.table-striped > tbody > tr:nth-child(odd) > th,
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr.odd > th,
.table-striped > tbody > tr.odd > td {
  background-color: #f2f2f2;
  color: #383838; }

.table-striped.table-hover > tbody > tr:nth-child(odd):hover > th,
.table-striped.table-hover > tbody > tr:nth-child(odd):hover > td {
  background-color: #e0e0e0;
  color: #262626; }

.table > thead > tr.positive > th,
.table > thead > tr.positive > td,
.table > thead > tr > th.positive,
.table > thead > tr > td.positive,
.table > tbody > tr.positive > th,
.table > tbody > tr.positive > td,
.table > tbody > tr > th.positive,
.table > tbody > tr > td.positive,
.table > tfoot > tr.positive > th,
.table > tfoot > tr.positive > td,
.table > tfoot > tr > th.positive,
.table > tfoot > tr > td.positive {
  background: #f8fbf4;
  color: #5c9a1f; }

.table-hover > tbody > tr:hover.positive > th,
.table-hover > tbody > tr:hover.positive > td,
.table-hover > tbody > tr:hover > th.positive,
.table-hover > tbody > tr:hover > td.positive {
  color: #51881b;
  background-color: #e1f0d3; }

.table > thead > tr.warning > th,
.table > thead > tr.warning > td,
.table > thead > tr > th.warning,
.table > thead > tr > td.warning,
.table > tbody > tr.warning > th,
.table > tbody > tr.warning > td,
.table > tbody > tr > th.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr.warning > th,
.table > tfoot > tr.warning > td,
.table > tfoot > tr > th.warning,
.table > tfoot > tr > td.warning {
  background: #fdfbf5;
  color: #c29932; }

.table-hover > tbody > tr:hover.warning > th,
.table-hover > tbody > tr:hover.warning > td,
.table-hover > tbody > tr:hover > th.warning,
.table-hover > tbody > tr:hover > td.warning {
  color: #b08b2e;
  background-color: #f8efd7; }

.table > thead > tr.negative > th,
.table > thead > tr.negative > td,
.table > thead > tr > th.negative,
.table > thead > tr > td.negative,
.table > tbody > tr.negative > th,
.table > tbody > tr.negative > td,
.table > tbody > tr > th.negative,
.table > tbody > tr > td.negative,
.table > tfoot > tr.negative > th,
.table > tfoot > tr.negative > td,
.table > tfoot > tr > th.negative,
.table > tfoot > tr > td.negative {
  background: #fdf2f2;
  color: #c00000; }

.table-hover > tbody > tr:hover.negative > th,
.table-hover > tbody > tr:hover.negative > td,
.table-hover > tbody > tr:hover > th.negative,
.table-hover > tbody > tr:hover > td.negative {
  color: #ae0000;
  background-color: #f7cccc; }

.table > thead > tr.brand > th,
.table > thead > tr.brand > td,
.table > thead > tr > th.brand,
.table > thead > tr > td.brand,
.table > tbody > tr.brand > th,
.table > tbody > tr.brand > td,
.table > tbody > tr > th.brand,
.table > tbody > tr > td.brand,
.table > tfoot > tr.brand > th,
.table > tfoot > tr.brand > td,
.table > tfoot > tr > th.brand,
.table > tfoot > tr > td.brand {
  background: #e20074;
  color: #fff; }

.table-hover > tbody > tr:hover.brand > th,
.table-hover > tbody > tr:hover.brand > td,
.table-hover > tbody > tr:hover > th.brand,
.table-hover > tbody > tr:hover > td.brand {
  color: #ededed;
  background-color: #d0006b; }

.table > thead > tr.inactive > th,
.table > thead > tr.inactive > td,
.table > thead > tr > th.inactive,
.table > thead > tr > td.inactive,
.table > tbody > tr.inactive > th,
.table > tbody > tr.inactive > td,
.table > tbody > tr > th.inactive,
.table > tbody > tr > td.inactive,
.table > tfoot > tr.inactive > th,
.table > tfoot > tr.inactive > td,
.table > tfoot > tr > th.inactive,
.table > tfoot > tr > td.inactive {
  background: transparent;
  color: #e6e6e6; }

.table-small > thead > tr > th,
.table-small > thead > tr > td,
.table-small > tbody > tr > th,
.table-small > tbody > tr > td,
.table-small > tfoot > tr > th,
.table-small > tfoot > tr > td {
  font-size: 14px;
  padding: 5px 23px 6px; }

.table-small > caption {
  font-size: 18px; }

.btn, .buttonTopTop {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 18px;
  line-height: 1.2;
  padding: 6px 23px 7px;
  font-weight: normal;
  white-space: nowrap;
  background-image: none;
  text-decoration: none;
  -webkit-transition: all 150ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -moz-transition: all 150ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -ms-transition: all 150ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-transition: all 150ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 150ms cubic-bezier(0.445, 0.05, 0.55, 0.95); }
  .btn > .icon, .buttonTopTop > .icon {
    margin-top: -1px;
    padding-right: 12px; }
  .btn > .icon-right, .buttonTopTop > .icon-right {
    padding-left: 12px;
    padding-right: 0; }
  .btn.focus, .focus.buttonTopTop, .btn:focus, .buttonTopTop:focus {
    color: #383838;
    text-decoration: none;
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn.hover, .hover.buttonTopTop, .btn:hover, .buttonTopTop:hover {
    text-decoration: none;
    -webkit-transition-duration: 100ms;
    -moz-transition-duration: 100ms;
    -ms-transition-duration: 100ms;
    -o-transition-duration: 100ms;
    transition-duration: 100ms; }
  .btn.disabled, .disabled.buttonTopTop, .btn[disabled], [disabled].buttonTopTop {
    cursor: not-allowed;
    background: #fafafa;
    border-color: #d6d6d6;
    color: #b8b8b8; }

.btn:active, .buttonTopTop:active {
  transform: translateY(2px); }

.btn-clean,
.btn-default,
.buttonTopTop {
  color: #383838;
  background-color: #ededed;
  border-color: #b2b2b2; }
  .focus.btn-clean, .btn-clean:focus,
  .btn-default.focus,
  .focus.buttonTopTop,
  .btn-default:focus,
  .buttonTopTop:focus {
    color: #383838; }
  .hover.btn-clean, .btn-clean:hover,
  .btn-default.hover,
  .hover.buttonTopTop,
  .btn-default:hover,
  .buttonTopTop:hover {
    color: #383838;
    background-color: #dbdbdb;
    border-color: #a0a0a0; }
  .active.btn-clean, .btn-clean:active,
  .btn-default.active,
  .active.buttonTopTop,
  .btn-default:active,
  .buttonTopTop:active {
    color: #383838;
    background-color: #c7c7c7;
    border-color: #8c8c8c; }
  .disabled.btn-clean, .disabled.focus.btn-clean, .disabled.btn-clean:focus, .disabled.hover.btn-clean, .disabled.btn-clean:hover, [disabled].btn-clean, [disabled].focus.btn-clean, [disabled].btn-clean:focus, [disabled].hover.btn-clean, [disabled].btn-clean:hover,
  .btn-default.disabled,
  .disabled.buttonTopTop,
  .btn-default.disabled.focus,
  .disabled.focus.buttonTopTop,
  .btn-default.disabled:focus,
  .disabled.buttonTopTop:focus,
  .btn-default.disabled.hover,
  .disabled.hover.buttonTopTop,
  .btn-default.disabled:hover,
  .disabled.buttonTopTop:hover,
  .btn-default[disabled],
  [disabled].buttonTopTop,
  .btn-default[disabled].focus,
  [disabled].focus.buttonTopTop,
  .btn-default[disabled]:focus,
  [disabled].buttonTopTop:focus,
  .btn-default[disabled].hover,
  [disabled].hover.buttonTopTop,
  .btn-default[disabled]:hover,
  [disabled].buttonTopTop:hover {
    color: #b8b8b8;
    background: #fafafa;
    border-color: #d6d6d6; }

.btn-brand {
  color: #fff;
  background-color: #e20074;
  border-color: #bc0060; }
  .btn-brand.focus, .btn-brand:focus {
    color: #fff; }
  .btn-brand.hover, .btn-brand:hover {
    color: #fff;
    background-color: #d0006b;
    border-color: #aa0057; }
  .btn-brand.active, .btn-brand:active {
    color: #fff;
    background-color: #bc0060;
    border-color: #96004d; }
  .btn-brand.disabled, .btn-brand.disabled.focus, .btn-brand.disabled:focus, .btn-brand.disabled.hover, .btn-brand.disabled:hover, .btn-brand[disabled], .btn-brand[disabled].focus, .btn-brand[disabled]:focus, .btn-brand[disabled].hover, .btn-brand[disabled]:hover {
    color: #b8b8b8;
    background: #fafafa;
    border-color: #d6d6d6; }

.btn-positive {
  color: #383838;
  background-color: #6bb324;
  border-color: #548d1c; }
  .btn-positive.focus, .btn-positive:focus {
    color: #383838; }
  .btn-positive.hover, .btn-positive:hover {
    color: #383838;
    background-color: #60a120;
    border-color: #497b19; }
  .btn-positive.active, .btn-positive:active {
    color: #383838;
    background-color: #548d1c;
    border-color: #3d6715; }
  .btn-positive.disabled, .btn-positive.disabled.focus, .btn-positive.disabled:focus, .btn-positive.disabled.hover, .btn-positive.disabled:hover, .btn-positive[disabled], .btn-positive[disabled].focus, .btn-positive[disabled]:focus, .btn-positive[disabled].hover, .btn-positive[disabled]:hover {
    color: #b8b8b8;
    background: #fafafa;
    border-color: #d6d6d6; }

.btn-negative {
  color: #fff;
  background-color: #d90000;
  border-color: #b30000; }
  .btn-negative.focus, .btn-negative:focus {
    color: #fff; }
  .btn-negative.hover, .btn-negative:hover {
    color: #fff;
    background-color: #c70000;
    border-color: #a10000; }
  .btn-negative.active, .btn-negative:active {
    color: #fff;
    background-color: #b30000;
    border-color: #8d0000; }
  .btn-negative.disabled, .btn-negative.disabled.focus, .btn-negative.disabled:focus, .btn-negative.disabled.hover, .btn-negative.disabled:hover, .btn-negative[disabled], .btn-negative[disabled].focus, .btn-negative[disabled]:focus, .btn-negative[disabled].hover, .btn-negative[disabled]:hover {
    color: #b8b8b8;
    background: #fafafa;
    border-color: #d6d6d6; }

.btn-clean {
  background-color: transparent; }
  .btn-clean, .btn-clean.focus, .btn-clean:focus, .btn-clean.hover, .btn-clean:hover, .btn-clean.active, .btn-clean:active {
    border-color: transparent; }

.btn-small {
  font-size: 15px;
  padding: 5px 23px 6px; }

.btn-large {
  font-size: 21px;
  padding: 10px 23px 11px; }

.btn-icon {
  padding: 6px 11px 7px; }
  .btn-icon .icon {
    padding: 0; }

.btn-minimal {
  padding: 6px 11px 7px; }

.btn-block {
  width: 100%; }

.btn-sectioned {
  display: block; }
  .btn-sectioned:before, .btn-sectioned:after {
    content: ' ';
    display: table; }
  .btn-sectioned:after {
    clear: both; }
  .btn-sectioned > .btn, .btn-sectioned > .buttonTopTop,
  .btn-sectioned > .pager,
  .btn-sectioned > .pager + .pager {
    margin-left: -1px;
    margin-right: 0;
    float: left;
    position: relative; }
    .btn-sectioned > .btn:hover, .btn-sectioned > .buttonTopTop:hover,
    .btn-sectioned > .pager:hover,
    .btn-sectioned > .pager + .pager:hover {
      z-index: 2; }
    .btn-sectioned > .btn:focus, .btn-sectioned > .buttonTopTop:focus, .btn-sectioned > .btn:active, .btn-sectioned > .buttonTopTop:active,
    .btn-sectioned > .pager:focus,
    .btn-sectioned > .pager:active,
    .btn-sectioned > .pager + .pager:focus,
    .btn-sectioned > .pager + .pager:active {
      z-index: 3; }
    .btn-sectioned > .btn:first-child, .btn-sectioned > .buttonTopTop:first-child,
    .btn-sectioned > .pager:first-child,
    .btn-sectioned > .pager + .pager:first-child {
      margin-left: 0; }
    .btn-sectioned > .btn:not(:last-child), .btn-sectioned > .buttonTopTop:not(:last-child),
    .btn-sectioned > .pager:not(:last-child),
    .btn-sectioned > .pager + .pager:not(:last-child) {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .btn-sectioned > .btn:not(:first-child), .btn-sectioned > .buttonTopTop:not(:first-child),
    .btn-sectioned > .pager:not(:first-child),
    .btn-sectioned > .pager + .pager:not(:first-child) {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }

label {
  display: inline-block; }

.form-input {
  background-color: #fff;
  border: 1px solid #b2b2b2;
  border-radius: 4px;
  color: #383838;
  display: block;
  font-size: 18px;
  line-height: 1.2;
  padding: 6px 11px 7px;
  width: 100%;
  -webkit-appearance: none;
  -webkit-transition: all 150ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -moz-transition: all 150ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -ms-transition: all 150ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-transition: all 150ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 150ms cubic-bezier(0.445, 0.05, 0.55, 0.95); }
  .form-input::-webkit-input-placeholder {
    color: #757575; }
  .form-input:-moz-placeholder {
    color: #757575; }
  .form-input::-moz-placeholder {
    color: #757575; }
  .form-input:-ms-input-placeholder {
    color: #757575; }
  .form-input.hover, .form-input:hover {
    background-color: #ededed;
    -webkit-transition-duration: 100ms;
    -moz-transition-duration: 100ms;
    -ms-transition-duration: 100ms;
    -o-transition-duration: 100ms;
    transition-duration: 100ms; }
  .form-input.focus, .form-input:focus {
    background-color: #fff;
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-input.active, .form-input:active {
    background-color: #d9d9d9; }
  .form-input.readonly, .form-input[disabled], .form-input[readonly] {
    background-color: #fff;
    border-color: #d6d6d6;
    color: #b8b8b8;
    cursor: not-allowed;
    resize: none; }
    .form-input.readonly::-webkit-input-placeholder, .form-input[disabled]::-webkit-input-placeholder, .form-input[readonly]::-webkit-input-placeholder {
      color: #757575; }
    .form-input.readonly:-moz-placeholder, .form-input[disabled]:-moz-placeholder, .form-input[readonly]:-moz-placeholder {
      color: #757575; }
    .form-input.readonly::-moz-placeholder, .form-input[disabled]::-moz-placeholder, .form-input[readonly]::-moz-placeholder {
      color: #757575; }
    .form-input.readonly:-ms-input-placeholder, .form-input[disabled]:-ms-input-placeholder, .form-input[readonly]:-ms-input-placeholder {
      color: #757575; }

textarea.form-input {
  min-height: 34px; }

.decoration-positive .form-input {
  background-color: #f8fbf4;
  border-color: #548d1c; }
  .decoration-positive .form-input.hover, .decoration-positive .form-input:hover {
    background-color: #f0f7e9;
    border-color: #497b19; }
  .decoration-positive .form-input.focus, .decoration-positive .form-input:focus {
    background-color: #fff;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #87d738; }
  .decoration-positive .form-input.active, .decoration-positive .form-input:active {
    background-color: #e9f4de;
    border-color: #3d6715; }

.decoration-warning .form-input {
  background-color: #fdfbf5;
  border-color: #b58f2f; }
  .decoration-warning .form-input.hover, .decoration-warning .form-input:hover {
    background-color: #fbf7eb;
    border-color: #a3812a; }
  .decoration-warning .form-input.focus, .decoration-warning .form-input:focus {
    background-color: #fff;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dabc70; }
  .decoration-warning .form-input.active, .decoration-warning .form-input:active {
    background-color: #faf3e1;
    border-color: #8f7125; }

.decoration-negative .form-input {
  background-color: #fdf2f2;
  border-color: #b30000; }
  .decoration-negative .form-input.hover, .decoration-negative .form-input:hover {
    background-color: #fbe6e6;
    border-color: #a10000; }
  .decoration-negative .form-input.focus, .decoration-negative .form-input:focus {
    background-color: #fff;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff1a1a; }
  .decoration-negative .form-input.active, .decoration-negative .form-input:active {
    background-color: #f9d9d9;
    border-color: #8d0000; }

.form-input-set {
  display: block;
  margin-bottom: 12px; }
  .form-input-set > label {
    font-size: 15px; }

.form-radio,
.form-checkbox {
  width: 24px;
  height: 24px; }

.form-radio-set,
.form-checkbox-set {
  display: block;
  margin-bottom: 12px; }
  .form-radio-set label,
  .form-checkbox-set label {
    display: block;
    padding-left: 36px;
    cursor: pointer;
    line-height: 24px; }
  .form-radio-set.disabled label,
  .form-checkbox-set.disabled label {
    cursor: not-allowed;
    color: #b8b8b8; }

.form-radio-set .form-radio,
.form-checkbox-set .form-checkbox {
  vertical-align: middle;
  float: left;
  margin-left: -36px;
  margin-right: 12px; }

.form-fieldset {
  border: 0;
  padding: 0 12px;
  margin: 0;
  min-width: 0; }
  .form-fieldset > legend {
    color: #757575;
    display: block;
    width: 100%;
    box-sizing: content-box;
    padding: 0 12px;
    margin: 0 -12px;
    padding-bottom: 7.815px;
    border-bottom: 1px solid #b2b2b2; }
  .form-fieldset > legend + * {
    -webkit-margin-top-collapse: separate;
    margin-top: 12px; }

.form-select {
  background-color: #ededed;
  border: 0px solid #b2b2b2;
  border-radius: 4px;
  color: #383838;
  display: block;
  font-size: 18px;
  line-height: 1.2;
  padding: 6px 11px 7px;
  width: 100%; }
  .form-select option {
    background-color: #fff; }
  .form-select.focus, .form-select:focus {
    background-color: #ededed;
    outline: 0; }
  .form-select.hover, .form-select:hover {
    background-color: #dbdbdb; }
  .form-select.active, .form-select:active {
    background-color: #c7c7c7; }
  .form-select.disabled, .form-select.readonly, .form-select[disabled], .form-select[readonly] {
    background-color: #f7f7f7;
    border-color: #d6d6d6;
    color: #b8b8b8;
    cursor: not-allowed;
    resize: none; }
    .form-select.disabled::-webkit-input-placeholder, .form-select.readonly::-webkit-input-placeholder, .form-select[disabled]::-webkit-input-placeholder, .form-select[readonly]::-webkit-input-placeholder {
      color: #757575; }
    .form-select.disabled:-moz-placeholder, .form-select.readonly:-moz-placeholder, .form-select[disabled]:-moz-placeholder, .form-select[readonly]:-moz-placeholder {
      color: #757575; }
    .form-select.disabled::-moz-placeholder, .form-select.readonly::-moz-placeholder, .form-select[disabled]::-moz-placeholder, .form-select[readonly]::-moz-placeholder {
      color: #757575; }
    .form-select.disabled:-ms-input-placeholder, .form-select.readonly:-ms-input-placeholder, .form-select[disabled]:-ms-input-placeholder, .form-select[readonly]:-ms-input-placeholder {
      color: #757575; }

.fade {
  opacity: 0;
  -webkit-transition: opacity .3s ease-out;
  -ms-transition: opacity .3s ease-out;
  -moz-transition: opacity .3s ease-out;
  -o-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out; }
  .fade.in {
    opacity: 1; }

/*
.disabledButton {
    opacity: 0.3;
    pointer-events: none;
    cursor: default;
    @include vendor-prefix('transition', 'opacity .3s ease-out');
    &.in {
        opacity: 1;
    }
}
*/
.disabledButton {
  opacity: 0.3;
  pointer-events: none;
  cursor: default; }

.content-list {
  list-style: none;
  margin: 0;
  padding: 0; }
  .content-list > li,
  .content-list > .content-list-item {
    border-bottom: 1px solid #dcdcdc; }

.content-list-item {
  position: relative;
  display: block;
  padding: 13px 12px; }
  .content-list-item.selected {
    color: #e20074; }

a.content-list-item {
  -webkit-transition: all 150ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -moz-transition: all 150ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -ms-transition: all 150ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-transition: all 150ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 150ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  color: inherit;
  cursor: pointer; }
  a.content-list-item.focus, a.content-list-item:focus {
    text-decoration: none; }
  a.content-list-item.hover, a.content-list-item:hover {
    text-decoration: none;
    background-color: #ededed;
    -webkit-transition-duration: 100ms;
    -moz-transition-duration: 100ms;
    -ms-transition-duration: 100ms;
    -o-transition-duration: 100ms;
    transition-duration: 100ms; }
  a.content-list-item.active, a.content-list-item:active {
    background-color: #d9d9d9; }

.content-list-item-brand {
  color: #fff;
  background-color: #e20074; }

a.content-list-item-brand {
  color: #fff; }
  a.content-list-item-brand.hover, a.content-list-item-brand:hover {
    background-color: #d0006b; }
  a.content-list-item-brand.active, a.content-list-item-brand:active {
    background-color: #bc0060; }

.breadcrumb {
  padding: 0;
  margin: 0;
  list-style: none; }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li > a {
      color: #757575; }
    .breadcrumb > li + li:before {
      padding: 0 1px;
      content: '\BB\A0';
      color: #757575; }
  .breadcrumb > .active {
    color: #e20074; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 0 -3px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a {
      float: left;
      display: block;
      width: 12px;
      height: 12px;
      margin: 0 3px;
      border-radius: 50%;
      background-color: #fff;
      border: 1px solid #b2b2b2;
      -webkit-transition: all 150ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
      -moz-transition: all 150ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
      -ms-transition: all 150ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
      -o-transition: all 150ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
      transition: all 150ms cubic-bezier(0.445, 0.05, 0.55, 0.95); }
  .pagination > li > a.focus, .pagination > li > a:focus {
    background-color: #c9c9c9;
    border-color: #7c7c7c;
    outline: 0; }
  .pagination > li > a.hover, .pagination > li > a:hover {
    background-color: #ededed;
    border-color: #a0a0a0;
    -webkit-transition-duration: 100ms;
    -moz-transition-duration: 100ms;
    -ms-transition-duration: 100ms;
    -o-transition-duration: 100ms;
    transition-duration: 100ms; }
  .pagination > li > a.active, .pagination > li > a:active {
    background-color: #d9d9d9;
    border-color: #8c8c8c; }
  .pagination > .active > a {
    background-color: #e20074;
    border-color: #bc0060;
    overflow: hidden; }
    .pagination > .active > a:before {
      content: url("data:image/gif;base64,R0lGODdhDAAMAKUiAOYgheYhhuYihuYih+Yjh+YjiOYkh+YkiOYliOYlieYmiOYmieYniecniecniuYoiucoiecoiuYpiucpiucqiucqi+cri+csjOctjOcujecvjecvjucwjugxj+gyj+g0kOg1kOg1kf///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////ywAAAAADAAMAAAGXUAE4lAYBACAAOFwEB4IRqSS6YQGroKls3gNZJsJptWrXSzEAnKT8XgQ3oOvgiGpVN54A4JuuVzwTXMPFhgaGwVMCQ0QERQYHB4eiQ0RExQWGR0fIIkOlRWYHiAhQQA7");
      line-height: 12px;
      vertical-align: super; }
    .pagination > .active > a.focus, .pagination > .active > a:focus {
      background-color: #ac0059;
      border-color: #860045; }
    .pagination > .active > a.hover, .pagination > .active > a:hover {
      background-color: #d0006b;
      border-color: #aa0057; }
    .pagination > .active > a.active, .pagination > .active > a:active {
      background-color: #bc0060;
      border-color: #96004d; }
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus,
  .pagination > .disabled > a:active {
    background-color: #fff;
    border-color: #d8d8d8;
    cursor: not-allowed; }

.pagination-small > li > a,
.pagination-small > li > span {
  width: 8px;
  height: 8px;
  margin: 0 1.5px; }

.media {
  padding: 5px 12px 4px; }

.media-body,
.media-left,
.media-right {
  display: table-cell;
  vertical-align: middle;
  height: 38px; }

.media-left {
  padding-right: 12px; }

.media-right {
  padding-left: 12px; }

.media-body {
  width: 100%;
  padding: 5px 0; }

.media-top {
  vertical-align: top; }

.media-bottom {
  vertical-align: bottom; }

.media-heading {
  margin: 0;
  padding: 0; }

.media-hint {
  margin: 0;
  padding: 0;
  color: #757575;
  font-size: 15px; }

.badge {
  background-color: #ededed;
  border-radius: 3px;
  color: #383838;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  min-width: 20px;
  padding: 3px 6px 2px;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap; }
  .badge:empty {
    display: none; }
  .content-list-item > .badge {
    float: right; }

.badge-positive {
  background-color: #6bb324; }

.badge-warning {
  background-color: #dbad39; }

.badge-negative {
  background-color: #d90000;
  color: #fff; }

.badge-function {
  background-color: #0ca1dc;
  color: #fff; }

.badge-brand {
  background-color: #e20074;
  color: #fff; }

.badge-dark {
  background-color: #383838;
  color: #fff; }

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 6000; }
  .modal:empty {
    display: none; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -moz-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: transform 0.3s ease-out;
    -ms-transition: transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-open.modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 12px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border-radius: 6px;
  padding: 0;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.75);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.75);
  background-clip: padding-box;
  outline: 0; }

.modal-content .close {
  margin-top: 10px;
  margin-right: 10px; }

.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.in {
    opacity: 0.8; }

.modal-header {
  padding: 12px;
  border-bottom: 1px solid #b2b2b2; }

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

.modal-body {
  position: relative;
  padding: 12px; }

.modal-footer {
  text-align: right;
  padding: 12px;
  border-top: 1px solid #b2b2b2; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 24px auto; }
  .modal-small {
    width: 480px; } }

@media (min-width: 992px) {
  .modal-large {
    width: 840px; } }

.col-s-12.emptyCol {
  padding-bottom: 0px;
  padding-top: 0px; }

#message_message_paymentTransactionOpen .OuterButtons input.btn-message {
  width: 100%; }

.notification {
  background-color: #fefefe;
  border: 1px solid #b2b2b2;
  border-radius: 6px;
  display: block;
  margin-bottom: 18px;
  padding: 16px 24px 22px;
  text-align: left;
  font-size: 15px; }
  .notification:before, .notification:after {
    content: ' ';
    display: table; }
  .notification:after {
    clear: both; }
  .notification:empty {
    display: none; }

.notification-dismissible {
  padding-right: 48px; }
  .notification-dismissible > .close {
    margin-right: -36px;
    margin-top: -7px;
    margin-left: 18px; }
    .notification-dismissible > .close.focus, .notification-dismissible > .close:focus {
      color: #020202;
      outline: 0; }
    .notification-dismissible > .close.hover, .notification-dismissible > .close:hover {
      color: #262626; }
    .notification-dismissible > .close.active, .notification-dismissible > .close:active {
      color: #121212; }

.notification-content,
.notification-left,
.notification-right {
  overflow: hidden;
  zoom: 1; }

.notification-content > p {
  padding: 0;
  margin: 0; }

.notification-left {
  float: left;
  margin-right: 12px; }

.notification-right {
  float: right;
  margin-left: 12px; }

.notification-heading {
  font-size: 24px;
  font-weight: 400;
  padding: 0;
  margin: 0; }

.notification-overlay {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.45); }

.notification-positive {
  background-color: #f8fbf4;
  border-color: #548d1c;
  color: false; }
  .notification-positive > .notification-badge {
    background-color: false;
    color: #f8fbf4; }
  .notification-positive > .close.focus, .notification-positive > .close:focus {
    color: false; }
  .notification-positive > .close.hover, .notification-positive > .close:hover {
    color: false; }
  .notification-positive > .close.active, .notification-positive > .close:active {
    color: false; }

.notification-warning {
  background-color: #fdfbf5;
  border-color: #b58f2f;
  color: false; }
  .notification-warning > .notification-badge {
    background-color: false;
    color: #fdfbf5; }
  .notification-warning > .close.focus, .notification-warning > .close:focus {
    color: false; }
  .notification-warning > .close.hover, .notification-warning > .close:hover {
    color: false; }
  .notification-warning > .close.active, .notification-warning > .close:active {
    color: false; }

.notification-negative {
  background-color: #fdf2f2;
  border-color: #b30000;
  color: false; }
  .notification-negative > .notification-badge {
    background-color: false;
    color: #fdf2f2; }
  .notification-negative > .close.focus, .notification-negative > .close:focus {
    color: false; }
  .notification-negative > .close.hover, .notification-negative > .close:hover {
    color: false; }
  .notification-negative > .close.active, .notification-negative > .close:active {
    color: false; }

.notification-badge {
  float: right;
  margin-top: -5px;
  margin-right: -12px;
  background-color: #383838;
  color: #fff; }

.notification .icon-frame {
  padding: 7px 0 0; }
  .notification .icon-frame .icon-large {
    font-size: 42px; }

.pager {
  border-radius: 3em;
  -webkit-transition: all 150ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -moz-transition: all 150ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -ms-transition: all 150ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-transition: all 150ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 150ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  background: #fff;
  background-image: none;
  border: 1px solid #b2b2b2;
  color: #383838;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.2;
  padding: 6px 23px 7px;
  text-align: center;
  vertical-align: bottom;
  white-space: nowrap;
  text-decoration: none; }
  .pager.right {
    float: right; }
  .pager.left {
    float: left; }
  .pager > .icon {
    padding-right: 12px;
    margin-left: -6px;
    color: #000; }
    .pager > .icon.right {
      padding-left: 12px;
      padding-right: 0;
      margin-left: 0;
      margin-right: -6px; }
  .pager.focus, .pager:focus {
    text-decoration: none;
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .pager.hover, .pager:hover {
    text-decoration: none;
    background-color: #ededed;
    border-color: #a0a0a0;
    -webkit-transition-duration: 100ms;
    -moz-transition-duration: 100ms;
    -ms-transition-duration: 100ms;
    -o-transition-duration: 100ms;
    transition-duration: 100ms; }
  .pager.active, .pager:active {
    text-decoration: none;
    background-color: #d9d9d9;
    border-color: #8c8c8c; }
  .pager.disabled, .pager[disabled] {
    cursor: not-allowed;
    background: #fafafa;
    border-color: #d6d6d6;
    color: #b8b8b8; }

.pager-small {
  font-size: 15px;
  padding: 5px 23px 6px; }

.pager-large {
  font-size: 21px;
  padding: 10px 23px 11px; }

.pager-icon {
  padding: 6px 11px 7px;
  padding-left: 0;
  padding-right: 0;
  width: 36px; }
  .pager-icon.pager-small {
    width: 32px; }
  .pager-icon.pager-large {
    width: 48px;
    height: 48px; }
    .pager-icon.pager-large .icon {
      font-size: 36px;
      padding: 1px 0 0 2px; }
  .pager-icon .icon {
    padding: 0;
    margin-left: 0;
    margin-right: 0; }

.pager + .pager {
  margin-left: 24px; }

.pager-minimal {
  padding: 6px 11px 7px; }

.pager-block {
  width: 100%; }

.pager-clean {
  border-color: transparent; }
  .pager-clean.hover, .pager-clean:hover {
    text-decoration: none;
    border-color: transparent; }
  .pager-clean.active, .pager-clean:active {
    text-decoration: none;
    border-color: transparent; }

.close {
  color: inherit;
  border: 0;
  padding: 0;
  cursor: pointer;
  font-size: 24px;
  line-height: 1;
  font-family: 'TeleIconUi';
  float: right;
  background: none;
  margin-top: -1px; }

.form-checkbox-js {
  width: 22px;
  height: 22px;
  font-size: 24px;
  padding: 0;
  border: 0;
  background-color: #ededed;
  border-radius: 4px;
  font-family: 'TeleIconUi';
  line-height: 1px;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-transition: all 150ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -moz-transition: all 150ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -ms-transition: all 150ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-transition: all 150ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 150ms cubic-bezier(0.445, 0.05, 0.55, 0.95); }
  .form-checkbox-js.focus, .form-checkbox-js:focus {
    outline: 0; }
  .form-checkbox-js.focus {
    background-color: #b8b8b8; }
  .form-checkbox-js.hover, .form-checkbox-js:hover {
    background-color: #dbdbdb;
    -webkit-transition-duration: 100ms;
    -moz-transition-duration: 100ms;
    -ms-transition-duration: 100ms;
    -o-transition-duration: 100ms;
    transition-duration: 100ms; }
  .form-checkbox-js.active, .form-checkbox-js:active {
    background-color: #c7c7c7; }
  .form-checkbox-js > .border {
    color: #b2b2b2;
    position: absolute;
    top: 10.5px;
    left: -1px; }
    .form-checkbox-js > .border:before {
      content: 'A'; }
  .form-checkbox-js > .check {
    font-size: 24px;
    position: absolute;
    top: 10.5px;
    left: -1px;
    color: #6bb324; }
    .form-checkbox-js > .check:before {
      content: ''; }
  .form-checkbox-js.checked > .check:before {
    content: 'B'; }
  fieldset[disabled] .form-checkbox-js, .form-checkbox-js[disabled], .form-checkbox-js.disabled {
    cursor: not-allowed;
    background-color: #fafafa; }
    fieldset[disabled] .form-checkbox-js > .border:before, .form-checkbox-js[disabled] > .border:before, .form-checkbox-js.disabled > .border:before {
      color: #d6d6d6; }
    fieldset[disabled] .form-checkbox-js > .check:before, .form-checkbox-js[disabled] > .check:before, .form-checkbox-js.disabled > .check:before {
      color: #b8b8b8; }
  .form-checkbox-set .form-checkbox-js {
    vertical-align: middle;
    float: left;
    margin-left: -36px;
    margin-right: 12px; }

.lte-ie8 .form-checkbox-js {
  background-color: transparent !important;
  background-repeat: no-repeat;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHgAAAAYCAYAAAAxkDmIAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDozNzdDRDJBNDk3RTFFMzExODA1Q0VBNjZFMjk1MzI2MiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoxRDA0Mjc4MUUxQTcxMUUzOUIxMEY2RkFFQTZEM0FCMSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoxRDA0Mjc4MEUxQTcxMUUzOUIxMEY2RkFFQTZEM0FCMSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1LjEgV2luZG93cyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjM4N0NEMkE0OTdFMUUzMTE4MDVDRUE2NkUyOTUzMjYyIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjM3N0NEMkE0OTdFMUUzMTE4MDVDRUE2NkUyOTUzMjYyIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+HYcNygAAAP5JREFUeNrsmjFqwzAAReWQsRDImgNk8wlaqiUn6pqxa27SGxQ6lR7BNzAEhAWCroF8geZ2SD6C8B58Izw8Yx7ePCzLEsROO2nP7XwLs/atveWc53bP4k8pWf2lFKs/xmj11/OgwHsdfrRtuC9Ze1Hki9OvyFa/Ilv9imz1r3V5N8hDc1b3BX8/fw18CD4O7QXwd/LXwBvjA56CF/z/+FcBHhoCExgIDAQGAgOBgcBAYAIDgYHAQGAgMBAY/g5cjP5f/H39NfCX8QGf+Pv66x8dR+01eH76OrYz/k7++gVP2qh9aOc7iM/NNeacJ6c/pWT1l1Ks/hij1V/dVwEGAJDahM+tVIFSAAAAAElFTkSuQmCC"); }
  .lte-ie8 .form-checkbox-js.focus, .lte-ie8 .form-checkbox-js:focus {
    background-position: -72px 0; }
  .lte-ie8 .form-checkbox-js.hover, .lte-ie8 .form-checkbox-js:hover {
    background-position: -24px 0; }
  .lte-ie8 .form-checkbox-js.active, .lte-ie8 .form-checkbox-js:active {
    background-position: -47px 1px; }
  .lte-ie8 .form-checkbox-js[disabled], .lte-ie8 .form-checkbox-js.disabled {
    background-position: -96px 0; }

.lte-ie8 fieldset[disabled] .form-checkbox-js {
  background-position: -96px 0; }

.form-radio-js {
  width: 22px;
  height: 22px;
  font-size: 24px;
  padding: 0;
  border: 0;
  background-color: #ededed;
  border-radius: 50%;
  font-family: 'TeleIconUi';
  line-height: 1px;
  position: relative;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-transition: all 150ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -moz-transition: all 150ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -ms-transition: all 150ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-transition: all 150ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 150ms cubic-bezier(0.445, 0.05, 0.55, 0.95); }
  .form-radio-js.focus, .form-radio-js:focus {
    outline: 0; }
  .form-radio-js.focus {
    background-color: #b8b8b8; }
  .form-radio-js.hover, .form-radio-js:hover {
    background-color: #dbdbdb;
    -webkit-transition-duration: 100ms;
    -moz-transition-duration: 100ms;
    -ms-transition-duration: 100ms;
    -o-transition-duration: 100ms;
    transition-duration: 100ms; }
  .form-radio-js.active, .form-radio-js:active {
    background-color: #c7c7c7; }
  .form-radio-js > .border {
    color: #b2b2b2;
    position: absolute;
    top: 10px;
    left: -1px; }
    .form-radio-js > .border:before {
      content: 'C'; }
  .form-radio-js > .check {
    font-size: 24px;
    position: absolute;
    top: 10px;
    left: -1px;
    color: #e20074; }
    .form-radio-js > .check:before {
      content: ''; }
  .form-radio-js.checked > .check:before {
    content: 'D'; }
  fieldset[disabled] .form-radio-js, .form-radio-js[disabled], .form-radio-js.disabled {
    cursor: not-allowed;
    background-color: #fafafa; }
    fieldset[disabled] .form-radio-js > .border:before, .form-radio-js[disabled] > .border:before, .form-radio-js.disabled > .border:before {
      color: #d6d6d6; }
    fieldset[disabled] .form-radio-js > .check:before, .form-radio-js[disabled] > .check:before, .form-radio-js.disabled > .check:before {
      color: #b8b8b8; }
  .form-radio-set .form-radio-js {
    vertical-align: middle;
    float: left;
    margin-left: -36px;
    margin-right: 12px; }

.lte-ie8 .form-radio-js {
  background-color: transparent !important;
  background-repeat: no-repeat;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHgAAAAYCAYAAAAxkDmIAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDozNzdDRDJBNDk3RTFFMzExODA1Q0VBNjZFMjk1MzI2MiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoxODZGRDVCRkUxQTcxMUUzQTBCRkM0RUQzNUQwMDFCRiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoxODZGRDVCRUUxQTcxMUUzQTBCRkM0RUQzNUQwMDFCRiIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1LjEgV2luZG93cyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjM4N0NEMkE0OTdFMUUzMTE4MDVDRUE2NkUyOTUzMjYyIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjM3N0NEMkE0OTdFMUUzMTE4MDVDRUE2NkUyOTUzMjYyIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+JE+ciQAAAjVJREFUeNrsms1Kw0AUhadpl4KrglAQFMTiSvAFiiAIgsWFm3bpA9gnUHyALnyAbty6EApSQfANBFeiCHZVEEILBbcFz+ANxKGTv87tgNwDpw2h+ZJyksmdn9J4PFYJqsEn8BFchXdp/wscwvfwHTyad/BkMlEpWogfhiErfzqdsvIbjQYrX6tkCXgNvoLP4HLKRczgHnwJf2UM2Ak/IWAn/ISAnfATAnbCtwV8CN/CKyqfvuFT+CElYGd8S8DO+JaAnfEtATvjawXGj87hQQG4omMGxLBJ+EvmxwM+hrtqcXWJZUr4HvhB7GV+k6G9z6IysWpGsSB8D/wo4At4VbnTKjGV8P3ydZG1ju9PR3ePWd1tUqHFxqdCi41PhRYbnwotNn4FHy0GeNRUtGLbwvfA1wEfKD7tM1288DPydcDbjCfYUbwSfgq/QkNgXKoy/wHhp/ADJfrX0gGHjPxQ+H75uol+NzrdLvVKRYTwPfH1E/zIeAc9Cd8vXw90bGDjg6mjvUUDHWx8Guhg49NABxufBjrY+PoJHqrf+UTX6iHcIScf4bLyES4rH+Gy8jU7mg/W74A3VWyaap703GQdAUcrDVj4CJiVj4BZ+QiYlQ+Pom6SPlHb4d3TVn+XkQjfEz/eD+7DHQfwDrFMCd8D3xzouIab9IgXaRaaxLBJ+EvmB5Y7qU4v6VnGaq1Hx/Qz/F74S+SXci6b3aP9z4pn2WwufoFls7n4BZbN5uIXWDabi6/1I8AAeDZjVOQRAs0AAAAASUVORK5CYII="); }
  .lte-ie8 .form-radio-js.focus, .lte-ie8 .form-radio-js:focus {
    background-position: -72px 0; }
  .lte-ie8 .form-radio-js.hover, .lte-ie8 .form-radio-js:hover {
    background-position: -24px 0; }
  .lte-ie8 .form-radio-js.active, .lte-ie8 .form-radio-js:active {
    background-position: -47px 1px; }
  .lte-ie8 .form-radio-js[disabled], .lte-ie8 .form-radio-js.disabled {
    background-position: -96px 0; }

.lte-ie8 fieldset[disabled] .form-radio-js {
  background-position: -96px 0; }

.form-select-js {
  position: relative;
  cursor: default;
  font-size: 18px;
  line-height: 1.2; }
  .form-select-js .form-select-js-choice {
    background-color: #ededed;
    border: 1px solid #b2b2b2;
    border-radius: 4px;
    color: #383838;
    display: block;
    padding: 6px 11px 7px;
    padding-right: 35px;
    width: 100%;
    text-decoration: none;
    -webkit-appearance: none;
    text-align: left;
    -webkit-transition: all 150ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -moz-transition: all 150ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -ms-transition: all 150ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -o-transition: all 150ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: all 150ms cubic-bezier(0.445, 0.05, 0.55, 0.95); }
    .form-select-js .form-select-js-choice:before {
      content: 'e';
      float: right;
      font-family: 'TeleIconUi';
      font-size: 24px;
      line-height: 1px;
      margin-top: 10px;
      margin-right: -29px; }
  .form-select-js.focus .form-select-js-choice,
  .form-select-js:focus .form-select-js-choice {
    background-color: #b8b8b8;
    outline: 0; }
  .form-select-js.hover .form-select-js-choice,
  .form-select-js:hover .form-select-js-choice {
    background-color: #dbdbdb;
    -webkit-transition-duration: 100ms;
    -moz-transition-duration: 100ms;
    -ms-transition-duration: 100ms;
    -o-transition-duration: 100ms;
    transition-duration: 100ms; }
  .form-select-js.selected .form-select-js-choice,
  .form-select-js:selected .form-select-js-choice {
    background-color: white; }
  .form-select-js.active .form-select-js-choice,
  .form-select-js:active .form-select-js-choice {
    background-color: #c7c7c7; }
  .form-select-js[aria-disabled=true] .form-select-js-choice {
    background-color: #fafafa;
    border-color: #d6d6d6;
    color: #b8b8b8;
    cursor: not-allowed; }

.form-select-js-option-scroll-wrapper {
  display: none;
  position: fixed;
  background-color: #fff;
  border: 1px solid #b2b2b2;
  border-radius: 4px;
  margin-top: 6px;
  margin-bottom: 6px;
  z-index: 9000;
  overflow-y: auto; }
  .in > .form-select-js-option-scroll-wrapper {
    display: block; }
  .form-select-js-option-scroll-wrapper .form-select-js-options {
    margin: 0;
    padding: 0;
    list-style: none; }
    .form-select-js-option-scroll-wrapper .form-select-js-options > li {
      padding: 6px 11px 7px;
      -webkit-transition: all 150ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
      -moz-transition: all 150ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
      -ms-transition: all 150ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
      -o-transition: all 150ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
      transition: all 150ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
      outline: 0;
      cursor: pointer; }
      .form-select-js-option-scroll-wrapper .form-select-js-options > li.focus, .form-select-js-option-scroll-wrapper .form-select-js-options > li:focus {
        background-color: #d9d9d9; }
      .form-select-js-option-scroll-wrapper .form-select-js-options > li.hover {
        background-color: #ededed;
        -webkit-transition-duration: 100ms;
        -moz-transition-duration: 100ms;
        -ms-transition-duration: 100ms;
        -o-transition-duration: 100ms;
        transition-duration: 100ms; }
      .form-select-js-option-scroll-wrapper .form-select-js-options > li.active, .form-select-js-option-scroll-wrapper .form-select-js-options > li:active {
        background-color: #d9d9d9; }
      .form-select-js-option-scroll-wrapper .form-select-js-options > li[aria-disabled=true] {
        background-color: inherit;
        color: #eee;
        cursor: not-allowed; }
      .form-select-js-option-scroll-wrapper .form-select-js-options > li.selected {
        background-color: #e20074;
        color: #fff; }
        .form-select-js-option-scroll-wrapper .form-select-js-options > li.selected.focus, .form-select-js-option-scroll-wrapper .form-select-js-options > li.selected:focus {
          background-color: #bc0060; }
        .form-select-js-option-scroll-wrapper .form-select-js-options > li.selected.hover {
          background-color: #d0006b; }
        .form-select-js-option-scroll-wrapper .form-select-js-options > li.selected.active, .form-select-js-option-scroll-wrapper .form-select-js-options > li.selected:active {
          background-color: #bc0060; }

.form-select-js-choice-input {
  width: 0;
  position: absolute;
  outline: 0;
  background: none;
  opacity: 0;
  clip: rect(0, 0, 0, 0); }

.totop {
  position: fixed;
  z-index: 5000;
  bottom: -50px;
  opacity: 0;
  left: 0;
  width: 100%;
  height: 1px;
  transform: translateZ(0);
  -webkit-transition: all 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -moz-transition: all 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-transition: all 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95); }
  .totop .btn, .totop .buttonTopTop {
    float: right;
    position: relative;
    right: 12px;
    bottom: 48px; }
    .totop .btn.mobile, .totop .mobile.buttonTopTop {
      right: 24px;
      bottom: 60px; }

.expandable-hidden {
  height: 0;
  display: none;
  visibility: hidden; }

.expandable-visible {
  display: block;
  visibility: visible; }

.expanable-container {
  overflow: hidden;
  display: block;
  visibility: visible; }

.qtip {
  position: absolute;
  left: -28000px;
  top: -28000px;
  display: none;
  max-width: 280px;
  min-width: 50px;
  direction: ltr;
  box-shadow: none;
  padding: 0; }

.qtip-content {
  position: relative;
  overflow: hidden;
  text-align: left;
  word-wrap: break-word; }

.qtip-titlebar {
  position: relative;
  overflow: hidden;
  border-width: 0 0 1px; }
  .qtip-titlebar + .qtip-content {
    border-top-width: 0 !important; }

.qtip-close {
  position: absolute;
  right: -9px;
  top: -9px;
  z-index: 11;
  cursor: pointer;
  outline: medium none;
  border: 1px solid transparent; }
  .qtip-titlebar .qtip-close {
    right: 4px;
    top: 50%;
    margin-top: -9px; }

* html .qtip-titlebar .qtip-close {
  top: 16px; }

.qtip-titlebar .ui-icon,
.qtip-icon .ui-icon {
  display: block;
  text-indent: -1000em;
  direction: ltr; }

.qtip-icon,
.qtip-icon .ui-icon {
  border-radius: 3px;
  text-decoration: none; }

.qtip-icon .ui-icon {
  width: 18px;
  height: 14px;
  line-height: 14px;
  text-align: center;
  text-indent: 0;
  font: normal bold 10px/13px Tahoma,sans-serif;
  color: inherit;
  background: transparent none no-repeat -100em -100em; }

.qtip-default {
  background-color: #1e1e1e;
  background-color: rgba(30, 30, 30, 0.85);
  color: #fff;
  border: 0 solid transparent;
  border-radius: 4px;
  font-size: 15px; }
  .qtip-default .qtip-titlebar {
    font-size: 18px;
    font-weight: bold;
    padding: 7px 12px 0;
    background-color: transparent; }
    .qtip-default .qtip-titlebar .qtip-close {
      border-color: #aaa;
      color: #111; }
    .qtip-default .qtip-titlebar .ui-state-hover {
      border-color: #303030; }
    .qtip-default .qtip-titlebar + .qtip-content {
      padding-top: 0; }
  .qtip-default .qtip-content {
    padding: 9px 12px; }
  .qtip-default .qtip-icon {
    background: #f1f1f1;
    border-color: #222;
    text-shadow: none;
    color: #777; }

.qtip .qtip-tip {
  margin: 0 auto;
  overflow: hidden;
  z-index: 10; }

x:-o-prefocus, .qtip .qtip-tip {
  visibility: hidden; }

.qtip .qtip-tip,
.qtip .qtip-tip .qtip-vml,
.qtip .qtip-tip canvas {
  position: absolute;
  color: #123456;
  background: transparent;
  border: 0 dashed transparent; }

.qtip .qtip-tip canvas {
  top: 0;
  left: 0; }

.qtip .qtip-tip .qtip-vml {
  behavior: url(#default#VML);
  display: inline-block;
  visibility: visible; }

.clearfix:before, .clearfix:after {
  content: ' ';
  display: table; }

.clearfix:after {
  clear: both; }

.hidden {
  display: none !important;
  visibility: hidden !important; }

.show {
  display: inherit !important;
  visibility: inherit !important; }

.visible-s {
  display: none !important;
  visibility: hidden !important; }

.visible-s-block {
  display: none !important;
  visibility: hidden !important; }

.visible-s-inline {
  display: none !important;
  visibility: hidden !important; }

.visible-s-inline-block {
  display: none !important;
  visibility: hidden !important; }

.visible-m {
  display: none !important;
  visibility: hidden !important; }

.visible-m-block {
  display: none !important;
  visibility: hidden !important; }

.visible-m-inline {
  display: none !important;
  visibility: hidden !important; }

.visible-m-inline-block {
  display: none !important;
  visibility: hidden !important; }

.visible-xl {
  display: none !important;
  visibility: hidden !important; }

.visible-xl-block {
  display: none !important;
  visibility: hidden !important; }

.visible-xl-inline {
  display: none !important;
  visibility: hidden !important; }

.visible-xl-inline-block {
  display: none !important;
  visibility: hidden !important; }

.visible-l {
  display: initial !important;
  visibility: inherit !important; }

.visible-l-block {
  display: block !important;
  visibility: inherit !important; }

.visible-l-inline {
  display: inline !important;
  visibility: inherit !important; }

.visible-l-inline-block {
  display: inline-block !important;
  visibility: inherit !important; }

.hidden-l {
  display: none !important;
  visibility: hidden !important; }

@media screen and (max-width: 991px) {
  .visible-s {
    display: none !important;
    visibility: hidden !important; }
  .visible-s-block {
    display: none !important;
    visibility: hidden !important; }
  .visible-s-inline {
    display: none !important;
    visibility: hidden !important; }
  .visible-s-inline-block {
    display: none !important;
    visibility: hidden !important; }
  .visible-l {
    display: none !important;
    visibility: hidden !important; }
  .visible-l-block {
    display: none !important;
    visibility: hidden !important; }
  .visible-l-inline {
    display: none !important;
    visibility: hidden !important; }
  .visible-l-inline-block {
    display: none !important;
    visibility: hidden !important; }
  .hidden-l {
    display: initial !important;
    visibility: inherit !important; }
  .visible-m {
    display: initial !important;
    visibility: inherit !important; }
  .visible-m-block {
    display: block !important;
    visibility: inherit !important; }
  .visible-m-inline {
    display: inline !important;
    visibility: inherit !important; }
  .visible-m-inline-block {
    display: inline-block !important;
    visibility: inherit !important; }
  .hidden-m {
    display: none !important;
    visibility: hidden !important; } }

@media screen and (max-width: 767px) {
  .visible-m {
    display: none !important;
    visibility: hidden !important; }
  .visible-m-block {
    display: none !important;
    visibility: hidden !important; }
  .visible-m-inline {
    display: none !important;
    visibility: hidden !important; }
  .visible-m-inline-block {
    display: none !important;
    visibility: hidden !important; }
  .hidden-m {
    display: initial !important;
    visibility: inherit !important; }
  .visible-s {
    display: initial !important;
    visibility: inherit !important; }
  .visible-s-block {
    display: block !important;
    visibility: inherit !important; }
  .visible-s-inline {
    display: inline !important;
    visibility: inherit !important; }
  .visible-s-inline-block {
    display: inline-block !important;
    visibility: inherit !important; }
  .hidden-s {
    display: none !important;
    visibility: hidden !important; } }

@media screen and (min-width: 1200px) {
  .visible-l {
    display: none !important;
    visibility: hidden !important; }
  .visible-l-block {
    display: none !important;
    visibility: hidden !important; }
  .visible-l-inline {
    display: none !important;
    visibility: hidden !important; }
  .visible-l-inline-block {
    display: none !important;
    visibility: hidden !important; }
  .hidden-l {
    display: initial !important;
    visibility: inherit !important; }
  .visible-xl {
    display: initial !important;
    visibility: inherit !important; }
  .visible-xl-block {
    display: block !important;
    visibility: inherit !important; }
  .visible-xl-inline {
    display: inline !important;
    visibility: inherit !important; }
  .visible-xl-inline-block {
    display: inline-block !important;
    visibility: inherit !important; }
  .hidden-xl {
    display: none !important;
    visibility: hidden !important; } }

.pull-left {
  float: left; }

.pull-right {
  float: right; }

.offset-top-1 {
  margin-top: 12px; }

.offset-right-1 {
  margin-right: 12px; }

.offset-bottom-1 {
  margin-bottom: 12px; }

.offset-left-1 {
  margin-left: 12px; }

.offset-top-2 {
  margin-top: 24px; }

.offset-right-2 {
  margin-right: 24px; }

.offset-bottom-2 {
  margin-bottom: 24px; }

.offset-left-2 {
  margin-left: 24px; }

.offset-top-3 {
  margin-top: 36px; }

.offset-right-3 {
  margin-right: 36px; }

.offset-bottom-3 {
  margin-bottom: 36px; }

.offset-left-3 {
  margin-left: 36px; }

.offset-top-4 {
  margin-top: 48px; }

.offset-right-4 {
  margin-right: 48px; }

.offset-bottom-4 {
  margin-bottom: 48px; }

.offset-left-4 {
  margin-left: 48px; }

.offset-top-5 {
  margin-top: 60px; }

.offset-right-5 {
  margin-right: 60px; }

.offset-bottom-5 {
  margin-bottom: 60px; }

.offset-left-5 {
  margin-left: 60px; }

.offset-top-6 {
  margin-top: 72px; }

.offset-right-6 {
  margin-right: 72px; }

.offset-bottom-6 {
  margin-bottom: 72px; }

.offset-left-6 {
  margin-left: 72px; }

.offset-top-7 {
  margin-top: 84px; }

.offset-right-7 {
  margin-right: 84px; }

.offset-bottom-7 {
  margin-bottom: 84px; }

.offset-left-7 {
  margin-left: 84px; }

.offset-top-8 {
  margin-top: 96px; }

.offset-right-8 {
  margin-right: 96px; }

.offset-bottom-8 {
  margin-bottom: 96px; }

.offset-left-8 {
  margin-left: 96px; }

.offset-top-9 {
  margin-top: 108px; }

.offset-right-9 {
  margin-right: 108px; }

.offset-bottom-9 {
  margin-bottom: 108px; }

.offset-left-9 {
  margin-left: 108px; }

.offset-top-10 {
  margin-top: 120px; }

.offset-right-10 {
  margin-right: 120px; }

.offset-bottom-10 {
  margin-bottom: 120px; }

.offset-left-10 {
  margin-left: 120px; }

.offset-top-11 {
  margin-top: 132px; }

.offset-right-11 {
  margin-right: 132px; }

.offset-bottom-11 {
  margin-bottom: 132px; }

.offset-left-11 {
  margin-left: 132px; }

.offset-top-12 {
  margin-top: 144px; }

.offset-right-12 {
  margin-right: 144px; }

.offset-bottom-12 {
  margin-bottom: 144px; }

.offset-left-12 {
  margin-left: 144px; }

.offset-top-13 {
  margin-top: 156px; }

.offset-right-13 {
  margin-right: 156px; }

.offset-bottom-13 {
  margin-bottom: 156px; }

.offset-left-13 {
  margin-left: 156px; }

.offset-top-14 {
  margin-top: 168px; }

.offset-right-14 {
  margin-right: 168px; }

.offset-bottom-14 {
  margin-bottom: 168px; }

.offset-left-14 {
  margin-left: 168px; }

.offset-top-15 {
  margin-top: 180px; }

.offset-right-15 {
  margin-right: 180px; }

.offset-bottom-15 {
  margin-bottom: 180px; }

.offset-left-15 {
  margin-left: 180px; }

.offset-top-16 {
  margin-top: 192px; }

.offset-right-16 {
  margin-right: 192px; }

.offset-bottom-16 {
  margin-bottom: 192px; }

.offset-left-16 {
  margin-left: 192px; }

.offset-top-17 {
  margin-top: 204px; }

.offset-right-17 {
  margin-right: 204px; }

.offset-bottom-17 {
  margin-bottom: 204px; }

.offset-left-17 {
  margin-left: 204px; }

.offset-top-18 {
  margin-top: 216px; }

.offset-right-18 {
  margin-right: 216px; }

.offset-bottom-18 {
  margin-bottom: 216px; }

.offset-left-18 {
  margin-left: 216px; }

.offset-l-top-1 {
  margin-top: 12px; }

.offset-l-right-1 {
  margin-right: 12px; }

.offset-l-bottom-1 {
  margin-bottom: 12px; }

.offset-l-left-1 {
  margin-left: 12px; }

.offset-l-top-2 {
  margin-top: 24px; }

.offset-l-right-2 {
  margin-right: 24px; }

.offset-l-bottom-2 {
  margin-bottom: 24px; }

.offset-l-left-2 {
  margin-left: 24px; }

.offset-l-top-3 {
  margin-top: 36px; }

.offset-l-right-3 {
  margin-right: 36px; }

.offset-l-bottom-3 {
  margin-bottom: 36px; }

.offset-l-left-3 {
  margin-left: 36px; }

.offset-l-top-4 {
  margin-top: 48px; }

.offset-l-right-4 {
  margin-right: 48px; }

.offset-l-bottom-4 {
  margin-bottom: 48px; }

.offset-l-left-4 {
  margin-left: 48px; }

.offset-l-top-5 {
  margin-top: 60px; }

.offset-l-right-5 {
  margin-right: 60px; }

.offset-l-bottom-5 {
  margin-bottom: 60px; }

.offset-l-left-5 {
  margin-left: 60px; }

.offset-l-top-6 {
  margin-top: 72px; }

.offset-l-right-6 {
  margin-right: 72px; }

.offset-l-bottom-6 {
  margin-bottom: 72px; }

.offset-l-left-6 {
  margin-left: 72px; }

.offset-l-top-7 {
  margin-top: 84px; }

.offset-l-right-7 {
  margin-right: 84px; }

.offset-l-bottom-7 {
  margin-bottom: 84px; }

.offset-l-left-7 {
  margin-left: 84px; }

.offset-l-top-8 {
  margin-top: 96px; }

.offset-l-right-8 {
  margin-right: 96px; }

.offset-l-bottom-8 {
  margin-bottom: 96px; }

.offset-l-left-8 {
  margin-left: 96px; }

.offset-l-top-9 {
  margin-top: 108px; }

.offset-l-right-9 {
  margin-right: 108px; }

.offset-l-bottom-9 {
  margin-bottom: 108px; }

.offset-l-left-9 {
  margin-left: 108px; }

.offset-l-top-10 {
  margin-top: 120px; }

.offset-l-right-10 {
  margin-right: 120px; }

.offset-l-bottom-10 {
  margin-bottom: 120px; }

.offset-l-left-10 {
  margin-left: 120px; }

.offset-l-top-11 {
  margin-top: 132px; }

.offset-l-right-11 {
  margin-right: 132px; }

.offset-l-bottom-11 {
  margin-bottom: 132px; }

.offset-l-left-11 {
  margin-left: 132px; }

.offset-l-top-12 {
  margin-top: 144px; }

.offset-l-right-12 {
  margin-right: 144px; }

.offset-l-bottom-12 {
  margin-bottom: 144px; }

.offset-l-left-12 {
  margin-left: 144px; }

.offset-l-top-13 {
  margin-top: 156px; }

.offset-l-right-13 {
  margin-right: 156px; }

.offset-l-bottom-13 {
  margin-bottom: 156px; }

.offset-l-left-13 {
  margin-left: 156px; }

.offset-l-top-14 {
  margin-top: 168px; }

.offset-l-right-14 {
  margin-right: 168px; }

.offset-l-bottom-14 {
  margin-bottom: 168px; }

.offset-l-left-14 {
  margin-left: 168px; }

.offset-l-top-15 {
  margin-top: 180px; }

.offset-l-right-15 {
  margin-right: 180px; }

.offset-l-bottom-15 {
  margin-bottom: 180px; }

.offset-l-left-15 {
  margin-left: 180px; }

.offset-l-top-16 {
  margin-top: 192px; }

.offset-l-right-16 {
  margin-right: 192px; }

.offset-l-bottom-16 {
  margin-bottom: 192px; }

.offset-l-left-16 {
  margin-left: 192px; }

.offset-l-top-17 {
  margin-top: 204px; }

.offset-l-right-17 {
  margin-right: 204px; }

.offset-l-bottom-17 {
  margin-bottom: 204px; }

.offset-l-left-17 {
  margin-left: 204px; }

.offset-l-top-18 {
  margin-top: 216px; }

.offset-l-right-18 {
  margin-right: 216px; }

.offset-l-bottom-18 {
  margin-bottom: 216px; }

.offset-l-left-18 {
  margin-left: 216px; }

@media screen and (max-width: 991px) {
  .offset-m-top-1 {
    margin-top: 12px; }
  .offset-m-right-1 {
    margin-right: 12px; }
  .offset-m-bottom-1 {
    margin-bottom: 12px; }
  .offset-m-left-1 {
    margin-left: 12px; }
  .offset-m-top-2 {
    margin-top: 24px; }
  .offset-m-right-2 {
    margin-right: 24px; }
  .offset-m-bottom-2 {
    margin-bottom: 24px; }
  .offset-m-left-2 {
    margin-left: 24px; }
  .offset-m-top-3 {
    margin-top: 36px; }
  .offset-m-right-3 {
    margin-right: 36px; }
  .offset-m-bottom-3 {
    margin-bottom: 36px; }
  .offset-m-left-3 {
    margin-left: 36px; }
  .offset-m-top-4 {
    margin-top: 48px; }
  .offset-m-right-4 {
    margin-right: 48px; }
  .offset-m-bottom-4 {
    margin-bottom: 48px; }
  .offset-m-left-4 {
    margin-left: 48px; }
  .offset-m-top-5 {
    margin-top: 60px; }
  .offset-m-right-5 {
    margin-right: 60px; }
  .offset-m-bottom-5 {
    margin-bottom: 60px; }
  .offset-m-left-5 {
    margin-left: 60px; }
  .offset-m-top-6 {
    margin-top: 72px; }
  .offset-m-right-6 {
    margin-right: 72px; }
  .offset-m-bottom-6 {
    margin-bottom: 72px; }
  .offset-m-left-6 {
    margin-left: 72px; }
  .offset-m-top-7 {
    margin-top: 84px; }
  .offset-m-right-7 {
    margin-right: 84px; }
  .offset-m-bottom-7 {
    margin-bottom: 84px; }
  .offset-m-left-7 {
    margin-left: 84px; }
  .offset-m-top-8 {
    margin-top: 96px; }
  .offset-m-right-8 {
    margin-right: 96px; }
  .offset-m-bottom-8 {
    margin-bottom: 96px; }
  .offset-m-left-8 {
    margin-left: 96px; }
  .offset-m-top-9 {
    margin-top: 108px; }
  .offset-m-right-9 {
    margin-right: 108px; }
  .offset-m-bottom-9 {
    margin-bottom: 108px; }
  .offset-m-left-9 {
    margin-left: 108px; }
  .offset-m-top-10 {
    margin-top: 120px; }
  .offset-m-right-10 {
    margin-right: 120px; }
  .offset-m-bottom-10 {
    margin-bottom: 120px; }
  .offset-m-left-10 {
    margin-left: 120px; }
  .offset-m-top-11 {
    margin-top: 132px; }
  .offset-m-right-11 {
    margin-right: 132px; }
  .offset-m-bottom-11 {
    margin-bottom: 132px; }
  .offset-m-left-11 {
    margin-left: 132px; }
  .offset-m-top-12 {
    margin-top: 144px; }
  .offset-m-right-12 {
    margin-right: 144px; }
  .offset-m-bottom-12 {
    margin-bottom: 144px; }
  .offset-m-left-12 {
    margin-left: 144px; }
  .offset-m-top-13 {
    margin-top: 156px; }
  .offset-m-right-13 {
    margin-right: 156px; }
  .offset-m-bottom-13 {
    margin-bottom: 156px; }
  .offset-m-left-13 {
    margin-left: 156px; }
  .offset-m-top-14 {
    margin-top: 168px; }
  .offset-m-right-14 {
    margin-right: 168px; }
  .offset-m-bottom-14 {
    margin-bottom: 168px; }
  .offset-m-left-14 {
    margin-left: 168px; }
  .offset-m-top-15 {
    margin-top: 180px; }
  .offset-m-right-15 {
    margin-right: 180px; }
  .offset-m-bottom-15 {
    margin-bottom: 180px; }
  .offset-m-left-15 {
    margin-left: 180px; }
  .offset-m-top-16 {
    margin-top: 192px; }
  .offset-m-right-16 {
    margin-right: 192px; }
  .offset-m-bottom-16 {
    margin-bottom: 192px; }
  .offset-m-left-16 {
    margin-left: 192px; }
  .offset-m-top-17 {
    margin-top: 204px; }
  .offset-m-right-17 {
    margin-right: 204px; }
  .offset-m-bottom-17 {
    margin-bottom: 204px; }
  .offset-m-left-17 {
    margin-left: 204px; }
  .offset-m-top-18 {
    margin-top: 216px; }
  .offset-m-right-18 {
    margin-right: 216px; }
  .offset-m-bottom-18 {
    margin-bottom: 216px; }
  .offset-m-left-18 {
    margin-left: 216px; } }

@media screen and (max-width: 767px) {
  .offset-s-top-1 {
    margin-top: 12px; }
  .offset-s-right-1 {
    margin-right: 12px; }
  .offset-s-bottom-1 {
    margin-bottom: 12px; }
  .offset-s-left-1 {
    margin-left: 12px; }
  .offset-s-top-2 {
    margin-top: 24px; }
  .offset-s-right-2 {
    margin-right: 24px; }
  .offset-s-bottom-2 {
    margin-bottom: 24px; }
  .offset-s-left-2 {
    margin-left: 24px; }
  .offset-s-top-3 {
    margin-top: 36px; }
  .offset-s-right-3 {
    margin-right: 36px; }
  .offset-s-bottom-3 {
    margin-bottom: 36px; }
  .offset-s-left-3 {
    margin-left: 36px; }
  .offset-s-top-4 {
    margin-top: 48px; }
  .offset-s-right-4 {
    margin-right: 48px; }
  .offset-s-bottom-4 {
    margin-bottom: 48px; }
  .offset-s-left-4 {
    margin-left: 48px; }
  .offset-s-top-5 {
    margin-top: 60px; }
  .offset-s-right-5 {
    margin-right: 60px; }
  .offset-s-bottom-5 {
    margin-bottom: 60px; }
  .offset-s-left-5 {
    margin-left: 60px; }
  .offset-s-top-6 {
    margin-top: 72px; }
  .offset-s-right-6 {
    margin-right: 72px; }
  .offset-s-bottom-6 {
    margin-bottom: 72px; }
  .offset-s-left-6 {
    margin-left: 72px; }
  .offset-s-top-7 {
    margin-top: 84px; }
  .offset-s-right-7 {
    margin-right: 84px; }
  .offset-s-bottom-7 {
    margin-bottom: 84px; }
  .offset-s-left-7 {
    margin-left: 84px; }
  .offset-s-top-8 {
    margin-top: 96px; }
  .offset-s-right-8 {
    margin-right: 96px; }
  .offset-s-bottom-8 {
    margin-bottom: 96px; }
  .offset-s-left-8 {
    margin-left: 96px; }
  .offset-s-top-9 {
    margin-top: 108px; }
  .offset-s-right-9 {
    margin-right: 108px; }
  .offset-s-bottom-9 {
    margin-bottom: 108px; }
  .offset-s-left-9 {
    margin-left: 108px; }
  .offset-s-top-10 {
    margin-top: 120px; }
  .offset-s-right-10 {
    margin-right: 120px; }
  .offset-s-bottom-10 {
    margin-bottom: 120px; }
  .offset-s-left-10 {
    margin-left: 120px; }
  .offset-s-top-11 {
    margin-top: 132px; }
  .offset-s-right-11 {
    margin-right: 132px; }
  .offset-s-bottom-11 {
    margin-bottom: 132px; }
  .offset-s-left-11 {
    margin-left: 132px; }
  .offset-s-top-12 {
    margin-top: 144px; }
  .offset-s-right-12 {
    margin-right: 144px; }
  .offset-s-bottom-12 {
    margin-bottom: 144px; }
  .offset-s-left-12 {
    margin-left: 144px; }
  .offset-s-top-13 {
    margin-top: 156px; }
  .offset-s-right-13 {
    margin-right: 156px; }
  .offset-s-bottom-13 {
    margin-bottom: 156px; }
  .offset-s-left-13 {
    margin-left: 156px; }
  .offset-s-top-14 {
    margin-top: 168px; }
  .offset-s-right-14 {
    margin-right: 168px; }
  .offset-s-bottom-14 {
    margin-bottom: 168px; }
  .offset-s-left-14 {
    margin-left: 168px; }
  .offset-s-top-15 {
    margin-top: 180px; }
  .offset-s-right-15 {
    margin-right: 180px; }
  .offset-s-bottom-15 {
    margin-bottom: 180px; }
  .offset-s-left-15 {
    margin-left: 180px; }
  .offset-s-top-16 {
    margin-top: 192px; }
  .offset-s-right-16 {
    margin-right: 192px; }
  .offset-s-bottom-16 {
    margin-bottom: 192px; }
  .offset-s-left-16 {
    margin-left: 192px; }
  .offset-s-top-17 {
    margin-top: 204px; }
  .offset-s-right-17 {
    margin-right: 204px; }
  .offset-s-bottom-17 {
    margin-bottom: 204px; }
  .offset-s-left-17 {
    margin-left: 204px; }
  .offset-s-top-18 {
    margin-top: 216px; }
  .offset-s-right-18 {
    margin-right: 216px; }
  .offset-s-bottom-18 {
    margin-bottom: 216px; }
  .offset-s-left-18 {
    margin-left: 216px; } }

@media screen and (min-width: 1200px) {
  .offset-xl-top-1 {
    margin-top: 12px; }
  .offset-xl-right-1 {
    margin-right: 12px; }
  .offset-xl-bottom-1 {
    margin-bottom: 12px; }
  .offset-xl-left-1 {
    margin-left: 12px; }
  .offset-xl-top-2 {
    margin-top: 24px; }
  .offset-xl-right-2 {
    margin-right: 24px; }
  .offset-xl-bottom-2 {
    margin-bottom: 24px; }
  .offset-xl-left-2 {
    margin-left: 24px; }
  .offset-xl-top-3 {
    margin-top: 36px; }
  .offset-xl-right-3 {
    margin-right: 36px; }
  .offset-xl-bottom-3 {
    margin-bottom: 36px; }
  .offset-xl-left-3 {
    margin-left: 36px; }
  .offset-xl-top-4 {
    margin-top: 48px; }
  .offset-xl-right-4 {
    margin-right: 48px; }
  .offset-xl-bottom-4 {
    margin-bottom: 48px; }
  .offset-xl-left-4 {
    margin-left: 48px; }
  .offset-xl-top-5 {
    margin-top: 60px; }
  .offset-xl-right-5 {
    margin-right: 60px; }
  .offset-xl-bottom-5 {
    margin-bottom: 60px; }
  .offset-xl-left-5 {
    margin-left: 60px; }
  .offset-xl-top-6 {
    margin-top: 72px; }
  .offset-xl-right-6 {
    margin-right: 72px; }
  .offset-xl-bottom-6 {
    margin-bottom: 72px; }
  .offset-xl-left-6 {
    margin-left: 72px; }
  .offset-xl-top-7 {
    margin-top: 84px; }
  .offset-xl-right-7 {
    margin-right: 84px; }
  .offset-xl-bottom-7 {
    margin-bottom: 84px; }
  .offset-xl-left-7 {
    margin-left: 84px; }
  .offset-xl-top-8 {
    margin-top: 96px; }
  .offset-xl-right-8 {
    margin-right: 96px; }
  .offset-xl-bottom-8 {
    margin-bottom: 96px; }
  .offset-xl-left-8 {
    margin-left: 96px; }
  .offset-xl-top-9 {
    margin-top: 108px; }
  .offset-xl-right-9 {
    margin-right: 108px; }
  .offset-xl-bottom-9 {
    margin-bottom: 108px; }
  .offset-xl-left-9 {
    margin-left: 108px; }
  .offset-xl-top-10 {
    margin-top: 120px; }
  .offset-xl-right-10 {
    margin-right: 120px; }
  .offset-xl-bottom-10 {
    margin-bottom: 120px; }
  .offset-xl-left-10 {
    margin-left: 120px; }
  .offset-xl-top-11 {
    margin-top: 132px; }
  .offset-xl-right-11 {
    margin-right: 132px; }
  .offset-xl-bottom-11 {
    margin-bottom: 132px; }
  .offset-xl-left-11 {
    margin-left: 132px; }
  .offset-xl-top-12 {
    margin-top: 144px; }
  .offset-xl-right-12 {
    margin-right: 144px; }
  .offset-xl-bottom-12 {
    margin-bottom: 144px; }
  .offset-xl-left-12 {
    margin-left: 144px; }
  .offset-xl-top-13 {
    margin-top: 156px; }
  .offset-xl-right-13 {
    margin-right: 156px; }
  .offset-xl-bottom-13 {
    margin-bottom: 156px; }
  .offset-xl-left-13 {
    margin-left: 156px; }
  .offset-xl-top-14 {
    margin-top: 168px; }
  .offset-xl-right-14 {
    margin-right: 168px; }
  .offset-xl-bottom-14 {
    margin-bottom: 168px; }
  .offset-xl-left-14 {
    margin-left: 168px; }
  .offset-xl-top-15 {
    margin-top: 180px; }
  .offset-xl-right-15 {
    margin-right: 180px; }
  .offset-xl-bottom-15 {
    margin-bottom: 180px; }
  .offset-xl-left-15 {
    margin-left: 180px; }
  .offset-xl-top-16 {
    margin-top: 192px; }
  .offset-xl-right-16 {
    margin-right: 192px; }
  .offset-xl-bottom-16 {
    margin-bottom: 192px; }
  .offset-xl-left-16 {
    margin-left: 192px; }
  .offset-xl-top-17 {
    margin-top: 204px; }
  .offset-xl-right-17 {
    margin-right: 204px; }
  .offset-xl-bottom-17 {
    margin-bottom: 204px; }
  .offset-xl-left-17 {
    margin-left: 204px; }
  .offset-xl-top-18 {
    margin-top: 216px; }
  .offset-xl-right-18 {
    margin-right: 216px; }
  .offset-xl-bottom-18 {
    margin-bottom: 216px; }
  .offset-xl-left-18 {
    margin-left: 216px; } }

.h-ctr {
  display: table;
  margin-left: auto;
  margin-right: auto; }

.v-ctr {
  display: table;
  height: 100%; }
  .v-ctr > div {
    display: table-cell;
    vertical-align: middle; }

.cont-sep-1, .cont-sep-2, .cont-sep-3, .cont-sep-4, .cont-sep-5, .cont-sep-6, .cont-sep-7, .cont-sep-8, .cont-sep-9, .cont-sep-10, .cont-sep-11, .cont-sep-12, .cont-sep-13, .cont-sep-14, .cont-sep-15, .cont-sep-16, .cont-sep-17, .cont-sep-18 {
  position: relative; }
  .cont-sep-1 > *, .cont-sep-2 > *, .cont-sep-3 > *, .cont-sep-4 > *, .cont-sep-5 > *, .cont-sep-6 > *, .cont-sep-7 > *, .cont-sep-8 > *, .cont-sep-9 > *, .cont-sep-10 > *, .cont-sep-11 > *, .cont-sep-12 > *, .cont-sep-13 > *, .cont-sep-14 > *, .cont-sep-15 > *, .cont-sep-16 > *, .cont-sep-17 > *, .cont-sep-18 > * {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%; }

.cont-sep-1 {
  height: 12px; }

.cont-sep-2 {
  height: 24px; }

.cont-sep-3 {
  height: 36px; }

.cont-sep-4 {
  height: 48px; }

.cont-sep-5 {
  height: 60px; }

.cont-sep-6 {
  height: 72px; }

.cont-sep-7 {
  height: 84px; }

.cont-sep-8 {
  height: 96px; }

.cont-sep-9 {
  height: 108px; }

.cont-sep-10 {
  height: 120px; }

.cont-sep-11 {
  height: 132px; }

.cont-sep-12 {
  height: 144px; }

.cont-sep-13 {
  height: 156px; }

.cont-sep-14 {
  height: 168px; }

.cont-sep-15 {
  height: 180px; }

.cont-sep-16 {
  height: 192px; }

.cont-sep-17 {
  height: 204px; }

.cont-sep-18 {
  height: 216px; }

.bg-brand {
  background-color: #e20074; }

.bg-gray-38 {
  background-color: #262626; }

.bg-gray-1 {
  background-color: #a4a4a4; }

.bg-gray-2 {
  background-color: #7c7c7c; }

.bg-gray-3 {
  background-color: #6c6c6c; }

.bg-gray-4 {
  background-color: #ededed; }

.bg-gray-5 {
  background-color: #4b4b4b; }

.bg-gray-6 {
  background-color: #d0d0d0; }

.bg-yellow {
  background-color: #ffd329; }

.bg-yellow-25 {
  background-color: #fff4ca; }

.bg-yellow-50 {
  background-color: #ffe994; }

.bg-yellow-75 {
  background-color: #ffde5f; }

.bg-orange {
  background-color: #ff9a1e; }

.bg-orange-25 {
  background-color: #ffe6c7; }

.bg-orange-50 {
  background-color: #ffcd8f; }

.bg-orange-75 {
  background-color: #ffb356; }

.bg-violet {
  background-color: #992c99; }

.bg-violet-25 {
  background-color: #e6cae6; }

.bg-violet-50 {
  background-color: #cc96cc; }

.bg-violet-75 {
  background-color: #b361b3; }

.bg-dark-blue {
  background-color: #1063ad; }

.bg-dark-blue-25 {
  background-color: #c3d8eb; }

.bg-dark-blue-50 {
  background-color: #88b1d6; }

.bg-dark-blue-75 {
  background-color: #4c8ac2; }

.bg-light-blue {
  background-color: #53baf2; }

.bg-light-blue-25 {
  background-color: #d4eefc; }

.bg-light-blue-50 {
  background-color: #a9ddf9; }

.bg-light-blue-75 {
  background-color: #7ecbf5; }

.bg-petrol {
  background-color: #1bada2; }

.bg-petrol-25 {
  background-color: #c6ebe8; }

.bg-petrol-50 {
  background-color: #8dd6d1; }

.bg-petrol-75 {
  background-color: #54c2b9; }

.bg-green {
  background-color: #bfcb44; }

.bg-green-25 {
  background-color: #eff2d0; }

.bg-green-50 {
  background-color: #dfe5a2; }

.bg-green-75 {
  background-color: #cfd873; }

.t-html-cc-ver {
  content: "Telekom HTML Code Components v2.0"; }

* {
  box-sizing: border-box !important; }

.centerTable {
  display: table;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  vertical-align: middle; }

.centerTablecell {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center; }

body {
  overflow-y: scroll;
  height: 100%; }

html {
  height: 100%; }

#content {
  width: 100%; }

#header, header {
  width: 100%;
  float: left;
  display: block;
  margin-bottom: 0;
  padding-top: 0; }
  #header .buttonBack, header .buttonBack {
    font-size: 0;
    height: 36px !important;
    width: 36px !important;
    padding: 0 !important;
    background-position: center center; }
  #header .brandingArea, header .brandingArea {
    border-bottom: 1px solid #b2b2b2;
    padding: 0px;
    width: 100%;
    float: left; }
    @media screen and (min-width: 768px) {
      #header .brandingArea, header .brandingArea {
        padding-top: 12px; } }
  @media screen and (max-width: 767px) {
    #header .row, header .row {
      padding-left: 0; }
      #header .row .HeaderContainer, header .row .HeaderContainer {
        padding-top: 12px;
        padding-bottom: 0px; } }
  #header .logoNewBox, header .logoNewBox {
    height: 50px;
    position: relative;
    float: right; }
    #header .logoNewBox span, header .logoNewBox span {
      position: absolute;
      top: -1px;
      right: -5px;
      font-size: 16.2px;
      font-weight: bolder;
      white-space: nowrap; }
      @media screen and (max-width: 350px) {
        #header .logoNewBox span, header .logoNewBox span {
          right: -10px; } }

#logo {
  display: block;
  float: left;
  width: 80px;
  height: 40px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIkAAABECAMAAACCjOaRAAAAM1BMVEX////42ePiAHTxrcP0xNTrhankNX/pdZ/vobvtk7LmT4v64+r87fHzuczoZJX99vj2z9ueJbqoAAABNUlEQVR4AWIYRADQbl1laQzCYBj+SHBq+9/suPxe6DmBkby3tacGGDoQQyD7YyRMB3JdJD5ETvRVYA6ZLgrykhzLxcfDADDNua/EWwDXkrfM0lHiVtyXANxNMgMPJdh8H4nFngTF95BE7EtgJSWO3lpQI0EUlAR6y9RJVk9vyUkc6iRgaYmplaxeVrKgVoIkK5nrJUVWMtVLkCUlGQ2SJClJLRIrJfFENLdICr20CkjoJVMvOT1CQIImySIn8W2SICThkEObhH2IE+Sql5ymEpX8X0k4zd6XlHBawb3s4f3oNL4vMXSawb344H4qUYlKVKKSfyD5OTOgrk9UohKVqKR/lr6KGBrTVwFDS/RVxtAyfbdiYIVOshhYoJPyilGtjui0pWBEZUueLnO2L8bQTqwSlYzuGacRFj2cqTS9AAAAAElFTkSuQmCC) center center no-repeat;
  background-size: 100% 100%; }

@media \0screen {
  .mobile-s-menu {
    display: none; } }

.partner-logo {
  display: block;
  float: right;
  width: auto;
  height: 40px;
  margin-left: 18px; }

.headline-holder {
  position: absolute;
  top: 6px;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: -1; }
  .headline-holder h1 {
    font-size: 19.416px;
    font-weight: bolder;
    padding: 0;
    margin: 0; }
  @media screen and (max-width: 767px) {
    .headline-holder {
      display: none; } }

.country-logo {
  display: block;
  float: left;
  width: auto;
  height: 30px;
  margin-top: 15px;
  margin-top: 15px;
  margin-right: 6px; }

@media screen and (max-width: 767px) {
  .logo_holder {
    position: absolute;
    top: 18px;
    left: 24px;
    width: 50%; }
    .logo_holder .partner-logo {
      width: 36px;
      height: auto;
      margin-left: 12px; }
    .logo_holder .country-logo {
      width: 36px;
      height: auto;
      margin-left: 12px;
      margin-top: 5px; } }

@media screen and (max-width: 385px) {
  .logo_holder {
    position: relative;
    float: left;
    width: 100%;
    top: auto;
    left: auto;
    padding-bottom: 8px; }
    .logo_holder #logo {
      width: 36px;
      height: 36px; }
    .logo_holder .partner-logo {
      width: 36px;
      margin-left: 12px; }
    .logo_holder .country-logo {
      width: 36px;
      margin-left: 0;
      position: absolute;
      top: 120%;
      left: 0; } }

.menu_big {
  float: right;
  padding: 12px 0; }
  .menu_big a {
    color: #383838;
    text-decoration: none; }
  .menu_big a:hover {
    color: #383838;
    text-decoration: none; }
  .menu_big .Active {
    background: #e3e3e3 !important; }
  .menu_big.hide {
    display: none; }

.language-changer {
  float: right;
  width: auto;
  padding: 12px 0;
  margin-right: 24px;
  margin-top: 1px; }
  .language-changer select {
    padding: 5.5px 12px 5.5px 12px;
    height: 34px; }
  @media screen and (max-width: 767px) {
    .language-changer {
      margin-left: 12px;
      margin-right: 12px; } }
  .language-changer.push-right {
    margin-right: 0px; }

#main {
  float: left;
  width: 100%;
  padding-bottom: 60px; }
  #main .Active {
    background: #c7c7c7 !important; }

.MainReduced {
  padding-bottom: 0 !important; }

.mobile_menu_holder {
  height: 0;
  overflow: hidden;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -ms-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
  width: 100%;
  float: left;
  text-align: center; }
  .mobile_menu_holder a {
    text-decoration: none;
    color: #383838;
    width: 100%;
    float: left;
    display: block;
    padding: 12px;
    background: #ededed;
    border-bottom: 1px solid #fff; }
  .mobile_menu_holder a:hover {
    background: #e2e2e2; }
  .mobile_menu_holder .Active {
    background: #c7c7c7 !important; }

.mobileMenuVisible {
  height: auto;
  margin-bottom: 48px;
  margin-top: 0px;
  z-index: 10000;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -ms-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms; }

.loader, .loaderSpacer {
  width: 100%;
  float: left;
  height: 6px;
  position: relative;
  margin-bottom: 30px; }
  .loader .loaderBar, .loaderSpacer .loaderBar {
    position: absolute;
    height: 100%;
    background: #e20074; }
  @media screen and (max-width: 767px) {
    .loader, .loaderSpacer {
      margin-bottom: 0; } }

.progress {
  width: 100%;
  float: left;
  height: 30px;
  background: #f7f7f7; }
  .progress * {
    color: #fff;
    white-space: nowrap; }
  .progress .stepText {
    font-family: "TeleGrotesk", Helvetica, "Helvetica Neue", Arial, sans-serif;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px; }
    @media screen and (max-width: 767px) {
      .progress .stepText {
        font-size: 12px !important; } }
  .progress .finalProgress {
    position: absolute;
    top: 0;
    right: 0;
    width: 4em;
    height: 100%; }
    .progress .finalProgress * {
      color: #bababa; }

.finalProgressState {
  background: #e20074; }
  .finalProgressState * {
    color: #fff !important; }

.connecting {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100000000;
  width: 100%;
  height: 100%; }
  .connecting .connectingInner {
    width: 100%;
    padding: 60px;
    background: rgba(237, 237, 237, 0.75); }
    @media screen and (max-width: 600px) {
      .connecting .connectingInner {
        padding-top: 84px; } }
    .connecting .connectingInner .etablishConenction {
      color: #e20074;
      font-family: "TeleGrotesk", Helvetica, "Helvetica Neue", Arial, sans-serif;
      text-transform: uppercase;
      padding-left: 36px;
      background: transparent url(data:image/gif;base64,R0lGODlhEAAQAPYAAP///wAAANTU1JSUlGBgYEBAQERERG5ubqKiotzc3KSkpCQkJCgoKDAwMDY2Nj4+Pmpqarq6uhwcHHJycuzs7O7u7sLCwoqKilBQUF5eXr6+vtDQ0Do6OhYWFoyMjKqqqlxcXHx8fOLi4oaGhg4ODmhoaJycnGZmZra2tkZGRgoKCrCwsJaWlhgYGAYGBujo6PT09Hh4eISEhPb29oKCgqioqPr6+vz8/MDAwMrKyvj4+NbW1q6urvDw8NLS0uTk5N7e3s7OzsbGxry8vODg4NjY2PLy8tra2np6erS0tLKyskxMTFJSUlpaWmJiYkJCQjw8PMTExHZ2djIyMurq6ioqKo6OjlhYWCwsLB4eHqCgoE5OThISEoiIiGRkZDQ0NMjIyMzMzObm5ri4uH5+fpKSkp6enlZWVpCQkEpKSkhISCIiIqamphAQEAwMDKysrAQEBJqamiYmJhQUFDg4OHR0dC4uLggICHBwcCAgIFRUVGxsbICAgAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAEAAQAAAHjYAAgoOEhYUbIykthoUIHCQqLoI2OjeFCgsdJSsvgjcwPTaDAgYSHoY2FBSWAAMLE4wAPT89ggQMEbEzQD+CBQ0UsQA7RYIGDhWxN0E+ggcPFrEUQjuCCAYXsT5DRIIJEBgfhjsrFkaDERkgJhswMwk4CDzdhBohJwcxNB4sPAmMIlCwkOGhRo5gwhIGAgAh+QQJCgAAACwAAAAAEAAQAAAHjIAAgoOEhYU7A1dYDFtdG4YAPBhVC1ktXCRfJoVKT1NIERRUSl4qXIRHBFCbhTKFCgYjkII3g0hLUbMAOjaCBEw9ukZGgidNxLMUFYIXTkGzOmLLAEkQCLNUQMEAPxdSGoYvAkS9gjkyNEkJOjovRWAb04NBJlYsWh9KQ2FUkFQ5SWqsEJIAhq6DAAIBACH5BAkKAAAALAAAAAAQABAAAAeJgACCg4SFhQkKE2kGXiwChgBDB0sGDw4NDGpshTheZ2hRFRVDUmsMCIMiZE48hmgtUBuCYxBmkAAQbV2CLBM+t0puaoIySDC3VC4tgh40M7eFNRdH0IRgZUO3NjqDFB9mv4U6Pc+DRzUfQVQ3NzAULxU2hUBDKENCQTtAL9yGRgkbcvggEq9atUAAIfkECQoAAAAsAAAAABAAEAAAB4+AAIKDhIWFPygeEE4hbEeGADkXBycZZ1tqTkqFQSNIbBtGPUJdD088g1QmMjiGZl9MO4I5ViiQAEgMA4JKLAm3EWtXgmxmOrcUElWCb2zHkFQdcoIWPGK3Sm1LgkcoPrdOKiOCRmA4IpBwDUGDL2A5IjCCN/QAcYUURQIJIlQ9MzZu6aAgRgwFGAFvKRwUCAAh+QQJCgAAACwAAAAAEAAQAAAHjIAAgoOEhYUUYW9lHiYRP4YACStxZRc0SBMyFoVEPAoWQDMzAgolEBqDRjg8O4ZKIBNAgkBjG5AAZVtsgj44VLdCanWCYUI3txUPS7xBx5AVDgazAjC3Q3ZeghUJv5B1cgOCNmI/1YUeWSkCgzNUFDODKydzCwqFNkYwOoIubnQIt244MzDC1q2DggIBACH5BAkKAAAALAAAAAAQABAAAAeJgACCg4SFhTBAOSgrEUEUhgBUQThjSh8IcQo+hRUbYEdUNjoiGlZWQYM2QD4vhkI0ZWKCPQmtkG9SEYJURDOQAD4HaLuyv0ZeB4IVj8ZNJ4IwRje/QkxkgjYz05BdamyDN9uFJg9OR4YEK1RUYzFTT0qGdnduXC1Zchg8kEEjaQsMzpTZ8avgoEAAIfkECQoAAAAsAAAAABAAEAAAB4iAAIKDhIWFNz0/Oz47IjCGADpURAkCQUI4USKFNhUvFTMANxU7KElAhDA9OoZHH0oVgjczrJBRZkGyNpCCRCw8vIUzHmXBhDM0HoIGLsCQAjEmgjIqXrxaBxGCGw5cF4Y8TnybglprLXhjFBUWVnpeOIUIT3lydg4PantDz2UZDwYOIEhgzFggACH5BAkKAAAALAAAAAAQABAAAAeLgACCg4SFhjc6RhUVRjaGgzYzRhRiREQ9hSaGOhRFOxSDQQ0uj1RBPjOCIypOjwAJFkSCSyQrrhRDOYILXFSuNkpjggwtvo86H7YAZ1korkRaEYJlC3WuESxBggJLWHGGFhcIxgBvUHQyUT1GQWwhFxuFKyBPakxNXgceYY9HCDEZTlxA8cOVwUGBAAA7AAAAAAAAAAAA) center left no-repeat;
      background-size: 18px; }
      @media screen and (max-width: 600px) {
        .connecting .connectingInner .etablishConenction {
          padding-left: 0;
          padding-top: 24px;
          background: transparent url(data:image/gif;base64,R0lGODlhEAAQAPYAAP///wAAANTU1JSUlGBgYEBAQERERG5ubqKiotzc3KSkpCQkJCgoKDAwMDY2Nj4+Pmpqarq6uhwcHHJycuzs7O7u7sLCwoqKilBQUF5eXr6+vtDQ0Do6OhYWFoyMjKqqqlxcXHx8fOLi4oaGhg4ODmhoaJycnGZmZra2tkZGRgoKCrCwsJaWlhgYGAYGBujo6PT09Hh4eISEhPb29oKCgqioqPr6+vz8/MDAwMrKyvj4+NbW1q6urvDw8NLS0uTk5N7e3s7OzsbGxry8vODg4NjY2PLy8tra2np6erS0tLKyskxMTFJSUlpaWmJiYkJCQjw8PMTExHZ2djIyMurq6ioqKo6OjlhYWCwsLB4eHqCgoE5OThISEoiIiGRkZDQ0NMjIyMzMzObm5ri4uH5+fpKSkp6enlZWVpCQkEpKSkhISCIiIqamphAQEAwMDKysrAQEBJqamiYmJhQUFDg4OHR0dC4uLggICHBwcCAgIFRUVGxsbICAgAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAEAAQAAAHjYAAgoOEhYUbIykthoUIHCQqLoI2OjeFCgsdJSsvgjcwPTaDAgYSHoY2FBSWAAMLE4wAPT89ggQMEbEzQD+CBQ0UsQA7RYIGDhWxN0E+ggcPFrEUQjuCCAYXsT5DRIIJEBgfhjsrFkaDERkgJhswMwk4CDzdhBohJwcxNB4sPAmMIlCwkOGhRo5gwhIGAgAh+QQJCgAAACwAAAAAEAAQAAAHjIAAgoOEhYU7A1dYDFtdG4YAPBhVC1ktXCRfJoVKT1NIERRUSl4qXIRHBFCbhTKFCgYjkII3g0hLUbMAOjaCBEw9ukZGgidNxLMUFYIXTkGzOmLLAEkQCLNUQMEAPxdSGoYvAkS9gjkyNEkJOjovRWAb04NBJlYsWh9KQ2FUkFQ5SWqsEJIAhq6DAAIBACH5BAkKAAAALAAAAAAQABAAAAeJgACCg4SFhQkKE2kGXiwChgBDB0sGDw4NDGpshTheZ2hRFRVDUmsMCIMiZE48hmgtUBuCYxBmkAAQbV2CLBM+t0puaoIySDC3VC4tgh40M7eFNRdH0IRgZUO3NjqDFB9mv4U6Pc+DRzUfQVQ3NzAULxU2hUBDKENCQTtAL9yGRgkbcvggEq9atUAAIfkECQoAAAAsAAAAABAAEAAAB4+AAIKDhIWFPygeEE4hbEeGADkXBycZZ1tqTkqFQSNIbBtGPUJdD088g1QmMjiGZl9MO4I5ViiQAEgMA4JKLAm3EWtXgmxmOrcUElWCb2zHkFQdcoIWPGK3Sm1LgkcoPrdOKiOCRmA4IpBwDUGDL2A5IjCCN/QAcYUURQIJIlQ9MzZu6aAgRgwFGAFvKRwUCAAh+QQJCgAAACwAAAAAEAAQAAAHjIAAgoOEhYUUYW9lHiYRP4YACStxZRc0SBMyFoVEPAoWQDMzAgolEBqDRjg8O4ZKIBNAgkBjG5AAZVtsgj44VLdCanWCYUI3txUPS7xBx5AVDgazAjC3Q3ZeghUJv5B1cgOCNmI/1YUeWSkCgzNUFDODKydzCwqFNkYwOoIubnQIt244MzDC1q2DggIBACH5BAkKAAAALAAAAAAQABAAAAeJgACCg4SFhTBAOSgrEUEUhgBUQThjSh8IcQo+hRUbYEdUNjoiGlZWQYM2QD4vhkI0ZWKCPQmtkG9SEYJURDOQAD4HaLuyv0ZeB4IVj8ZNJ4IwRje/QkxkgjYz05BdamyDN9uFJg9OR4YEK1RUYzFTT0qGdnduXC1Zchg8kEEjaQsMzpTZ8avgoEAAIfkECQoAAAAsAAAAABAAEAAAB4iAAIKDhIWFNz0/Oz47IjCGADpURAkCQUI4USKFNhUvFTMANxU7KElAhDA9OoZHH0oVgjczrJBRZkGyNpCCRCw8vIUzHmXBhDM0HoIGLsCQAjEmgjIqXrxaBxGCGw5cF4Y8TnybglprLXhjFBUWVnpeOIUIT3lydg4PantDz2UZDwYOIEhgzFggACH5BAkKAAAALAAAAAAQABAAAAeLgACCg4SFhjc6RhUVRjaGgzYzRhRiREQ9hSaGOhRFOxSDQQ0uj1RBPjOCIypOjwAJFkSCSyQrrhRDOYILXFSuNkpjggwtvo86H7YAZ1korkRaEYJlC3WuESxBggJLWHGGFhcIxgBvUHQyUT1GQWwhFxuFKyBPakxNXgceYY9HCDEZTlxA8cOVwUGBAAA7AAAAAAAAAAAA) top center no-repeat !important;
          background-size: 18px; } }

.connectingHidden {
  background: rgba(237, 237, 237, 0.75);
  height: 60px; }
  .connectingHidden .btn, .connectingHidden .buttonTopTop {
    display: none; }
  .connectingHidden .connectingInner {
    padding: 0;
    background: none; }
  .connectingHidden .etablishConenction {
    background: none;
    padding-top: 0; }
  .connectingHidden .centerTable .centerTablecell {
    vertical-align: bottom; }

.error_overlay {
  overflow-x: scroll;
  position: fixed;
  top: 0;
  padding-top: 10%;
  left: 0;
  z-index: 100000001;
  width: 100%;
  height: 10000%;
  background: rgba(245, 245, 245, 0.97);
  overflow-y: scroll;
  max-height: 100%; }
  .error_overlay .row {
    padding-left: 24px;
    border-left: 1px solid #e20074;
    width: 75%;
    margin-left: 12.5%; }
    @media screen and (max-width: 767px) {
      .error_overlay .row {
        width: 100%;
        margin-left: 0;
        padding: 0; } }
  .error_overlay button, .error_overlay input[type=submit], .error_overlay input[type=search], .error_overlay select, .error_overlay .btn, .error_overlay .buttonTopTop {
    border: 1px whitesmoke solid !important; }
  @media screen and (max-width: 767px) {
    .error_overlay {
      padding-top: 12px;
      padding-bottom: 120px; } }

.cars h2 {
  white-space: normal;
  word-wrap: break-word; }

@media screen and (max-width: 767px) {
  .cars table, .cars td, .cars tr, .cars th, .cars thead {
    border: 0 !important; } }

h1 {
  text-transform: uppercase; }

h2 {
  font-family: "TeleGrotesk", Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: 600; }

h3 {
  font-family: "TeleGrotesk", Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 18px; }

.faq_head {
  margin: 36px 0 18px 0;
  border-bottom: 1px solid #b2b2b2;
  font-size: 24px; }

.open-akkordeon {
  color: #d90000; }

.akkordBlock {
  width: 100%;
  float: left; }
  .akkordBlock .akkordHead {
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    padding-bottom: 6px;
    border-bottom: 1px solid #b2b2b2;
    cursor: pointer;
    text-align: center; }
    .akkordBlock .akkordHead p {
      display: inline-block;
      float: none;
      padding-right: 18px;
      background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADEAAAAxCAQAAADZlYmXAAAA2UlEQVR4AbTPt3HEAAADQfXEAoTO2ZlM9BcvzQD5zX79vr7/H2/ukziP31d2lvh+KbES5gBDiXccK2EOMJQAhxpKmAMMJcwBhhLmAEMJc4ChhDnAUMIcYChhDjCUMAcYSpgDDCXMAYYS5gBDCXOAoYQ4wFDiKccsAY4MmlDHNAGODJ4QxzgBjgyeAMc4AY4MngDHOAGODJ4AxzgBjgyeAMcgwY4MngDHOAGODJ4AxzgBjgyeAMc4AY4MngDHPCEOMHhiGTQBjgycAMc8QfubcQNJquk1kkNzCACW6mgmUIAejAAAAABJRU5ErkJggg==) center right no-repeat !important;
      background-size: 9.6px !important; }
  .akkordBlock .akkordHeadOpen p {
    background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADEAAAAxCAQAAADZlYmXAAAAyElEQVR4AbXPsTUFYACD0fhm0oLFYD8zAbzX3+JPTuqc2+dOt+32aLemeRmmWR72+r2jF6//O3Zxv8fte+RokrerBRIbpo7coI7coI7coI7coI7U4I7U4I7U4I7U4I7U4I7U4I7U4I7U4I7U4I7U4I7U4I7U4I7U4I7U4I7U4I7U4I7U4I7U4I7U4I7U4I7U4I7U4I7U4I7U4I7U4I7U4I7U4I7U4I7U4I7U4I7U4I7U4I7U4I7U4I7Q4I7/i6fdHOnT/8X70W5fTnONMhaDHa0AAAAASUVORK5CYII=) center right no-repeat !important;
    background-size: 9.6px !important; }
  .akkordBlock .akkordBody {
    padding: 12px 0px; }
  .akkordBlock .akkBlockHidden {
    display: none; }

.akkordBlockForm {
  width: 100%;
  float: left; }
  .akkordBlockForm .akkordHeadForm {
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    padding-bottom: 6px;
    cursor: pointer;
    text-align: center; }
    .akkordBlockForm .akkordHeadForm p {
      display: inline-block;
      float: none;
      padding-right: 18px;
      background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADEAAAAxCAQAAADZlYmXAAAA2UlEQVR4AbTPt3HEAAADQfXEAoTO2ZlM9BcvzQD5zX79vr7/H2/ukziP31d2lvh+KbES5gBDiXccK2EOMJQAhxpKmAMMJcwBhhLmAEMJc4ChhDnAUMIcYChhDjCUMAcYSpgDDCXMAYYS5gBDCXOAoYQ4wFDiKccsAY4MmlDHNAGODJ4QxzgBjgyeAMc4AY4MngDHOAGODJ4AxzgBjgyeAMcgwY4MngDHOAGODJ4AxzgBjgyeAMc4AY4MngDHPCEOMHhiGTQBjgycAMc8QfubcQNJquk1kkNzCACW6mgmUIAejAAAAABJRU5ErkJggg==) center right no-repeat !important;
      background-size: 9.6px !important; }
  .akkordBlockForm .akkordHeadOpenForm p {
    background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADEAAAAxCAQAAADZlYmXAAAAyElEQVR4AbXPsTUFYACD0fhm0oLFYD8zAbzX3+JPTuqc2+dOt+32aLemeRmmWR72+r2jF6//O3Zxv8fte+RokrerBRIbpo7coI7coI7coI7coI7U4I7U4I7U4I7U4I7U4I7U4I7U4I7U4I7U4I7U4I7U4I7U4I7U4I7U4I7U4I7U4I7U4I7U4I7U4I7U4I7U4I7U4I7U4I7U4I7U4I7U4I7U4I7U4I7U4I7U4I7U4I7U4I7U4I7U4I7Q4I7/i6fdHOnT/8X70W5fTnONMhaDHa0AAAAASUVORK5CYII=) center right no-repeat !important;
    background-size: 9.6px !important; }
  .akkordBlockForm .akkordBodyForm {
    padding: 12px 0px; }
  .akkordBlockForm .akkBlockHiddenForm {
    display: none; }

.moreTextHead {
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  color: #0090c4;
  background: transparent; }
  .moreTextHead p {
    padding-left: 24px;
    position: relative;
    cursor: pointer; }

.closedMoreText p:before {
  content: '+';
  font-weight: bolder;
  font-size: 30px;
  position: absolute;
  top: 0;
  left: 0; }

.openMoreText p:before {
  content: '-';
  font-weight: bolder;
  font-size: 30px;
  position: absolute;
  top: 0;
  left: 4px; }

.openMoreTextAlwaysOpen p:before {
  content: '' !important; }

@media screen and (max-width: 767px) {
  .openMoreTextAlwaysOpen p {
    text-align: center; } }

@keyframes fadein {
  from {
    opacity: 0;
    transform: scale(0.97); }
  to {
    opacity: 1;
    transform: scale(1); } }

/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    opacity: 0;
    transform: scale(0.97); }
  to {
    opacity: 1;
    transform: scale(1); } }

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
    transform: scale(0.97); }
  to {
    opacity: 1;
    transform: scale(1); } }

/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0;
    transform: scale(0.97); }
  to {
    opacity: 1;
    transform: scale(1); } }

/* Opera < 12.1 */
@-o-keyframes fadein {
  from {
    opacity: 0;
    transform: scale(0.97); }
  to {
    opacity: 1;
    transform: scale(1); } }

.moreTextBody {
  overflow: hidden;
  -webkit-animation: fadein 600ms;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 600ms;
  /* Firefox < 16 */
  -ms-animation: fadein 600ms;
  /* Internet Explorer */
  -o-animation: fadein 600ms;
  /* Opera < 12.1 */
  animation: fadein 600ms; }

.fadePassIn {
  -webkit-animation: fadein 600ms;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 600ms;
  /* Firefox < 16 */
  -ms-animation: fadein 600ms;
  /* Internet Explorer */
  -o-animation: fadein 600ms;
  /* Opera < 12.1 */
  animation: fadein 600ms; }

.tabTop {
  width: 100%;
  float: left;
  border-bottom: 1px solid #b2b2b2; }
  .tabTop .tabBox {
    cursor: pointer;
    padding: 6px 23px 7px;
    float: left;
    margin-right: 6px;
    background: #ededed;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    margin-bottom: -1px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    border-top: 1px solid #fff; }
    @media screen and (max-width: 767px) {
      .tabTop .tabBox {
        width: 100%; } }
  .tabTop .tabBox:hover {
    background: #dbdbdb; }
  .tabTop .activeTabBox {
    background: #fff;
    border: 1px solid #b2b2b2;
    border-bottom: 1px solid #fff; }
  .tabTop .activeTabBox:hover {
    background: #fff; }

h1.passHeadline {
  margin-top: 0;
  padding-top: 0; }
  h1.passHeadline span.ActivePassesLastUpdate {
    font-family: "TeleGrotesk", Helvetica, "Helvetica Neue", Arial, sans-serif;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px;
    color: #e20074;
    margin-top: 12px;
    width: 100%;
    display: block; }
  h1.passHeadline a {
    text-transform: none;
    font-size: 18px; }

h4.passHeadline {
  margin-top: 0; }
  @media screen and (max-width: 767px) {
    h4.passHeadline {
      font-size: 18px; } }

.pass_additionalInfos {
  width: 83.33333%;
  margin-left: 16.66667%;
  padding-left: 12px; }
  .pass_additionalInfos:before, .pass_additionalInfos:after {
    content: ' ';
    display: table; }
  .pass_additionalInfos:after {
    clear: both; }
  @media screen and (max-width: 991px) {
    .pass_additionalInfos {
      width: 100%;
      margin-left: 0; } }
  @media screen and (max-width: 767px) {
    .pass_additionalInfos {
      margin-top: 24px; } }

.passActive + .pass_additionalInfos {
  width: 80%;
  margin-left: 10%;
  margin-top: 34.8px; }
  @media screen and (max-width: 1199px) {
    .passActive + .pass_additionalInfos {
      width: 100%;
      margin-left: 0; } }
  @media screen and (max-width: 767px) {
    .passActive + .pass_additionalInfos {
      margin-top: 0; } }

.showLessPassesWrapper {
  width: 40%;
  margin-left: 10%;
  padding-left: 24px !important;
  margin-top: 34.8px; }
  @media screen and (max-width: 1199px) {
    .showLessPassesWrapper {
      margin-left: 0;
      width: 50%; } }
  @media screen and (max-width: 767px) {
    .showLessPassesWrapper {
      margin-top: 0;
      padding-left: 12px !important;
      padding-right: 12px !important; } }

.pass {
  width: 83.33333%;
  margin-left: 16.66667%;
  position: relative; }
  .pass:before, .pass:after {
    content: ' ';
    display: table; }
  .pass:after {
    clear: both; }
  .pass .pass_Image {
    display: block;
    float: left;
    margin-left: 12px; }
    @media screen and (max-width: 767px) {
      .pass .pass_Image {
        width: 20%; }
        .pass .pass_Image img {
          width: 100%;
          height: auto; } }
  @media screen and (max-width: 991px) {
    .pass {
      width: 100%;
      margin-left: 0; } }
  .pass .pass_Text {
    display: block;
    height: 100%;
    width: 60%;
    left: 166px;
    position: absolute;
    top: 0; }
    .pass .pass_Text:before, .pass .pass_Text:after {
      content: ' ';
      display: table; }
    .pass .pass_Text:after {
      clear: both; }
    @media screen and (max-width: 767px) {
      .pass .pass_Text {
        position: relative;
        width: 70%;
        left: 0;
        float: left; }
        .pass .pass_Text:before, .pass .pass_Text:after {
          content: ' ';
          display: table; }
        .pass .pass_Text:after {
          clear: both; }
        .pass .pass_Text .centerTablecell {
          padding-left: 12px; } }
    .pass .pass_Text .centerTablecell {
      text-align: left; }
    .pass .pass_Text h1, .pass .pass_Text h4 {
      margin: 0;
      padding: 0;
      line-height: 1; }
    .pass .pass_Text h1 {
      font-size: 30px;
      padding-top: 0;
      margin-top: 0; }
      @media screen and (max-width: 767px) {
        .pass .pass_Text h1 {
          font-size: 18px; } }
    .pass .pass_Text h2 {
      font-size: 21.6px;
      padding-bottom: 0;
      margin-bottom: 0; }
      @media screen and (max-width: 991px) {
        .pass .pass_Text h2 {
          font-size: 18px;
          max-width: 130px; } }
      @media screen and (max-width: 767px) {
        .pass .pass_Text h2 {
          font-size: 21.6px;
          max-width: 100%; } }
    @media screen and (max-width: 767px) {
      .pass .pass_Text h4 {
        font-size: 14.4px; } }
    @media screen and (max-width: 767px) {
      .pass .pass_Text h4:last-child {
        margin-top: 6px; } }
    .pass .pass_Text .pass_Top {
      color: #e20074;
      padding-bottom: 4px;
      font-size: 24px; }
      @media screen and (max-width: 767px) {
        .pass .pass_Text .pass_Top {
          font-size: 14.4px; } }

.passBuy {
  margin-left: 0;
  padding-right: 0;
  width: 100%;
  padding-left: 12px; }
  .passBuy .pass_Image {
    margin-left: 0;
    float: left; }
    .passBuy .pass_Image img {
      display: block;
      float: left; }
  .passBuy h1, .passBuy h4, .passBuy p, .passBuy h2 {
    width: 100%;
    float: left;
    padding-bottom: 0; }
  .passBuy h4 {
    margin-top: 0; }
  .passBuy h2 {
    margin-top: 36px;
    font-size: 21.6px; }
  .passBuy p {
    padding-top: 0 !important; }
  .passBuy p.pricePass {
    margin-top: 48px; }
    @media screen and (max-width: 767px) {
      .passBuy p.pricePass {
        margin-top: 12px;
        width: 50%; } }

.greyText {
  color: #b2b2b2; }

.buyPassBox {
  padding-left: 0;
  height: 500px;
  position: relative; }
  .buyPassBox:before, .buyPassBox:after {
    content: ' ';
    display: table; }
  .buyPassBox:after {
    clear: both; }
  @media screen and (max-width: 767px) {
    .buyPassBox {
      height: auto; } }
  .buyPassBox .buxPassInside {
    padding: 18px;
    float: left;
    border-left: 1px solid #d0d0d0;
    width: 100%;
    height: 500px;
    position: relative; }
    .buyPassBox .buxPassInside:before, .buyPassBox .buxPassInside:after {
      content: ' ';
      display: table; }
    .buyPassBox .buxPassInside:after {
      clear: both; }
    @media screen and (max-width: 767px) {
      .buyPassBox .buxPassInside {
        height: auto;
        padding: 0;
        padding-left: 6px;
        padding-bottom: 12px; } }
    @media screen and (max-width: 767px) {
      .buyPassBox .buxPassInside .pass_Image {
        width: 25%; } }
    @media screen and (max-width: 767px) {
      .buyPassBox .buxPassInside .passBuyTextHolder {
        width: 60%;
        float: left;
        padding-left: 12px; }
        .buyPassBox .buxPassInside .passBuyTextHolder h1 {
          font-size: 24px;
          margin: 0; }
        .buyPassBox .buxPassInside .passBuyTextHolder h4 {
          font-size: 18px; } }
  .buyPassBox .priceBox {
    position: absolute;
    bottom: 0;
    left: 24px;
    width: 100%; }
    @media screen and (max-width: 767px) {
      .buyPassBox .priceBox {
        position: relative;
        top: auto;
        right: auto;
        left: auto;
        bottom: auto;
        width: 100%;
        float: left; }
        .buyPassBox .priceBox .noPaddingLeft {
          padding-right: 0; } }
  @media screen and (max-width: 767px) {
    .buyPassBox h2, .buyPassBox h4 {
      font-size: 18px;
      margin-top: 12px; }
    .buyPassBox h4 {
      margin: 0; } }

.fullPayPassBox {
  width: 100%;
  height: auto; }
  .fullPayPassBox .buxPassInside {
    padding: 18px;
    float: left;
    border-left: 1px solid #d0d0d0;
    width: 100%;
    height: auto;
    position: relative; }
    .fullPayPassBox .buxPassInside:before, .fullPayPassBox .buxPassInside:after {
      content: ' ';
      display: table; }
    .fullPayPassBox .buxPassInside:after {
      clear: both; }
  .fullPayPassBox .whichCarBuyPass {
    padding-top: 0;
    margin-top: 0;
    padding-bottom: 24px; }

.passActive {
  width: 80%;
  margin-left: 10%; }
  @media screen and (max-width: 1199px) {
    .passActive {
      width: 100%;
      margin-left: 0; } }
  @media screen and (max-width: 767px) {
    .passActive {
      display: block;
      float: left;
      margin-bottom: 24px; }
      .passActive:before, .passActive:after {
        content: ' ';
        display: table; }
      .passActive:after {
        clear: both; } }
  @media screen and (max-width: 767px) {
    .passActive h2 {
      margin-top: 0;
      padding-top: 0; } }
  .passActive h1 {
    font-size: 24px !important; }

.passInactive {
  opacity: 0.5;
  width: 80%;
  margin-left: 20%;
  padding-left: 0; }
  .passInactive .pass_Image {
    margin-left: 0;
    padding-left: 0; }
  .passInactive .pass_Text {
    left: 154px; }
    .passInactive .pass_Text h1 {
      font-size: 24px !important; }
  @media screen and (max-width: 1023px) {
    .passInactive {
      width: 100%;
      margin: 0; }
      .passInactive .centerTable, .passInactive .centerTableCell {
        display: block;
        float: left;
        position: relative; }
      .passInactive .pass_Text {
        padding-left: 12px;
        left: 0;
        float: left;
        position: relative; }
        .passInactive .pass_Text h1 {
          font-size: 24px !important; } }

.month h1 strong, .month .passType strong {
  color: #ff9a1e; }

.month .circleCharts {
  stroke: #ff9a1e; }

.month .circleCharts:hover {
  stroke: #ff9a1e; }

.month .circleboxInner {
  background: #ff9a1e; }

.default h1 strong, .default .passType strong {
  color: #a94aae; }

.default .circleCharts {
  stroke: #a94aae; }

.default .circleCharts:hover {
  stroke: #a94aae; }

.default .circleboxInner {
  background: #a94aae; }

.orange {
  color: #ff9a1e !important; }

.day h1 strong, .day .passType strong {
  color: #73c7f4; }

.day .circleCharts {
  stroke: #73c7f4; }

.day .circleCharts:hover {
  stroke: #73c7f4; }

.day .circleboxInner {
  background: #73c7f4; }

.week h1 strong, .week .passType strong {
  color: #c3ce50; }

.week .circleCharts {
  stroke: #c3ce50; }

.week .circleCharts:hover {
  stroke: #c3ce50; }

.week .circleboxInner {
  background: #c3ce50; }

.year h1 strong, .year .passType strong {
  color: #a745a7; }

.year .circleCharts {
  stroke: #a745a7; }

.year .circleCharts:hover {
  stroke: #a745a7; }

.year .circleboxInner {
  background: #a745a7; }

.pass_additionalInfos, .pass_showOrBuy {
  margin-top: 12px; }
  @media screen and (max-width: 767px) {
    .pass_additionalInfos, .pass_showOrBuy {
      float: left;
      display: block;
      margin-top: 0; } }
  @media screen and (max-width: 991px) {
    .pass_additionalInfos .moreTextHead, .pass_showOrBuy .moreTextHead {
      max-width: 350px; } }
  @media screen and (max-width: 850px) {
    .pass_additionalInfos .moreTextHead, .pass_showOrBuy .moreTextHead {
      font-size: 15.96px;
      vertical-align: -3px; } }

@media screen and (max-width: 767px) {
  .pass_showOrBuy, .showMorePassesWrapper {
    width: 100%;
    padding-left: 0;
    padding-right: 0; }
    .pass_showOrBuy div, .showMorePassesWrapper div {
      width: 100%;
      padding-left: 0;
      padding-right: 0; } }

.pass_showOrBuy .button, .pass_showOrBuy button, .pass_showOrBuy .btn, .pass_showOrBuy .buttonTopTop, .showMorePassesWrapper .button, .showMorePassesWrapper button, .showMorePassesWrapper .btn, .showMorePassesWrapper .buttonTopTop {
  font-size: 15.96px; }

.pass_showOrBuy .showMorePasses, .showMorePassesWrapper .showMorePasses {
  background-color: #ededed; }

.pass_showOrBuy a.showMorePasses:hover, .showMorePassesWrapper a.showMorePasses:hover {
  color: #000; }

.pass_showOrBuy .showMorePasses:hover, .showMorePassesWrapper .showMorePasses:hover {
  background-color: #d7d7d7; }

.passes_History {
  margin-top: 60px;
  padding-bottom: 12px; }
  .passes_History .col-l-6:nth-child(3):before {
    content: '';
    background: #d0d0d0;
    position: absolute;
    left: 0;
    top: 36px;
    height: 80%;
    width: 1px; }
  .passes_History .cont-sep-3-new {
    padding-top: 0;
    margin-top: 0; }
  .passes_History .historicPass {
    padding-top: 48px; }

td {
  position: relative; }

@media screen and (max-width: 767px) {
  .tableContract p, .respTable p {
    float: right !important;
    text-align: left !important;
    width: 50% !important; }
  .tableContract .buttonGray, .respTable .buttonGray {
    width: 100% !important;
    border-color: #ededed !important; } }

@media screen and (max-width: 767px) {
  .historyMobileTitle {
    width: 50% !important;
    float: left !important;
    height: 100%; } }

p + .historyMobileTitle {
  font-weight: bold;
  float: left;
  display: block;
  width: 100%; }
  @media screen and (max-width: 767px) {
    p + .historyMobileTitle {
      width: 40% !important;
      float: left !important;
      height: 100%; } }

@media screen and (min-width: 768px) {
  .historyMobileDash {
    width: 40px;
    text-align: center; } }

.usedUpText {
  opacity: 0.5; }
  @media screen and (max-width: 767px) {
    .usedUpText {
      text-align: left;
      margin: 0;
      padding: 0; } }

.sale_History {
  position: absolute;
  bottom: 12px;
  right: 12px; }

.timeAndVolume {
  position: absolute;
  top: 0;
  right: 0;
  height: 150%;
  width: 50%;
  z-index: 100; }
  @media screen and (max-width: 1199px) {
    .timeAndVolume {
      right: 0;
      width: 50%; } }
  @media screen and (max-width: 767px) {
    .timeAndVolume {
      transform: scale(0.9);
      position: relative;
      right: 0;
      left: 0;
      width: 100%;
      float: left;
      display: block;
      margin-top: 18px;
      margin-bottom: 6px; }
      .timeAndVolume:before, .timeAndVolume:after {
        content: ' ';
        display: table; }
      .timeAndVolume:after {
        clear: both; } }
  .timeAndVolume .timeAndVolumeHolder {
    width: 50%;
    float: left;
    height: 100%;
    position: relative;
    border-left: 1px solid #d0d0d0;
    overflow: visible;
    text-align: center; }
    .timeAndVolume .timeAndVolumeHolder svg {
      overflow: visible; }
    @media screen and (max-width: 767px) {
      .timeAndVolume .timeAndVolumeHolder {
        border-left: 0; } }
    @media screen and (max-width: 767px) {
      .timeAndVolume .timeAndVolumeHolder p.infoTimeAndVolume {
        white-space: nowrap;
        bottom: -12px; } }
    .timeAndVolume .timeAndVolumeHolder .dataHolder {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: -1; }
      .timeAndVolume .timeAndVolumeHolder .dataHolder p {
        position: relative;
        padding: 0;
        display: block;
        line-height: 1.1;
        text-transform: uppercase; }
        .timeAndVolume .timeAndVolumeHolder .dataHolder p span {
          font-size: 15px;
          text-transform: none; }

.circleCharts {
  fill: none;
  fill: transparent;
  fill-opacity: 0;
  stroke-width: 22;
  stroke-dasharray: 282.735 376.98;
  transform: rotate(-90deg);
  transition: all 1s; }

.circleCharts:hover {
  fill: none;
  fill: transparent;
  fill-opacity: 0;
  stroke: #ff9a1e;
  stroke-width: 22;
  stroke-dasharray: 0 376.98;
  transform: rotate(-90deg);
  transition: all 1s; }

.passShowBody {
  overflow: hidden;
  width: 100%;
  float: left;
  transition: all 250ms; }

.passShowBodyHidden {
  height: 0;
  transition: all 250ms; }

.circlebox {
  width: 155px;
  height: 155px;
  display: inline-block;
  padding: 0;
  margin: 0;
  position: relative;
  border: 1px solid #fff;
  overflow: hidden; }
  .circlebox .circleboxInner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .circlebox .percent_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100;
    height: 100%;
    z-index: 0;
    border: 5px solid #fff;
    transform: scale(1.1); }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-moz-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes sizeFull {
  from {
    height: 0; }
  to {
    height: auto; } }

@-moz-keyframes sizeFull {
  from {
    height: 0; }
  to {
    height: auto; } }

@keyframes sizeFull {
  from {
    height: 0; }
  to {
    height: auto; } }

.fadeInBodyPasses {
  opacity: 1;
  /* make things invisible upon start */
  -webkit-animation: fadeIn ease-in 1;
  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
  -moz-animation: fadeIn ease-in 1;
  animation: fadeIn ease-in 1;
  -webkit-animation-fill-mode: forwards;
  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s; }

.payForm {
  padding-top: 36px; }
  .payForm .form-radio-js {
    margin-top: 25px; }
  .payForm img {
    width: 60%;
    max-width: 376px;
    height: auto; }

.paymentField {
  padding-left: 12px; }
  .paymentField .paymentFieldWrapper {
    padding: 12px;
    padding-left: 24px;
    border-left: 1px solid #d0d0d0; }
  @media screen and (max-width: 767px) {
    .paymentField img {
      width: 100%; } }

.borderWrap {
  padding: 12px;
  border-left: 1px solid #d0d0d0; }
  @media screen and (max-width: 767px) {
    .borderWrap {
      padding: 0;
      border: 0; } }

.mySettingsHead {
  padding-bottom: 0; }

.editBox {
  height: 210px;
  margin-bottom: 48px;
  position: relative; }
  @media screen and (max-width: 991px) {
    .editBox {
      height: 240px; } }
  @media screen and (max-width: 767px) {
    .editBox {
      margin-bottom: 0;
      height: auto; } }
  .editBox .editButton {
    position: absolute;
    bottom: 0;
    left: 24px; }
    @media screen and (max-width: 767px) {
      .editBox .editButton {
        left: 0;
        position: relative;
        width: 100%; }
        .editBox .editButton button, .editBox .editButton .btn, .editBox .editButton .buttonTopTop {
          width: 100%; } }
  .editBox .borderWrap {
    height: 100%; }

.cars td {
  padding-top: 12px !important;
  padding-bottom: 12px !important; }

.cars h2 {
  padding-top: 0;
  padding-bottom: 0; }

.dataDeleteAccount {
  width: 100%;
  float: left;
  display: block;
  background-color: #f6f6f6;
  border: 1px solid #b2b2b2;
  border-radius: 4px;
  color: #383838;
  display: block;
  font-size: 18px;
  line-height: 1.2;
  padding: 6px 11px 7px;
  width: 100%;
  -webkit-appearance: none; }
  .dataDeleteAccount:before, .dataDeleteAccount:after {
    content: ' ';
    display: table; }
  .dataDeleteAccount:after {
    clear: both; }

#deleteUserText {
  height: 131px; }

table {
  width: 100%;
  float: left;
  max-width: 100%;
  overflow: hidden; }
  table thead tr th {
    padding: 12px 6px !important;
    color: #646464 !important;
    font-weight: 200 !important; }
  @media screen and (max-width: 767px) {
    table thead, table tbody, table th, table tr, table th, table td {
      display: block;
      float: left;
      width: 100%; }
    table thead {
      display: none; }
    table td {
      width: 100% !important; }
    table tr th, table tr td {
      padding: 8px !important;
      text-align: left !important; }
      table tr th p, table tr td p {
        padding: 0; } }

.errorTooltip {
  color: #b20000;
  margin-top: 6px;
  width: 100%;
  float: left; }
  .errorTooltip p {
    margin: 0;
    padding: 0;
    padding-bottom: 4px; }

.Tooltip {
  position: relative;
  height: 0; }

.toolTipWrapper {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 12px;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  z-index: 10000000000; }

.toolTipWrapperSimple {
  width: 100%;
  height: auto;
  padding: 0;
  color: #d90000;
  padding-top: 4px; }
  .toolTipWrapperSimple p {
    padding: 0;
    padding-bottom: 4px; }

.toolTipWrapperSimplePreSubmit {
  width: 100%;
  height: auto;
  padding: 0;
  color: #383838;
  background-color: #f7f7f7;
  padding: 0; }
  .toolTipWrapperSimplePreSubmit p {
    padding: 0;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 2.4px;
    padding-top: 2.4px; }
  .toolTipWrapperSimplePreSubmit p:last-child {
    padding-bottom: 6px; }

.toolTipErrorShow {
  cursor: pointer;
  position: absolute;
  top: -30px;
  right: 12px;
  width: 12px;
  height: 12px;
  background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEsAAABKCAYAAADzEqlPAAAFVUlEQVR4Ae2cA3AsSRjHn6Jn24jPtm3bKp3LZ9+Vz7bNZ9t27I2zu8nkZZPN/O9fU32ap76dnd6ezX5Vv0KSbfwe0vj667a7W7cEEgCIScc9yVHkTvIK+ZlsJVUkSCAIkirxvZ/Fz94pPtsznmWNIw+QX0kTgUOaRFsPkNHxICuV3EYWE5PAJcJkFrmJpHpN1gDyBKkhUEyN6HuA7rKSyaOkkSDGNIixJOso6wySR6AZeeQMXWT1Jm8Rk0BTTDHG3rGUlU62EniEbSQ9FrLOJX4CjxEg56qUdQvpIPAoHeQ2FbLuISaBxzHJPW7KuoaECeKEMLnWDVlnkhBBnBEiZ0ZTVjrxE8QpfpIeDVm9yVaCOGcr6e1U1psEXYQ3ncg6mZhdSJZJTo5EVi+yxUnnBcOHw5g3D8VZWV4StoX0+r+yHnEqKrRtG8Do8PmUCCvJzYWxcCEKR41y2hbnLi9rAGlwLkqEAmElRxyBcF0dGAjt3o3CMWOctNdIBsjKejxqohQIKz36aIQbG/HvaC8sRNGECU7afUJGVhqpi4ooBcJKTzgBnX4/9hXtJSUomjw50rbrhIsDyrqNIBKM+fMhQomwslNOQWcweOC+KipQnJ4eaR+3HUzWEoIIsASEq6uVCCs/6yyYhgGZMObMibSfpQeSNZ6YBDoLqzjvPGlRbRs2oGDoUCfrrvH7k/UAgUBLYRUXXwyzrQ0ysWfdOhQMHux0Pg/uT9ZsAl2FVV55JcxQSE7UihXIHzAgGnOZvS9ZvYhBoKOwqmuvhdneDploXbIE+f36RWseBkmyyzqWQKCVMN/NNwPhMGTCWLAA+X36RHsex9pl3Uugm7DqO++UFtUyaxbyevd2Yw732mW9RqCTsOr77gNMU07UH38gLyXFrfG/bpc1nUAXYZ2BgLSo5p9/Rl5ysptj/8MuayuBemHOIvjtt8hLSnL92MYuy0fgJWGBzz/H7p49VYzZZ5fVTOAVYYGPP1YiShC0y4JqirOzIxLmf+cd7O7eXelY7bJCMRGWk4NOw4BsBL/4wi4qJrLqCZTCSTe98QZsIbsOU0mzXVaJalH+996DLeSFZWaqlOWzy9pEoISePa3/oEVoJEx+6TBdlajgl19ChFeETVe63SHW4jH4/fcQ4SVhr6vZSAu4HbG2JVJhmmh4/nmxrNBC2L0KjmiEqNRUtEyfLi2KG2jbOkyxMIkjmiRiRF1U797WhYFUhMPw3X47xGd1EWaQJFePlYl1CMfDOHlRN91kb0MHYbNdvLAQovr3R+vSpZAJHhdbx8bis7oJe9C1qzBiXRTsWbVKTlQohMrLL7e1oUqYg6swwVInHfDqybqCkgjrSqvioovk21cvbKlr1/cFw4ahbeNGOVGGYV2Wis/qKux2txJDrMQ1mehsaUH5GWcoO95hDoY7iSGCJyOaQHo6OsrKDiwqGLQSOqJ2HlZTgwNFaPt2FIwYEUn7T8kns0X4ZrBo0iQr1Wefovx+K0XImSR5YQ5ENZIBStIkmURmJZP9O8INDSg96ignYuSFORAleFRlAq6VphjatQsMK32RaYwOpcgLE6LUJeAKTiFmxMJGjrRW8EyMVXamzwRcJ6JMckri0YDbjwYEvcn2LiBqu+PnKIKMLvDQKUPlE7rEEzob18bh48zrNHj2m3j2m3hQ7qBUQcCjpQrOi0URjAyyzWNFMDJ0L6+SKK9i40yNC/ecqXNJqCYNJDVpWxLKxiDyVAyLjT1NBnmxjN3tZJmCMnZzlZWxU8AE8hCZTVoJHNIq2npIfYFEtSSRY/dRetNnSyEwiM9eelN8NknX0psJhKw/Af8ceR7fNvCzAAAAAElFTkSuQmCC) center center no-repeat;
  background-size: 100% 100%; }

.error .form-input {
  background-color: #fdf2f2;
  border-color: #b30000; }
  .error .form-input.hover, .error .form-input:hover {
    background-color: #fbe6e6;
    border-color: #a10000; }
  .error .form-input.focus, .error .form-input:focus {
    background-color: #fff;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff1a1a; }
  .error .form-input.active, .error .form-input:active {
    background-color: #f9d9d9;
    border-color: #8d0000; }

.mildWarning {
  color: #ff6600 !important; }

.yellowText {
  color: #ffa200 !important; }

.greenText {
  color: #3dc627 !important; }

@media screen {
  select, option {
    background: #ededed !important; } }

footer, #footer {
  width: 100%;
  float: left; }
  footer .mobileHolderFoooter, #footer .mobileHolderFoooter {
    width: 100%;
    float: left; }
  footer .border-holder, #footer .border-holder {
    width: 100%;
    height: 1px;
    float: left;
    border-top: 1px solid #b2b2b2; }
  footer h4, #footer h4 {
    font-size: 16px;
    font-family: "TeleGrotesk", Helvetica, "Helvetica Neue", Arial, sans-serif;
    font-style: normal;
    font-weight: 600;
    float: left;
    display: block;
    width: 100%;
    margin-bottom: 12px; }
  footer .footerContactbox, #footer .footerContactbox {
    float: left;
    width: 100%;
    text-align: left;
    display: block;
    position: relative;
    padding-right: 140px; }
    footer .footerContactbox:before, footer .footerContactbox:after, #footer .footerContactbox:before, #footer .footerContactbox:after {
      content: ' ';
      display: table; }
    footer .footerContactbox:after, #footer .footerContactbox:after {
      clear: both; }
    @media screen and (max-width: 767px) {
      footer .footerContactbox, #footer .footerContactbox {
        padding-right: 0px; }
        footer .footerContactbox .pWrapperFooter, #footer .footerContactbox .pWrapperFooter {
          display: block;
          float: left;
          width: 82%; } }
    footer .footerContactbox *, #footer .footerContactbox * {
      text-align: left; }
    footer .footerContactbox p, #footer .footerContactbox p {
      padding: 0;
      margin: 0;
      padding-bottom: 6px; }
  footer .iconTelefon, #footer .iconTelefon {
    width: 54px;
    height: 54px;
    margin-right: 12px;
    display: inline-block;
    float: left;
    background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAMAAAAp4XiDAAAAM1BMVEX////iAHTiAHTiAHTiAHTiAHTiAHTiAHTiAHTiAHTiAHTiAHTiAHTiAHTiAHTiAHTiAHS9xOY9AAAAEXRSTlMAQCAAEM//YK8wf7/vn1CP3/5NqEQAAAD7SURBVHgBYqAvYGSC0IBe6CO5ghgEwvDTNMqT7n9ZZ3eVxhSw8r//JABOBJJLqVFC8W0ChOLbhMmHoImRWlj1CT+hCZGtlKAhSSVuSKKGRErYcP32NN0l6UmGS15zFfvmk7SKDp+8jrAgkT2wCMl3Z/wXdhWWJUYkF3bYhG2BdUiUS1ebsOoaEna5hoQdriFh0zEKkeyal2F46zSSRVbTBEDlhySWufuXoNEJFlMOLmYQmrVqEMfoBNJ0YxDg0I1FcOnGIqi6sQjOXTUWQb8Vs5kEMv+SZBNgPMWER5DuRWTxCeRahUVY4kZT4BGi9gnuAfiESUodIPmP3gGGSR0K9bkT6wAAAABJRU5ErkJggg==) center center no-repeat;
    background-size: 55%; }
    @media screen and (max-width: 767px) {
      footer .iconTelefon, #footer .iconTelefon {
        width: 12.5%;
        padding-bottom: 12.5%;
        height: 0;
        float: left;
        display: block; } }
    @media screen and (min-width: 768px) {
      footer .iconTelefon, #footer .iconTelefon {
        margin-bottom: 60px; } }
  footer .iconPrivacy, #footer .iconPrivacy {
    width: 18px;
    height: 18px;
    transform: translateY(3px);
    margin-right: 6px;
    display: inline-block;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2NCIgaGVpZ2h0PSI2NCIgdmlld0JveD0iMCAwIDY0IDY0Ij4KICAgIDxsaW5lYXJHcmFkaWVudCBpZD0iYSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSI0MC4zNzMiIHkxPSItMTQ3Mi44NDkiIHgyPSI0MC4zNzMiIHkyPSItMTQxMS4wOCIgZ3JhZGllbnRUcmFuc2Zvcm09Im1hdHJpeCgxIDAgMCAtMSAtOC4zNiAtMTQwNi40OTYpIj4KICAgICAgICA8c3RvcCBvZmZzZXQ9IjAiIHN0b3AtY29sb3I9IiNhNmE2YWUiLz4KICAgICAgICA8c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiNkYWRhZTIiLz4KICAgIDwvbGluZWFyR3JhZGllbnQ+CiAgICA8cGF0aCBmaWxsPSJ1cmwoI2EpIiBkPSJNMzIuMDEgNmgtMjN2MzFjMCAxMi43IDEwLjMgMjMgMjMgMjNzMjMtMTAuMyAyMy0yM1Y2aC0yM3oiLz4KICAgIDxsaW5lYXJHcmFkaWVudCBpZD0iYiIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIzMi4wNTciIHkxPSIxMC45MjUiIHgyPSIzMi4wNTciIHkyPSI1NC44MDciPgogICAgICAgIDxzdG9wIG9mZnNldD0iMCIgc3RvcC1jb2xvcj0iI2ZmMzM5YyIvPjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iI2UyMDA3NCIvPgogICAgPC9saW5lYXJHcmFkaWVudD4KICAgIDxwYXRoIGZpbGw9InVybCgjYikiIGQ9Ik0xNC4wNiAxMXYyNmMwIDkuODMgOC4wNiAxNy44IDE4IDE3LjhzMTgtNy45NyAxOC0xNy44VjExaC0zNnoiLz4KICAgIDxwYXRoIG9wYWNpdHk9Ii4zIiBmaWxsPSIjRkZGIiBkPSJNMzIuMDEgNnY1NC4wMWMuMSAwIDAgMCAwIDAtMTIuNyAwLTIzLTEwLjMtMjMtMjNWNmgyM3oiLz4KICAgIDxwYXRoIG9wYWNpdHk9Ii45IiBmaWxsPSIjRkZGIiBkPSJNMzIuMDEgMzNjMyAwIDUuNC0yLjQgNS40LTUuNHYtMy4zYzAtMy0yLjQtNS40LTUuNC01LjRzLTUuNCAyLjQtNS40IDUuNHYzLjNjLjEgMyAyLjUgNS40IDUuNCA1LjR6TTM4IDM1SDI2LjRjLTMtLjA0LTUuNCAxLjk2LTUuNCA1aDIyLjNjLjEtMy4wNC0yLjMtNS4wNC01LjMtNXoiLz4KPC9zdmc+Cg==) center center no-repeat;
    background-size: 100%; }

.fixedFooter {
  position: fixed;
  bottom: 0;
  left: 0; }

.btn, .buttonTopTop {
  height: auto !important; }

.buttonTopTop {
  color: #fff;
  width: 50px;
  height: 36px !important;
  background: #6c6c6c url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAABUCAQAAAB0UpzOAAABsUlEQVR4Ae3XxV0DURSFcTaRAmJF4H3gUAgOjeBQQErAoYJs8QpOdBl5+EUib+bkvcnm5mSb3z/2jQyZAe3tyT6whCX2tX3ASOLlbcno4W2Yt21HDCOH2gdcQy5a+ATmaycRwphES+AWJqODb2Egwy0JExmZf1tiYCKjNliy8gVLRm3bJmAio7ZJVt5gyahtJx5hTEhGMiIrAr6G6bFrTzDmYSyb9wAjgWcr/IyEe3gTJsA2HcPIohoIriLrFj60kbJDhzDGJSP7WhgnYCIjIiuBiYz4rATmMuKzEpjMiM9KYD4je1Y8fECgkhUNYxRNGm5ilIcvGVJ2ScKYZUnZLAEjjse+4UfEw8PrMA62HhJGBhUncAWZcPA+jKPtW2AiIy4rgbmM+KwE5jLisxKYzIjPSmA+Iz6rNhhplL3AFaR7w7swnrbbA8YIGt7gBka6w2cwHnfWBcY0jOdN/4Elo3vv8D3i7fCKT1K2IrDhM2JWRlpgLiM+K4HZjPisBOYy4rP6gvmM+Kw+4TwK1jVCfJUF6/LBb8zLgeEyf2OusMIKK6ywwgorrLDCCiussMID2itof56d6Xg6QAAAAABJRU5ErkJggg==) center center no-repeat;
  background-size: 33.333%;
  cursor: pointer;
  position: fixed;
  bottom: 12px;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition-property: opacity, visibility;
  -moz-transition-property: opacity, visibility;
  -ms-transition-property: opacity, visibility;
  -o-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  -ms-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear; }
  .buttonTopTop.showit {
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    filter: alpha(opacity=60);
    visibility: visible;
    z-index: 5000; }
    .buttonTopTop.showit:hover {
      -moz-opacity: 1;
      -khtml-opacity: 1;
      opacity: 1;
      -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
      filter: alpha(opacity=100);
      visibility: visible; }

.buttonTopTop:hover, .buttonTopTop:focus {
  background: #383838 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAABUCAQAAAB0UpzOAAABsUlEQVR4Ae3XxV0DURSFcTaRAmJF4H3gUAgOjeBQQErAoYJs8QpOdBl5+EUib+bkvcnm5mSb3z/2jQyZAe3tyT6whCX2tX3ASOLlbcno4W2Yt21HDCOH2gdcQy5a+ATmaycRwphES+AWJqODb2Egwy0JExmZf1tiYCKjNliy8gVLRm3bJmAio7ZJVt5gyahtJx5hTEhGMiIrAr6G6bFrTzDmYSyb9wAjgWcr/IyEe3gTJsA2HcPIohoIriLrFj60kbJDhzDGJSP7WhgnYCIjIiuBiYz4rATmMuKzEpjMiM9KYD4je1Y8fECgkhUNYxRNGm5ilIcvGVJ2ScKYZUnZLAEjjse+4UfEw8PrMA62HhJGBhUncAWZcPA+jKPtW2AiIy4rgbmM+KwE5jLisxKYzIjPSmA+Iz6rNhhplL3AFaR7w7swnrbbA8YIGt7gBka6w2cwHnfWBcY0jOdN/4Elo3vv8D3i7fCKT1K2IrDhM2JWRlpgLiM+K4HZjPisBOYy4rP6gvmM+Kw+4TwK1jVCfJUF6/LBb8zLgeEyf2OusMIKK6ywwgorrLDCCiussMID2itof56d6Xg6QAAAAABJRU5ErkJggg==) center center no-repeat;
  background-size: 33.333%; }

.buttonbackFloatRight {
  float: right; }
  .buttonbackFloatRight .buttonBack {
    float: right; }

.buttonBack {
  float: right;
  background: #ededed url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABQCAYAAACOEfKtAAADUElEQVR4AWL4/x/Qnj3AQLIFART9tm3btm3btoNvrW3btm3btm2ja2+SRS1GaeTNdCU5seqmmk98MBbBAlpAC2gBjQW0gBbQAhoLaAEtoAU0FtACWsC0WcDbb7stSEfhGzTBbzgBB4UplwLeiAbwINiKxyxgakfjc0yFQHvNAiZ3E+qrrdM8C5jYsfgM0yAJeHgVFhDajWiC7ZAktuNlWMCdjsDXmAlJzQJqN6IOtkLSZAFxFL7CdEhmLODNaAwPkj4LeAy+wDRIZizg9WiArRCfvDgFPALfYCYkIB6ejUPA69EQEoJ6eAn34aKcCKjCHYmv1L0uLNuxClPRFiXxHe7CGVkVUMW7AfWg7nWRW4YRqIoPcTkOdTKgCnc4vsJUiGNmojW+wRUuBdRbVx+SBWaiNl7ByYg+oAp3LL7AVEiW2YK++B7nRR5w59dEM2yHZLmx+A3nhBZQhTsMX2EGJMeMwGc4KtCA+l6nzyZylIdWeCCQgCreE5gCiYml+APHBxWwPiSGWuDaIAJ+h82QGBqFh/wGPBJvYyQkhubg1SCewpeiOjZCYmYZ3vITUL/KfIRJkJhZjGeC+hK5AtVieG+cjJt8B1Tb+B4mQGKkJ04P8m/M1aiOLZCYKI5DAwkIfW8cD4mBdXgsjD/SV6FGiNvoYSb6YQAGYTzmYxGWYTU2RfDZ2RbHBhpQbePHIW3jNnyIw5QzcC1uwh14AE/hZXyKQqiG1hiH1QH+FnstzFO5q1Ar4Cf1dh+ncofhXNyFD1EFg7DW5xYeE05A4DC8o5/Ujh2sn4x78C+GYBMkA6txX5gBAf3e6FZA7TS8huZYD0lTvvADAofjPYxzMKB2FJ5HR0gaeuOEsANqV+r3RucCYucMJ+AXzEnj/+GNUQbU98ZRjgbUs9yJrineDN6NMqB2Oapis4MB9TznoB4kgSJRB9QOwycY62BAPdOJqAw5gNrRBUzsMlTGFscC6rlOQiOIhk7RB0zsXYx1LKCe7QIMgigD3AkIXILK2HSAgK9EGTDBfA9jGWSnkW4FBI7Au5gAUZ6LOmCCGUtBdhrjWkDtapRDJ1TCBY4EvAI10Q7f+gxosjSgBbSAxgJaQAtoAY0FtIAW0AIaC2gBLaAFNDsAMfZiAdqudecAAAAASUVORK5CYII=) 12px center no-repeat;
  background-size: 12px;
  padding-left: 36px;
  height: 36px;
  margin-top: 12px; }
  @media screen and (max-width: 991px) {
    .buttonBack {
      float: left; } }

.mobileButtonBack {
  margin-top: 18px; }
  @media screen and (max-width: 767px) {
    .mobileButtonBack {
      margin-top: 0; } }

@media screen and (max-width: 767px) {
  .backButtonHolder {
    text-align: left;
    position: absolute;
    top: 0;
    left: 0; } }

.error_overlay .btn-default, .error_overlay .buttonTopTop {
  background: #dbdbdb; }

.error_overlay .btn-default:hover, .error_overlay .buttonTopTop:hover {
  background: #cbcbcb; }

a {
  cursor: pointer; }

a.btn:hover, a.buttonTopTop:hover {
  color: #000; }

a.btn-brand:hover {
  color: #fff; }

.privacyLink {
  text-decoration: none;
  color: #383838;
  position: absolute;
  bottom: 60px;
  right: 12px; }
  @media screen and (max-width: 767px) {
    .privacyLink {
      bottom: 22px;
      right: 72px; } }

.impressumLink {
  text-decoration: none;
  color: #383838;
  position: absolute;
  bottom: 100px;
  right: 12px; }
  @media screen and (max-width: 767px) {
    .impressumLink {
      bottom: 62px;
      right: 72px; } }

.sessionLink {
  text-decoration: none;
  color: #383838;
  position: absolute;
  bottom: 140px;
  right: 12px; }
  @media screen and (max-width: 767px) {
    .sessionLink {
      bottom: 102px;
      right: 72px; } }

#footer .footer-col {
  padding-bottom: 24px; }
  @media screen and (max-width: 767px) {
    #footer .footer-col {
      padding-bottom: 120px; } }

.sessionPage table {
  width: 100%; }
  .sessionPage table td {
    min-height: 30px; }
  .sessionPage table td:nth-child(1) {
    font-weight: bolder; }

@media screen and (max-width: 767px) {
  .sessionPage .testButtonCountryChange {
    width: 100%;
    white-space: normal; } }

.inline {
  display: inline; }

@media screen and (max-width: 767px) {
  .hide-under-s {
    display: none; } }

.hide-under-m {
  display: block; }
  @media screen and (max-width: 991px) {
    .hide-under-m {
      display: none; } }

.hide-under-m-inline {
  display: inline; }
  @media screen and (max-width: 991px) {
    .hide-under-m-inline {
      display: none; } }

@media screen and (min-width: 992px) {
  .show-beyond-m {
    display: none; } }

@media screen and (min-width: 768px) {
  .show-beyond-s {
    display: none; } }

@media screen and (max-width: 767px) {
  .hide-under-s-important {
    display: none !important; } }

button, .btn, .buttonTopTop, input[type=submit], input[type=search], input[type=date] select {
  border: 1px #fff solid !important; }

form select, form input[type=date] {
  height: 36px; }

form .form-radio-set {
  height: 30px;
  margin-bottom: 0; }

form input[type="radio"] {
  border-radius: 100% !important; }

form input:disabled, form textarea:disabled {
  background-color: #ededed !important;
  border-color: #ededed !important;
  color: #b8b8b8 !important; }

.cont-sep-1-new {
  margin-top: 12px;
  float: left;
  width: 100%; }

.cont-sep-1-new-bottom {
  margin-bottom: 12px;
  float: left;
  width: 100%; }

.cont-sep-2-new {
  margin-top: 24px;
  float: left;
  width: 100%; }

.cont-sep-2-new-bottom {
  margin-bottom: 24px;
  float: left;
  width: 100%; }

.cont-sep-3-new {
  margin-top: 36px;
  float: left;
  width: 100%; }

.cont-sep-3-new-bottom {
  margin-bottom: 36px;
  float: left;
  width: 100%; }

.cont-sep-4-new {
  margin-top: 48px;
  float: left;
  width: 100%; }

.cont-sep-4-new-bottom {
  margin-bottom: 48px;
  float: left;
  width: 100%; }

.cont-sep-5-new {
  margin-top: 60px;
  float: left;
  width: 100%; }

.cont-sep-5-new-bottom {
  margin-bottom: 60px;
  float: left;
  width: 100%; }

.cont-sep-6-new {
  margin-top: 72px;
  float: left;
  width: 100%; }

.cont-sep-6-new-bottom {
  margin-bottom: 72px;
  float: left;
  width: 100%; }

.cont-sep-7-new {
  margin-top: 84px;
  float: left;
  width: 100%; }

.cont-sep-7-new-bottom {
  margin-bottom: 84px;
  float: left;
  width: 100%; }

.cont-sep-8-new {
  margin-top: 96px;
  float: left;
  width: 100%; }

.cont-sep-8-new-bottom {
  margin-bottom: 96px;
  float: left;
  width: 100%; }

.cont-sep-9-new {
  margin-top: 108px;
  float: left;
  width: 100%; }

.cont-sep-9-new-bottom {
  margin-bottom: 108px;
  float: left;
  width: 100%; }

.cont-sep-10-new {
  margin-top: 120px;
  float: left;
  width: 100%; }

.cont-sep-10-new-bottom {
  margin-bottom: 120px;
  float: left;
  width: 100%; }

.cont-sep-11-new {
  margin-top: 132px;
  float: left;
  width: 100%; }

.cont-sep-11-new-bottom {
  margin-bottom: 132px;
  float: left;
  width: 100%; }

.cont-sep-12-new {
  margin-top: 144px;
  float: left;
  width: 100%; }

.cont-sep-12-new-bottom {
  margin-bottom: 144px;
  float: left;
  width: 100%; }

.cont-sep-13-new {
  margin-top: 156px;
  float: left;
  width: 100%; }

.cont-sep-13-new-bottom {
  margin-bottom: 156px;
  float: left;
  width: 100%; }

.cont-sep-14-new {
  margin-top: 168px;
  float: left;
  width: 100%; }

.cont-sep-14-new-bottom {
  margin-bottom: 168px;
  float: left;
  width: 100%; }

.cont-sep-15-new {
  margin-top: 180px;
  float: left;
  width: 100%; }

.cont-sep-15-new-bottom {
  margin-bottom: 180px;
  float: left;
  width: 100%; }

.cont-sep-16-new {
  margin-top: 192px;
  float: left;
  width: 100%; }

.cont-sep-16-new-bottom {
  margin-bottom: 192px;
  float: left;
  width: 100%; }

.cont-sep-17-new {
  margin-top: 204px;
  float: left;
  width: 100%; }

.cont-sep-17-new-bottom {
  margin-bottom: 204px;
  float: left;
  width: 100%; }

.cont-sep-18-new {
  margin-top: 216px;
  float: left;
  width: 100%; }

.cont-sep-18-new-bottom {
  margin-bottom: 216px;
  float: left;
  width: 100%; }

.cont-sep-19-new {
  margin-top: 228px;
  float: left;
  width: 100%; }

.cont-sep-19-new-bottom {
  margin-bottom: 228px;
  float: left;
  width: 100%; }

.cont-sep-20-new {
  margin-top: 240px;
  float: left;
  width: 100%; }

.cont-sep-20-new-bottom {
  margin-bottom: 240px;
  float: left;
  width: 100%; }

.halfwidth {
  width: 50%;
  float: left;
  margin-top: 6px; }
  @media screen and (max-width: 991px) {
    .halfwidth {
      width: auto;
      margin-right: 36px; } }

@media screen and (max-width: 991px) {
  .row {
    width: auto; }
  .row:after {
    content: '';
    clear: none; } }

.row:before, .row:after {
  content: ' ';
  display: table; }

.row:after {
  clear: both; }

.formspacerText {
  margin-top: 12px; }

.form-input-set {
  margin-bottom: 0; }
  @media screen and (max-width: 767px) {
    .form-input-set {
      height: auto; } }

.fullSizeLabel {
  width: 100%;
  display: block;
  float: left; }

.line {
  width: 100%;
  float: left;
  height: 1px;
  display: block;
  background: #b2b2b2; }

.noPaddingLeft {
  padding-left: 0; }

@media screen and (max-width: 1310px) {
  .container-fixed {
    width: 1024px !important; } }

@media screen and (max-width: 1038px) {
  .container-fixed {
    width: 100% !important; } }

@media screen and (max-width: 767px) {
  .container-fixed {
    width: 100% !important; } }

.countryZonesHeading {
  margin-top: 6.48649px; }

.btn a, .buttonTopTop a, .btn a:hover, .buttonTopTop a:hover, .btn a:focus, .buttonTopTop a:focus, .btn-default a, .buttonTopTop a, .btn-default a:hover, .buttonTopTop a:hover, .btn-default a:focus, .buttonTopTop a:focus, button a, button a:hover, button a:focus {
  color: #383838;
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: inline-block; }

a .btn, a .buttonTopTop, a .btn-default, a .buttonTopTop, a button {
  color: #383838;
  text-decoration: none; }

a .btn-brand {
  color: #fff; }

form {
  display: block;
  width: 100%;
  float: left; }
  form:before, form:after {
    content: ' ';
    display: table; }
  form:after {
    clear: both; }

#demoNav {
  background: #383838;
  padding: 0;
  position: fixed;
  top: 0;
  right: -400px;
  z-index: 100000004;
  width: 400px;
  max-width: 80%;
  height: 100%; }
  #demoNav * {
    color: #fff;
    text-decoration: none; }
  #demoNav textarea {
    color: black; }
  #demoNav a {
    width: 100%;
    padding: 12px 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    display: block; }
  #demoNav a:hover {
    background: #e20074; }

.WebtrekkHistoryInnner {
  margin: 10px; }

.WebtrekkHistoryInnner textarea {
  width: 100%;
  height: 150px;
  resize: vertical; }

.webtrekkLinkId {
  color: red !important;
  z-index: 100000004; }

#webtrekkPageId {
  position: fixed;
  background: white;
  color: red;
  top: 144px;
  left: 72px;
  font-size: 200%;
  z-index: 100000004; }

#demoNavButton {
  position: fixed;
  left: 0;
  bottom: 72px;
  width: 36px;
  height: 36px;
  background: #e20074 url(data:image/jpeg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAAA8AAD/4QMvaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjYtYzA2NyA3OS4xNTc3NDcsIDIwMTUvMDMvMzAtMjM6NDA6NDIgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE1IChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo4NkU1ODZCNjRCRUQxMUU1QTI1QUI0RkVGMkYzMTAzNyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo4NkU1ODZCNzRCRUQxMUU1QTI1QUI0RkVGMkYzMTAzNyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjg2RTU4NkI0NEJFRDExRTVBMjVBQjRGRUYyRjMxMDM3IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjg2RTU4NkI1NEJFRDExRTVBMjVBQjRGRUYyRjMxMDM3Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+/+4ADkFkb2JlAGTAAAAAAf/bAIQABgQEBAUEBgUFBgkGBQYJCwgGBggLDAoKCwoKDBAMDAwMDAwQDA4PEA8ODBMTFBQTExwbGxscHx8fHx8fHx8fHwEHBwcNDA0YEBAYGhURFRofHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8f/8AAEQgAZABkAwERAAIRAQMRAf/EAHYAAQADAQAAAAAAAAAAAAAAAAAFBgcIAQEAAgMBAAAAAAAAAAAAAAAABAUCBgcDEAABAQcDBQEAAAAAAAAAAAAABBLTFKRVBxcRAgYxAxMjFTMRAQABAgYCAgMBAAAAAAAAAAACUQQBotITUxYREjEDIXEFBv/aAAwDAQACEQMRAD8AoBbu7AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAneL8H5RymJ+EijINiJ9vZ7TPlaY/Xfs11Y3dDCf2YR+UC9/p/Ra+N2Xr7efH4xx+P1hjVO4PujRZpI+MN+FUDs1hyZZ6TB90aLNJHw34VOzWHJlnpMH3Ros0kfDfhU7NYcmWekwfdGizSR8N+FTs1hyZZ6TB90aLNJHw34VOzWHJlnpMH3Ros0kfDfhU7NYcmWekwfdGizSR8N+FTs1hyZZ6VFPZfAAAAA1exHOOL8W+591bBxkLDervd1rxeZv8tm/TRvb1I1x9eMvHhqf+o/mffdbe1H29fbz+cMPn1rjhRq+cLXVqVVuSPsTo1LrN/wAeaGozha6tSqtyNidDrN/x5oajOFrq1Kq3I2J0Os3/AB5oajOFrq1Kq3I2J0Os3/HmhqM4WurUqrcjYnQ6zf8AHmhqM4WurUqrcjYnQ6zf8eaGozha6tSqtyNidDrN/wAeaGpyiWLrIAAAAJ3i/B+UcpifhIoyDYifb2e0z5WmP137NdWN3Qwn9mEflAvf6f0Wvjdl6+3nx+Mcfj9YY1TuD7o0WaSPjDfhVA7NYcmWekwfdGizSR8N+FTs1hyZZ6TB90aLNJHw34VOzWHJlnpMH3Ros0kfDfhU7NYcmWekwfdGizSR8N+FTs1hyZZ6TB90aLNJHw34VOzWHJlnpMH3Ros0kfDfhU7NYcmWelRT2XwAAAANXsRzji/FvufdWwcZCw3q73da8Xmb/LZv00b29SNcfXjLx4an/qP5n33W3tR9vX28/nDD59a44UavnC11alVbkj7E6NS6zf8AHmhqM4WurUqrcjYnQ6zf8eaGozha6tSqtyNidDrN/wAeaGozha6tSqtyNidDrN/x5oajOFrq1Kq3I2J0Os3/AB5oajOFrq1Kq3I2J0Os3/HmhqM4WurUqrcjYnQ6zf8AHmhqcoli6yAAAACd4vwflHKYn4SKMg2In29ntM+Vpj9d+zXVjd0MJ/ZhH5QL3+n9Fr43Zevt58fjHH4/WGNU7g+6NFmkj4w34VQOzWHJlnpMH3Ros0kfDfhU7NYcmWekwfdGizSR8N+FTs1hyZZ6TB90aLNJHw34VOzWHJlnpMH3Ros0kfDfhU7NYcmWekwfdGizSR8N+FTs1hyZZ6TB90aLNJHw34VOzWHJlnpUU9l8AAAADV7Ec44vxb7n3VsHGQsN6u93WvF5m/y2b9NG9vUjXH14y8eGp/6j+Z991t7Ufb19vP5ww+fWuOFGr5wtdWpVW5I+xOjUus3/AB5oajOFrq1Kq3I2J0Os3/HmhqM4WurUqrcjYnQ6zf8AHmhqM4WurUqrcjYnQ6zf8eaGozha6tSqtyNidDrN/wAeaGozha6tSqtyNidDrN/x5oajOFrq1Kq3I2J0Os3/AB5oanKJYusgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP/2Q==) center center no-repeat;
  background-size: 100%;
  cursor: pointer;
  opacity: 0.2;
  z-index: 100000004; }

#showError {
  position: fixed;
  left: 0;
  bottom: 33px;
  width: 36px;
  height: 36px;
  background: #e20074 url(data:image/jpeg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAAA8AAD/4QMvaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjYtYzA2NyA3OS4xNTc3NDcsIDIwMTUvMDMvMzAtMjM6NDA6NDIgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE1IChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpFNURGMTZBOTRCRUYxMUU1OTI4REZCMDZGOEQ1Q0UzQSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpFNURGMTZBQTRCRUYxMUU1OTI4REZCMDZGOEQ1Q0UzQSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkU1REYxNkE3NEJFRjExRTU5MjhERkIwNkY4RDVDRTNBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkU1REYxNkE4NEJFRjExRTU5MjhERkIwNkY4RDVDRTNBIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+/+4ADkFkb2JlAGTAAAAAAf/bAIQABgQEBAUEBgUFBgkGBQYJCwgGBggLDAoKCwoKDBAMDAwMDAwQDA4PEA8ODBMTFBQTExwbGxscHx8fHx8fHx8fHwEHBwcNDA0YEBAYGhURFRofHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8f/8AAEQgAZABkAwERAAIRAQMRAf/EAI4AAQADAQEBAAAAAAAAAAAAAAAGBwgFAwQBAQACAwEBAAAAAAAAAAAAAAAEBQMGBwIBEAACAQMDAgIIBwAAAAAAAAAAAQIRAwQFBgchEkEIMVFhgaGxExbB0SIykhQVEQEAAgECAwQHCQAAAAAAAAAAAQIDEQQyBQYhMUESUWFxgcFysqGxIlKCE3MkNP/aAAwDAQACEQMRAD8AgBbu7AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPfBwM7UMqGJgY13Ly7tfp49iErlyXanJ9sIJydIps+TMR3seXLTHXzXmK1jxnsh9uobU3Rp2M8rUNHzsPGi0pX8jGvWracuiTlOKXU+ReJ7pYMW+wZLeWmSlreiLRMuWeksAAAAAAAAAAAE44Tmocn6I36G8iPT1yxbq/Ew5+CVF1LGuxyfp+qq6fMBcjDjm/F1rcyceMaevu7uv8SJt+OGldKRrvY9VbMvFi6kAAAAAAAAAAACZ8NzjDkvQ3L0O7cXvlYuJfFmHPwSpeoo12OT2R9ULm8xF63b4/hGTpK7nWYQ9rULkvlFkXbx+JpfSNZneeyk/BmYsHTgAAAAAAAAAAAS7iWUY8j6C5Oi/sU97hJL4mLPwSp+fxrssny/GFxeZKUfsjAjX9T1O00vYse/X5kba8Xuad0dH9q38c/VVm8nOkgAAAAAAAAAAAk/GM4Q5B0Bzkop5tpJt06ydEve3QxZuCVXzuJnZ5dPySuTzKyX2jpka9XnppeNFZufmRtrxe5pnRv8Aov8AJ8YZ0Jzo4AAAAAAAAAAAOrtPPxdP3To2fly7MXDzsa/fmk5ONu1ejOboqt0S8DzeNazCJv8AFbJt8lK8VqWiPbMSs3m7kTae6dF07F0XLlkXsfJd27GVq5bpF23GtZxivSyNgxWrPa1jprlG42uW1stdImunfE+PqU6S25AAAAAAAAAAAA7O0dqarunW7Wkaao/XuJzncuOkLduP7pyaq6KvgeL3isayhcw3+Pa4pyX7vvn0JhvvhDWtraLLV7ebb1HEsuKy1C3K3O2pNRUqNz7o1fUxY9xFp0U3K+psW6y/tzWaWnu7ddVbEhswAAAAAAAAAAAJpxJvPB2lu1ahnxk8LIsTxcicF3ShGcoTU1HxpK2q08DDmpNq6QpOf8uvu9v5KcUT5o9ff2fatDlTmHaWVtLL0nRMr/QzNStq03CE4wt25OspSc1Hr2qiS6+sj4sNvNrLVuR9Pbiu4rky18laTr4ds+5nsnOiAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD/9k=) center center no-repeat;
  background-size: 100%;
  cursor: pointer;
  opacity: 0.2; }

#showError:hover {
  opacity: 1; }

.demoNavButtonActive {
  opacity: 1 !important; }

#demoNavButton:hover {
  opacity: 1; }

img {
  max-width: 100%; }

.bigSessionData {
  font-size: 24px;
  text-transform: uppercase; }

/* ALEX */
.ObjectPrinter {
  font-size: smaller; }

.showMorePasses {
  background-color: silver;
  color: #000; }

.buttonGray {
  background-color: silver;
  color: #000; }

.buttonGray:hover {
  color: #383838;
  background: #d2d2d2; }

.toUpperCase {
  text-transform: uppercase; }

.footNotes {
  font-size: smaller;
  font-style: italic; }

.icon-health-status {
  font-size: 18px;
  color: #6bb224;
  margin-right: 18px;
  aria-hidden: true; }

.helperIcon {
  cursor: pointer;
  font-size: 19.416px;
  vertical-align: super; }

.countryButton {
  float: left; }

@media screen and (max-width: 767px) {
  input.btn-message {
    width: 100%; } }

@media screen and (min-width: 768px) and (max-width: 991px) {
  input.btn-message {
    width: 100%; } }

.imagePreloader {
  width: 130px;
  height: 124px; }
  .imagePreloader img {
    width: 16px;
    height: 16px;
    margin-left: auto;
    margin-right: auto;
    display: block; }

.btn, .buttonTopTop {
  white-space: normal !important; }

.passHistoryTable td.text-center {
  text-align: center !important; }

@media screen and (max-width: 767px) {
  .passHistoryTable td {
    padding-top: 6px !important; }
  .passHistoryTable .buttonGray {
    width: 100% !important;
    border-color: #ededed !important; }
  .passHistoryTable .historyMobileTitle + p, .passHistoryTable .historyMobileTitle + span {
    width: auto;
    float: left; }
  .passHistoryTable .historyMobileTitle + p, .passHistoryTable .historyMobileTitle + span, .passHistoryTable .historyMobileTitle {
    font-size: 16.5px; } }

@media screen and (min-width: 768px) {
  .text-center-desktop {
    text-align: center !important; } }

.table-striped > tbody > tr:nth-child(odd) > th, .table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr.odd > th, .table-striped > tbody > tr.odd > td {
  background: #ededed; }

.freePass {
  width: auto;
  height: auto;
  display: block;
  float: left; }

.textFreePass {
  width: 70%;
  float: left;
  padding-left: 24px; }
  .textFreePass h1 {
    padding-bottom: 0;
    margin-bottom: 0; }
    .textFreePass h1 strong {
      color: #6bb224; }
  .textFreePass h4 {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0; }
  @media screen and (max-width: 550px) {
    .textFreePass {
      width: 100%;
      padding: 0; } }

.sendSession {
  vertical-align: 7px;
  padding-left: 6px;
  font-size: 18px;
  white-space: nowrap; }

.freeWelcomePass {
  text-align: center;
  background: rgba(178, 178, 178, 0.35);
  padding: 10px; }
  .freeWelcomePass img {
    width: 64px; }
  .freeWelcomePass .freeTitle {
    color: #e20074; }
  .freeWelcomePass .freeSubtitle {
    font-size: small; }

.countryCustom {
  visibility: collapse !important; }

.countryNOTCustom {
  visibility: visible !important; }

@media screen and (max-width: 400px) {
  @-ms-viewport {
    width: 320px; } }

@media screen and (max-width: 400px) {
  @-ms-viewport {
    width: 320px; } }

.subscriberInformationOuter {
  text-align: right; }

#hotspotdriveclubParent fieldset {
  padding-right: 12px !important; }

.PersonalDataClubFormular h3 {
  padding: 12px; }

.row.SideMargin {
  margin-left: 0px;
  margin-right: 0px; }

.row.SideMargin .row {
  margin-left: 0px;
  margin-right: 0px; }

.row.PersonalDataClubFormular {
  margin-left: 0px;
  margin-right: 0px; }

.row.PersonalDataClubFormular .row {
  margin-left: 0px;
  margin-right: 0px; }

.PersonalDataClubFormular .cont-sep-3-new {
  margin-top: 12px; }

.fadeout {
  -webkit-animation: fadeout 1s forwards ease-in-out;
  -moz-animation: fadeout 1s forwards ease-in-out;
  -ms-animation: fadeout 1s forwards ease-in-out;
  -o-animation: fadeout 1s forwards ease-in-out;
  animation: fadeout 1s forwards ease-in-out; }

@keyframes fadeout {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

/* Firefox < 16 */
@-moz-keyframes fadeout {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadeout {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

/* Internet Explorer */
@-ms-keyframes fadeout {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

/* Opera < 12.1 */
@-o-keyframes fadeout {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.downloadAsPDFLink {
  display: block;
  padding-left: 0px;
  font-size: 18px;
  white-space: nowrap; }

.driveBasicLinks {
  padding-top: 6px; }
  @media screen and (max-width: 840px) {
    .driveBasicLinks {
      text-align: center; } }
  .driveBasicLinks a {
    width: 100%;
    display: block;
    float: left;
    padding-top: 6px;
    font-size: 15px; }
  .driveBasicLinks a:hover, .driveBasicLinks a:focus {
    text-decoration: none;
    opacity: 0.5; }
  .driveBasicLinks a:active {
    animation-duration: 350ms;
    animation-name: blinkDownload;
    animation-iteration-count: infinite;
    animation-timing-function: linear; }

@keyframes blinkDownload {
  0% {
    opacity: 0.25; }
  50% {
    opacity: 0.1; }
  100% {
    opacity: 0.25; } }

a.driveBasicSingleLink {
  font-size: small;
  font-weight: 100 !important;
  font-family: 'TeleGrotesk', Helvetica, 'Helvetica Neue', Arial, sans-serif;
  text-transform: none; }

ul.driveBasicSingleLinks {
  margin: 0px;
  padding: 0px; }

ul.driveBasicSingleLinks li {
  display: inline; }

ul.driveBasicSingleLinks li:not(:last-child):after {
  content: " "; }

ul.driveBasicSingleLinks li:not(:last-child) a:after {
  content: ","; }

.container-message {
  margin-top: 80px; }

.wrap-auto {
  word-wrap: break-word;
  hyphens: none; }

.flexrow {
  margin-left: 0px;
  margin-right: 0px; }
  @media screen and (min-width: 0px) {
    .flexrow {
      display: block;
      /* display: -webkit-box;
         display: -moz-box;
         display: -ms-flexbox;
         display: -webkit-flex;
         display: flex;*/ } }
  @media screen and (max-width: 767px) {
    .flexrow {
      display: block;
      margin-left: 12px;
      margin-right: 12px; } }

.col1, .col2, .col3, .col4, .col5, .col6, .col7 {
  padding: 6px 12px;
  /* top and bottom $building-unit/2 */
  /* left and right $building-unit */
  position: relative;
  float: left;
  min-height: 1px; }

.col1 {
  width: 100%; }

.col2 {
  width: 50%; }

.col3 {
  width: 33.33334%; }

.col4 {
  width: 25.00001%; }

.col5 {
  width: 20%; }

.col6 {
  width: 16.66667%; }

.col7 {
  width: 14.28572%; }

.editBoxNew {
  margin-bottom: 24px;
  display: inline-block;
  position: relative; }
  .editBoxNew p.editBoxTitle {
    padding-bottom: 0; }
  .editBoxNew p.editBoxText {
    margin-bottom: 50px; }
  .editBoxNew .col1 > p.editBoxText {
    margin-bottom: 50px; }
  .editBoxNew .editButton {
    position: absolute;
    bottom: 0;
    left: 24px; }
  .editBoxNew .borderWrapNew {
    height: 100% !important;
    padding: 12px;
    border-left: 1px solid #d0d0d0; }

.col1.editBoxNew {
  margin-bottom: 0px;
  height: auto;
  padding-left: 0px;
  padding-right: 0px; }

.col1 .editButton {
  left: 0;
  position: absolute;
  width: 100%; }

.col1 .editButton .btn, .col1 .editButton .buttonTopTop {
  width: 100%; }

.col1 .borderWrapNew {
  padding: 0;
  border: 0; }

.CookieConsent {
  background: rgba(0, 0, 0, 0.75);
  padding: 6px;
  padding-top: 3px;
  left: 0;
  z-index: 100000002;
  width: 100%;
  bottom: 0;
  top: auto;
  text-align: left;
  position: fixed;
  display: flex; }
  @media screen and (min-width: 1024px) {
    .CookieConsent {
      align-items: center;
      justify-content: center; } }
  @media screen and (min-width: 500px) {
    .CookieConsent * {
      font-size: 15px !important; }
    .CookieConsent .btn, .CookieConsent .buttonTopTop {
      font-size: 15px !important; } }
  .CookieConsent * {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: -0.4px;
    font-stretch: condensed; }
  .CookieConsent span {
    display: inline;
    text-align: left; }
  .CookieConsent span:last-child {
    padding-top: 3px;
    padding-right: 3px; }
  .CookieConsent .btn, .CookieConsent .buttonTopTop {
    border: 0 !important;
    padding: 3px 10px;
    font-size: 12px; }
  .CookieConsent .btn-brand {
    text-decoration: none; }
  .CookieConsent a.more {
    color: #000; }
  .CookieConsent a {
    text-decoration: underline;
    white-space: nowrap; }
  @media screen and (max-width: 500px) {
    .CookieConsent .btn, .CookieConsent .buttonTopTop {
      margin: 0; } }

#consent1 {
  padding-right: 6px; }

.spaceForHeader {
  width: 100%;
  float: left;
  display: block;
  height: 150px;
  border-bottom: 1px solid #b2b2b2; }

.spaceForFooter {
  width: 100%;
  float: left;
  display: block;
  height: 150px;
  border-top: 1px solid #b2b2b2; }

.spaceForLoading {
  min-height: 2000px; }

.lastUpdate {
  float: right;
  font-size: 15px;
  padding-top: 2px;
  opacity: 0.75; }

#main {
  min-height: 500px; }

.driveBasicTable {
  display: table;
  width: 100%;
  height: 400px;
  position: absolute;
  top: 0;
  left: 0;
  vertical-align: middle; }
  @media screen and (max-width: 840px) {
    .driveBasicTable {
      display: block;
      float: left;
      width: 100%;
      height: auto;
      position: relative;
      top: auto;
      left: auto;
      text-align: center; } }

.driveBasicTableCell {
  display: table-cell;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle; }
  @media screen and (max-width: 840px) {
    .driveBasicTableCell {
      display: inline-block;
      float: none;
      width: 100%;
      height: auto;
      position: relative;
      top: auto;
      left: auto; }
      .driveBasicTableCell .moreText {
        margin-top: 24px; } }
  .driveBasicTableCell h1 span {
    display: block; }

.passBox {
  display: block;
  float: left;
  min-height: 400px;
  width: 100%;
  margin-bottom: 12px;
  background: #ededed;
  position: relative;
  overflow: hidden; }
  .passBox .verticalSpacer {
    float: left;
    width: 100%;
    min-height: 400px; }
  @media screen and (max-width: 840px) {
    .passBox .verticalSpacer {
      height: auto;
      min-height: 0 !important;
      float: left; } }

.validBox {
  margin-top: 358px;
  width: 100%; }
  .validBox .moreTextBody, .validBox .moreText {
    width: 100%; }
  @media screen and (max-width: 840px) {
    .validBox {
      margin-top: 0;
      margin: 18px 0;
      height: auto; }
      .validBox .moreTextHead, .validBox .openMoreText {
        display: inline-block;
        width: auto;
        padding-left: 0 !important;
        float: none !important; } }

.passesMoreText .moreTextHead {
  padding-left: 18px; }
  @media screen and (max-width: 840px) {
    .passesMoreText .moreTextHead {
      text-align: center;
      width: 100% !important;
      float: none !important; }
      .passesMoreText .moreTextHead p {
        width: auto !important;
        max-width: 80% !important;
        display: inline-block !important;
        padding-left: 15.96px;
        float: none !important; } }

@media screen and (max-width: 840px) {
  .passesMoreText {
    text-align: center; } }

.moreTextBody {
  overflow: hidden;
  height: 0;
  width: 100%;
  display: block;
  float: left;
  position: relative; }
  .moreTextBody .shadowbox {
    position: absolute;
    top: 0;
    left: -5%;
    width: 110%;
    height: 120%;
    z-index: 0;
    background: #f8f8f8;
    box-shadow: inset 0px 2px 6px rgba(0, 0, 0, 0.133); }
  .moreTextBody .insideMoreText {
    padding: 24px;
    padding-left: 42px;
    z-index: 1;
    position: relative;
    background: transparent; }
    @media screen and (max-width: 840px) {
      .moreTextBody .insideMoreText {
        padding: 24px;
        text-align: left; } }

.moreTextBodyOpen {
  height: auto !important; }

.fullBoxForFirefox {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.volumeText {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  display: table;
  vertical-align: middle; }
  .volumeText p {
    padding-top: 0px;
    padding-bottom: 0px;
    color: #959595;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 16.8px;
    font-family: "TeleGrotesk", Helvetica, "Helvetica Neue", Arial, sans-serif;
    font-style: normal;
    font-weight: 600; }
    .volumeText p strong {
      font-size: 24px;
      color: #383838; }

.leftTextBoxPasses {
  position: absolute;
  top: 0;
  left: 0;
  width: 35%;
  height: 100%; }
  @media screen and (max-width: 840px) {
    .leftTextBoxPasses {
      width: 100%;
      height: auto;
      text-align: center;
      position: relative;
      top: auto;
      left: auto;
      padding-right: 12px; } }
  .leftTextBoxPasses .driveBasicTableCell {
    text-align: right; }
    @media screen and (max-width: 840px) {
      .leftTextBoxPasses .driveBasicTableCell {
        text-align: center; }
        .leftTextBoxPasses .driveBasicTableCell * {
          text-align: center !important; } }
    .leftTextBoxPasses .driveBasicTableCell h1 {
      font-size: 24px; }
      .leftTextBoxPasses .driveBasicTableCell h1 span {
        font-size: inherit !important;
        text-transform: uppercase !important;
        color: inherit !important; }
      @media screen and (max-width: 960px) {
        .leftTextBoxPasses .driveBasicTableCell h1 {
          font-size: 22.2px; } }
      @media screen and (max-width: 840px) {
        .leftTextBoxPasses .driveBasicTableCell h1 {
          font-size: 24px;
          padding: 12px;
          line-height: 1.33; } }
      @media screen and (max-width: 321px) {
        .leftTextBoxPasses .driveBasicTableCell h1 {
          font-size: 19.416px; } }
      .leftTextBoxPasses .driveBasicTableCell h1 strong {
        letter-spacing: 1px;
        color: #e20074;
        font-family: "TeleGrotesk", Helvetica, "Helvetica Neue", Arial, sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 22.2px;
        text-transform: uppercase !important; }
      .leftTextBoxPasses .driveBasicTableCell h1 span {
        font-size: 19.416px;
        color: #0090c4;
        letter-spacing: 0;
        padding: 8px 0;
        display: inline-block;
        width: 100%; }
        .leftTextBoxPasses .driveBasicTableCell h1 span strong {
          font-size: 19.416px;
          color: #0090c4;
          letter-spacing: 0;
          text-transform: uppercase !important; }

h1.yourPassIsValid {
  font-size: 24px;
  font-size: 19.416px;
  text-transform: none;
  color: #0090c4;
  letter-spacing: 0;
  padding: 8px 0;
  display: inline-block;
  width: 100%; }
  h1.yourPassIsValid strong {
    letter-spacing: 1px;
    color: #e20074;
    font-family: "TeleGrotesk", Helvetica, "Helvetica Neue", Arial, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 22.2px; }
  h1.yourPassIsValid strong {
    font-size: 19.416px;
    color: #0090c4;
    letter-spacing: 0; }
  h1.yourPassIsValid span {
    display: inline !important; }

.rightTextBoxPasses {
  position: absolute;
  top: 0;
  right: 0%;
  width: 35%;
  height: 100%; }
  .rightTextBoxPasses .driveBasicTableCellActive {
    padding-left: 0px !important; }
  .rightTextBoxPasses .btn, .rightTextBoxPasses .buttonTopTop {
    max-width: 70%; }
    @media screen and (max-width: 840px) {
      .rightTextBoxPasses .btn, .rightTextBoxPasses .buttonTopTop {
        max-width: 100%; } }
  @media screen and (max-width: 840px) {
    .rightTextBoxPasses {
      position: relative;
      top: auto;
      right: auto;
      width: 100%;
      height: auto;
      float: left;
      display: block;
      text-align: center;
      padding: 0;
      padding-bottom: 24px; } }
  .rightTextBoxPasses .driveBasicTableCell {
    text-align: left;
    padding-left: 20px; }
    @media screen and (max-width: 840px) {
      .rightTextBoxPasses .driveBasicTableCell {
        display: inline-block;
        width: auto;
        text-align: center;
        padding-left: 12px;
        padding-right: 12px; } }
    .rightTextBoxPasses .driveBasicTableCell .moreTextBodyOpen {
      overflow: visible; }
      @media screen and (max-width: 840px) {
        .rightTextBoxPasses .driveBasicTableCell .moreTextBodyOpen {
          text-align: center;
          padding-top: 24px;
          padding-bottom: 24px; } }
    .rightTextBoxPasses .driveBasicTableCell .buyBox:hover {
      -moz-transition: 200ms;
      -o-transition: 200ms;
      -webkit-transition: 200ms;
      transition: 200ms;
      transform: scale(1.05);
      box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.1); }
    .rightTextBoxPasses .driveBasicTableCell .buyBox {
      -moz-transition: 200ms;
      -o-transition: 200ms;
      -webkit-transition: 200ms;
      transition: 200ms;
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      width: 83px;
      height: 83px;
      box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15);
      background: #e20074;
      display: inline-block;
      margin-right: 5px;
      border-radius: 3px;
      margin-bottom: 25px;
      margin-top: 5px;
      cursor: pointer;
      position: relative;
      overflow: hidden;
      line-height: 1; }
      @media screen and (max-width: 840px) {
        .rightTextBoxPasses .driveBasicTableCell .buyBox {
          margin: 0px 2.5px;
          display: inline-block !important; } }
      .rightTextBoxPasses .driveBasicTableCell .buyBox .bigTypeBox {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        color: #fff;
        text-align: center;
        line-height: 83px;
        font-size: 90px;
        font-family: "TeleGrotesk", Helvetica, "Helvetica Neue", Arial, sans-serif;
        font-style: normal;
        font-weight: 600;
        opacity: 0.33; }
      .rightTextBoxPasses .driveBasicTableCell .buyBox .upgradeBox {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: table;
        vertical-align: middle;
        text-decoration: none !important; }
        .rightTextBoxPasses .driveBasicTableCell .buyBox .upgradeBox p {
          line-height: 1.1;
          display: table-cell;
          vertical-align: middle;
          width: 100%;
          height: 100%;
          text-align: center;
          color: #fff;
          font-size: 17px;
          text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25); }
    .rightTextBoxPasses .driveBasicTableCell .buyBoxFull {
      width: auto;
      max-width: 90%;
      height: 60px;
      margin-bottom: 5px; }
      .rightTextBoxPasses .driveBasicTableCell .buyBoxFull .upgradeBox {
        width: auto;
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        display: block;
        float: left;
        white-space: nowrap; }
      .rightTextBoxPasses .driveBasicTableCell .buyBoxFull .bigTypeBox {
        line-height: 60px;
        height: 60px; }
      .rightTextBoxPasses .driveBasicTableCell .buyBoxFull p {
        padding-left: 36px;
        padding-right: 36px;
        padding-top: 0;
        padding-bottom: 0;
        display: block;
        float: left;
        line-height: 60px !important; }
      .rightTextBoxPasses .driveBasicTableCell .buyBoxFull strong {
        display: inline; }
    @media screen and (max-width: 840px) {
      .rightTextBoxPasses .driveBasicTableCell .moreTextBodyBuyBox {
        width: 100%;
        text-align: center !important;
        padding: 0 !important;
        max-width: 100% !important; }
        .rightTextBoxPasses .driveBasicTableCell .moreTextBodyBuyBox .buyBox {
          float: none !important; } }
    @media screen and (max-width: 840px) {
      .rightTextBoxPasses .driveBasicTableCell .openMoreText {
        float: none !important; } }

.driveWorld .driveBasicTableCell .buyBox {
  background: #0090c4; }
  .driveWorld .driveBasicTableCell .buyBox .bigTypeBox {
    opacity: 0.2; }

.periodEndsBox {
  height: 400px;
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  overflow: visible; }
  @media screen and (max-width: 840px) {
    .periodEndsBox {
      display: block;
      position: relative;
      float: left;
      width: 100%;
      height: auto;
      text-align: center;
      top: auto;
      right: auto;
      padding: 12px 12px; } }
  .periodEndsBox p {
    position: absolute;
    bottom: 6px;
    right: 18px;
    white-space: nowrap;
    opacity: 0.618; }
    @media screen and (max-width: 840px) {
      .periodEndsBox p {
        position: relative;
        bottom: auto;
        right: auto;
        white-space: normal;
        text-align: center;
        width: 100%; } }

.driveWorldCloseOpen {
  width: 12px;
  height: 12px;
  position: absolute;
  z-index: 1000;
  top: 18px;
  right: 18px;
  cursor: pointer; }

.driveWorldCloseOpenHeading {
  display: none;
  width: 12px;
  height: 12px;
  margin-left: 25px;
  cursor: pointer;
  margin-bottom: 2px; }

.driveWorldCloseOpenBox {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  cursor: pointer; }

.noCircleWorld {
  height: auto !important; }
  .noCircleWorld .verticalSpacer {
    min-height: 200px !important; }
  .noCircleWorld .driveBasicTable, .noCircleWorld .leftTextBoxPasses {
    height: 220px !important; }
  .noCircleWorld .validBox {
    margin-top: 200px !important; }
  .noCircleWorld .rightTextBoxPasses .driveBasicTableCell {
    padding-top: 20px; }
  .noCircleWorld .buyBox {
    margin-bottom: 0 !important; }
  @media screen and (max-width: 840px) {
    .noCircleWorld .verticalSpacer {
      min-height: 0 !important; }
    .noCircleWorld .driveBasicTable, .noCircleWorld .leftTextBoxPasses {
      height: auto !important; }
    .noCircleWorld .validBox {
      margin-top: auto !important; }
    .noCircleWorld .rightTextBoxPasses .driveBasicTableCell {
      padding-top: 0; }
    .noCircleWorld .buyBox {
      margin-bottom: 0 !important; } }

.driveWorldClosed {
  min-height: 0 !important;
  height: 100px !important; }
  .driveWorldClosed .driveWorldCloseOpen {
    display: none; }
  .driveWorldClosed .driveWorldCloseOpenHeading {
    display: inline-block; }
  .driveWorldClosed .driveWorldCloseOpenBox {
    display: block; }
  .driveWorldClosed .rightTextBoxPasses {
    display: none !important; }
  .driveWorldClosed .leftTextBoxPasses span, .driveWorldClosed .leftTextBoxPasses strong {
    display: none !important; }
  .driveWorldClosed .leftTextBoxPasses h1 span {
    display: inline !important; }
  .driveWorldClosed .validBox {
    display: none !important; }
  .driveWorldClosed .verticalSpacer {
    min-height: 100px; }
  .driveWorldClosed .driveBasicTable, .driveWorldClosed .leftTextBoxPasses {
    height: 100px !important; }
  @media screen and (max-width: 840px) {
    .driveWorldClosed {
      height: auto !important;
      padding-bottom: 12px; }
      .driveWorldClosed .verticalSpacer {
        min-height: auto; }
      .driveWorldClosed .driveBasicTable, .driveWorldClosed .leftTextBoxPasses {
        height: auto !important; }
      .driveWorldClosed .validBox {
        display: none !important; }
      .driveWorldClosed .periodEndsBox {
        display: none; } }

@media screen and (max-width: 840px) {
  .bulletPointParagraphs {
    padding: 24px 0; } }

.bulletPointParagraphs p {
  padding: 2px 0px;
  padding-left: 16px;
  position: relative; }
  @media screen and (max-width: 840px) {
    .bulletPointParagraphs p {
      display: block;
      margin: 0 auto;
      max-width: 300px; } }

.bulletPointParagraphs p:before {
  content: '';
  display: block;
  position: absolute;
  top: 9px;
  left: 0px;
  width: 8px;
  height: 8px;
  background: #e20074;
  border-radius: 100%; }

.centerTextBoxDriveBasic {
  width: 300px;
  display: inline-block;
  text-align: left;
  padding-left: 50px; }
  @media screen and (max-width: 1310px) {
    .centerTextBoxDriveBasic {
      padding-left: 50px; } }
  @media screen and (max-width: 840px) {
    .centerTextBoxDriveBasic {
      width: auto;
      padding-bottom: 24px;
      padding-left: 25px;
      padding-right: 25px; } }

.btn-bigger {
  padding: 12px 48px;
  font-size: 20px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  border: 0 !important; }

.notOnline h1 strong {
  color: #bfbfbf !important; }

.openMoreText + .moreTextBody {
  height: auto; }

.moreTextHead {
  display: block;
  float: left;
  width: 100% !important; }

.faq_head {
  width: 100%;
  display: block;
  float: left;
  margin-top: 12px; }

.col-passoverview-voucher {
  padding-top: 0px; }

.buyBox {
  background: #ededed;
  width: 100%;
  float: left; }
  .buyBox:before, .buyBox:after {
    content: ' ';
    display: table; }
  .buyBox:after {
    clear: both; }

.paddingBuyBox {
  padding: 24px; }
  .paddingBuyBox p {
    padding: 0; }
  @media screen and (min-width: 768px) {
    .paddingBuyBox {
      min-height: 350px; } }

.buyBoxHeader {
  background: #e20074;
  width: 100%;
  height: auto;
  text-align: center;
  color: #fff !important;
  padding: 24px;
  font-family: "TeleGrotesk", Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px; }

.contentBuyBox {
  width: 100%;
  float: left; }
  .contentBuyBox p {
    width: 100%;
    float: left;
    padding: 12px 24px 12px 48px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    float: left;
    background: #ededed;
    font-size: 21px; }
    @media screen and (max-width: 991px) {
      .contentBuyBox p {
        padding: 12px; } }

.priceBuyBox {
  height: 140px;
  width: 100%;
  float: left;
  background: #ededed;
  position: relative; }
  .priceBuyBox p:first-child {
    position: absolute;
    top: 27px;
    left: 0%;
    font-weight: 800;
    text-align: center;
    width: 100%; }
  .priceBuyBox p:nth-child(2) {
    position: absolute;
    top: 45px;
    left: 0%;
    width: 50%;
    text-align: right;
    font-size: 36px;
    padding-right: 8px; }
  .priceBuyBox p:nth-child(3) {
    font-size: 21px;
    position: absolute;
    top: 45px;
    left: 50%; }
  .priceBuyBox p:nth-child(4) {
    font-size: 15px;
    position: absolute;
    top: 65px;
    left: 50%; }

.finalPriceBox {
  width: 100%;
  float: left;
  display: block;
  position: relative;
  padding: 12px 0;
  margin-bottom: 12px; }
  .finalPriceBox p:first-child {
    font-size: 21px; }
    @media screen and (max-width: 767px) {
      .finalPriceBox p:first-child {
        width: 100%;
        text-align: right;
        height: 50px; } }
  .finalPriceBox p:nth-child(2) {
    font-size: 36px;
    position: absolute;
    bottom: 7.416px;
    right: 0; }
    @media screen and (max-width: 767px) {
      .finalPriceBox p:nth-child(2) {
        bottom: 40px; } }

.secondPaymentFormat {
  height: auto !important;
  width: 100%;
  text-align: left;
  font-size: 28px !important; }
  .secondPaymentFormat span {
    display: block;
    width: 100%;
    font-size: 18px !important; }
  @media screen and (max-width: 767px) {
    .secondPaymentFormat {
      white-space: normal;
      height: auto !important;
      display: block;
      float: left;
      width: 100%;
      position: relative;
      top: auto;
      left: auto;
      right: auto;
      bottom: auto;
      height: auto; } }

.PaymentChangeHidden {
  padding: 12px; }

.noPaymentChangeHidden .PaymentChangeHidden {
  display: none !important; }

.noPadding {
  padding: 0; }

.thirdPaymentFormat {
  height: auto !important;
  display: block;
  float: left;
  width: 100%;
  padding-bottom: 0; }
  .thirdPaymentFormat span:first-child {
    float: left; }
  .thirdPaymentFormat span:nth-child(2) {
    float: right; }

.fourthPaymentFormat {
  display: block;
  float: left;
  width: 100%;
  padding-top: 3px;
  position: relative !important;
  top: auto !important;
  left: auto !important;
  bottom: auto !important;
  right: auto !important; }
  .fourthPaymentFormat span {
    font-size: 24px;
    font-weight: normal; }
  .fourthPaymentFormat span:first-child {
    float: left; }
  .fourthPaymentFormat span:nth-child(2) {
    float: right; }

.paymentAdditionalInfo {
  position: relative;
  top: auto;
  left: auto;
  bottom: auto;
  right: auto;
  display: block;
  float: left;
  width: 100%; }
  .paymentAdditionalInfo strong {
    color: #e20074; }

.paymentSpacer {
  width: 100%;
  float: left;
  margin: 12px 0;
  padding-bottom: 12px; }

.paymentMethodWrapper {
  width: 100%;
  float: left;
  margin-bottom: 12px; }

.paymentMethodBox {
  -moz-transition: 200ms;
  -o-transition: 200ms;
  -webkit-transition: 200ms;
  transition: 200ms;
  cursor: pointer;
  width: 35%;
  float: left;
  height: 125px;
  background: #ededed;
  display: table;
  text-align: center;
  margin-right: 3.333%;
  margin-bottom: 12px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  position: relative; }
  @media screen and (max-width: 767px) {
    .paymentMethodBox {
      width: 47.5%;
      margin-right: 0; } }
  .paymentMethodBox img {
    display: inline-block;
    height: auto;
    width: 66%; }

@media screen and (max-width: 767px) {
  .paymentMethodBox:first-child {
    margin-right: 5%; } }

.paymentMore {
  width: 23.333%;
  float: left;
  height: 125px;
  display: table;
  text-align: right;
  vertical-align: middle; }
  @media screen and (max-width: 767px) {
    .paymentMore {
      display: block;
      width: 100%;
      text-align: center;
      height: auto; } }
  .paymentMore p {
    display: table-cell;
    vertical-align: middle;
    color: #0090c4;
    cursor: pointer; }
    @media screen and (max-width: 767px) {
      .paymentMore p {
        display: block;
        padding-top: 24px; } }

.redirectNote {
  opacity: 0.66;
  float: left;
  width: 100%;
  display: block;
  padding-top: 0; }
  @media screen and (max-width: 767px) {
    .redirectNote {
      text-align: left;
      padding: 12px 12px;
      padding-left: 0px;
      padding-top: 0; } }

.block {
  float: left;
  width: 100%;
  display: block; }

.paymentMethodBoxActive {
  opacity: 1;
  cursor: default; }

.paymentMethodBoxActive:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 12px;
  background-color: #e20074;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

.paymentMethodBoxInside {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%; }

.paymentMethodBox:hover {
  -moz-transition: 200ms;
  -o-transition: 200ms;
  -webkit-transition: 200ms;
  transition: 200ms;
  transform: scale(0.95); }

.paymentMethodBoxActive:hover {
  -moz-transition: 200ms;
  -o-transition: 200ms;
  -webkit-transition: 200ms;
  transition: 200ms;
  transform: scale(1); }

.noMarginTop {
  margin-top: 0; }

.noLeftPadding {
  padding-left: 0; }
  @media screen and (max-width: 767px) {
    .noLeftPadding {
      padding-right: 0; } }

.noRightPadding {
  padding-right: 0; }
  @media screen and (max-width: 767px) {
    .noRightPadding {
      padding-left: 0; } }

.buyBoxEditWrapper {
  display: block;
  float: left;
  width: 100%; }

.labelVoucher {
  width: 100%; }

.paymentSummaryTitle {
  margin-top: 0px; }

@media screen and (max-width: 767px) {
  h1 {
    font-size: 24px; } }

td.vertragFullColumn {
  padding: 0 !important; }

.vertragPaymentsInfo {
  width: 100%;
  float: left; }

.btn-darker {
  background: #c0c0c0;
  border: 0 !important; }

.btn-darker:hover {
  background: #d7d7d7; }

table.tableContract, table.respTable {
  overflow: visible;
  margin-bottom: 12px; }
  table.tableContract table.tableContract, table.respTable table.tableContract {
    margin-bottom: 0; }
  table.tableContract td, table.tableContract th, table.respTable td, table.respTable th {
    padding: 12px 0;
    vertical-align: bottom;
    text-align: left;
    padding-left: 12px !important;
    border-bottom: 1px solid #d7d7d7 !important; }
  table.tableContract td, table.respTable td {
    vertical-align: middle;
    overflow-x: hidden; }
    @media screen and (min-width: 768px) {
      table.tableContract td, table.respTable td {
        max-width: 120px; } }
    @media screen and (min-width: 900px) {
      table.tableContract td, table.respTable td {
        max-width: 200px; } }
    @media screen and (min-width: 1440px) {
      table.tableContract td, table.respTable td {
        max-width: auto; } }
  @media screen and (max-width: 767px) {
    table.tableContract .downloadPassHistoryMobile, table.respTable .downloadPassHistoryMobile {
      border-bottom: 1px solid #000 !important; } }
  table.tableContract td.vertragFullColumn, table.respTable td.vertragFullColumn {
    padding-left: 0 !important; }
  table.tableContract tr:nth-child(odd), table.respTable tr:nth-child(odd) {
    background: #ededed; }
  table.tableContract tr:nth-child(even), table.respTable tr:nth-child(even) {
    background: #fafafa; }
  table.tableContract thead tr, table.respTable thead tr {
    background: #fff !important;
    border-bottom: 1px solid #000; }
  table.tableContract td, table.respTable td {
    padding-right: 5px; }
    @media screen and (max-width: 767px) {
      table.tableContract td, table.respTable td {
        padding-right: 0; } }
  table.tableContract .error, table.respTable .error {
    color: #ff0000 !important; }
  table.tableContract .showBoxVertrag, table.respTable .showBoxVertrag {
    width: 100%;
    display: block;
    float: left;
    background: #f8f8f8;
    box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.2);
    padding: 0; }
    table.tableContract .showBoxVertrag table, table.tableContract .showBoxVertrag tr, table.tableContract .showBoxVertrag td, table.tableContract .showBoxVertrag th, table.respTable .showBoxVertrag table, table.respTable .showBoxVertrag tr, table.respTable .showBoxVertrag td, table.respTable .showBoxVertrag th {
      background: none !important; }
  table.tableContract .vertragGeneralInfo, table.respTable .vertragGeneralInfo {
    width: 100%;
    float: left;
    border-bottom: 1px solid #d7d7d7 !important; }
    table.tableContract .vertragGeneralInfo .vertragInfoBox, table.respTable .vertragGeneralInfo .vertragInfoBox {
      width: auto !important;
      float: left !important;
      padding: 12px 24px;
      border: 0 !important; }
      table.tableContract .vertragGeneralInfo .vertragInfoBox p, table.respTable .vertragGeneralInfo .vertragInfoBox p {
        width: 100% !important; }
      @media screen and (max-width: 767px) {
        table.tableContract .vertragGeneralInfo .vertragInfoBox, table.respTable .vertragGeneralInfo .vertragInfoBox {
          width: 100% !important;
          background: #fff !important;
          padding: 12px; } }
  table.tableContract .showButtonVertrag, table.respTable .showButtonVertrag {
    display: inline-block !important;
    width: auto !important;
    position: relative;
    cursor: pointer;
    font-weight: bold;
    float: none !important;
    padding-right: 18px !important; }
  table.tableContract .showButtonVertrag:after, table.respTable .showButtonVertrag:after {
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    right: 0;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAxCAMAAACvdQotAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAADJUExURQAAAB0dGx0dGx0dGx0dGx0dGx0dGx0dGx0dGx0dGx0dGx0dGx0dGx0dGx0dGx0dGx0dGx0dGx0dGx0dGx0dGx0dGx0dGx0dGx0dGx0dGx0dGx0dGx0dGx0dGx0dGx0dGx0dGx0dGx0dGx0dGx0dGx0dGx0dGx0dGx0dGx0dGx0dGx0dGx0dGx0dGx0dGx0dGx0dGx0dGx0dGx0dGx0dGx0dGx0dGx0dGx0dGx0dGx0dGx0dGx0dGx0dGx0dGx0dGx0dGx0dGx0dG6ke7G4AAABCdFJOUwDv+w7qEieGAQMK/fbm85pd+S0GkJFxBdW/QtkhtzxnviBErGi1c67U2+A0VM5LoRsaUzJ6zeGbXPo6O0xNLhd4xR+tBN8AAADdSURBVEjH7dXZUsJAEIVhIEBYAoREQFZBVBZRFpF987z/Q9nlG/yhuKDKvv+qzsz0dMdi/3VdXX7OUEylccDIxJOKn8y8F6R8lZnZh6RSDZncwEw3hUzGNdNMs3D+Voo3mOkkpcQTM61HC/eQRcZpm3l1kMlWzAx7LNxLQkrumHmOS+UNM+mRhXMzyKTqZvo5ZMK1me85C/eWlwpfzByLkrdg5rSycEtEAkwOOBg+fliil8yfkjfMX1v6uPn3N/1i/CPzccGHkl+Go48PWD7G+bLgKynC4ouwXu+6fgHCdygDlXsTXgAAAABJRU5ErkJggg==) center center no-repeat;
    width: 12px;
    height: 12px;
    background-size: 12px; }
    @media screen and (max-width: 767px) {
      table.tableContract .showButtonVertrag:after, table.respTable .showButtonVertrag:after {
        top: 5px; } }
  table.tableContract .hideButtonVertrag, table.respTable .hideButtonVertrag {
    display: inline-block !important;
    width: auto !important;
    position: relative;
    cursor: pointer;
    font-weight: bold;
    float: none !important;
    padding-right: 18px !important; }
  table.tableContract .hideButtonVertrag:after, table.respTable .hideButtonVertrag:after {
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    right: 0;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAxCAMAAACvdQotAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAADJUExURQAAAB0dGx0dGx0dGx0dGx0dGx0dGx0dGx0dGx0dGx0dGx0dGx0dGx0dGx0dGx0dGx0dGx0dGx0dGx0dGx0dGx0dGx0dGx0dGx0dGx0dGx0dGx0dGx0dGx0dGx0dGx0dGx0dGx0dGx0dGx0dGx0dGx0dGx0dGx0dGx0dGx0dGx0dGx0dGx0dGx0dGx0dGx0dGx0dGx0dGx0dGx0dGx0dGx0dGx0dGx0dGx0dGx0dGx0dGx0dGx0dGx0dGx0dGx0dGx0dGx0dGx0dG6ke7G4AAABCdFJOUwDv+w7qEieGAQMK/fbm85pd+S0GkJFxBdW/QtkhtzxnviBErGi1c67U2+A0VM5LoRsaUzJ6zeGbXPo6O0xNLhd4xR+tBN8AAADdSURBVEjH7dXZUsJAEIVhIEBYAoREQFZBVBZRFpF987z/Q9nlG/yhuKDKvv+qzsz0dMdi/3VdXX7OUEylccDIxJOKn8y8F6R8lZnZh6RSDZncwEw3hUzGNdNMs3D+Voo3mOkkpcQTM61HC/eQRcZpm3l1kMlWzAx7LNxLQkrumHmOS+UNM+mRhXMzyKTqZvo5ZMK1me85C/eWlwpfzByLkrdg5rSycEtEAkwOOBg+fliil8yfkjfMX1v6uPn3N/1i/CPzccGHkl+Go48PWD7G+bLgKynC4ouwXu+6fgHCdygDlXsTXgAAAABJRU5ErkJggg==) center center no-repeat;
    width: 12px;
    height: 12px;
    background-size: 12px;
    transform: rotate(90deg); }
    @media screen and (max-width: 767px) {
      table.tableContract .hideButtonVertrag:after, table.respTable .hideButtonVertrag:after {
        top: 5px; } }

.vertragPaymentsInfo thead {
  opacity: 0.5; }

img.vertragReceiptDownload {
  width: 24px;
  height: 24px;
  margin-top: -6px; }

.vertragFullWrapper {
  display: none; }

.vertragFullWrapperShow {
  display: table-row; }
  @media screen and (max-width: 960px) {
    .vertragFullWrapperShow tr, .vertragFullWrapperShow td, .vertragFullWrapperShow th {
      max-width: auto !important;
      min-width: auto !important; }
    .vertragFullWrapperShow * {
      font-size: 14px !important; }
    .vertragFullWrapperShow p {
      padding: 0 !important;
      margin: 0 !important; } }

@media screen and (max-width: 1024px) {
  .passHistoryTable tr, .passHistoryTable td, .passHistoryTable th {
    max-width: auto !important;
    min-width: auto !important; }
  .passHistoryTable * {
    font-size: 14px !important; }
  .passHistoryTable p {
    padding: 0 !important;
    margin: 0 !important; } }

.textAreaInline {
  padding: 12px; }
  .textAreaInline .firstRow {
    margin-top: -36px !important; }
  .textAreaInline .row, .textAreaInline div {
    padding: 0 !important; }
    .textAreaInline .row p, .textAreaInline div p {
      padding-right: 84px; }
    .textAreaInline .row img, .textAreaInline div img {
      max-width: 100%; }
  .textAreaInline p, .textAreaInline ul, .textAreaInline ol, .textAreaInline img, .textAreaInline h2, .textAreaInline h1, .textAreaInline h3, .textAreaInline h4, .textAreaInline h5 {
    column-count: 1;
    max-width: 40em;
    clear: both;
    widows: 3;
    orphan: 4; }
    .textAreaInline p li, .textAreaInline ul li, .textAreaInline ol li, .textAreaInline img li, .textAreaInline h2 li, .textAreaInline h1 li, .textAreaInline h3 li, .textAreaInline h4 li, .textAreaInline h5 li {
      padding-bottom: 6px; }
  .textAreaInline .fullWidth {
    max-width: 100% !important; }
  .textAreaInline .halfWidth {
    max-width: 40em; }
  .textAreaInline img {
    padding: 24px 0; }
  .textAreaInline table {
    border: 1px solid rgba(0, 0, 0, 0.05);
    margin: 24px 0;
    padding: 12px; }
    .textAreaInline table .titleTable {
      display: block;
      float: left;
      width: 100%;
      font-weight: bold;
      color: #e20074; }
      @media screen and (min-width: 767px) {
        .textAreaInline table .titleTable {
          display: none; } }
    @media screen and (max-width: 767px) {
      .textAreaInline table {
        display: block;
        float: left;
        width: 100%; } }
    .textAreaInline table * {
      text-align: left;
      vertical-align: top; }
    .textAreaInline table td, .textAreaInline table th {
      padding: 12px;
      max-width: 35em; }
    .textAreaInline table tr:nth-child(even) {
      background: rgba(0, 0, 0, 0.025); }
      @media screen and (max-width: 767px) {
        .textAreaInline table tr:nth-child(even) {
          background: none; } }
    @media screen and (max-width: 767px) {
      .textAreaInline table tr {
        display: block;
        float: left;
        width: 100%;
        padding-bottom: 12px;
        border-bottom: 1px solid #666;
        margin-bottom: 12px; } }
    @media screen and (max-width: 767px) {
      .textAreaInline table th {
        display: none; } }
    .textAreaInline table td:nth-child(even), .textAreaInline table th:nth-child(even) {
      background: rgba(0, 0, 0, 0.025); }
      @media screen and (max-width: 767px) {
        .textAreaInline table td:nth-child(even), .textAreaInline table th:nth-child(even) {
          background: none; } }
    @media screen and (max-width: 767px) {
      .textAreaInline table td {
        width: 100% !important;
        display: block;
        float: left !important;
        position: relative;
        padding-top: 6px !important; } }
  .textAreaInline table.fixedWidth {
    width: auto; }
    @media screen and (min-width: 768px) {
      .textAreaInline table.fixedWidth td.tableDescr {
        width: 307.2px; } }
    @media screen and (min-width: 992px) {
      .textAreaInline table.fixedWidth td.tableDescr {
        width: 396.8px; } }
    @media screen and (min-width: 1320px) {
      .textAreaInline table.fixedWidth td.tableDescr {
        width: 480px; } }
    @media screen and (min-width: 768px) {
      .textAreaInline table.fixedWidth td.tableDescr2 {
        width: 230.4px; } }
    @media screen and (min-width: 992px) {
      .textAreaInline table.fixedWidth td.tableDescr2 {
        width: 297.6px; } }
    @media screen and (min-width: 1320px) {
      .textAreaInline table.fixedWidth td.tableDescr2 {
        width: 360px; } }
    @media screen and (min-width: 768px) {
      .textAreaInline table.fixedWidth td.tableDescr3 {
        width: 76.8px; } }
    @media screen and (min-width: 992px) {
      .textAreaInline table.fixedWidth td.tableDescr3 {
        width: 99.2px; } }
    @media screen and (min-width: 1320px) {
      .textAreaInline table.fixedWidth td.tableDescr3 {
        width: 120px; } }
    .textAreaInline table.fixedWidth td.tablePrice {
      width: auto;
      max-width: 35em; }

.erleben {
  display: block;
  float: right;
  width: 200px;
  padding: 0;
  clear: none !important; }
  @media screen and (max-width: 500px) {
    .erleben {
      float: left; } }

.implogo {
  display: block;
  float: left;
  width: 100px;
  padding: 0;
  clear: none !important; }

.bannerSlideWrapper {
  margin-top: -24px;
  width: 100%;
  float: left;
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 12px; }
  @media screen and (max-width: 767px) {
    .bannerSlideWrapper {
      margin-bottom: 0;
      margin-top: -21.6px; } }
  @media screen and (min-width: 767px) {
    .bannerSlideWrapper {
      padding-bottom: 0; } }
  .bannerSlideWrapper .slideSingleWrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    overflow: visible; }
    .bannerSlideWrapper .slideSingleWrap img {
      width: 100%; }

.PageFAQ .bannerSlideWrapper {
  margin-top: 0px; }

.errorline {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  display: block;
  border-top: 1px solid #ff0000; }

.spacer {
  width: 100%;
  height: auto;
  float: left;
  display: block;
  padding: 0;
  margin: 0; }

.banner {
  display: block;
  float: left;
  padding: 0;
  margin: 0;
  position: relative;
  width: 100%; }

.bannerBack {
  display: block;
  float: left;
  width: 100%;
  height: auto;
  position: relative;
  padding: 0; }
  .bannerBack img {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    float: left; }

.bannerText {
  display: none;
  position: absolute;
  z-index: 1000;
  top: 95%;
  left: 0;
  padding: 12px;
  width: 100%;
  height: 120px;
  background: #e20074; }
  @media screen and (min-width: 426px) {
    .bannerText {
      height: 90px; } }
  @media screen and (min-width: 767px) {
    .bannerText {
      display: block;
      background: #e20074;
      top: auto;
      height: auto;
      width: auto;
      bottom: 24px;
      left: 24px;
      padding: 12px;
      padding-right: 18px;
      padding-top: 12px; } }
  @media screen and (min-width: 1023px) {
    .bannerText {
      bottom: 24px;
      left: 24px;
      padding: 12px;
      padding-right: 36px;
      padding-top: 12px; } }
  .bannerText .bannerTextWrap {
    float: left;
    display: block;
    z-index: 100;
    position: relative; }
  .bannerText h2 {
    font-size: 27px;
    padding: 0;
    margin: 0 !important;
    color: #fff !important; }
    @media screen and (max-width: 320px) {
      .bannerText h2 {
        white-space: nowrap; } }
  .bannerText h3 {
    padding: 0;
    font-size: 24.3px;
    margin: 0;
    line-height: 1;
    padding-top: 0;
    font-family: "TeleGrotesk", Helvetica, "Helvetica Neue", Arial, sans-serif;
    font-weight: normal;
    color: #fff !important;
    display: block; }
    @media screen and (max-width: 320px) {
      .bannerText h3 {
        white-space: nowrap; } }

.additionalBannerTextSmall {
  margin-top: -36px;
  background: #e20074;
  display: block;
  position: relative;
  z-index: 1000;
  float: left;
  width: auto;
  padding: 12px;
  padding-right: 30px; }
  @media screen and (min-width: 767px) {
    .additionalBannerTextSmall {
      display: none; } }
  .additionalBannerTextSmall h2 {
    z-index: 1001;
    position: relative;
    font-size: 16px;
    padding: 0;
    margin: 0 !important;
    color: #fff !important; }
    @media screen and (max-width: 320px) {
      .additionalBannerTextSmall h2 {
        white-space: nowrap; } }
  .additionalBannerTextSmall h3 {
    z-index: 1001;
    position: relative;
    padding: 0;
    font-size: 16px;
    margin: 0;
    line-height: 1;
    padding-top: 0;
    font-family: "TeleGrotesk", Helvetica, "Helvetica Neue", Arial, sans-serif;
    font-weight: normal;
    color: #fff !important;
    display: block; }
    @media screen and (max-width: 320px) {
      .additionalBannerTextSmall h3 {
        white-space: nowrap; } }

.additionalBannerTextSmall:before {
  content: '';
  background: rgba(226, 0, 116, 0.85);
  position: absolute;
  display: block;
  top: -10%;
  left: 0;
  width: 108%;
  height: 110%;
  opacity: 0.5; }

.additionalBannerTextSmall:after {
  content: '';
  background: rgba(226, 0, 116, 0.85);
  position: absolute;
  display: block;
  top: 15%;
  left: 0;
  width: 112%;
  height: 85%;
  opacity: 0.5; }

@media screen and (min-width: 767px) {
  .bannerText:before {
    content: '';
    background: rgba(226, 0, 116, 0.85);
    position: absolute;
    display: block;
    top: -10%;
    left: 0;
    width: 108%;
    height: 110%;
    opacity: 0.5; }
  .bannerText:after {
    content: '';
    background: rgba(226, 0, 116, 0.85);
    position: absolute;
    display: block;
    top: 15%;
    left: 0;
    width: 112%;
    height: 85%;
    opacity: 0.5; } }

.bannerSliderContainer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0%;
  overflow-y: visible; }

.loginOffnet a {
  float: right;
  color: #e20074;
  font-size: 21px; }

.loginOffnet a:hover {
  text-decoration: none;
  opacity: 0.5; }

.arrowWrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 2500; }
  .arrowWrapper .arrowWrapperInsideTable {
    display: table;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .arrowWrapper .arrowWrapperInsideTable .arrowWrapperInsideTableCell {
      display: table-cell;
      vertical-align: middle;
      height: 100%; }

.arrowRight {
  float: right;
  opacity: 0;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  -webkit-transition: 200ms;
  transition: 200ms;
  display: inline-block;
  width: 48px;
  height: 48px;
  background: rgba(0, 0, 0, 0.75) url(../../res/img/generics/right.png) center center no-repeat;
  background-size: 48px 48px;
  cursor: pointer; }
  @media screen and (max-width: 768px) {
    .arrowRight {
      top: 10%; } }

.arrowLeft {
  float: left;
  opacity: 0;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  -webkit-transition: 200ms;
  transition: 200ms;
  display: inline-block;
  width: 48px;
  height: 48px;
  background: rgba(0, 0, 0, 0.75) url(../../res/img/generics/left.png) center center no-repeat;
  background-size: 48px 48px;
  cursor: pointer; }
  @media screen and (max-width: 768px) {
    .arrowLeft {
      top: 10%; } }

.hasArrows {
  display: block;
  float: left;
  width: 100%; }

.hasArrows:hover .arrowRight, .hasArrows:hover .arrowLeft, .hasArrows:focus .arrowRight, .hasArrows:focus .arrowLeft {
  opacity: 1;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  -webkit-transition: 200ms;
  transition: 200ms; }

.offnet h2 {
  text-transform: uppercase;
  color: #e20074; }
  @media screen and (max-width: 768px) {
    .offnet h2 {
      font-size: 18px; } }

.offnet .imgFull {
  width: 100%;
  height: auto; }

.offnet .row {
  display: block;
  float: left;
  width: 100%;
  margin: 24px 0; }
  .offnet .row p, .offnet .row h2 {
    padding-right: 36px; }

.topImageOffnet {
  position: relative;
  overflow: visible; }

.greenCheck p {
  position: relative;
  padding-left: 30px; }

.greenCheck p:first-child {
  margin-top: 10.8px; }

.greenCheck p:after {
  content: '';
  background: url(../../res/img/generics/check.jpg) center center no-repeat;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 6px;
  left: 0;
  background-size: 100%; }

.height-100 {
  padding: 24px !important;
  background: #f6f6f6;
  position: relative;
  margin-bottom: 12px; }
  @media screen and (min-width: 767px) {
    .height-100 {
      height: 560px; } }
  @media screen and (min-width: 992px) {
    .height-100 {
      height: 584px; } }
  .height-100 h2 {
    margin-top: 0; }
  @media screen and (max-width: 767px) {
    .height-100 {
      height: auto !important;
      display: block;
      float: left;
      width: 100%; } }
  .height-100 a {
    padding-left: 24px;
    background: transparent url(../../res/img/generics/more.png) center left no-repeat;
    background-size: 15.6px; }
  .height-100 p + h2 {
    margin-top: 6px; }

.height-80 {
  padding: 24px !important;
  background: #f6f6f6;
  position: relative;
  margin-bottom: 12px; }
  @media screen and (min-width: 767px) {
    .height-80 {
      height: 560px; } }
  @media screen and (min-width: 992px) {
    .height-80 {
      height: 300px; } }
  .height-80 h2 {
    margin-top: 0; }
  @media screen and (max-width: 767px) {
    .height-80 {
      height: auto !important;
      display: block;
      float: left;
      width: 100%; } }
  .height-80 a {
    padding-left: 24px;
    background: transparent url(../../res/img/generics/more.png) center left no-repeat;
    background-size: 15.6px; }

.textWrapperRightOffnet {
  position: absolute;
  top: 0;
  left: 50%;
  width: 50%;
  height: 100%;
  display: table;
  vertical-align: middle; }
  @media screen and (min-width: 1311px) {
    .textWrapperRightOffnet {
      width: 45%; } }
  @media screen and (min-width: 992px) {
    .textWrapperRightOffnet {
      padding-right: 24px; } }
  @media screen and (max-width: 991px) {
    .textWrapperRightOffnet {
      display: block;
      float: left;
      height: auto;
      width: 100%;
      top: auto;
      left: auto;
      vertical-align: top;
      position: relative; } }
  .textWrapperRightOffnet .textWrapperRightOffnetInside {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%; }
    @media screen and (max-width: 991px) {
      .textWrapperRightOffnet .textWrapperRightOffnetInside {
        display: block;
        float: left;
        height: auto;
        width: 100%;
        top: auto;
        right: auto;
        vertical-align: top; } }

.height-20 {
  height: 200px;
  padding: 24px !important;
  background: #f6f6f6;
  position: relative;
  margin-bottom: 12px; }
  .height-20 h2 {
    margin-top: 0; }
  @media screen and (max-width: 767px) {
    .height-20 {
      height: auto !important;
      display: block;
      float: left;
      width: 100%; } }
  .height-20 a {
    padding-left: 24px;
    background: transparent url(../../res/img/generics/more.png) center left no-repeat;
    background-size: 15.6px; }
  @media screen and (min-width: 992px) {
    .height-20 {
      height: 260px; } }
  .height-20 p:nth-child(2nd) {
    max-width: 50%; }

.faqBox {
  background: #f6f6f6 url(../../res/img/generics/faq.jpg) no-repeat;
  background-position: center top;
  background-size: 60% auto;
  padding-top: 42.5% !important; }
  @media screen and (min-width: 767px) {
    .faqBox {
      background: #f6f6f6 url(../../res/img/generics/faq.jpg) no-repeat;
      padding-top: 24px !important;
      background-position: 620px center;
      background-size: auto 100%; } }
  @media screen and (min-width: 992px) {
    .faqBox {
      background-position: 300px center;
      padding-right: 100px !important; } }
  @media screen and (min-width: 1311px) {
    .faqBox {
      background-position: 400px center; } }

.wasIstBox {
  background: #f6f6f6 url(../../res/img/generics/was-ist-hotspot-drive.jpg) no-repeat;
  background-position: center 30px;
  background-size: 80% auto;
  padding-top: 42.5% !important; }

.passes {
  background: #f6f6f6 url(../../res/img/generics/passesM.jpg) no-repeat;
  background-position: -100px top;
  background-size: auto 100%;
  padding-left: 42.5% !important; }
  @media screen and (min-width: 1311px) {
    .passes {
      background: #f6f6f6 url(../../res/img/generics/passes.jpg) no-repeat !important;
      background-size: auto 100% !important;
      background-position: top left !important; } }
  @media screen and (max-width: 991px) {
    .passes {
      background: #f6f6f6 url(../../res/img/generics/passesS.jpg) no-repeat;
      background-position: center top;
      background-size: 100% auto;
      padding-top: 42.5% !important;
      padding-left: 24px !important; } }

.topImageOffnet {
  display: none !important;
  float: left;
  width: 100%; }
  .topImageOffnet img {
    width: 100%;
    max-width: 100%;
    height: auto; }

.passesIllu {
  display: block;
  height: 100%;
  width: auto;
  float: left; }
  @media screen and (max-width: 991px) {
    .passesIllu {
      width: 25%;
      height: auto;
      display: none; } }

.OnnetHidden {
  display: none; }

.bildRechtsOben {
  margin-top: -8px; }

.productTableStart th {
  color: #e20074; }

.productTableStartWrapper {
  margin-right: 50px; }

.productTableStartWrapperRow p, .productTableStartWrapperRow h2 {
  padding-right: 50px; }

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

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

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

.PageContact form {
  max-width: 740px !important; }

.PageContact .col-s-hide {
  display: none !important; }

.PageContact textarea {
  min-height: 150px !important; }

.PageContact .cont-sep-3-new {
  margin: 0 !important; }

.PageContact .col-l-4 + .col-l-4 {
  width: 100% !important; }

.PageContact .row {
  margin: 12px 0 !important;
  margin-bottom: 0 !important; }

@media screen and (min-width: 500px) {
  .PageContact .btn-block {
    width: auto !important; } }

/*

.NotificationContainer {
    background: rgba(0, 0, 0, 0.75);
    padding: 6px;
    left: 0;
    z-index: 100000002; //vor Loader und Messages
    width: 100%;
    top: 0;
    bottom: auto;
    text-align: center;
    position: fixed;
    * {
        color: $color-bright;
        text-decoration: none;
        font-size: 12px;
    }
    .btn {
        border: 0 !important;
        padding: 6px 10px;
        font-size: 14px;
    }
    .btn-brand {
        padding: 6px 20px;
    }
    a.more {
        color: #000;
    }
    @media screen and (max-width: 500px) {
        .btn {
            margin: 3px 0px;
        }
        .btn-brand {
            width: 50%;
        }
        span {

        }
    }
}

*/
.NotificationContainer {
  -moz-animation-name: slidein;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease-out;
  -moz-animation-duration: 0.6s;
  -webkit-animation-name: slidein;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-duration: 0.6s;
  animation-name: slidein;
  animation-iteration-count: 1;
  animation-timing-function: ease-out;
  animation-duration: 0.6s;
  position: fixed;
  z-index: 100000;
  width: 100%;
  left: 0;
  bottom: 0;
  vertical-align: bottom;
  background: #f2f2f2 !important;
  box-shadow: 0px 3px -7px rgba(0, 0, 0, 0.3);
  border-top: 3px solid #e20074; }
  @media screen and (min-width: 768px) {
    .NotificationContainer {
      width: 75%;
      left: 12.5%; } }
  @media screen and (min-width: 1440px) {
    .NotificationContainer {
      width: 50%;
      left: 25%; } }
  @media screen and (min-width: 768px) {
    .NotificationContainer {
      box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
      background: #fff !important; } }
  .NotificationContainer .notification_overlay {
    position: relative;
    height: auto !important;
    display: block;
    float: left;
    text-align: left;
    font-size: 18px !important;
    width: 100%;
    height: auto;
    padding: 6px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    padding-left: 18px;
    padding-right: 18px;
    padding-right: 18px; }
    @media screen and (min-width: 768px) {
      .NotificationContainer .notification_overlay {
        padding: 18px 0;
        padding-left: 18px; } }
    .NotificationContainer .notification_overlay * {
      color: #000; }
  .NotificationContainer .singleNotification {
    display: block;
    float: left;
    width: 100%; }
    @media screen and (min-width: 768px) {
      .NotificationContainer .singleNotification {
        width: 75%;
        padding-right: 12px; } }
  .NotificationContainer .notification_overlay:first-child {
    border: 0; }
  .NotificationContainer .NotificationOuterButtons {
    padding: 6px;
    padding-left: 0;
    width: 100%;
    display: block;
    float: left;
    text-align: left; }
    @media screen and (min-width: 767px) {
      .NotificationContainer .NotificationOuterButtons {
        padding: 0 12px;
        padding-right: 24px;
        float: right;
        width: 25%;
        text-align: right; }
        .NotificationContainer .NotificationOuterButtons .btn, .NotificationContainer .NotificationOuterButtons .buttonTopTop {
          width: 100%; } }
    .NotificationContainer .NotificationOuterButtons .btn, .NotificationContainer .NotificationOuterButtons .buttonTopTop {
      margin: 0;
      margin-right: 3px;
      margin-bottom: 3px;
      display: inline-block;
      border: 0 !important;
      padding: 6px 10px;
      font-size: 14px; }
    .NotificationContainer .NotificationOuterButtons .btn-default, .NotificationContainer .NotificationOuterButtons .buttonTopTop {
      color: #000 !important; }
    .NotificationContainer .NotificationOuterButtons .btn-brand {
      color: #fff !important; }

.NotificationAdditional {
  font-weight: bold;
  position: absolute;
  right: 12px;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  background-color: #e20074;
  color: #fff;
  line-height: 48px;
  text-align: center;
  top: -60px;
  cursor: pointer; }

.slideOutNotification {
  -moz-animation-name: slideout;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease-out;
  -moz-animation-duration: 0.6s;
  -webkit-animation-name: slideout;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-duration: 0.6s;
  animation-name: slideout;
  animation-iteration-count: 1;
  animation-timing-function: ease-out;
  animation-duration: 0.6s; }

@-moz-keyframes slidein {
  0% {
    -moz-transform: translateY(300px);
    opacity: 0; }
  100% {
    -moz-transform: translateY(0);
    opacity: 1; } }

@-webkit-keyframes slidein {
  0% {
    -webkit-transform: translateY(300px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1; } }

@keyframes slidein {
  0% {
    transform: translateY(300px);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }

@-moz-keyframes slideout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes slideout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes slideout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.countryBox {
  display: inline-block;
  text-align: left;
  padding: 4px;
  cursor: pointer;
  padding-left: 0;
  height: 50px;
  position: relative;
  width: 50%;
  /* @media screen and (min-width: 1360px) {
         width: 16.66666666666667%;
     }*/
  margin: 6px 0; }
  @media screen and (min-width: 600px) {
    .countryBox {
      width: 33.33333%; } }
  @media screen and (min-width: 1024px) {
    .countryBox {
      width: 20%;
      text-align: center;
      padding: 12px 0;
      height: 100px; } }
  .countryBox img {
    position: absolute;
    top: 14px;
    left: 14px;
    width: 30px;
    display: inline;
    border: 1px solid #f4f4f4; }
    @media screen and (min-width: 768px) {
      .countryBox img {
        top: 14px;
        left: 12px; } }
    @media screen and (min-width: 1024px) {
      .countryBox img {
        position: relative;
        top: auto;
        left: auto;
        display: inline-block;
        width: 45px; } }
  @media screen and (min-width: 1024px) {
    .countryBox .flagWrap {
      display: block;
      float: left;
      width: 100%;
      text-align: center;
      padding: 6px 0px; } }
  .countryBox .flagName {
    position: absolute;
    top: 0px;
    left: 50px;
    width: 60%;
    line-height: 50px;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
    @media screen and (min-width: 768px) {
      .countryBox .flagName {
        font-size: 15px;
        top: 0px; } }
    @media screen and (min-width: 1024px) {
      .countryBox .flagName {
        top: auto;
        width: 100%;
        display: block;
        float: left;
        left: auto;
        position: relative;
        text-align: center;
        line-height: 1.33;
        text-overflow: inherit;
        white-space: normal;
        padding-left: 12px;
        padding-right: 12px; } }

@media screen and (min-width: 1024px) {
  .countryBox:after {
    content: '';
    -moz-transition: 150ms;
    -o-transition: 150ms;
    -webkit-transition: 150ms;
    transition: 150ms;
    position: absolute;
    top: 40%;
    left: 50%;
    opacity: 0.2;
    width: 0px;
    height: 0px;
    border-radius: 100%;
    background: #e20074; }
  .countryBox:hover:after {
    -moz-transition: 300ms;
    -o-transition: 300ms;
    -webkit-transition: 300ms;
    transition: 300ms;
    width: 40%;
    padding-bottom: 40%;
    left: 30%;
    top: -10%;
    opacity: 0; } }

@media screen and (min-width: 1024px) {
  .countryBox:hover .flagWrap {
    transform: scale(0.9);
    -moz-transition: 200ms;
    -o-transition: 200ms;
    -webkit-transition: 200ms;
    transition: 200ms; } }

.PageOffnetCountrySelect {
  margin-top: -30px; }
  @media screen and (max-width: 1023px) {
    .PageOffnetCountrySelect {
      margin-top: -50px; } }
  .PageOffnetCountrySelect h2 {
    padding-right: 0 !important; }

.TextOffnetCountrySelect {
  margin: 5px;
  font-size: 18px; }
  @media screen and (min-width: 1024px) {
    .TextOffnetCountrySelect {
      margin-bottom: 30px; } }

.countryBoxesWrapper {
  text-align: center;
  padding-top: 7.5%;
  margin-top: -5%;
  background: transparent url(../../res/img/generics/worldmaplang.jpg) top center no-repeat;
  background-size: 100% !important; }
  @media screen and (min-width: 992px) {
    .countryBoxesWrapper {
      padding-bottom: 20%; } }

#staticCountrySelectLink {
  padding: 12px 24px !important;
  background: #f3f3f3;
  border-left: 3px solid #e20074;
  margin-bottom: 12px; }

.PageOffnetCountrySelect .emptyCol {
  padding-bottom: 0px;
  padding-top: 0px; }

.PointerCurser {
  cursor: pointer; }

.country-select-flag-text {
  float: left;
  width: auto;
  height: 30px;
  margin-top: 19px;
  margin-right: 6px;
  font-size: 15px;
  position: relative; }
  @media screen and (max-width: 767px) {
    .country-select-flag-text {
      font-size: 15px; } }
  @media screen and (max-width: 767px) {
    .country-select-flag-text {
      margin-top: 36px;
      margin-left: -52px; } }

.country-select-flag-text div.text {
  color: #0090c4;
  position: absolute;
  padding-top: 5px;
  bottom: 0;
  white-space: nowrap; }

.country-select-flag-text div.text:hover {
  text-decoration: underline; }

.transparencyBar {
  width: 20%;
  float: left;
  text-align: center;
  padding: 6px;
  opacity: 0.5; }
  @media screen and (min-width: 600px) {
    .transparencyBar {
      padding: 12px;
      padding-top: 24px; } }
  .transparencyBar img {
    width: 20px;
    height: auto; }
    @media screen and (min-width: 600px) {
      .transparencyBar img {
        width: 38.832px; } }
  .transparencyBar .ttp2 {
    margin: auto;
    width: 20px;
    height: auto; }
    @media screen and (min-width: 600px) {
      .transparencyBar .ttp2 {
        width: 38.832px; } }
    .transparencyBar .ttp2 svg {
      width: 20px;
      height: 20px; }
      @media screen and (min-width: 600px) {
        .transparencyBar .ttp2 svg {
          width: 38.832px;
          height: 38.832px; } }

@media screen and (max-width: 699px) {
  .transparencyBarText {
    display: none; } }

.highlightTransparencyBar {
  opacity: 1;
  color: #e20074; }

.tbCounter {
  display: inline-block; }
  @media screen and (min-width: 600px) {
    .tbCounter {
      padding: 7.416px 0;
      font-size: 24px; } }

.transparencyBarBlurred {
  opacity: 0.1; }

.bundleGroup-0, .bundleGroup-0 td {
  background: #ededed !important; }

.bundle-expanded, .bundle-expanded td, td.bundle-expanded, tr.bundle-expanded, .bundle-expanded tr {
  border: 0 !important;
  border-width: 0 !important; }

.bundleGroup-1, .bundleGroup-1 td {
  background: #fafafa !important; }

.bundleItem-first * {
  font-weight: 600; }

.bundleItem-first .icon, .bundleItem-first .hideButtonVertrag, .bundleItem-first .showButtonVertrag {
  font-weight: 400; }

.bundleItem-first p.hideButtonVertrag, .bundleItem-first p.showButtonVertrag {
  font-weight: 300; }

.carrierboxWrapper {
  width: 100%;
  background: #f5f5f5;
  padding: 0;
  margin: 0; }
  @media screen and (min-width: 600px) {
    .carrierboxWrapper {
      padding: 36px 0; } }

.carrierboxWrapper + .carrierboxWrapper {
  padding-top: 0; }

.carrierboxWrapperInside {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 auto; }

@media screen and (max-width: 599px) {
  .swipeBoxColumns {
    padding: 0 !important; } }

.carrierbox {
  display: block;
  width: 80%;
  background: #fff;
  margin: 0 18px 24px 18px; }
  @media screen and (min-width: 600px) {
    .carrierbox {
      width: 264px; } }
  .carrierbox p.specialCarrierText + p {
    margin-top: 12px; }
  .carrierbox .carrierboxTextTop, .carrierbox .carrierboxTextBottom {
    display: block;
    margin: 0;
    padding: 24px 24px 18px 24px; }
    .carrierbox .carrierboxTextTop p, .carrierbox .carrierboxTextBottom p {
      padding-top: 0;
      color: #000;
      line-height: 1.1; }
    .carrierbox .carrierboxTextTop .specialCarrierText, .carrierbox .carrierboxTextBottom .specialCarrierText {
      padding: 7.416px 12px;
      border: 1px solid #666;
      border-radius: 9px; }
  .carrierbox .carrierboxTextTop {
    padding-top: 18px; }
  .carrierbox .carrierboxHeadline {
    padding: 24px 24px 0 24px; }
    .carrierbox .carrierboxHeadline span.headline {
      text-transform: uppercase;
      font-weight: 200;
      color: #919191;
      display: block; }
    .carrierbox .carrierboxHeadline span.subline {
      font-size: 27px;
      font-weight: 900;
      text-transform: uppercase;
      padding: 0;
      padding-top: 6px;
      display: block;
      line-height: 1; }
  .carrierbox .carrierboxTextBottom {
    padding: 24px 24px 12px 24px; }
    .carrierbox .carrierboxTextBottom p:nth-child(1) span {
      font-size: 18px;
      display: inline-block;
      padding-left: 4px; }
    .carrierbox .carrierboxTextBottom p:nth-child(2) {
      padding-top: 0; }
  .carrierbox .carrierOptionbox {
    margin: 0;
    width: 100%;
    display: flex;
    cursor: pointer;
    font-weight: 600;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .carrierbox .carrierOptionbox .carrierOption {
      position: relative;
      overflow: hidden;
      flex: 1;
      display: block;
      line-height: 50px;
      text-align: center;
      -moz-transition: 200ms;
      -o-transition: 200ms;
      -webkit-transition: 200ms;
      transition: 200ms; }
    .carrierbox .carrierOptionbox .carrierOption:before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: -50%;
      width: 200%;
      height: 100%;
      box-shadow: inset 0px 3px 7px rgba(0, 0, 0, 0.075); }
    .carrierbox .carrierOptionbox .carrierOptionActive:after {
      content: '';
      display: block;
      width: 12px;
      height: 12px;
      background: #fff;
      position: absolute;
      bottom: -6px;
      left: 50%;
      transform-origin: left top;
      transform: rotate(45deg); }
    .carrierbox .carrierOptionbox .carrierOptionboxDropdownOpener {
      display: none; }
  .carrierbox .carrierOptionboxDropdown {
    position: relative;
    display: block; }
    .carrierbox .carrierOptionboxDropdown .carrierOption {
      text-align: left;
      padding-right: 50px;
      padding-left: 24px;
      width: 100%;
      display: none; }
    .carrierbox .carrierOptionboxDropdown .carrierOptionActive {
      display: block; }
    .carrierbox .carrierOptionboxDropdown .carrierOptionActive:after {
      display: none; }
    .carrierbox .carrierOptionboxDropdown .carrierOptionboxDropdownOpener {
      content: '';
      display: block;
      position: absolute;
      top: 18px;
      right: 18px;
      width: 9.6px;
      height: 9.6px;
      border-right: 2px solid #fff;
      border-bottom: 2px solid #fff;
      transform: rotate(45deg); }
    .carrierbox .carrierOptionboxDropdown .carrierOptionboxDropdownOpenerOpen {
      transform: rotate(-135deg);
      top: 24px; }
    .carrierbox .carrierOptionboxDropdown .carrierOptionboxDropdownOpener:after {
      content: '';
      display: block;
      width: 400%;
      height: 400%;
      left: 0;
      top: 0; }
  .carrierbox .openCarrierBoxDropdown {
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2); }
    .carrierbox .openCarrierBoxDropdown .carrierOption:before {
      display: none; }
    .carrierbox .openCarrierBoxDropdown .carrierOption {
      display: block; }
  .carrierbox .buttonWrapCarrierbox {
    padding: 0 24px; }
    .carrierbox .buttonWrapCarrierbox .btn, .carrierbox .buttonWrapCarrierbox .buttonTopTop {
      width: 100%;
      text-transform: uppercase;
      padding-top: 12px;
      padding-bottom: 12px; }

.showCountriesCarrierbox .showCountriesCarrierboxHead {
  border: 0 !important;
  outline: 0 !important;
  display: block;
  padding: 12px 24px;
  cursor: pointer;
  color: #0192bf; }
  .showCountriesCarrierbox .showCountriesCarrierboxHead span:before {
    content: '+ '; }

.showCountriesCarrierbox .showCountriesCarrierboxContent {
  display: block;
  width: 100%;
  padding: 0;
  height: 0;
  overflow: hidden; }
  .showCountriesCarrierbox .showCountriesCarrierboxContent p {
    padding-top: 0; }

.showCountriesCarrierbox .showCountriesCarrierboxHeadOpen + .showCountriesCarrierboxContent {
  height: auto;
  padding: 12px 24px;
  padding-top: 0; }

.showCountriesCarrierbox .showCountriesCarrierboxHeadOpen span:before {
  content: '- '; }

.additionalInfosLinksCarrierBox {
  padding: 12px 24px; }

.swipetip {
  display: none; }

@media screen and (max-width: 599px) {
  .swipetip {
    display: block;
    position: absolute;
    top: 14.4px;
    left: 0;
    width: 100%;
    height: 12px;
    color: #919191;
    text-align: center; }
    .swipetip .swipeControl {
      width: 12px;
      height: 12px;
      display: inline-block;
      border-top: 1px solid #919191;
      border-right: 1px solid #919191;
      cursor: pointer; }
    .swipetip .swipeControlBlurred {
      opacity: 0.1; }
  .carrierboxWrapper {
    border: 1px solid #f4f4f4;
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    overflow: hidden !important;
    display: block;
    position: relative; }
    .carrierboxWrapper .carrierbox {
      overflow: hidden;
      width: 80% !important;
      box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.25);
      -moz-transition: 300ms;
      -o-transition: 300ms;
      -webkit-transition: 300ms;
      transition: 300ms;
      position: absolute;
      top: 48px;
      margin: 0 !important;
      left: 0px; } }

.leftSwipeControl {
  margin-right: 6px;
  transform: rotate(-135deg); }

.rightSwipeControl {
  margin-left: 6px;
  transform: rotate(45deg); }

.countryWarningCarrierBox {
  padding: 24px;
  background: #ff0000;
  color: #fff; }

.themeMagenta .specialCarrierText {
  border-color: #e20074 !important; }

.themeMagenta .carrierOption {
  color: #e20074;
  background: #fbfbfb; }

.themeMagenta .carrierOption:hover, .themeMagenta .carrierOption:focus {
  -moz-transition: 200ms;
  -o-transition: 200ms;
  -webkit-transition: 200ms;
  transition: 200ms;
  color: #fff;
  background: #e20074; }

.themeMagenta .carrierOptionActive {
  background: #e20074;
  color: #fff; }

.themeBlue .specialCarrierText {
  border-color: #408e9a !important; }

.themeBlue .carrierOption {
  color: #408e9a;
  background: #fbfbfb; }

.themeBlue .carrierOption:hover, .themeBlue .carrierOption:focus {
  -moz-transition: 200ms;
  -o-transition: 200ms;
  -webkit-transition: 200ms;
  transition: 200ms;
  color: #fff;
  background: #408e9a; }

.themeBlue .carrierOptionActive {
  background: #408e9a;
  color: #fff; }

.themeBlue .btn, .themeBlue .buttonTopTop {
  background-color: #408e9a; }

.themeBlue .btn:hover, .themeBlue .buttonTopTop:hover, .themeBlue .btn:focus, .themeBlue .buttonTopTop:focus {
  background-color: #27656e; }

.ieOld .carrierboxWrapper {
  vertical-align: top; }

.ieOld .carrierboxWrapper, .ieOld .carrierOptionbox {
  text-align: center;
  vertical-align: top; }

.ieOld .carrierbox, .ieOld .carrierOption {
  vertical-align: top;
  display: inline-block;
  text-align: left; }

.ieOld .carrierOptionbox {
  width: 100%;
  display: table; }

.ieOld .carrierOption {
  display: table-cell !important;
  width: auto; }

.ieOld .carrierOptionboxDropdown {
  border: 1px solid #f4f4f4; }
  .ieOld .carrierOptionboxDropdown .carrierOption {
    display: none !important;
    width: 100% !important; }
  .ieOld .carrierOptionboxDropdown .carrierOptionActive {
    display: block !important; }
  .ieOld .carrierOptionboxDropdown .carrierOptionActive:after, .ieOld .carrierOptionboxDropdown .carrierOptionActive:before, .ieOld .carrierOptionboxDropdown .carrierOption:before {
    display: none !important; }

_::-moz-svg-foreign-content, :root .carrierbox {
  float: left; }

_::-moz-svg-foreign-content, :root .carrierOptionActive:after, _::-moz-svg-foreign-content, :root .carrierOptionActive:before, _::-moz-svg-foreign-content, :root .carrierOption:before {
  display: none !important; }

_::-moz-svg-foreign-content, :root .carrierOptionbox {
  text-align: center;
  vertical-align: top; }

_::-moz-svg-foreign-content, :root .carrierboxWrapper {
  vertical-align: top; }

_::-moz-svg-foreign-content, :root .carrierOption {
  display: table-cell !important;
  width: auto; }

_::-moz-svg-foreign-content, :root .carrierOptionbox {
  width: 100%;
  display: table; }

_::-moz-svg-foreign-content, :root .carrierOptionboxDropdown {
  border: 1px solid #f4f4f4; }
  _::-moz-svg-foreign-content .carrierOption, :root .carrierOptionboxDropdown .carrierOption {
    display: none !important;
    width: 100% !important; }
  _::-moz-svg-foreign-content .carrierOptionActive, :root .carrierOptionboxDropdown .carrierOptionActive {
    display: block !important; }
  _::-moz-svg-foreign-content .carrierOptionActive:after, _::-moz-svg-foreign-content .carrierOptionActive:before, _::-moz-svg-foreign-content .carrierOption:before, :root .carrierOptionboxDropdown .carrierOptionActive:after, :root .carrierOptionboxDropdown .carrierOptionActive:before, :root .carrierOptionboxDropdown .carrierOption:before {
    display: none !important; }
