/*
 * app css stylesheet
 */

/*********************************************************
 * directive "loading-container"
 */
.loading-container {
    position: relative;
}

.loading-container .loading:before, .loading-container .loading:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: 50px;
    min-width: 50px;
}

.loading-container .loading:before {
    background-color: white;
    opacity: 0.2;
}

/***********************************************************
 * Custom telecom fonts
 */

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

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

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

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

@font-face {
    font-family: 'TeleLogo';
    src: url('../fonts/telelogo-webfont.eot');
    src: url('../fonts/telelogo-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/telelogo-webfont.woff') format('woff'), url('../fonts/telelogo-webfont.ttf') format('truetype'), url('../fonts/telelogo-webfont.svg#telelogoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

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

/*****************************************************************************
 * Styles used all across the application
 */

body {
    color: #4B4B4B;
    font-family: TeleGrotesk, Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 18.75px;
    overflow-x: hidden;
}

.container {
    max-width: 970px;
}

.btn {
    font-size: 15px;
    line-height: 1.875em;
    height: 1.875em;
    padding: 0 1.25em;
}

* {
    border: 0 none;
    font-size: 15px;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

b, strong {
    font-family: TeleGroteskFet, Arial, Helvetica, sans-serif;
    font-weight: 400;
}

img {
    border: 0 none;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

@media (min-width: 767px) {
    .cap_checkbox {
        padding-top: 20px;
    }
}

.cap_alert_box {
    background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
    background-image:         linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
    background-repeat: repeat-x;
    border-color: #f5e79e;
    border-bottom: 1px solid #D0D0D0;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    padding-bottom: 7px;
    padding-left: 17px;
    padding-top: 7px;
    background-color: #fcf8e3;
}
.cap_alert_box_text {
    color: #8a6d3b;
    font-size: 20px;
}

.cap_checkbox .checkbox {
    display: inline;
    position: relative;
    height: 20px;
    width: 20px;
}

.cap_checkbox .checkbox {
    cursor: pointer;
}

.cap_checkbox .checkbox .border:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border-width: 1px;
    border-style: solid;
    border-color: #CCC;
    border-radius: 3px; padding: 0;
    -moz-box-shadow:    inset 0 0 5px #EDEDED;
    -webkit-box-shadow: inset 0 0 5px #EDEDED;
    box-shadow:         inset 0 0 5px #EDEDED;
    background-color: white;
}

.cap_checkbox input[type="checkbox"] + .checkbox .check:after {
    content: '';
    opacity: 0;
    position: absolute;
    width: 12px;
    height: 5px;
    background: transparent;
    top: 7px;
    left: 4px;
    border: 3px solid #6bb324;
    border-top: none;
    border-right: none;

    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.cap_checkbox input[type="checkbox"]:checked + .checkbox .check:after {
    opacity: 1;
}

.cap_checkbox .text {
    font-weight: normal;
    padding-left: 4px;
}

.cap_checkbox div.cap_order_inputerror {
    padding-bottom: 4px;
}

input[type="text"], input[type="email"], input[type="password"], input.default[type="text"], input.default[type="email"], input.default[type="password"] {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: #C6C6C6 #D0D0D0 #D0D0D0;
    border-image: none;
    border-radius: 0.20833em;
    border-right: 1px solid #D0D0D0;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15) inset, 0 1px 0 0 #FFFFFF;
    color: #4B4B4B;
    font-family: TeleGrotesk, Arial, Helvetica, sans-serif;
    height: 1.875em;
    line-height: 1.875em;
    padding: 0 0.625em;
    width: 100%;
}

input[type="text"]:hover, input[type="email"]:hover, input[type="password"]:hover, input.hover[type="text"], input.hover[type="email"], input.hover[type="password"],
input.default[type="text"]:hover, input.default[type="password"]:hover, input.default.hover[type="text"], input.default.hover[type="password"] {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #EDEDED;
    border-color: #B5B5B5 #BFBFBF #BFBFBF;
    border-image: none;
    border-right: 1px solid #BFBFBF;
    border-style: solid;
    border-width: 1px;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, input.default[type="text"]:focus, input.default[type="email"]:focus, input.default[type="password"]:focus {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: #B5B5B5 #BFBFBF #BFBFBF;
    border-image: none;
    border-right: 1px solid #BFBFBF;
    border-style: solid;
    border-width: 1px;
    outline: 0 none;
}

input[type="text"]:active, input[type="email"]:active, input[type="password"]:active, input.active[type="text"], input.active[type="email"], input.active[type="password"],
input.default[type="text"]:active, input.default[type="password"]:active, input.default.active[type="text"], input.default.active[type="password"] {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #D9D9D9;
    border-color: #A1A1A1 #ABABAB #ABABAB;
    border-image: none;
    border-right: 1px solid #ABABAB;
    border-style: solid;
    border-width: 1px;
}

input[type="password"] {
    font-family: arial, helvetica, clean, sans-serif !important;
}

.seperator {
    border-top: 1px solid #d0d0d0;
    width: 100%;
    height: 1px;
    margin-left: 0;
    margin-top: 10px;
    margin-bottom: 13px;
    clear: both;
}

/*
 * fixes for accordeon (used in catalogue)
 */
.accordion-toggle {
    display: block;
    cursor: pointer;
    /*margin: 10px 15px; */
}

.panel-heading {
    /*padding: 0px;*/
}

/*
 * collapse link
 */
.button-collapse {
    cursor: pointer;
}

.button-collapse .icon {
    width: 15px;
    height: 15px;
    float: left;
    margin: 2px 5px 0 0;
}

.button-collapse.closed .icon {
    background-position: right top;
}


/*
 * error dialog
 */

.error-content {
    margin: 15px;
}

/*
 * rounded-box
 */

.rounded-box {
    background-clip: padding-box;
    border: 1px solid #D0D0D0;
    border-radius: 5px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    margin-top: 10px;
}

.rounded-box-header {
    background-image: linear-gradient(to bottom, #FFFFFF 0%, #E0E0E0 100%);
    border-bottom: 1px solid #D0D0D0;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
}

.rounded-box-header.no-content {
    background-clip: padding-box;
    border-bottom: medium none;
    border-radius: 5px;
    color: #696969;
    padding-bottom: 4px;
    padding-left: 17px;
    padding-top: 6px;
}

.rounded-box-header h2, .rounded-box-header-text {
    font-size: 15px;
    color: #696969;
    padding-bottom: 4px;
    padding-left: 17px;
    padding-top: 6px;
    display: block;
}

.rounded-box-content {
    overflow: hidden;
}

.rounded-box-footer {
    background-clip: padding-box;
    border-radius: 0 0 5px 5px;
}

/*
 * pagination
 */

.cap_pagination_container {
    color: #999999;
    margin: 0 0 -20px;
    padding: 54px 0 10px;
    position: relative;
}

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

@media (min-width: 767px) {
    .cap_pagination_container .cap_pagination_text {
        padding: 0;
        float: left;
        position: absolute;
        text-align: left;
    }
}

.cap_pagination_container .cap_pagination_nav {
    text-align: center;
    color: #999999;
}

@media (min-width: 767px) {
    .cap_pagination_container .cap_pagination_nav {
        padding-left: 120px;
        padding-right: 120px;
    }
}

.cap_pagination_container .cap_pagination_nav ul {
    display: inline-block;
    margin: 0;
}

.cap_pagination_container .cap_pagination_nav ul li a {
    overflow: hidden;
    width: 23px;
    height: 23px;
    border-radius: 4px;
    margin: 3px;
    padding: 0;
}

.cap_pagination_container .cap_pagination_nav ul {
    display: inline-block;
    overflow: hidden;
}

.cap_pagination_container .cap_pagination_nav ul li.active a {
    background: none repeat scroll 0 0 #e20074;
    color: #ffffff
}

.cap_pagination_container .cap_pagination_nav ul li a {
    color: #000000;
}

.cap_pagination_icon_container {
    position: relative
}

.cap_pagination_icon {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

.cap_pagination_icon_left {
    left: 20%;
}

.cap_pagination_icon_right {
    right: 20%;
}

.pagination > .active > a, .pagination > .active > span {
    border-color: #ddd;
}

.cap_pagination_icon_container.disabled {
    cursor: not-allowed;
}

/*
 * Progress indicator
 */
.progress-indicator {
    padding: 20px 0;
}

.progress-indicator .highlight .inner {
    background-image: url('../img/pbar_active_mid_base_large_full.png') !important;
}

.progress-indicator .highlight.last .inner {
    background-image: url('../img/pbar_active_mid_base_large_half.png') !important;
}

.progress-indicator .highlight.last.center .inner .image .text {
    background-image: url('../img/pbar_active_right.png');
}

.progress-indicator .highlight.last.left .inner .image .text {
    background-image: url('../img/pbar_active.png');
}

.progress-indicator .highlight.last.right .inner {
    background-image: url('../img/pbar_active_mid_base_large_full.png') !important;
}

.progress-indicator .highlight.last.left .inner {
    background-image: url('../img/pbar_mid_base_large.png') !important;
}

.progress-indicator .highlight.left .inner .image .text {
    background-image: url('../img/pbar_active_left.png');
}

.progress-indicator .highlight.center .inner .image .text {
    background-image: url('../img/pbar_active_mid.png');
}

.progress-indicator .highlight.right .inner .image .text {
    background-image: url('../img/pbar_active_right.png');
}

.progress-indicator .highlight .inner .image .text {
    color: white !important;
}

.progress-indicator .highlight .description {
    color: black !important;
}

.progress-indicator .description {
    padding: 5px 10px;
    text-align: center;
    color: #c0c0c0;
}

.progress-indicator .description strong {
    word-wrap: break-word;
    font-size: 14px;
}

@media (max-width: 767px) {
    .progress-indicator .description strong {
        font-size: 12px;
    }
}

.progress-indicator .left,
.progress-indicator .center,
.progress-indicator .right {
    float: left;
    overflow: hidden;
}

.progress-indicator .left .inner,
.progress-indicator .center .inner,
.progress-indicator .right .inner {
    height: 30px;
    background: no-repeat center center;
}

.progress-indicator .left .inner .image,
.progress-indicator .center .inner .image,
.progress-indicator .right .inner .image {
    height: 30px;
    width: 28px;
    background: no-repeat center center;
}

.progress-indicator .left .inner .image .text,
.progress-indicator .center .inner .image .text,
.progress-indicator .right .inner .image .text {
    background: no-repeat center center;
    height: 30px;
    font-family: 'TeleGroteskFet', Arial, Verdana, Helvetica, sans-serif;
    line-height: 30px;
    font-size: 12px;
    text-align: center;
    color: #c0c0c0;
}

.progress-indicator .left {
    width: 24.999999%;
}

.progress-indicator .left .inner {
    margin-left: 50%;
    background-image: url('../img/pbar_mid_base_large.png');
}

.progress-indicator .left .inner .image {
    position: relative;
    left: -15px;
    background-image: url('../img/pbar_left.png');
}

.progress-indicator .left .inner .image .text {
    margin-left: 2px;
}

.progress-indicator .center {
    width: 24.9%;
}

.progress-indicator .center .inner {
    background-image: url('../img/pbar_mid_base_large.png');
}

.progress-indicator .center .inner .image {
    margin-left: auto;
    margin-right: auto;
    background-image: url('../img/pbar_mid.png');
}

.progress-indicator .right {
    width: 24.9%;
}

.progress-indicator .right .inner {
    width: 50%;
    margin-right: 50%;
    background-image: url('../img/pbar_mid_base_large.png');
}

.progress-indicator .right .inner .image {
    margin-left: auto;
    margin-right: 0;
    position: relative;
    left: 15px;
    background-image: url('../img/pbar_right.png');
}

.progress-indicator .right .inner .image .text {
    margin-right: 2px;
}

.progress-indicator.steps-3 .left {
    width: 33.33333333%;
}

.progress-indicator.steps-3 .center,
.progress-indicator.steps-3 .right {
    width: 33.33%;
}

.progress-indicator.steps-2 .left,
.progress-indicator.steps-2 .right {
    width: 50%;
}


/*****************************************************************************
 * Index, header and footer
 */

/*
 * Header: logo and claim.
 */
.cap_header {
    display: block;
    height: 110px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.cap_header span {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.cap_header img {
    max-height: 90px;
    vertical-align: middle;
}

@media (max-width: 767px) {
    .cap_header {
        height: 72px;
    }

    .cap_header img {
        max-height: 52px;
    }
}

.cap_header_with_claim {
    display: none;
}

/*
 * Header: navigation bar
 */

.cap_navigation {
    background-image: linear-gradient(to bottom, #FFFFFF, #F2F2F2);
    background-clip: padding-box;
    border: 1px solid #D0D0D0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 0;
    margin: 0;
    height: 50px;
}

.cap_navigation:nth-child(n) {
    /*    filter: none; */
}

.cap_navigation .container-fluid {
    padding: 0;
    min-height: 30px;
}

.cap_navigation_links {

}

.cap_navigation_links a {
    display: inline-block;
    height: 48px;
    padding: 10px;
    font-size: 15px;
    line-height: 1.875em;
    background-image: linear-gradient(to bottom, #FFFFFF 0%, #E0E0E0 100%);
    background-repeat: repeat-x;
    border-color: #CCCCCC;
    text-shadow: 0 1px 0 #FFFFFF;
    color: #333333;
    border-right: 1px solid #CCCCCC;
}

.cap_navigation_links a:first-child {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

.cap_navigation_links a:hover {
    text-decoration: none;
    background-color: #E0E0E0;
    background-image: none;
    /*    filter: none; */
}

.cap_navigation_links a.active {
    background-color: #E0E0E0;
    background-image: none;
    /*    filter: none; */
    background-color: #D0D0D0;
}

.cap_navigation a.btn {
    margin-right: 8px;
    margin-left: 0;
}

.cap_navigation_profile {
    background: url("../img/profile-bg.png") no-repeat scroll left center;
    float: right !important;
    height: 30px;
    overflow: visible;
    padding-right: 8px;
    vertical-align: middle;
    line-height: 15px;
    margin-top: 10px;
}

.cap_navigation_profile_text {
    padding-left: 25px;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    padding-right: 5px;
    margin-top: 6px;
}

.cap_navigation_profile_msisdn {
    vertical-align: middle;
    height: 30px;
}

.cap_navigation_profile_text.cap_navigation_profile_access_shown {
    margin-top: 0;
}

.cap_navigation_profile_access {
    display: block;
    font-size: 11px;
    vertical-align: middle;
}

.cap_navigation_logout {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: right !important;
    height: 30px;
    margin-top: 10px;
    margin-right: 10px;
}

.cap_navigation_logout_button {
    margin: 0 !important;
}

.cap_navigation_icon:before {
    font-family: Tele-Icon;
    content: "c";
}

/*
 * Header: breadcrumb
 */

.cap_breadcrumb {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #999999;
    font-size: 13px;
    margin-bottom: 0;
    margin-top: 10px;
    padding: 0 0 8px 11px;
}

/*
 * Header: teaser
 */

.cap_teaser {
    display: block;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}

.cap_teaser_element {
    left: 20px;
    padding: 20px;
    position: absolute;
    top: 20px;
    zoom: 1;
}

.cap_teaser_e1:nth-child(n), .cap_teaser_e3:nth-child(n), .cap_teaser_e3:nth-child(n) {
    /*    filter: none; */
}

.cap_teaser_e1 {
    background: rgb(45, 108, 162);
    background: transparent \9;
    background: rgba(45, 108, 162, 0.5);
    padding-bottom: 30px;
    padding-right: 60px;
}

.cap_teaser_e2 {
    background: rgb(45, 108, 162);
    background: transparent \9;
    background: rgba(45, 108, 162, 0.3);
    padding-bottom: 50px;
    padding-right: 40px;
}

.cap_teaser_e3 {
    background-color: #2D6CA2;
    color: #FFFFFF;
}

.cap_teaser_title {
    font-size: 32px;
    font-weight: 400;
    line-height: 30px;
    text-transform: uppercase;
    font-family: 'TeleGroteskHUlt', Arial, Helvetica, sans-serif;
    margin: 0;
}

.cap_teaser_subtitle {
    font-size: 26px;
    font-weight: normal;
    line-height: 30px;
    text-transform: uppercase;
    font-family: 'TeleGrotesk', Arial, Helvetica, sans-serif;
    margin: 0;
}

/*
 * Footer
 */
.cap_footer {
    border-top: 1px solid #D0D0D0;
    color: #999999;
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: hidden;
    vertical-align: middle;
    font-size: 13px;
}

.cap_footer a {
    color: #0090c4 !important;
    padding-right: 8px;
}

.cap_footer_to_top {
    float: right !important;
    overflow: hidden;
    text-decoration: underline;
}

.cap_footer_footnotes {
    margin-top: 20px;
}

/*****************************************************************************
 * logout page
 */

.cap_logout_text {
    margin: 15px;
}

/*****************************************************************************
 * catalogue
 */

/*
 * catalogue: filter
 */

.cap_catalogue_filter_collapse {
    display: block;
    height: 15px;
    margin-bottom: 10px;
    float: right;
}

.cap_catalogue_filter {
    overflow: hidden;
    display: block;
    clear: both;
}

.cap_catalogue_filter form {
    margin-top: 15px;
    margin-bottom: 25px;
}

.cap_catalogue_filter.in {
    border-bottom: 1px solid #D0D0D0;
    border-top: 1px solid #D0D0D0;
    overflow: visible;
}

.cap_catalogue_filter label {
    font-weight: normal;
}

.cap_catalogue_filter_section {
    display: inline-block;
}

.cap_catalogue_filter_section label {
    display: block;
    font-family: 'TeleGroteskFet', Arial, Helvetica, sans-serif;
}

.cap_catalogue_filter_section .btn {
    text-align: left;
    vertical-align: middle;
}

.cap_catalogue_filter_select {
}

.cap_catalogue_filter_select .btn {
    width: 100%;
    padding-right: 0;
}

.cap_catalogue_filter_section label {
    padding-bottom: 5px;
    padding-top: 10px;
}

@media (min-width: 768px) {
    .cap_catalogue_filter_section label {
        padding-bottom: 10px;
        padding-top: 0;
    }
}

/**
 * catalogue product: instance box "x mal erworben"
 */
.cap_catalogue_instance_box_container {
    position: relative;
    overflow: visible;
}

.cap_catalogue_instance_box {
    float: right;
    margin: 0;
    overflow: hidden;
}

@media (min-width: 768px) {
    .cap_catalogue_instance_box {
        float: none;
        margin: -30px 15px 0;
        position: absolute;
        right: 0;
    }
}

.cap_catalogue_instance_box_left {
    background: none no-repeat scroll left top rgba(0, 0, 0, 0);
    float: left;
    background-image: url("../img/instances-solo-left.png");
    width: 25px;
}

.cap_catalogue_instance_box_multiple .cap_catalogue_instance_box_left {
    background-image: url("../img/instances-multiple-left.png");
}

.cap_catalogue_instance_box_right {
    background: none repeat-x scroll left top rgba(0, 0, 0, 0);
    float: left;
    background-image: url("../img/instances-solo-right.png");
}

.cap_catalogue_instance_box_multiple .cap_catalogue_instance_box_right {
    background-image: url("../img/instances-multiple-right.png");
}

.cap_catalogue_instance_box div {
    height: 26px;
}

.cap_catalogue_instance_box.cap_catalogue_instance_box_multiple div {
    height: 37px;
}

.cap_catalogue_instance_box_right span {
    /*color: #FFFFFF;*/
    color: #000000;
    display: block;
    font-family: 'TeleGroteskFet', Arial, Helvetica, sans-serif;
    padding: 6px 12px 0 0;
    text-transform: uppercase;
}

/*
 * catalogue product
 */
.cap_catalogue_products {
    padding-top: 15px;
}

.cap_catalogue_products_around_pair {
    margin-left: -30px !important;
    margin-right: -30px !important;
}

.cap_catalogue_products_pair_table {
    width: 100%;
    display: table;
    border-spacing: 30px 5px;
    table-layout: fixed;
    position: relative;
}

.cap_catalogue_products_pair_row {
    display: table-row;
}

.cap_catalogue_products_pair_cell, .cap_catalogue_products_pair_empty_cell {
    display: table-cell;
    width: 50%;
}

.cap_catalogue_products_pair_empty_cell div {
    width: 1px;
    height: 1px;
}

.cap_catalogue_product_box {
    width: 100%;
    border: solid 1px;
}

.cap_catalogue_product_logo {
    display: block;
    padding: 2px;
}

.cap_catalogue_product_logo:focus {
    padding: 1px;
    border-width: 1px;
    border-color: grey;
    border-style: solid;
    border-color: grey;
}

.cap_catalogue_product {
    overflow: visible;
}

.cap_catalogue_product .row {
    padding: 15px 15px 0;
    border-spacing: 0 0;
}

.cap_catalogue_product_logo_phone {
}

.cap_catalogue_product_provider {
    padding-bottom: 15px;
}

.cap_catalogue_product_priceinfo_placeholder {
    height: 53px;
}

.cap_catalogue_product_description {
}

.cap_catalogue_product_logo {

}

.cap_catalogue_product_priceinfo {
    padding: 15px 15px 15px;
    position: absolute;
    bottom: 8px;
}

.cap_catalogue_product_priceinfo .price-text {
    font-size: 19px;
}

.cap_catalogue_product_priceinfo a {
    margin-left: 15px;
}

.cap_catalogue_product_priceinfo div {
    display: inline;
}

.cap_catalogue_products .cap_catalogue_accordeon_group {
    margin-bottom: 10px;
}

.cap_catalogue_accordeon_group .panel-body {
    padding: 0;
    position: relative;
}

/*******************************************************************************
 * myproducts
 */

/*
 * myproducts header
 */
#my-products .rounded-box {
    margin: 0 0 12px 0;
}

#my-products .rounded-box .rounded-box-header {
    padding: 3px 0 3px 17px;
}

#my-products .rounded-box .rounded-box-header span {
    float: left;
}

#my-products .rounded-box .rounded-box-header span.field-1 {
    width: 250px;
}

@media (min-width: 840px) {
    #my-products .rounded-box .rounded-box-header span.field-1 {
        width: 300px;
    }
}

@media (min-width: 970px) {
    #my-products .rounded-box .rounded-box-header span.field-1 {
        width: 430px;
    }
}

#my-products .rounded-box .rounded-box-header span.field-2 {
    width: 110px;
}

@media (min-width: 840px) {
    #my-products .rounded-box .rounded-box-header span.field-2 {
        width: 160px;
    }
}

#my-products .rounded-box .rounded-box-header span.field-3 {
    width: 110px;
}

@media (min-width: 840px) {
    #my-products .rounded-box .rounded-box-header span.field-3 {
        width: 150px;
    }
}

#my-products .rounded-box#products-info {
    display: none;
}

@media (min-width: 720px) {
    #my-products .rounded-box#products-info {
        display: block;
    }
}

#my-products .rounded-box .product-header {
    overflow: hidden;
    padding: 16px 17px;
}

#my-products .rounded-box .product-header span {
    float: left;
}

#my-products .rounded-box .product-header span.header-field-1 {
    width: 115px;
}

#my-products .rounded-box .product-header span.header-field-2 {
    padding-left: 10px;
    width: 310px;
    clear: both;
}

#my-products .rounded-box .product-header span.header-field-2 span {
    float: none;
}

#my-products .rounded-box .product-header span.header-field-2 span.type {
    font-style: italic;
}

@media (min-width: 960px) {
    #my-products .rounded-box .product-header span.header-field-2 {
        clear: none;
    }
}

#my-products .promotion-info {
    padding-left: 142px;
    padding-bottom: 15px;
    width: auto;
}

/**
 * myproducts .product-options
 */

#my-products .rounded-box .product-options .option {
    border-top: 1px solid #CCC;
}

#my-products .rounded-box .product-options .option .overview {
    padding: 16px 22px 16px 20px;
    overflow: hidden;
}

@media (min-width: 720px) {
    #my-products .rounded-box .product-options .option .overview {
        padding-left: 34px;
    }
}

#my-products .rounded-box .product-options .option .overview span.field-1,
#my-products .rounded-box .product-options .option .overview span.field-2,
#my-products .rounded-box .product-options .option .overview span.field-3,
#my-products .rounded-box .product-options .option .overview span.field-4,
#my-products .rounded-box .product-options .option .overview span.field-5 {
    display: block;
    overflow: hidden;
}

@media (max-width: 719px) {
    #my-products .rounded-box .product-options .option .overview span.field-1,
    #my-products .rounded-box .product-options .option .overview span.field-2,
    #my-products .rounded-box .product-options .option .overview span.field-3,
    #my-products .rounded-box .product-options .option .overview span.field-4,
    #my-products .rounded-box .product-options .option .overview span.field-5 {
        width: auto !important;
    }
}

@media (min-width: 720px) {
    #my-products .rounded-box .product-options .option .overview span.field-1,
    #my-products .rounded-box .product-options .option .overview span.field-2,
    #my-products .rounded-box .product-options .option .overview span.field-3,
    #my-products .rounded-box .product-options .option .overview span.field-4,
    #my-products .rounded-box .product-options .option .overview span.field-5 {
        float: left;
    }
}

#my-products .rounded-box .product-options .option .overview span.field-1 span.field-info,
#my-products .rounded-box .product-options .option .overview span.field-2 span.field-info,
#my-products .rounded-box .product-options .option .overview span.field-3 span.field-info,
#my-products .rounded-box .product-options .option .overview span.field-4 span.field-info,
#my-products .rounded-box .product-options .option .overview span.field-5 span.field-info {
    font-family: 'TeleGroteskFet', Arial, Helvetica, sans-serif;
    display: block;
}

@media (min-width: 350px) {
    #my-products .rounded-box .product-options .option .overview span.field-1 span.field-info,
    #my-products .rounded-box .product-options .option .overview span.field-2 span.field-info,
    #my-products .rounded-box .product-options .option .overview span.field-3 span.field-info,
    #my-products .rounded-box .product-options .option .overview span.field-4 span.field-info,
    #my-products .rounded-box .product-options .option .overview span.field-5 span.field-info {
        float: left;
        width: 120px;
    }
}

@media (min-width: 720px) {
    #my-products .rounded-box .product-options .option .overview span.field-1 span.field-info,
    #my-products .rounded-box .product-options .option .overview span.field-2 span.field-info,
    #my-products .rounded-box .product-options .option .overview span.field-3 span.field-info,
    #my-products .rounded-box .product-options .option .overview span.field-4 span.field-info,
    #my-products .rounded-box .product-options .option .overview span.field-5 span.field-info {
        display: none;
    }
}

#my-products .rounded-box .product-options .option .overview span.field-1 span.field-value,
#my-products .rounded-box .product-options .option .overview span.field-2 span.field-value,
#my-products .rounded-box .product-options .option .overview span.field-3 span.field-value,
#my-products .rounded-box .product-options .option .overview span.field-4 span.field-value,
#my-products .rounded-box .product-options .option .overview span.field-5 span.field-value {
    float: left;
}

@media (min-width: 720px) {
    #my-products .rounded-box .product-options .option .overview span.field-1 span.field-value,
    #my-products .rounded-box .product-options .option .overview span.field-2 span.field-value,
    #my-products .rounded-box .product-options .option .overview span.field-3 span.field-value,
    #my-products .rounded-box .product-options .option .overview span.field-4 span.field-value,
    #my-products .rounded-box .product-options .option .overview span.field-5 span.field-value {
        float: none;
    }
}

#my-products .rounded-box .product-options .option .overview span.field-1,
#my-products .rounded-box .product-options .option .overview span.field-2,
#my-products .rounded-box .product-options .option .overview span.field-3,
#my-products .rounded-box .product-options .option .overview span.field-5 {
    padding: 6px 0;
}

#my-products .rounded-box .product-options .option .overview span.field-1 {
    width: 232px;
}

@media (min-width: 840px) {
    #my-products .rounded-box .product-options .option .overview span.field-1 {
        width: 282px;
    }
}

@media (min-width: 970px) {
    #my-products .rounded-box .product-options .option .overview span.field-1 {
        width: 412px;
    }
}

#my-products .rounded-box .product-options .option .overview span.field-2 {
    width: 113px;
}

@media (min-width: 840px) {
    #my-products .rounded-box .product-options .option .overview span.field-2 {
        width: 163px;
    }
}

#my-products .rounded-box .product-options .option .overview span.field-3 {
    width: 110px;
}

@media (min-width: 840px) {
    #my-products .rounded-box .product-options .option .overview span.field-3 {
        width: 150px;
    }
}

#my-products .rounded-box .product-options .option .overview span.field-4 {
    width: 90px;
}

#my-products .rounded-box .product-options .option .overview span.field-4 .field-info {
    padding-top: 5px;
}

@media (min-width: 720px) {
    #my-products .rounded-box .product-options .option .overview span.field-4 .field-info {
        padding-top: 0;
    }
}

#my-products .rounded-box .product-options .option .overview span.field-4 span.icon {
    float: left;
    width: 30px;
    height: 30px;
    background: no-repeat left top;
}

#my-products .rounded-box .product-options .option .overview span.field-5 {
    width: 60px;
    padding-top: 20px;
}

@media (min-width: 720px) {
    #my-products .rounded-box .product-options .option .overview span.field-5 {
        padding-top: 6px;
    }
}

#my-products .rounded-box .product-options .option .overview span.field-5 a {
    text-decoration: underline;
    cursor: pointer;
}

#my-products .rounded-box .product-options .option .overview span.field-5 a span.text {
    text-decoration: underline;
    color: #4b4b4b;
}

#my-products .rounded-box .product-options .option .overview span.field-5 a.opened span.icon {
    background-position: left bottom;
}

#my-products .rounded-box .product-options .option .details {
    background: #f4f4f4;
    padding: 0 22px 14px 20px;
    overflow: hidden;
    outline: none;
}

@media (min-width: 720px) {
    #my-products .rounded-box .product-options .option .details {
        padding-left: 34px;
    }
}

#my-products .rounded-box .product-options .option .details .block-info {
    padding: 10px 0 0 0;
}

@media (min-width: 840px) {
    #my-products .rounded-box .product-options .option .details .block-info {
        float: left;
        width: 100%;
    }
}

#my-products .rounded-box .product-options .option .details .block-info .detail {
    /*overflow: hidden;*/
}

#my-products .rounded-box .product-options .option .details .block-info .detail .detail-label {
    font-family: 'TeleGroteskFet', Arial, Helvetica, sans-serif;
    font-weight: normal;
}

@media (min-width: 840px) {
    #my-products .rounded-box .product-options .option .details .block-info .detail .detail-label {
        float: left;
        width: 250px;
    }
}

#my-products .rounded-box .product-options .option .details .block-info .detail .text {
    padding: 0 0 10px 0;
    overflow-y: auto;
    word-break: break-all;
}

@media (min-width: 840px) {
    #my-products .rounded-box .product-options .option .details .block-info .detail .text {
        padding-bottom: 0;
    }
}

#my-products .rounded-box .product-options .option .details .block-info .detail .text-left {
    font-family: 'TeleGrotesk', Arial, Helvetica, sans-serif;
    font-weight: normal;
    padding-bottom: 10px;
}

@media (min-width: 840px) {
    #my-products .rounded-box .product-options .option .details .block-info .detail .text-left {
        float: left;
        width: 250px;
        padding-bottom: 0;
    }
}

#my-products .rounded-box .product-options .option .details .block-info .detail .detail-heading {
    font-family: 'TeleGroteskFet', Arial, Helvetica, sans-serif;
    font-weight: normal;
    padding-bottom: 10px;
}

#my-products .rounded-box .product-options .option .details .block-info .detail .detail-row {
    padding-bottom: 0px;
}

#my-products .rounded-box .product-options .option .details .block-info .detail .detail-filler {
    height: 10px;
}

#my-products .rounded-box .product-options .option .details .block-hint {
}

@media (min-width: 840px) {
    #my-products .rounded-box .product-options .option .details .block-hint {
        position: relative;
        left: 60%;
        width: 40%;
    }
}

#my-products .rounded-box .product-options .option .details .block-hint .text {
    margin: 0;
    padding: 0;
}

#my-products .rounded-box .product-options .option .details .block-buttons {
    float: right;
    padding: 20px 0 0 0;
    margin-left: -7px;
}

@media (min-width: 840px) {
    #my-products .rounded-box .product-options .option .details .block-buttons {
        margin-left: 0;
    }
}

#my-products .rounded-box .product-options .option .details .block-buttons form {
    float: left;
    margin: 0 0 6px 6px;
}

#my-products .rounded-box .product-options .option .details .block-buttons .as-form {
    float: left;
    margin: 0 0 6px 6px;
}

#my-products .rounded-box .product-options .option .details .block-buttons .button span {
    font-size: 13px;
}

#my-products .rounded-box .product-options .option .details .block-confirm {
    clear: both;
    overflow: hidden;
}

#my-products .rounded-box .product-options .option .details .block-confirm p {
    float: left;
    padding: 27px 0 0 0;
}

#my-products .rounded-box .product-options .option .details .block-confirm .buttons {
    float: right;
    padding: 20px 0 0 0;
}

#my-products .rounded-box .product-options .option .details .block-confirm .buttons .button {
    margin: 0 0 6px 6px;
}

#my-products .rounded-box .product-options .option .details .block-confirm .buttons .button span {
    font-size: 13px;
}

#my-products .rounded-box .product-options .option .details .block-infofield {
    clear: both;
    overflow: hidden;
    padding: 10px 0 0 0;
}

#my-products .rounded-box .product-options .option .details .block-infofield img {
    float: left;
}

#my-products .rounded-box .product-options .option .details .block-infofield a {
    float: right;
}

#my-products .rounded-box .product-options .option.last {
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 0;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

#my-products .rounded-box .product-options .option.last .details {
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 0;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

#my-products .rounded-box .product-options .option.status-active .field-4 .icon {
    background-image: url("../img/status-active.png") !important;
}

#my-products .rounded-box .product-options .option.status-failed.field-4 .icon {
    background-image: url("../img/status-failed.png") !important;
}

#my-products .rounded-box .product-options .option.status-reserved .field-4 .icon {
    background-image: url("../img/status-reserved.png") !important;
}

#my-products .rounded-box .product-options .option.status-inactive .field-4 .icon {
    background-image: url("../img/status-inactive.png") !important;
}

#my-products .rounded-box .product-options .option.status-terminated .field-4 .icon {
    background-image: url("../img/status-terminated.png") !important;
}

#my-products .rounded-box .product-options .option.status-optin .field-4 .icon {
    background-image: url("../img/status-optin.png") !important;
}

#my-products .rounded-box .product-options .option.single {
    border-top: none;
}

#my-products .rounded-box .product-options .option.single .overview {
    padding-left: 17px;
}

#my-products .rounded-box .product-options .option.single .overview .field-1 {
    width: auto;
    margin: -16px -22px 10px -17px;
    padding: 16px 22px 16px 17px;
    border-bottom: 1px solid #CCC;
}

@media (min-width: 720px) {
    #my-products .rounded-box .product-options .option.single .overview .field-1 {
        width: 249px;
        margin: 0;
        padding: 0;
        border: none;
    }
}

@media (min-width: 840px) {
    #my-products .rounded-box .product-options .option.single .overview .field-1 {
        width: 299px;
    }
}

@media (min-width: 970px) {
    #my-products .rounded-box .product-options .option.single .overview .field-1 {
        width: 429px;
    }
}

#my-products .headline {
    display: block;
}

#my-products .action-confirmation {
    font-weight: bold;
    color: darkgreen;
}

/*****************************************************************************
 * product details
 */

#product-details .product-details-inner .product-options .product-inner .product-option span.field-2 strong {
    font-size: 20px;
}

#product-details .product-details-inner .product-options .product-inner .product-option span.field-3 {
    text-align: right;
}

@media (max-width: 639px) {
    #product-details .product-details-inner .product-options .product-inner .product-option {
        border-top: 1px solid #D0D0D0;
        padding: 20px 0;
    }

    #product-details .product-details-inner .product-options .product-inner .product-option.first {
        border-top: none;
        padding-top: 15px;
    }

    #product-details .product-details-inner .product-options .product-inner .product-option span.field-1,
    #product-details .product-details-inner .product-options .product-inner .product-option span.field-2,
    #product-details .product-details-inner .product-options .product-inner .product-option span.field-3 {
        width: auto;
        float: none;
    }

    #product-details .product-details-inner .product-options .product-inner .product-option span.field-2,
    #product-details .product-details-inner .product-options .product-inner .product-option span.field-3 {
        padding: 10px 0 0;
    }

    #product-details .product-details-inner .product-options .product-inner .product-option span.field-3 {
        text-align: left;
    }
}

#product-details .product-details-inner .product-options table {
    width: 100%;
    table-layout: fixed;
}

#product-details .product-details-inner .product-options table thead {
    border-top: 1px solid #d0d0d0;
    border-bottom: 1px solid #d0d0d0;
    background-color: #f8f8f8;
}

#product-details .product-details-inner .product-options table tr td,
#product-details .product-details-inner .product-options table tr th {
    word-wrap: break-word;
}

#product-details .product-details-inner .product-options table tr td.first,
#product-details .product-details-inner .product-options table tr th.first {
    padding-left: 17px;
}

#product-details .product-details-inner .product-options table tr td.last,
#product-details .product-details-inner .product-options table tr th.last {
    text-align: right;
}

#product-details .product-details-inner .product-options table tr th {
    font-weight: normal;
    text-align: left;
    padding: 5px 10px;
}

#product-details .product-details-inner .product-options table tr td {
    padding: 10px;
    vertical-align: middle;
}

#product-details .product-details-inner .product-options table tr td strong {
    font-size: 20px;
}

@media (max-width: 767px) {
    #product-details .product-details-inner .product-options table tr td strong {
        display: block;
    }
}

@media (max-width: 767px) {
    #product-details .product-details-inner .product-options table tr td .button {
        padding-left: 10px;
        padding-right: 10px;
    }
}

#product-details .product-details-group-selection-table {
    width: 80%;
}

#product-details .product-details-group-selection-row {
}

#product-details .product-details-group-selection-col-left {
    width: 40%;
    padding-bottom: 10px;
    padding-right: 10px;
}

#product-details .product-details-group-selection-col-right {
    padding-bottom: 10px;
}

#product-details .product-details-group-selection-col-left label {
    font-weight: normal;
    margin: 0;
}

@media (max-width: 767px) {
    #product-details .product-details-group-selection-table {
        width: 100%;
    }
    #product-details .product-details-group-selection-row {
        display: block;
    }
    #product-details .product-details-group-selection-col-left {
        width: 100%;
        display: block;
    }
    #product-details .product-details-group-selection-col-right {
        width: 100%;
        display: block;
    }
}

/*
 * order workflow (all screens)
 */
.cap_order {

}

.cap_order_inner {
}

.cap_order_section {
    border-top: 1px solid #D0D0D0;
    padding: 20px;
}

.cap_order_section:after {
    content: "";
    display: table;
    clear: both;
}

.cap_order_section_odd {
}

.cap_order_section_even {
    background-color: #F8F8F8;
}

.cap_order_section_bright {
    background: linear-gradient(to bottom, #FFFFFF, #FFFFFF, #FFFFFF, #E0E0E0);
    padding-top: 10px;
    padding-bottom: 10px;
}

.cap_order_paragraph {
    padding-top: 10px;
    padding-bottom: 20px;
}

.cap_order_headline {
    padding-top: 10px;
    margin-bottom: 5px;
}

@media (max-width: 767px) {
    .cap_order_paragraph {
        padding-top: 0;
    }
    .cap_order_section .cap_order_paragraph:nth-child(2) {
        padding-top: 20px;
    }
}

.cap_order_buttons {
    float: right;
    margin-left: 0;
    text-align: right;
    overflow: hidden;
    line-height: 250%;
}

.cap_order_hint {
    float: left;
    line-height: 42px;
}

.cap_order_title {
    font-size: 18px;
    font-family: TeleGroteskFet, Arial, Helvetica, sans-serif;
    font-weight: 400;
}

.cap_order_productlogo {
    text-align: right;
    padding: 20px;
}

.cap_order_productlogo img {
    max-width: 100%;
    max-height: 160px;
}

.cap_order_productlogo_left {
    text-align: left;
}

.cap_order_productdescription {
}

.cap_order_bind_html span.bold {
    font-family: 'TeleGroteskFet', Arial, Helvetica, sans-serif;
    font-weight: normal;
}

.cap_order_bind_html ul {
    margin: 10px 0;
}

.cap_order_bind_html ul li {
    list-style: none;
    background: url("../img/li-bg.gif") no-repeat left 1px;
    margin: 0 0 0 1px;
    padding: 0 0 0 17px;
}

.cap_order_bind_html ul li sub {
    font-size: 10px;
    bottom: 4px;
    left: 2px;
}

.cap_order_bind_html ol {
    margin: 10px 0;
}

.cap_order_bind_html ol li {
    margin: 0 0 0 18px;
}

.cap_order_bind_html ol li sub {
    font-size: 10px;
    bottom: 4px;
    left: 2px;
}

.cap_order_spotify {
}

.cap_order_spotify label {
    color: #4B4B4B;
    font-family: TeleGrotesk, Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 18.75px;
    font-weight: normal;
    margin: 5px 0 0 5px;
}

.cap_order_prices-incl-vat {
    color: #909090;
    font-size: 13px;
}

.cap_order_section_title {
    text-align: center;
    font-family: 'TeleGroteskFet', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 20px;
    vertical-align: middle;
}

.cap_order_symbol_return {
    background: none no-repeat scroll left top rgba(0, 0, 0, 0);
    height: 24px;
    margin: 0 10px 0 0;
    width: 24px;
    display: inline-block;
    vertical-align: middle;
    background-image: url("../img/symbol-return.gif");
}

.cap_order_productterms {
}

.cap_order_productterms label {
    font-weight: normal;
}

.cap_order_reference, .cap_order_reference:hover {
    text-decoration: underline;
    color: #4B4B4B;
    cursor: pointer;
}

.cap_order_productterms .cap_order_section_hint {
    margin: 0 0 10px;
}

.cap_order_productterms .cap_order_emailtextproductorder {
    margin: 10px 0 0;
}

.cap_order_inputerror_messages {
    color: #FF0000;
    margin: 10px 0 0;
}

.cap_order_inputerror {
    color: #FF0000;
}

.cap_order_inputerror a {
    color: #FF0000;
    text-decoration: underline;
}

.cap_order_inputerror input, .cap_order_inputerror input:focus {
    border-color: #FF0000;
}

.cap_order_productchangeprice {
    line-height: 30px;
    padding: 8px 20px 5px 0;
    display: inline-block;
}

.cap_order_productchangeprice strong {
    font-size: 19px;
}

.cap_order_productchange_buttons {
    padding: 5px;
    padding-top: 0px;
    padding-bottom: 3px;
    border-radius: 5px;
}

.cap_order_productchange_buttons button {
    background-color: #D0D0D0;
}

.cap_order_productchange_buttons_active {
    background: linear-gradient(250deg, #e20074, #F8F8F8, #F8F8F8, #F8F8F8, #F8F8F8, #e20074);
}

.cap_order_gallery a img {
    padding-right: 10px;
}

.cap_order_gallery a.last img {
    padding-right: 0;
}

.cap_buttons_line {
    margin-top: 10px;
    line-height: 250%;
}

.cap_buttons_line span {
    margin-left: 50px;
}

.cap_productdetails_product_header.cap_order_section {
    background-color: #f8f8f8;
    padding-top: 5px;
    padding-bottom: 5px;
}

.product-details .cap_order_productlogo {
    text-align: left;
}

.cap_productdetails_product_inner .col-sm-4 {
    padding-bottom: 10px;
}

@media (min-width: 768px) {
    .cap_productdetails_product_order {
        text-align: right;
    }

    .cap_productdetails_product_inner .col-sm-4 {
        padding-bottom: 0;
    }
}

.cap_productdetails_product_price strong {
    font-size: 20px;
}

/*********************************************************
 * overriding bootstrap tooltip
 */

.tooltip-inner {
    color: #FFFFFF;
    background-color: #2D6CA2;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #2D6CA2;
}

.tooltip.top-left .tooltip-arrow {
    border-top-color: #2D6CA2;
}

.tooltip.top-right .tooltip-arrow {
    border-top-color: #2D6CA2;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #2D6CA2;
}

.tooltip.left .tooltip-arrow {
    border-left-color: #2D6CA2;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #2D6CA2;
}

.tooltip.bottom-left .tooltip-arrow {
    border-bottom-color: #2D6CA2;
}

.tooltip.bottom-right .tooltip-arrow {
    border-bottom-color: #2D6CA2;
}

/*
 * end of overriding bootstrap tooltip
 *********************************************************/

.cap_datepicker,
.cap_languages,
.cap_filter {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-image: none;
    font-family: TeleGrotesk, Arial, Helvetica, sans-serif;
    border: 1px solid #CCCCCC;
    text-shadow: 0 1px 0 #FFFFFF;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 1px rgba(0, 0, 0, 0.075);
    background: #FFFFFF linear-gradient(to bottom, #FFFFFF 0%, #E0E0E0 100%) repeat-x;
    color: #333333;
    border-radius: 4px;
    font-size: 15px;
    height: 1.875em;
    line-height: 1.875em;
    width: 100%;
    padding: 0 0 0 10px;
}

.cap_datepicker_dd {
    width: 50px;
    padding-left: 2px;
}

.cap_datepicker_mm {
    width: 50px;
    padding-left: 2px;
}

.cap_datepicker_yy {
    width: 65px;
    padding-left: 2px;
}

.cap_filter:focus {
    background: #E0E0E0;
}

h2.flat,
h3.flat {
    font-size: 15px;
    display: inline;
    padding: 0;
    margin: 0;
}

.cap_order_paragraph:focus {
    outline: none;
}

.cap_order_paragraph:focus h3 {
    font-size: 15px;
    outline: 2px solid #428bca;
}

.text-hidden {
    top: -1000px;
    left: -1000px;
    position: absolute;
    overflow: hidden;
}

.language_selection {
    margin-top: -2px;
    padding-right: 1em;
    float: right;
    width: 300px;
    text-align: left;
}

.language_selection ul {
    list-style-type: none;
    display: inline-block;
    line-height: 0.0em;
}

.language_selection li {
}

.language_selection a {
    padding-left: 10px;
}

.disruptor {
    background: #e20074;
    position: absolute;
    left: 255px;
    max-width: 150px;
    color: #ffffff;
    font-weight: bold;
    padding: 5px;
    -webkit-transform: rotate(-20deg);
    -moz-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    -o-transform: rotate(-20deg);
    z-index: 1;
    top: -10px;
    white-space: nowrap;
}

.disruptor.mobile {
    left: auto;
    right: 20px;
    top: 20px;
}

.cap_catalogue_product_logo_phone .img-responsive.mobile {
    max-width: 50%;
}

.error {
    background-clip: padding-box;
    border: 1px solid #D0D0D0;
    border-radius: 5px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    margin-top: 10px;
    padding: 15px 17px;
}

.error h2 {
    font-size: 15px;
    background-image: linear-gradient(to bottom, #FFFFFF 0%, #E0E0E0 100%);
    border-bottom: 1px solid #D0D0D0;
    border-radius: 5px 5px 0 0;
    overflow: hidden;

    color: #696969;
    padding-bottom: 4px;
    padding-left: 17px;
    padding-top: 6px;
    margin: -15px -17px 15px;
    display: block;
}

/* CAP-1680 */
nav div.dropdown.visible-xs {
    width: 30px;
}

/* h1-h6 tags according to the Telekom design style guide */

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

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

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

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

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

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

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

/*****************************************************************************
 * used for e2e tests only
 */
.e2e-test-noanimations * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    -ms-transition: none !important;
    transition: none !important;
}

/*****************************************************************************/

/* end of app.css */
