html {
    min-height: 100%;
    position: relative;
}
body {
    background: #eee none repeat scroll 0 0;
    margin-bottom: 405px;/*Footer bottom*/
}

label.required::after {
    content: " *";
}

a {
  color: #a00;
  text-decoration: none;
}

a:focus, a:hover {
    color: #a00;
}

.label-primary {
    background-color: #a00;
}

.btn-primary {
    background-color: #a00;
    border-color: #a00;
    color: #fff;
}

.btn-primary:hover,
.btn-primary.focus, .btn-primary:focus,
.btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary,
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover,
.btn-primary.focus:active, .btn-primary:active:focus, .btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
    background-color: #a00;
    border-color: #a00;
}

.btn-link, .btn-link:focus, .btn-link:hover {
    color: #a00;
}

.hint {
    color: #737373;
    display: block;
    font-size: 12px;
    margin-bottom: 0;
    /*margin-top: -5px;*/
    font-size: 11px;
}

.navbar-fixed-top {
    -webkit-backface-visibility: hidden;
}

#mainSearch {
    float: right;
}

.search_box .input-group .btn {
    border-radius: 0 4px 4px 0;
}

.captcha-element {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #afafaf;
    border-radius: 5px;
    display: block;
    min-height: 84px;
    padding: 5px;
    vertical-align: top;
}

.alert {
    margin: 20px 0;
}

.alert li {
    list-style: none;
    text-align: center;
}

input[type="radio"], input[type="checkbox"] {
    line-height: normal;
    margin: 0;
}

table.rabstaf td {
    text-align: center;
}

table.rabstaf td.adRAct {
    background-color: rgba(170, 0, 0, 0.1);
}

table.rabstaf tr:nth-of-type(1) td {
    font-weight: bold;
    white-space: nowrap;
}

table.rabstaf thead th {
    background-color: gray;
    color: #fff;
    padding: 5px 2%;
    width: 96%;
}

table.rabstaf thead th p {
    margin: 0;
}

.lang_de .toShop::after {
    content: "In den Warenkorb";
}

.lang_de .toTime::after {
    content: "Auf den Merkzettel";
}

.lang_de .toTime.ready::after {
    content: "Vermerkt";
}

.toTime.ready {
    color: #999999;
}

.lang_de .toQue::after {
    content: "Frage stellen";
}

.lang_de .filterReset::after {
    content: "Filter zurücksetzen";
}

.pseudo_new {
    background: #a00 none repeat scroll 0 0;
    color: #fff;
    cursor: default;
    display: block;
    font-weight: 600;
    left: -45px;
    padding: 1px 5px;
    position: absolute;
    text-align: center;
    top: 20px;
    transform: rotate(-40deg);
    width: 150px;
}
.pseudo_new .set_new {
    margin: 0 3px;
    background-color: rgb(255,255,255);
    color: rgb(170,0,0);
    padding: 0px 5px;
}
#korbWrapp .pseudo_new {
    transform: rotate(40deg);
    left: 120px;
    top: 10px;
    font-size: 12px;
}
.ajaxload{
    background:url(/img/ajax-loader.gif) no-repeat scroll center center rgba(0,0,0,0);
    border:1px solid #dfdfdf;
    display:none;
    margin:15px 0;
    padding:15px 0;
    text-align:center;
    width:100%
}
#globload-overlay{
    background: none repeat scroll 0 0 rgba(252, 252, 252, 0.9);
    border-radius: 4px;
    bottom: 0;
    cursor: default;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1050;
    display:none;
}
#globload-overlay-box{
    background:url("/img/n2lbox_loading.gif") repeat scroll 0 0 rgba(0,0,0,0);
    cursor:default;
    height:100px;
    left:50%;
    margin-left:-50px;
    margin-top:-50px;
    position:absolute;
    top:50%;
    width:100px;
}

.bootstrap-select .dropdown-menu > li > a {
    color: inherit;
}

.media {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 4px;
    position: relative;
    transition: border 0.2s ease-in-out 0s;
    margin-right: 15px;
    margin-left: 15px;
}

.thumbnail--img{
    max-width: 218px;
    margin: 0 auto;
}

.thumbnail--img img{
    opacity: 1;
    transition: all 0.3s ease 0s, opacity 0s ease 0s;
}

.media:hover,
.thumbnail:hover{
    border-color: #a00;
}

.media:hover .thumbnail--img,
.thumbnail:hover .thumbnail--img {
    box-shadow: 0 0 80px rgba(0, 0, 0, 0.5) inset;
}
.media:hover img,
.thumbnail:hover img {
    filter: brightness(110%) contrast(110%);
    opacity: 0.9;
}

.media .media-body a,
.thumbnail .caption a{
    color: inherit;
}

.media:hover .media-body a,
.thumbnail:hover .caption a{
    color: #a00;
}

.thumbnail {
    height: 350px;
    overflow: hidden;
    position: relative;
    padding: 0;
}

.thumbnail .title {
    height: 50px;
    line-height: 1;
    margin: 0;
    overflow: hidden;
}

.thumbnail .menge {
    margin-bottom: -15px;
}

.thumbnail .purchaseunit {
    min-height: 16px;
}

.thumbnail .article_price_unit {
    margin: 0;
}

.thumbnail .toTime {
    bottom: -8px;
    position: absolute;
    transform: translate(-50%, -50%);
}

.thumbnail .price {
    font-weight: bold;
    margin: 10px 0 0;    
}

.price {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}

.price > span {
    display: inline-block;
    width: 100%;
}

.menge {
    color: green;
}

.price .new {
    color: #a00;
}

.price .old {
    font-size: 16px;
    font-weight: 400;
    margin-right: 5px;
    text-decoration: line-through;
}

.captcha-element > label {
    float: left;
}

.captcha-element > input {
    float: left;
    font-size: 27px;
    margin-left: 25px;
    margin-top: 13px;
    padding: 0 16px;
    height: 46px;
    width: 50%;
}

.has-error .captcha-element .help-block {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.right {
    right: 0;
}

.navbar-toggle {
  background-color: #a00;
}

.form-control:focus {
    border-color: #a00;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(170, 0, 0, 0.6);
    outline: 0 none;
}

.nav-tabs li.active a, .nav-tabs li.active a:hover, .nav-tabs li.active a:focus {
    background-color: #a00;
    border: 0 none;
    color: #fff;
    cursor: default;
    margin-left: 0;
    margin-right: 0;
}

.dotted-bottom {
    border-bottom: 1px dotted #a00;
    height: 1px;
    margin: 0;
    padding: 0;
    width: 100%;
}

.no-bullets {
    list-style: outside none none;
    margin-left: 0;
}

.list-social li {
    display: inline-block;
    margin-right: 15px;
    text-indent: -999em;
}

.list-social li a {
    background-image: url("/img/icon-social.svg");
    background-repeat: no-repeat;
    background-size: 179px 89px;
    border: 0 none;
    display: block;
    height: 45px;
    overflow: hidden;
    padding: 0;
    width: 45px;
}

.exo-large .list-social li a {
    height: 90px;
    width: 90px;
}

.exo-large .list-social li a:link, .exo-large .list-social li a:visited {
    background-size: 400% auto;
}

.exo-large .list-social li a#item-facebook {
    background-position: -180px 0;
}

.exo-large .list-social li a#item-facebook:hover {
    background-position: -180px -90px;
}

.exo-large .list-social li a#item-twitter {
    background-position: 0 0;
}

.exo-large .list-social li a#item-twitter:hover {
    background-position: 0 -90px;
}

.exo-large .list-social li a#item-google {
    background-position: -90px 0;
}

.exo-large .list-social li a#item-google:hover {
    background-position: -90px -90px;
}

.exo-large .list-social li a#item-email {
    background-position: -270px 0;
}

.exo-large .list-social li a#item-email:hover {
    background-position: -270px -90px;
}

.header-content {
    background: #f7f7f7 url("/img/background.png") repeat scroll 0 0;
}

.marginTop {
    margin-top: 20px;
}

.marginBottom {
    margin-bottom: 5px;
}

/*************************
*******Header CSS******
**************************/
.navbar-inverse .navbar-form {
    padding: 0;
}
.navbar-inverse .navbar-form .input-group {
    width: 100%;
}

.search_box #idxSFld {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0 0 4px 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    display: none;
    max-width: 350px;
    min-width: 100%;
    padding: 3px 10px;
    position: absolute;
    right: 0;
    text-align: left;
    top: 120%;
    z-index: 1000;
}

#idxS #idxSFld #idxSFldT {
    overflow: auto;
    font-size: 12px;
}

#idxS #idxSFld #idxSFldT .idxFn .idxInf span {
    display: inline-block;
}

#idxS #idxSFld #idxSFldT .idxTp {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#idxS #idxSFld #idxSFldT .idxFn .idxInf span:last-child p::before {
    content: " :: ";
}

#srchRun {
    position: absolute;
    right: 50px;
    z-index: 100;
    top: 8px;
    display: none;
}

#notifArrow {
    background-color: transparent;
    background-image: url("/img/arrow_top.png");
    height: 10px;
    position: absolute;
    left: 20px;
    top: -10px;
    width: 20px;
}

#shMrBtnSrch > .btn {
    margin: 15px auto;
    max-width: 50px;
    min-width:100%;
}

#logo {
    background: #fff none repeat scroll 0 0;
    border-bottom: 2px solid #2b0000;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    float: left;
    height: 55px;
    left: 70px;
    padding: 0 7px;
    position: absolute;
    z-index: 1;
}

#logo a > img {
    margin-top: 8px;
    width: 174px;
}

#slider {
    background: #f7f7f7 url("../img/background.png") repeat scroll 0 0;
    margin-top: 50px;
}

#slider .header-content-wrapper {
    /*background: transparent url("../img/bg-logo.png") no-repeat scroll 95% -24px;*/
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    width: 100%;
}


/*  Dropdown menu*/
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
    background-color: #a00;
}

.navbar-header 
.navbar-toggle .icon-bar {
    background-color: #fff;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.fa-angle-down{
  padding-left: 5px; 
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}

@-ms-keyframes fadeInUp {
  0% {
    opacity: 0;
    -ms-transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -ms-transform: translateY(0);
  }
}

@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/*************************
*******Footer CSS******
**************************/

#footer {
    background: #1e1e1e none repeat scroll 0 0;
  color: #9d9d9d;
  /*padding: 25px 0 45px;*/
  /*bottom: 0;*/
    height: 400px;
    position: absolute;
    width: 100%;
}

#footer p, #footer a {
    color: #9d9d9d;
    font-size: 13px;
    padding: 0 15px;
}

#footer .nav > li > a:hover,#footer .nav > li > a:focus {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #9d9d9d;
    text-decoration: underline;
}

#idxNewsLoad {
    background: transparent url("/img/loading.gif") no-repeat scroll center center;
    display: none;
    height: 140px;
    text-align: center;
    width: 288px;
}

.single-widget h2 {
    color: #9d9d9d;
    font-family: "Ubuntu",sans-serif;
    font-size: 18px;
    font-weight: bolder;
    margin-bottom: 15px;
    padding: 0 15px;
}

.footer-widget, .footer-bottom {
  padding: 25px 0px;
}

.foot-list-social {
    padding: 0 15px;
}

.foot-list-social li {
    display: inline-block;
    margin-right: 20px;
    text-indent: -999em;
}

.foot-list-social > li > a {
    background-image: url("../img/icon-social.svg");
    background-repeat: no-repeat;
    border: 0 none;
    display: block;
    height: 45px;
    opacity: 0.8;
    overflow: hidden;
    padding: 0;
    width: 45px;
}

.foot-list-social > li > a:hover {
    opacity: 1;
}

.foot-list-social > li > a#item-facebook {
    background-position: -90px -90px;
}

.foot-list-social > li > a#item-twitter {
    background-position: 0 -90px;
}

.foot-list-social > li > a#item-google {
    background-position: -45px -90px;
}

/*************************
******* Home ******
**************************/

.features_items, .category-tab, .recommended_items {
    overflow: hidden;
}

.carousel-indicators li {
    background: #C4C4BE;
}

.carousel-indicators li.active {
    background: #a00;
}

.control-carousel {
    color: #c2c2c1;
    font-size: 60px;
    position: absolute;
    top: 50%;
}

.inner-wrapper {
    background: #fff none repeat scroll 0 0;
    border-radius: 4px;
    box-shadow: 0 0 3px #c9c9c9;
    margin: 10px auto 5px;
    padding-bottom: 20px;
}

.panel-default > .panel-heading {
    background-color: #f7f7f7;
}

.panel-default > .panel-heading.active .badge.pull-right {
    background-color: #fff;
    color: #a00;
}

.panel-default .panel-body,
.panel-default .panel-body > ul {
    margin: 0;
    padding: 0;
}

.panel-default .panel-body > ul > li{
    list-style: outside none none;
}

.panel-default .panel-body > ul > li > a {
    border-top: 1px dotted #a00;
    color: #333;
    display: block;
    padding: 8px 15px;
}

.panel-default .panel-body > ul > li > a.active {
    color: #a00;
    font-weight: 500;
}

.panel-default .panel-body > ul > li:first-child > a{
    border-top: none;
}

.panel-default .panel-body > ul a:hover {
    color: #a00;
    text-decoration: none;
}

.panel-default .panel-body > ul a::before {
    content: ">";
    margin-right: 10px;
}

.panel-default > .panel-heading.active,
.panel-default > .panel-heading.active a:hover{
    background-color: #a00;
    color: #fff;
}

.panel-primary {
    border-color: #a00;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #a00;
}

.panel-primary > .panel-heading {
    background-color: #a00;
    border-color: #a00;
}

h3.panel-title {
    position: relative;
}

h3.panel-title .fa {
    position: absolute;
    right: 0;
    top: 1px;
}

h3.panel-title .fa.collapsed{
    display: block;
}

h3.panel-title .fa.expanded{
    display: none;
}

h3.panel-title.collapsed .fa.collapsed{
    display: none;
}

h3.panel-title.collapsed .fa.expanded{
    display: block;
}

.left-sidebar .panel-default {
    border: 1px dotted #a00;
    border-radius: 0;
    font-size: 16px;
}

.left-sidebar .panel-default .panel-title {
    font-weight: 500;
}

.left-sidebar h2, h2.title {
    color: #a00;
    cursor: default;
    font-size: 18px;
    font-weight: 500;
    margin: 15px auto;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    z-index: 3;
}

.left-sidebar h2::after, h2.title:after {
    border: 1px solid #dfdfdf;
    bottom: 8px;
    content: " ";
    height: 0;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -2;
}

.left-sidebar h2::before, h2.title:before {
    background: #fff none repeat scroll 0 0;
    bottom: -6px;
    content: " ";
    height: 30px;
    left: 50%;
    position: absolute;
    width: 130px;
    z-index: -1;
}

.left-sidebar h2::before {
    margin-left: -65px;
    width: 130px;
}

h2.title::before {
    margin-left: -110px;
    width: 220px;
}

.product-image-wrapper {
    border: 1px solid #dfdfdf;
    margin-bottom: 30px;
    overflow: hidden;
}

.single-products {
    position: relative;
}

.productinfo {
    position: relative;
}

.productinfo img {
    width: 100%;
}

.productinfo h2 {
    color: #a00;
    font-size: 24px;
    font-weight: 500;
}

.productinfo p {
    color: #696763;
    font-weight: 400;
}

.add-to-cart {
    margin-bottom: 25px;
    border-radius: 0;
    border: none;
}

.add-to-cart i {
    margin-right: 5px;
}

.product-overlay {
    background: #a00 none repeat scroll 0 0;
    display: block;
    height: 0;
    position: absolute;
    top: 0;
    transition: height 500ms ease 0s;
    width: 100%;
}

.product-overlay .overlay-content {
    bottom: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}

.product-overlay h2 {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
}

.product-overlay p,
.product-overlay a {
    color: #fff;
    font-weight: 400;
}

.productinfo p,
.product-overlay p {
    padding: 0 5px;
}

.product-overlay .add-to-cart {
    background: #fff none repeat scroll 0 0;
    color: #a00;
}

.single-products:hover .product-overlay {
    display: block;
    height: 100%;
}

.category-tab ul {
    background: #2b0000 none repeat scroll 0 0;
    border-bottom: 2px solid #a00;
    list-style: outside none none;
    margin: 0 0 30px;
    padding: 0;
    width: 100%;
}

.category-tab ul li a {
    border: 0 none;
    border-radius: 0;
    color: #b3afa8;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0;
}

.category-tab ul li a:hover {
    background: #a00 none repeat scroll 0 0;
    color: #fff;
}

.recommended-item-control {
    position: absolute;
    top: 41%;
}

.recommended-item-control i {
    background: #a00 none repeat scroll 0 0;
    color: #ffffff;
    font-size: 20px;
    padding: 4px 10px;
}

.recommended-item-control i:hover {
    background: #ccccc6 none repeat scroll 0 0;
}

#confirm_wrapp {
    display: none;
    visibility: hidden;
}

.n2s-phBox {
    display: inline-block;
    max-width: 100%;
    transition: all 0.3s ease 0s, opacity 0s ease 0s;
}

.n2s-phBox img {
    max-height: 500px;
    max-width: 100%;
}

.n2s-phBox img,
.n2s-phBox:hover:after {
    opacity: 1;
}

.n2s-phBox:hover {
    /*box-shadow: 0 0 80px rgba(0, 0, 0, 0.5) inset;*/
}

.n2s-phBox:hover img {
    filter: brightness(110%) contrast(110%);
    opacity: 0.9;
}

.n2s-phBox:after{
    opacity: 0;
    color: #f9f9f9;
    content: "\f00e";
    font-family: FontAwesome;
    font-size: 9em;
    left: 50%;
    position: absolute;
    text-shadow: 0 0 5px #a6a6a6;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease 0s, opacity 0s ease 0s;
}

.productinfo .pseudo_new {
    background: #a00 none repeat scroll 0 0;
    color: #fff;
    cursor: default;
    display: block;
    font-weight: 600;
    left: -40px;
    padding: 1px 5px;
    position: absolute;
    text-align: center;
    top: 25px;
    transform: rotate(-40deg);
    width: 150px;
}

.breadcrumb {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    overflow: hidden;
    padding: 20px 0 0;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.breadcrumb > li + li::before {
    color: #333;
    content: "\f105";
    font-family: FontAwesome;
    padding: 0 5px;
}
.breadcrumb a {
    font-weight: 500;
}
.breadcrumb a.active,
.breadcrumb a:hover {
    color: #333;
    text-decoration: none;
}

.page-header {
    border-bottom: medium none;
    margin: inherit;
    padding-bottom: inherit;
}

.itemToInfo {
    padding: 0;
}

.itemToInfo li {
    list-style: outside none none;
}

.itemToInfo li p, .itemToInfo li a {
    background-color: #777;
    color: #fff;
    line-height: 1;
    padding: 5px 15px;
}

.itemToInfo .ndeliverable p, .itemToInfo .ndeliverable a {
    background-color: chocolate;
}

.itemToInfo .deliverable p, .itemToInfo .deliverable a {
    background-color: #32cd32;
}

#korbWare .price span {
    display: inline;
}

.itemToShow .oldprice{
    display: block;
    font-size: 16px;
    font-weight: 400;
    text-align: right;
    text-decoration: line-through;
}

.itemToShow .price {
    display: block;
    font-size: 28px;
    text-align: right;
    font-weight: 500;
    margin: 10px 0 0;
}

.itemToShow .price.new {
    color: #a00;
}

.media-right.itemToShow .price {
    min-width: 250px;
}

.media-right.itemToShow .price span {
    display: inline !important;
}

.rondRemv {
    background-color: #fff;
    border: 3px solid #dfdfdf;
    border-radius: 0 0 0 50%;
    font-size: 20px;
    line-height: 20px;
    padding: 9px;
    position: absolute;
    right: -2px;
    text-align: center;
    top: -5px;
    vertical-align: middle;
}

.rondRemv:hover {
    background-color: #a00;
    color: #fff;
}

.media-right.media-middle.text-right.itemToShow {
    padding-top: 25px;
}

label.quantity input {
    background-color: #f7f7f7;
    text-align: center;
}

label.quantity span,
label.quantity input {
    font-weight: 700;
}

.nav-pills > li > a {
    border-radius: 0;
}

.nav-pills > li.active > a {
    background-color: #a00;
}

.nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    background-color: #eee;
    color: #a00;
}

.nav-pills > li .fa {
    margin-right: 10px;
}

#bottomFix {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    width: 100%;
    z-index: 1000;
}

#bottomFix ul {
    list-style: outside none none;
}

#bottomFix ul li {
    font-size: 16px;
    line-height: 1.5;
}

#bottomFix #toTopWrapp {
    position: relative;
}

#back-top {
    bottom: 20px;
    display: none;
    position: absolute;
    right: 15px;
}

#back-top a {
    color: #777;
    display: block;
    font: 11px/100% Arial,Helvetica,sans-serif;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
}

#back-top a:hover {
    color: #a00;
}

#back-top a:hover span {
    background-color: #a00;
}

#back-top span {
    background: #777 none repeat scroll 0 0;
    border: 2px solid #fff;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 40px;
    height: 30px;
    margin-bottom: 7px;
    overflow: hidden;
    width: 108px;
}

#korbWare {
    background-color: #fff;
    border-top: 2px solid #777;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    position: relative;
}

#korbWare #korbMenu {
    font-weight: 400;
    padding-left: 20px;
    margin-top: -36px;
    margin-bottom: 0;
    float: left;
}

#korbWare #korbMenu > li {
    background: #777 none repeat scroll 0 0;
    border-color: #fff #fff #777;
    border-radius: 15px 15px 0 0;
    border-style: solid;
    border-width: 2px;
    color: #fff;
    cursor: pointer;
    display: -webkit-inline-box;
    margin-left: -10px;
    padding: 4px 20px;
}

#korbWare #korbMenu > li:hover, #korbWare #korbMenu > li.korbActive {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #777;
    color: #777;
    position: relative;
}

#korbWare #korbMenu > li.korbActive {
    border-bottom: 2px solid #fff;
    z-index: 12;
}

#korbWare #korbWrapp {
    display: none;
}

#arrowleft, #arrowright {
    cursor: pointer;
    text-align: center;
    width: 45px;
    z-index: 1;
    visibility: hidden;
}

#korbWrapp.forArr > #arrowleft,
#korbWrapp.forArr > #arrowright {
    visibility: visible;
}

#korbWare .korbUL {
    display: inline-flex;
    margin: 0;
    min-height: 165px;
    padding: 15px 20px;
}

#korbWare #merkZ.korbUL {
    display: none;
}

#korbWare .korbUL .keinArtk, #finKeinArtik {
    border: medium none;
    color: #e3e3e3;
    font-size: 50px;
    width: 100%;
}

.lang_de #korbWare .korbUL .keinArtk::before, #finKeinArtik::before {
    content: "Noch keinen Artikel gewählt";
    margin-left: 20px;
}

.korbDIV {
    padding: 10px 15px 0;
}

.korbDIV[data-count="0"] {
    display: none !important;
}

#korbWare .korbUL .toRemKRB {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #dfdfdf;
    margin: 5px;
    min-height: 140px;
    padding: 5px 10px;
    overflow: hidden;
    width: 220px;
    position: relative;
}

#korbWare .korbUL .toRemKRB .fa-times-circle {
    color: #333;
    font-size: 18px;
    left: 5px;
    position: absolute;
    top: 5px;
}

.artbox_thumb {
    display: block;
    height: 145px;
    text-align: center;
}

.artbox_thumb.small_thumb {
    height: 50px;
}

#merkZ .price, #wareZ .price,
#korbWare p, #korbWare h4{
    margin: 0;
}

h4.small {
    margin-bottom: 0;
}

#korbWare .korbUL .toRemKRB h4,
#korbWare .korbUL .toRemKRB p{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-strong{
    font-weight: bold;
}

#cookie-policy-wrapp {
    position: relative;
    z-index: 99999;
}

::after, ::before {

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}
Element {

}
.cookie-policy {

    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 24px 90px 30px;
    display: flex;
    background: #fff;
    box-shadow: -8px -7px 20px 0 rgba(0, 0, 0, 0.1);

}

.cookie-text-container {
    margin: 0;
    padding: 0;
    text-align: left;
    width: 70%;
}

.cookie-button-container {
    width: 30%;
}

.funkyradio div {
  clear: both;
  overflow: hidden;
}

.funkyradio label {
  width: 100%;
  /*border-radius: 3px;*/
  border-top: 1px solid #ddd;
  font-weight: normal;
  margin: 0;
}

.funkyradio input[type="radio"]:empty,
.funkyradio input[type="checkbox"]:empty {
  display: none;
}

.funkyradio input[type="radio"]:empty ~ label,
.funkyradio input[type="checkbox"]:empty ~ label {
  position: relative;
  line-height: 2.5em;
  text-indent: 3.25em;
  font-size: 14px;
  /*margin-top: 2em;*/
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.funkyradio input[type="radio"]:empty ~ label:before,
.funkyradio input[type="checkbox"]:empty ~ label:before {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  content: '';
  width: 2.5em;
  background: #D1D3D4;
  /*border-radius: 3px 0 0 3px;*/
}

.funkyradio input[type="radio"]:hover:not(:checked) ~ label,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label {
  color: #888;
}

.funkyradio input[type="radio"]:hover:not(:checked) ~ label:before,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label:before {
  content: '\2714';
  text-indent: .9em;
  color: #C2C2C2;
}

.funkyradio input[type="radio"]:checked ~ label,
.funkyradio input[type="checkbox"]:checked ~ label {
  color: #777;
}

.funkyradio input[type="radio"]:checked ~ label:before,
.funkyradio input[type="checkbox"]:checked ~ label:before {
  content: '\2714';
  text-indent: .9em;
  color: #333;
  background-color: #ccc;
}

.funkyradio input[type="radio"]:focus ~ label:before,
.funkyradio input[type="checkbox"]:focus ~ label:before {
  box-shadow: 0 0 0 3px #999;
}

.funkyradio-default input[type="radio"]:checked ~ label:before,
.funkyradio-default input[type="checkbox"]:checked ~ label:before {
  color: #333;
  background-color: #ccc;
}

.funkyradio-primary input[type="radio"]:checked ~ label:before,
.funkyradio-primary input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #337ab7;
}

.funkyradio-success input[type="radio"]:checked ~ label:before,
.funkyradio-success input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #5cb85c;
}

.funkyradio-danger input[type="radio"]:checked ~ label:before,
.funkyradio-danger input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #d9534f;
}

.funkyradio-warning input[type="radio"]:checked ~ label:before,
.funkyradio-warning input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #f0ad4e;
}

.funkyradio-info input[type="radio"]:checked ~ label:before,
.funkyradio-info input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #5bc0de;
}

.filter-panel li {
    padding: 8px 0 8px 35px;
    margin: 0;
}

.filter-panel li:hover {
    background: #e7e7e7 none repeat scroll 0 0;
    color: #a00;
}

.filter-panel li > label {
    width: 100%;
    line-height: 15px;
}

.close{
    color: #a00;
    opacity: 0.7;
}

.red{
    color: #a00;
}

.displSwitch > small{
    display: block;
}

.costPrice > small{
    text-align: right;
}

#proRED .btn-default{
    border-color: #a00;
    color: #a00;
    font-weight: 500;
}

.tooltip{
    z-index: 999;
}
.tooltip .tooltip-inner {
  background-color: #fff;
  color: #a00;
  border: 1px solid rgba(0,0,0,.2);
  padding: 10px;
  box-shadow: 0 5px 15px rgba(0,0,0,.5);
  font-size: 16px;
}
.tooltip .tooltip-arrow:after {
    content: " ";
    position: absolute;
    z-index: -1;
    width: 0;
    height: 0;
}
.tooltip.left {
    margin-left: -6px;
}
.tooltip.left .tooltip-arrow {
    right: -3px;
    margin-top: -15px;
    border-left-color: #fff;
    border-width: 15px 0 15px 15px;
}
.tooltip.left .tooltip-arrow:after {
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid rgba(0,0,0,.2);
    top: -15px;
    right: -1px;
}
.tooltip.top {
    margin-top: -6px;
}
.tooltip.top .tooltip-arrow {
    bottom: -3px;
    margin-right: -15px;
    border-top-color: #fff;
    border-width: 15px 15px 0 15px;
}
.tooltip.top .tooltip-arrow:after {
    border-right: 15px solid transparent;
    border-top: 15px solid rgba(0,0,0,.2);
    border-left: 15px solid transparent;
    top: -14px;
    right: -15px;
}
.navigation.merchant-navigation {
    background-color: #dddbd9;
    border: 0;
    margin: 10px 0;
    float: left;
    width: 100%;
}
.navigation.merchant-navigation .main-nav ul {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
}
.navigation.merchant-navigation .main-nav ul li {
    margin: 0;
    padding: 18px 0 18px 11px;
    width: 25%;
    text-align: center;
    float: left;
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    border-left: 2px solid #fff;
    font-size: 17px;
    font-family: 'Helvetica Neue',Arial,sans-serif;
    position: relative;
}
.navigation.merchant-navigation .main-nav ul li.selected {
    color: #000;
    background-color: #b8b6b0;
    background-image: none;
}
.navigation.merchant-navigation .main-nav ul li span {
    color: #fff;
    font-size: 35px;
    position: absolute;
    left: 9px;
    top: 5px;
}
.navigation.merchant-navigation .main-nav ul li span.confirmation-icon {
    background-image: url(/img/confirmation-icon.png);
    width: 25px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center center;
    top: 13px;
}
#fieldset-pay .pLogo img {
    height: 55px;
}
#n2s-phToShow {
    position: sticky;
    top: 20px;
}
