/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* general style                                          */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/open-sans-v14-latin-regular.eot'); /* IE9 Compat Modes */
    src: url('../fonts/open-sans-v14-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/open-sans-v14-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/open-sans-v14-latin-regular.woff') format('woff'), /* Pretty Modern Browsers */
    url('../fonts/open-sans-v14-latin-regular.ttf')  format('truetype'), /* Safari, Android, iOS */
    url('../fonts/open-sans-v14-latin-regular.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'Open Sans Condensed';
    src: url('../fonts/open-sans-condensed-v11-latin-300.eot'); /* IE9 Compat Modes */
    src: url('../fonts/open-sans-condensed-v11-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/open-sans-condensed-v11-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/open-sans-condensed-v11-latin-300.woff') format('woff'), /* Pretty Modern Browsers */
    url('../fonts/open-sans-condensed-v11-latin-300.ttf')  format('truetype'), /* Safari, Android, iOS */
    url('../fonts/open-sans-condensed-v11-latin-300.svg#svgFontName') format('svg'); /* Legacy iOS */
}

html, body {
    background-color: #fff;
    color: #3b3b3b;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

h1 {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 2.6em;
}

h1 .glyphicons {
    padding-right: 20px;
}

h2 {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 1.6em;
    font-weight: bold;
}

.h2Condensed {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 2em;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 20px;
}

.extraBold {
    font-weight: 800;
}

.link-cursor {
    cursor: pointer;
}

.nolink-cursor {
    cursor: none;
}

.noresize {
    resize: none;
}

.vresize {
    resize: vertical;
}

.hresize {
    resize: horizontal;
}

.nounderline, .nounderline a, .nounderline a:hover {
    text-decoration:none;
}

a, a:hover {
    color: #575756;
    cursor:pointer;
    text-decoration: underline;
}

a:hover:not(.btn) {
    color: #575756;
}


.linkRegular, linkRegular a:hover {
    color: #575756;
    text-decoration: none;
}

.btn-hard {
    color: #fff !important;
}

img {
    max-width: 100%;
}

blockquote {
    font-size: 1.6em;
    font-style: italic;
    font-weight: bold;
}


.fontNormal {
    font-family: 'Open Sans', sans-serif;
}

.fontCondensed {
    font-family: 'Open Sans Condensed', sans-serif;
}

.fullWidth {
    width: 100%;
}
.fullHeight {
    height: 100%;
}

.hiddenElement {
    display: none;
}

.maxHeith {
    max-height: 100%;
}

.badgeWrapper {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* dropdowns                                              */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.btn-secondary.focus, .btn-secondary:focus {
    box-shadow: none;
}

.btn-secondary.active, .btn-secondary:active, .show > .btn-secondary.dropdown-toggle {
    color: #292b2c;
    background-image: none;
    border: none;
}

.dropdown-menu {
    border-radius: 0;
    margin-top: 0;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    border-bottom: none;
    border-top: none;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* bordrz                                                 */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.blueBorder {
    margin-top: -2px;
    border-top: 2px solid #005290;
    border-bottom: 2px solid #005290;
    border-right: 2px solid #005290;
    border-left: 2px solid #005290;
}

.greyBorder {
    border: 1px solid #575756;
}

.greyBorderLight {
    border: 1px solid #dfdfdf;
}

.greyBorderBottom {
    border-bottom: 1px solid #dfdfdf;
}

.greyBorderBottomDark {
    border-bottom: 1px solid #575756;
}

.greyBorderLeft {
    border-left: 1px solid #dfdfdf;
}

.greyBorderRight {
    border-right: 1px solid #dfdfdf;
}

.greyBorderTop {
    border-top: 1px solid #dfdfdf;
}

.noBorder {
    border:none;
}

.whiteBorderBottom {
    border-bottom: 1px solid #fff;
}

.whiteBorderTop {
    border-top: 1px solid #fff;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* font sizes                                             */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.font06 {
    font-size: 0.6em;
}

.font08 {
    font-size: 0.8em;
}

.font09 {
    font-size: 0.9em;
}

.font10 {
    font-size: 1em
}

.font11 {
    font-size: 1.1em
}


.font12 {
    font-size: 1.2em;
}

.font14 {
    font-size: 1.4em;
}

.font16 {
    font-size: 1.6em;
}

.font18 {
    font-size: 1.8em;
}

.font20 {
    font-size: 2em;
}

.font25 {
    font-size: 2.5em;
}

.font30 {
    font-size: 3em;
}

.font40 {
    font-size: 4em;
}

.font80 {
    font-size: 8em;
}

.font100 {
    font-size: 10em;
}

.font120 {
    font-size: 12em;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* line heights                                           */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.line-height-1 {
    line-height: 1;
}

.line-height-12 {
    line-height: 1.2;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* badges                                                 */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.badge {
    padding-right: 15px;
}

.badge_0080ff {
    background-color: #0080ff;
}

.badge_5cb85c {
    background-color: #5cb85c;
}

.badge_94c11e {
    background-color: #94c11e;
}

.badge_c00820 {
    background-color: #c00820;
}

.badge_f1811b {
    background-color: #f1811b;
}


.badge-danger {
    background-color: #c00820;
}

.badge-flashprice {
    background-color: #c00820;
}

.badge-mediastar {
    background-color: #0080ff;
}

.badge-shortseller {
    background-color: #94c11e;
}

.badge-truestock {
    background-color: #5cb85c;
}

.badgeFontNormal {
    font-weight: normal;
}

.search-badge-success {
    background-color: #71c544;
    padding: 0 10px 0 0;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* glyphicon styles                                       */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.glyphicons {
    vertical-align: middle !important;
}

.glyphiconsFontSize08 {
    font-size:0.8em;
}

.glyphiconsFontSize12 {
    font-size:1.2em;
}

.glyphiconsFontSize14 {
    font-size:1.4em;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Extra small devices (portrait phones, less than 576px) */
/* No media query since this is the default in Bootstrap  */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.toolbar {
    display: none;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* general foreground colors                              */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.col_000 { color: #000; }
.col_005290 { color: #005290; }
.col_0080ff { color: #0080ff; }
.col_00d6ff { color: #00d6ff; }
.col_3b3b3b { color: #3b3b3b; }
.col_575756 { color: #575756; }
.col_5cb85c { color: #5cb85c; }
.col_662483 { color: #662483; }
.col_71c544 { color: #71c544; }
.col_94c11e { color: #94c11e; }
.col_96c11f { color: #96c11f; }
.col_ae1b61 { color: #ae1b61; }
.col_c00820 { color: #c00820; }
.col_d60b52 { color: #d60b52; }
.col_ddd200 { color: #ddd200; }
.col_dfdfdf { color: #dfdfdf; }
.col_e4ce14 { color: #e4ce14; }
.col_e6e6e4 { color: #e6e6e4; }
.col_f0811a { color: #f0811a; }
.col_f1811b { color: #f1811b; }
.col_f2f2f2 { color: #f2f2f2; }
.col_ff0048 { color: #ff0048; }
.col_fff { color: #fff; }

.aubergine {
    color: #d60b52;
}

.black {
    color: #000;
}

.blue {
    color: #005290;
}

.green {
    color: #71c544;
}

.greenDark {
    color: #5cb85c;
}

.greenLight {
    color: #94c11e;
}

.orange {
    color: #f0811a;
}

.pink {
    color: #ff0048;
}

.purple {
    color: #662483;
}

.turquoise {
    color: #00d6ff;
}

.red {
    color: #c00820;
}

.white {
    color: #fff;
}

.yellow {
    color: #e4ce14;
}

.lightGreyLight {
    color: #f2f2f2;
}

.darkGreyLight {
    color: #575756;
}

.lightGreyDark {
    color: #dfdfdf;
}

.darkGreyDark {
    color: #3b3b3b;
}

/* tooltips */
.popover {
}

.popover-arrow {
    color: #fff;
}

.popover-content {
    background-color: #fff !important;
    color: #575756 !important;
    padding: 20px !important;
}

.closeTooltip {
    text-decoration: underline;
    cursor: pointer;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* general background colors                              */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.back_000 { background-color: #000; }
.back_005290 { background-color: #005290; }
.back_0080ff { background-color: #0080ff; }
.back_00d6ff { background-color: #00d6ff; }
.back_3b3b3b { background-color: #3b3b3b; }
.back_575756 { background-color: #575756; }
.back_5cb85c { background-color: #5cb85c; }
.back_662483 { background-color: #662483; }
.back_71c544 { background-color: #71c544; }
.back_8e8f8f { background-color: #8e8f8f; }
.back_94c11e { background-color: #94c11e; }
.back_96c11f { background-color: #96c11f; }
.back_ae1b61 { background-color: #ae1b61; }
.back_c00820 { background-color: #c00820; }
.back_d60b52 { background-color: #d60b52; }
.back_ddd200 { background-color: #ddd200; }
.back_dfdfdf { background-color: #dfdfdf; }
.back_e4ce14 { background-color: #e4ce14; }
.back_e6e6e4 { background-color: #e6e6e4; }
.back_f0811a { background-color: #f0811a; }
.back_f1811b { background-color: #f1811b; }
.back_f2f2f2 { background-color: #f2f2f2; }
.back_ff0048 { background-color: #ff0048; }
.back_fff { background-color: #fff; }

.backAubergine {
    background-color: #d60b52;
}

.backBlack {
    background-color: #000;
}

.backBlue {
    background-color: #005290;
}

.backCurry {
    background-color: #ddd200;
}


.backGreen {
    background-color: #71c544;
}

.backGreenDark {
    background-color: #5cb85c;
}

.backGreenLight {
    background-color: #94c11e;
}

.backOrange {
    background-color: #f0811a;
}

.backPink {
    background-color: #ff0048;
}

.backRed {
    background-color: #c00820;
}

.backTurquoise {
    background-color: #00d6ff;
}

.backWhite {
    background-color: #fff;
}

.backYellow {
    background-color: #e4ce14;
}

.backLightGreyLight {
    background-color: #f2f2f2;
}

.backDarkGreyLight {
    background-color: #575756;
}

.backInfoGrey {
    background-color: #8e8f8f;
}

.backBuyerGreen {
    background-color: #96c11f;
}

.backSellerAubergine {
    background-color: #ae1b61;
}

.backLightGreyDark {
    background-color: #dfdfdf;
}

.backDarkGreyDark {
    background-color: #3b3b3b;
}

.backGreyMenu {
    background-color: #e6e6e4;
}

.backPurple {
    background-color: #662483;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* general margins                                        */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.marginBottom00 {
    margin-bottom: 0;
}

.marginTop10 {
    margin-top: 10px;
}

.marginTop20 {
    margin-top: 20px;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* general paddings                                       */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.paddingBottom00 {
    padding-bottom: 0;
}

.paddingBottom05 {
    padding-bottom: 5px;
}

.paddingBottom07 {
    padding-bottom: 7px;
}

.paddingBottom10 {
    padding-bottom: 10px;
}

.paddingBottom20 {
    padding-bottom: 20px;
}

.paddingBottom30 {
    padding-bottom: 30px;
}

paddingLeft00 {
    padding-left: 0;
}

.paddingLeft05 {
    padding-left: 10px;
}

.paddingLeft10 {
    padding-left: 10px;
}

.paddingLeft20 {
    padding-left: 20px;
}

.paddingLeft30 {
    padding-left: 30px;
}

.paddingLeft40 {
    padding-left: 40px;
}

.paddingLeft70 {
    padding-left: 70px;
}

.paddingNoneBottom10 {
    padding: 0 0 10px 0;
}

.paddingNoneRight05 {
    padding: 0 5px 0 0;
}

paddingRight00 {
    padding-right: 0;
}

.paddingRight05 {
    padding-right: 5px;
}
.paddingRight10 {
    padding-right: 10px;
}

.paddingRight20 {
    padding-right: 20px;
}

.paddingTop00 {
    padding: 0 0 0 0;
}

.paddingTop02 {
    padding: 2px 0 0 0;
}

.paddingTop05 {
    padding-top: 5px;
}

.paddingTop10 {
    padding-top: 10px;
}

.paddingTop20 {
    padding-top: 20px;
}

.paddingTop40 {
    padding-top: 40px;
}

.banderole {
    position: absolute;
    right: -25px;
    top: 4px;
    z-index: 10;
    display: inline-block;
    font-size: 12px;
    width: 80px;
    text-align: center;
    padding: .25em 0;
    color: white;
    transform: rotate(45deg);
    background: #ff0048;
}
.banderole_register {
    position: absolute;
    right: -40px;
    top: 4px;
    z-index: 10;
    display: inline-block;
    width: 120px;
    text-align: center;
    padding: .40em 0;
    color: white;
    transform: rotate(45deg);
    background-color:#003861;
    font-size:18px;
    font-weight:bold;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* sqaure buttons                                         */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.btnSquare {
    background-color: #c00820;
    color: #fff;
    font-size: 1.4em;
    margin-right: 10px;
    padding-bottom: 5px;
}

.btnSquare span:hover {
    color: #fff;
}

.btnSquareDisabled {
    background-color: #575756;
    color: #fff;
    font-size: 1.4em;
    margin-right: 10px;
    padding-bottom: 5px;
    cursor:default;
}

.btnSquareDisabled span:hover {
    color: #fff;
    cursor:default;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* header buttons                                         */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.headerButtonGrey {
    background-color: #575756;
    color: #fff;
    padding: 5px 10px 5px 10px;
    text-decoration: none;
}

.headerButtonGrey:hover {
    color: #fff;
    text-decoration: none;
}
a.headerButtonGrey:hover {
    color: #fff;
    text-decoration: none;
}

.headerButtonRed {
    background-color: #c00820;
    color: #fff;
    font-size: 1.4em;
    margin-top: 1px;
    padding-bottom: 3px;
}

.headerButtonRed:hover {
    color: #fff;
}

.headerButtonGreen {
    background-color: #71c544;
    color: #fff;
    padding: 5px 10px 5px 10px;
    text-decoration: none;
}

a.headerButtonGreen:hover {
    color: #fff;
    text-decoration: none;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* header elements, ad space at top of page               */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.topAdSpace {
    height: 118px;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* header elements                                        */
/* red toolbar on top of all, but below ad space          */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.toolbar {
    color: #fff;
    font-size: 0.8em;
    padding: 5px 0 5px 0;
}

.toolbar span, .toolbar a, .toolbar a:focus, .toolbar a:hover, .toolbar a:active {
    color: #fff;
}

.toolbar .dropdown-item {
    color: #575756;
}

.toolbar .dropdown-item:hover {
    color: #575756;
    background-color: #f2f2f2;
}

.toolbarHotlineWrapper {
    text-align: right;
}

.toolbarGlyph::before {
    margin-left: 20px;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* header elements                                        */
/* search bar with logo, search box, cart, etc.           */
/* newsletter bar
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.logoBar {
    padding: 20px 0 20px 0;
}

.bigTextInput  {
    border: 2px solid #005290;
    font-size: 1.4em;
    padding: 0 0 0 5px;
}

.bigTextInputGrey {
    border: 2px solid #575756;
    font-size: 1.4em;
    padding: 0 0 0 5px;
}

.bigTextInputPink {
    border: 2px solid #ff0048;
    font-size: 1.4em;
    padding: 0 0 0 5px;
}

.btn-hard {
    border-radius: 0;
    text-decoration: none;
}

.btn-hard-white {
    border-radius: 0;
    text-decoration: none;
    background-color: #fff;
}

.cartWrapper {
    font-size: 1.8em;
    text-align: right;
    padding-top: 0;
}

.cartWrapper a, .cartWrapper a:hover {
    color: #005290;
    text-decoration: none;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* header elements                                        */
/* main horizontal navigation bar                         */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.navBar a {
    text-decoration: none;
    color: #005290;
}

.navIcons {
    color: #005290;
}

.categoryDropHeader {
    font-size: 1.2em;
    height: 70px;
    padding: 15px 0 0 0;
}

.categoryDropHeader .dropdown-item {
    color: #575756;
    font-family: 'Open Sans', sans-serif;
    padding-top: 0;
}

.categoryDropHeader .dropdown-menu {
    background-color: #f2f2f2;
}

.categoryDropHeader .navDropdown {
    background-color: #f2f2f2 !important;
    border: none;
}

.categoryDropHeader .btn {
    font-size: 1em;
}

.channellist {
    list-style-type: none;
}

.navItems {
    text-align: center;
}

.navItems a, .navItems a:hover {
    color: #575756;
}

.navItems .glyphicons {
    color: #005290;
}

.navFirst {
    padding-left: 10px;
}

.navActive {
    border-bottom: 5px solid #c00820;
}

subcatlist a, .subcatlist a:hover {
    text-decoration:underline;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* header elements, links in dropdowns                    */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.dropdownLinks {
    font-size: 0.8em;
    text-decoration: none;
}

.bodyHeader {
    background-repeat: no-repeat;
    background-size: 100%;
    margin-bottom: 10px;
    background-size:cover;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* conversion header                                      */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.wizard-separator {
    background-image: url('https://bilder.restposten.de/images/ui/conversion-nav-arrow.png');
    width: 40px;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* special backgrounds                                    */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.noBackground {
    background: none;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* breadcrumb style                                       */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.breadcrumb {
    background: none;
    color: #3b3b3b;
    font-size: 0.8em;
    padding-left: 0;
    margin-bottom: 10px;
    padding-bottom: 0;
}

.breadcrumb a, .breadcrumb a:hover {
    color: #3b3b3b;
    text-decoration: underline;
}

.breadcrumb .separators::before {
    content: " >"
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* common elements in body                                */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.h1Wrapper {
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* milestones 1, 2, 3, ...                                */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.milestone {
    border: 2px solid #575756;
    border-radius: .25em;
    font-size: 0.7em;
    font-weight: bold;
    margin-right: 5px;
    padding: 0 4px 0 3px;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* carousel                                               */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#carouselSlider .carousel-item .slideButton {
    margin-top: 10px;
}

#carouselSlider .carousel-item .slideCopy {
    margin-top: 10px;
}

#carouselSlider .carousel-item .slideCta {
    margin-top: 10px;
}

#carouselSlider .carousel-item .slideDetails {
    padding-left: 10px;
}

#carouselSlider .carousel-item .slidePriceDisclaimer {
    font-size: 0.8em;
    line-height: 1;
}

#carouselSlider .carousel-item .slideFacts {
    margin-top: 10px;
}

#carouselSlider .carousel-item .slideImage  {
    background-position: 50% 0% !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    margin-bottom: 5px;
    width:  100%;
}

#carouselSlider .carousel-item .slideHeadline {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 2em;
    line-height: 1;
}

#carouselSlider .carousel-item .slideHeadline a,
#carouselSlider .carousel-item .slideHeadline a:hover {
    text-decoration:none;
}

#carouselSlider .carousel-item .slidePrice {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 2.2em;
    font-weight: bold;
}

.carousel-item .slideTeaserWrapper {
    margin-top: 20px;
    padding: 0 0 0 15px;
}

#carouselSlider .carousel-item .slideTeaserMain {
    background-color: #c00820;
    color: #fff;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 2.5em;
    font-weight: bold;
    line-height: 1.2;
    padding: 10px 0 10px 15px;
}

#carouselSlider .carousel-item .slideTeaserMarginal {
    background-color: #fff;
    border: 1px solid #c00820;
    color: #c00820;
    font-size: 3.5em;
    text-align: center;
    vertical-align: middle;
}

#carouselSlider .carousel-item .slideTyper {
    color: #c00820;
}

#carouselSlider .carouselThumbs {
    align-items: center;
    background-color: #fff;
    border: 1px solid #dfdfdf;
    cursor: pointer;
    display: flex;
    padding: 5px 7px 5px 7px;
}

#carouselSlider .carouselThumbCol {
    align-items: center;
    display: flex;
}

#carouselSlider .carouselWrapper .subcategories ul {
    padding-left: 15px;
    margin-bottom: 0;
}

#carouselSlider .carouselWrapper .subcategories li {
    list-style-type: none;
}

/*#carouselSlider .carouselWrapper .subcategories li::after {
	content: " >";
}*/

.carousel-indicators li {
    background-color: #dfdfdf;
}

.carousel-indicators .active {
    background-color: #3b3b3b;
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='https://www.w3.org/2000/svg' fill='%23dfdfdf' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='https://www.w3.org/2000/svg' fill='%23dfdfdf' viewBox='0 0 8 8'%3E%3Cpath d='M4 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* blue curation boxes                                    */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.blurCuration {
    color: #fff;
    margin-top: 20px;
}

.blueCurationElement {
    background-color: #005290;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    font-size: 1.4em;
    padding: 20px 0 20px 0;
    text-align: center;
}

.blueCurationElement a {
    color: #fff;
    text-decoration: none;
}

.blueCurationElement a:hover {
    color: #fff;
    text-decoration: none;
}

.blueCurationElement avererr {
    color: #fff;
    text-decoration: none;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* white curation boxes                                    */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.whiteCuration {
    background-color: #fff;
    color: #575756;
    margin-top: 20px;
}

.whiteCurationElement {
    font-size: 1.4em;
    padding: 20px 0 20px 0;
    text-align: left;
}

.whiteCurationElement a {
    color: #575756;
    text-decoration: none;
}

.whiteCurationElement a:hover {
    color: #575756;
    text-decoration: none;
}


.whiteCurationElement avererr {
    color: #575756;
    text-decoration: none;
}

.whiteCurationElementBorder {
    border-left: #ccc 1px solid;
}


/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Set the position of an item into the middle (vertical) */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.imageVerticalAlign {
    display: -webkit-flex; /* Safari */
    -webkit-align-items: center; /* Safari 7.0+ */
    display: flex;
    align-items: center;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Set the position of an item into the center            */
/*        (vertical + horizontal )                        */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.imgCenter {
    display: -webkit-flex; /* Safari */
    -webkit-justify-content: center; /* Safari 6.1+ */
    -webkit-align-items: center; /* Safari 7.0+ */
    display: flex;
    justify-content: center;
    align-items: center;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* promotion section fecaturing good ol' Reco             */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.recoPromotion {
    background-color: #f2f2f2;
    margin-top: 20px;
    padding: 20px 10px 20px 10px;
}

.recoPromotionRp6 {
    background-color: #f2f2f2;
    margin-top: 20px;
    padding: 0 10px 0 0;
}

.recoPromotionContent {
    padding: 0 20px 0 20px;
}

.recoPromotionContent ul {
    margin-left: 0;
    padding: 0 0 0 0;
}

.recoPromotionContent ul li {
    font-size: 1.2em;
    float: left;
    margin: 0 0 0 25px;
}

.recoPromotionContent span {
    font-size: 1.2em;
}

.recoPromotionContentRunning {
    font-size: 0.8em;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* bestseller boxes                                       */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.bestseller {
    color: #575756;
    margin-top: 20px;
}

.bestseller a {
    color: #575756;
    text-decoration: none;
}

.bestseller .nav-tabs .nav-link {
    border-radius: 0;
}

.bestsellerButtonWrapper {
    margin-top: 10px;
    text-align: center;
    width: 100%;
}

.bestsellerButtonWrapper a {
    color: #fff;
}

.bestsellerDisclaimer {
    font-size: 0.6em;
    margin-top: 20px;
    text-align: center;
}

.bestsellerFooter {
    background: url('https://bilder.restposten.de/images/ui/bestseller-footer-background.png') repeat-x;
    border-top: 1px solid #dfdfdf;
    padding: 9px 0 0 0;
    margin-top: 20px;
    min-height: 56px;
    text-align: center;
}

.bestsellerFooter a {
    background: #fff;
    border-bottom: 1px solid #dfdfdf;
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
    border-top: 1px solid #fff;
    padding: 10px 20px 10px 20px;
    text-decoration: underline;
}

.bestsellerGlyph {
    line-height: 0.5 !important;
}

.bestsellerHeader, .checkoutHeader, .gradH2Header {
    background: url('https://bilder.restposten.de/images/ui/bestseller-header-background.png') repeat-x bottom;
}

.bestsellerImg {
    position: relative;
    width:  100%;
    height: 160px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 5px;
}

.bestsellerName {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.3em;
    height: 2.5em;
    line-height: 1.0;
    overflow: hidden;
    hyphens: auto;
}

.bestsellerName a:hover {
    color: #575756;
}

.bestsellerPrice {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 1.7em;
    font-weight: bold;
    line-height: 1;
    padding: 5px 0 0 0;
}

.bestsellerUnit {
    font-size: 0.8em;
    height: 4em;
    line-height: 1.1;
    margin: 0;
}

.galleryItemBox {
    margin-top: 30px;
}


.glyphiconTopBox {
    font-size:10em;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* category feature box                                   */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.categoryFeature {
    padding-top: 20px;
}

.featuredProductData {
    margin-top: 20px;
}

.featuredProductData a  {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 1.7em;
    line-height: 1.1;
    text-decoration:none;
}

.featuredProductData .linkButton {
    margin-top: 10px;
}

.featuredProductData .copyText  {
    margin-top: 10px;
    line-height: 1.1;
}

.featuredProductData .details {
    margin-top: 10px;
}

.featuredProductData .featuredProductButton {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.2em;
    padding: 10px 40px 10px 40px;
}

.featuredProductData .price {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 2em;
    font-weight: bold;
    margin-top: 10px;
}

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

.featuredProductData .topseller img {
    max-width: 66px;
}

.productRows {
    padding-top: 20px;
}

.productRows a,.productRows a:hover{
    text-decoration:none;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* footer elements, newsletter section                    */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.newsletter {
    margin-top: 60px;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* footer elements, phone section                         */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.phonebutton, .phonebutton:hover  {
    text-decoration:none;
}
.white.phonebutton:hover {
    color:#fff;
}

.tagCloud {
    padding-top: 20px;
    text-align: center;
}

.tagCloud ul {
    line-height: 2em;
    margin: 0;
}

.tagCloud ul li {
    display: inline;
    margin: 0 0 0 25px;
}

.tagCloud a {
    color: #575756;
    padding: 0;
    text-decoration: none;
}

.tagCloud a.tag1 {
    font-size: 1em;
}

.tagCloud a.tag2 {
    font-size: 1.21428571429em;
}

.tagCloud a.tag3 {
    font-size: 1.42857142857em;
}

.tagCloud a.tag4 {
    font-size: 1.64285714286em;
}

.tagCloud a.tag5 {
    font-size: 1.85714285714em;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* footer elements, link section                          */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.footerLinkSection {
    color: #fff;
    font-size: 1em;
    padding: 20px 0 10px 0;
}

.footerLinkSection .card, .footerLinkSection .card-header {
    background-color: #575756;
    border: none;
    padding-bottom: 0;
}

.footerLinkSection .card a {
    background-color: #575756;
    color: #fff;
    text-decoration: none;
}

.footerLinks {
    list-style-type: none;
    padding-left: 0;
}

.footerLink, .footerLinks a,.footerLinks a:hover {
    color: #fff;
    text-decoration: none;
}

@media (max-width: 767px) {
    .newsletter	.bigTextInput {
        height:38px;
        font-size: 1em;
        line-height: 1;
    }
    .newsletter #subscribeNewsletter {
        height:38px;
        padding: 0 5px 0 5px;
        font-size: 0.9em;
        line-height: 1;
    }

    .footerLinkSection {
        padding-bottom: 40px;
    }

    .footerLinkSection .card-header {
        border-bottom: 1px solid #fff;
        padding: 0 0 15px 0;
        margin-top: 15px;
    }

    .accordion-toggle:after {
        /* symbol for "opening" panels */
        font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
        content: ">";    /* adjust as needed, taken from bootstrap.css */
        float: right;        /* adjust as needed */
        color: #fff;         /* adjust as needed */
    }

    .accordion-toggle.collapsed:after {
        /* symbol for "collapsed" panels */
        content: ">";    /* adjust as needed, taken from bootstrap.css */
    }

    /* Doublick - Responsive */
    .hidden-desktop { display: inherit !important; }
    .visible-desktop { display: none !important; }
    .visible-phone { display: inherit !important; }
    .hidden-phone { display: none !important; }
}


/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* error styles                                           */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.error400 {
    padding: 1em 5%;
    position: relative;
    margin-bottom:-60px;
}

.error400 .inner {
    position: relative;
    z-index: 2;
    height:100%;
    padding-top:25px;
    padding-bottom:25px;
}

.error400 h1 {
    font-size: 8em;
}
.error400 p {
    font-size: 4em;
}

.error400 .glyphicons {
    position: absolute;
    font-size: 18em;
    color: #fff;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* footer elements, payment logo section                  */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.footerPayments {
    padding: 15px 0 15px 0;
    text-align: center;
}

.footerPayments .row {
    align-items: center;
}

.footerPayments img {
    vertical-align: middle;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* footer elements, disclaimer section                    */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.footerDisclaimer {
    padding: 10px 0 0 0;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++ page-specific junk from now on ++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* my account                                                 */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.account .accountContainer {
    padding: 20px 20px 20px 20px;
}

.account .adCards {
    color: #fff;
    font-weight: bold;
    margin-top: 20px;
    padding: 20px 30px 20px 30px;
}

.account .adCards a, a:hover {
    color: #fff;
    text-decoration: none;
}

.adCards .adCenter {
    background: linear-gradient(to bottom, #00264d 0%,#00264d 75%,white 25%,white 100%);
    padding: 20px 0 20px 0;
}

.adCards .dhl {
    background: linear-gradient(to bottom, #ffcc00 0%,#ffcc00 75%,white 25%,white 100%);
    padding: 20px 0 20px 0;
}

.adCards .gksat {
    background: linear-gradient(to bottom, #575756 0%,#575756 75%,white 25%,white 100%);
    padding: 20px 0 20px 0;
}


.account .roleActive {
    background-color: #71c544;
    color: #fff;
    padding: 5px 10px 5px 0;
}

.account .roleInactive {
    background-color: #c00820;
    color: #fff;
    padding: 5px 10px 5px 0;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* campus                                                 */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.campus .articleLink {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 2em;
    line-height: 1;
    text-decoration: none;
}
.campus .articleLink:hover {
    color: #575756;
}
.campus .articlePreview {
    margin-bottom: 20px;
}

.campus .articleTeaser {
    margin-top: 20px;
}

.campus .btn {
    margin-top: 20px;
}

.campus .indexHeadliner {
    padding-top: 10px;
}

.campus .vitaImage {
    margin: 0 10px 0 10px;
}

.campus .allArticles a {
    text-decoration: underline;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* login page                                             */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.loginRecoLeft {
    color: #575756;
    font-size: 3em;
    padding: 20px;
}

.loginRecoMiddle {
    background-color: #f2f2f2;
    padding: 30px 30px 30px 30px;
}

.loginRecoMiddle a {
    color: #575756;
}

.loginRecoMiddle .cta {
    padding: 20px 20px 40px 20px;
    text-align: center;
}

.loginRecoMiddle .cta a {
    color: #fff;
    padding: 10px 40px 10px 30px;
}

.loginRecoMiddle input {
    border: 1px solid #dfdfdf;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 20px;
    padding: 5px 10px 5px 10px;
    width: 100%;
}

.loginRecoMiddle label {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 1.8em;
    padding-right: 10px;
}

.loginRecoMiddle .loginLogos {
    align-items: center;
    padding: 10px 0 10px 0;
}

.loginRecoMiddle .loginOthers {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 1.8em;
    padding: 15px 0 5px 0;
    color: #575756;
}

.loginTeaserCta {
    padding-top: 30px;
    text-align: center;
}

.loginTeaserCta a {
    font-size: 1.4em;
    margin-right: 20px;
    padding-right: 20px;
}

.loginTeaserCta .glyphicons {
    margin-right: 10px;
}

.loginTeaserHead {
    font-size: 3em;
    font-family: 'Open Sans Condensed', sans-serif;
    line-height: 1.2;
    padding: 40px 0 20px 0;
}

.loginWrapper {
    background: url('https://bilder.restposten.de/images/ui/backgrounds/background-login-reco.png') no-repeat;;
}


/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* legal pages                                            */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.contactForm {
    margin-top: 20px;
}

.contactForm input, textarea {
    border: 1px solid #dfdfdf;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 20px;
    padding: 5px 10px 5px 10px;
    width: 100%;
}

.imprintWrapper a {
    color: #575756;
}

.legalRecos {
    margin: 0 40px 40px 0;
}

.legalTexts {
    font-size:1em;
    font-family: 'Open Sans', sans-serif;
}

.legalTexts b {
    font-size:1.4em;
    font-weight:normal;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* partner pages                                          */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.partner {
    margin-top: 20px;
}

.partner .reco {
    background-image: url('https://bilder.restposten.de/images/ui/reco-partner.png');
    background-repeat: no-repeat;
    padding-right: 40px;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* product detail page                                    */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#detailSmallPics .carousel-item img {
    max-height: 400px;
    margin:auto;
}

.productDataRow {
    border-right: 10px solid #fff;
}

.productDataRow .productItem {
    padding: 3px 10px 3px 10px;
}

.productDetail .cartButtonWrapper {
    padding: 10px 0 10px 0;
}

.productDetail .cartButtonWrapper a:hover {
    color: #fff;
}

.productDetail .inputAmount input {
    border: 1px solid #dfdfdf;
    font-family: 'Open Sans', sans-serif;
    padding: 5px 0 5px 0;
    text-align: center;
    width: 55%;
}

.productDetail .inputAmount {
    color: #c00820;
    padding: 5px 0 5px 15px;
}

.productDetail .keyfacts {
    padding-top: 20px;
}

.productDetail .keyfacts .headline {
    padding-top: 10px;
    padding-left: 30px;
}

.productDetail .mainProductContainer {
    padding-bottom: 10px;
}

#map {
    height: 100%;
    width: 100%;
    max-height:240px;
    max-width:240px;
}

.productDetail .memberSinceWrapper, .ctaCellShop .memberSinceWrapper {
    background: url('https://bilder.restposten.de/images/ui/background-member-since.png');
    background-position: 15px 0;
    background-repeat: no-repeat;
    background-size: contain;
    color: #fff;
    font-family: 'Open Sans Condensed', sans-serif;
    line-height: 1;
    min-height: 3.2em;
    padding-top: 0.6em;
    text-align: center;
}

.searchResults .memberSinceWrapper {
    background: url('https://bilder.restposten.de/images/ui/background-member-since.png');
    background-repeat: no-repeat;
    background-size: contain;
    color: #fff;
    font-family: 'Open Sans Condensed', sans-serif;
    line-height: 1;
    width:100%;
}

.searchResults .memberTopSellerWrapper {
    background: url('https://bilder.restposten.de/images/ui/icon-topseller-big.png');
    background-repeat: no-repeat;
    background-size: contain;
    width:100%;
}

.productDetail .memberSinceWrapper {
    font-size: 1em;
    padding-left: 28px;
}

.ctaCellShop .memberSinceWrapper {
    font-size: 0.8em;
    padding-left: 24px;
}


.rp6 .memberSinceWrapper {
    font-size: 1.2em;
    padding-left: 28px;
}

.productDetail .orderAmount {
    width:100%;
}

.productDetail .priceDisclaimer {
    font-size: 0.8em;
}

.productDetail .priceWrapper {
    color: #c00820;
}

.productDetail .priceWrapper .bigPrice {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 2.2em;
    font-weight: bold;
}

.productDetail .scaleIntro {
    padding: 10px 0 10px 0;
}

.productDetail .sellerData {
    padding-top: 80px;
}

.productDetail .sellerShortInfo {
    font-size: 0.8em;
    padding-top: 20px;
}

.productDetail .sellerSocial {
    padding-top: 10px;
}

.productDetail .sellerSocial .glyphicons {
    color: #c00820;
    font-size: 2em;
}

.topLogo img {
    padding-top:10px;
    max-width:50%;
}

.productDetail .keyfacts .socials {
    margin-right: 10px;
}

.productDetail .keyfacts .socialWrapper {
    padding-top: 10px;
}

.productDetail .keyfacts .socialWrapper .glyphicons {
    color: #c00820;
    font-size: 2em;
}

.floatingSocials {
    padding-right: 0;
    text-align: right;
}

.floatingSocials img {
    padding-bottom: 10px;
}

.productDetail .keyfacts ul {
    padding-left: 0;
    margin-bottom: 20px;
}

.productDetail .keyfacts ul li {
    float: left;
    margin: 0 0 0 25px;
}

.productDetail .scaleButton {
    color: #c00820;
    text-align: right;
}

.productDetail .scaleClickers {
    margin: 0 10px 10px 0;
    padding: 5px 0 5px 10px;
    border: 1px solid #dfdfdf;
}

.productDetail .thumbs {
    position: relative;
    width:  100%;
    height: 60px;
    padding-right: 5px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    border: 1px solid #dfdfdf;
}

.sellerDetail {
    margin-top: 20px;
}

.sellerDetail .sellerLinks {
    padding: 0 0 0 15px;
}

.sellerLink a, .sellerLink a:hover {
    color: #575756;
    text-decoration: none;
}

.sellerDetailHead {
    padding-bottom: 10px;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* register                                               */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.register-reco {
    background: linear-gradient(to bottom, #f2f2f2 0%,#f2f2f2 75%,white 25%,white 100%);
    padding: 20px 0 20px 0;
}

.registerPackage .gradBlue {
    background: #005290;
    background: -webkit-linear-gradient(bottom,#005290 0%, #005290 10%, #005290 10%, #fff 25%);
    background: -o-linear-gradient(bottom,#005290 0%, #005290 10%, #005290 10%, #fff 25%);
    background: -moz-linear-gradient(bottom,#005290 0%, #005290 10%, #005290 10%, #fff 25%);
    background: linear-gradient(to bottom, #005290 0%, #005290 10%, #005290 10%, #fff 25%);
    padding: 10px 5px 0 5px;
    border-right: 10px solid #fff;
}

.registerPackage .gradOrange {
    background: #f0811a;
    background: -webkit-linear-gradient(bottom,#f0811a 0%, #f0811a 25%, #f0811a 25%, #fff 80%);
    background: -o-linear-gradient(bottom,#f0811a 0%, #f0811a 25%, #f0811a 25%, #fff 80%);
    background: -moz-linear-gradient(bottom,#f0811a 0%, #f0811a 25%, #f0811a 25%, #fff 80%);
    background: linear-gradient(to bottom, #f0811a 0%, #f0811a 25%, #f0811a 25%, #fff 80%);
    border-right: 10px solid #fff;
}

.registerPackage .gradGold {
    background: #9b835e;
    background: -webkit-linear-gradient(bottom,#9b835e 0%, #9b835e 10%, #9b835e 10%, #fff 25%);
    background: -o-linear-gradient(bottom,#9b835e 0%, #9b835e 10%, #9b835e 10%, #fff 25%);
    background: -moz-linear-gradient(bottom,#9b835e 0%, #9b835e 10%, #9b835e 10%, #fff 25%);
    background: linear-gradient(to bottom, #9b835e 0%, #9b835e 10%, #9b835e 10%, #fff 25%);
    padding: 10px 6px 0 6px;
}

.register h2, .checkoutH2, .addressH3 {
    background-color: #f2f2f2;
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    font-weight: normal;
    width: 100%;
}

.register input, .register select {
    border: 1px solid #dfdfdf;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 10px;
    padding: 5px 10px 5px 10px;
    width: 100%;
}

.register select, .adresses select {
    background-color: #f2f2f2;
}

.register .legals a:hover {
    color: #575756;
    text-decoration: underline;
}

.register input + p, .register select + p  {
    background: #f2f2f2;
    border: 1px solid #dfdfdf;
    display: none;
    padding: 5px;
}

.register input:focus + p, .register select:focus + p {
    display: block;
}

.register-back-aubergine {
    background-color:#d60b52;
}
.register-arrow-right-aubergine {
    height: 130px;
    border-top: 65px solid transparent;
    border-bottom: 65px solid transparent;
    border-left: 30px solid #d60b52;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* rp6 business hub                                       */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.rp6 .card {
    border: none;
}
.rp6 .dropdown-item {
    text-decoration: none;
}
.rp6 .dropdown .btn {
    width: 100%;
    text-align: left;
}

.rp6 .ctaCellShop {
    padding-top: 0;
}

.rp6 .ctaCellShop a {
    text-decoration: none !important;
}

.rp6 .ctaCellShop a:hover {
    color: #575756;
}

.rp6 .ctaCellShop .toOfferWrapper {
    padding-top: 20px;
}

.rp6 .ctaCellShop .toOfferWrapper a,
.rp6 .ctaCellShop .toOfferWrapper a:hover {
    color: #fff;
    text-decoration: none;
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* search engine                                          */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.searchEngine .activeFilter {
    border: 1px solid #005290;
    color: #005290;
    margin-right: 5px;
    padding: 3px 0 3px 7px;
}

.searchEngine .badge {
    margin-bottom: 10px;
}

.searchEngine .card-header a:hover {
    color: #575756;
}

.searchEngine .ctaCell {
    padding-top: 40px;
}

.searchEngine .ctaCellShop {
    padding-top: 0;
}

.searchEngine .ctaCell a,
.searchEngine .ctaCellShop a {
    text-decoration: none !important;
}

.searchEngine .ctaCell a:hover,
.searchEngine .ctaCellShop a:hover {
    color: #575756;
}

.searchEngine .ctaCell .toOfferWrapper,
.searchEngine .ctaCellShop .toOfferWrapper {
    padding-top: 20px;
}

.searchEngine .ctaCell .toOfferWrapper a,
.searchEngine .ctaCell .toOfferWrapper a:hover,
.searchEngine .ctaCellShop .toOfferWrapper a,
.searchEngine .ctaCellShop .toOfferWrapper a:hover {
    color: #fff;
    text-decoration: none;
}

.searchEngine .filterCol {
    padding-top: 10px;
}

.searchEngine .filterCol .card {
    border: none;
    padding-left: 0;
}

.searchEngine .filterCol .card-block {
    padding-left: 10px;
    padding-top: 0;
}

.searchEngine .filterCol .card-header {
    background: none;
    border: none;
    border-radius: 0;
    font-weight: bold;
    line-height: 1;
    padding-left: 0;
}

.searchEngine .filterCol h5 {
    font-size: 1em;
}

.searchEngine .footerPagination .page-link {
    padding: 7px 6px 7px 6px;
}

.searchEngine .footerPagination .spacer {
    padding-right: 10px;
}

.searchEngine .price {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 2em;
    font-weight: bold;
}

.searchEngine .productName, .rp6 .productName {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 1.4em;
    overflow: hidden;
    hyphens: auto;
}

.searchEngine .searchDetails {
    font-size: 0.8em;
    padding-top: 3px;
}

.searchEngine .searchFooter {
    padding-top: 40px;
}

.searchEngine .searchResultRow {
    padding-top: 20px;
}

.searchEngine .searchResultRow a, .searchEngine .searchResultRow a:hover {
    color: #575756;
    text-decoration: underline;
}

.searchEngine .searchResultRow .btn, .searchEngine .searchResultRow .btn:hover {
    color: #fff;
}

.searchEngine .searchResults {
    padding-top: 20px;
}

.searchEngine .searchTotals {
    padding-top: 10px;
}

.searchEngine .searchTotals .pagination {
    border-radius: 0;
    line-height: 1;
}

.searchEngine .page-link {
    border-radius: 0;
    color: #575756;
    line-height: 1;
    margin-right: 10px;
    padding: 3px 0 0 0;
}

.searchEngine .pagination a {
    border-radius: 0;
    color: #575756;
    line-height: 1;
    margin-right: 10px;
    padding: 3px 0 0 0;
}

.searchEngine a {
    text-decoration: none;
}

.searchEngine .pagination .pageNumbers a {
    border: none;
    border-radius: 0;
    color: #575756;
    line-height: 1;
    margin-right: 10px;
    padding: 3px 0 0 0;
}

.searchEngine .dropdown, .rp6 .dropdown {
    margin-right: 10px;
}

.searchEngine .dropdown .btn, .rp6 .dropdown .btn {
    border: 1px solid #dfdfdf;
    border-radius: 0;
    margin-bottom: 6px;
    padding: 3px 10px 3px 10px;
}

.searchEngine .dropdown .dropdown-menu, .rp6 .dropdown .dropdown-menu {
    background-color: #f2f2f2;
}

.searchEngine .dropdown .dropdown-item:hover,.rp6 .dropdown .dropdown-item:hover {
    background-color: #005290;
    color: #f2f2f2;
}

.searchWrapper {
    padding-left:0;
    padding-right: 0;
}

.toOffer {
    color:#fff;
    padding: 5px 10px 5px 5px;
}

.toOffer:hover {
    color:#fff !important;
}

.toShop {
    color: #3b3b3b;
    padding: 5px 10px 5px 0;
}

.toShop:hover {
    color: #3b3b3b !important;
}

.streamDropdown, .streamDropdown a {
    color:#fff;
    background-color: #575756;
}

.streamDropdown a:hover {
    background-color: #f0811a;
    color:#fff;
}
div.streambox { border:1px solid #dfdfdf; margin-bottom:25px;}
div.streambox:nth-child(odd) { background-color: #f2f2f2; }
div.commentbox:not(:last-child) { border-bottom: 1px solid #dfdfdf; }
div.streamFollows:not(:last-child) { border-bottom: 1px solid #dfdfdf; padding-bottom:25px; }
div.streamFollows:not(:first-child) { padding-top:25px; }
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* search Suggest                                         */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.suggest {
    z-index: 1001;
    display:none;
    position:absolute;
}
.suggest li {
    list-style-type:none;
}

.suggest ul {
    padding-left:0;
    margin-left:0;
}


.suggestTopOffer:last-child {
    border-bottom:none;
}

.suggestOfferPic a img{
    max-height: 60px;
    max-width:60px;
}


/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* sitemap                                                */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.sitemapInitial {
    border: 1px solid #dfdfdf;
    color: #575756;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 2em;
    padding: 10px 30px 10px 30px;
}

.sitemapList {
    margin-left: 15px;
    padding: 0 0 0 0;
}

.sitemapList a {
    color: #575756;
    text-decoration: none;
}

.sitemapLists {
    padding-top: 30px;
}

.sitemapListsContainer {
    padding-bottom: 20px;
    margin-top: 20px;
}

.sitemapListsContainer a {
    border: 1px solid #005290;
    color: #005290;
    margin-right: 2px;
    padding: 2px 5px 2px 5px;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* testimonial                                            */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.testimonial ul {
    margin: 10px 0 0 0;
    padding: 0;
}

.testimonial ul li {
    background: url('https://bilder.restposten.de/images/logos/restposten-logo-testimonials.png') no-repeat left top;
    padding: 2px 0 3px 40px;
    list-style: none;
    margin: 0;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* inquiry                                            */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.inquiry textarea {
    margin-top: 1em;
    height: 14em;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* custom checkbox                                        */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.custom-control-input:checked ~ .custom-control-indicator {
    background-color: #71c544;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* checkout                                               */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.checkout .dropdown .btn, .checkout .dropdown .dropdown-menu {
    border-radius: 0;
    border: 1px solid #dfdfdf;
}

.checkout .dropdown-menu a {
    text-decoration: none;
}

.checkout .orderDroppers select {
    border: 1px solid #dfdfdf;
    font-family: 'Open Sans', sans-serif;
    padding: 5px 10px 5px 10px;
    width: 100%;
}

.checkout .orderLegals .custom-checkbox .custom-control-indicator {
    background-color: #fff;
}

.checkout .orderLegals .custom-control-input:checked ~ .custom-control-indicator {
    background-color: #71c544;
}

.checkout .orderNo input {
    border: 1px solid #dfdfdf;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 10px;
    padding: 5px 10px 5px 10px;
    width: 100%;
}

.checkout .headerWrapper {
    font-weight: bold;
}

.checkout .posWrapper {
    font-size: 1.0em;
}
.checkout .sendCartToSeller {
    background: #f2f2f2;
    background: -webkit-linear-gradient(left,#71c544 0%, #71c544 10%, #71c544 10%, #f2f2f2 25%);
    background: -o-linear-gradient(left,#71c544 0%, #71c544 10%, #71c544 10%, #f2f2f2 25%);
    background: -moz-linear-gradient(left,#71c544 0%, #71c544 10%, #71c544 10%, #f2f2f2 25%);
    background: linear-gradient(to left, #71c544 0%, #71c544 10%, #71c544 10%, #f2f2f2 25%);
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* checkout // delivery addresses                         */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.adresses .existing h2 {
    background-color: #dfdfdf;
    color: #575756;
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    font-weight: normal;
    padding: 7px 5px 7px 5px;
}

.adresses .addressFooter {
    background: url('https://bilder.restposten.de/images/ui/bestseller-footer-background.png') repeat-x;
    border-top: 1px solid #dfdfdf;
    padding: 9px 0 0 0;
    margin-top: 20px;
    min-height: 56px;
    text-align: center;
}

.adresses .addressFooter a {
    background: #fff;
    border-bottom: 1px solid #dfdfdf;
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
    border-top: 1px solid #fff;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
}

.adresses .addressGlyph {
    line-height: 0.5 !important;
}

.adresses .addressH3 {
    padding: 3px 5px 3px 5px;
}

.adresses input, .adresses select {
    border: 1px solid #dfdfdf;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 1em;
    padding: 5px 10px 5px 10px;
    width: 100%;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* price slider                                           */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#custom-handle {
    width: 3em;
    height: 1.6em;
    top: 50%;
    margin-top: -.8em;
    text-align: center;
    line-height: 1.6em;
}


/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* shop styles                                            */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.shop .seller-logo {
    max-height: 68px;
}
.shop .toolbar span, .shop .toolbar a, .shop .toolbar a:focus, .shop .toolbar a:hover, .shop .toolbar a:active {
    color: #3b3b3b;
}
.shop .userlogo {
    display: block;
    margin: 0 auto;
}

.shop .h1Wrapper {
    font-size: 0.7em;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* off canvas for all viewport sizes                      */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.offcanvas-left .dropdown-item {
    border-bottom: 1px solid #fff;
    padding-left: 0;
    text-decoration: none;
}

.roundPositions {
    display: inline-block;
    height: 22px;
    width: 22px;
    line-height: 1;
    position:absolute;
    margin-left:-20px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #c00820;
    color: #fff;
    font-size: 0.6em;
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* media query                                            */
/* Medium devices (phones, 576px and up)                 */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
@media (min-width: 1px) {
    .campus iframe {
        min-height:250px;
    }
    .bestseller iframe {
        min-height:250px;
    }

    .rp_logo {
        width:153px;
        height:27px;
    }
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* media query                                            */
/* Small devices (landscape phones, 576px and up))        */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
@media (max-width: 575px) {

    .bigTextInput, .bigTextInputGrey, .bigTextInputPink {
        width: 135px;
        height: 47px;
    }

    #carouselSlider  .carousel {
        margin-top: 0;
    }

    #carouselSlider .carousel-item {
        border-bottom: 1px solid #dfdfdf;
        display: block;
        padding-bottom: 20px;
        padding-top: 20px;
    }

    #carouselSlider .carouselWrapper {
        padding: 20px 0 20px 0;
    }

    .conversion .navBar {
        height: 60px;
    }
    .conversion .navItems {
        height: 60px;
        font-size: 0.6em;
    }

    .conversion .navItems {
        padding: 20px 0 0 10px;
    }

    .footerPhoneSection {
        color: #fff;
        font-size: 1.4em;
        font-weight: normal;
        padding: 5px 0 5px 0;
        text-align: center;
    }


    .logoBar .btn {
        font-size: 1em;
        height: 38px;
    }

    .logoBar .btn span {
        font-size: 1.3em;
        height: 38px;
        line-height: 1.3;
        padding: 0;
    }

    .logoBar .btn .glyphicons:before {
        padding: 0;
    }

    .logoBar .cartWrapper .glyphicons {
        margin-top: -5px;
    }

    .logoBar .cartWrapper .glyphicons:before {
        padding-left: 0;
        margin-left: -10px;
    }

    .logoBar .CompanyLogo {
        max-height: 40px;
    }

    .navBar {
        height: 60px;
    }

    .navItems {
        height: 60px;
        font-size: 0.8em;
    }

    .navItems {
        padding: 7px 0 0 0;
    }

    .searchEngine .productimage {
        max-height: 250px;
    }

    .searchTextInput {
        border: 2px solid #005290;
        font-size: 1em;
        height: 38px;
        padding: 5px 0 5px 5px;
    }

    .tagCloud ul li {
        margin-left: 3px;
    }

    .tagCloud ul {
        -webkit-padding-start: 0;
    }

    .top-fix{
        top:0;
        position:fixed;
        right:0;
        left:0;
        background-color:#fff;
        z-index: 99;
    }

    .top-fix .suggest {
        margin-top:40px;
    }

    .rp_logo {
        width:153px;
        height:27px;
    }

}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* media query SM                                         */
/* Medium devices (phones, 576px and up)                  */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

@media (min-width: 576px) {
    .campus iframe {
        min-height:324px;
    }
    .bestseller iframe {
        min-height:324px;
    }
    #carouselSlider .carousel {
        margin-top: 0;
    }

    #carouselSlider .carousel-item {
        border-bottom: 1px solid #dfdfdf;
        display: block;
        padding-bottom: 20px;
        padding-top: 20px;
    }

    #carouselSlider  .carouselWrapper {
        padding: 20px 0 20px 0;
    }

    .checkout .posWrapper {
        font-size: 1.2em;
    }

    .conversion .navBar {
        height: 70px;
    }

    .conversion .navItems {
        height: 70px;
        font-size: 0.8em;
    }

    .conversion .navItems {
        padding: 20px 0 0 10px;
    }

    .footerPhoneSection {
        color: #fff;
        font-size: 2em;
        font-weight: normal;
        padding: 5px 0 5px 0;
        text-align: center;
    }

    .error400 .inner {
        padding-top:75px;
        padding-bottom:75px;
    }

    .glyphiconTopBox {
        font-size:12em;
    }

    .indexRecoPromotion {
        padding-top: 20px;
        text-align: center;
    }

    .searchTextInput {
        border: 2px solid #005290;
        font-size: 1.4em;
        height: 38px;
        padding: 5px 0 5px 5px;
    }

    .shop .h1Wrapper {
        font-size: 1em;
    }

    .logoBar div{
        padding: 0 10px 0 5px;
    }

    .logoBar .btn {
        font-size: 1em;
        height: 38px;
    }

    .logoBar .btn span {
        font-size: 1.3em;
        height: 38px;
        line-height: 1.3;
        padding: 0;
    }

    .logoBar .btn .glyphicons:before {
        padding: 0;
    }

    .logoBar .cartWrapper .glyphicons {
        margin-top: -5px;
    }

    .logoBar .CompanyLogo {
        max-height: 55px;
    }

    .navBar {
        height: 70px;
    }

    .navItems {
        height: 70px;
        padding: 7px 0 0 0;
    }

    .navItems .smaller {
        font-size: 1.2em;
    }

    .navItems a {
        font-size: 1.2em;
    }

    .productDetail .orderAmount {
        width: auto;
    }

    .searchWrapper {
        padding-left: 15px;
        padding-right: 15px;
    }

    .tagCloud ul li {
        margin-left: 5px;
    }

    .tagCloud ul {
        -webkit-padding-start: 0;
    }

    .topLogo img {
        padding-top:0;
        max-width:100%;
    }

    .rp_logo {
        width:216px;
        height:38px;
    }

}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* media query MD                                         */
/* Medium devices (tablets, 768px and up)                 */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
@media (min-width: 768px) {

    .bestsellerImg.streamImageGallery {
        max-height: 80px;
    }

    .badgeWrapper {
        padding-top: 0;
    }

    .campus iframe {
        min-height:432px;
    }
    .bestseller iframe {
        min-height:432px;
    }
    #carouselSlider .carousel {
        margin-top: 1px;
    }

    #carouselSlider .carousel-item {
        display: none;
    }

    #carouselSlider .carousel-item.active {
        display: block;
    }

    #carouselSlider  .carouselWrapper {
        background: url('https://bilder.restposten.de/images/ui/index-carousel-background.png');
        padding: 20px 0 20px 0;
    }

    .checkout .posWrapper {
        font-size: 1.1em;
    }

    .error400 .inner {
        padding-top:100px;
        padding-bottom:100px;
    }

    .error400 h1 {
        font-size: 14em;
    }
    .error400 p {
        font-size: 6em;
    }

    .error400 .glyphicons {
        font-size: 24em;
    }


    .glyphiconTopBox {
        font-size:16em;
    }

    .productDetail .cartButtonWrapper {
        padding: 20px 0 10px 30px;
    }

    .floatingSocials {
        padding-right: 0;
        text-align: left;
    }

    .logoBar div{
        padding: 0 15px 0 3px;
    }

    .logoBar .btn {
        height: 47px;
        font-size: 1.2em;
    }

    .logoBar .CompanyLogo {
        max-height: 65px;
    }


    .navItems {
        padding: 20px 0 0 0;
    }

    .newsletter .bigTextInput {
        height: 47px;
    }

    .productDetail .priceWrapper .bigPrice {
        font-family: 'Open Sans Condensed', sans-serif;
        font-size: 2em;
        font-weight: bold;
    }

    .searchTextInput {
        height: 47px;
    }

    .searchEngine .productimage {
        max-height: 140px;
    }

    .toolbar {
        display: block;
    }
    .toolbarHotlineWrapper {
        font-size: 1.2em;
    }

    /* Doubleclick - Responsive */
    .visible-phone { display: none !important; }
    .visible-tablet { display: none !important; }
    .hidden-phone { }
    .hidden-tablet { }
    .hidden-desktop { display: none !important; }
    .visible-desktop { display: inherit !important; }

    .rp_logo {
        width:226px;
        height:39px;
    }
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* media query LG                                         */
/* Large devices (desktops, 992px and up)                 */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
@media (min-width: 992px) {

    .bestsellerImg.streamImageGallery {
        max-height: 80px;
    }

    .campus iframe {
        min-height:auto;
    }
    .bestseller iframe {
        min-height:auto;
    }

    .checkout .posWrapper {
        font-size: 1.2em;
    }

    .logoBar .CompanyLogo {
        max-height: 70px;
    }

    .glyphiconTopBox {
        font-size:18em;
    }

    .newsletter .bigTextInput {
        height: 47px;
    }

    .productDetail .priceWrapper .bigPrice {
        font-family: 'Open Sans Condensed', sans-serif;
        font-size: 2.2em;
        font-weight: bold;
    }

    .productDetail .scaleClickers {
        border-right: 1px solid #dfdfdf;
    }

    .productDetail .scaleIntro {
        padding: 10px 0 0 0;
    }

    .sellerDetail {
        margin-top: 40px;
    }


    .toolbarHotlineWrapper {
        font-size: 1.4em;
    }

    .rp_logo {
        width:226px;
        height:39px;
    }
}


/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* media query XL                                         */
/* Extra large devices (large desktops, 1200px and up)    */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
@media (min-width: 1200px) {

    .bestsellerImg.streamImageGallery {
        max-height: 80px;
    }

    .bigTextInput, .bigTextInputGrey, .bigTextInputPink {
        width: 373px;
        height: 47px;
    }

    #carouselSlider .carousel-item {
        height: 450px;
    }

    .checkout .posWrapper {
        font-size: 1.4em;
    }

    .navItem110 {
        width:110px;
    }

    .navItem150 {
        width:150px;
    }

    .searchTextInput {
        height: 47px;
    }

    .glyphiconTopBox {
        font-size:20em;
    }

    .rp_logo {
        width:270px;
        height:47px;
    }
}