@charset "UTF-8";
.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 */
}

select {
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
}

/**
 * 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.woff2) format("woff2"), url(../../res/fonts/telegrotesk-normal.woff) format("woff");
  font-display: fallback;
}
@font-face {
  font-family: "PRELOAD_FETT";
  src: url(../../res/fonts/telegrotesk-fett.woff2) format("woff2"), url(../../res/fonts/telegrotesk-fett.woff) format("woff");
  font-display: fallback;
}
@font-face {
  font-family: "PRELOAD_ULTRA";
  src: url(../../res/fonts/telegrotesk-ultra.woff2) format("woff2"), url(../../res/fonts/telegrotesk-ultra.woff) format("woff");
  font-display: fallback;
}
@font-face {
  font-family: "Telekom-Icon";
  font-style: normal;
  font-weight: 400;
  src: url(../../res/fonts/teleicon-outline.woff2) format("woff2"), url(../../res/fonts/teleicon-outline.woff) format("woff");
  font-display: fallback;
}
@font-face {
  font-family: "Telekom-Icon";
  font-style: normal;
  font-weight: 700;
  src: url(../../res/fonts/teleicon-solid.woff2) format("woff2"), url(../../res/fonts/teleicon-solid.woff) format("woff");
  font-display: fallback;
}
@font-face {
  font-family: "TeleIconUi";
  src: url(../../res/fonts/teleicon-ui.woff2) format("woff2"), url(../../res/fonts/teleicon-ui.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
}
@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: "§";
}

.icon-maximize:before {
  content: "Ü";
}

.icon-cover-view:before {
  content: "ß";
}

.icon-warning_2:before {
  content: "ä";
}

.icon-minimize:before {
  content: "ü";
}

.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: rgba(0, 0, 0, 0);
}

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

a {
  color: #0090c4;
  text-decoration: none;
}
a:focus {
  color: rgb(0, 104, 142);
  text-decoration: underline;
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:hover {
  color: rgb(0, 131, 178);
  text-decoration: underline;
}
a:active {
  color: rgb(0, 116, 158);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 1200px) {
  .col-xl-1 {
    width: 8.3333433333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
@media screen and (max-width: 991px) {
  .col-m-1 {
    width: 8.3333433333%;
  }

  .col-m-2 {
    width: 16.6666766667%;
  }

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

  .col-m-4 {
    width: 33.3333433333%;
  }

  .col-m-5 {
    width: 41.6666766667%;
  }

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

  .col-m-7 {
    width: 58.3333433333%;
  }

  .col-m-8 {
    width: 66.6666766667%;
  }

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

  .col-m-10 {
    width: 83.3333433333%;
  }

  .col-m-11 {
    width: 91.6666766667%;
  }

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

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

  .offset-m-1 {
    margin-left: 8.3333333333%;
  }

  .offset-m-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-m-4 {
    margin-left: 33.3333333333%;
  }

  .offset-m-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-m-7 {
    margin-left: 58.3333333333%;
  }

  .offset-m-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-m-10 {
    margin-left: 83.3333333333%;
  }

  .offset-m-11 {
    margin-left: 91.6666666667%;
  }
}
@media screen and (max-width: 767px) {
  .col-s-1 {
    width: 8.3333433333%;
  }

  .col-s-2 {
    width: 16.6666766667%;
  }

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

  .col-s-4 {
    width: 33.3333433333%;
  }

  .col-s-5 {
    width: 41.6666766667%;
  }

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

  .col-s-7 {
    width: 58.3333433333%;
  }

  .col-s-8 {
    width: 66.6666766667%;
  }

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

  .col-s-10 {
    width: 83.3333433333%;
  }

  .col-s-11 {
    width: 91.6666766667%;
  }

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

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

  .offset-s-1 {
    margin-left: 8.3333333333%;
  }

  .offset-s-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-s-4 {
    margin-left: 33.3333333333%;
  }

  .offset-s-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-s-7 {
    margin-left: 58.3333333333%;
  }

  .offset-s-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-s-10 {
    margin-left: 83.3333333333%;
  }

  .offset-s-11 {
    margin-left: 91.6666666667%;
  }
}
@media screen and (max-width: -1px) {
  .col-xs-1 {
    width: 8.3333433333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xs-11 {
    margin-left: 91.6666666667%;
  }
}
.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: rgb(117, 117, 117);
}
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: rgb(117, 117, 117);
  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: rgb(230, 230, 230);
}
.text-inactive mark {
  color: #fff;
  background-color: rgb(230, 230, 230);
}

.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: "–";
  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: "▪";
}

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

@media screen and (max-width: 767px) {
  h1 {
    font-size: 24px;
  }
}

.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: 0.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: rgb(38, 38, 38);
  background-color: rgb(224, 224, 224);
  -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: rgb(242, 242, 242);
  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: rgb(224, 224, 224);
  color: rgb(38, 38, 38);
}

.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: rgb(92, 154, 31);
}

.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: rgb(81, 136, 27);
  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: rgb(194, 153, 50);
}

.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: rgb(176, 139, 45);
  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: rgb(192, 0, 0);
}

.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: rgb(174, 0, 0);
  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: rgb(237, 237, 237);
  background-color: rgb(208, 0, 107);
}

.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: rgb(230, 230, 230);
}

.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: 2rem;
  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: rgb(250, 250, 250);
  border-color: rgb(214, 214, 214);
  color: rgb(184, 184, 184);
}
.btn.btn-block, .btn-block.buttonTopTop {
  padding: 9px 23px 10px;
}
@media screen and (min-width: 1199px) {
  .btn, .buttonTopTop {
    font-size: 2.4rem;
  }
}

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

.btn-clean,
.btn-default,
.buttonTopTop {
  color: #383838;
  background-color: rgb(237, 237, 237);
  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: rgb(219, 219, 219);
  border-color: rgb(160, 160, 160);
}
.active.btn-clean, .btn-clean:active,
.btn-default.active,
.active.buttonTopTop,
.btn-default:active,
.buttonTopTop:active {
  color: #383838;
  background-color: rgb(199, 199, 199);
  border-color: rgb(140, 140, 140);
}
.disabled.btn-clean, [disabled].btn-clean,
.btn-default.disabled,
.disabled.buttonTopTop,
.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled.hover,
.btn-default.disabled:hover,
.btn-default[disabled],
[disabled].buttonTopTop,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled].hover,
.btn-default[disabled]:hover {
  color: rgb(184, 184, 184);
  background: rgb(250, 250, 250);
  border-color: rgb(214, 214, 214);
}

.btn-brand {
  color: #fff;
  background-color: #e20074;
  border-color: rgb(188, 0, 96);
}
.btn-brand.focus, .btn-brand:focus {
  color: #fff;
}
.btn-brand.hover, .btn-brand:hover {
  color: #fff;
  background-color: rgb(208, 0, 107);
  border-color: rgb(170, 0, 87);
}
.btn-brand.active, .btn-brand:active {
  color: #fff;
  background-color: rgb(188, 0, 96);
  border-color: rgb(150, 0, 76);
}
.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: rgb(184, 184, 184);
  background: rgb(250, 250, 250);
  border-color: rgb(214, 214, 214);
}

.btn-positive {
  color: #383838;
  background-color: #6bb324;
  border-color: rgb(84, 141, 28);
}
.btn-positive.focus, .btn-positive:focus {
  color: #383838;
}
.btn-positive.hover, .btn-positive:hover {
  color: #383838;
  background-color: rgb(97, 161, 32);
  border-color: rgb(73, 123, 24);
}
.btn-positive.active, .btn-positive:active {
  color: #383838;
  background-color: rgb(84, 141, 28);
  border-color: rgb(61, 103, 20);
}
.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: rgb(184, 184, 184);
  background: rgb(250, 250, 250);
  border-color: rgb(214, 214, 214);
}

.btn-negative {
  color: #fff;
  background-color: #d90000;
  border-color: rgb(179, 0, 0);
}
.btn-negative.focus, .btn-negative:focus {
  color: #fff;
}
.btn-negative.hover, .btn-negative:hover {
  color: #fff;
  background-color: rgb(199, 0, 0);
  border-color: rgb(161, 0, 0);
}
.btn-negative.active, .btn-negative:active {
  color: #fff;
  background-color: rgb(179, 0, 0);
  border-color: rgb(141, 0, 0);
}
.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: rgb(184, 184, 184);
  background: rgb(250, 250, 250);
  border-color: rgb(214, 214, 214);
}

.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, .btn-large.btn-block {
  font-size: 2.6rem;
  padding: 13px 23px 14px;
}

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

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

.btn-block {
  width: 100%;
}

.btn-title {
  margin-bottom: 14px;
}

.btn-text {
  display: inline-block;
  font-size: 28px;
  text-align: center;
  text-transform: uppercase;
  margin: 0 !important;
}

.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: 2rem;
  line-height: 1.2;
  padding: 9px 11px 10px;
  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: rgb(117, 117, 117);
}
.form-input:-moz-placeholder {
  color: rgb(117, 117, 117);
}
.form-input::-moz-placeholder {
  color: rgb(117, 117, 117);
}
.form-input:-ms-input-placeholder {
  color: rgb(117, 117, 117);
}
.form-input.hover, .form-input:hover {
  background-color: rgb(237, 237, 237);
  -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: rgb(217, 217, 217);
}
.form-input.readonly, .form-input[disabled], .form-input[readonly] {
  background-color: #fff;
  border-color: rgb(214, 214, 214);
  color: rgb(184, 184, 184);
  cursor: not-allowed;
  resize: none;
}
.form-input.readonly::-webkit-input-placeholder, .form-input[disabled]::-webkit-input-placeholder, .form-input[readonly]::-webkit-input-placeholder {
  color: rgb(117, 117, 117);
}
.form-input.readonly:-moz-placeholder, .form-input[disabled]:-moz-placeholder, .form-input[readonly]:-moz-placeholder {
  color: rgb(117, 117, 117);
}
.form-input.readonly::-moz-placeholder, .form-input[disabled]::-moz-placeholder, .form-input[readonly]::-moz-placeholder {
  color: rgb(117, 117, 117);
}
.form-input.readonly:-ms-input-placeholder, .form-input[disabled]:-ms-input-placeholder, .form-input[readonly]:-ms-input-placeholder {
  color: rgb(117, 117, 117);
}
@media screen and (min-width: 1199px) {
  .form-input {
    font-size: 2.4rem;
  }
}

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

.decoration-positive .form-input,
.decoration-positive .form-select {
  background-color: #f8fbf4 !important;
  border: 1px solid !important;
  border-color: rgb(84, 141, 28) !important;
}
.decoration-positive .form-input.hover, .decoration-positive .form-input:hover,
.decoration-positive .form-select.hover,
.decoration-positive .form-select:hover {
  background-color: #f0f7e9 !important;
  border-color: rgb(73, 123, 24) !important;
}
.decoration-positive .form-input.focus, .decoration-positive .form-input:focus,
.decoration-positive .form-select.focus,
.decoration-positive .form-select:focus {
  background-color: #fff !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #87d738 !important;
}
.decoration-positive .form-input.active, .decoration-positive .form-input:active,
.decoration-positive .form-select.active,
.decoration-positive .form-select:active {
  background-color: #e9f4de !important;
  border-color: rgb(61, 103, 20) !important;
}

.decoration-warning .form-input,
.decoration-warning .form-select {
  background-color: #fdfbf5 !important;
  border: 1px solid !important;
  border-color: rgb(181, 143, 47) !important;
}
.decoration-warning .form-input.hover, .decoration-warning .form-input:hover,
.decoration-warning .form-select.hover,
.decoration-warning .form-select:hover {
  background-color: #fbf7eb !important;
  border-color: rgb(163, 129, 42) !important;
}
.decoration-warning .form-input.focus, .decoration-warning .form-input:focus,
.decoration-warning .form-select.focus,
.decoration-warning .form-select:focus {
  background-color: #fff !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dabc70 !important;
}
.decoration-warning .form-input.active, .decoration-warning .form-input:active,
.decoration-warning .form-select.active,
.decoration-warning .form-select:active {
  background-color: #faf3e1 !important;
  border-color: rgb(143, 113, 37) !important;
}

.decoration-negative .form-input,
.decoration-negative .form-select {
  background-color: #fdf2f2 !important;
  border: 1px solid !important;
  border-color: rgb(179, 0, 0) !important;
}
.decoration-negative .form-input.hover, .decoration-negative .form-input:hover,
.decoration-negative .form-select.hover,
.decoration-negative .form-select:hover {
  background-color: #fbe6e6 !important;
  border-color: rgb(161, 0, 0) !important;
}
.decoration-negative .form-input.focus, .decoration-negative .form-input:focus,
.decoration-negative .form-select.focus,
.decoration-negative .form-select:focus {
  background-color: #fff !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff1a1a !important;
}
.decoration-negative .form-input.active, .decoration-negative .form-input:active,
.decoration-negative .form-select.active,
.decoration-negative .form-select:active {
  background-color: #f9d9d9 !important;
  border-color: rgb(141, 0, 0) !important;
}

.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: rgb(184, 184, 184);
}

.PageUnregisteredWithOneClickActivationEnabled .form-checkbox-set label {
  cursor: default;
}

.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: 2rem;
  line-height: 1.2;
  padding: 9px 23px 10px;
  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: rgb(219, 219, 219);
}
.form-select.active, .form-select:active {
  background-color: rgb(199, 199, 199);
}
.form-select.disabled, .form-select.readonly, .form-select[disabled], .form-select[readonly] {
  background-color: #f7f7f7;
  border-color: rgb(214, 214, 214);
  color: rgb(184, 184, 184);
  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: rgb(117, 117, 117);
}
.form-select.disabled:-moz-placeholder, .form-select.readonly:-moz-placeholder, .form-select[disabled]:-moz-placeholder, .form-select[readonly]:-moz-placeholder {
  color: rgb(117, 117, 117);
}
.form-select.disabled::-moz-placeholder, .form-select.readonly::-moz-placeholder, .form-select[disabled]::-moz-placeholder, .form-select[readonly]::-moz-placeholder {
  color: rgb(117, 117, 117);
}
.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: rgb(117, 117, 117);
}
@media screen and (min-width: 1199px) {
  .form-select {
    font-size: 2.4rem;
  }
}

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

.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: rgb(237, 237, 237);
  -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: rgb(217, 217, 217);
}

.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: rgb(208, 0, 107);
}
a.content-list-item-brand.active, a.content-list-item-brand:active {
  background-color: rgb(188, 0, 96);
}

.breadcrumb {
  padding: 0;
  margin: 0;
  list-style: none;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li > a {
  color: rgb(117, 117, 117);
}
.breadcrumb > li + li:before {
  padding: 0 1px;
  content: "» ";
  color: rgb(117, 117, 117);
}
.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: rgb(201, 201, 201);
  border-color: rgb(124, 124, 124);
  outline: 0;
}
.pagination > li > a.hover, .pagination > li > a:hover {
  background-color: rgb(237, 237, 237);
  border-color: rgb(160, 160, 160);
  -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: rgb(217, 217, 217);
  border-color: rgb(140, 140, 140);
}
.pagination > .active > a {
  background-color: #e20074;
  border-color: rgb(188, 0, 96);
  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: rgb(172, 0, 89);
  border-color: rgb(134, 0, 69);
}
.pagination > .active > a.hover, .pagination > .active > a:hover {
  background-color: rgb(208, 0, 107);
  border-color: rgb(170, 0, 87);
}
.pagination > .active > a.active, .pagination > .active > a:active {
  background-color: rgb(188, 0, 96);
  border-color: rgb(150, 0, 76);
}
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:active {
  background-color: #fff;
  border-color: rgb(216, 216, 216);
  cursor: not-allowed;
}

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

.device-pagination {
  list-style: none;
  position: relative;
  display: inline-block;
  padding-left: 0;
  width: 100%;
  text-align: center;
}
.device-pagination .btn-pagination {
  display: inline-block;
}
.device-pagination .btn-pagination .icon {
  bottom: 0;
}
.device-pagination .btn-pagination.selected .btn, .device-pagination .btn-pagination.selected .buttonTopTop {
  background-color: rgb(219, 219, 219);
}
.device-pagination .pagination-break {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.device-pagination .device-pagination-prev {
  margin-right: 0.5rem;
}
.device-pagination .device-pagination-next {
  margin-left: 0.5rem;
}

.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: rgb(117, 117, 117);
  font-size: 15px;
}

.badge {
  background-color: rgb(237, 237, 237);
  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: rgb(2, 2, 2);
  outline: 0;
}
.notification-dismissible > .close.hover, .notification-dismissible > .close:hover {
  color: rgb(38, 38, 38);
}
.notification-dismissible > .close.active, .notification-dismissible > .close:active {
  color: rgb(18, 18, 18);
}

.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: rgb(84, 141, 28);
  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: rgb(181, 143, 47);
  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: rgb(179, 0, 0);
  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: rgb(237, 237, 237);
  border-color: rgb(160, 160, 160);
  -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: rgb(217, 217, 217);
  border-color: rgb(140, 140, 140);
}
.pager.disabled, .pager[disabled] {
  cursor: not-allowed;
  background: rgb(250, 250, 250);
  border-color: rgb(214, 214, 214);
  color: rgb(184, 184, 184);
}

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

.pager-large {
  font-size: 21px;
  padding: 13px 23px 14px;
}

.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: rgb(237, 237, 237);
  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: rgb(183, 183, 183);
}
.form-checkbox-js.hover, .form-checkbox-js:hover {
  background-color: rgb(219, 219, 219);
  -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: rgb(199, 199, 199);
}
.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: rgb(250, 250, 250);
}
fieldset[disabled] .form-checkbox-js > .border:before, .form-checkbox-js[disabled] > .border:before, .form-checkbox-js.disabled > .border:before {
  color: rgb(214, 214, 214);
}
fieldset[disabled] .form-checkbox-js > .check:before, .form-checkbox-js[disabled] > .check:before, .form-checkbox-js.disabled > .check:before {
  color: rgb(184, 184, 184);
}
.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: rgb(237, 237, 237);
  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: rgb(183, 183, 183);
}
.form-radio-js.hover, .form-radio-js:hover {
  background-color: rgb(219, 219, 219);
  -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: rgb(199, 199, 199);
}
.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: rgb(250, 250, 250);
}
fieldset[disabled] .form-radio-js > .border:before, .form-radio-js[disabled] > .border:before, .form-radio-js.disabled > .border:before {
  color: rgb(214, 214, 214);
}
fieldset[disabled] .form-radio-js > .check:before, .form-radio-js[disabled] > .check:before, .form-radio-js.disabled > .check:before {
  color: rgb(184, 184, 184);
}
.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: rgb(237, 237, 237);
  border: 1px solid #b2b2b2;
  border-radius: 4px;
  color: #383838;
  display: block;
  padding: 9px 11px 10px;
  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: rgb(183, 183, 183);
  outline: 0;
}
.form-select-js.hover .form-select-js-choice, .form-select-js:hover .form-select-js-choice {
  background-color: rgb(219, 219, 219);
  -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: rgb(255, 255, 255);
}
.form-select-js.active .form-select-js-choice, .form-select-js:active .form-select-js-choice {
  background-color: rgb(199, 199, 199);
}
.form-select-js[aria-disabled=true] .form-select-js-choice {
  background-color: rgb(250, 250, 250);
  border-color: rgb(214, 214, 214);
  color: rgb(184, 184, 184);
  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: 9px 11px 10px;
  -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: rgb(217, 217, 217);
}
.form-select-js-option-scroll-wrapper .form-select-js-options > li.hover {
  background-color: rgb(237, 237, 237);
  -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: rgb(217, 217, 217);
}
.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: rgb(188, 0, 96);
}
.form-select-js-option-scroll-wrapper .form-select-js-options > li.selected.hover {
  background-color: rgb(208, 0, 107);
}
.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: rgb(188, 0, 96);
}

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

.invisible {
  visibility: hidden;
}

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

.flexwrap {
  flex-wrap: wrap;
}

.flexrowbtn {
  margin-top: auto;
}

.nopadding {
  padding: 0 !important;
}

.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-18, .cont-sep-17, .cont-sep-16, .cont-sep-15, .cont-sep-14, .cont-sep-13, .cont-sep-12, .cont-sep-11, .cont-sep-10, .cont-sep-9, .cont-sep-8, .cont-sep-7, .cont-sep-6, .cont-sep-5, .cont-sep-4, .cont-sep-3, .cont-sep-2, .cont-sep-1 {
  position: relative;
}
.cont-sep-18 > *, .cont-sep-17 > *, .cont-sep-16 > *, .cont-sep-15 > *, .cont-sep-14 > *, .cont-sep-13 > *, .cont-sep-12 > *, .cont-sep-11 > *, .cont-sep-10 > *, .cont-sep-9 > *, .cont-sep-8 > *, .cont-sep-7 > *, .cont-sep-6 > *, .cont-sep-5 > *, .cont-sep-4 > *, .cont-sep-3 > *, .cont-sep-2 > *, .cont-sep-1 > * {
  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 {
  height: 100%;
}

html {
  height: 100%;
}

#content {
  width: 100%;
}
#content .layoutMain {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  font-size: 2.2rem;
}
@media screen and (min-width: 1360px) {
  #content .layoutMain {
    padding: 0 2.5%;
  }
}

#header,
header {
  width: 100%;
  float: left;
  display: block;
  margin-bottom: 0;
  padding-top: 0;
}
#header .buttonBack,
header .buttonBack {
  display: none;
}
@media screen and (max-width: 767px) {
  #header .carrierNameWrap,
header .carrierNameWrap {
    position: absolute;
    width: 100%;
    display: block;
    top: 50%;
    left: 3px;
  }
}
#header .carrierNameWrap .carrierName,
header .carrierNameWrap .carrierName {
  float: left;
  padding-left: 3.1rem;
  width: auto;
  height: 30px;
  margin-top: 21px;
  margin-right: 6px;
  margin-left: 1rem;
  font-size: 16px;
  position: relative;
}
#header .carrierNameWrap .carrierName:before,
header .carrierNameWrap .carrierName:before {
  background-image: url("/res/img/icons/signal_solid.png");
  background-image: linear-gradient(transparent, transparent), url("/res/img/icons/signal_solid.svg");
  background-repeat: no-repeat;
  position: absolute;
  content: " ";
  width: 2.4rem;
  height: 2.4rem;
  background-size: 100%;
  left: 0;
  top: -3px;
}
#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: 6px;
  }
}
#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("/res/img/ci/telekom-logo.png") center center no-repeat;
  background-size: 100% 100%;
}
@media \0 screen {
  .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;
}
.menu_big .btn-icon {
  padding: 6px 10px;
}
.menu_big .btn-icon .icon {
  font-size: 2.2rem;
}

.language-changer {
  float: right;
  width: auto;
  padding: 12px 0;
  margin-right: 24px;
  margin-top: 1px;
}
.language-changer select {
  padding: 6px 6px 7px 12px;
}
@media screen and (min-width: 1199px) {
  .language-changer select {
    padding: 6px 6px 8px 12px;
  }
}
@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%;
  flex: auto;
  padding-bottom: 60px;
  overflow-x: hidden;
}
#main .Active {
  background: #fff !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: #fff !important;
}

.mobileMenuVisible {
  height: auto;
  margin-bottom: 24px;
  margin-top: 0px;
  margin-top: -13px;
  z-index: 10000;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -ms-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
  padding: 6px 12px;
  background: #fff;
  max-height: 600px;
  opacity: 1;
  -webkit-transition: all ease-in-out 300ms;
  -moz-transition: all ease-in-out 300ms;
  -ms-transition: all ease-in-out 300ms;
  -o-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
}
.mobileMenuVisible.inactive {
  max-height: 0;
  opacity: 0;
  margin-bottom: 0;
  -webkit-transition: all ease-in-out 300ms;
  -moz-transition: all ease-in-out 300ms;
  -ms-transition: all ease-in-out 300ms;
  -o-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
}

.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: "TeleNeoWeb", 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: "TeleNeoWeb", Helvetica, "Helvetica Neue", Arial, sans-serif;
  text-transform: uppercase;
  padding-left: 36px;
  background: transparent url("/img/ci/load.gif") 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("/img/ci/load.gif") 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: auto;
  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: auto;
  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 .row.inner {
  border-left: none;
  width: 100%;
  margin-left: 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 rgb(245, 245, 245) 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: "TeleNeoWeb", Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
}

h3 {
  font-family: "TeleNeoWeb", 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-size: 9.6px !important;
}
.akkordBlock .akkordHead p:after {
  content: '"';
  font-family: "Telekom-Icon";
  font-size: 2.4rem;
  transform: rotate(180deg);
  display: inline-block;
  position: relative;
  right: -5px;
  top: 4px;
  transition: all 0.4s ease-in-out;
}
.akkordBlock .akkordHeadOpen p {
  background-size: 9.6px !important;
}
.akkordBlock .akkordHeadOpen p:after {
  content: '"';
  font-family: "Telekom-Icon";
  font-size: 2.4rem;
  transform: rotate(0deg);
  display: inline-block;
  position: relative;
  right: -5px;
  top: 4px;
  transition: all 0.4s ease-in-out;
}
.akkordBlock .akkordBody {
  padding: 12px 0px;
}
.akkordBlock .akkordBody .submitLabel {
  width: 100%;
}
@media screen and (max-width: 991px) {
  .akkordBlock .akkordBody .submitLabel {
    width: initial;
  }
}
.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("/res/img/ci/pfeil.png") center right no-repeat !important;
  background-size: 9.6px !important;
}
.akkordBlockForm .akkordHeadOpenForm p {
  background: transparent url("/res/img/ci/pfeil_up.png") 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;
}

.tabBody img {
  width: 100%;
  height: auto;
}

.tabTop {
  width: 100%;
  float: left;
  border-bottom: 1px solid #b2b2b2;
}
.tabTop .tabBox {
  cursor: pointer;
  padding: 6px 23px 7px;
  float: left;
  margin-right: 6px;
  background: rgb(237, 237, 237);
  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;
}

.passBox.notOnline .serviceStatInfo {
  padding: 24px 12px 6px 12px;
  font-weight: 700;
}
@media screen and (min-width: 992px) {
  .passBox.notOnline .serviceStatInfo {
    padding-top: 30px;
  }
}

h1.passHeadline {
  margin-top: 0;
  padding-top: 0;
}
h1.passHeadline span.ActivePassesLastUpdate {
  font-family: "TeleNeoWeb", 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.3333333333%;
  margin-left: 16.6666666667%;
  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.3333333333%;
  margin-left: 16.6666666667%;
  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: 1199px) {
  .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: 1199px) {
  .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: 1199px) {
  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;
  vertical-align: middle !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: 9px 11px 10px;
  width: 100%;
  -webkit-appearance: none;
}
.dataDeleteAccount:before, .dataDeleteAccount:after {
  content: " ";
  display: table;
}
.dataDeleteAccount:after {
  clear: both;
}
.dataDeleteAccount.deleteCreationDateText p, .dataDeleteAccount.deleteGcpIdText p {
  padding: 0;
}

.deleteGcpIdTextWrap {
  margin-top: 9px;
}

table {
  width: 100%;
  float: left;
  max-width: 100%;
  overflow: hidden;
}
table thead tr th {
  padding: 12px 6px !important;
  color: rgb(100, 100, 100) !important;
  font-weight: 200 !important;
}
@media screen and (max-width: 1199px) {
  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;
}

.toolTipWrapperSimpleChanged {
  width: 100%;
  height: auto;
  padding: 0;
  color: #6bb324;
  padding-top: 4px;
}
.toolTipWrapperSimpleChanged 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("/img/ci/tooltip.png") center center no-repeat;
  background-size: 100% 100%;
}

.error .form-input,
.error .form-select {
  background-color: #fdf2f2 !important;
  border: 1px solid !important;
  border-color: rgb(179, 0, 0) !important;
}
.error .form-input.hover, .error .form-input:hover,
.error .form-select.hover,
.error .form-select:hover {
  background-color: #fbe6e6 !important;
  border-color: rgb(161, 0, 0) !important;
}
.error .form-input.focus, .error .form-input:focus,
.error .form-select.focus,
.error .form-select:focus {
  background-color: #fff !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff1a1a !important;
}
.error .form-input.active, .error .form-input:active,
.error .form-select.active,
.error .form-select:active {
  background-color: #f9d9d9 !important;
  border-color: rgb(141, 0, 0) !important;
}

.changed .form-input,
.changed .form-select {
  background-color: #f8fbf4 !important;
  border: 1px solid !important;
  border-color: rgb(84, 141, 28) !important;
}
.changed .form-input.hover, .changed .form-input:hover,
.changed .form-select.hover,
.changed .form-select:hover {
  background-color: #f0f7e9 !important;
  border-color: rgb(73, 123, 24) !important;
}
.changed .form-input.focus, .changed .form-input:focus,
.changed .form-select.focus,
.changed .form-select:focus {
  background-color: #fff !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #87d738 !important;
}
.changed .form-input.active, .changed .form-input:active,
.changed .form-select.active,
.changed .form-select:active {
  background-color: #e9f4de !important;
  border-color: rgb(61, 103, 20) !important;
}

.form-radio-set.changed {
  background-color: #eaf8dc !important;
  border-radius: 4px;
  width: 49.5%;
  padding: 6px;
  margin-right: 0.25%;
  margin-top: 0px;
  height: 36px;
}

.deviceImage {
  padding: 6px;
}

.deviceImage.deviceImageDeviceList {
  margin-top: 10px;
  width: 320px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .deviceImage.deviceImageDeviceList {
    width: 100%;
    max-width: 400px;
    height: auto;
    margin-top: 0px;
    margin-bottom: -40px;
  }
}

@media screen and (max-width: 767px) {
  .deviceImage.deviceImageDeviceList.empty {
    display: none;
  }
}

.deviceImage.deviceImageForm {
  margin-top: 10px;
  width: 320px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .deviceImage.deviceImageForm {
    width: 100%;
    max-width: 480px;
    height: auto;
  }
}

.deviceImage.deviceImageDialog {
  height: 240px;
}
@media screen and (max-width: 767px) {
  .deviceImage.deviceImageDialog {
    width: 100%;
    max-width: 400px;
    margin: auto;
    height: auto;
  }
}

@media screen and (min-width: 992px) {
  #FormAddVehicles_DevicenameParent {
    margin-top: 60px;
  }
}

@media screen and (min-width: 992px) {
  .withOAuthDevices > #nameParent {
    margin-top: 60px;
  }
}

@media screen and (min-width: 768px) {
  #FormAddVehicles_SelectParent .form-fieldset {
    padding-top: 10px !important;
  }
}

.mildWarning {
  color: #ff6600 !important;
}

.yellowText {
  color: #ffa200 !important;
}

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

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

footer,
#footer {
  width: 100%;
  flex: none;
  font-size: 1.6rem;
}
footer .mobileHolderFoooter,
#footer .mobileHolderFoooter {
  width: 100%;
  position: relative;
}
footer .border-holder,
#footer .border-holder {
  width: 100%;
  height: 1px;
  border-top: 1px solid #b2b2b2;
  position: relative;
  display: block;
}
footer h4,
#footer h4 {
  font-size: 1.8rem;
  font-family: "TeleNeoWeb", Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  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;
  padding-left: 64px;
}
footer .footerContactbox:before, footer .footerContactbox:after,
#footer .footerContactbox:before,
#footer .footerContactbox:after {
  content: " ";
  display: table;
}
footer .footerContactbox:after,
#footer .footerContactbox:after {
  clear: both;
}
footer .footerContactbox .pWrapperFooter,
#footer .footerContactbox .pWrapperFooter {
  display: block;
  float: left;
  width: 90%;
  width: calc(100% - 66px);
}
@media screen and (max-width: 767px) {
  footer .footerContactbox .pWrapperFooter,
#footer .footerContactbox .pWrapperFooter {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  footer .footerContactbox,
#footer .footerContactbox {
    padding-right: 0px;
  }
}
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: 52px;
  display: inline-block;
  position: absolute;
  top: 26px;
  left: 0;
}
footer .iconTelefon svg,
#footer .iconTelefon svg {
  width: 100%;
  height: auto;
}
footer .iconPrivacy,
#footer .iconPrivacy {
  width: 18px;
  height: 18px;
  transform: translateY(3px);
  margin-right: 6px;
  display: inline-block;
  background: url("/res/img/ci/datenschutz_graphical.svg") center center no-repeat;
  background-size: 100%;
}
footer .thirdLogoFooterLinksMobileLinkContainer,
#footer .thirdLogoFooterLinksMobileLinkContainer {
  font-size: 1.8rem;
  position: absolute;
  display: inline-block;
  width: 140px;
  top: 36px;
  right: 12px;
}
footer .thirdLogoFooterLinksMobileLinkContainer a,
#footer .thirdLogoFooterLinksMobileLinkContainer a {
  position: relative;
  display: inline-block;
  width: 100%;
  padding-bottom: 6px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  footer .thirdLogoFooterLinksMobileLinkContainer,
#footer .thirdLogoFooterLinksMobileLinkContainer {
    width: 100%;
    text-align: center;
    bottom: 0;
    right: 0;
    top: auto;
    padding-top: 6px;
    padding-bottom: 6px;
  }
  footer .thirdLogoFooterLinksMobileLinkContainer a,
#footer .thirdLogoFooterLinksMobileLinkContainer a {
    padding: 0 5px;
    border-right: 1px solid #b2b2b2;
    width: initial;
  }
  footer .thirdLogoFooterLinksMobileLinkContainer a:first-of-type,
#footer .thirdLogoFooterLinksMobileLinkContainer a:first-of-type {
    padding-right: 5px;
    padding-left: 0;
  }
  footer .thirdLogoFooterLinksMobileLinkContainer a:last-of-type,
#footer .thirdLogoFooterLinksMobileLinkContainer a:last-of-type {
    border: none;
  }
}

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

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

.buttonTopTop {
  color: #fff;
  width: 50px;
  height: 36px !important;
  background: #6c6c6c url("/res/img/ci/toTop.png") 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("/res/img/ci/toTop.png") center center no-repeat;
  background-size: 33.333%;
}

.buttonbackFloatRight {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .buttonbackFloatRight {
    padding: 0 12px;
    position: absolute;
    top: 125px;
  }
}

@media screen and (max-width: 767px) {
  .row.ButtonBack {
    margin-top: 12px !important;
    margin-bottom: 0 !important;
  }
}

.buttonBack {
  background: rgb(237, 237, 237) url("/res/img/ci/back.png") 12px center no-repeat;
  background-size: 12px;
  padding-left: 36px;
  height: 36px;
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .buttonBack {
    text-align: right;
    margin-top: 0;
    text-align: right;
    margin-top: 0;
    width: 44px;
    padding-left: 42px;
    padding-right: 0;
    overflow: hidden;
    background-size: 16px;
  }
}

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

.impressumLink {
  text-decoration: none;
  color: #383838;
}

.sessionLink {
  text-decoration: none;
  color: #383838;
}

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

.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-beyond-s {
  display: block;
}
@media screen and (min-width: 768px) {
  .hide-beyond-s {
    display: none;
  }
}

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

@media screen and (max-width: 1199px) {
  .hide-under-l {
    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: 1200px) {
  .show-beyond-l {
    display: none;
  }
}

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

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

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

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

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

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

form input[type=date] {
  height: 36px;
}
form .form-radio-set {
  height: 30px;
  margin-bottom: 0;
}
form .form-radio-set.size3 {
  width: 33.3%;
}
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;
}

:disabled {
  opacity: 0.5;
}

.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;
  }
  .halfwidth.form-radio-set {
    margin-right: 0;
    padding-right: 12px;
  }
}

@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.4864864865px;
}

.btn a, .buttonTopTop a,
.btn a:hover,
.btn a:focus,
.btn-default a,
.btn-default a:hover,
.btn-default 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 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;
}

#showError {
  position: fixed;
  left: 0;
  bottom: 33px;
  width: 36px;
  height: 36px;
  background: #e20074 url("/img/ci/err.jpg") center center no-repeat;
  background-size: 100%;
  cursor: pointer;
  opacity: 0.2;
}

#showError:hover {
  opacity: 1;
}

img {
  max-width: 100%;
}

#main .container-liquid img {
  width: 100%;
  height: auto;
}

.bigSessionData {
  font-size: 24px;
  text-transform: uppercase;
}

/* ALEX */
.ObjectPrinter {
  font-size: smaller;
}

.showMorePasses {
  background-color: rgb(192, 192, 192);
  color: #000;
}

.buttonGray {
  background-color: rgb(192, 192, 192);
  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 {
  display: none;
}

.countryNOTCustom {
  visibility: visible !important;
  display: block;
}

@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-weight: 100 !important;
  font-family: "TeleNeoWeb", 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;
}

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

.flexrow {
  margin-left: 0px;
  margin-right: 0px;
  width: 100%;
}
@media screen and (min-width: 767px) {
  .flexrow {
    display: flex;
    /* display: -webkit-box;
     display: -moz-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;*/
  }
}
@media screen and (max-width: 767px) {
  .flexrow {
    display: block;
  }
  .flexrow .editBoxNew {
    display: block;
  }
}

.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;
  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;
  overflow: auto;
}

.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: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  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;
}

.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%;
}
.validBox .moreTextBody:after,
.validBox .moreText:after {
  clear: both;
  height: 1px;
  display: block;
  content: " ";
}
@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: rgba(0, 0, 0, 0);
}
@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: "TeleNeoWeb", 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 {
  padding: 0 0 0 18px;
  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: "TeleNeoWeb", 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: "TeleNeoWeb", 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: "TeleNeoWeb", 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;
}

.PagePaymentOverview h3 {
  font-size: 2.2rem;
}

.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: "TeleNeoWeb", 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;
}
@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: 10px 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;
  font-size: 22px;
}

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: hidden;
  margin-bottom: 12px;
  display: inline-table;
}
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: 1440px) {
  table.tableContract td,
table.respTable td {
    max-width: auto;
  }
}
table.tableContract td.td_carId, table.tableContract td.td_countryCroup,
table.respTable td.td_carId,
table.respTable td.td_countryCroup {
  word-break: break-all;
}
@media screen and (max-width: 1199px) {
  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("/img/ci/open.png") 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("/img/ci/open.png") 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: 1.8rem;
  }
  .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: 1.8rem;
  }
  .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;
  clear: both;
  widows: 3;
  orphans: 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;
}

.PageOffnetCountrySelect {
  position: relative;
}

.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;
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 767px) {
  .bannerSlideWrapper {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1900px) and (aspect-ratio: 8/3) {
  .bannerSlideWrapper {
    max-height: 75vh;
  }
  .bannerSlideWrapper .slideSingleWrap {
    bottom: 0;
  }
  .bannerSlideWrapper .slideSingleWrap .banner img {
    transform: translate(0, 13%);
  }
}
.bannerSlideWrapper .slideSingleWrap {
  position: absolute;
  left: 0;
  width: 100%;
  height: auto;
  overflow: visible;
}
.bannerSlideWrapper .slideSingleWrap img {
  width: 100%;
}

@media screen and (min-width: 1900px) and (aspect-ratio: 8/3) {
  .PageInfos .bannerSlideWrapper .slideSingleWrap .banner img {
    transform: translate(0, 0);
  }
}

.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: 100%;
  left: 0;
  transform: translate(24px, calc(-100% - 24px));
  padding: 12px;
  width: 100%;
  height: 120px;
  background: rgb(226, 0, 116);
}
@media screen and (min-width: 426px) {
  .bannerText {
    height: 90px;
  }
}
@media screen and (min-width: 767px) {
  .bannerText {
    display: block;
    background: rgb(226, 0, 116);
    top: auto;
    height: auto;
    width: auto;
    padding: 12px;
    padding-right: 18px;
    padding-top: 12px;
  }
}
@media screen and (min-width: 1023px) {
  .bannerText {
    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: "TeleNeoWeb", 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;
  }
}

.offnet .row .additionalBannerTextSmall,
.PageFAQ .row .additionalBannerTextSmall {
  bottom: 0;
  background: rgb(226, 0, 116);
  display: block;
  position: absolute;
  z-index: 1000;
  float: left;
  width: auto;
  max-width: 80%;
  padding: 12px;
  padding-right: 30px;
}
@media screen and (min-width: 767px) {
  .offnet .row .additionalBannerTextSmall,
.PageFAQ .row .additionalBannerTextSmall {
    display: none;
  }
}
.offnet .row .additionalBannerTextSmall h2,
.PageFAQ .row .additionalBannerTextSmall h2 {
  z-index: 1001;
  position: relative;
  font-size: 16px;
  line-height: 1.8rem;
  padding: 0;
  margin: 0 !important;
  color: #fff !important;
}
@media screen and (max-width: 320px) {
  .offnet .row .additionalBannerTextSmall h2,
.PageFAQ .row .additionalBannerTextSmall h2 {
    white-space: pre-wrap;
  }
}
.offnet .row .additionalBannerTextSmall h3,
.PageFAQ .row .additionalBannerTextSmall h3 {
  z-index: 1001;
  position: relative;
  padding: 0;
  font-size: 14px;
  margin: 0;
  line-height: 1;
  padding-top: 0;
  font-family: "TeleNeoWeb", Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  color: #fff !important;
  display: block;
}
@media screen and (max-width: 320px) {
  .offnet .row .additionalBannerTextSmall h3,
.PageFAQ .row .additionalBannerTextSmall h3 {
    white-space: pre-wrap;
  }
}

.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/offnet/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/offnet/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: 2.4rem;
  }
}
.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/offnet/check.jpg") center center no-repeat;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 1rem;
  left: 0;
  background-size: 100%;
}

.select-country-content .row {
  margin: 0;
}
.select-country-content .select-country-h1 {
  font-size: 3.6rem;
  font-weight: 600;
}
@media screen and (min-width: 1200px) {
  .select-country-content {
    position: absolute;
    display: block;
    width: 66%;
    background: rgba(255, 255, 255, 0.8);
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0 2.4rem 2.4rem 2.4rem;
    z-index: 3000;
  }
  .select-country-content .text-center {
    font-size: 2.4rem;
  }
  .select-country-content .text-center.select-country-h1 {
    font-size: 3.6rem;
  }
  .select-country-content .text-center .TextOffnetCountrySelect {
    font-size: 2rem;
    margin-bottom: 0;
  }
  .select-country-content .form-select {
    font-size: 2.6rem;
  }
  .select-country-content .cp-countrySelection {
    width: 45%;
  }
  .select-country-content .col-l-6 {
    width: 83.33334%;
  }
  .select-country-content .col-l-3 {
    width: 8.33334%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .select-country-content {
    position: absolute;
    display: block;
    width: 90%;
    background: rgba(255, 255, 255, 0.8);
    top: 33.5%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0 2.4rem 0.6rem 2.4rem;
    z-index: 3000;
  }
  .select-country-content .text-center {
    font-size: 2.2rem;
  }
  .select-country-content .text-center.select-country-h1 {
    margin-top: 6px;
    padding-bottom: 0;
    font-size: 2.8rem;
  }
  .select-country-content .text-center .TextOffnetCountrySelect {
    font-size: 2rem;
    margin-bottom: 0;
    margin-top: 1.2rem;
  }
  .select-country-content .cp-countrySelection {
    width: 50%;
  }
  .select-country-content .cp-countrySelection input.btn, .select-country-content .cp-countrySelection input.buttonTopTop {
    margin-top: 1.2rem;
    padding-top: 6px;
    padding-bottom: 7px;
  }
  .select-country-content .form-select {
    font-size: 2.4rem;
  }
  .select-country-content .col-l-6 {
    width: 83.33334%;
  }
  .select-country-content .col-l-3 {
    width: 8.33334%;
  }
}

.textWrapperRightOffnet {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  transform: translate(0, -50%);
  display: inline-block;
}
@media screen and (min-width: 992px) {
  .textWrapperRightOffnet {
    padding-right: 24px;
    left: 53%;
    width: 47%;
  }
}
@media screen and (min-width: 1311px) {
  .textWrapperRightOffnet {
    width: 45%;
    left: 50%;
  }
}
@media screen and (max-width: 991px) {
  .textWrapperRightOffnet {
    display: block;
    float: left;
    height: auto;
    width: 100%;
    top: auto;
    left: auto;
    vertical-align: top;
    position: relative;
    transform: translate(0, 0);
  }
}
.textWrapperRightOffnet .textWrapperRightOffnetInside {
  display: inline-block;
  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;
  }
}

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

.error_overlay .OuterButtons .cont-sep-new {
  display: flex;
  flex-wrap: wrap;
}
.error_overlay .OuterButtons .cont-sep-new .ctaButtonsWrap {
  display: flex;
  flex-direction: column;
}
.error_overlay .OuterButtons .cont-sep-new .ctaButtonsWrap .btn-message {
  margin-top: auto;
  width: 90%;
}

@-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 {
  padding-bottom: 4rem;
}
.PageOffnetCountrySelect h2 {
  padding-right: 0 !important;
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .PageOffnetCountrySelect {
    padding-bottom: 1.2rem;
  }
}
@media screen and (min-width: 1300px) and (width: 1920px) and (height: 720px) {
  .PageOffnetCountrySelect .select-country-content {
    width: 50%;
    display: inline-block;
    top: 0;
    transform: translate(0, 0);
    height: 100%;
    padding-top: 8rem;
  }
}
@media screen and (min-width: 1300px) and (width: 1888px) and (height: 1284px) {
  .PageOffnetCountrySelect .select-country-content {
    width: 50%;
    display: inline-block;
    top: 0;
    transform: translate(0, 0);
    height: 100%;
    padding-top: 8rem;
  }
}
@media screen and (width: 960px) and (height: 540px) {
  .PageOffnetCountrySelect .select-country-content {
    position: absolute;
    width: 50%;
    display: inline-block;
    top: 0;
    transform: translate(0, 0);
    height: 100%;
    padding-top: 8rem;
    background: rgba(255, 255, 255, 0.8);
    left: 50%;
    padding: 0 2.4rem 2.4rem 2.4rem;
    z-index: 3000;
  }
  .PageOffnetCountrySelect .select-country-content .select-country-h1 {
    font-size: 3rem;
  }
  .PageOffnetCountrySelect .select-country-content .col-m-3 {
    display: none;
  }
  .PageOffnetCountrySelect .select-country-content .col-m-6 {
    width: 90%;
  }
  .PageOffnetCountrySelect .select-country-content .cp-countrySelection {
    width: 80%;
  }
}

.TextOffnetCountrySelect {
  margin: 5px;
  font-size: 18px;
  margin-top: 3rem;
  margin-bottom: 0.5rem;
}

.countryBoxesWrapper {
  text-align: center;
  padding-top: 7.5%;
  margin-top: -5%;
  background: transparent url("/img/offnet/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;
}

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

.PageUnregistered .page_1ca_info_index_wrap .borderWrapNew {
  overflow: hidden;
}
.PageUnregistered .page_1ca_info_index_wrap .borderWrapNew .btn, .PageUnregistered .page_1ca_info_index_wrap .borderWrapNew .buttonTopTop {
  display: block;
}

.PageRegistered .borderWrapNew {
  overflow: hidden;
}
.PageRegistered .borderWrapNew .btn, .PageRegistered .borderWrapNew .buttonTopTop {
  display: block;
}

.carrierboxWrapper {
  width: 100%;
  background: #f5f5f5;
  padding: 0;
  margin: 0;
  min-height: auto !important;
  overflow: initial !important;
}
@media screen and (min-width: 600px) {
  .carrierboxWrapper {
    padding: 36px 0;
  }
}

.carrierboxWrapper + .carrierboxWrapper {
  padding-top: 0;
}

.carrierboxWrapperInside {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 599px) {
  .swipeBoxColumns {
    padding: 0 !important;
  }
}

.carrierbox {
  display: flex;
  position: relative;
  flex-direction: column;
  width: 80%;
  max-width: 370px;
  background: #fff;
  margin: 0 18px 24px 18px;
  padding-bottom: 24px;
}
@media screen and (min-width: 640px) {
  .carrierbox {
    width: 43%;
  }
}
@media screen and (min-width: 960px) {
  .carrierbox {
    width: 33%;
  }
}
.carrierbox p.specialCarrierText + p {
  margin-top: 12px;
}
.carrierbox .shd-inner {
  display: flex;
  flex-direction: column;
  position: relative;
}
.carrierbox .carrierboxTextTop,
.carrierbox .carrierboxTextBottom {
  display: block;
  margin: 0;
}
.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: 24px 24px 18px 24px;
  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 > .shd-inner {
  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: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  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;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: block;
  line-height: 2.4rem;
  padding: 1.3rem 0;
  text-align: center;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  -webkit-transition: 200ms;
  transition: 200ms;
  min-height: 5rem;
}
.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 .carrierBottomSection {
  margin-top: auto;
}
.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;
  overflow: initial !important;
}
.carrierbox .buttonWrapCarrierbox .btn, .carrierbox .buttonWrapCarrierbox .buttonTopTop {
  width: 100%;
  text-transform: uppercase;
  padding-top: 12px;
  padding-bottom: 12px;
}

.showCountriesCarrierbox {
  position: absolute;
  bottom: 0;
  display: inline-block;
  width: 100%;
  z-index: 10;
  clear: both;
}
.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: inline-block;
  width: 100%;
  padding: 0;
  height: 0;
  position: absolute;
  background: #fff;
  bottom: 0;
  z-index: 20;
  transform: translate(0, calc(100% + 12px));
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.25);
}
.showCountriesCarrierbox .showCountriesCarrierboxContent p {
  padding-top: 0;
}
.showCountriesCarrierbox .showCountriesCarrierboxContent:before {
  content: " ";
  width: 12px;
  height: 12px;
  background-color: #ffffff;
  position: absolute;
  top: -6px;
  left: calc(50% - 6px);
  transform: rotate(45deg);
  z-index: 10;
  display: inline-block;
}
.showCountriesCarrierbox .showCountriesCarrierboxHeadOpen + .showCountriesCarrierboxContent {
  height: auto;
  padding: 12px 24px;
}
.showCountriesCarrierbox .showCountriesCarrierboxHeadOpen span:before {
  content: "- ";
}

.additionalInfosLinksCarrierBox > .shd-inner {
  padding: 12px 24px;
}

.swipetip {
  display: none;
}

@media screen and (max-width: 690px) {
  .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-y: visible;
    display: block;
    position: relative;
  }
  .carrierboxWrapper > div {
    padding-top: 100%;
    position: relative;
    display: block;
  }
  .carrierboxWrapper > div .carrierboxWrapperInside {
    padding-top: 0;
    top: 0;
  }
  .carrierboxWrapper .carrierbox {
    width: 80% !important;
    max-width: 480px;
    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;
    padding-bottom: 72px;
  }
}
@media screen and (max-width: 350px) {
  .carrierboxWrapper > div {
    padding-top: 285%;
  }
}
@media screen and (min-width: 351px) and (max-width: 380px) {
  .carrierboxWrapper > div {
    padding-top: 250%;
  }
}
@media screen and (min-width: 381px) and (max-width: 420px) {
  .carrierboxWrapper > div {
    padding-top: 220%;
  }
}
@media screen and (min-width: 421px) and (max-width: 480px) {
  .carrierboxWrapper > div {
    padding-top: 180%;
  }
}
@media screen and (min-width: 481px) and (max-width: 520px) {
  .carrierboxWrapper > div {
    padding-top: 150%;
  }
}
@media screen and (min-width: 521px) and (max-width: 600px) {
  .carrierboxWrapper > div .carrierboxWrapperInside {
    padding-top: 40%;
    top: 0;
  }
}
@media screen and (min-width: 601px) and (max-width: 650px) {
  .carrierboxWrapper > div .carrierboxWrapperInside {
    padding-top: 25%;
    top: 0;
  }
}
@media screen and (min-width: 651px) and (max-width: 690px) {
  .carrierboxWrapper > div .carrierboxWrapperInside {
    padding-top: 10%;
    top: 0;
  }
}
.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;
}

.ContentCarousel {
  padding-bottom: 3rem !important;
}
.ContentCarousel .cc-navigationWrapper {
  z-index: 2600;
  position: absolute;
  font-size: 2em;
  right: 0;
  bottom: 0;
}
.ContentCarousel ul.cc-navigation {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  list-style: none;
  margin: 0;
}
.ContentCarousel ul.cc-navigation li {
  margin: 0.75rem;
  height: 1.75rem;
  width: 1.75rem;
  position: relative;
  cursor: pointer;
}
.ContentCarousel ul.cc-navigation li:after {
  content: " ";
  position: absolute;
  height: 100%;
  width: 100%;
  border: 1px solid #ccc;
  display: block;
}
.ContentCarousel ul.cc-navigation li.active:after {
  border-color: #e20074;
}
.ContentCarousel .banner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.ContentCarousel .banner .rightText {
  width: 40%;
}

.cp-portalSelection {
  width: 100%;
  margin: 3rem auto 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .cp-portalSelection {
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  .cp-portalSelection {
    width: 33.33333%;
  }
}
.cp-portalSelection .a-select {
  margin: 3rem 0 3.5rem;
}
.cp-portalSelection label {
  cursor: pointer;
  text-align: center;
}
.cp-portalSelection label input[type=radio]:checked + div {
  box-shadow: inset 0 0 0 2px #e20074;
  color: #e20074;
}
.cp-portalSelection label div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  background: none;
  border: 0;
  box-sizing: border-box;
  margin: 0 1em;
  padding: 1rem;
  text-transform: uppercase;
  font-size: 1.4em;
  width: 14rem;
  height: 14rem;
  box-shadow: inset 0 0 0 2px #ccc;
  color: #555;
  font-weight: 700;
  position: relative;
  border-radius: 0.5rem;
}
.cp-portalSelection label div::before, .cp-portalSelection label div::after {
  box-sizing: inherit;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 0.5rem;
}
.cp-portalSelection label div:hover {
  color: #e20074;
}
.cp-portalSelection label div::before, .cp-portalSelection label div::after {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transform-origin: center;
}
.cp-portalSelection label div::before {
  border-top: 2px solid #e20074;
  border-bottom: 2px solid #e20074;
  transform: scale3d(0, 1, 1);
}
.cp-portalSelection label div::after {
  border-left: 2px solid #e20074;
  border-right: 2px solid #e20074;
  transform: scale3d(1, 0, 1);
}
.cp-portalSelection label div:hover::before, .cp-portalSelection label div:hover::after {
  transform: scale3d(1, 1, 1);
  transition: transform 0.5s;
}

.cp-countrySelection {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .cp-countrySelection {
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  .cp-countrySelection {
    width: 33.33333%;
  }
}
.cp-countrySelection input.btn, .cp-countrySelection input.buttonTopTop {
  display: inline-block;
  margin-top: 2rem;
}

.MessageDisplay .message-foreword-title {
  font-weight: normal;
  font-size: 22px;
  text-transform: uppercase;
}

#demoNavButton {
  position: absolute;
  left: -42px;
  top: 72px;
  width: 42px;
  height: 42px;
  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.4;
  z-index: 100000004;
}

.demoNavButtonActive {
  opacity: 1 !important;
}

#demoNavButton:hover {
  opacity: 1;
}

.demoNavModuleBar {
  height: 42px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -moz-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
  background-color: rgba(0, 0, 0, 0.5);
}

.demoNavModuleBar-item {
  padding: 1rem 1.5rem;
  opacity: 0.5;
  cursor: pointer;
}
.demoNavModuleBar-item.active {
  opacity: 1;
  border-bottom: 2px solid green;
}

.demoNavInner {
  height: calc(100% - 42px);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -moz-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
  padding-bottom: 2rem;
}

#demoNav {
  background: #383838;
  padding: 0;
  position: fixed;
  transition: all 0.5s ease-in-out;
  top: 0;
  z-index: 100000004;
  width: 1200px;
  max-width: 80%;
}
#demoNav.closed {
  right: 0;
}
#demoNav.open {
  right: -1200px;
}
#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;
}
#demoNav h1, #demoNav h2, #demoNav h3, #demoNav h4 {
  text-align: center;
}

.WebtrekkHistoryInnner {
  margin: 10px;
}

.WebtrekkHistoryInnner textarea {
  width: 100%;
  height: 150px;
  resize: vertical;
}

.idDisplay {
  color: red !important;
  z-index: 100000004;
}

.webtrekkLinkId {
  color: red !important;
  z-index: 100000004;
}

#webtrekkPageId {
  position: fixed;
  background: white;
  color: red;
  top: 144px;
  left: 72px;
  font-size: 200%;
  z-index: 100000004;
}

.DevUserAgentConfigs,
.DevCampaigns {
  flex-grow: 3;
  font-size: 1.6rem;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.DevUserAgentConfigs .userAgentProperty,
.DevUserAgentConfigs .campaignProperty,
.DevCampaigns .userAgentProperty,
.DevCampaigns .campaignProperty {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.DevUserAgentConfigs .userAgentProperty:first-child,
.DevUserAgentConfigs .campaignProperty:first-child,
.DevCampaigns .userAgentProperty:first-child,
.DevCampaigns .campaignProperty:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.DevUserAgentConfigs .userAgentProperty span.on,
.DevUserAgentConfigs .campaignProperty span.on,
.DevCampaigns .userAgentProperty span.on,
.DevCampaigns .campaignProperty span.on {
  color: green !important;
  cursor: pointer;
}
.DevUserAgentConfigs .userAgentProperty span.off,
.DevUserAgentConfigs .campaignProperty span.off,
.DevCampaigns .userAgentProperty span.off,
.DevCampaigns .campaignProperty span.off {
  color: red !important;
  cursor: pointer;
}
.DevUserAgentConfigs .userAgentProperty td,
.DevUserAgentConfigs .campaignProperty td,
.DevCampaigns .userAgentProperty td,
.DevCampaigns .campaignProperty td {
  padding: 0.25rem 1rem;
}
.DevUserAgentConfigs .userAgentProperty ul,
.DevUserAgentConfigs .campaignProperty ul,
.DevCampaigns .userAgentProperty ul,
.DevCampaigns .campaignProperty ul {
  padding-left: 0;
}
.DevUserAgentConfigs .userAgentProperty ul li,
.DevUserAgentConfigs .campaignProperty ul li,
.DevCampaigns .userAgentProperty ul li,
.DevCampaigns .campaignProperty ul li {
  margin-left: 0;
}
.DevUserAgentConfigs .userAgentProperty ul li ul,
.DevUserAgentConfigs .campaignProperty ul li ul,
.DevCampaigns .userAgentProperty ul li ul,
.DevCampaigns .campaignProperty ul li ul {
  padding-left: 1.5rem;
}

.userAgentConfigPresets {
  background-color: rgba(255, 255, 255, 0.2);
  padding: 1rem;
  margin: 1rem 0 2rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}

.userAgentConfigPreset {
  cursor: pointer;
}

.DevLocalStorageConfigs {
  width: 100%;
}

.DevSessionConfigs {
  flex-grow: 2;
}

.DevWebtrekkHistory {
  flex-grow: 2;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.AlertContainer {
  clear: both;
  position: fixed;
  top: 0;
  z-index: 100000;
  width: 100%;
  opacity: 0.9;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.AlertContainer .alert {
  text-align: center;
  padding: 1rem;
}
.AlertContainer .alert.alert--error {
  font-weight: bold;
  background-color: #E20074;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .AlertContainer {
    position: relative;
    box-shadow: none;
    opacity: 1;
  }
}

.transparencyBarWrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 200%;
}

.transparencyBar {
  width: 18vw;
  text-align: center;
  padding: 6px;
  vertical-align: top;
  border: 1px solid rgb(237, 237, 237);
  border-left: none;
  display: grid;
  align-content: center;
  background: none;
}
.transparencyBar:first-child {
  border-left: 1px solid rgb(237, 237, 237);
}
@media screen and (min-width: 600px) {
  .transparencyBar {
    padding: 12px;
  }
}
@media screen and (min-width: 1310px) {
  .transparencyBar {
    width: 10vw;
  }
}
.transparencyBar img {
  width: 20px;
  height: auto;
}
@media screen and (min-width: 600px) {
  .transparencyBar img {
    width: 38.832px;
  }
}
.transparencyBar .ttp2 {
  height: auto;
  opacity: 0.1;
  position: relative;
  display: inline-block;
  width: 100%;
  top: 50%;
  transform: translate(0, -50%);
}
.transparencyBar svg {
  width: 40px;
  height: 40px;
  position: relative;
}
@media screen and (max-width: 1309px) {
  .transparencyBar svg {
    width: 30px;
    height: 30px;
  }
}

.transparencyBarText {
  display: none;
}
@media screen and (max-width: 960px) {
  .transparencyBarText {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 699px) {
  .transparencyBarText {
    display: none;
  }
}

.highlightTransparencyBar {
  opacity: 1;
  color: #e20074;
  padding-left: 12px;
  padding-right: 12px;
  width: 40vw;
  border: 2px solid #e20074 !important;
  transform: scale(1.05);
  background: #ffffff;
}
.highlightTransparencyBar .transparencyBarText {
  display: inline-block;
}
.highlightTransparencyBar .ttp2 {
  opacity: 1;
  top: 0;
  transform: translate(0, 0);
}
.highlightTransparencyBar svg {
  filter: blur(0);
  width: 50px;
  height: 50px;
  top: 0;
  transform: translate(0, 0);
}
@media screen and (max-width: 1309px) {
  .highlightTransparencyBar svg {
    width: 34px;
    height: 34px;
  }
}
@media screen and (min-width: 1310px) {
  .highlightTransparencyBar {
    width: 20vw;
  }
}

.tbCounter {
  display: none;
}
@media screen and (min-width: 600px) {
  .tbCounter {
    padding: 7.416px 0;
    font-size: 24px;
  }
}
@media screen and (max-width: 600px) {
  .tbCounter {
    display: none;
  }
}

.transparencyBarMask {
  position: relative;
  display: block;
  padding: 6px 20px 12px;
  overflow: hidden;
  background: none;
}
.transparencyBarMask.step1Active .transparencyBarWrapper {
  transform: translate(-18vw, 0);
}
@media screen and (min-width: 1310px) {
  .transparencyBarMask.step1Active .transparencyBarWrapper {
    transform: translate(-10vw, 0);
  }
}
.transparencyBarMask.step2Active .transparencyBarWrapper {
  transform: translate(-36vw, 0);
}
@media screen and (min-width: 1310px) {
  .transparencyBarMask.step2Active .transparencyBarWrapper {
    transform: translate(-20vw, 0);
  }
}
.transparencyBarMask.step3Active .transparencyBarWrapper {
  transform: translate(-54vw, 0);
}
@media screen and (min-width: 1310px) {
  .transparencyBarMask.step3Active .transparencyBarWrapper {
    transform: translate(-30vw, 0);
  }
}
.transparencyBarMask.step4Active .transparencyBarWrapper {
  transform: translate(-72vw, 0);
}
@media screen and (min-width: 1310px) {
  .transparencyBarMask.step4Active .transparencyBarWrapper {
    transform: translate(-40vw, 0);
  }
}
.transparencyBarMask.step5Active .transparencyBarWrapper {
  transform: translate(-90vw, 0);
}
@media screen and (min-width: 1310px) {
  .transparencyBarMask.step5Active .transparencyBarWrapper {
    transform: translate(-50vw, 0);
  }
}
.transparencyBarMask.step6Active .transparencyBarWrapper {
  transform: translate(-108vw, 0);
}
@media screen and (min-width: 1310px) {
  .transparencyBarMask.step6Active .transparencyBarWrapper {
    transform: translate(-60vw, 0);
  }
}

.transparencyBarBlurred {
  opacity: 0.1;
}

.page_identityVerification_icon_webcam {
  width: 5rem;
}

#main .smsIdentityVeryfication img.page_identityVerification_icon_sms {
  width: 8rem;
  height: auto;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
  top: 2.4rem;
}

.page_identityVerification_claim,
.page_identityVerification_claim2 {
  font-size: 1.2em;
}

#page_identityVerification_input_termsofuse {
  font-size: 0.9em;
}
#page_identityVerification_input_termsofuse .form-checkbox-set label {
  line-height: 20px;
}

.PageOffnetMarketing .row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}
.PageOffnetMarketing .wasIstBox {
  padding: 24px !important;
  background: #f6f6f6;
  position: relative;
  margin-bottom: 12px;
}
@media screen and (min-width: 767px) {
  .PageOffnetMarketing .wasIstBox {
    min-height: 560px;
  }
}
@media screen and (min-width: 992px) {
  .PageOffnetMarketing .wasIstBox {
    min-height: 584px;
  }
}
.PageOffnetMarketing .wasIstBox h2 {
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .PageOffnetMarketing .wasIstBox {
    height: auto !important;
    display: block;
    float: left;
    width: 100%;
  }
}
.PageOffnetMarketing .wasIstBox a {
  padding-left: 24px;
  background: transparent url("/res/img/offnet/more.png") center left no-repeat;
  background-size: 15.6px;
}
.PageOffnetMarketing .wasIstBox p + h2 {
  margin-top: 18px;
}
.PageOffnetMarketing .passes-faq-wrapper {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: stretch;
  -moz-align-content: stretch;
  -ms-align-content: stretch;
  align-content: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}
.PageOffnetMarketing .passes-faq-wrapper > *:first-child {
  margin-top: 0px;
  min-height: 30%;
}
.PageOffnetMarketing .passes-faq-wrapper > * {
  margin-bottom: 6px;
  margin-top: 6px;
  padding: 24px !important;
  background: #f6f6f6;
  position: relative;
  margin-bottom: 12px;
  width: 100%;
}
.PageOffnetMarketing .passes-faq-wrapper > * h2 {
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .PageOffnetMarketing .passes-faq-wrapper > * {
    height: auto !important;
    display: block;
    float: left;
    width: 100%;
  }
}
.PageOffnetMarketing .passes-faq-wrapper > * a {
  padding-left: 24px;
  background: transparent url("/res/img/offnet/more.png") center left no-repeat;
  background-size: 15.6px;
}
.PageOffnetMarketing .faqBox {
  background: #f6f6f6 url(../../res/img/generics/faq.jpg) no-repeat;
  background-position: center top;
  background-size: 75% auto;
  padding-top: 42.5% !important;
  position: relative;
}
.PageOffnetMarketing .faqBox p:nth-child(2) {
  max-width: 50%;
}
@media screen and (min-width: 767px) {
  .PageOffnetMarketing .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) {
  .PageOffnetMarketing .faqBox {
    background-position: 300px center;
    padding-right: 100px !important;
  }
}
@media screen and (min-width: 1311px) {
  .PageOffnetMarketing .faqBox {
    background-position: 400px center;
  }
}
.PageOffnetMarketing .wasIstBox {
  background: #f6f6f6 url(../../res/img/generics/was-ist-hotspot-drive.jpg) no-repeat;
  background-position: center 30px;
  background-size: 76% auto;
  padding-top: 44% !important;
}
.PageOffnetMarketing .passes-europe {
  background: #f6f6f6 url(../../res/img/generics/passesEuropeM.jpg) no-repeat;
  background-position: -100px top;
  background-size: auto 100%;
  padding-left: 42.5% !important;
  position: relative;
}
@media screen and (min-width: 1311px) {
  .PageOffnetMarketing .passes-europe {
    background: #f6f6f6 url(../../res/img/generics/passesEurope.jpg) no-repeat !important;
    background-size: auto 100% !important;
    background-position: top left !important;
  }
}
@media screen and (max-width: 991px) {
  .PageOffnetMarketing .passes-europe {
    background: #f6f6f6 url(../../res/img/generics/passesEuropeS.jpg) no-repeat;
    background-position: center top;
    background-size: 100% auto;
    padding-top: 42.5% !important;
    padding-left: 24px !important;
  }
}
.PageOffnetMarketing .passes-europe h2 {
  margin-top: 18px;
}
.PageOffnetMarketing .passes-north-america {
  background: #f6f6f6 url(../../res/img/generics/passesNorthAmericaM.jpg) no-repeat;
  background-position: -100px top;
  background-size: auto 100%;
  padding-left: 42.5% !important;
  position: relative;
}
@media screen and (min-width: 1311px) {
  .PageOffnetMarketing .passes-north-america {
    background: #f6f6f6 url(../../res/img/generics/passesNorthAmerica.jpg) no-repeat !important;
    background-size: auto 100% !important;
    background-position: top left !important;
  }
}
@media screen and (max-width: 991px) {
  .PageOffnetMarketing .passes-north-america {
    background: #f6f6f6 url(../../res/img/generics/passesNorthAmericaS.jpg) no-repeat;
    background-position: center top;
    background-size: 100% auto;
    padding-top: 42.5% !important;
    padding-left: 24px !important;
  }
}
.PageOffnetMarketing .passes-north-america h2 {
  margin-top: 18px;
}