body {
    color: #3c3c3c;
    font: 400 14px/14px 'Open Sans', Arial, Helvetica;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
}

/* Required to query Viewpoints from js */
body:before {
    content: "lg";
    display: none;
    visibility: hidden;
}

button {
    cursor: pointer;
}

a {
    color: #3c3c3c;
}

.content-container a {
    text-decoration: underline;
}

a:hover {
    color: #000000;
}

.btn,
a,
.btn:hover,
a:hover {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    outline: none !important;
}

h1,
h2,
h3,
h4 {
    margin: 0;
}

h1 {
    font: 600 4em "Eczar", serif;
    line-height: 1.3em;
    margin: 0 0 0.25em 0;
    text-transform: uppercase;
    border-bottom: 1px solid #d0d0d0;
    padding-bottom: 0.25em;
    margin-bottom: 0.25em;
}

h2 {
    font: 300 2.5em "Open Sans", Arial, Helvetica;
    margin-bottom: 0.75em;
    line-height: 1em;
}

h3 {
    font: 300 2em "Open Sans", Arial, Helvetica;
    margin: 0 0 1em 0;
    line-height: 1em;
}

h4 {
    font: 300 1.5em "Open Sans", Arial, Helvetica;
    margin-bottom: 1em;
    line-height: 1em;
}

h4 i {
    margin-right: 0.5em;
    line-height: 1em;
}

p {
    font-size: 1em;
    line-height: 1.7em;
    margin-bottom: 1.7em;
}

.spacer {
    padding: 6em 0;
}

.hidden {
    display: none;
}

.clear {
    clear: both;
}

#em {
    height:1em;
    visibility: hidden;
    margin-top: -1em;
}

.graybg {
    background: #e9e9e9;
}

.btn {
    border: none;
    border-radius: 0;
    padding: 1em 4em;
    background: rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
}

.btn:hover, .btn:active {
    color: #fff;
}

.btn-default {
    color: #ccc;
    border: 1px solid #aaa;
}

.btn-default:hover, .btn-default:active {
    background: rgba(0, 0, 0, 0.8);
}

.btn-primary {
    color: #fff;
    background: #00a9c6;
    width: 100%;
    outline: none;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    background: #1BC0DC;
    box-shadow: none;
}

.btn-addRating {
    background: #fff;
    border: 1px solid #c8001e;
    color: #c8001e;
    font-weight: 800;
    font-size: 1.1em;
    padding: 0.75em 1em;
}
a.btn-addRating {
    text-decoration: none;
}

.btn-addRating:hover {
    box-shadow: none;
    color: #f8304e; /* FIXME */
    border-color: #f8304e; /* FIXME */
}

.btn-addToCart {
    background: #c8001e;
    color: #fff;
    font-weight: 800;
    font-size: 1.1em;
    padding: 0.75em 1em;
}
a.btn-addToCart {
    text-decoration: none;
}

.btn-addToCart:hover {
    background: #f8304e; /* FIXME */
}

.btn-quickOrder {
    background: #c8001e;
    color: #fff;
    font-weight: 800;
    font-size: 1.1em;
    padding: 0.5em 1em;
    margin-top: -3px;
}
.btn-quickOrder:hover {
    background: #f8304e; /* FIXME */
}

.btn-default-action {
    background: #fff;
    color: #c8001e;
    border: 1px solid #c8001e;
    font-weight: 800;
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 1em;
}
.btn-default-action:hover {
    color: #f8304e;
    border-color: #f8304e;
}
a.btn-default-action {
    text-decoration: none;
}

.btn-default-action-small {
    padding: 0.5em 1em;
}

.btn-notify {
    background: #c8001e;
    color: #fff;
    padding: 11px 0;
    font-weight: 600;
}

.form-errorsOccured,
.checkout-error {
    color: #fff;
    padding: 1em;
    background: #f00 url("../1pic/myaccount/exclamationMark.png") 7px center no-repeat;
    margin-bottom: 1em;
    text-align: center;
    line-height: 1.2em;
}

.form-saved {
    color: #fff;
    padding: 1em;
    background: #32aa28 url("../1pic/myaccount/okTick.png") 7px center no-repeat;
    margin-bottom: 1em;
    text-align: center;
}

.header-slogan {
    font-weight: 600;
}

.navbar-inverse {
    background: #111;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: none;
}

#head, .carousel {
    margin-top: 0;
}

.carousel-caption {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
}

.caption-wrapper {
    display: table;
    height: 100%;
    width: 100%;
}

.caption-info {
    display: table-cell;
    vertical-align: middle;
}

.caption-info p {
    font-size: 1.25em;
}

.caption-info .btn i {
    margin-right: 0.75em;
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    width: 100%;
}

.carousel-control {
    z-index: 100;
    width: 5%;
}

.carousel-control.left,
.carousel-control.right {
    background: none;
}
.carousel-control .fa-chevron-left,
.carousel-control .fa-chevron-right {
    position: absolute;
    top: 50%;
    font-size: 30px;
    margin-top: -10px;
}
.carousel-control .fa-chevron-right {
    margin-left: -10px;
}

.carousel-indicators {
    left: auto;
    width: auto;
    right: 1em;
    bottom: 1em;
    margin: 0;
    z-index: 120;
}

.carousel-indicators li {
    border-radius: 0;
    border: none;
    background: #fff;
    width: 0.9em;
    height: 0.9em;
    margin: 0;
    margin-left: 0.25em;
}
.carousel-indicators li.active {
    background: #c8001e;
    width: 1em;
    height: 1em;
    border: none;
    margin-left: 0.25em;
}

div.topbar {
    background: #111;
    color: #fff;
    line-height: 50px;
    font-size: 12px;
    z-index: 1031;
}

div.topbar .nav > li > a:hover,
div.topbar .nav > li > a:focus {
    background: none;
    text-decoration: underline;
}

div.topbar-wrapper {
    margin-bottom: 0;
}

div.topbar-zindex {
    z-index: 1032;
}

div.topbar #topbar li a {
    color: #fff;
    font-size: 12px;
    display: inline-block;
    padding: 10px 0;
}

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

div.topbar .header-slogan {
    margin-bottom: 0;
}

div.topbar .header-slogan span {
    background-repeat: no-repeat;
    display: block;
    padding-left: 20px;
}

div.topbar .header-slogan.austria span {
    background-image: url("../1pic/header/flag_at.jpg");
    padding-left: 100px;
}

div.topbar .header-slogan.germany span {
    background-image: url("../1pic/header/flag_de.jpg");
    padding-left: 100px;
}


div.topbar .header-topnav {
    margin-bottom: 0;
}

div.topbar .navbar-collapse-top-bar {
     text-align: right;
}

div.topbar .header-topnav ul {
    float: right;
    border: none;
}

div.topbar .header-topnav li {
    margin-left: 7.5px;
    margin-right: 7.5px;
}

div.topbar .header-topnav li:last-child {
    margin-right: 0;
}

div.topbar .header-topnav img {
    margin-left: 15px;
    height: 16px;
}

div.topbar div#topbar.topbar-collapse {
    background-color: #eee;
    color: #000;
    width: 90%;
}

div.topbar div#topbar.topbar-collapse li.collapsed {
    display: none;
}

div#top-nav {
    background: #fff;
    border: none;
    margin-bottom: 0;
}

div#top-nav .nav > li > a {
    display: inline;
    float: none;
}

div#top-nav .row-category-nav > div {
    margin-bottom: 0;
}

div#top-nav .row-category-nav .navbar-nav {
    height: 38px;
    min-height: 38px;
    margin: 0 auto;
    width: 100%;
    float: none;
    display: flex;
}

div#top-nav .row-category-nav .navbar-nav > li {
    float: none;
    width: 100%;
    position: static;
    flex-grow: 1;
    white-space: nowrap;
}
div#top-nav .row-category-nav .navbar-nav > li ul {
    white-space: normal;
}

div#top-nav .row-category-nav .navbar-nav > li > a {
    line-height: 38px;
    color: #fff;
    font-size: 14px;
    padding: 0 25px;
    font-weight: 600;
    width: 100%;
    display: block;
    text-align: center;
    background-color: #6f6f6e;
    text-transform: uppercase;
}

div#top-nav .row-category-nav .navbar-nav a:hover,
div#top-nav .row-category-nav .navbar-nav .nav-style-active > a {
    font-weight: 700;
}

div#top-nav .row-category-nav .nav-style-8 {
    flex-grow: 2;
}

div#top-nav .row-category-nav .navlevel-0 {
    position: relative;
    border: 0;
}

div#top-nav .row-category-nav .navbar-nav .navcontainer {
    transform: scaleY(0);
}
div#top-nav .row-category-nav .navlevel-0 > li:hover .navcontainer {
    transition: transform 0.01s linear;
    transition-delay: 0.3s;
    transform-origin:top;
    transform: scaleY(1);
}
div#top-nav .row-category-nav .navlevel-0 .navcontainer {
    position: absolute;
    z-index: 1200;
    left: 0;
    top: 38px;
    width: 100%;
    background: #fff;
    border-top: 5px solid #fff;
    border-bottom: 5px solid #fff;
    padding: 36px 0;
}

div#top-nav .row-category-nav ul {
    margin: 0;
    padding: 0;
}

div#top-nav .row-category-nav .nav-col-count-2 .nav-col-list {
    width: 49.5%;
    margin-right: 0.5%;
    float: left;
}
div#top-nav .row-category-nav .nav-col-count-3 .nav-col-list {
    width: 32.833%;
    margin-right: 0.5%;
    float: left;
}
div#top-nav .row-category-nav .nav-col-count-4 .nav-col-list {
    width: 24.5%;
    margin-right: 0.5%;
    float: left;
}
div#top-nav .row-category-nav .nav-col-count-5 .nav-col-list {
    width: 19.5%;
    margin-right: 0.5%;
    float: left;
}

div#top-nav .row-category-nav .navlevel-1 > .nav-col > ul > li.renderBanner {
    padding-bottom: 20px;
}

div#top-nav .row-category-nav div.renderBanner {
    padding-left: 10px;
}

div#top-nav .row-category-nav .nav-col-brand .navlevel {
    height: 26.5em;
    width: 100%;
    overflow: auto;
}


div#top-nav .row-category-nav .navlevel-1 li {
    margin: 0;
    padding: 0 0 0 0;
    list-style: none;
}

div#top-nav .row-category-nav .navlevel-1 > .nav-col > ul > li {
    padding-bottom: 1.25em;
}
div#top-nav .row-category-nav .navlevel-1 > .nav-col > ul > li:last-child {
    padding-bottom: 0;
}

div#top-nav .row-category-nav .navlevel-1 ul > li > .headline {
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.2em;
}

div#top-nav .row-category-nav .navlevel-2 li {
    padding-top: 0.5em;
}

div#top-nav .row-category-nav .navlevel-2 li a {
    color: #000;
}

div#top-nav .row-category-nav .navlevel-3 li a {
    margin-left: 3em;
}

div#top-nav .row-category-nav:hover .nav-style-active > a {
    background-color: #6f6f6e !important;
}

div#top-nav .row ul a {
    color: #3c3c3c;
}


div#top-nav .row-search-bar > div {
    margin-bottom: 0;
}

.searchbar-logo {
    display: block;
    float: left;
    width: 200px;
    margin-left: 29px;
    margin-top: 20px;
    margin-right: 15px;
}

#header {
    position: sticky;
    top: 0;
    z-index: 1000;
    margin-bottom: 20px;
}

#searchbar_shoppingcart {
    position: relative;
    width: 40px;
    height: 40px;
    float: left;
    margin-top: 33px;

}

#searchbar_shoppingcart .icon {
    width: 35px;
    height: 33px;
}

#searchbar_shoppingcart .icon .count {
    width: 21px;
    line-height: 21px;
    bottom: -4px;
    font-size: 16px;
    text-align: center;
}

#searchbar_shoppingcart a {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}

.searchbar-facts {
    height: 100px;
    min-height: 100px;
    margin: 0;
    padding: 0;
    width: 600px;
    text-align: center;
    float: left;
}

.searchbar-facts li {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    padding-top: 32px;
}

.searchbar-facts li > div > span {
    line-height: 100px;
    vertical-align: middle;
    padding-left: 10px;
    font-size: 30px;
}

.searchbar-facts li > div > p {
    margin: 0;
    padding: 0;
    line-height: 18px;
    padding-left: 20px;
    margin-left: 20px;
    text-align: left;
    border-left: 1px solid #000;
}

.navbar-scroll .topbar,
.navbar-scroll .topbar-wrapper,
.navbar-scroll-down .row-category-nav {
    display: none;
}

#header_wishlist,
.header_shoppingcart {
    float: right;
}

#header_wishlist .icon,
.header_shoppingcart .icon {
    background: url("../1pic/header/wishlist.png") left top no-repeat;
    background-size: 100%;
    width: 1.5em;
    height: 1.5em;
    position: relative;
    float: left;
}

.header_shoppingcart .icon {
    background-image: url("../1pic/header/shoppingcart.png");
}

#header_wishlist .icon .count,
.header_shoppingcart .icon .count {
    background-color: #96cdff;
    position: absolute;
    bottom: -0.6em;
    left: -0.5em;
    color: #fff;
    font-size: 1em;
    min-width: 1.333em;
    line-height: 1.33em;
    font-weight: 800;
    border-radius: 50px;
}

#header_wishlist a,
.header_shoppingcart a {
    font-size: 1.2em;
    line-height: 1.2em;
    font-weight: 600;
    text-transform: uppercase;
    float: left;
    display: block;
    padding-left: 0.5em;
}

.row-search-bar .search {
    background: #e6e6e6;
}
.row-search-bar .search .search-bar {
    padding: 25px;
    float: left;
}

.row-search-bar .search .search-bar .dropdown .fas {
    font-size: 0.9em;
    margin-right: 15px;
}

.row-search-bar .search .search-bar input.searchterm {
    line-height: 48px;
    border: none;
    background: #fff;
    width: 400px;
    display: block;
    float: left;
    padding: 0 40px;
    text-transform: uppercase;
}
.row-search-bar .search .search-bar button {
    width: 48px;
    height: 48px;
    border: none;
    background: #c8001e;
    color: #fff;
    display: block;
    float: left;
}

.row-search-bar .search .staffelrabatt {
    background: #76b82a;
    width: 120px;
    height: 100px;
    padding: 16px 10px;
    float: right;
}

.staffelrabatt-teaser {
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 300;
    font-size: 1.333em;
    line-height: 1em;
}

.row-search-bar .search .staffelrabatt strong {
    font-size: 2.5em;
    line-height: 1em;
}

.row-search-bar .search .staffelrabatt-overlay {
    border: 1px solid #c86473;
    display: none;
    background: #ddedca;
    position: relative;
    top: 1.3em;
    right: -10px;
    float: right;
    width: 39em;
    height: 21em;
    z-index: 100;
    color: #3c3c3b;
    padding: 1.5em 2.5em;
}
.row-search-bar .search .staffelrabatt:hover .staffelrabatt-overlay,
.row-search-bar .search .staffelrabatt:hover .staffelrabatt-overlay {
    display: block;
}

.row-search-bar .search .staffelrabatt-overlay .headline {
    border-top: 1px solid #76b82a;
    border-bottom: 1px solid #76b82a;
    text-transform: uppercase;
    padding: 0.5em 0;
    margin: 0.25em 0 0.5em 0;
    font-size: 2.5em;
    font-family: 'Open Sans Condensed', sans-serif;
    font-stretch: condensed;
    font-weight: 300;
    line-height: 1.2em;
}
.row-search-bar .search .staffelrabatt-overlay ul {
    font-size: 1.33em;
    line-height: 1.75em;
    text-transform: none;
    margin: 0;
    padding: 0;
    font-weight: 400;
}
.row-search-bar .search .staffelrabatt-overlay ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.row-search-bar .search .staffelrabatt-notice {
    margin-top: 1.6em;
    font-size: 1em;
}

#ueber p, #ueber li {
    font-size: 10px;
    line-height: 1.5em;
    text-align: justify;
}

#ueber .box {
    padding: 0 5px 0 5px;
}

/*
#start figcaption a{border:1px solid #fff;margin-top: 1em;display: inline-block;color: #fff;padding: 0 2em;}
#start figcaption a:hover{text-decoration: none;padding: 0 3em;}
*/

#carousel-testimonials {
    padding: 0 !important;
    margin: 0;
}

#carousel-testimonials div {
    padding: 0 !important;
    margin: 0;
}

.singleimage {
    width: 100%;
}

.home-features {
    margin-bottom: 1rem;
}
.home-features:LAST-CHILD {
    margin-bottom: 0;
}

.homeslider {
    margin-bottom: 2rem;
}

.renderBanner {
    position: relative;
}

.renderBanner .renderItems {
    color: #fff;
}

.renderBanner .renderItems-1 .renderItem {
    position: absolute;
    left: 520px;
    top: 100px;
    text-align: left;
}

.renderBanner .renderItems-1 .renderItem .title {
    text-transform: uppercase;
    font-size: 2.5em;
    padding-bottom: 0.75em;
    margin-bottom: 0.5em;;
    border-bottom: 1px solid #fff;
    width: 800px;
}
.renderBanner .renderItems-1 .renderItem .itemTitle {
    text-transform: uppercase;
    font: 600 3.6em "Eczar", serif;
    line-height: 1.2em;
    width: 800px;
    padding-bottom: 0.2em;
    margin-bottom: 0.1em;
    border-bottom: 1px solid #fff;
}

.renderBanner .renderItems-1 .renderItem .sticker {
    font-size: 1.8em;
    left: -425px;
    top: 0;
}

.renderBanner .renderItems-1 .renderItem .itemPrice .final-price {
    line-height: 1em;
    font: 600 3.3em "Eczar", serif;
    float: left;
}

.renderBanner .renderItems-1 .renderItem .itemPrice .info {
    float: left;
    margin: 1.25em 0 0 3em;
    font-size: 0.8em;
}
.renderBanner .renderItems-1 .renderItem .itemPrice .info a {
    color: #fff;
}

.renderBanner .renderItems-1 .btn-goToOffer {
    background: #c8001e;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    line-height: 0.75em;
    margin-top: 1.5em;
    position: absolute;
    bottom: 50px;
    right: 220px;
}
.renderBanner .btn-goToOffer i {
    margin-right: 0.25em;
}

.renderBanner .renderItems-2 .renderItem {
    position: absolute;
    padding: 20px;
    left: 0;
    top: 0;
}

.renderBanner .renderItems-2 .renderItem .itemTitle {
    font-weight: 800;
    font-size: 2.2em;
    line-height: 1.2em;
    padding-bottom: 0.5em;
    margin-bottom: 0.25em;
    border-bottom: 1px solid #fff;
}

.renderBanner .renderItems-2 .renderItem-0 {
    padding-right: 100px;
}

.renderBanner .renderItems-2 .renderItem-0 .itemTitle {
    text-align: right;
}

.renderBanner .renderItems-2 .renderItem .itemPrice {
    border-bottom: 1px solid #fff;
    padding-bottom: 0.75em;
}

.renderBanner .renderItems-2 .renderItem .itemPrice .final-price {
    line-height: 1em;
    font-weight: 700;
    font-size: 2.85em;
    float: left;
}

.renderBanner .renderItems-2 .renderItem .itemPrice .info {
    float: left;
    margin: 0 0 0 1em;
    font-size: 0.8em;
}
.renderBanner .renderItems-2 .renderItem .itemPrice .info a {
    color: #fff;
}

.renderBanner .renderItems-2 .sticker {
    position: absolute;
    top: -2em;
    font-size: 1.5em;
}

.renderBanner .renderItems-2 .renderItem-0 .sticker {
    left: -2em;
}
.renderBanner .renderItems-2 .renderItem-1 .sticker {
    right: -2em;
}

.renderBanner .renderItems-2 .renderItem-1 {
    padding-left: 100px;
}

.renderBanner .renderItems-2 .renderItem-1 .itemTitle {
    text-align: left;
}

.renderBanner .renderItems-2 .btn-goToOffer {
    background: #c8001e;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    line-height: 0.75em;
    position: absolute;
    margin: 0;
    padding: 0 0 0 20px;
    text-align: left;
}

.renderBanner .renderItems-2 .btn-goToOffer-1 {
    text-align: right;
}

    /* Footer */
.footer {
    background-color: #3c3c3a;
    color: #fff;
    font-size: 0.9em;
    line-height: 1.3em;
    text-align: left;
}

.footer ul, .footer li {
    list-style-type: none;
    list-style-position: inside;
    padding: 0;
    margin: 0;
}

.footer .headline {
    font-size: 1.2em;
    font-weight: 700;
    margin-bottom: 0.75em;
}
.footer .headline-bio {
    margin-top: 3em;
}

.footer a {
    color: #fff;
    line-height: 1.3em;
    text-decoration: underline;
}

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

.footer .partners a {
    margin-right: 1em;
    display: inline-block;
}

.footer div.footer-fact-first {
    border-left: 1px solid #fff;
    padding-left: 20px;
}

.footer div.footer-fact-first a,
.footer ul.exportService a {
    text-decoration: none;
}
.footer div.footer-fact-first a:hover,
.footer ul.exportService a:hover {
    text-decoration: underline;
}

.footer div.footer-fact {
    border-right: 1px solid #fff;
    line-height: 2em;
    min-height: 280px;
    padding-right: 20px;
}

.footer-fact-support a {
    font-weight: 700;
    font-size: 1.5em;
    text-decoration: none;
    border: 1px solid #fff;
    padding: 5px 0.5em 3px 0.5em;
    display: block;
}
.footer-fact-support a i {
    font-size: 2em;
    vertical-align: middle;
}

.footer .box {
    display: block;
    margin-bottom: 10px;
}

.footer .box span {
    vertical-align: middle;
    display: inline-block;
    text-align: right;
}

.footer .box.bezahlung img {
    width: 70px;
    height: 47px;
    display: block;
    float: left;
    margin-right: 4px;
    margin-bottom: 4px;
}
.footer .box.bezahlung img:nth-child(3n+3) {
    margin-right: 0;
}

.footer .box.lieferung img {
    width: 39px;
    height: 26px;
    margin: 1px;
}

.footer .nobox.lieferung {
    margin-top: 2em;
}

.footer .nobox.lieferung a {
    text-decoration: none;
}

.footer .nobox.lieferung img {
    width: 68px;
    margin-right: 1em;
    display: inline-block;
    vertical-align: middle;
}

.footer .ekomilink img {
    width: 100%;
}

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

.gototop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px;
    color: #fff;
}

.gototop i {
    line-height: 0.5em;
}

.show-lg {
    display: block !important;
}
.show-md,
.show-sm,
.show-xs {
    display: none !important;
}

#start div figure {
    margin: 0;
    padding: 0;
}

/* addons */

/* enable absolute positioning */
.inner-addon {
    position: relative;
}

/* style icon */
.inner-addon .fas {
    position: absolute;
    padding: 10px;
}

/* align icon */
.left-addon .fas {
    left: 0px;
}

.right-addon .fas {
    right: 0px;
}

/* add padding  */
.left-addon input {
    padding-left: 30px;
}

.right-addon input {
    padding-right: 30px;
}

.row {
    margin-left: -10px;
    margin-right: -10px;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}

#filterChevron {
    display: none;
}

#productFilter .initialize {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    z-index: 1000;
}
#productFilter .initialize img {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -15%;
    margin-top: -25%;
}

.itemlist #pageHeader {
    margin-bottom: 1em;
}

.itemlist .filterPreset-description .description:not(.empty),
.itemlist .brand-description .description {
    height: 11em;
    overflow: hidden;
    text-align: justify;
}

.itemlist .brand-description .description {
    height: 3em;
}

.itemlist .filterPreset-description .description p,
.itemlist .brand-description .description p{
    margin-bottom: 0.75em;
}
.itemlist .filterPreset-description .description.show,
.itemlist .brand-description .description.show {
    height: auto;
}
.itemlist .filterPreset-description > a,
.itemlist .brand-description > a {
    margin-top: 0.5em;
}


.itemlist .filter-header {
    font-size: 1.2em;
    line-height: 1em;
    font-weight: 800;
    text-transform: uppercase;
    padding-bottom: 1em;
}

.itemlist .filters {
    border-top: 2px solid #c8001e;
    border-bottom: 2px solid #c8001e;
    padding: 1em 0;
}

.itemlist .filters * {
    transition-duration: 50ms;
}

.itemlist .filter {
    border-bottom: 1px solid #000;
    border-radius: 0;
}

.itemlist .filter:last-child {
    border: none;
}

.itemlist .filter .collapse {
    display: block;
}

.itemlist .panel-heading {
    font-weight: 700;
    padding-left: 0;
}
.itemlist .panel-heading a {
    text-decoration: none;
    cursor: pointer;
}

.itemlist .filter a.clearSelection {
    display: none;
    float: right;
}

.itemlist .filter.hasCheckedInputs a.clearSelection {
    display: inline-block;
}

.itemlist .filter .panel-body ul {
    padding: 0;
    margin: 0;
    list-style: none;
    max-height: 30em;
    overflow: auto;
}

.itemlist .filter .panel-body ul li label {
    font-weight: 400;
}

.itemlist .filter-closed .collapse {
    display: none;
}

.itemlist .filter-closed.hasCheckedInputs .collapse {
    display: block;
    height: auto !important;
}


.itemlist .filter-open label {
    clear: both;
    display: block;
    width: 98%;
    margin-bottom: 2px;
}
.itemlist .filter-open label input {
    display: block;
    float: left;
    margin-right: 6px;
}
.itemlist .filter-open label .caption {
    display: block;
    float: left;
    width: 85%;
    padding-top: 2px;
    line-height: 1.5em;
}


.sticker {
    border-radius: 4em;
    width: 4em;
    height: 4em;
    position: absolute;
    background: #000;
}

.sticker-inner {
    border-radius: 3.5em;
    width: 3.5em;
    height: 3.5em;
    line-height: 3.3em;
    text-align: center;
    position: absolute;
    left: 0.24em;
    top: 0.24em;
    border: 0.1em solid white;
    color: #fff;
    font-weight: 700;
}

.sticker-isnew {
    background: #c8001e;
}

.sticker-onsale,
.sticker-wholesaleOnsale {
    background: #f68226;
}

.sticker-topseller {
    background: #0000ff;
}

.sticker-backagain {
    background: #ff0000;
}

.sticker-backagain .sticker-inner {
    padding-top: 14px;
    line-height: 1.2em;
    font-size: 0.7em;
}

.itemlist-item .sticker {
    left: 10px;
    bottom: 160px;
    font-size: 0.95em;
}
.itemlist-item .sticker-inner {
    line-height: 3.1em;
    border-width: 0.15em;
}

.sticker-bstock {
    background: #0000ff;
}
.sticker-bstock .sticker-inner,
.sticker-wholesaleOnsale .sticker-inner{
    font-size: 0.7em;
    border-radius: 5em;
    width: 5em;
    height: 5em;
    line-height: 4.7em;
    left: 0.36em;
    top: 0.36em;
    border-width: 0.2em;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #eee;
}

.itemlist .filter-empty {
    display: none;
}

.itemlist .filter-closed ul li {
    display: none;
    position: relative;
    padding: 5px 5px 5px 17px;
    cursor: pointer;
    border: 1px solid #000;
    line-height: 1.2em;
    margin: 0 8px 8px 0;
}
.itemlist .filter-closed ul li input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.itemlist .filter-closed ul li.checked {
    display: inline-block;
}

.itemlist .filter-closed ul li .count {
    display: none;
}

.itemlist .filter-closed ul li.checked label {
    cursor: pointer;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.itemlist .filter-closed ul li.checked input:checked ~ .checkmark:after {
    display: block;
}

.itemlist .filter-rating-star {
    color: #c8001e;
}

.checkmark:after {
    content: "x";
    font-weight: 700;
    top: 5px;
    left: 5px;
}

.itemlist-item {
    margin-bottom: 30px;
}

.itemlist-item .item-list {
    text-align: center;
    font-size: 16px;
    line-height: 1.2em;
    height: 480px;
    padding: 10px;
    background: #f2f2f2;
}

.itemlist-item .item-list-details {
    position: relative;
    height: 100%;
}

.itemlist-item .title {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    height: 90px;
    padding-top: 0.5em;
}

.itemlist-item .item-list .title a {
    text-decoration: none;
    font-weight: 600;
    padding: 0;
    display: block;
}

.itemlist-item .image {
    position: absolute;
    bottom: 120px;
    height: 240px;
    left: 0;
    width: 100%;
}
.itemlist-item .image a {
    display: block;
}

.itemlist-item img {
    display: block;
    height: 240px;
    margin: 0 auto;
}

.itemlist-item .ruler {
    position: absolute;
    left: 0;
    bottom: 90px;
    height: 1px;
    width: 100%;
    background: #dedede;
}
.itemlist-item:hover .ruler {
    height: 1px;
    width: 100%;
    background: #c8001e;
}

.itemlist-item .rating {
    color: #c8001e;
    position: absolute;
    right: 0;
    bottom: 92px;
    font-size: 13px;
}

.itemlist-item .price-onSaleUntil {
    position: absolute;
    left: 0;
    bottom: 92px;
    font-size: 10px;
}

.itemlist-item .item-list .price {
    position: absolute;
    left: 0;
    bottom: 50px;
    font-weight: 700;
    font-size: 26px;
    line-height: 1.2em;
}
.itemlist-item .item-list .final-price-onsale {
    color: #c8001e;
}

.itemlist-item .item-list .priceDescription {
    font-weight: bold;
    font-size: 1.2em;
    margin: 0.5rem 0;
}

.itemlist-item .item-list .quantity {
    position: absolute;
    right: 0;
    bottom: 40px;
    width: 100px;
    font-size: 12px;
    line-height: 1.5em;
}

.itemlist-item .item-list .quantity a {
    display: block;
    float: left;
    border: 1px solid #bbb;
    background: #fff;
    text-decoration: none;
    width: 20px;
    margin: 0;
    font-size: 12px;
    line-height: 1.5em;
    padding: 1px 0;
}
.itemlist-item .item-list .quantity a.decrease {
    border-right: none;
}
.itemlist-item .item-list .quantity a.increase {
    border-left: none;
}

.itemlist-item .item-list .quantity input {
    display: block;
    float: left;
    border: 1px solid #bbb;
    width: 60px;
    text-align: center;
    font-weight: 700;
    margin: 0;
}

.itemlist-item .item-list .btn-addToCart {
    background: #c8001e;
    color: #fff;
    padding: 4px 0;
    width: 100px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.itemlist-item .btn-notify {
    width: 140px;
    position: absolute;
    bottom: 0;
    right: 0;
    text-decoration: none;
}

.itemlist-item .stock {
    position: absolute;
    left: 0;
    bottom: 29px;
    font-size: 12px;
}

.itemlist-item .stock-inStock {
    color: #76b82a;
}
.itemlist-item .stock-lowStock {
    color: #ff7f00;
}
.itemlist-item .stock-notInStock {
    color: #ff0000;
}

.itemlist-item .item-list .info {
    font-size: 9px;
    line-height: 1.5em;
    font-weight: 400;
    text-align: left;
    width: 50%;
    position: absolute;
    left: 0;
    bottom: 0;
}

.itemlist-item .item-list .info a {
    text-decoration: underline;
}

.itemlist-pagination {
    float: right;
    text-align: right;
}

.itemlist-pagination a {
    display: inline-block;
    width: 3em;
    height: 3em;
    text-align: center;
    text-decoration: none;
    color: #bcbcbc;
    border: 1px solid #bcbcbc;
    line-height: 3em;
}
.itemlist-pagination a.disabled {
    color: #efefef;
    border: 1px solid #efefef;
}
.itemlist-pagination a:first-child {
    margin-right: 2em;
}
.itemlist-pagination a:last-child{
    margin-left: 2em;
}
.itemlist-pagination a:hover {
    color: #c8001e;
    border: 1px solid #c8001e;
}
.itemlist-pagination a.disabled:hover {
    color: #efefef;
    border: 1px solid #efefef;
}

.item-list-empty {
    text-align: center;
    margin-top: 3em;
}
.item-list-empty .image,
.item-list-empty .text {
    margin-bottom: 4em;
    line-height: 1.5em;
}

.item-detail {
    position: relative;
}

.item-detail h1 {
    font-size: 44px;
    text-transform: none;
    font-weight: 800;
}

.item-detail .rating-stars {
    color: #c8001e;
}

.item-detail .kennzeichen {
    margin-top: 2em;
}

.item-detail .product-price {
    margin-bottom: 1em;
}

.item-detail .product-price .price-notice {
    margin-top: 0.5em;
}

.item-detail .product-price .normalPrice .price {
    font-size: 50px;
    font-weight: 700;
    color: #c8001e;
    line-height: 1.2em;
    float: left;
    margin-right: 0.5em;
}

.item-detail .product-price .normalPrice .priceDetails {
    margin-top: 1.8em;
}

.item-detail .product-price .pieceDiscounts {
    margin: 1em 0;
    padding: 0;
    list-style: none;
}

.item-detail .product-price .pieceDiscounts .price {
    background: #fded35;
    padding: 1em;
    margin: 0;
    font-size: 1.2em;
}

.item-detail .product-price .pieceDiscounts .price span {
    font-size: 3em;
    line-height: 1em;
    color: #c8001e;
    font-weight: 800;
    margin-right: 0.5em;
}

.item-detail .product-price .scaledDiscountPrice .discountDescription {
    color: #76b82a;
    text-transform: uppercase;
    font-size: 2em;
    line-height: 1.2em;
    font-weight: 600;
}

.item-detail .product-price .scaledDiscountPrice .priceBlock {
    background: #e2edd0;
    padding: 1em;
}

.item-detail .product-price .scaledDiscountPrice .price {
    font-size: 50px;
    font-weight: 700;
    color: #76b82a;
    line-height: 1.2em;
    float: left;
    margin-right: 0.5em;
}

.item-detail .product-price .couponDiscountPrice .discountDescription {
    color: #007bff;
    text-transform: uppercase;
    font-size: 2em;
    line-height: 1.2em;
    font-weight: 600;
}

.item-detail .product-price .couponDiscountPrice .priceBlock {
    background: #e2edff;
    padding: 1em;
}

.item-detail .product-price .couponDiscountPrice .price {
    font-size: 50px;
    font-weight: 700;
    color: #007bff;
    line-height: 1.2em;
    float: left;
    margin-right: 0.5em;
}

.item-detail .product-price .onSalePrice .onSaleUntil {
    font-size: 0.5em;
    font-weight: 400;
    text-transform: none;
}

.item-detail .product-price .onSalePrice .discountDescription {
    color: #000;
    text-transform: uppercase;
    font-size: 2em;
    line-height: 1.2em;
    font-weight: 600;
}

.item-detail .product-price .onSalePrice .priceBlock {
    background: #fded35;
    padding: 1em;
}

.item-detail .product-price .onSalePrice .price {
    font-size: 50px;
    font-weight: 700;
    color: #c8001e;
    line-height: 1.2em;
    float: left;
    margin-right: 0.5em;
}

.item-detail .product-price .priceDetails {
    float: left;
    padding: 0.5em 0;
}

.item-detail .product-price .undiscountedPrice {
    text-decoration: line-through;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2em;
}
.item-detail .product-price .base-price {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.2em;
}

.item-detail .overall-rating {
    margin: 1em 0 1em 0;
    font-size: 1.2em;
}

.item-detail .add-to-wishlist a {
    display: block;
    text-transform: uppercase;
    color: #c8001e;
    text-decoration: none;
    margin-bottom: 1.5em;
}

.item-detail .constraints,
.item-detail .ticker {
    border: 1px solid #f00;
    border-right-width: 1.5em;
    padding: 1em;
    margin-bottom: 1em;
    position: relative;
    line-height: 1.2em;
}

.item-detail .ticker i.icon,
.item-detail .constraints i.icon {
    background: url("../1pic/product-detail/shipping-restriction.png") center center no-repeat;
    background-size: 100%;
    position: absolute;
    width: 1.8em;
    height: 1.8em;
    right: -1em;
    top: 0.5em;
}

.item-detail .constraints {
    color: #f00;
    margin-top: 2em;
}

.item-detail .ticker {
    border-color: #76b82a;
    margin-bottom: 2em;
}

.item-detail .ticker strong {
    color: #76b82a;
    font-weight: 800;
}

.item-detail .ticker i.icon {
    background-image: url("../1pic/product-detail/shipping-notice.png")
}

.item-detail .product-action {
    padding: 3em 0;
}

.item-detail .product-data {
    padding-bottom: 2em;
    margin-bottom: 2em;
    border-bottom: 1px solid #bcbcbc;
}

.item-detail .product-data ul {
    margin: 0;
    padding: 0;
}

.item-detail .product-data ul li {
    margin-left: 1em;
    margin-bottom: 0.5em;
    line-height: 1.2em;
}

.item-detail .product-shipping .availability {
    margin-top: 1em;
}

.item-detail .product-shipping .availability .stock {

}

.item-detail .product-shipping .availability .stock-icon::before {
    padding: 0 0.25em;
}

.item-detail .product-shipping .availability .stock-icon-inStock::before {
    color: #76b82a;
}
.item-detail .product-shipping .availability .stock-icon-lowStock::before {
    color: #ff7f00;
}
.item-detail .product-shipping .availability .stock-icon-notInStock::before {
    color: #ff0000;
}

.item-detail .product-action {
    padding-bottom: 2em;
}
.item-detail .product-action .quantity {
    float: left;
    width: 50%;
}
.item-detail .product-action .quantity input {
    border: 1px solid #878787;
    width: 3em;
    padding: 0.5em;
}

.item-detail .product-action .questions {
    width: 50%;
    float: right;
    text-align: right;
    line-height: 2em;
}

.item-detail .product-action .questions i {
    color: #96cdff;
}

.item-detail .product-action .questions a {
    text-decoration: none;
}

.item-detail .product-action .btn-addToCart {
    margin-top: 1.2em;
    width: 100%;
}

.item-detail .item-detail-inner {
    position: relative;
}

.item-detail .item-detail-inner .notifyWhenAvailable {
    margin-top: 2em;
}

.item-detail .item-detail-inner .notifyWhenAvailable .btn {
    width: 100%;
    font-weight: 800;
    font-size: 1.1em;
    padding: 0.75em 1em;
}

.item-detail .item-detail-inner .sticker {
    font-size: 2em;
    position: absolute;
    left: 285px;
    top: 75px;
    z-index: 100;
}

.sticker-backagain .sticker-inner {
    font-size: 1em;
}

.sticker-backagain .sticker-inner p {
    font-size: 0.7em;
}

.item-detail .item-detail-inner .sticker-inner {
    border-radius: 108px;
    text-align: center;
    position: absolute;
    font-weight: 700;
}

.item-detail .product-details {
    margin: 2em 0;
}

.item-detail .product-details .nav-tabs {
    border-bottom: 1px solid #bcbcbc;
}

.item-detail .product-details .nav li a {
    border: 1px solid #bcbcbc;
    border-radius: 0;
    margin: 0 1em 1em 0;
    color: #3c3c3b;
    background: #e8e8e8;
    text-decoration: none;
}

.item-detail .product-details .nav li.active a {
    font-weight: 700;
    background: #fff;
    border-bottom: none;
    line-height: 2.5em;
    margin-left: 0;
    margin-bottom: 0;
}

.item-detail .product-details .tab-content {
    border: 1px solid #bcbcbc;
    border-top: none;
    padding: 2em 1em;
}

.item-detail .product-details p {
    margin: 0 0 0.5em 0;
}

.item-detail .product-details h3 {
    font-size: 16px;
    line-height: 1.2em;
    font-weight: 700;
    margin: 0.5em 0;
    padding-bottom: 0;
}

.item-detail .product-details #description {
    line-height: 1.5em;
}

.item-detail .product-details #rating {
    line-height: 1.5em;
}

.item-detail .rating-detail {
    width: 100%;
}

.item-detail .rating-total {
    border-bottom: 2px solid #c8001e;
    padding-bottom: 1.5em;
    margin-bottom: 1.5em;
}

.item-detail .rating-total .rating-stars,
.item-detail .rating-total .rating-count {
    display: inline-block;
    margin-right: 0.5em;
    vertical-align: middle;
}

.item-detail .rating-total .rating-stars,
.item-detail .rating-total .rating-count {
    font-size: 1.2em;
}

.item-detail .rating-total .rating-average {
    margin-top: 0.75em;
}
.item-detail .rating-total .rating-left {
    float: left;
}

.item-detail .rating-total .rating-right {
    float: right;
}

.item-detail .rating-list ul {
    padding: 0 0 0 1em;
    margin: 0;
}
.item-detail .rating-list ul li {
    list-style: none;
    margin-bottom: 1.5em;
    padding-bottom: 1.5em;
    border-bottom: 1px solid #bcbcbc;
}

.item-detail .rating-list ul li:last-child {
    border: none;
    margin-bottom: 0;
}

#item-detail-ratingForm .stars {
    width: 5.5em;
    unicode-bidi: bidi-override;
    direction: rtl;
    text-align: center;
    position: relative;
    font-size: 3rem;
    font-family: "Font Awesome 5 Free";
    margin-bottom: 1rem;
}

#item-detail-ratingForm .stars .hide {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

#item-detail-ratingForm .stars > label {
    float: right;
    display: inline;
    padding: 0;
    margin: 0;
    position: relative;
    width: 1.1em;
    cursor: pointer;
    color: #c8001e;
    font-weight: 400;
}

#item-detail-ratingForm .stars > input {
    content: "\f005";
}

#item-detail-ratingForm .stars > label:hover,
#item-detail-ratingForm .stars > label:hover ~ label,
#item-detail-ratingForm .stars > input.radio-btn:checked ~ label {
    color: transparent;
}

#item-detail-ratingForm .stars > label:hover:before,
#item-detail-ratingForm .stars > label:hover ~ label:before,
#item-detail-ratingForm .stars > input.radio-btn:checked ~ label:before {
    content: "\f005";
    position: absolute;
    left: 0;
    color: #c8001e;
    font-weight: 900;
}

#item-detail-ratingForm .rating-hint {
    font-size: 0.9em;
    margin-bottom: 2rem;
}

#item-detail-ratingForm .title {
    font-weight: 700;
    width: 40em;
    margin-bottom: 3rem;
}
#item-detail-ratingForm .rating-text .title {
    font-size: 18px;
}

#item-detail-ratingForm .rating-text {
    margin-bottom: 2rem;
}

#item-detail-ratingForm textarea {
    display: block;
    width: 40em;
    height: 10em;
}
#item-detail-ratingForm .btn {
    margin-top: 1em;
    line-height: 1em;
    padding: 1em;
}

#item-detail-ratingForm .rating-dontShowName {
    margin-bottom: 1em;
}

#item-detail-ratingForm .rating-dontShowName label {
    font-weight: 400;

}

.item-detail .product-details #lmivInfo ul {
    margin-left: 0;
    padding-left: 0;
    list-style-position: inside;
}

.item-detail .product-details #lmivInfo #naehrwerttabelle {
    border-collapse: collapse;
    width: 40%;
}

.item-detail .product-details #lmivInfo #naehrwerttabelle td,
.item-detail .product-details #lmivInfo #naehrwerttabelle th {
    padding: 0.25em;
    border: 1px solid #dedede;
}


.item-detail .secure-online-shopping {
    background: #f2f2f2;
    padding: 1.5em 3em;
    height: 10em;
}

.item-detail .secure-online-shopping .logo {
    padding-top: 1px;
    float: left;
    width: 15%;
}

.item-detail .secure-online-shopping .facts {
    padding: 1.5em 0;
    float: left;
    width: 60%;
}

.item-detail .secure-online-shopping .facts ul {
    padding: 0;
    margin: 0;
    height: 4em;
    column-count: 2;
}

.item-detail .secure-online-shopping .facts ul li {
    list-style: none;
    line-height: 2em;
}

.item-detail .secure-online-shopping .facts .fas {
    color: #76b82a;
    margin-right: 5px;
}

.item-detail .secure-online-shopping .ekomi {
    float: right;
    width: 20%;
    margin-top: 0.9em;
}

.imageThumbs img,
.imageThumbs video {
    width: 100%;
    margin-bottom: 20px;
    cursor: pointer;
}

.productImage img {
    display: block;
    width: 100%;
    margin: 0 auto;
}
.singleProductImage img {
    margin: 0 auto;
}

#shoppingCartHeadline a {
    float: right;
    text-decoration: none;
    font-size: 1.8rem;
    text-transform: none;
    font-weight: 600 !important;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    line-height: 4em;
}

#shoppingCartHeadline a i {
    font-size: 1.4em;
    color: #c8001e;
    margin-right: 0.5em;
}

#shoppingCartError,
#shoppingCartMessage {
    color: #ff0000;
    background: #ffcccc;
    font-weight: bold;
    font-size: 1.2em;
    padding: 1em;
    margin-bottom: 1em;
}

#shoppingCartMessage {
    color: #000000;
    background: #d9f0c1;
}

.shopping-cart-empty {
    text-align: center;
    padding: 5em 0;
}
.shopping-cart-empty img {
    margin-bottom: 2em;
}

.table-shoppingCart-itemList thead th {
    border: none !important;
    text-transform: uppercase;
    text-align: center;
    padding: 0 !important;
}

.table-shoppingCart-itemList thead th.itemsInCart div {
    text-align: left;
}

.table-shoppingCart-itemList thead th div {
    border-right: 1px solid #686566;
    text-align: center;
    width: 100%;
    margin: 1em 0;
}
.table-shoppingCart-itemList thead th:last-child div {
    border: none;
}

.table-shoppingCart-itemList .shoppingCart-item {
    border-top: 1em solid #fff;
}
.table-shoppingCart-itemList .shoppingCart-item:first-child {
    border-top: none;
}

.table-shoppingCart-itemList .shoppingCart-item label,
#checkout-summary-itemList tbody tr label,
.orders .items .itemlist-small tbody tr label {
    display: none;
}

.table-shoppingCart-itemList td {
    border: none !important;
    background: #f6f6f6;
    vertical-align: middle !important;
}

.table-shoppingCart-itemList tr.shoppingCart-item-error td {
    background: #f9a6b3 url("../1pic/shopping-cart/exclamationMark-red.png") 0.5em center no-repeat !important;
    padding: 1em 1em 1em 5em;
    font-size: 0.9em;
}
.table-shoppingCart-itemList tr.shoppingCart-item-warning td {
    background: #fddbb6 url("../1pic/shopping-cart/exclamationMark-orange.png") 0.5em center no-repeat !important;
    padding-left: 5em;
    padding: 1em 1em 1em 5em;
    font-size: 0.9em;
}

.table-shoppingCart-itemList td.image {
    padding: 0;
    width: 130px;
    text-align: center;
}

.table-shoppingCart-itemList td.image img {
    max-width: 130px;
    max-height: 93px;
}

.table-shoppingCart-itemList td.delete a {
    text-decoration: none;
    font-size: 1.2em;
    font-weight: 300;
}

.table-shoppingCart-itemList td.title {
    font-weight: 800;
    width: 500px;
}
.table-shoppingCart-itemList td.title a {
    text-decoration: none;
}

.table-shoppingCart-itemList td.quantity {
    width: 130px;
    text-align: center;
}

.table-shoppingCart-itemList td.quantity input {
    width: 40px;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #686566;
    line-height: 2.5em;
    font-weight: 700;
}

.table-shoppingCart-itemList td.quantity a {
    text-decoration: none;
    color: #656263;
    font-weight: 300;
    font-size: 2.5em;
    vertical-align: middle;
    padding: 0 0.2em;
}

.table-shoppingCart-itemList td.listpricePerUnit {
    font-weight: 700;
    text-align: center;
}
.table-shoppingCart-itemList td.totalPrice {
    color: #c8001e;
    font-weight: 700;
    font-size: 1.3em;
    text-align: center;
}

#shoppingCart-couponForm {
    background: #f6f6f6;
    padding: 1rem 3rem;
    margin: 4rem 0;
}

#shoppingCart-couponForm .text {
    float: left;
    color: #c8001e;
    text-transform: uppercase;
    font-size: 2.5rem;
    line-height: 2.5em;
    font-weight: 700;
}

#shoppingCart-couponForm .form {
    float: right;
    margin-top: 1rem;
}
#shoppingCart-couponForm .form input {
    text-transform: uppercase;
    font-size: 2rem;
    line-height: 1em;
    padding: 1.2rem;
    border: none;
    display: block;
    float: left;
}
#shoppingCart-couponForm .form .btn-redeemCoupon {
    background: #c8001e;
    color: #fff;
    font-weight: 800;
    font-size: 1.2em;
    padding: 0.6em;
    display: block;
    float: left;
}

.benefitsContainer .benefit {
    font-size: 1.3em;
    line-height: 2.7em;
    height: 7em;
    background: #e2edd0;
    border-right: 1.5em solid #76b82a;
    padding: 4rem 5rem 4rem 4rem;
    margin-bottom: 0;
    position: relative;
}
.benefitsContainer .benefit i.icon {
    background: url("../1pic/product-detail/discount-percentBig.png") center center no-repeat;
    background-size: 100%;
    position: absolute;
    width: 4rem;
    height: 4rem;
    right: -1em;
    top: 0.75em;
}
#shoppingCart-benefits .benefit,
.benefitsContainer .benefit.freeShipping {
    line-height: 1.4em;
    margin-bottom: 1em;
}

.benefitsContainer .benefit.freeShipping i.icon {
    background-image: url("../1pic/product-detail/shipping-noticeBig.png");
}

.shoppingCart_itemLine_extra td {
    padding: 0 !important;
    font-size: 0.9em;
}

.shoppingCart_itemLine_extra .discounted {
    background: #e2edd0 url("../1pic/shopping-cart/percent.png") 0.5em center no-repeat;
}

.shoppingCart_itemLine_extra .priceChange {
    background: #e5f3ff url("../1pic/shopping-cart/exclamationMark.png") 0.5em center no-repeat;
}

.shoppingCart_itemLine_extra .discounted.halfSize {
    width: 45%;
    float: left;
    border-right: 1px solid #fff;
}

.shoppingCart_itemLine_extra .priceChange.halfSize {
    width: 55%;
    float: left;
    border-left: 1px solid #fff;
}

.shoppingCart_itemLine_extra .discounted .description,
.shoppingCart_itemLine_extra .priceChange {
    padding: 1em 1em 1em 5em;
}

.shoppingCart-details,
.checkout-details {
    border: 1px solid #c8001e;
    padding: 2em 2em 0.5em 2em;
}

.table-shoppingCart-details,
.table-checkout-summary-total,
.table-orderDetail-summary-total {
    margin: 0;
}

.table-shoppingCart-details tbody tr td,
.table-checkout-summary-total tbody tr td,
.table-orderDetail-summary-total tr td {
    border: none !important;
    padding: 0.75em !important;
}

.table-shoppingCart-details .caption,
.table-checkout-summary-total .caption,
.table-orderDetail-summary-total .caption {
    text-align: right;
    width: 65%;
}

.table-shoppingCart-details .value,
.table-checkout-summary-total .value,
.table-orderDetail-summary-total .value {
    text-align: right;
    font-size: 1.2em;
}

.table-shoppingCart-details .caption select {
    background: #fff;
    border: 1px solid #686566;
}

.table-shoppingCart-details .caption-listPrice,
.table-checkout-summary-total .caption-listPrice,
.table-orderDetail-summary-total .caption-listPrice {
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 1em;
    font-size: 1.2em;
}
.table-shoppingCart-details .value-listPrice,
.table-checkout-summary-total .value-listPrice,
.table-orderDetail-summary-total .value-listPrice {
    font-weight: 700;
}

.table-shoppingCart-details .caption-discount,
.table-checkout-summary-total .caption-discount,
.table-orderDetail-summary-total .caption-discount {
    text-transform: uppercase;
}

.table-shoppingCart-details .value-discount,
.table-checkout-summary-total .value-discount,
.table-orderDetail-summary-total .value-discount {
    color: #76b82a;
    font-weight: 700;
    font-size: 1.2em;
}

#shoppingCart-total .spacer div,
.checkout-details .spacer div,
.table-orderDetail-summary-total .spacer div {
    border-top: 1px solid #686566;
}

#shoppingCart-total .total .caption,
.checkout-details .total .caption,
.table-orderDetail-summary-total .total .caption {
    text-transform: uppercase;
    font-size: 1.5em;
    font-weight: 700;
    vertical-align: middle;
}
#shoppingCart-total .total .value,
.checkout-details .total .value,
.table-orderDetail-summary-total .total .value {
    font-size: 1.8em;
    font-weight: 800;
    vertical-align: middle;
    padding-right: 0.42em !important;
}

#shoppingCart-proceedBlock .shoppingCart-proceed {
    margin-top: 1em;
    float: right;
    width: 40rem;
}

#shoppingCart-proceedBlock .shoppingCart-proceed p {
    font-size: 0.75em;
    text-align: right;
}

#shoppingCart-proceedBlock .shoppingCart-proceed .btn-paypalExpress,
#shoppingCart-proceedBlock .shoppingCart-proceed .btn-amazonPay {
    width: 49%;
    float: right;
    background: #f2f2f2;
    height: 6rem;
    margin-top: 0.5em;
}

#shoppingCart-proceedBlock .shoppingCart-proceed .btn-paypalExpress img {
    padding-top: 3px;
}
#shoppingCart-proceedBlock .shoppingCart-proceed .btn-amazonPay img {
    padding-top: 10px;
}

.paymentMethods-head {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.5em;
    margin-bottom: 1em;
}

.shoppingCart-proceedError {
    margin-top: 1em;
    color: #000;
    font-weight: 700;
    line-height: 1.2em;
    background: #f9a6b3 url("../1pic/shopping-cart/exclamationMark-red.png") 0.5em center no-repeat !important;
    padding: 2em 2em 2em 4em;
}

#shoppingCart-proceedBlock .btn-proceedToCheckout {
    background: #c8001e;
    color: #fff;
    font-weight: 800;
    font-size: 1.5em;
    padding: 0.75em 0;
    text-decoration: none;
    text-align: center;
    display: block;
}

.shoppingCart-paymentMethods {
    margin: 0;
    padding: 0;
}
.shoppingCart-paymentMethods li {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
}
.shoppingCart-paymentMethods li img {
    width: 120px;
    margin-right: 7px;
    margin-bottom: 7px;
}
.shoppingCart-paymentMethods li:nth-child(5n+5) img {
    margin-right: 0;
}

.paymentMethods-paypal-info {
    margin-top: 1em;
    font-size: 0.9em;
    line-height: 1.2em;
}

#shoppingCart-sidebar {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2000;
}
#shoppingCart-sidebar .content {
    background: #fff;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 350px;
    overflow: auto;
}
#shoppingCart-sidebar .closeSidebar {
    background: #3c3c3c;
    line-height: 3em;
    color: #fff;
    font-weight: 700;
    display: block;
    padding-left: 1em;
}

#shoppingCart-sidebar .message {
    background: #e5f3ff url("../1pic/shopping-cart/exclamationMark.png") 0.5em center no-repeat;
    padding: 1em 1em 1em 4em;
}

#shoppingCart-sidebar .itemList {
    margin: 0 0 0.5em 0;
    padding: 0;
}
#shoppingCart-sidebar .itemList li {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    height: 120px;
    border-bottom: 1px solid #3c3c3c;
}
#shoppingCart-sidebar .itemList li:last-child {
    border: none;
}

#shoppingCart-sidebar .itemList li .image {
    position: absolute;
    left: 10px;
    top: 10px;
}

#shoppingCart-sidebar .itemList li .title {
    font-weight: 600;
    position: absolute;
    left: 90px;
    top: 20px;
    width: 220px;
}
#shoppingCart-sidebar .itemList li .quantity {
    position: absolute;
    left: 90px;
    bottom: 20px;
    width: 100px;
}

#shoppingCart-sidebar .itemList li .quantity a {
    font-size: 1.5em;
    text-decoration: none;
}

#shoppingCart-sidebar .itemList li .quantity input {
    width: 40px;
    height: 1.5em;
    border: 1px solid #bcbcbc;
}

#shoppingCart-sidebar .itemList li .totalPrice {
    position: absolute;
    right: 20px;
    bottom: 20px;
    color: #c8001e;
    font-weight: 800;
    font-size: 1.5em;
}
#shoppingCart-sidebar .itemList li .remove a {
    position: absolute;
    right: 10px;
    top: 10px;
}

#shoppingCart-sidebar .priceDetails {
    background: #f2f2f2;
    padding: 0.5em;
    border-bottom: 1px solid #bcbcbc;
}

#shoppingCart-sidebar .totalPriceDetail {
    background: #f2f2f2;
    padding: 0.5em;
    margin-bottom: 1em;
}

#shoppingCart-sidebar table {
    width: 100%;
    margin: 0;
}

#shoppingCart-sidebar table td {
    padding: 0.25em 10px;
    border: none;
    vertical-align: middle;
}

#shoppingCart-sidebar table .caption {
    width: 67%;
    text-transform: uppercase;
}
#shoppingCart-sidebar table .value {
    text-align: right;
}
#shoppingCart-sidebar table .caption-totalListPrice,
#shoppingCart-sidebar table .value-totalListPrice,
#shoppingCart-sidebar table .caption-totalPrice,
#shoppingCart-sidebar table .value-totalPrice {
    font-weight: 700;

}
#shoppingCart-sidebar table .value-totalPrice {
    font-size: 1.5em;
}

#shoppingCart-sidebar .caption-discount,
#shoppingCart-sidebar .value-discount {
    color: #76b82a;
    font-weight: 700;
}

#shoppingCart-sidebar .btn-default-action {
    margin-left: 15px;
    width: 319px;
}

#shoppingCart-sidebar .shoppingCart-proceedBox {
    text-align: center;
}

#shoppingCart-sidebar .shoppingCart-proceedDirect {
    margin: 2em 15px;
    padding-top: 2em;
    border-top: 1px solid #bcbcbc;
}

#shoppingCart-sidebar .btn-paypalExpress {
    background: #f2f2f2;
    height: 6rem;
    margin-top: 0.5em;
}

#shoppingCart-sidebar .btn-paypalExpress img {
    padding-top: 3px;
}


#shoppingCart-sidebar .btn-proceedToCheckout {
    width: 319px;
    background: #c8001e;
    color: #fff;
    font-weight: 800;
    font-size: 1.2em;
}

#shoppingCart-sidebar .shoppingCart-proceedError {
    margin: 0 1em;
}

#checkout-paymentMethod .paymentMethodsContainer {
    background: #f2f2f2;
    padding: 35px 80px;
}
#checkout-paymentMethod .orderDetailsContainer {
    background: #f2f2f2;
    padding: 25px;
}

#checkout-paymentMethod .orderDetailsContainer table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 40px;
}

#checkout-paymentMethod .orderDetailsContainer table td {
    padding: 10px;
    text-align: right;
    font-weight: 700;
}
#checkout-paymentMethod .orderDetailsContainer table .shipping {
    border-bottom: 2px solid #e0e0e0;
}
#checkout-paymentMethod .orderDetailsContainer table .total th,
#checkout-paymentMethod .orderDetailsContainer table .total td {
    padding-top: 20px;
    font-size: 1.5em;
    text-transform: uppercase;
}
#checkout-paymentMethod .orderDetailsContainer table .total td {
    color: #c8001e;
}

#checkout-paymentMethod .orderDetailsContainer .info-next-step {
    margin-top: 30px;
    text-align: center;
}

#checkout-paymentMethod .btn-continue {
    background: #c8001e;
    color: #fff;
    font-weight: 800;
    font-size: 1.5em;
    padding: 0.25em 2em;
    width: 100%;
    line-height: 2em;
}

#checkout-paymentMethod ul {
    margin: 1.5em 0;
    padding: 0;
    border-top: 2px solid #e0e0e0;
}

#checkout-paymentMethod ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: 2px solid #e0e0e0;
}

#checkout-paymentMethod .description {
    line-height: 1.5em;
    padding-top: 1em;
}

#checkout-paymentMethod ul li.paymentMethod-klarnaPayNow.selected .description,
#checkout-paymentMethod ul li.paymentMethod-klarnaPayLater.selected .description,
#checkout-paymentMethod ul li.paymentMethod-klarnaPayOverTime.selected .description{
    height: auto;
    transform: none;
    -ms-transform: none;
}

#container_klarnaPayNow,
#container_klarnaPayLater,
#container_klarnaPayOverTime {
    background: #fff;
    padding: 1em;
    margin: 1em 0;
    width: 400px;
}

#checkout-paymentMethod ul li {
    padding-bottom: 30px;
}

#checkout-paymentMethod ul li .radioBtn input {
    position: relative;
    top: 32px;
    left: 30px;
}

#checkout-paymentMethod ul li .title {
    font-weight: 700;
    margin: 38px 0 10px 0;
}
#checkout-paymentMethod ul li .title label {
    margin: 0;
}

#checkout-paymentMethod ul li .icon {
    text-align: right;
}

#checkout-paymentMethod ul li .icon img {
    position: relative;
    top: 25px;
    width: 70px;
}

#checkout-paymentMethod ul li .description {
    display: none;
}

#checkout-paymentMethod ul li.selected .description {
    display: block;
}

.radioWrapper {
    position: relative;
}

.radioWrapper label {
    display: block;
    padding: 0.5em 0 0.5em 4em;
}

.radioWrapper input {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
}

.radioWrapper label::before {
    width: 2em;
    height: 2em;
    border: 0.1em solid;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    border-radius: 50%;
}

.radioWrapper label::after {
    content: "";
    opacity: 0;
    border: 0.5em solid;
    border-radius: 50%;
    position: absolute;
    left: 0.5em;
    top: 0.5em;
    transition: opacity 0.2s ease-in-out;
    color: #c8001e;
}

.radioWrapper input:checked + label::after {
    opacity: 1;
}

.radioWrapper input:focus + label::before {
    box-shadow: 0 0 0 0.1em #c8001e;
    outline: 0.1em solid transparent; /* For Windows high contrast mode. */
}




#checkout-summary .box {
    background: #f2f2f2;
    padding: 2rem;
    height: 25rem;
}

#checkout-summary .box h2 {
    font-weight: 600;
    font-size: 1.5em;
    margin-bottom: 0.75em;
}

#checkout-summary .box-note {
    height: auto;
}

#checkout-summary .address {
    line-height: 1.5em;
}

#checkout-summary .box-rating input {
    margin-right: 0.25em;
}

#checkout-summary .box-rating label {
    font-weight: 400;
    line-height: 1.5em;
    display: inline;
}

#checkout-summary .box-itemList {
    height: auto;
}

.itemlist-small > thead > tr > th {
    text-transform: uppercase;
    font-weight: 600;
    border-right: 2px solid #e3e3e3;
    border-bottom: 10px solid #f2f2f2;
    padding: 0.25em 2em;
}
.itemlist-small > thead > tr > th:first-child {
    padding-left: 0;
}
.itemlist-small > thead > tr > th:last-child {
    border-right: none;
    text-align: right;
}

.itemlist-small > tbody > tr > td {
    background-color: #e3e3e3;
    border-top: 5px solid #f2f2f2;
    padding: 1em 2em;
    font-weight: 700;
    vertical-align: middle;
}

.itemlist-small > tbody > tr > td.image {
    padding: 0 0 0 0.5em;
    text-align: center;
    width: 66px;
}

.itemlist-small > tbody > tr > td.itemTitle {
    padding-left: 0.5em;
}

.itemlist-small > tbody > tr > td.quantity {
    width: 5em;
    text-align: center;
}

.itemlist-small > tbody > tr > td.pricePerUnit {
    text-align: right;
    width: 10em;
}

.itemlist-small > tbody > tr > td.total {
    font-size: 1.2em;
    text-align: right;
    width: 10em;
}

.checkout-details {
    width: 50%;
    float: right;
}

#checkout-summary-total td {
    border: none;
    text-align: right;
}
#checkout-summary-total .value {
    text-align: right;
}
#checkout-summary-total .total {
    border-top: 3px solid #e3e3e3;
    padding: 3em 0;
    text-transform: uppercase;
}

#checkout-summary .box-note textarea {
    width: 100%;
    height: 10em;
    border: none;
    padding: 1em;
}

#checkout-summary .btn-change {
    background: #fff;
    border: 1px solid #c8001e;
    color: #c8001e;
    font-weight: 800;
    text-decoration: none;
    line-height: 1.2em;
    padding: 0.5em 0;
    width: 17.5em;
    position: absolute;
    left: 2em;
    bottom: 1.5em;
}

#checkout-summary .btn-checkout {
    background: #c8001e;
    color: #fff;
    font-weight: 800;
    font-size: 1.5em;
    padding: 0.75em 1em;
    width: 100%;
}

#checkout-summary .checkout-terms {
    font-size: 1.1em;
    margin-top: 1em;
    text-align: center;
}

#checkout-summary .checkout-terms a {
    color: #c8001e;
}

#checkout-summary .print {
    float: right;
    margin-top: 6em;
}
#checkout-summary .print .btn-print {
    padding: 0.5em 4em;
}

#checkout-steps {
    margin-top: 20px;
    margin-bottom: 40px;
}

#checkout-steps ul.bullets {
    margin: 0 4%;
    padding: 0;
    width: 92%;
    background: #b1b1b1;
    height: 5px;
}
#checkout-steps ul.bullets li {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    text-transform: uppercase;
    top: -12px;
    background: #b1b1b1;
    border-radius: 14px;
    width: 27px;
    height: 27px;
    position: relative;
}
#checkout-steps ul.bullets li.step_2 {
    left: 22.25%;
}
#checkout-steps ul.bullets li.step_3 {
    left: 44.5%;
}
#checkout-steps ul.bullets li.step_4 {
    left: 67.75%;
}
#checkout-steps ul.bullets li.step_5 {
    left: 92%;
}

#checkout-steps ul.bullets li.current {
    background: #fff;
    border: 5px solid #c8001e;
}

#checkout-steps ul.names {
    margin: 0;
    padding: 0;
}
#checkout-steps ul.names li {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    color: #b1b1b1;
    font-weight: 700;
    position: relative;
    font-size: 1.2em;
    text-align: left;
    text-transform: uppercase;
}

#checkout-steps ul.names li a {
    color: #b1b1b1;
    text-decoration: none;
}
#checkout-steps ul.names li a:hover {
    color: #c8001e;
}

#checkout-steps ul.names li.step_1 {
    width: 350px;
}
#checkout-steps ul.names li.step_2 {
    width: 332px;
}
#checkout-steps ul.names li.step_3 {
    width: 381px;
}
#checkout-steps ul.names li.step_4 {
    width: 133px;
}
#checkout-steps ul.names li.step_5 {
    width: 344px;
    text-align: right;
}

#checkout-steps ul.names li.current {
    color: #c8001e;
}

#login .block,
#checkout-paymentMethod .block-hotline,
.shopPayAnsicht .block-hotline {
    background: #f6f6f6;
    padding: 1em;
    height: 25em;
    position: relative;
}

#login .block-register-guest {
    height: 13em;
    margin-bottom: 2px;
}
#login .block-hotline:not(.block-hotline-fullheight),
#checkout-paymentMethod .block-hotline,
.shopPayAnsicht .block-hotline {
    height: 10.5em;
}

#login .block .fact i,
#checkout-paymentMethod .block-hotline .fact i,
.shopPayAnsicht .block-hotline .fact i {
    display: block;
    float: left;
    padding: 5px 10px 0 10px;
    font-size: 2em;
    color: #c8001e;
}

#login .block .fact div,
#checkout-paymentMethod .block-hotline .fact div,
.shopPayAnsicht .block-hotline .fact div {
    display: block;
    float: left;
    width: 170px;
}

#login .block-hotline .fact div,
#checkout-paymentMethod .block-hotline .fact div,
.shopPayAnsicht .block-hotline .fact div {
    width: 300px;
}

#login .block .fact div,
#checkout-paymentMethod .block-hotline .fact div,
.shopPayAnsicht .block-hotline .fact div {
    padding-left: 0.5em;
    line-height: 1.3em;
}
#login .block .fact div a,
#checkout-paymentMethod .block-hotline .fact div a,
.shopPayAnsicht .block-hotline .fact div a {
    text-decoration: none;
}

#login h2,
#checkout-paymentMethod .block-hotline h2,
.shopPayAnsicht .block-hotline h2 {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
    padding: 0 2em;
    margin-bottom: 2rem;
}

.shopPayAnsicht .block-hotline h2 {
    padding: 0 1em;
}

.shopPayAnsicht .block {
    background: #f6f6f6;
    padding: 3.45em 3em;
    position: relative;
}

.shopPayAnsicht .block p a {
    color: #c8001e;
}

.shopPayAnsicht .block h2 {
    font-weight: 700;
    font-size: 2em;
}
.shopPayAnsicht .block .payment-infos {
    border-top: 1px solid #c3c3c3;
    border-bottom: 1px solid #c3c3c3;
    padding: 2em 0;
    margin-bottom: 2em;
}
.shopPayAnsicht .block .payment-infos table td {
    padding: 0.75em 3em 0.75em 0;
}
.shopPayAnsicht .block .payment-infos table td.field {
    font-weight: 700;
}

.shopPayAnsicht .image img {
    width: 100%;
}

#login .info {
    text-align: center;
    margin-bottom: 3rem;
    line-height: 1.2em;
}
#login input {
    border: none;
    background: #fff;
    font-size: 1.5rem;
    padding: 1em;
    width: 100%;
    margin-bottom: 2rem;
}
#login .mandatory {
    vertical-align: top;
}

#login .btn {
    width: 93%;
    border: 1px solid #c8001e;
    background: #fff;
    color: #c8001e;
    font-weight: 800;
    font-size: 1.5rem;
    text-align: center;
    padding: 1rem 2%;
    text-decoration: none;
    margin-top: 1rem;
    margin-bottom: 0;
    position: absolute;
    bottom: 1em;
}

#login .btn-loginAmazon {
    background: #fff url("../1pic/login/btn-amazonPay.png") 25px center no-repeat;
}

#login #AmazonPaymentButton {
    display: none;
}

.myaccount .box {
    background: #f2f2f2;
    padding: 3rem 6rem;
    height: 25rem;
    position: relative;
    margin-bottom: 2em;
}

.myaccount .box h2 {
    font-weight: 600;
    font-size: 1.5em;
    margin-bottom: 0.75em;
}

.myaccount .box .btn-default-action {
    padding: 1em;
    line-height: 1em;
    position: absolute;
    bottom: 1em;
    text-transform: uppercase;
}
#myaccount-overview .row .box.priceInfo {
    height: 20rem;
}

.myaccount .orders {
    margin: 0;
    padding: 0;
}

.myaccount .orders li {
    margin: 0 0 8em 0;
    padding: 0;
    list-style: none;
}

.myaccount .orders h2 {
    font-weight: 800;
    font-size: 1.2em;
    margin-bottom: 1em;
}

.myaccount .orders .infos,
.myaccount .orders .status,
.myaccount .orders .shipping,
.myaccount .orders .items,
.myaccount .orders .rating {
    background: #f2f2f2;
    padding: 3rem 6rem;
    height: 14rem;
    line-height: 1.2em;
}

.myaccount .orders .note div {
    border: 1px solid #6f6f6e;
    padding: 3rem;
}

.myaccount .orders .items {
    padding: 3rem;
    height: auto;
}

.myaccount .orders .shipping,
.myaccount .orders .rating {
    height: 19rem;
}

.myaccount .orders .shipping .tracking a {
    display: inline-block;
    color: #c8001e;
    text-align: left;
    font-weight: 700;
    text-decoration: underline;
    line-height: 1.75em;
}

.myaccount .orders .infos .date,
.myaccount .orders .infos .totalPrice {
    float: left;
    width: 15em;
}

.myaccount .orders .infos .detailLink {
    float: right;
}

.myaccount .orders .field {
    margin-bottom: 0.5em;
}
.myaccount .orders .value {
    font-weight: 700;
}

.myaccount .orders .status .value {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 2em;
    line-height: 1em;
    padding-bottom: 0.25em;
}

.myaccount .orders .status .unpaid {
    color: #c8001e;
    border-bottom: 1px solid #c8001e;
}

.myaccount .orders .status .paid {
    font-size: 1.5em;
}


.myaccount .orders .currentStatus {
    float: left;
}
.myaccount .orders .payLink {
    float: right;
}
.myaccount .orders .payLink .btn {
    background: #c8001e;
    color: #fff;
}

.myaccount .orders .total .value {
    color: #c8001e;
    font-size: 2em;
}


#customerDataForm .box {
    height: auto;
}

#customerDataForm .field {
    margin-bottom: 1em;
}

#customerDataForm .fieldName {
    font-weight: 700;
    margin-bottom: 0.5em;
}
#customerDataForm .input input[type="text"],
#customerDataForm .input input[type="password"],
#customerDataForm .input input[type="email"]{
    border: none;
    background: #fff;
    padding: 1em 1.5em;
    width: 100%;
}

#customerDataForm .changePw a {
    text-align: right;
    color: #c8001e;
    font-weight: 700;
    text-decoration: none;
    display: block;
    margin-top: 1em;
}

#customerDataForm .orderAs .radioWrapper {
    float: left;
    margin-right: 4em;
}
#customerDataForm .orderAs label {
    line-height: 1.5em;
}

#customerDataForm .error,
#item-detail-ratingForm .error,
.item-detail-noMoreAvailable .error {
    font-weight: 700;
    color: #ff0000;
}

#customerDataForm .error {
    margin-top: 0.75em;
    padding-left: 1.5em;
}

#passwordStrength {
    width: 65%;
    padding-top: 10px;
    float: left;
}
#passwordStrength div {
    width: 23%;
    height: 8px;
    margin-right: 2%;
    float: left;
    background: #fff;
}

#passwordStrength.password-veryweak .filled {
    background: #f00;
}
#passwordStrength.password-weak .filled {
    background: #ff921e;
}
#passwordStrength.password-ok .filled {
    background: #96b428;
}
#passwordStrength.password-strong .filled {
    background: #32aa28;
}

#passwordStrengthText {
    padding-top: 8px;
    margin-left: 3%;
    width: 27%;
    float: left;
    text-align: left;
    font-weight: 700;
}
#passwordStrengthText.password-veryweak {
    color: #f00;
}
#passwordStrengthText.password-weak {
    color: #ff921e;
}
#passwordStrengthText.password-ok {
    color: #96b428;
}
#passwordStrengthText.password-strong {
    color: #32aa28;
}

#passwordStrengthInfo {
    width: 5%;
    float: left;
    padding-top: 8px;
}

#newsletter_label {
    font-weight: 400;
    float: left;
    line-height: 1.5em;
    display: inline;
}

#bewertungCheckLabel {
    font-weight: 400;
    line-height: 1.5em;
    display: inline;
}

.overlay-fullscreen {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2000;
}
.overlay-fullscreen .overlay-inner {
    background: #fff;
    width: 728px;
    height: 330px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -364px;
    margin-top: -165px;
}

#overlayNotify .overlay-inner {
    background: #fff url('../1pic/notifyWhenAvailableBg.jpg') left top no-repeat;
    padding: 0 150px 0 200px;
}

#overlayNotify .overlay-inner .title {
    margin: 0.75em 0 0.25em 0;
    font: 600 3em "Eczar", serif;
    text-transform: uppercase;
}

#overlayNotify .overlay-inner .email {
    display: block;
    border: 1px solid #d0d0d0;
    background: #fff;
    padding: 1em;
    width: 100%;
}

#overlayNotify .overlay-inner .description {
    line-height: 1.5em;
}

#overlayNotify .overlay-inner .description,
#overlayNotify .overlay-inner .email,
#overlayNotify .overlay-inner .error {
    margin-bottom: 1em;
}

#overlayNotify .overlay-inner .error {
    color: #f00;
    font-weight: 700;
}

#overlayNotify .overlay-inner .btn {
    background: #c8001e;
    color: #fff;
    font-weight: 800;
    font-size: 1.2em;
}

#overlayNotify .overlay-inner .btn-success {
    background: #00cc00;
}

#overlayNotify.ageCheckOverlay .overlay-inner .half-width {
    width: 49%;
}

#overlayNotify.ageCheckOverlay .overlay-inner .title {
    margin: 0;
}

.overlay-fullscreen.ageCheckOverlay .overlay-inner {
    top: 30%;
}

.overlay-inner .closeHandle {
    position: absolute;
    right: 7px;
    top: 10px;
    font-size: 26px;
}

#overlay-image3d .overlay-inner {
    width: 90%;
    height: 90%;
    position: absolute;
    left: 5%;
    top: 5%;
    margin: 0;
}

#topbar ul.dropdown-menu {
    background-color: black!important;
    margin-left: -15px;
    line-height: 35px;
    padding: 0;
}

#topbar ul.dropdown-menu > li {
    margin: 0;
    padding: 0 15px;
}

#topbar > .nav .open>a,
#topbar > .nav .open>a:hover,
#topbar > .nav .open>a:focus,
#topbar .dropdown-menu>li>a:focus,
#topbar .dropdown-menu>li>a:hover {
    background-color: transparent;
    border-color: transparent;
}

#top-nav .row-category-nav .fas {
    display: none;
}

/* TODO nach Tests entfernen */
.print,
.btn-print {
    display: none!important;
}


#shoppingcart-quickOrder {
    padding-bottom: 50px;
}
#shoppingcart-quickOrder input[type="text"],
#shoppingcart-quickOrder select {
    background: #fff;
    border: 1px solid #c3c3c3;
    padding: 9px 0;
}

.quickOrder-description p {
    margin-bottom: 0.75em;
    line-height: 1.2em;
}

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

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

#quickOrderOverlay-inner {
    padding: 20px;
    height: 580px;
    margin-top: -265px;
}
#quickOrder-dropZone {
    border: 3px dashed #c3c3c3;
    padding: 80px 10px;
    text-align: center;
    margin-bottom: 20px;
}
#quickOrder-file {
    display: inline;
}

#quickOrderOverlay-inner ul li {
    padding: 0.5em;
}

#quickOrderOverlay-inner table {
    margin-bottom: 2em;
}

#quickOrderOverlay-inner table th,
#quickOrderOverlay-inner table td {
    padding: 0.5em 1em 0.5em 0;
}

#quickOrderOverlay-inner .btn {
    text-decoration: none;
}

.bsPaymentShipping {
    font-size: 1.25em;
    line-height: 1.2em;
}

.bsPaymentShipping .auto {
    border-collapse: collapse;
    margin-top: 1em;
    margin-bottom: 2em;
}

.bsPaymentShipping .auto td,
.bsPaymentShipping .auto th {
    line-height: 2.2em;
    background: #ededed;
    border-right: 5px solid #fff;
    padding: 3px 8px 3px 8px;
    word-wrap: break-word;
}

.bsPaymentShipping h2 {
    font: 600 2.5em "Eczar", serif;
    line-height: 1.2em;
    text-transform: uppercase;
    text-decoration: none;
    margin-top: 1em;
    margin-bottom: 0;
}

.bsPaymentShipping li {
    line-height: 1.5em;
}

#preislistenStatus ul li .pricelistReady {
    color: red;
}

.home-vpullup {
    margin-top: -175px;
}
.home-vpullup2 {
    margin-top: -305px;
}
.home-vpullup3 {
    margin-top: -88px;
}
.video-aboutus video {
    object-fit: cover;
    width: 100%;
}

.video-aboutus .overlayText {
    margin-left: 50px;
    margin-top: 50px;
    color: #fff;
    width: 1000px;
    font-size: 1.5em;
    font-weight: 600;
}
.video-aboutus .overlayText h1 {
    margin-top: 0.1em;
    margin-bottom: 0;
    font: 600 3em "Eczar", serif;
    line-height: 1.1em;
    text-transform: uppercase;
    color: #fff;
}

.video-aboutus .overlayText a {
    color: #fff;
    background: #c8001e;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0.5em 2em;
    font-weight: 700;
    display: inline-block;
}
.video-aboutus .overlayText a:before {
    content: "» ";
}
