


/* 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 {
    top: -0.5em;
}

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;
}

/**
 * Contain overflow in all browsers.
 */
pre {
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */
button {
    overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8+, and Opera
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
}

    /**
 * Re-set default cursor for disabled elements.
 */
    button[disabled],
    html input[disabled] {
        cursor: default;
    }

    /**
 * Remove inner padding and border in Firefox 4+.
 */
    button::-moz-focus-inner,
    input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
    line-height: normal;
}

    /**
 * 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 */
        /* 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;
}

.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: '\21';
}

.icon-navigation-up:before {
    content: '\22';
}

.icon-navigation-down:before {
    content: '\24';
}

.icon-navigation-left:before {
    content: '\25';
}

.icon-export:before {
    content: '\26';
}

.icon-import:before {
    content: '\28';
}

.icon-scroll-left:before {
    content: '\29';
}

.icon-favorites:before {
    content: '\2a';
}

.icon-add:before {
    content: '\2b';
}

.icon-decrease:before {
    content: '\2d';
}

.icon-record:before {
    content: '\3b';
}

.icon-scroll-right:before {
    content: '\2f';
}

.icon-tile-view:before {
    content: '\30';
}

.icon-skip-to-start:before {
    content: '\31';
}

.icon-previous:before {
    content: '\32';
}

.icon-rewind:before {
    content: '\33';
}

.icon-play:before {
    content: '\34';
}

.icon-pause:before {
    content: '\35';
}

.icon-stop:before {
    content: '\36';
}

.icon-fast-forward:before {
    content: '\37';
}

.icon-next:before {
    content: '\38';
}

.icon-skip-to-end:before {
    content: '\39';
}

.icon-more:before {
    content: '\3a';
}

.icon-help_2:before {
    content: '\3c';
}

.icon-list-view:before {
    content: '\3d';
}

.icon-information_2:before {
    content: '\3e';
}

.icon-help:before {
    content: '\3f';
}

.icon-calendar:before {
    content: '\41';
}

.icon-shopping-cart:before {
    content: '\42';
}

.icon-copy:before {
    content: '\43';
}

.icon-move-to-trash:before {
    content: '\44';
}

.icon-tablet-pc:before {
    content: '\45';
}

.icon-folder:before {
    content: '\46';
}

.icon-filter:before {
    content: '\47';
}

.icon-login:before {
    content: '\48';
}

.icon-comment:before {
    content: '\49';
}

.icon-start-call:before {
    content: '\4a';
}

.icon-speaker-off:before {
    content: '\4b';
}

.icon-lock:before {
    content: '\4c';
}

.icon-microphone-socket:before {
    content: '\4d';
}

.icon-ringtone-off:before {
    content: '\4e';
}

.icon-clock:before {
    content: '\4f';
}

.icon-add-to-watchlist:before {
    content: '\50';
}

.icon-computer:before {
    content: '\51';
}

.icon-iptv:before {
    content: '\52';
}

.icon-settings:before {
    content: '\53';
}

.icon-digits:before {
    content: '\54';
}

.icon-my-profile:before {
    content: '\55';
}

.icon-confirm:before {
    content: '\56';
}

.icon-smartphone:before {
    content: '\57';
}

.icon-cancel:before {
    content: '\58';
}

.icon-cloud:before {
    content: '\59';
}

.icon-zoom-out:before {
    content: '\5a';
}

.icon-attachment:before {
    content: '\61';
}

.icon-bookmark:before {
    content: '\62';
}

.icon-context-menu:before {
    content: '\63';
}

.icon-download:before {
    content: '\64';
}

.icon-edit:before {
    content: '\65';
}

.icon-file:before {
    content: '\66';
}

.icon-reload:before {
    content: '\67';
}

.icon-home:before {
    content: '\68';
}

.icon-information:before {
    content: '\69';
}

.icon-end-call:before {
    content: '\6a';
}

.icon-speaker-on:before {
    content: '\6b';
}

.icon-link:before {
    content: '\6c';
}

.icon-message:before {
    content: '\6d';
}

.icon-ringtone-on:before {
    content: '\6e';
}

.icon-loading-indicator:before {
    content: '\6f';
}

.icon-print:before {
    content: '\70';
}

.icon-search:before {
    content: '\71';
}

.icon-reply:before {
    content: '\72';
}

.icon-synchronize:before {
    content: '\73';
}

.icon-telekom-1T1:before {
    content: '\74';
}

.icon-upload:before {
    content: '\75';
}

.icon-success:before {
    content: '\76';
}

.icon-forward:before {
    content: '\77';
}

.icon-error:before {
    content: '\78';
}

.icon-share:before {
    content: '\79';
}

.icon-zoom-in:before {
    content: '\7a';
}

.icon-navigation-right:before {
    content: '\a7';
}

.icon-maximize:before {
    content: '\dc';
}

.icon-cover-view:before {
    content: '\df';
}

.icon-warning_2:before {
    content: '\e4';
}

.icon-minimize:before {
    content: '\fc';
}

.icon-frame {
    width: 48px;
    height: 48px;
    text-align: center;
    white-space: nowrap;
    padding: 0;
}

    .icon-frame:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

    .icon-frame > .icon {
        display: inline-block;
        height: auto;
        vertical-align: middle;
    }

* {
    box-sizing: border-box;
}

    *:before,
    *:after {
        box-sizing: border-box;
    }

html {
    -webkit-tap-highlight-color: transparent;
}

body {
    color: #262626;
}

a {
    color: #00739f;
    text-decoration: none;
}

    a:focus {
        color: #004c69;
        text-decoration: underline;
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    a:hover {
        color: #00658d;
        text-decoration: underline;
    }

    a:active {
        color: #005778;
    }

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-responsive-vertical {
    display: block;
    max-height: 100%;
    width: auto;
}

.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 {
    padding: 0.25rem 0.75rem;
}

    .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;
        }

.container-fixed {
    max-width: var(--max-width-container);
}

.row {
    margin-left: -12px;
    margin-right: -12px;
}

    .row:before, .row:after {
        content: ' ';
        display: table;
    }

    .row:after {
        clear: both;
    }

.col-l-1, .col-l-2, .col-l-3, .col-l-4, .col-l-5, .col-l-6, .col-l-7, .col-l-8, .col-l-9, .col-l-10, .col-l-11, .col-l-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-m-1, .col-m-2, .col-m-3, .col-m-4, .col-m-5, .col-m-6, .col-m-7, .col-m-8, .col-m-9, .col-m-10, .col-m-11, .col-m-12, .col-s-1, .col-s-2, .col-s-3, .col-s-4, .col-s-5, .col-s-6, .col-s-7, .col-s-8, .col-s-9, .col-s-10, .col-s-11, .col-s-12, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    padding-left: 12px;
    padding-right: 12px;
    position: relative;
    float: left;
    min-height: 1px;
}

.col-l-1 {
    width: 8.33334%;
}

.col-l-2 {
    width: 16.66668%;
}

.col-l-3 {
    width: 25.00001%;
}

.col-l-4 {
    width: 33.33334%;
}

.col-l-5 {
    width: 41.66668%;
}

.col-l-6 {
    width: 50.00001%;
}

.col-l-7 {
    width: 58.33334%;
}

.col-l-8 {
    width: 66.66668%;
}

.col-l-9 {
    width: 75.00001%;
}

.col-l-10 {
    width: 83.33334%;
}

.col-l-11 {
    width: 91.66668%;
}

.col-l-12 {
    width: 100.00001%;
}

.offset-l-0 {
    margin-left: 0;
}

.offset-l-1 {
    margin-left: 8.33333%;
}

.offset-l-2 {
    margin-left: 16.66667%;
}

.offset-l-3 {
    margin-left: 25%;
}

.offset-l-4 {
    margin-left: 33.33333%;
}

.offset-l-5 {
    margin-left: 41.66667%;
}

.offset-l-6 {
    margin-left: 50%;
}

.offset-l-7 {
    margin-left: 58.33333%;
}

.offset-l-8 {
    margin-left: 66.66667%;
}

.offset-l-9 {
    margin-left: 75%;
}

.offset-l-10 {
    margin-left: 83.33333%;
}

.offset-l-11 {
    margin-left: 91.66667%;
}

@media screen and (min-width: 1500px) {
    .col-xl-1 {
        width: 8.33334%;
    }

    .col-xl-2 {
        width: 16.66668%;
    }

    .col-xl-3 {
        width: 25.00001%;
    }

    .col-xl-4 {
        width: 33.33334%;
    }

    .col-xl-5 {
        width: 41.66668%;
    }

    .col-xl-6 {
        width: 50.00001%;
    }

    .col-xl-7 {
        width: 58.33334%;
    }

    .col-xl-8 {
        width: 66.66668%;
    }

    .col-xl-9 {
        width: 75.00001%;
    }

    .col-xl-10 {
        width: 83.33334%;
    }

    .col-xl-11 {
        width: 91.66668%;
    }

    .col-xl-12 {
        width: 100.00001%;
    }

    .offset-xl-0 {
        margin-left: 0;
    }

    .offset-xl-1 {
        margin-left: 8.33333%;
    }

    .offset-xl-2 {
        margin-left: 16.66667%;
    }

    .offset-xl-3 {
        margin-left: 25%;
    }

    .offset-xl-4 {
        margin-left: 33.33333%;
    }

    .offset-xl-5 {
        margin-left: 41.66667%;
    }

    .offset-xl-6 {
        margin-left: 50%;
    }

    .offset-xl-7 {
        margin-left: 58.33333%;
    }

    .offset-xl-8 {
        margin-left: 66.66667%;
    }

    .offset-xl-9 {
        margin-left: 75%;
    }

    .offset-xl-10 {
        margin-left: 83.33333%;
    }

    .offset-xl-11 {
        margin-left: 91.66667%;
    }
}

@media screen and (max-width: 1023px) {
    .col-m-1 {
        width: 8.33334%;
    }

    .col-m-2 {
        width: 16.66668%;
    }

    .col-m-3 {
        width: 25.00001%;
    }

    .col-m-4 {
        width: 33.33334%;
    }

    .col-m-5 {
        width: 41.66668%;
    }

    .col-m-6 {
        width: 50.00001%;
    }

    .col-m-7 {
        width: 58.33334%;
    }

    .col-m-8 {
        width: 66.66668%;
    }

    .col-m-9 {
        width: 75.00001%;
    }

    .col-m-10 {
        width: 83.33334%;
    }

    .col-m-11 {
        width: 91.66668%;
    }

    .col-m-12 {
        width: 100.00001%;
    }

    .offset-m-0 {
        margin-left: 0;
    }

    .offset-m-1 {
        margin-left: 8.33333%;
    }

    .offset-m-2 {
        margin-left: 16.66667%;
    }

    .offset-m-3 {
        margin-left: 25%;
    }

    .offset-m-4 {
        margin-left: 33.33333%;
    }

    .offset-m-5 {
        margin-left: 41.66667%;
    }

    .offset-m-6 {
        margin-left: 50%;
    }

    .offset-m-7 {
        margin-left: 58.33333%;
    }

    .offset-m-8 {
        margin-left: 66.66667%;
    }

    .offset-m-9 {
        margin-left: 75%;
    }

    .offset-m-10 {
        margin-left: 83.33333%;
    }

    .offset-m-11 {
        margin-left: 91.66667%;
    }
}

@media screen and (max-width: 639px) {
    .col-s-1 {
        width: 8.33334%;
    }

    .col-s-2 {
        width: 16.66668%;
    }

    .col-s-3 {
        width: 25.00001%;
    }

    .col-s-4 {
        width: 33.33334%;
    }

    .col-s-5 {
        width: 41.66668%;
    }

    .col-s-6 {
        width: 50.00001%;
    }

    .col-s-7 {
        width: 58.33334%;
    }

    .col-s-8 {
        width: 66.66668%;
    }

    .col-s-9 {
        width: 75.00001%;
    }

    .col-s-10 {
        width: 83.33334%;
    }

    .col-s-11 {
        width: 91.66668%;
    }

    .col-s-12 {
        width: 100.00001%;
    }

    .offset-s-0 {
        margin-left: 0;
    }

    .offset-s-1 {
        margin-left: 8.33333%;
    }

    .offset-s-2 {
        margin-left: 16.66667%;
    }

    .offset-s-3 {
        margin-left: 25%;
    }

    .offset-s-4 {
        margin-left: 33.33333%;
    }

    .offset-s-5 {
        margin-left: 41.66667%;
    }

    .offset-s-6 {
        margin-left: 50%;
    }

    .offset-s-7 {
        margin-left: 58.33333%;
    }

    .offset-s-8 {
        margin-left: 66.66667%;
    }

    .offset-s-9 {
        margin-left: 75%;
    }

    .offset-s-10 {
        margin-left: 83.33333%;
    }

    .offset-s-11 {
        margin-left: 91.66667%;
    }
}

@media screen and (max-width: 319px) {
    .col-xs-1 {
        width: 8.33334%;
    }

    .col-xs-2 {
        width: 16.66668%;
    }

    .col-xs-3 {
        width: 25.00001%;
    }

    .col-xs-4 {
        width: 33.33334%;
    }

    .col-xs-5 {
        width: 41.66668%;
    }

    .col-xs-6 {
        width: 50.00001%;
    }

    .col-xs-7 {
        width: 58.33334%;
    }

    .col-xs-8 {
        width: 66.66668%;
    }

    .col-xs-9 {
        width: 75.00001%;
    }

    .col-xs-10 {
        width: 83.33334%;
    }

    .col-xs-11 {
        width: 91.66668%;
    }

    .col-xs-12 {
        width: 100.00001%;
    }

    .offset-xs-0 {
        margin-left: 0;
    }

    .offset-xs-1 {
        margin-left: 8.33333%;
    }

    .offset-xs-2 {
        margin-left: 16.66667%;
    }

    .offset-xs-3 {
        margin-left: 25%;
    }

    .offset-xs-4 {
        margin-left: 33.33333%;
    }

    .offset-xs-5 {
        margin-left: 41.66667%;
    }

    .offset-xs-6 {
        margin-left: 50%;
    }

    .offset-xs-7 {
        margin-left: 58.33333%;
    }

    .offset-xs-8 {
        margin-left: 66.66667%;
    }

    .offset-xs-9 {
        margin-left: 75%;
    }

    .offset-xs-10 {
        margin-left: 83.33333%;
    }

    .offset-xs-11 {
        margin-left: 91.66667%;
    }
}

.col-hide {
    display: none !important;
}

@media screen and (min-width: 1024px) and (max-width: 1499px) {
    .col-l-hide {
        display: none !important;
    }
}

@media screen and (min-width: 1500px), screen and (max-width: 1023px) {
    .col-l-show {
        display: none !important;
    }
}

@media screen and (min-width: 1500px) {
    .col-xl-hide {
        display: none !important;
    }
}

@media screen and (max-width: 1499px) {
    .col-xl-show {
        display: none !important;
    }
}

@media screen and (min-width: 640px) and (max-width: 1023px) {
    .col-m-hide {
        display: none !important;
    }
}

@media screen and (max-width: 639px), screen and (min-width: 1024px) {
    .col-m-show {
        display: none !important;
    }
}

@media screen and (min-width: 320px) and (max-width: 639px) {
    .col-s-hide {
        display: none !important;
    }
}

@media screen and (max-width: 319px), screen and (min-width: 640px) {
    .col-s-show {
        display: none !important;
    }
}

@media screen and (max-width: 319px) {
    .col-xs-hide {
        display: none !important;
    }
}

@media screen and (min-width: 320px) {
    .col-xs-show {
        display: none !important;
    }
}

h1, .h1 {
    font: var(--telekom-text-style-heading-1);                                                                          
    margin-top: 13px;
    padding-bottom: 4px;
}

    h1.underline, h1.cluster, .h1.underline, .h1.cluster {
        margin-top: 44px;
    }

h2, .h2 {
    font: var(--telekom-text-style-heading-2);
    margin-top: 15px;
    padding-bottom: 6px;
}

    h2.underline, h2.cluster, .h2.underline, .h2.cluster {
        margin-top: 46px;
    }

h3, .h3 {
    font: var(--telekom-text-style-heading-3);
    margin-top: 16px;
    padding-bottom: 7px;
}

    h3.underline, h3.cluster, .h3.underline, .h3.cluster {
        margin-top: 47px;
    }

h4, .h4 {
    font: var(--telekom-text-style-heading-4);
    margin-top: 17px;
    padding-bottom: 8px;
}

    h4.underline, h4.cluster, .h4.underline, .h4.cluster {
        margin-top: 48px;
    }

h5, .h5 {
    font: var(--telekom-text-style-heading-5);
    margin-top: 18px;
    padding-bottom: 8px;
}

    h5.underline, h5.cluster, .h5.underline, .h5.cluster {
        margin-top: 49px;
    }

h6, .h6, h7, .h7, h8, .h8, h9, .h9 {
    font: var(--telekom-text-style-heading-6);
    margin-top: 19px;
    padding-bottom: 9px;
}

    h6.underline, h6.cluster, .h6.underline, .h6.cluster,
    h7.underline, h7.cluster, .h7.underline, .h7.cluster,
    h8.underline, h8.cluster, .h8.underline, .h8.cluster,
    h9.underline, h9.cluster, .h9.underline, .h9.cluster, {
        margin-top: 50px;
    }

p {
    margin: 0;
    padding-top: 6px;
    padding-bottom: 8px;
}

    p.text-xsmall {
        padding-top: 7px;
        padding-bottom: 9px;
    }

    p.text-small {
        padding-top: 7px;
        padding-bottom: 9px;
    }

    p.text-large {
        padding-top: 5px;
        padding-bottom: 8px;
    }

    p.text-xlarge {
        padding-top: 4px;
        padding-bottom: 7px;
    }

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: 9px;
    padding-bottom: 1px;
    font-weight: 200;
}

    .text-marketing-l.underline, .text-marketing-l.cluster {
        margin-top: 40px;
    }

.text-marketing-xl {
    font-size: 60px;
    margin-top: 6px;
    padding-bottom: -1px;
    font-weight: 200;
}

    .text-marketing-xl.underline, .text-marketing-xl.cluster {
        margin-top: 37px;
    }

.text-thin {
    font-weight: 200 !important;
}

.text-semibold {
    font-weight: 600 !important;
}

.text-strong,
.text-bold {
    font-weight: bold !important;
}

.text-emphased,
.text-italic {
    font-style: italic !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-muted {
    color: #918984 !important;
}

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: #262626;
    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: var(--telekom-color-primary-standard);
}

    .text-brand mark {
        color: #fff;
        background-color: var(--telekom-color-primary-standard);
    }

.text-inactive {
    color: #e5e5e5;
}

    .text-inactive mark {
        color: #fff;
        background-color: #e5e5e5;
    }

.list-unordered,
.list-unordered-plain {
    list-style: none;
    margin: 12px 0 0 0;
    padding: 0 0 0 18px;
}

    .list-unordered > li:before,
    .list-unordered-plain > li:before {
        content: '\2013';
        padding-right: 12px;
    }

    .list-unordered .list-ordered,
    .list-unordered .list-unordered,
    .list-unordered .list-unordered-plain,
    .list-unordered-plain .list-ordered,
    .list-unordered-plain .list-unordered,
    .list-unordered-plain .list-unordered-plain {
        margin-top: 0;
    }

.list-unordered-bullet > li:before {
    content: '\25AA';
}

.list-unordered-plain > li:before {
    content: none;
    padding-right: 0;
}

.list-ordered {
    list-style: none;
    margin: 12px 0 0 0;
    padding: 0 0 0 20px;
    counter-reset: list-index;
}

    .list-ordered > li {
        counter-increment: list-index;
    }

    .list-ordered[reversed] > li {
        counter-increment: list-index-1;
    }

    .list-ordered > li:before {
        content: counters(list-index,".") "";
        padding-right: 12px;
    }

    .list-ordered .list-ordered,
    .list-ordered .list-unordered {
        margin-top: 0;
    }

.list-ordered-semibold > li:before {
    font-weight: 600;
}

.list-desc {
    margin-top: 0;
}

    .list-desc > dd {
        margin-left: 0;
        padding-bottom: 8px;
    }

.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: 8px;
}

@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: 3px;
    }

.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: 3px;
    }

.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: 1023px) {
    .text-m-left {
        text-align: left;
    }

    .text-m-center {
        text-align: center;
    }

    .text-m-right {
        text-align: right;
    }
}

@media screen and (max-width: 639px) {
    .text-s-left {
        text-align: left;
    }

    .text-s-center {
        text-align: center;
    }

    .text-s-right {
        text-align: right;
    }
}

@media screen and (min-width: 1500px) {
    .text-xl-left {
        text-align: left;
    }

    .text-xl-center {
        text-align: center;
    }

    .text-xl-right {
        text-align: right;
    }
}

.text-nowrap {
    white-space: nowrap;
}

.text-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.img-round {
    border-radius: 50%;
    vertical-align: bottom;
}

.img-thumbnail {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    padding: 2px;
    border: 1px solid #b2b2b2;
    background: #fff;
}

.img-frame {
    width: 48px;
    height: 48px;
    text-align: center;
    white-space: nowrap;
    padding: 0;
}

    .img-frame:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

    .img-frame > img {
        display: inline-block;
        height: auto;
        vertical-align: middle;
    }

.img-frame-small {
    width: 38px;
    height: 38px;
}

.img-vignette-square {
    display: inline-block;
}

    .img-vignette-square > img {
        outline: 1px solid #000000;
        outline: 1px solid rgba(0, 0, 0, 0.3);
        outline-offset: -1px;
        padding: .5px;
    }

.table {
    width: 100%;
}

    .table > thead > tr > th,
    .table > thead > tr > td,
    .table > tbody > tr > th,
    .table > tbody > tr > td,
    .table > tfoot > tr > th,
    .table > tfoot > tr > td {
        padding: 6px 11px 7px;
        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: 6px 11px 7px;
        border-bottom: 1px solid #b2b2b2;
        margin-bottom: 12px;
    }

.table-hover > tbody > tr > th,
.table-hover > tbody > tr > td {
    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: #141414;
    background-color: #e0e0e0;
    transition-duration: 100ms;
}

.table-striped > tbody > tr:nth-child(odd) > th,
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr.odd > th,
.table-striped > tbody > tr.odd > td {
    background-color: #f2f2f2;
    color: #262626;
}

.table-striped.table-hover > tbody > tr:nth-child(odd):hover > th,
.table-striped.table-hover > tbody > tr:nth-child(odd):hover > td {
    background-color: #e0e0e0;
    color: #141414;
}

.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: #f7fbf4;
    color: #5b991e;
}

.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: #50871a;
    background-color: #e1efd3;
}

.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: #fdfaf5;
    color: #c19932;
}

.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: #af8b2d;
    background-color: #f7eed7;
}

.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: #bf0000;
}

.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: #ad0000;
    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: var(--telekom-color-primary-standard);
    color: #fff;
}

.table-hover > tbody > tr:hover.brand > th, .table-hover > tbody > tr:hover.brand > td,
.table-hover > tbody > tr:hover > th.brand,
.table-hover > tbody > tr:hover > td.brand {
    color: #ededed;
    background-color: #d0006a;
}

.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: #e5e5e5;
}

.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;
}

.table-responsive {
    overflow-x: auto;
    min-height: .01%;
}

@media (max-width: 319px) {
    .table-responsive {
        width: 100%;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #dcdcdc;
    }

        .table-responsive .table {
            margin-bottom: 0;
        }

            .table-responsive .table > thead > tr > th,
            .table-responsive .table > thead > tr > td,
            .table-responsive .table > tbody > tr > th,
            .table-responsive .table > tbody > tr > td,
            .table-responsive .table > tfoot > tr > th,
            .table-responsive .table > tfoot > tr > td {
                white-space: nowrap;
            }
}

.btn {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 18px;
    line-height: 1.2;
    padding: 6px 23px 7px;
    font-weight: normal;
    white-space: nowrap;
    background-image: none;
    text-decoration: none;
    transition: all 150ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

    .btn > .icon {
        margin-top: -1px;
        padding-right: 12px;
    }

    .btn > .icon-right {
        padding-left: 12px;
        padding-right: 0;
    }

    .btn.focus, .btn:focus {
        color: #262626;
        text-decoration: none;
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .btn.hover, .btn:hover {
        text-decoration: none;
        transition-duration: 100ms;
    }

    .btn.disabled, .btn[disabled] {
        cursor: not-allowed;
        background: #f9f9f9;
        border-color: #d5d5d5;
        color: #a5a5a5;
    }

.btn-clean,
.btn-default {
    color: #262626;
    background-color: #ededed;
    border-color: #b2b2b2;
}

    .focus.btn-clean, .btn-clean:focus,
    .btn-default.focus,
    .btn-default:focus {
        color: #262626;
    }

    .hover.btn-clean, .btn-clean:hover,
    .btn-default.hover,
    .btn-default:hover {
        color: #262626;
        background-color: #dbdbdb;
        border-color: #a0a0a0;
    }

    .active.btn-clean, .btn-clean:active,
    .btn-default.active,
    .btn-default:active {
        color: #262626;
        background-color: #c9c9c9;
        border-color: #8b8b8b;
    }

    .disabled.btn-clean, .disabled.focus.btn-clean, .disabled.btn-clean:focus, .disabled.hover.btn-clean, .disabled.btn-clean:hover, [disabled].btn-clean, [disabled].focus.btn-clean, [disabled].btn-clean:focus, [disabled].hover.btn-clean, [disabled].btn-clean:hover,
    .btn-default.disabled,
    .btn-default.disabled.focus,
    .btn-default.disabled:focus,
    .btn-default.disabled.hover,
    .btn-default.disabled:hover,
    .btn-default[disabled],
    .btn-default[disabled].focus,
    .btn-default[disabled]:focus,
    .btn-default[disabled].hover,
    .btn-default[disabled]:hover {
        color: #a5a5a5;
        background: #f9f9f9;
        border-color: #d5d5d5;
    }

.btn-brand {
    color: #fff;
    background-color: var(--telekom-color-primary-standard);
    border-color: #b2005c;
}

    .btn-brand.focus, .btn-brand:focus {
        color: #fff;
    }

    .btn-brand.hover, .btn-brand:hover {
        color: #fff;
        background-color: #d0006a;
        border-color: #a00052;
    }

    .btn-brand.active, .btn-brand:active {
        color: #fff;
        background-color: #be0062;
        border-color: #8b0048;
    }

    .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: #a5a5a5;
        background: #f9f9f9;
        border-color: #d5d5d5;
    }

.btn-positive {
    color: #262626;
    background-color: #6bb324;
    border-color: #548c1c;
}

    .btn-positive.focus, .btn-positive:focus {
        color: #262626;
    }

    .btn-positive.hover, .btn-positive:hover {
        color: #262626;
        background-color: #60a120;
        border-color: #497a18;
    }

    .btn-positive.active, .btn-positive:active {
        color: #262626;
        background-color: #568f1c;
        border-color: #3d6514;
    }

    .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: #a5a5a5;
        background: #f9f9f9;
        border-color: #d5d5d5;
    }

.btn-negative {
    color: #fff;
    background-color: #d90000;
    border-color: #b20000;
}

    .btn-negative.focus, .btn-negative:focus {
        color: #fff;
    }

    .btn-negative.hover, .btn-negative:hover {
        color: #fff;
        background-color: #c70000;
        border-color: #a00000;
    }

    .btn-negative.active, .btn-negative:active {
        color: #fff;
        background-color: #b50000;
        border-color: darkred;
    }

    .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: #a5a5a5;
        background: #f9f9f9;
        border-color: #d5d5d5;
    }

.btn-clean {
    background-color: transparent;
}

    .btn-clean, .btn-clean.focus, .btn-clean:focus, .btn-clean.hover, .btn-clean:hover, .btn-clean.active, .btn-clean:active {
        border-color: transparent;
    }

.btn-small {
    font-size: 15px;
    padding: 5px 23px 6px;
}

.btn-large {
    font-size: 21px;
    padding: 10px 23px 11px;
}

.btn-icon {
    padding: 6px 17px 7px;
}

    .btn-icon .icon {
        padding: 0;
    }

.btn-minimal {
    padding: 6px 11px 7px;
}

.btn-block {
    width: 100%;
}

.btn-sectioned {
    display: block;
}

    .btn-sectioned:before, .btn-sectioned:after {
        content: ' ';
        display: table;
    }

    .btn-sectioned:after {
        clear: both;
    }

    .btn-sectioned > .btn,
    .btn-sectioned > .pager,
    .btn-sectioned > .pager + .pager {
        margin-left: -1px;
        margin-right: 0;
        float: left;
        position: relative;
    }

        .btn-sectioned > .btn:hover,
        .btn-sectioned > .pager:hover,
        .btn-sectioned > .pager + .pager:hover {
            z-index: 2;
        }

        .btn-sectioned > .btn:focus, .btn-sectioned > .btn: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 > .pager:first-child,
        .btn-sectioned > .pager + .pager:first-child {
            margin-left: 0;
        }

        .btn-sectioned > .btn: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 > .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: #262626;
    display: block;
    font-size: 18px;
    line-height: 1.2;
    padding: 6px 11px 7px;
    width: 100%;
    -webkit-appearance: none;
    transition: all 150ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

    .form-input::-webkit-input-placeholder {
        color: #6b6b6b;
    }

    .form-input:-moz-placeholder {
        color: #6b6b6b;
    }

    .form-input::-moz-placeholder {
        color: #6b6b6b;
    }

    .form-input:-ms-input-placeholder {
        color: #6b6b6b;
    }

    .form-input.hover, .form-input:hover {
        background-color: #ededed;
        transition-duration: 100ms;
    }

    .form-input.focus, .form-input:focus {
        background-color: #fff;
        border-color: var(--telekom-color-primary-standard);
        outline: 0;
        box-shadow: inset 0 1px 1px #000000, 0 0 8px var(--telekom-color-primary-standard);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(226, 0, 116, 0.6);
    }

.form-input.active, .form-input:active {
        background-color: #d8d8d8;
    }

    .form-input.disabled, .form-input.readonly, .form-input[disabled], .form-input[readonly] {
        background-color: #fff;
        border-color: #d5d5d5;
        color: #a5a5a5;
        cursor: not-allowed;
        resize: none;
    }

        .form-input.disabled::-webkit-input-placeholder, .form-input.readonly::-webkit-input-placeholder, .form-input[disabled]::-webkit-input-placeholder, .form-input[readonly]::-webkit-input-placeholder {
            color: #eaeaea;
        }

        .form-input.disabled:-moz-placeholder, .form-input.readonly:-moz-placeholder, .form-input[disabled]:-moz-placeholder, .form-input[readonly]:-moz-placeholder {
            color: #eaeaea;
        }

        .form-input.disabled::-moz-placeholder, .form-input.readonly::-moz-placeholder, .form-input[disabled]::-moz-placeholder, .form-input[readonly]::-moz-placeholder {
            color: #eaeaea;
        }

        .form-input.disabled:-ms-input-placeholder, .form-input.readonly:-ms-input-placeholder, .form-input[disabled]:-ms-input-placeholder, .form-input[readonly]:-ms-input-placeholder {
            color: #eaeaea;
        }

textarea.form-input {
    min-height: 34px;
}

.decoration-positive .form-input {
    background-color: #f7fbf4;
    border-color: #548c1c;
}

    .decoration-positive .form-input.hover, .decoration-positive .form-input:hover {
        background-color: #f0f7e9;
        border-color: #497a18;
    }

    .decoration-positive .form-input.focus, .decoration-positive .form-input:focus {
        background-color: #fff;
        box-shadow: inset 0 1px 1px #000000, 0 0 6px #87d737;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #87d737;
    }

.decoration-positive .form-input.active, .decoration-positive .form-input:active {
        background-color: #e8f3de;
        border-color: #3d6514;
    }

.decoration-warning .form-input {
    background-color: #fdfaf5;
    border-color: #b48e2f;
}

    .decoration-warning .form-input.hover, .decoration-warning .form-input:hover {
        background-color: #fbf6eb;
        border-color: #a27f2a;
    }

    .decoration-warning .form-input.focus, .decoration-warning .form-input:focus {
        background-color: #fff;
        box-shadow: inset 0 1px 1px #000000, 0 0 6px #dabb6f;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dabb6f;
    }

.decoration-warning .form-input.active, .decoration-warning .form-input:active {
        background-color: #f9f2e1;
        border-color: #8d6f25;
    }

.decoration-negative .form-input {
    background-color: #fdf2f2;
    border-color: #b20000;
}

    .decoration-negative .form-input.hover, .decoration-negative .form-input:hover {
        background-color: #fbe5e5;
        border-color: #a00000;
    }

    .decoration-negative .form-input.focus, .decoration-negative .form-input:focus {
        background-color: #fff;
        box-shadow: inset 0 1px 1px #000000, 0 0 6px #ff1919;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff1919;
    }

.decoration-negative .form-input.active, .decoration-negative .form-input:active {
        background-color: #f9d8d8;
        border-color: darkred;
    }

.form-input-set {
    display: block;
    margin-bottom: 12px;
}

    .form-input-set > label {
        display: block;
        font-size: 15px;
        margin-top: 7px;
        margin-bottom: 3px;
    }

.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: #a5a5a5;
    }

    .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: #6b6b6b;
        display: block;
        width: 100%;
        box-sizing: content-box;
        padding: 0 12px;
        margin: 0 -12px;
        padding-bottom: 8px;
        border-bottom: 1px solid #b2b2b2;
    }

        .form-fieldset > legend + * {
            -webkit-margin-top-collapse: separate;
            margin-top: 12px;
        }

.form-select {
    border: 1px solid var(--scl-color-background-darker);
    border-radius: 4px;
    color: #262626;
    display: block;
    font-size: 18px;
    line-height: 1.2;
    padding: 6px 11px 7px;
    width: 100%;
    transition: all var(--telekom-motion-duration-animation) step-end;
    transition: background var(--telekom-motion-duration-animation) ease;
    transition: border-color var(--telekom-motion-duration-animation) ease;
}

    .form-select option {
        background-color: #fff;
    }

    .form-select.focus, .form-select:focus {
        background-color: #ededed;
        outline: 0;
    }

    .form-select.hover, .form-select:hover {
        background: var(--scl-color-background-light);
        border: 1px solid #222;
    }

    .form-select.active, .form-select:active {
        background-color: #c6c6c6;
    }

    .form-select.disabled, .form-select.readonly, .form-select[disabled], .form-select[readonly] {
        background-color: #f7f7f7;
        border-color: #d5d5d5;
        color: #a5a5a5;
        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: #eaeaea;
        }

        .form-select.disabled:-moz-placeholder, .form-select.readonly:-moz-placeholder, .form-select[disabled]:-moz-placeholder, .form-select[readonly]:-moz-placeholder {
            color: #eaeaea;
        }

        .form-select.disabled::-moz-placeholder, .form-select.readonly::-moz-placeholder, .form-select[disabled]::-moz-placeholder, .form-select[readonly]::-moz-placeholder {
            color: #eaeaea;
        }

        .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: #eaeaea;
        }

.has-icon {
    position: relative;
}

    .has-icon .form-input {
        padding-left: 36px;
    }

.input-group-large .has-icon .form-input {
    padding-left: 52px;
}

.form-icon {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    display: block;
    text-align: center;
    pointer-events: none;
    width: 36px;
    height: 36px;
    line-height: 36px;
}

.fade {
    opacity: 0;
    transition: opacity .3s ease-out;
}

    .fade.in {
        opacity: 1;
    }

.slide {
    width: 0;
    transition: width 150ms cubic-bezier(0.6, 0, 0.7, 0.2);
}

.nav {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

    .nav:before, .nav:after {
        content: ' ';
        display: table;
    }

    .nav:after {
        clear: both;
    }

    .nav > li {
        position: relative;
        display: block;
    }

        .nav > li > a {
            position: relative;
            display: block;
            padding: 8px 12px 10px;
        }

            .nav > li > a.focus, .nav > li > a:focus {
                color: #262626;
                text-decoration: none;
                outline: thin dotted;
                outline: 5px auto -webkit-focus-ring-color;
                outline-offset: -2px;
            }

            .nav > li > a.hover, .nav > li > a:hover {
                text-decoration: none;
                transition-duration: 100ms;
            }

.nav-inline > li {
    display: inline-block;
}

.navbar {
    min-height: 78px;
    position: relative;
    top: 0;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
}

    .navbar:before, .navbar:after {
        content: ' ';
        display: table;
    }

    .navbar:after {
        clear: both;
    }

.navbar-persistent:before, .navbar-persistent:after {
    content: ' ';
    display: table;
}

.navbar-persistent:after {
    clear: both;
}

@media (min-width: 1024px) {
    .navbar-persistent {
        float: right;
    }
}

@media (max-width: 1023px) {
    .active ~ .navbar-persistent {
        height: 0;
        overflow: hidden;
    }
}

.container-fluid > .navbar-persistent,
.container-fixed > .navbar-persistent {
    margin-right: -12px;
    margin-left: -12px;
}

.navbar-nav {
    padding: 1rem 0 0.5rem 0;
}

    .navbar-nav > li {
        float: left;
        margin-left: 12px;
        margin-right: 12px;
    }

        .navbar-nav > li > a {
            border-radius: 3px;
            font-size: 21px;
            color: #262626;
            background-color: #fff;
            border-color: transparent;
            padding-top: 5px;
            padding-bottom: 6px;
        }

            .navbar-nav > li > a.focus, .navbar-nav > li > a:focus {
                color: #262626;
            }

            .navbar-nav > li > a.hover, .navbar-nav > li > a:hover {
                color: #262626;
                background-color: #ededed;
                border-color: transparent;
            }

            .navbar-nav > li > a.active, .navbar-nav > li > a:active {
                color: #262626;
                background-color: #dbdbdb;
                border-color: transparent;
            }

            .navbar-nav > li > a.disabled, .navbar-nav > li > a.disabled.focus, .navbar-nav > li > a.disabled:focus, .navbar-nav > li > a.disabled.hover, .navbar-nav > li > a.disabled:hover, .navbar-nav > li > a[disabled], .navbar-nav > li > a[disabled].focus, .navbar-nav > li > a[disabled]:focus, .navbar-nav > li > a[disabled].hover, .navbar-nav > li > a[disabled]:hover {
                color: #a5a5a5;
                background: #f9f9f9;
                border-color: #d5d5d5;
            }

.navbar-portalname {
    float: left;
    font-size: 21px;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 24px;
    padding-left: 12px;
    padding-right: 12px;
    margin-right: 24px;
    display: none;
}

@media (min-width: 1024px) {
    .navbar-portalname {
        display: block;
    }
}

.navbar-default {

    background-color: #fff;
    border-color: #dcdcdc;
    color: #262626;
}

    .navbar-default .navbar-icons > li > a {
        font-size: 26px;
        padding: 1px 5px 4px;
    }

.navbar-btn {
    float: left;
    padding-left: 11px;
    padding-right: 11px;
    padding-bottom: 5px;
}

    .navbar-btn > .icon {
        padding: 0;
    }

.navbar-left {
    float: left;
}

.navbar-right {
    float: right;
}

.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: #ededed;
            border: 1px solid #b2b2b2;
            transition: all 150ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
        }

            .pagination > li > a.focus, .pagination > li > a:focus {
                background-color: #b7b7b7;
                border-color: #7c7c7c;
                outline: 0;
            }

            .pagination > li > a.hover, .pagination > li > a:hover {
                background-color: #dbdbdb;
                border-color: #a0a0a0;
                transition-duration: 100ms;
            }

            .pagination > li > a.active, .pagination > li > a:active {
                background-color: #c6c6c6;
                border-color: #8b8b8b;
            }

    .pagination > .active > a {
        background-color: var(--telekom-color-primary-standard);
        border-color: #bb0060;
        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: #ac0058;
            border-color: #850044;
        }

        .pagination > .active > a.hover, .pagination > .active > a:hover {
            background-color: #d0006a;
            border-color: #a90056;
        }

        .pagination > .active > a.active, .pagination > .active > a:active {
            background-color: #bb0060;
            border-color: #94004c;
        }

    .pagination > .disabled > a,
    .pagination > .disabled > a:hover,
    .pagination > .disabled > a:focus,
    .pagination > .disabled > a:active {
        background-color: #ededed;
        border-color: #d8d8d8;
        cursor: not-allowed;
    }

.pagination-small > li > a,
.pagination-small > li > span {
    width: 8px;
    height: 8px;
    margin: 0 2px;
}

.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: #6b6b6b;
    font-size: 15px;
}

.badge {
    background-color: #ededed;
    border-radius: 3px;
    color: #262626;
    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;
    }

.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: var(--telekom-color-primary-standard);
    color: #fff;
}

.badge-dark {
    background-color: #383838;
    color: #fff;
}

.modal-open {
    overflow: hidden;
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: 6000;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

    .modal:empty {
        display: none;
    }

    .modal.fade .modal-dialog {
        -ms-transform: translate(0, -25%);
        transform: translate(0, -25%);
        transition: transform 0.3s ease-out;
    }

    .modal.in .modal-dialog {
        -ms-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;
    box-shadow: 0 1px 3px #000000;
    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: 640px) {
    .modal-dialog {
        width: 600px;
        margin: 24px auto;
    }

    .modal-small {
        width: 480px;
    }
}

@media (min-width: 1024px) {
    .modal-large {
        width: 840px;
    }
}

.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: black;
            outline: 0;
        }

        .notification-dismissible > .close.hover, .notification-dismissible > .close:hover {
            color: #141414;
        }

        .notification-dismissible > .close.active, .notification-dismissible > .close:active {
            color: black;
        }

.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 #000000;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.45);
}

.notification-positive {
    background-color: #f7fbf4;
    border-color: #548c1c;
    color: #262626;
}

    .notification-positive > .notification-badge {
        background-color: #262626;
        color: #f7fbf4;
    }

    .notification-positive > .close.focus, .notification-positive > .close:focus {
        color: black;
    }

    .notification-positive > .close.hover, .notification-positive > .close:hover {
        color: #141414;
    }

    .notification-positive > .close.active, .notification-positive > .close:active {
        color: black;
    }

.notification-warning {
    background-color: #fdfaf5;
    border-color: #b48e2f;
    color: #262626;
}

    .notification-warning > .notification-badge {
        background-color: #262626;
        color: #fdfaf5;
    }

    .notification-warning > .close.focus, .notification-warning > .close:focus {
        color: black;
    }

    .notification-warning > .close.hover, .notification-warning > .close:hover {
        color: #141414;
    }

    .notification-warning > .close.active, .notification-warning > .close:active {
        color: black;
    }

.notification-negative {
    background-color: #fdf2f2;
    border-color: #b20000;
    color: #262626;
}

    .notification-negative > .notification-badge {
        background-color: #262626;
        color: #fdf2f2;
    }

    .notification-negative > .close.focus, .notification-negative > .close:focus {
        color: black;
    }

    .notification-negative > .close.hover, .notification-negative > .close:hover {
        color: #141414;
    }

    .notification-negative > .close.active, .notification-negative > .close:active {
        color: black;
    }

.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;
    transition: all 150ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    background: #fff;
    background-image: none;
    border: 1px solid #b2b2b2;
    color: #262626;
    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;
    }

        .pager > .icon.right {
            padding-left: 12px;
            padding-right: 0;
            margin-left: 0;
            margin-right: -6px;
        }

    .pager.focus, .pager:focus {
        text-decoration: none;
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .pager.hover, .pager:hover {
        text-decoration: none;
        background-color: #ededed;
        border-color: #a0a0a0;
        transition-duration: 100ms;
    }

    .pager.active, .pager:active {
        text-decoration: none;
        background-color: #d8d8d8;
        border-color: #8b8b8b;
    }

    .pager.disabled, .pager[disabled] {
        cursor: not-allowed;
        background: #f9f9f9;
        border-color: #d5d5d5;
        color: #a5a5a5;
    }

.pager-small {
    font-size: 15px;
    padding: 5px 23px 6px;
}

.pager-large {
    font-size: 21px;
    padding: 10px 23px 11px;
}

.pager-icon {
    padding: 6px 11px 7px;
    padding-left: 0;
    padding-right: 0;
    width: 36px;
}

    .pager-icon.pager-small {
        width: 32px;
    }

    .pager-icon.pager-large {
        width: 48px;
        height: 48px;
    }

        .pager-icon.pager-large .icon {
            font-size: 36px;
            padding: 1px 0 0 2px;
        }

    .pager-icon .icon {
        padding: 0;
        margin-left: 0;
        margin-right: 0;
    }

.pager + .pager {
    margin-left: 24px;
}

.pager-minimal {
    padding: 6px 11px 7px;
}

.pager-block {
    width: 100%;
}

.pager-clean {
    border-color: transparent;
}

    .pager-clean.hover, .pager-clean:hover {
        text-decoration: none;
        border-color: transparent;
    }

    .pager-clean.active, .pager-clean:active {
        text-decoration: none;
        border-color: transparent;
    }

.close {
    color: inherit;
    border: 0;
    padding: 0;
    cursor: pointer;
    font-size: 24px;
    line-height: 1;
    font-family: 'TeleIconUi';
    float: right;
    background: none;
    margin-top: -1px;
}

.cancel {
    color: inherit;
    border: 0;
    padding: 0;
    cursor: pointer;
    font-size: 24px;
    line-height: 1;
    float: right;
    background: none;
    margin-top: -1px;
}

.totop {
    position: fixed;
    z-index: 5000;
    bottom: -50px;
    opacity: 0;
    left: 0;
    width: 100%;
    height: 1px;
    transform: translateZ(0);
    transition: all 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

    .totop .btn {
        float: right;
        position: relative;
        right: 12px;
        bottom: 48px;
    }

        .totop .btn.mobile {
            right: 24px;
            bottom: 60px;
        }

.collapse {
    display: none;
}

    .collapse.in {
        display: block;
    }

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition-property: height, visibility;
    transition-duration: .35s;
    transition-timing-function: ease;
}

.collapse-open {
    margin-top: -48px;
    margin-left: 12px;
    display: block;
    opacity: 0;
    transition: opacity 150ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

    .collapse-open.collapsed {
        opacity: 1;
    }

.expandable-hidden {
    height: 0;
    display: none;
    visibility: hidden;
}

.expandable-visible {
    display: block;
    visibility: visible;
}

.expanable-container {
    overflow: hidden;
    display: 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;
}
