/*@font-face {
font-family: "Futura Std Book";
src: url('http://0020655-k-shop7.mauve.eu/fonts/FuturaBook.ttf');
font-weight:400;
}*/

body {
   /* font-family: Arial, Helvetica, sans-serif;*/
    /*background: #e7ecf0;
    background: -webkit-gradient(linear, left top, left bottom, from(#e7ecf0), color-stop(0.80, #e7ecf0), to(#99aac4));
    background: -moz-linear-gradient(to bottom, #e7ecf0, #e7ecf0 80%, #99aac4);*/
    background:#ffffff;
    color: #808080;
    font-size: 13px;
    overflow-x: hidden;
    font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
}

#page {width:100%;/*width:950px;border-left:1px solid #d9d9d9;border-right:1px solid #d9d9d9;*/margin:0 auto;/*padding:0 15px;*/ margin-top:60px;    padding-left:16px;
    padding-right:16px;    /*border-left:1px solid #d9d9d9;
    border-right:1px solid #d9d9d9;*/
}

/*#################### // FONTS & LINKS // ####################*/

h1, h2, h3, h5, h6,
h1 a, h2 a, h3 a, h5 a, h6 a,
.h1, .h2, .h3, .h5, .h6
.h1 a, .h2 a, .h3 a, .h5 a, .h6 a{
    font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif /*"Futura Book", Helvetica, Arial, sans-serif*/;
    color: #4d4d4d/*1e7eb0*/;
    line-height: 1.5em;
    margin: 0;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;/*"Futura Book", Helvetica, Arial, sans-serif;*/color:#4d4d4d;text-transform:uppercase;
}
.checkout h2{ /*Warenkorb Überschrft*/
    text-transform:uppercase;
}
h4, .h4 {
    text-transform: none;
    line-height: 1.5em;
}

h5, .h5 {
    text-transform: uppercase;
}

span.small {
    font-size: 10px;
    font-weight: normal;
    color: #696A6C;
}

a,
a:link,
a:visited {
    border: 0;
    color: #000;
    font-weight: bold;
}

a:hover,
a:focus {
    border: 0;
    color: #B01934 !important;
    text-decoration:none;
}
#details table.cart a,
#details table.cart a:link,
#details table.cart a:visited {
    border: 0;
    color: #000;
    font-weight: bold;
}

p,
div {
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif; /*Arial, Helvetica, sans-serif*/;
}
span.red{
    color:#d11c24;
}
.caps{text-transform: uppercase;}
div.rounded {border-radius:50%;}
div.green {background-color:#c0d49f;}
.green {color:#39ad4a;}
.textnormal{text-transform:none;}
.icon-redarrow-left{width:20px;height:41px;    background: transparent url("../../img/icons/carousel-left-red.png") no-repeat;
}
.icon-redarrow-right{width:20px;height:41px;    background: transparent url("../../img/icons/carousel-right-red.png") no-repeat;
}
.alert ul{list-style-type: none;}
ul.noupper li{text-transform:none !important;}
/*#################### \\ LISTS \\ ####################*/
ul.info{margin-left:0;padding-left:0;}
#details ul.info{margin-bottom:25px;}
ul.info li{
    list-style-type: none;
    text-transform:uppercase;
    background: transparent url("../../img/icons/arrow_grey.png") no-repeat;
    background-position:0 6px;
    padding-left:8px;
}

ul.info li a{
    color:#4d4d4d;
}

ul.check {
    list-style-type: none;
    margin-left: -40px;
}

ul.check li:before {
    content: '✓ ';
    font-size: 1.2em;
}
ol{padding-left:0}
ol.breadcrumb{
  text-transform:uppercase;
}
ol.breadcrumb a {
  color:#d9d9d9
}
ol.breadcrumb a:hover {
  color:#000!important
}
ol.breadcrumb .active a {
  color:#808080
}
/*#################### \\ HEADER \\ ####################*/
header {
    min-height: 57px;
}

header.mobileheader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 50px !important;
    z-index: 1000;
}

body.tablet .mobileheader .navbar {
    margin-bottom: 0; /* The margin made some things below unclickable  */
}

body.tablet #content > .container {
    margin-top: 54px;  /* Do not overlap with the fixed header */
}


header nav {
    min-height: 25px;
    color:#b1b1b1 /*#1e7eb0*/;
    line-height: 25px;
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
}

header nav .service {
    text-align: right;
}

header nav a, header nav a:link, header nav a:visited {
    color: #979797 /*#1e7eb0*/;
    text-decoration: none;
}

header nav a:hover, header nav a:focus {
    color: #325b70;
    text-decoration: underline;
}

header nav .navbar {
    /*background: #f7f8fc;*/
    border-radius: 0;
    z-index: auto;
}

header nav .navbar ul.navbar-nav li:hover {
    border-radius: 10px;
    /*background: ;*/
    box-shadow: inset 0 0 5px rgba(20,126,176,0.1);
}

input[type=text]::-ms-clear {  display: none; width : 0; height: 0; }
input[type=text]::-ms-reveal {  display: none; width : 0; height: 0; }

.maintenance {
    text-align: center;
}

.search input {
    width: 300px;
}

.container.topmenu {
    padding: 0;
}

.topmenu .navbar {
    background: none;
    padding: 0;
    border-radius: 0;
    margin: 10px 0 0px 0;
    z-index:auto;
}

.topmenu .navbar .navbar-form {
    margin: 0;
}


.navbar-brand:hover {
    opacity: .8;
}

.searchtextbox input.search {
    margin: 0 auto;
    height: 40px;
    width: 285px;
    border: 1px solid #4d4d4d /*#8abcd3*/;
    /*border-right: 0;*/
    background: #fff;
    border-radius: 0;
    padding-left: 5px;
    padding-right: 43px;
    /*background-image: url("../../img/cg/icon-search-blau.png");*/
    background-repeat: no-repeat;
    background-size: 40px 40px;
    background-position: 10px 10px;
}

.topmenu /*ul.*/navbar-nav {
    line-height: 60px;
    height: 60px;
   /* background: #8abcd3;
    background: -webkit-gradient(linear, left top, left bottom, from(#8abcd3), to(#1c80b2));
    background: -moz-linear-gradient(to bottom, #8abcd3, #1c80b2);*/
}

.topmenu ul.navbar-nav li {
    /*background: rgba(255,255,255,0.2);*/
    padding: 0;
    margin-right: 2px;
}

.topmenu ul.navbar-nav li.dropdown {
    background: none;
}

.topmenu ul.navbar-nav li a {
    line-height: 30px;
    padding: 0;
}

.topmenu ul.navbar-nav li.dropdown {
    height: 60px;
    padding: 0 10px;
}

.topmenu ul.navbar-nav li a:hover {
    text-decoration: none;
}

.topmenu ul.navbar-nav li a:hover .caret, .topmenu ul.navbar-nav li a:active .caret, .topmenu ul.navbar-nav li a:focus .caret {
    border-bottom-color: #FFF !important;
    border-top-color: #FFF !important;
}

.topmenu ul.navbar-nav li.cartlist {
    padding: 0;
    margin-right: 0;
    overflow: hidden;
}

.headercarthover {
    margin-right: 0 !important;
    width:10px !important;
}

.headercarthover:hover, .headercarthover:active, .headercarthover:focus {
    background: transparent !important;
    color: #FFF !important;
}

.headercarthover:hover a.dropdown-toggle, .headercarthover:active a.dropdown-toggle, .headercarthover:focus a.dropdown-toggle,
.headercarthover a.dropdown-toggle:active, .headercarthover a.dropdown-toggle:hover, .headercarthover a.dropdown-toggle:focus {
    color: #B01934 !important;
    text-decoration: none !important;
}

.topmenu ul.navbar-nav li.dropdown a.dropdown-toggle {
    line-height: 60px;
    font-weight: bold;
    background: none;
    padding: 22px 0px;
}

.topmenu ul.navbar-nav li.dropdown a.dropdown-toggle:hover {
    color: #ffffff;
}

.topmenu ul.navbar-nav ul.dropdown-menu {
    background: #1e7eb0;
    border: 0;
    margin-right: -2px;
}

.topmenu ul.navbar-nav ul.dropdown-menu li, .topmenu ul.navbar-nav ul.dropdown-menu a, .topmenu ul.navbar-nav ul.dropdown-menu a:hover, .topmenu ul.navbar-nav ul.dropdown-menu a:focus, .topmenu ul.navbar-nav ul.dropdown-menu a:visited {
    background: transparent;
}

.topmenu ul.navmenu ul.dropdown-menu li a, .topmenu ul.navmenu ul.dropdown-menu li a:hover{
    background: transparent;
}

#cart-menu {
    width: 300px;
    height: auto;
    text-transform: none;
    font-weight: normal;
    padding: 5px 20px 10px 20px;
    z-index: 9999;
    -webkit-box-shadow: 0 3px 4px rgba(0,0,0,0.2);
    -moz-box-shadow: 	0 3px 4px rgba(0,0,0,0.2);
    box-shadow: 		0 3px 4px rgba(0,0,0,0.2);
    /*border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;*/
    white-space: normal;
    line-height: 1em;
    left: auto;
    right: 0;
    background: #fff/*E7ECF0*/;
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eef1f6', endColorstr='#ffffff');
    background: -webkit-gradient(linear, left top, left bottom, from(#eef1f6), to(#ffffff)) !important;
    background: -moz-linear-gradient(to bottom, #eef1f6, #ffffff) !important;
    color: #1E7EB0;*/
}


.cart-dropdown tr.border {
    padding: 10px 0 !important;
}

#cart-menu table {
    width: 100%;
    font-size: 12px;
    text-transform: none !important;
}

#cart-menu table tr.tablehead td {
    font-size: 10px;
    text-transform: none;
    font-weight: bold;

}

#cart-menu table tr.border {
    border-top: 1px solid rgba(255,255,255,0.2);
    border-bottom: 1px solid rgba(0,0,0,0.01);
}

#cart-menu table tr.bordertotal td {
    /*color: #1E7EB0;*/
}

#cart-menu table tr td {
    color: #696a6c;
}

#cart-menu table tr td {
    padding: 2px 0;
}

#cart-menu table tr td a, #cart-menu table tr td a:link, #cart-menu table tr td a:visited {
    font-size: 15px;
}

#cart-menu table tr td a:hover, #cart-menu table tr td a:focus {
    text-decoration: underline;
}

#cart-menu p {
    text-align: center;
    margin-top: 5px;
    background: rgba(0,0,0,0.1);
    border-radius: 3px;
    padding: 3px 4px;
    font-size: 0.9em;
}
#cart-menu a.btn{text-transform:none;color:#000;font-weight:bold;}
#cart-menu a.btn{background:#fff}
.topnav i {
    background: #ffffff;
}

.login-dropdown {
    width: 300px;
    height: auto;
    text-transform: none;
    font-weight: normal;
    padding: 5px 20px 10px 20px;
    z-index: 9999;
    -webkit-box-shadow: 0 3px 4px rgba(0,0,0,0.2);
    -moz-box-shadow:    0 3px 4px rgba(0,0,0,0.2);
    box-shadow:         0 3px 4px rgba(0,0,0,0.2);
    /*border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;*/
    white-space: normal;
    line-height: 1em;
    /*background: #E7ECF0;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eef1f6', endColorstr='#ffffff');
    background: -webkit-gradient(linear, left top, left bottom, from(#eef1f6), to(#ffffff)) !important;
    background: -moz-linear-gradient(to bottom, #eef1f6, #ffffff) !important;
    color: #1E7EB0;*/
}
.login-dropdown.display-block a {
    display:block;
}

.login-dropdown a {
    font-size: 12px !important;
    color: #000 !important;
}


/*.login-dropdown a:hover {
    color: #B01934 !important;
    background: none !important;
    text-decoration: underline !important;
}
*/
.login-dropdown .form-control {
    margin-top: 5px;
}
.login-dropdown .form-group{
    margin-bottom: 0px;
}
.open > .dropdown-menu {
    padding: 20px;
}

.open > .dropdown-menu a {
    display: block;
    height: 30px;
    color:#fff;
}

.open > .dropdown-menu label {
    margin-bottom: 0 !important;
}

.tab-content {font-size: 13px; padding-bottom: 20px;}

hr {
    height: 7px;
    background: #f6f6f6;
    box-shadow: none;
}
.border-bottom{border-bottom: 1px solid #f6f6f6;}
.border-right{border-right: 1px solid #f6f6f6;}

.margin {
    margin-top: 20px;
}

a.back {padding-top: 8px !important;}
/*a.backorder {padding-top: 8px; padding-right: 20px !important;}*/
.checkout a.backorder.pull-right{margin-right:3px !important;}

/*#################### // HEADER // ####################*/
/*#################### // FORM // ####################*/
select.styled-select {
    border: 1px solid #cacaca;
    overflow: hidden;
    background: url("../../img/icons/icon-21.png") no-repeat;
    background-position: right;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height:18px;
    text-transform:uppercase;
    font-size:11px;
}
select.styled-select option {padding-right:9px;}
select.styled-select.form-control {padding:1px;padding-left:3px;padding-right:20px;}
/* hide browser-styling (arrow) in IE10 */
select.styled-select::-ms-expand {
  display:none;
}

.lt-ie10 select.styled-select {
    background-image: none;
}
.toolbar label {text-transform:none;}
.toolbar-count{margin-left:-10px;}
.toolbar-count select{width:40px;}
/*#################### // FORM // ####################*/

/*#################### \\ ICONS \\ ####################*/
a.icon, i.icon {
    width: 50px;
    height: 50px;
    display: inline-block;
    background-size: 40px 40px;
    background-repeat: no-repeat;
    background-position: 10px 5px;
    line-height: 50px;
}

.searchtextbox {
    position: relative;
    padding: 0;
}

.searchbutton.icon {
    background:transparent url("../../img/icons/icon-10.svg");
    background-position: -3px 6px;
    background-size: 26px 24px;
    background-repeat:no-repeat;
    height: 40px;
    width: 22px;
    border: none;
    position: absolute;
    top: 0px;
    right: 20px;
}

.searchbutton.icon:hover {
    opacity: .8;
}

i.icon.small {
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
    background-position: 0 0;
}

.topmenu .navbar-nav i.icon {
    width: 60px;
    height: 60px;
    background-size: 40px 40px;
    background-position: 0px -6px;
}

.sidebar-left {
    padding-left: 0;
}

.mobileicon {
    font-size: 23px;
    color: #1E7EB0;
    vertical-align: middle;
    line-height: 50px;
    padding-bottom: 0;
    padding-top: 0;
    background: none;
    border: none;
    height: 50px;
    padding: 0;
}

.mobileiconcontainer {
    width: 25% !important;
    text-align: center;
    float: left;
}


.mobileicon:active, .mobileicon:focus, .mobileicon:hover {
    text-decoration: none !important;
}


i.phone { background-image: url("../../img/cg/icon-phone-blau.png") }
i.myshop { background-image: url("../../img/cg/icon-myshop-blau.png") }
i.myshop-white { background-image: url("../../img/cg/icon-myshop-weiss.png") }
i.cart { background-image: url("../../img/cg/icon-cart-blau.png") }
i.cart-white { background-image: url("../../img/icons/icon-09.svg") }
i.note { background-image: url("../../img/cg/icon-merkzettel-blau.png") }
i.note-white { background-image: url("../../img/cg/icon-merkzettel-weiss.png") }
i.search { background-image: url("../../img/cg/icon-search-blau.png") }
i.search-white { background-image: url("../../img/cg/icon-search-weiss.png") }
/*#################### // ICONS // ####################*/


/*#################### \\ CONTENT \\ ####################*/
section#content {

}

section#content div.container {
    position: relative;
    background: #fff;
    /*-webkit-box-shadow: 0 0 3px 2px #d9dee2;
    -moz-box-shadow: 0 0 3px 2px #d9dee2;
    box-shadow: 0 0 3px 2px #d9dee2;
    border: 20px solid #ffffff;*/
    /*z-index: 0;* Auskommentier, weil Modal dadurch nicht funktioniert */
}

section#content div.container #details img {
    height:auto;
    max-width: 100%;
}

section#content div.row {
    /*margin-left: 0;*/
}
section#content .row.sale{border-top: 1px solid #f6f6f6}
/*#################### // CONTENT // ####################*/


/*#################### \\ NAVIGATION  \\ ####################*/
.topmenu ul.list-inline {
    list-style-type: none;
    height: 20px;
    padding: 0;
    margin-bottom: 10px;
}

.topmenu ul.list-inline li {
    float: left;
    margin-right: 10px;
}

.topmenu ul.list-inline li a,
.topmenu ul.list-inline li a:link,
.topmenu ul.list-inline li a:visited {
    color: #1e7eb0;
    font-size: 0.9em;
}

/*.navmenu {
    margin-bottom: 30px;
    position: relative;
}*/


ul.navigation-list li a.active, .sidebar-left .navmenu ul a.active, footer ul a.active {
    color:#bb262a!important;
}


div.category-list {
    color: #808080;
    /*background: -webkit-gradient(linear, left top, left bottom, from(#AFC7ED), to(#1b81b2));
    background: -moz-linear-gradient(to bottom, #AFC7ED, #1b81b2);*/
    padding: 0;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;
}

div.category-list h5 {
    color: ##4d4d4d;
}
div.category-list select{
    background: url(../../img/icons/icon-21.png) no-repeat;
    background-position: right;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 1px;
    padding-left: 3px;
    padding-right: 10px;
    max-width:100%;

}

/*div.category-list a {
    color: #ffffff;
    font-weight: bold;
    background: #1E7EB0;
    padding: 5px;
    width: 100%;
}*/

div.category-list ul {
    list-style-type: none;
}

header .navbar-nav.pages li.link{
    background: transparent url("../../img/icons/arrow_grey.png") no-repeat;
    background-position:10px 9px;
}

/*#################### // NAVIGATION // ####################*/

.navigation-list ul {
    margin-left: 0px;
}

/*#################### \\ LITTLE BOXES  \\ ####################*/
div.content-box {
    margin-bottom: 10px;
    overflow: hidden;
}

div.content-box .content p {
    margin-bottom: 10px;
    font-size: 0.9em;
    text-transform:uppercase;
}

div.content-box div {
    /*padding: 10px;*/
    padding-top: 10px;
}

div.content-box .head {
    /*background: #eef1f6;
    font-weight: bold;*/
    margin-bottom: 2px;
    padding: 8px 15px;
    padding-left:0;
    position: relative;
    color: #4d4d4d;
    text-transform:uppercase;
    border-bottom:1px solid #f6f6f6
}
div.content-box .additional-text {
    font-size: 8px;
    font-weight: normal !important;
}

.mobileselect {
    position: absolute;
    bottom: 10px;
    right: 50px;
}

.mobilewishlistordered {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width:50px;
    height:40px;
    text-align: center;
    background: #EEF1F6;
    font-weight: bold;
    padding-top:12px;
}

.mobilewishlistqtytxt {
     position: absolute;
     bottom: 45px;
     right: 52px;
     font-size: 10px;
 }

.mobilewishlistorderedtxt {
    position: absolute;
    bottom: 45px;
    right: 9px;
    font-size: 10px;
}

.checkout div.content-box .content  {
    background: #fff;
    color:#4d4d4d;
    text-transform:uppercase;
    height: 100%;
}

.checkout div.content-box .content.smaller  {
    height: 25%;
}
body.PaymentController form label{font-weight:bold;}
body.PaymentController .description{padding-top:20px;padding-bottom:20px;}
div.content-box .content {
    width: 100% !important;
    /*padding: 8px 15px;*/
    font-size: 0.9em;
}

.billingbox {
    background: #ffffff;
    padding-bottom: 15px;
}

.ordergtcbox {
    background: #fff;
    padding: 0px;
    border-top:1px solid #f6f6f6;
    margin-top:20px;
    padding-top:10px;
}

.ordergtcbox label {
    margin: 0;
}

.ordergtcbox textarea {
    /*border: none;*/
    padding: 10px;
    margin-top:10px;
}

.OrderController .checkout .info {
    height: 190px;
}

.input-group select {
    background: none;
    box-shadow: none;
    border: none;
    color: #1b81b2;
    font-weight: bold;
}

#product-list h4{text-transform:uppercase;font-weight:bold;margin-bottom:30px;}
#product-list .childgroup{display:table;width:100%;}
.childname{display:table-cell;vertical-align:middle}
.pagination{float:right}
div.product-box,
div.product-box-large {
    border: 0px solid #eef1f6;
    position: relative;
    margin-bottom:34px;
    padding: 0px;
    background: #ffffff;
}

div.product-box:after,
div.product-box-large:after {
    content: "";
    position:absolute;
    display: block;
    bottom: -23px;
    left: 0;
    height: 20px;
    width: 100%;
    /*background-image: url("../../img/cg/box-shadow.jpg");
    background-size: 100% 20px;
    background-repeat: no-repeat;*/
}

div.product-box-large {
    height: 255px;
    /*background:#ff0000;*/
}

div.product-box {
    height: 250px;
}

div.product-box .price,
div.product-box-large .price{
    position: absolute;
    background-color: #fff;
    /*background-image: url('../../img/icons/arrow_red-right_xs.png');
    background-repeat: no-repeat;
    background-position: 0px 0px;*/
    color: #666666;
    font-weight: bold;
    left: 0;
    bottom: 0;
    height: 40px;
    width: 100%;
    padding-top:20px;
    /*line-height: 80px;*/
    font-size:1.3em;
}

 div.product-box-large .saleprice{background-image: url('../../img/icons/arrow_red-right_xs.png');
    background-repeat: no-repeat;
    background-position: 0px 8px;
    padding-left:7px;
}
div.product-box-large .price .small{font-size:0.9em; font-weight: bold;}
div.product-box-large .title a {color:#808080;text-transform:uppercase;}

.sale-title, .sale-title h2, div.product-box-large .title a:hover, div.product-box-large:hover .title a {
    color:#000 !important;
}
.sale-title h2{
     font-weight:bold;
}
#indexlist div.product-box-large .price {
    /*line-height: 120px;*/
    background-position:78px 30px;
    background-size:10px 20px;
}
div.product-box-large:hover .price, div.product-box-large:hover .saleprice {
    text-decoration:underline;
    -moz-text-decoration-color: #d11c24; /* Code for Firefox */
    text-decoration-color: #d11c24;
}

div.product-box .price.price-on-request, div.product-box .price.price-on-request a,
div.product-box-large .price.price-on-request, div.product-box-large .price.price-on-request a{
    line-height: 19px;
    color:#fff;
}
div.product-box-large .product-img {text-align:center;position:absolute;top:70px;width:240px;left:0;right:0;margin: 0 auto;z-index: 1;}


div.product-box img.bg,
div.product-box-large img.bg {
    /*position: absolute;*/
    /*height: auto;*//*40%*/
    /*height: 100%;*/
    width:auto;
    /*left: 0%;
    top: 0;
    z-index: 1;
    top:70px;*/
}
#indexlist div.product-box-large img.bg {
     /*width:88%;
      left:6%;width:100%*/
      }

.dailydeal div.product-box-huge .description{
    background-color: rgba(255,255,255,0.8);
    position:absolute;
    right:0px;
    padding:10px 0;
    color:#4d4d4d;
    font-size:14px;
    padding-left:20px;
    display: table;
}

.dailydeal div.product-box-huge .info{
    color:#fff;
    text-transform:uppercase;
    position:absolute;
    text-align:center;
    font-weight:bold;
}


.dailydeal div.product-box-huge .description strike{font-weight:bold;margin-right:10px;}
.dailydeal .description .title a{color:#4d4d4d;}

.dailydeal div.product-box-huge img.bg{
      width:90%;
      margin-left:5%;
      }

.dailydeal div.product-box-huge .price{
    color:#d11c25;
    font-size:22px;
    font-size:22px;
    font-weight:bold;
    margin-right:10px;
    display: table-cell;
  vertical-align: bottom;
}
.row.sale {padding-top:8px;}
.row.sale div.product-box-large{border:1px solid #ededed;}
.row.sale div.product-box-large:hover{border:1px solid #ededed;}
.row.sale div.product-box-large .price {padding-top:15px;}
.row.sale .description{padding-top:10px;}
.row.sale img.bg {/*width:88%;left: 6%;*/width:90%!important;height:auto;margin:0 auto;}

.imagewrapper {
    height: 56%;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
    text-align: center;
}

.imagewrapper2 {
    height: 56%;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
    text-align: center;
    display: none;
}

div.product-box:hover .active .imagewrapper2 {
    display: block;
}

.imagewrapper2 img {
    height: 100%;
    width: 100%;
}

.products.row {
    margin-bottom: 30px;
}
.products{padding-top:20px;}
/*div.product-box-large img.bg {
    top: 10%;
}*/

div.product-box .cart,
div.product-box-large .cart {
    position: absolute;
    background: #eef1f6;
    right: 0;
    bottom: 0;
    height: 40px;
    width: 30px;
    background-image: url("../../img/cg/icon-cart-blau.png");
    background-size: 30px 30px;
    background-position: 0 5px;
    background-repeat: no-repeat;
    border: none;
    border-radius: 0;
}

div.product-box .cart:hover,
div.product-box-large .cart:hover {
    background-color: #1b81b2;
    cursor: pointer;
    background-image: url("../../img/cg/icon-cart-weiss.png");
}

div.product-box .note,
div.product-box-large .note {
    position: absolute;
    background-color: #eef1f6;
    left: 86px;
    bottom: 0;
    height: 40px;
    width: 30px;
    background-image: url("../../img/cg/icon-merkzettel-blau.png");
    background-size: 30px 30px;
    background-position: 0 5px;
    background-repeat: no-repeat;
}

div.product-box .note:hover,
div.product-box-large .note:hover {
    background-color: #1b81b2;
    cursor: pointer;
    background-image: url("../../img/cg/icon-merkzettel-weiss.png");
}

div.product-box .title,
div.product-box-large .title {
    z-index: 3;
}

div.product-box-large .title {
    font-size: 1em;
}

div.product-box .description,
div.product-box-large .description {
    /*position: absolute;*/
    /*left: 60px;
    right: 60px;*/
    font-size: 0.9em;
    text-align:center;
}

#indexlist div.product-box-large .description {
    position: relative !important;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding-left:5px;
    padding-right:5px;
}

div.product-box .description p,
div.product-box-large .description p,
div.product-box .active p,
div.product-box-large .active p {
    margin: 0;
}

div.product-box .discount,
div.product-box-large .discount,
div.dailydeal-details .discount,
.notepadtable .discount,
.checkout .discount {
    border-radius: 50%;
    background: #b01934;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    height: 40px;
    width: 40px;
    line-height: 35px;
    position: absolute;
    font-size: 1.1em;
    right: 5%;
    top: 5%;
    z-index: 2;
}

/*div.product-box .discount p,
div.product-box-large .discount p,
.notepadtable .discount p,
.checkout .discount p {
    font-size: 0.6em;
    font-weight: normal;
    line-height: 15px;
    margin-top: -10px;
}*/

.notepadtable .produktname {
    font-size: 14px;
}

.notepadtable thead tr {
    border-right: 5px solid #eef1f6
}

div.product-box-large .discount {
    top: 35%;
}

.hiddentext {display: none !important;}

div.product-box:hover .active {
    display: block;
    background: #ffffff;
    background-color: rgba(255,255,255,1);
    opacity: 1;
    position: absolute;
    width: 150%;
    height: 170%;
    z-index: 4;
    padding: 10px;
    top: -70%;
    left: -50%;
    z-index: 10;
    border: 3px solid #1b81b2;
    overflow: hidden;
}

div.product-box:hover .active .hiddentext { /* Hover Effekt */
    display: block !important;
}

div.product-box .active img.bg {
    width: auto;
    height: 30%;
    left: 50%;
    margin-left: -30%;
    top: 10px;
}

div.product-box .active .description {
    position: absolute;
    bottom: 50px;
    left: 10px;
    right: 10px;
}

div.product-box .active .title {
    font-size: 1.2em;
}

div.product-box .active p {

}

div.product-box .active {
    opacity: 0;
}


/*
div.product-box .active input {
	width: 30px;
	height: 25px;
	color: #000000;
	padding: 0 5px;
	text-align: center;
}

div.product-box .quantity {
	position: absolute;
	right: 31px;
	bottom: 0;
	background: #eef1f6;
	margin: 0;
	height: 40px;
	font-size: 1.1em;

}

div.product-box .quantity li {
	padding: 0 10px;
	margin: 0;
	height: 40px;
	line-height: 40px;
}*/

div.product-box .quantity .input-group-addon,
div.product-box-large .quantity .input-group-addon {
    background: none;
    border: 0;
    font-weight: bold;
    color: #1b81b2;
    border-radius: 0;
    width: 20px;
}

div.product-box .quantity .input-group-addon:hover,
div.product-box-large .quantity .input-group-addon:hover {
    background: #1b81b2;
    color: #ffffff;
    cursor: pointer;
}

div.product-box .quantity,
div.product-box-large .quantity {
    position: absolute;
    bottom: 0;
    right: 30px;
    width: 74px;
    height: 40px;
    background: #eef1f6;
    border-left: 2px solid #eef1f6;
    border-right: 2px solid #eef1f6;

}

a.minus, a.plus {
/*float: left;*/
   padding: 0px 16px;
   padding-right:0;
   background: url("../../img/icons/icon-22.png") no-repeat;
   margin-top:5px;
}

a.minus {
    padding: 0px 16px;
    padding-right:0;
    background: url("../../img/icons/icon-21.png") no-repeat;
}

a.minus:hover, a.plus:hover {
    text-decoration: none;
    /*background: #1B81B2;*/
    color: #FFF;
}

/*.quantity input {width: 30px;}*/
div.product-box .quantity input,
div.product-box-large .quantity input {
    margin-top: 2px;
    border: 0;
    text-align: center;
    font-weight: bold;
    color: #1b81b2;
    padding: 0;
    height: 35px;
}

div.product-box.next {
    background: #eef1f6;
    padding: 110px 20px 20px 10px;
    position: relative;
}

div.product-box.next:before {
    position: absolute;
    content: "›";
    font-size: 20em;
    color: rgba(255,255,255,0.5);
    top: -100px;
    right: 0;
}

div.product-box.next a,
div.product-box.next a:link,
div.product-box.next a:visited,
div.product-box.next a:hover,
div.product-box.next a:focus {
    font-size: 1.2em;
    font-weight: bold;
    text-decoration: none;
}

div.product-box.next:hover {
    cursor: pointer;
    background: #1b81b2;
}

div.product-box.next:hover a {
    color: #ffffff;
}

p.small {
    font-size: 0.8em;
}

/*#################### // LITTLE BOXES // ####################*/


/*#################### \\ PRODUKT DETAILS  \\ ####################*/
#details h3 {text-transform:uppercase;}
.back a {
    text-transform:uppercase;
    color: #4d4d4d;
}
#details .sidebarright .price{text-align:right;padding-right:2px;}
#details .price .small{font-size: 13px;padding-right:19px;}

#details .price-details {
    color: #a0a0a0;
    font-size: 1.2em;
    /*font-weight: bold;*/
    margin-top:-15px;
}
.price-details b {
    font-size:20px !important;
    color:#bb262a;
}
#details .price-details span{padding-left:25px;}
#details #product-photo .discount  {
    border-radius: 50%;
    background: #b01934;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    height: 40px;
    width: 40px;
    line-height: 35px;
    position: absolute;
    font-size: 1.1em;
    right: 10%;
    bottom: 10%;
    z-index: 2;
}
video#productVideo {
    width: 100%;
    height: auto;
}
#details .video {margin-bottom:20px;}
#details .video .container_wrapper{width:100%;}
#details #product-photo .discount p {
    font-size: 0.6em;
    font-weight: normal;
    line-height: 15px;
    margin-top: -10px;
}

#details #product-photo {
    padding: 2px;
    border: 1px solid #c4c4c4;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    margin-top:25px;
    position:relative;
    text-align:center;
}

.moreillustrations a img {
    width: 30% !important;
}

.moreillustrations {
    border-top: 3px solid #efefef;
    padding: 10px;
}

#details #product-photo img {
    width: 100%;
    /*width:auto;*/
    height: auto;
}

#details #product-photo a {
    cursor:pointer;
}
#details .detailfotos{margin-bottom:30px;}
#details .quantity .input-group-addon {
    /*background: none;*/
    border: 0;
    font-weight: bold;
    /*color: #1b81b2;*/
    border-radius: 0;
    width: 16px;
    display:inline;
}
#details input[type="radio"]{margin-right:5px}
#details td.variants{padding-bottom:5px}
#details .quantity .input-group-addon:hover {
    /*background: #1b81b2;*/
    /*color: #ffffff;*/
    cursor: pointer;
}

#details .quantity {
    background: #fff;
    border: 1px solid #c1c1c1;
    float:left;
    margin-left:0px;
}

#details .quantity input {
    margin-top: 0;
    border: 0;
    text-align: center;
    width: 37px;
}

#details .tocart {
    line-height: 40px;
    font-weight: bold;
    text-transform: none;
    float:right;
    /*margin-right:12px;*/
    margin-top:5px;
}

#details .quantity input {float:left; height: 40px;}

.variantsborder  {margin-top: 20px; border-top: 3px solid #EFEFEF; padding-top: 20px;}

ul#info-tabs {margin-bottom: 10px; border-bottom: 3px solid #EFEFEF;}

ul#info-tabs li a {
    border: none;
    padding: 5px 7px;
    text-transform: none;
}

ul#info-tabs li {margin-right: 0; margin-bottom: 0;}

.importantProductInfo {margin-bottom: 20px;}
.importantProductInfo p, .importantProductInfo.text { font-size: 9px;margin:0;color:#aaa; }
#details .sidebarright{margin-top:25px;}
a.tool{
    display:block;
    text-align:center;
    border:1px solid #c1c1c1;
    text-transform:uppercase;
    color: #4d4d4d;
    background:#fff!important;
}

a.tool{width:158px;}
a.tool.videolink {width:230px;padding: 5px 0;margin-bottom:20px;cursor:pointer;}
a.tool.videolink img{height:15px;width:auto;margin-left:5px}
#details input.btn{
    width:158px;
    padding-top:7px;
    padding-bottom:7px;
}
#details input.btn{ padding-top:13px;padding-bottom:13px;margin-top:-5px}
/*POPOVERS*/
ul.info a.close{position:absolute;right:10px;top:10px;}
#desc,#tec_desc,#mnt,#mnt_special,#mnt_ebike_general,#mnt_ebike_98{display:none;width: 305px; max-width: 305px;}
.popover table{border:none!important;}
#desc .close,#tec_desc .close,#mnt .close,#mnt_special .close,#mnt_ebike_general .close,#mnt_ebike_98 .close{margin-right:5px;}
.owl-carousel.owl-crosselling .owl-item img.bg{width:70% !important; height:auto!important;margin:0 auto;}
/*#################### // PRODUKT DETAILS // ####################*/


/*#################### \\ SLIDESHOW  \\ ####################*/
div#slideshow {
    overflow: hidden;
    margin-bottom: 30px;
    background: rgba(0,0,0,0.1);
    position: absolute;
    left:0;
}

div#slideshow div.carousel-inner,
div#slideshow div.item {
width: 320px;
height:115px;
margin:0 auto;
}

div#slideshow ol.carousel-indicators {
    left: auto;
    right: 0px;
    top: 10px;
    list-style-type: none;
    height: 30px;
    text-align: right;
    padding-right: 15px;
}

.carousel-indicators {z-index: 9 !important;}

div#slideshow div.carousel-caption {
    left: 30px;
    bottom: 30px;
    width: 45%;
    padding: 0;
    text-align: left;
    z-index: 10;
}

div#slideshow div.carousel-caption div.h3,
div#slideshow div.carousel-caption div.p {
    padding: 20px;
    text-shadow: none;
}


div#slideshow div.carousel-caption div.h3 {
    background: rgba(25,127,176,0.8);
    color: #fff;
    font-size: 140%;
    font-weight: bold;
    text-transform: none;
}

div#slideshow div.carousel-caption div.p {
    background: rgba(255,255,255,0.9);
    color: #1e7eb0;
}

div#slideshow a.carousel-control {
    position: absolute;
    height: 30px;
    width: 30px;
    right: 20px;
    bottom: 0px;
    top: auto;
    left: auto;
}

div#slideshow a.carousel-control:hover {
    opacity: .8 !important;
}

div#slideshow a.carousel-control.left {
    background: url("../../img/cg/btn-left-weiss.png") no-repeat;
    background-size: 25px 25px;
    right: 50px;
}

div#slideshow a.carousel-control.right {
    background: url("../../img/cg/btn-right-weiss.png") no-repeat;
    background-size: 25px 25px;
}

.flex-direction-nav .flex-prev {left:0 !important;}

.tab-content .flex-viewport ul li {height: 150px;}

/*#################### // SLIDESHOW // ####################*/


/*#################### \\ CARROUSEL  \\ ####################*/
div.flexslider {
    border: 0;
    width: 100% !important;
}

div.flexslider ul.slides li {
    border-radius: 2px;
    margin-right: 30px;
    text-align: center;
    padding-bottom: 10px;
    height: 170px;
}

div.flexslider ul.slides li img {
    padding: 10px;
    max-height: 140px;
    max-width: 140px;
}

div.flexslider-border {
    border: 3px solid #eef1f6;
    width: 148px;
    height: 148px;
}


/*#################### // CARROUSEL // ####################*/


/*#################### \\ ACCORDION  \\ ####################*/
div.accordion-group {
    background: #eef1f6;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eef1f6', endColorstr='#ffffff');
    background: -webkit-gradient(linear, left top, left bottom, from(#eef1f6), to(#ffffff));
    background: -moz-linear-gradient(to bottom, #eef1f6, #ffffff);
    border: 0;
    border-radius: 0;
}

div.accordion-group .accordion-heading {
    color: #1b81b2;
    font-weight: bold;
    text-transform: none;
    border: 0;
    padding: 6px;
}

div.accordion-inner {
    border: 0;
    padding: 20px;
    font-size: 0.9em;
}
/*#################### // ACCORDION // ####################*/


/*#################### \\ TABS \\ ####################*/
ul.nav-tabs {
    border: 0;
}

ul.nav-tabs li,
ul.nav-pills li {
    margin: 10px 5px 10px 0;
    background: none;
    border: 0;
    border-radius: 0;
    color: #efefef;
}

ul.nav-tabs li a,
ul.nav-tabs li a:link,
ul.nav-tabs li a:visited,
ul.nav-tabs li a:hover,
ul.nav-tabs li a:focus,
ul.nav-pills li a,
ul.nav-pills li a:link,
ul.nav-pills li a:visited {
    background: none;
    border: 3px solid #efefef;
    border-radius: 0;
    padding: 2px 7px;
    margin: 0;
    font-weight: bold;
    color: #696A6C;
    text-transform: none;
}

ul.nav-tabs li.active a,
ul.nav-tabs li.active a:link,
ul.nav-tabs li.active a:visited,
ul.nav-tabs li.active a:hover,
ul.nav-tabs li.active a:focus,
ul.nav-pills li a:hover,
ul.nav-pills li a:focus {
    text-transform: none;
    font-weight: bold;
    border: 0;
    padding: 5px 10px;
    color: #ffffff;
    background: #1b81b2;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eef1f6', endColorstr='#1b81b2');
    background: -webkit-gradient(linear, left top, left bottom, from(#eef1f6), to(#1b81b2));
    background: -moz-linear-gradient(to bottom, #eef1f6, #1b81b2);
}

ul.nav-pills li ul.dropdown-menu li a {
    border: 0;
    background: 0;
    text-transform: none;
    padding: 5px 10px;
}

ul.nav-pills li ul.dropdown-menu li a:hover {
    border: 0;
    background: 0;
    text-transform: none;
    color: #1b81b2;
    padding: 5px 10px;
}
/*#################### // TABS // ####################*/


/*#################### \\ CONTACT  \\ ####################*/
section#contact .col-lg-4,section#contact .col-sm-12,section#contact .col-xs-12{padding-left:0;padding-right:0;}


section#contact div.container {
    margin: 30px auto;
    padding: 15px 20px;
    padding-top:0;
    color: #808080;
    text-align:center;
    height:389px;overflow:hidden;
}

section#contact.checkout div.container {height:216px;overflow:hidden;}
section#contact.checkout div.container img {width:142px;}
section#contact .owl-carousel-footer .owl-item {height:416px;}
section#contact div.container .owl-prev img, section#contact div.container .owl-next img, .row.sale .owl-prev img,.row.sale .owl-next img, .owl-crosselling .owl-prev img,.owl-crosselling .owl-next img {width:30px;border:0;padding:0; margin: 0 auto;margin-top:125px;}
.row.sale .owl-prev, .owl-crosselling .owl-prev{left:-15px;}
.row.sale .owl-next, .owl-crosselling .owl-next{right:-15px;}
section#contact div.container .owl-prev{margin-left:10px;}
section#contact div.container .owl-next{margin-right:10px;}
.row.sale {padding:20px}
/*.row.sale .owl-theme{margin-left:10px;margin-right:10px;}*/
.owl-theme .owl-nav .disabled {opacity: 0.7;}
section#contact div.container .owl-item img{
    padding:5px;
    border:1px solid #d9d9d9;
    border-radius: 50%;
    width:187px;
    margin:0 auto;
}
section#contact.checkout div.container img{
    padding:0px;
    border:0px solid #d9d9d9;
    border-radius: 0;
    max-width:100%;
}

section#contact div.container .tease-link {position: absolute;top:359px;left:0;right:0;}
section#contact div.container .tease-link a {display:inline;}
.tease-link {text-align:center;}
/*section#contact div.container*/ .tease-link a {
    color: #fff;
    background-color:#c0d49f;
    text-transform:uppercase;
    display:inline-block;
    /*line-height:0.8em !important;*/
    padding:6px 15px;
    padding-left:25px;
    background-image:url(/img/icons/arrow_white-right.png);
    background-repeat:no-repeat;
    background-position:14px 8px;
}
/*section#contact div.container*/ .tease-link a:hover {
    color: #fff !important;
    text-decoration:underline;
}

section#contact h4 {
    color: #4d4d4d;
    margin-top:22px;    font-weight:bold;

    /*background: #c0d49f;*/

}
/*#################### // CONTACT // ####################*/


/*#################### \\ INFO BOX-START  \\ ####################*/
section#info div.container {
    padding-top:16px;
    padding-left:0;
    padding-right:0;
    color: #fff;
    text-align:center;
    width:100%;
    text-transform:uppercase;
}
section#info .row div{height:55px;margin-bottom:5px; font-size:10px;}
section#info div.container a {color: #fff;padding:0px;display:block;text-align:left;padding-left:40px;padding-top:14px;}
div.shippingfree, div.trusted{margin-left:-13px;}
section#info div.container a:hover{color: #fff !important;text-decoration:underline;}

.return100, .shippingfree, .bill-buy, .trusted {
    width: 130px;
    background-repeat:no-repeat;
    background-position:7px 15px;
    background-size:26px;
    background-color:#c0d49f;
}
.return100{background-image:url('/img/design/return100.jpg');}
.shippingfree{background-image:url('/img/design/shippingfree.jpg');}
.bill-buy{background-image:url('/img/design/bill-buy.jpg');}
.trusted{background-image:url('/img/design/trusted.jpg');}

/*#################### \\ INFO BOX-START  \\ ####################*/








/*#################### \\ CHECKOUT  \\ ####################*/
h3.checkout-title, .checkout form h3{font-size:15px;}
h3.checkout-title{font-weight:bold;}
.checkoutProgress {
    padding:0;
}

/* Schritte oben */
.steps {
    background: #fff;
    padding: 10px 10px 1px 10px;
    margin-bottom: 10px;
    font-size: 0.8em;
}
.checkoutProgress .steps li::after{
    content: url('/img/cg/checkout-separator.png');
     padding-left:6px;
}
.checkoutProgress .steps li.last::after{
    content: none;
}

.steps,
.steps a,
.steps a:link,
.steps a:visited {
    text-transform: uppercase;
    /*font-weight: bold;*/
    color: #a5a5a5;
}

.steps a.active,
.steps a.active:link,
.steps a.active:visited {
    text-transform: uppercase;
    /*font-weight: bold;*/
    color: #bd1d29;
}

.steps .back {
    background: #ffffff;
}

.checkout input.form-control {
    border:  1px solid #c9c9c9;
    border-radius: 4px 4px 4px 4px;
    color: #808080;
    margin: 0;
    margin-bottom:5px;
    height: 31px;
}

.checkout input.error,
.checkout select.error {
    border:  1px solid #B94A48;
}

/* Weiter/Zurück Buttons unten */

/*.checkout .back,
.checkout .next {
    padding: 1px 0px 5px 10px;
}*/

.checkout .back a {
    font-weight: bold;
}

/*.edit {
    background: linear-gradient(to bottom, #EEF1F6, #1B81B2) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    color: #FFFFFF;
    font-weight: 500;
}*/

.checkout .next a {
    color: #ffffff;
    font-weight: bold;
    text-transform: none;
}
/*input#billing_address_streetnumber{margin-top:14px}*/
/* Warenkorb */

form.cart {
    width: 90%;
    border-bottom:1px solid #f6f6f6;
    padding-bottom:4px;
    margin:0 auto;
}

form.cart {
    font-size: 12px;
}

form.cart div.thead {
    color: #4d4d4d;
    font-size: 13px;
    padding: 8px 8px !important;
}
.checkout table.cart-table img {width:90%;max-width:240px;margin:0 auto;}
/*form.cart*/ div.thead, table.cart-table tr.tablehead, table.cart-table thead {
    background: #ffffff;
    text-transform:uppercase;
    color:#4d4d4d;
    border-top:1px solid #f6f6f6;
    border-bottom:7px solid #f6f6f6;
    font-weight:bold;
}

/*form.cart*/ div.tableartikel {
    padding-top: 15px !important;
    padding-bottom: 15px;
    border-bottom:1px solid #f6f6f6;
}

/*form.cart*/ div.tableartikel  {
    text-transform:uppercase;
}
div.tableartikel img {width:100%;}
/*form.cart*/ div.tableartikel  a{color:#7f7f7f;}

/*form.cart*/ .tableprice, .singletableprice {
    font-size: 14px;
}

form.cart .padding{padding-left:20px;}
table.price.table td{border-top:0;}
.buyit a.btn, input#billing_address_submit, .checkoutnavi a.btn, input.btn, #details input.btn {
    background: #d11c25;
    text-transform:uppercase;
    color:#fff;
    font-weight:bold;
}
a.btn{
}
a.btn:hover, input.btn:hover{color:#fff;}
.action_table_row {
    border-right: 5px solid #FFF;
}

.rowchecked {
    border-right: 5px solid #1E7EB0;
    box-shadow: 1px 1px 2px #B5B5B5;
}

.notepadlast {
    background: #eef1f6;
}

.notepadlast select {
    width: 70%;
    margin-right: 15px;
    height: 31px;
    margin-top: 2px;
    margin-bottom: 0;
}

.notepadlast input.btn {
    margin-top: 2px;
    margin-bottom: 3px !important;
}

.notepadlast td {
    padding: 5px;
}

.notepadlast label {
    font-weight: bold;
    font-size: 12px;
    margin: 0;
    color: #1E7EB0;
}

.tableprice, .singletableprice {
    font-weight: bold;
    color: #666666;
}
.tablepriceorder {
    font-weight: bold;
    color: #1e7eb0;
    font-size:20px;
}

.checkout div.quantity input[type="text"] {
    width: 30px;
    text-align: center;
}

input.refreshcart {
    background: url('../../img/icons/refresh.png');
    color: #1e7eb0;
    font-weight: bold;
    border: 0;
    padding: 0;
    display: block;
    width:13px;
    height:12px;
    float:right;
    margin-top:5px;
}
input.refreshcart:after {
  font-family: "Glyphicons Halflings";
  content: "\e080";
}
.checkout input.refreshcart:hover {
    /*text-decoration: underline;
    color: #B01934;*/
    opacity:0.3;
}

.checkout .refreshcart.mobile-refreshcart {
    display:inline;
    width:13px;
    height:12px;
    /*width:125px;
    padding: 0 10px;*/
}

.checkout a.delete, .checkout a.delete:link, .checkout a.delete:visited {
    font-weight: bold;
    display: inline-block;
}

.checkout .boxtext {
    display: block;
}

.checkout .coupon { /* Gutscheinblock */
    /*background: #eef1f6;
    padding: 20px;*/
    min-height: 60px;
    color: #4d4d4d;
    /*font-size: 1.2em;*/
    margin-bottom: 50px;
}
.checkout .coupon .btn{height:31px;}
.cart-coupon {
    width: 75%;
    float: left;
}

.checkout .buyit {
    background: #ffffff;
    min-height: 75px;
    color: #1e7eb0;
    font-size: 1.2em;
    line-height: 75px;
}

.checkout .buyit input.btn {
    background: #1e7eb0;
    border-radius: 0;
    font-size: 17px;
    margin-top:12px;
}

.checkout .buyit input.btn:hover {
    background: #B01934;
}

.checkout .coupon .h6, .checkout .buyit h6 {
    margin-bottom: 10px;
}

.checkout .coupon p {
    margin-top: 10px;
}

.couponwrapper {
    margin: 0 auto;
}

.checkout .coupon input.button {
    width: 20%;
    background: #1e7eb0;
    color: #4d4d4d;
    float: right;
}
.checkout .coupon input#coupon_code,.checkout .coupon select {width:55%;}
.checkout .coupon  input.btn, a.btn.back, a.btn.backorder{background: #fff;color:#c9c9c9;border: 1px solid #c9c9c9;/*width:40%;*/margin-left:5px;margin-right:5px;padding-bottom: 6px !important;padding-bottom: 6px !important; padding-left:10px;padding-right:10px;line-height: 1.42857;}
.checkout .coupon input.btn:hover, a.btn.back{color:#000;border-color:#000;}

.checkout table.price { /* Rechnungsblock */
    width: 100%;
}

.checkout .boxtext, .checkout .boxtext a, .boxtextbig {
    font-size: 13px;
}

.checkout .boxtext, .checkout .boxtext a, .boxtextbigorder {
    font-size: 20px;
    font-weight: bold;
}

.checkout .boxtext p {
    margin-bottom: 0;
}

.checkout table.price td {
    padding-top: 5px;
    text-transform: none;
    font-size: 0.8em;
    border: none !important;
}

.checkout table.price td span.rechnungspreis, .checkout table.price td.tax{text-transform: uppercase;}


.checkout table.price .sum {
    color: #4e4e4e;
    font-size: 1.6em;
}

.checkout table.price .sumorder {
    color: #1e7eb0;
    font-size: 2.6em;
}

.packshot100 img {
    width: 100px;
    height: auto;
}

.checkout .product-box .price { /* Warenkorb MOBILE */
    width: 180px;
}

.checkout .product-box .delete {
    background: #eef1f6;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
}

.supplier {
    display: block;
}

.innernotepad {
    margin-top: 10px;
    width: 75%;
}



.notepadmobile p.title {
    font-size: 13px !important;
}

.notepadmobile .price {
    padding-left: 15px !important;
    padding-right: 15px !important;
    width: 50% !important;
}

.notepadmobile .discount {
    top: 60px !important;
    left: 40px !important;
}

.mobileselect {
    height: 40px;
    background-color: #EEF1F6 !important;
    box-shadow: none !important;
    color: #1e7eb0;
    font-weight: bold;
    padding-left: 25px;
    width: 20% !important;
    text-align: center !important;
    border-radius: 0;
    border-color: #EEF1F6 !important;
    -webkit-appearance: none;
}

.product-box .mobileselect, .product-box-large .mobileselect {
    margin: 0;
    position: absolute;
    bottom: 0;
    right: 30px;
}

.notepadmobile .mobileselect {
    margin: 0;
    position: absolute;
    bottom: 0;
    right: 30px;
}

.mobiledelete {
    position: absolute;
    top: 3px;
    right: 4px;
    width: 15px;
    height: 15px;

}

.mobiledelete a {
    background: #1e7eb0;
    color: #FFF !important;
    padding: 4px 6px;
}

.checkout .product-box .delete:hover {
    background: #1e7eb0;
    cursor: pointer;
}

.checkout .product-box .delete:hover a,
.checkout .product-box .delete:hover a:link,
.checkout .product-box .delete:hover a:visited,
.checkout .product-box .delete:hover a:hover,
.checkout .product-box .delete:hover a:focus {
    color: #ffffff;
    text-decoration: none;
}

.checkout .product-box .quantity {
    bottom: 40px;
    left: 0;
    width: 180px;
}

.checkout .product-box .quantity .form-control {
    width: 50px;
    border-top: 1px solid #eef1f6;
    border-bottom: 2px solid #eef1f6;
}

.checkout .product-box .quantity .input-group-addon:hover {
    background: #eef1f6;
    color: #1e7eb0;
    text-decoration: underline;
}

.checkout .product-box .quantity .input-group-addon:hover a,
.checkout .product-box .quantity .input-group-addon:hover a:link,
.checkout .product-box .quantity .input-group-addon:hover a:visited,
.checkout .product-box .quantity .input-group-addon:hover a:hover,
.checkout .product-box .quantity .input-group-addon:hover a:focus {
    color: #1e7eb0;
    text-decoration: underline;
}

/* Kaufabschluss */

.checkout .info {
    height: 250px;
    position: relative;
}

.checkout .info p {
    margin: 0;
    line-height: 1.2em;
}

.checkout .info .edit {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    padding: 0;
    margin: 0;
}

.checkout .info .edit a {
    color: #808080 !important;
}

.row.checkout {
    /*margin-left: -30px;
    margin-right: -30px;*/
}

/*#################### // CHECKOUT // ####################*/
/*CART Overview-header*/
a.product_total{position:absolute;margin-top:-48px;margin-left:23px;}
b.caret{margin-top:-56px;margin-left: 30px}
header nav .scv a.product_total, header nav .scv a.product_total:hover{color:#B01934!important;}
.scv a {display:block}
.nav > li > a.product_total:focus {background-color: transparent !important;}
/*CART Overview-header*/

/*#################### \\ MYSHOP \\ ####################*/
.myshop-lastorder {
    background: #fff/*linear-gradient(to bottom, #EEF1F6, #FFFFFF) repeat scroll 0 0 rgba(0, 0, 0, 0)*/;
    padding: 0px;
    margin-bottom: 20px;
    margin-top: 20px;
    height: 150px;
}

.myshop-box {
    background: linear-gradient(to bottom, #EEF1F6, #FFFFFF) repeat scroll 0 0 rgba(0, 0, 0, 0);
    padding: 10px;
    margin-bottom: 20px;
    margin-top: 20px;
    height: auto;
}



.myshop-navi {
    border-top: 3px solid #EEF1F6;
    margin-top: 30px;
}

#menu-search, #menu-myshop, #menu-cart {
    padding: 10px !important;
    line-height: 120% !important;
    width: 100%;
    height: auto !important;
    margin: 0 !important;
}

#menu-myshop a {display:block;}
body.AccountdataController input[type=text], body.AccountdataController input[type=password] {width:100%}
/*#################### // MYSHOP // ####################*/


/*#################### \\ JPANELMENU \\ ####################*/

.jPanelMenu-panel {
    background: none !important;

}

#menu,
#menu-right,
#jPanelMenu-menu {
    background: #FFF;
    display: none;
    z-index: 99999;
    color: #325b70;
    box-shadow: 0 5px 5px rgba(0,0,0,0.5);
    padding-top: 80px !important;
    width: 100% !important;
    position: relative;
}

#jPanelMenu-menu .h6 {
    color: #1e7eb0;
}

#jPanelMenu-menu ul {
    list-style-type: none;
    padding: 0;
}

.category a,
#jPanelMenu-menu ul li {
    margin: 0;
    padding: 5px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    border-top: 2px solid rgba(255,255,255,0.1);
}

.category:hover a,
#jPanelMenu-menu ul li:hover {
    border-bottom: 1px solid rgba(0,0,0,0.1);
    border-top: 2px solid rgba(255,255,255,0.1);
    cursor: pointer;
}

#jPanelMenu-menu ul li a {
    color: #696A6C;
    font-weight: normal;
    font-size: 13px;
}

#jPanelMenu-menu ul li a:hover {
    text-decoration: none;
}

#jPanelMenu-menu ul li:before {
    content: "› ";
    color: rgba(255,255,255,0.6);
    font-weight: bold;
}

div.category {
    background: #1e7eb0;
    margin-bottom: 20px;
}

.category a {
    font-size: 1.2em;
    text-align: center;
    height: 40px;
    line-height: 40px;
    display: block;
    color: #ffffff;
    font-weight: bold;
    text-transform: none;
    padding: 0;
}

.category a:hover {
    text-decoration: none;
}

.toggle-menu-right {
    position: fixed;
    top: 200px;
    right: -105px;
    width: 250px;
    height: 40px;
    background: #efefef;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 10px;
    -webkit-transform:rotate(-90deg);
    -moz-transform:rotate(-90deg);
    -o-transform: rotate(-90deg);
    white-space:nowrap;
    display:block;
    text-align: center;
}

.toggle-menu-right a {
    text-transform: none;
    font-weight: bold;
}

.toggle-menu-right:hover {
    text-decoration: none;
    background: #1e7eb0;
    cursor: pointer;
}

.toggle-menu-right:hover a {
    text-decoration: none;
    color: #fff;
}


/*#################### // JPANELMENU // ####################*/

/*#################### \\ FOOTER  \\ ####################*/
footer {
    background: #ffffff;
}

footer ul {
    list-style-image: url('../../img/icons/icon-20.svg');
    margin-left: 0;
    margin-left: 0px;
    margin-bottom: 20px;
    border-left:1px solid #f6f6f6;
    padding-left:10px;
}
footer ul ul {
    border-left:0px;
    margin-bottom: 0px;
}

/*footer ul li:before {
    content: "› ";
    color: #1e7eb0;
}*/
footer ul li {
    /*height:20px;*/
    width:250px;
    background: url("../../img/icons/icon-20.svg");
    background-repeat:no-repeat;
    background-size: 20px 10px ;
    background-position: 0 7px;
    padding:2px 0;
    padding-left:20px;
    text-transform:uppercase;
}

footer .importantProductInfo p {font-size:11px;margin-bottom:10px;}

footer a{
    color:#979797 !important;
}

footer .payment{
    border-top:1px solid #f6f6f6;
    border-bottom:2px solid #fafafa;
    margin-bottom:49px;
    height:121px;
}
footer .payment .col-xs-3, footer .payment .col-lg-1,footer .payment .col-lg-2,footer .payment .col-md-1,footer .payment .col-md-2{padding:0;}
footer .payment img{height:20px;margin-top:19px;}

/*#################### // FOOTER // ####################*/


/*#################### \\ BOOTSTRAP FIX  \\ ####################*/
/*######TEXT#########*/
.container{/*background:#d9ce75*/}
.navbar-form {border-bottom:0;}
.navbar-default ul{
  /*font-family: "Futura Book";*/
  font-weight:400;
}
/*header .container-fluid {padding:0;}*/
header .navbar-collapse {
    padding-right: 0px;
}
header .navbar-default {border-color: transparent;/*background:#ff0000;*/margin:0 auto;}
.navbar-collapse.in {
  overflow-x: hidden;
  border:2px solid #b6b6b8;
}
.navbar-nav {
    margin: 7.5px -16px;
}

.navbar-brand {padding:15px 0;}

#ajaxProduct .popover table{margin-left:-25px;}
#ajaxProduct .popover td{
    padding-left:25px;
    padding-bottom:3px;
}
/*#ajaxProduct .popover.left {margin-left: 274px;max-width: 310px;width: 310px;}*/
#ajaxProduct .popover.left table{font-size: 11px;}
.popover-title {
  margin: 0;
  padding: 0px 34px;
  padding-top:43px;
  font-size: 14px;
  font-weight:bold;
  background-color: #fff;
  border-bottom: 0px solid #ebebeb;
  border-radius: 0;
}
.popover-content {
  padding: 27px 36px;
  color:#808080;
}
.popover-content .close{
   /* position:absolute;*/
    top: 7px;
    right:7px;
}
#rating-popover .popover-wrapper{padding: 27px 36px;}
.rating-info{padding-bottom:5px;}
.rating-text{padding:10px 10px;}
#popoverContent a:hover{color:#000}
.rating{margin-bottom:25px}
#rating-popover .close{position: absolute;top: 7px;right: 7px;}
#ajaxProduct #rating-popover.popover.left {top: -1px !important;}
#details li.desc_long .popover.left > .arrow {
  top: 210px;
}

#details li.desc_add .popover.left > .arrow {
  top: 230px;
}
#details li.mntg .popover.left > .arrow {
  top: 250px;
}

.dropdown-menu {font-size:12px;}
/*######TEXT#########*/
.row-10 .col-lg-2 {
    width: 20%;
}

.row-10 .col-lg-4 {
    width: 40%;
}

.row-8 .col-lg-2 {
    width: 25%;
}

.row-8 .col-lg-4 {
    width: 50%;
}

.products .row-10 {
    /*margin-left: -25px;*/
}

.form-control {
    border-radius: 0px !important;
    border: 1px solid #c9c9c9;
      -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: 0;
          transition: 0;

}
.btn{
    border-radius:0;
}
.row.sale .owl-theme .col-lg-4, .row.sale .owl-theme .col-md-4, .row.sale .owl-theme .col-xs-12{width:100%}
.modal-content {border-radius: 0px;}
/*#################### // BOOTSTRAP-FIX // ####################*/

.sepa-box {
    border: 1px solid #696A6C;
    padding:10px;
    overflow:auto;
    height:200px;
}

/*#################### \\ BUTTONS \\ ####################*/


/*.red {
    background: linear-gradient(to top, #ff0000, #FFFFFF) repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
}*/

/*.red:hover {
    background: #ff0000 !important;
}
.price .red:hover {
    background: transparent !important;
}*/
.backbutton {
    float: right;
    margin-top: 20px;
}

.backbutton2 {
    float: right;
    margin-top: 20px;
}

input.form-control{
    border-radius:0;
    padding:3px;
 }

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(117,117,117,//*102, 175, 233,*/ 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(117, 117, 117, 0.6);
}

/*#################### // BUTTONS // ####################*/


/*#################### \\ POPUP \\ ####################*/
#popup-content {
    display:none;
    position:fixed;
    height: 180px;
    width:408px;
    background:#FFFFFF;
    border: 3px solid #1E7EB0;
    z-index: 3;
    padding: 0;
    font-size:13px;
    border-radius: 0;
}

#artname {
    font-weight: bold;
}

#popup-content .headline {
    background-color: #1E7EB0;
    color: #FFF;
    padding: 5px 10px;
    padding-left: 10px;
    font-weight:bold;
    border-radius: 0;
    margin-bottom: 16px;
    text-align: center;
    text-transform: none;
    font-size: 19px;
}

#popup-background {
    display:none;
    position:fixed;
    height:100%;
    width:100%;
    top:0;
    left:0;
    background: none repeat scroll 0 0 #FFF;
    border:1px solid #cecece;
    z-index: 2;
}

/*#################### // POPUP // ####################*/


/*#################### \\ MESSAGES \\ ####################*/
.message.notice {
    background: #FCF8E3 !important;
    border: #FCF8E3 !important;
}

.message.success {
    background: #5bc476 !important;
    border: #5bc476 !important;
}

.message.warning {
    background: #e0001a !important;
    border: #e0001a !important;
}
/*#################### // MESSAGES // ####################*/


/*#################### \\ PRODUKTE \\ ####################*/

.quantityfield {
    float: left;
    width: 42% !important;
}

.package-size-product {
    height: 200px;
    border: 3px solid #EEF1F6;
    text-align: center;
}

.package-size-product:hover {
    height: 200px;
    border: 3px solid #1E7EB0;
}

.package-size-product .discount {
    border-radius: 50%;
    background: #b01934;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    height: 50px;
    width: 50px;
    line-height: 35px;
    position: absolute;
    font-size: 1.2em;
    right: 15%;
    top: 51%;
    z-index: 2;
}

.package-size-product .discount p {
    font-size: 0.6em;
    font-weight: normal;
    line-height: 15px;
    margin-top: -10px;
}

.package-size-product .description {
    text-align: left;
    font-size: 0.9em;
    margin-top: 0px;
}

.saving{
    text-decoration: line-through;
}
.package-size-product:hover {border:5px solid #1E7EB0;}
.package-size-product .saving, .package-size-product .base-price {display:block;}
.package-size-product .size {font-size:20px;color:#fff;background: none repeat scroll 0 0 #1E7EB0
}
.package-size-product .price-info {margin-top: 4px;height:75px}
.package-size-product .price-info .price {height:30px;font-size:22px;color:#1E7EB0}
.package-size-product .price-info .saving {height:25px;}
.package-size-product .price-info .base-price {height:20px;}
.package-size-product .order {margin-top: 3px;height:35px}
.package-size-product .details {margin-top: 10px;height:20px}

/*#################### // PRODUKTE // ####################*/


/*#################### \\ WARENGRUPPEN \\ ####################*/

div.category-list ul li ul li a {
    background: none;
    color: #808080;
    font-weight: normal;
    padding: 6px;
    line-height: 130%;
}

div.category-list ul li a {
    text-align: left;
    display: block;
    padding: 10px 6px;
}

div.category-list ul li ul li a {
    text-align: left;
    padding: 6px;
    line-height: 130%;
}

div.category-list ul li ul {
    text-align: left;
    background:#fff /*linear-gradient(to bottom, #EEF1F6, #FFFFFF) repeat scroll 0 0 transparent*/;
    padding: 0;
    border-radius: 0;
}

div.category-list ul {
    padding: 0;
}

div.category-list ul li {
    line-height: 100%;
    display: block;
}

div.category-list a:hover {
    text-decoration: none;
}

.productGroup-smallImage {
    height:150px;
    border: 3px solid #EEF1F6;
    border-radius: 2px 2px 2px 2px;
    margin-bottom:15px;
}
.productGroup-smallImage img {
    max-width: 160px;
    max-height: 140px;
}

.childgroup {
  border: 1px solid #808080;
  padding:10px;
  text-align:center;
  height:65px;
  margin-bottom:20px;
  text-transform:uppercase;
  }
  .childgroup:hover, .childgroup:focus{border: 1px solid #000;}
  .childgroup p{margin:0;}
  .childgroup a{color:#808080}
 .row.toolbar{margin-bottom:20px;}
/*#################### // WARENGRUPPEN // ####################*/


/*#################### \\ FORMULARE \\ ####################*/
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
}
/*input[type=text]{width:100%}*/
input.shipping_address_streetnumber{width:110%;margin-left:15px;}
.form-horizontal .control-label {text-align: left !important;}
.form-horizontal .control-label {width:100%;}
.streetnumber {padding-left: 0;}
select.labelless option:first-child {
    font-weight: bold;
}

textarea {
    border: 3px solid #c9c9c9;
}
form#rating textarea {width:100%;}
textarea .order_message {
    width: 100%;
    height: 40px;
}
body.BillingAddressController .form-horizontal input[type="text"],body.BillingAddressController select#billing_address_countryid, body.RegisterController  .form-horizontal input[type="text"], body.RegisterController  .form-horizontal input[type="password"], body.RegisterController select#register_countryid,body.AddressbookController .form-horizontal input[type="text"],body.AddressbookController select#billing_address_country_id, body.AddressbookController select#shipping_address_country_id {width:100%;}
label {text-transform:uppercase;margin:0;margin-top:7px;padding-bottom:3px;}
.form-control{margin-bottom:10px;}
form.sign-in .form-group{margin-bottom:0;}
/*#################### // FORMULARE // ####################*/


/*#################### \\ DAILY DEAL \\ ####################*/
.dailydeal-box {
    height: 400px;
}

.dailydeal-box .ticker {
    position: absolute;
    border: 1px solid #1B81B2;
    border-radius: 10px;
    font-weight: bold;
    color: #1B81B2;
    font-size: 17px;
    padding: 5px;
    line-height: 29px;
    right: 0px;
}

.dailydeal-box .ticker img {
    margin-right: 10px;
    margin-top: -3px;
}

.dailydeal-box h3 {
    color: #5d686e;
    font-size: 24px;
    margin-bottom: 30px;
}

.dailydeal-box p {
    margin: 0;
}

.dailydeal-box .col-7 {
    height: 400px;
}

.dailydeal-box .dd-balken {
    position: absolute;
    z-index: 1;
    bottom: 100px;
    left: 15px;
}

.dailydeal-box .price {
    color: #087db2;
    font-size: 24px;
    font-weight: bold;
    margin-top: 10px;
}

.dailydeal-box .price .uvp {
    color: #5d686e;
    font-size: 13px;
    font-weight: normal;
    margin-left: 10px;
}

.dailydeal-box .quantity {
    background: #EEF1F6;
    margin-right: 20px;
    width: 88px;
}

.dailydeal-box .quantityfield {
    border: none;
    text-align: center;
    width: 50px !important;
}

.dailydeal-box .btn {
    margin-top: 3px;
}

.dailydeal-box .status {
    border-radius: 50%;
    background: #1686b8;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    height: 50px;
    width: 50px;
    line-height: 35px;
    position: absolute;
    font-size: 1.2em;
    left: 70%;
    top: 271px;
    z-index: 2;
}

.dailydeal-box .status p {
    font-size: 0.6em;
    font-weight: normal;
    line-height: 15px;
    margin-top: -10px;
}

.dailydeal-box .discount {
    border-radius: 50%;
    background: #b01934;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    height: 100px;
    width: 100px;
    line-height: 35px;
    position: absolute;
    font-size: 2.8em;
    left: 4%;
    top: 5%;
    z-index: 2;
    padding-top: 24px;
}

.dailydeal-box .discount p {
    font-size: 0.4em;
    font-weight: normal;
    line-height: 15px;
    margin-top: -3px;
}

/*#################### // DAILY DEAL // ####################*/

/*#################### \\ SONSTIGE \\ ####################*/
.checkoutnavi { clear:both }

.bordertop {margin-top: 10px; padding-top: 10px; border-top: 3px solid #EFEFEF;}

.tocategory {margin-right: 20px;}

.sidebar-right {padding-right: 0 !important; padding-left: 30px !important;}

.sidebar-right a img, .accordion-group img {width: 100%;}

.lastviewed .content a {
    color: #696A6C;
    font-weight: bold;
}

.notset {display: none;}

#contact p a, #contact p {color: #808080; font-size: 0.9em !important;text-align:justify; margin: 0 auto;}
#contact p {width:88%;}

.caret {border-top: 4px solid #B01934 !important;}


.clear {
    clear: both;
}

.innernotepad td, .cart-table .tableartikel .innernotepad td {
    padding: 0 !important;
    border: none !important;
}
/*#################### // SONSTIGE // ####################*/

/*#################### \\ RESPONSIVE \\ ####################*/

/*.checkoutstart {
    height: 320px;
    position:relative;
}*/

@media (min-width: 992px) and (max-width: 1199px) { /* tablet quer */



    #product-list .sidebar-left {
        width: 25%;
    }

    #product-list .sidebar-right {
        width: 100%;
    }

   /* #product-list .content {
        width: 75%;
    }*/

    /* kleine Produktbox Startseite */

    .row-10 .col-lg-2 {
        width: 50%;
    }

   /* div.product-box {
        height: 220px;
    }*/

    /*div.product-box img.bg {
        width: 30%;
        height: auto;
        top: 0;
        left: 10px;
    }*/

    div.product-box .description {
        left: 40%;
        right: 10px;
        bottom: 0;
        top: 10px;
        font-size: 1.0em;
    }

    div.product-box p.title {
        font-size: 1.2em;
        margin-bottom: 20px;
    }

    div.product-box .discount {
        right: auto;
        left: 23%;
        top: 50%;
    }

    /* Produktbox Hover Effekt */

    div.product-box:hover .active {
        width: 120%;
        left: -10%;
    }

    div.product-box .active .description {
        bottom: auto;
        left: 40%;
        right: 10px;
        top: 10px;
    }

    div.product-box .active .discount {
        left: 25%;
    }

    div.product-box .active img.bg {
        left: 10px;
        margin: 0;
        top: 0;
        height: 45%;
    }

    /* große Produktbox Startseite */

    .row-10 .col-lg-4 {
        width: 50%;
    }

   /* div.product-box-large {
        height: 470px;
    }*/

    /*div.product-box-large img.bg {
        height: 45%;
        width: auto;
    }*/

    /* Kleine Produktbox Artikelliste */

    .row-8 .col-lg-2 {
        width: 50%;
    }

    .row-8 .product-box img.bg {
        height: 35%;
    }

    .row-8 .product-box .discount {
        left: 16%;
    }

    .row-8 .product-box .active img.bg {
        height: 35%;
    }

    .row-8 .product-box .active .discount {
        left: 20%;
        top: 23%;
    }

    .imagewrapper {
        float: left;
        height: 152px;
        margin: 0 auto;
        overflow: hidden;
        text-align: left;
        width: 34%;
    }

   /* div#slideshow div.carousel-inner,
    div#slideshow div.item {
        height: auto;
    }*/
}

@media (min-width: 768px) and (max-width: 991px) { /* tablet hoch */

    .topmenu .navbar {
        margin: 10px 0;
    }

    #jPanelMenu-menu { visibility: visible;}

    .topmenu .navbar .navbar-brand {
        width: 100%;
        max-width: 100%;
    }

    .sidebar-left {
        width: 25%;
    }

    #product-list .sidebar-right {
        width: 100%;
    }

    .streetnumber {padding-left: 20px;}

   /* #product-list .content {
        width: 75%;
    }*/

    /*div.product-box-large img.bg {
        width: auto;
        height: 52%;
        left: 10px;
        top: 40px;
    }*/

    /*div.product-box img.bg {
        height: 35%;
        width: auto;
    }*/

    /*div.product-box p.title {
        margin: 0;
    }*/


    div.product-box .discount {
        top: 20px;
    }
    /* Artikelliste */

    .row-8 .col-lg-2 {
        width: 50%;
    }

    .row-8 .col-lg-4 {
        width: 50%;
    }

    /* Startseite Artikelliste */

    .row-10 .col-lg-2 {
        width: 33.33333333333%;
    }

    .row-10 .col-lg-4 {
        width: 66.6666666666667%;
    }

    /* Kaufabschluss */

    .checkout .info {
        height: 180px;
        position: relative;
    }

    /* Warenkorb / Kaufabschluss */

    .checkout div.product-box-large {
        height: 300px;
    }


    .checkout div.product-box img.bg {
        width: 30%;
        height: auto;
        top: 5%;
    }

    .checkout div.product-box-large img.bg {
        top: 10%;
    }

    .checkout div.product-box .description {
        left: 40%;
        top: 10%;
        font-size: 1.0em;
    }

    .checkout div.product-box .title {
        font-size: 1.2em;
    }

    .checkout div.product-box .discount {
        right: auto;
        left: 25%;
        top: 45%;
    }

    .checkout div.product-box {
        height: 280px;
    }

    #menu,
    #menu-right,
    #jPanelMenu-menu {
        width: 70% !important;
        z-index: 999 !important;
    }

   /* div#slideshow div.carousel-inner,
    div#slideshow div.item {
        height: auto;
    }*/
}


/*@media (max-width: 767px) {  mobile */

    /*.row.checkout {
        margin-right: -15px;
        margin-left: -15px;
    }

    .streetnumber {padding-left: 12px;}

    section#content {
        margin-top: 50px;
    }

    #jPanelMenu-menu { visibility: visible;}*/

    /*section#content div.container {
        border-width: 0;
        border-top-width: 20px;
        border-bottom-width: 10px;
        box-shadow: none;
    }*/

    /*.row-8 .col-lg-2 {
        width: 100%;
    }

    .row-8 .col-lg-4 {
        width: 100%;
    }

    .row-10 .col-lg-2 {
        width: 100%;
    }

    .row-10 .col-lg-4 {
        width: 100%;
    }

    #details .product-photo .discount {
        width: 100px;
        height: 100px;
        font-size: 3em;
        line-height: 90px;
    }

    #details .product-photo .discount p {
        margin-top: -30px;
        font-size: 0.35em;
    }*/

   /* div.product-box-large {
        height: 300px;
    }*/


    /*div.product-box img.bg,
    div.product-box-large img.bg {
        width: 30%;
        height: auto;
        top: 5%;
    }

    div.product-box-large img.bg {
        top: 10%;
    }

    div.product-box .description,
    div.product-box-large .description {*/
        /*left: 45%;
        top: 10%;*/
       /* font-size: 1.0em;
    }

    div.product-box p.title {
        font-size: 1.3em;
        margin: 0;
    }

    div.product-box .discount,
    div.product-box-large .discount {
        right: auto;
        left: 25%;
        top: 10%;
    }

   div.product-box {
        height: 280px;
    }

    ul.nav-pills li.dropdown {
        width: 100%;
    }

    .form-control {
        margin-bottom: 20px;
    }

    input.btn {
        width: 100%;
        font-weight: 500;
    }*/

    /*h1, h1 a {
        font-size: 22px !important;
    }

    h2, h2 a {
        font-size: 20px !important;
    }

    h3, h3 a {
        font-size: 18px !important;
    }

    h4, h4 a {
        font-size: 17px !important;
    }

    h5, h5 a {

    }

    h6, h6 a {

    }

    .backbutton {
        float: none !important;
        margin-top: 20px;
        width: 100%;
    }

    .backbutton2 {
        float: none !important;
        margin-top: 20px;
        width: 100% !important;
    }

    .couponwrapper {
        margin: 0;
        width: 100%;
    }

    .cart-coupon {
        width: 100%;
        margin-bottom: 10px !important;
    }*/

    /*section#content div.container {
        padding-left: 25px;
        padding-right: 25px;
    }*/

   /* .checkout .back, .checkout .next {
        display: block;
        float: inherit !important;
    }

    .buyit {
        line-height: 1.4 !important;
        font-size: 12px !important;
        text-align: center;
        padding: 10px;
    }

    .checkout .buyit .btn {
        width: 100%;
        margin-top: 15px;
    }

    header nav {
        box-shadow: 1px 1px 3px #CCC;
        height: 40px;
    }

    .checkoutstart {
        height: auto !important;
        margin-bottom: 20px;
        padding-bottom: 30px;
    }

    .checkoutstart .btn {
        position: relative !important;
        margin-top: 15px;
    }*/

  /*  div#slideshow div.carousel-caption {
        width: auto;
        z-index: 0;
        bottom: 0;
        left: 0;
    }

    div#slideshow div.carousel-caption div.h3 {
        font-size: 15px;
    }

    div#slideshow div.carousel-caption div.h3,
    div#slideshow div.carousel-caption div.p {
        padding: 5px;
        z-index: 10;
        position: relative;
    }*/

    /* .package-size-product {
        margin-bottom: 15px;
    }

   div.product-box .discount, div.product-box-large .discount, .notepadtable .discount, .checkout .discount {
        z-index: 1;
    }

    header nav {
        box-shadow: 1px 1px 1px #AFAFAF !important;
    }

    header nav .navbar {
        box-shadow: 1px 1px 1px #AFAFAF !important;
    }

    .imagewrapper {
        float: left;
        height: 210px;
        margin: 0 auto;
        overflow: hidden;
        text-align: center;
        width: 40%;
    }

    .imagewrapper img {
        max-width: 100%;
        max-height: 210px;
    }*/

    /*div#slideshow div.carousel-inner,
    div#slideshow div.item {
        height: auto;
    }
}*/


@media (min-width: 620px) { /* Produktboxen responsive */
    .checkout .product-box .quantity {
        bottom: 0;
        left: 180px;
        width: 180px;
    }

    .checkout .product-box .quantity .form-control {
        border-top: 1px solid #eef1f6;
        border-left: 3px solid #eef1f6;
        border-bottom: 0;
    }
}

/*#################### // RESPONSIVE // ####################*/

.carousel-fade .item {
    opacity: 0;
    -webkit-transition: opacity 2s ease-in-out;
    -moz-transition: opacity 2s ease-in-out;
    -ms-transition: opacity 2s ease-in-out;
    -o-transition: opacity 2s ease-in-out;
    transition: opacity 2s ease-in-out;
    left: 0 !important;
}

.carousel-fade .active {
    opacity: 1 !important;
}

.carousel-fade .left {
    opacity: 0 !important;
    -webkit-transition: opacity 0.5s ease-in-out !important;
    -moz-transition: opacity 0.5s ease-in-out !important;
    -ms-transition: opacity 0.5s ease-in-out !important;
    -o-transition: opacity 0.5s ease-in-out !important;
    transition: opacity 0.5s ease-in-out !important;
}

.carousel-fade .carousel-control {
    opacity: 1 !important;
}


/*a.btn, input.btn {*/
    /*background: #1B81B2 !important;
    color: #FFFFFF !important;
    font-weight: bold !important;
    -moz-user-select: none !important;*/
    /*border-radius: 4px 4px 4px 4px !important;*/
   /* cursor: pointer !important;
    display: inline-block !important;
    font-size: 13px !important;
    line-height: 1.42857 !important;
    margin-bottom: 0 !important;
    padding: 6px 12px !important;
    text-align: center; !important;
    vertical-align: middle !important;
    white-space: nowrap !important;
    border: none !important;
    text-shadow: none !important;
    text-transform:uppercase;
}*/
a.btnorder, input.btnorder {
    background: #d11c25 !important;
    color: #FFFFFF !important;
    font-weight: bold !important;
    -moz-user-select: none !important;
    border-radius: 4px 4px 4px 4px !important;
    cursor: pointer !important;
    display: inline-block !important;
    font-size: 20px !important;
    line-height: 1.42857 !important;
    margin-bottom: 0 !important;
    padding: 6px 12px !important;
    text-align: center; !important;
    vertical-align: middle !important;
    white-space: nowrap !important;
    border: none !important;
    text-shadow: none !important;
}

/*.btn:hover {
    color: #FFF !important;
    background: #B01934 !important;
}*/

/*#cart-menu .btn:hover, #login-menu .btn:hover, #login-menu2 .btn:hover {
    color: #FFF !important;
    background: #B01934 !important;
}*/

.mobileicon:hover {
    color: #B01934 !important;
}

.quickordertable {
    width: 60%;
}

.notepad-inp {
    width:200px;
}

.notepad-submit {
  margin-top:2px;
  margin-left:20px;
}

.k_coupon{
    width:100%;
}

.k_batch{
    border-radius:5px;
    background-color:#B01934;
    color:#FFFFFF;
    text-align:center;
    padding:5px;
    margin:5px;
    font-size:13px;
    font-weight:bold;
}

div.product-box .k_coupon{
    position:absolute;
    top:0;
    left:0;
    z-index:2;
}

div.product-box .k_batch{
    padding:2px;
    margin:2px;
    font-size:10px;
    font-weight:bold;
}

.cart-table .k_coupon{
    padding:0;
    margin-top:0;
    width:80px;
}

#details .k_batch{
    width:40%;
    margin-bottom:10px;
}

.margin-left-380 {
    margin-left:380px;
}

.display-block {
    display:block;
  margin-top:2px;
  margin-left:20px;
}

.dailydeal div.product-box{
    height: 350px;
}

.dailydeal-details{

    border:2px solid #B01934;
    margin-bottom:5px;
}

.dailydeal-details .dailydeal-info{
    padding:10px;
    margin-bottom:10px;
}

.dailydeal-details .head,
.dailydeal .head{
    background: #eef1f6;
    margin-bottom: 2px;
    font-weight: bold;
    color: #1e7eb0;
    padding: 8px 15px;
    position: relative;
    font-size: 16px;
}

.dailydeal div.product-box .description {
    left: 10px;
    right: 10px;
    top:   110px;
    font-size: 0.9em;
}

.dailydeal .imagewrapper {
    height: 35%;
    margin: 0;
    width: 70%;
    overflow: hidden;
    text-align: left;
}

.dailydeal .counter{
    width:100%;
    position:absolute;
    bottom:70px;
    left:0;
}

.big.dailydeal .counter{
     bottom:190px;
     left:5px;
 }


.dailydeal-details .counter .counter-head,
.dailydeal .counter .counter-head{
    font-size:10px;
    margin-top:5px;
    margin-left:5px;
}

.dailydeal-details .counter .counter-head{
    font-size:14px;
    margin-top:5px;
    margin-left:5px;
    float:left;
}

.big.dailydeal .counter .counter-head{
    font-size:12px;

}


.dailydeal-details .counter-counter .kkc-godz,
.dailydeal-details .counter-counter .kkc-min,
.dailydeal-details .counter-counter .kkc-sec,
.dailydeal .counter-counter .kkc-godz,
.dailydeal .counter-counter .kkc-min,
.dailydeal .counter-counter .kkc-sec{
    display:inline-block;
    height:35px;
    width:42px;
    border:2px solid #1B81B2;
    margin-left:7px;
    font-size:13px;
    text-align:center;
    padding-top:3px;
    background-color:#fff;
    font-weight:bold;
}

.big.dailydeal .counter-counter .kkc-godz,
.big.dailydeal .counter-counter .kkc-min,
.big.dailydeal .counter-counter .kkc-sec{
    height:45px;
    width:70px;
    font-size:16px;
}

.dailydeal-details .counter-counter .counter-text,
.dailydeal .counter-counter .counter-text{
    font-size:9px;
    position:absolute;
    margin-top:20px;
    margin-left:0;
}

.big.dailydeal .counter-counter .counter-text{
    font-size:11px;
    margin-top:25px;
    margin-left:0;
}

.dailydeal-details .counter-counter .hr,
.dailydeal-details .counter-counter .min,
.dailydeal-details .counter-counter .sec,
.dailydeal .counter-counter .hr,
.dailydeal .counter-counter .min,
.dailydeal .counter-counter .sec{
    margin-left:-28px;
}

.big.dailydeal .counter-counter .hr,
.big.dailydeal .counter-counter .min,
.big.dailydeal .counter-counter .sec{
    margin-left:-44px;
}


.dailydeal .availibility-bar{
    position:absolute;
    bottom:43px;
    left:0;
}

.dailydeal-details .availibility-bar{
   float:left;
   margin-top:10px;
  margin-bottom:20px;
}

/*.dailydeal-details .availibility-bar,*/
.big.dailydeal .availibility-bar{
    bottom:170px;
    left:5px;
}

.dailydeal-details .availibility-bar .still-available,
.dailydeal .availibility-bar .still-available{
    font-size:8px;
    margin-top:5px;
    margin-left:5px;
    text-transform:uppercase;
}

.dailydeal-details .availibility-bar .still-available{
    font-size:12px;
    float:left;
    margin:0;
}

.dailydeal-details .discount{
    position:absolute;
    margin-top:-60px;
    margin-right:-20px;
}

.dailydeal-details .discount p{
    font-size:9px;
    margin-top:-20px;
}

.big.dailydeal .availibility-bar .still-available{
    font-size:10px;
    display:none;
    text-transform:uppercase;
}

.dailydeal .availibility-bar .still-available .percent{
    color:#d80e33;
}

.dailydeal .availibility-bar .bar{
    width:140px;
    height:15px;
    border:2px solid #c9d4e3;
    margin-left:5px;
    background-color:#fff;
}

.dailydeal-details .availibility-bar .bar,
.big.dailydeal .availibility-bar .bar{
    width:225px;
    height:15px;
    border:2px solid #c9d4e3;
    margin-left:5px;
    background-color:#fff;
}

.dailydeal-details .availibility-bar .bar{
    float:left;
}

.dailydeal-details .availibility-bar .bar .bar-inner,
.dailydeal .availibility-bar .bar .bar-inner{
    height:9px;
    margin:1px;
    background-color:#b01934;
}

.dailydeal .sold_out_info{
    position:absolute;
    bottom:5px;
    right:5px;
    font-size:10px;
}

.big.dailydeal .sold_out_info{

    font-size:15px;
}

.dailydeal .counter-counter .kkc-dni,
.big.dailydeal .counter-counter .kkc-dni,
.dailydeal-details .counter-counter .kkc-dni{
    display:none;
}

.AmountLeft {
    font-weight: bold !important;
    text-align: center;
}

.packstation-info {
    cursor:pointer;
}

.packstation-add {
    background:url(/img/design/icons/success.png) no-repeat left 4px;
    padding-left:23px;
    line-height:25px;
}

.productGroupImage {
    float: right;
    height: auto;
    padding: 0 0 20px 20px;
    width: auto;
}
#recaptcha_response_field {
    height: 30px;
}

.revocationTooltip {
    margin-top: 10px;
}

#description-short {
    overflow: hidden;
    position: relative;
}

#description-fadeout {
    content: "";
    position: absolute;
    width: 100%;
    height: 25%;
    bottom: 0;
    background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    background-image: -moz-linear-gradient(bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    background-image: -ms-linear-gradient(bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    background-image: -o-linear-gradient(bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    background-image: linear-gradient(to top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}
.starRating{
    display        : inline-block;
    position       : relative;
    height         : 16px;
    background     : url('/img/design/icons/star_off.gif');
    vertical-align : bottom;
}

.starRating div{
    float    : left;
    position : relative;
    height   : 16px;
}

.starRating input{
    position : relative;
    z-index  : 1;
    width    : 16px;
    height   : 16px;
    margin   : 0;
    padding  : 0;
    opacity  : 0;
}

.starRating label{
    position : absolute;
    top      : 0;
    left     : 0;
    width    : 100%;
    height   : 16px;
}

.starRating span{
    display : none;
}

.starRating       input:checked       + label,
.starRating:hover input:checked:hover + label{
    background : url('/img/design/icons/star_on.gif');
}

.starRating:hover input:checked + label{
    background : transparent;
}

.starRating:hover input:hover + label{
    background : url('/img/design/icons/star_on.gif');
}

.popover-rating {
    /*margin-left: 150px;*/
}

.popover-rating-link a, a:hover {
    text-decoration: none;
}
/*.popover {
    color: #1B81B2;
}*/
.popover-ratingbar-wrapper {
    clear: both;
    padding: 10px;
    font-weight: normal !important; color:#000
}
.popover-title{text-align:left;color:#000}
.popover-ratingbar-label-starinfo {
    float: left;
    font-size: 12px;
    margin-right: 10px;
    height: 12px;
    width: 50px;
    color:#000
}
.popover-ratingbar-label-ratinginfo {
    float: left;
    font-size: 12px;
    margin-left: 10px;
    height: 12px;
}
.popover-progress-wrapper {
    width: 120px;
    float: left;
}
.popover-rating-footer {
    clear: both;
    /*text-align: center;*/
    padding-top: 10px;
    /*font-size: 10px;*/
    font-weight:bold;
}
.popover-rating-footer a{ font-weight:bold;}
#product-rating-pop{display:none;}
.progress {
    height: 12px;
    margin: 3px;
}
.progress-bar-warning {
    background-color: #83AD2E;
}
.languageSwitcherDropdown {
    text-align: left;
    margin-left: 5px;
}
.dropdown-menu > li > a {
    padding: 5px 10px !important;
    margin-left: 0px !important;
}
.languageSwitcherDropdown .dropdown-menu > li > a:hover{
    color: white !important;
}
.languageSwitcherDropdown a{
    color: black !important;
}
.languageSwitcherDropdown img{
    margin-bottom: 3px;
}
#sliderCaptchaWrapper {
    width: 270px;
    border-radius: 7px;
    background: none repeat scroll 0 0 #1b81b2;
    margin: 0px;
    padding: 3px;
}
#sliderCaptchaUnlockHandleWrapper {
    height: 44px;
    cursor: not-allowed;
}
#sliderCaptchaUnlockHandle {
    position: absolute;
    z-index: 3;
    width: 60px;
    height: 44px;
    border: 2px solid #ffffff;
    border-radius: 7px;
    background: url("/img/design/icons/locked.png") no-repeat #1b81b2;
    background-position: 50% 50%;
    font-size: 26px;
    color:#ffffff;
    padding-left: 20px;
    cursor:pointer;
    cursor:hand;
    box-sizing: border-box;
}
#sliderCaptchaUnlockHandle:hover {
    background: url("/img/design/icons/locked.png") no-repeat #b01934;
    background-position: 50% 50%;
}
#sliderCaptchaUnlocked {
    position: absolute;
    z-index: 3;
    width: 60px;
    height: 44px;
    border: 2px solid #ffffff;
    border-radius: 7px;
    background-image: url("/img/design/icons/unlocked.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    font-size: 26px;
    color:#ffffff;
    padding-left: 20px;
    box-sizing: border-box;
}
#sliderCaptchaShowToSlide {
    display: inline-block;
    color: #ffffff;
    position: absolute;
    z-index: 2;
    padding-top: 8px;
    width: 100px;
    font-size: 24px;
}
#sliderCaptchaButtonPosition {
    position: absolute;
    padding-left: 115px;
    z-index: 1;
    padding-top: 5px;
    width: 271px;
    height: 50px;
}
#sliderCaptchaSubmit {
    font-family: "Open Sans",sans-serif;
    width: 96px;
    height: 37px;
    border: 2px solid #ffffff !important;
    background-color: #1B81B2;
    border-radius: 4px !important;
    font-size: 14px !important;
    color: white;
    line-height: 1.42857 !important;
    text-align: center !important;
    white-space: nowrap !important;
    vertical-align: middle !important;
}
#sliderCaptchaSubmit:hover {
    background-color: #b01934;
}
#silderCaptchaButtonDisabled {
    font-family: "Open Sans",sans-serif;
    padding: 6px 12px;
    line-height: 1.42857;
    font-size: 14px;
    border-radius: 4px;
    border: 1px solid transparent;
    opacity: 0.65;
}
.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    line-height: 1.4em;
    max-height: 2.8em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.truncate:after {
    content: "";
}

.form-text {
    padding-top: 6px;
}

.backgroundMainColor1,
.backgroundHoverMainColor1:hover,
.backgroundMainColor1Gradient:hover,
.backgroundMainColor2:hover {
    background-color: #d11c25/*#1e7eb0*/ !important;
}

.backgroundMainColor2,
.backgroundHoverMainColor2:hover,
.backgroundMainColor1:hover {
    background-color: #B01934 !important;
}

.backgroundMainColor1Gradient,
.backgroundHoverMainColor1Gradient:hover {
    background-color: #eef1f6 !important;
}

.colorMainColor1,
.colorHoverMainColor1:hover,
.colorMainColor2:hover,
.colorMainColor1Gradient:hover {
    color: #1e7eb0 !important;
}

.colorMainColor2,
.colorHoverMainColor2:hover,
.colorMainColor1:hover {
    color: #B01934 !important;
}

.colorMainColor1Gradient,
.colorHoverMainColor1Gradient:hover {
    color: #eef1f6 !important;
}

.margin-bottom22 {
    margin-bottom:22px;
}

.margin-bottom25 {
    margin-bottom:25px;
}

.after-search-listing {
    padding-top: 0/*5px*/;
    padding-left: 5px;
    padding-right: 5px;
}

.after-search-listing a {
    margin: 0 !important;
    padding: 0 !important;
}

.after-search-result {
    float:left;
    text-align: left;
    max-width: 135px;
}

.after-search-result-number {
    text-align: right;
    font-size: 11px;
}

.text-align-left {
    text-align: left !important;
}

#addressBookWidgetDiv{width: 100%; height: 240px;}
#walletWidgetDiv{width: 100%; height: 240px;}
#readOnlyAddressBookWidgetDiv, #readOnlyWalletWidgetDiv {width: 270px; height: 210px; margin-top:-10px;}
/*}*/



.property_selected{
    border: 1px solid red;
}

#new-variants .input-group select {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    font-weight: normal;
}

.coupon-element{
    border-radius: 5px;
    width:100%;
    background-repeat:no-repeat;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
    background-position:center;
    text-align:center;
}


.coupon-form{
    height:600px;
}


.coupon-form > .input-group{

   width:50%;
    position:absolute;
    left:25%;
    top:45%;
}

.coupon-form > .input-group > input{
    text-align:center;
    opacity:0.7;
}

.coupon-form #message{
    width:80%;
    position:absolute;
    left:10%;
    bottom:2%;
    opacity:0.7;
}

.coupon-thumbnails:hover{
    cursor:pointer;
}

@media only screen and (max-width: 320px) {
    .coupon-element{
        -webkit-background-size:contain;
        -moz-background-size:contain;
        -o-background-size:contain;
        background-size:contain;
    }
    .coupon-form{
        height:200px;
    }
}

@media
only screen and (min-width: 321px) and (max-width: 538px) {

    .coupon-element{
        -webkit-background-size:contain;
        -moz-background-size:contain;
        -o-background-size:contain;
        background-size:contain;
    }
    .coupon-form{
        height:300px;
    }
    .coupon-form > .input-group{
        top:40%;
    }
    .coupon-form #message{
        bottom:5%;

    }
}

@media
only screen and (min-width: 539px) and (max-width: 1025px) {
    .coupon-element{
        -webkit-background-size:contain;
        -moz-background-size:contain;
        -o-background-size:contain;
        background-size:contain;
    }
    .coupon-form{
        height:400px;
    }

    .coupon-form > .input-group{
        top:40%;
    }

    .coupon-form #message{
        bottom:2%;
        width: 50%;
        left: 25%;
    }


.topmenu.top, .language{
    float:left;
    width:72%;
}
.language{
    width:28%;
}
}
@media (min-width: 320px) and (max-width: 649px){
footer .payment img{/*padding-bottom:50px !important;*/}
footer ul {border-left:0px;}
/*Search*/
/*#mainRow {margin-top:60px;}*/
div#slideshow{margin-left:-16px;}
}
@media (max-width: 649px){
.visible-xs {
    display: block !important;
  }
  #page {max-width: 320px;}
.dailydeal h3.title, .dailydeal h3.category {font-size:12px;}
.dailydeal div.product-box-huge .description {
    top: 80px;}
.dailydeal div.product-box-huge .price {font-size: 16px;}
.dailydeal{
    height: 180px;
}
.navbar-fixed-top{max-width: 320px;margin:0 auto;}
.navbar-form {margin:0 auto; margin-top:65px;}
  .container {max-width: 288px;}
.owl-item div.product-box-large .product-img{width:212px!important;}
footer .payment img.ppal{margin-left:25px;}
footer .payment img.sue {margin-right:25px;}
footer .payment img.kln {margin-left:20px;}
footer .payment img.ap {margin-left:21px;}
footer .payment img.cp{margin-left:4px;}
footer .payment img.mc{margin-left:-10px;}
.sale div.product-box-large {height:260px;}
#indexlist div.product-box-large .price {padding-bottom:20px;}
.sale-title{text-align:center;padding-bottom:10px;}
.row.sale{border-bottom: 1px solid #f6f6f6;padding-bottom:25px;}
.products.row{margin-top:115px;padding-bottom:10px;}
section#contact.checkout div.container .item img {width: 143px;}
section#contact .border-right{border-right: 0px;}

.checkout .tableartikel img {margin-bottom:10px;}
.checkout div.quantity input[type="text"] {width:25px;}
.refreshcart{margin-right:-7px;}
.checkout .buyit a.btn{width:100%;}
.ordergtcbox input[type="checkbox"]{margin-right:5px;}
.toolbar-count select{margin-right:-22px;}
input#billing_address_submit, .checkoutnavi a.btn, input.btn{width:100%;margin:0;margin-bottom:3px;}
input#redeem_coupon_submit {width:auto!important}
body.ShippingAddressController .cart-table img{width:150px}
}

@media (min-width: 650px){
#page{margin-top:0px; }
#ajaxProduct .popover.left table{font-size: 12px;}

header {min-height:80px;}
.searchbutton.icon {background-position: 0px 6px;}

  #page {max-width: 650px;}
  .container {max-width: 614px;}
div#slideshow{position:relative;}
div#slideshow a.carousel-control {
    height:40px;
    width: 40px;
    right: 30px;
    bottom: 30px;
}
div#slideshow div.carousel-inner,div#slideshow div.item {height: 217px;width:auto;}
div#slideshow a.carousel-control.left,div#slideshow a.carousel-control.right{background-size: 40px 40px;}
div#slideshow a.carousel-control.left{right: 72px;}

form.cart {width: 100%;}
.btn {/*width:229px;*/padding-bottom:6px;padding-top:6px;}
div.product-box-large{margin-bottom:44px;}

div.product-box img.bg,
div.product-box-large img.bg {/*height:128px;*/}
#product-list div.product-box-large img.bg {width:100%;height:auto}
div.product-box-large .product-img{width:100%;height:100%;top:60px;}
.my-navbar-header input.search {width: 331px;}
.row.sale div.product-box-large{border:1px solid #fff;}
.sale-title .tease-link {text-align:left;padding-top:60px;}
div.shippingfree, div.trusted{margin-left:-7px;}
.bill-buy{margin-left:-7px;}
section#contact div.container {height: 455px;}
section#contact.checkout div.container {height:165px;}
section#contact.checkout div.container img {width:104px;}
section#contact .owl-carousel-footer .owl-item {height:450px!important;}
.checkout .buyit {padding-left: 20px;}
.checkoutstart .form-group {margin-bottom: 5px;}
footer div.container {padding: 15px 20px;}
footer .payment{height:48px;}
footer .payment img{margin-top:14px;}
form#rating textarea {width:379px}
}
@media (min-width: 650px)and (max-width: 1023px){
.navbar-fixed-top{max-width: 650px;padding-left:20px;padding-right:20px;margin:0 auto;}
.topmenu .dropdown.headercarthover{margin-left:-20px;}
.toolbar .direction{margin-left:-25px;}

.sale-title h2 {
    font-size:26px;
}
.dailydeal div.product-box-huge .info{height:72px;width:72px;padding-top:12px;right:0px;top:0px;font-size:11px;}
div.product-box-large {height:220px;}
#indexlist div.product-box-large img.bg {
    width:auto;
    max-width: 100%;
}
.dailydeal h3.category {font-size: 16px;}
.dailydeal h3.title {font-size: 12px;}
.dailydeal div.product-box-huge {
      height: 265px;
      width:390px;
}
.dailydeal div.product-box-huge img.bg{
      width:100%;
      margin-left:0%;
      }

section#info .row div{height:60px;font-size:12px;}
section#info div.container a {padding:0px;padding-left:43px;padding-top:14px;}
.return100, .shippingfree, .bill-buy, .trusted {background-position:7px 16px;background-size: 28px;width: 145px;}

.dailydeal div.product-box-huge .description {bottom:0px;}
div.product-box .price, div.product-box-large .price{font-size:1.1em;}
section#contact h4{font-size: 14px;}
section#contact div.container .tease-link{top: 421px;}

/*product-list select*/
#details .information{margin-top:45px;}
#details ul.info li{padding-bottom:7px;}
#details .price {margin-top:0px;}
#ajaxProduct #rating-popover.popover.left {margin-left:466px!important;}

#ajaxProduct .popover.left {
  width: 380px;
  max-width: 380px;
  min-height:280px;
  padding: 1px;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  margin-left:-360px!important;
  /*top: -205px!important;*/
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}

footer .payment img.ppal {margin-left:10px;}
footer .payment img.tv {margin-right:10px;}
footer .payment img.cc{margin-left:-30px;}
footer .payment img.kln{margin-left:-16px;}
/*PAYMENT*/
.panel {margin-top:30px;margin-bottom:0;box-shadow: 0 0px 0px;width:20px;overflow-x:visible;float:left;left:0;text-align:justify;color:#fff;}
.panel .collapsing{height:20px!important;}
.toleft{float:left;width:30%;}
.toleft.PayPal{clear:none;}.toleft:nth-of-type(n){
    clear: none;}
.toleft:nth-of-type(3n+1) {
    clear: both;}
.DisplayPayment .panel .in{width:500px;color:#000;}
#description3, #description7 {margin-left:-170px;}
#description6, #description39{margin-left:-350px;}
#description40, #description9{margin-left:-385px;}
/*PAYMENT*/

}

@media (max-width: 1023px){

.navbar-fixed-top .navbar-collapse.in {max-height: 560px;}
.navbar-fixed-top .navbar-collapse.in ul{margin-left:12px;margin-right:12px;padding-left:5px;}
.navbar-fixed-top .navbar-collapse.in .pages{margin:-7.5px}
.navbar-collapse.in .navbar-nav.pages li {background-position: 10px 11px;}
.navbar-collapse.in .navbar-nav > li > a {
    line-height: 20px;
    padding-bottom: 5px;
    padding-top: 5px;
}
.navbar-collapse.in .pages{border-top: 2px solid #f9f9f9;border-bottom: 2px solid #f9f9f9;padding-top:20px;padding-bottom:20px;}

.navbar-collapse.in ul.navigation-list{list-style-type:none;text-transform:uppercase;    list-style-image: url(../../img/cg/navlist.png);}
.navbar-collapse.in ul.navigation-list ul{list-style-image:none;list-style-type:none;}
/*.navbar-collapse.in ul.dropdown-menu{list-style-image:none;}*/
.navbar-collapse.in ul.language{width:100%;}
.navbar-collapse.in .nav.language > li{display:inline;float:left;}
.navbar-collapse.in .navbar-nav.language > li > a {padding-top:3px;padding-bottom:0}
.navbar-collapse.in .navbar-nav.language .red{padding-right:9px;}
.navbar-collapse input#box_login_submit{width:auto;}
label{font-size:12px}

}
@media (min-width: 1024px) {
header {min-height:110px;}
#page {max-width: 1024px;border-left:1px solid #d9d9d9;border-right:1px solid #d9d9d9;}
.container {max-width: 992px;}
nav{border:0;}
.navigation-list li:hover ul.dropdown-menu{
	display: block;
	margin-top:0px;
	list-style-image: none;
}
.my-navbar-header{position:absolute;top:45px;/*background:#00ff00*/}
.navbar-brand {margin-top: -20px;}

/*added:23.03.2018*/
.navmenu:after {
    content: "";
    position:absolute;
    display: block;
    bottom: -20px;
    left: 0;
    height: 20px;
    width: 100%;
    /*background-image: url("../../img/cg/schatten-navigation.jpg")  !important;
    background-size: 100% 20px;
    background-repeat: no-repeat;*/
}


.navmenu ul {
    background: #FFFFFF;
    border-top:1px solid #ededed;
    border-bottom:1px solid #ededed;
    padding:0 15px;
    list-style-image: url(../../img/cg/navlist.png);
    /*background: #E7ECF0;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eef1f6', endColorstr='#ffffff');
    background: -webkit-gradient(linear, left top, left bottom, from(#eef1f6), to(#ffffff)) !important;
    background: -moz-linear-gradient(to bottom, #eef1f6, #ffffff) !important;*/
}

.navmenu ul li {
    padding: 0;
}
.navmenu ul.navigation-list{
height: 34px;
}
.navmenu ul.navigation-list li {
float:left;
 padding-right: 60px;
}

.sidebar-left .navmenu ul.navigation-list li{text-indent:-0.4em; padding-right: 0px;
}
.sidebar-left .navmenu ul li a {padding-right:0}
.navmenu ul/*.list-inline*/ li a{
    color: #4d4d4d;
    text-transform:uppercase;
    padding:8px;
    padding-top:4px;
    padding-left:0;
    display:block;
}

.navmenu ul li.link:hover,
.navmenu ul li.link:focus,
.navmenu ul li.link:hover a,
.navmenu ul li.link:focus a {
    cursor: pointer;
    color: #ffffff !important;
}

.navmenu ul li.link a,
.navmenu ul li a.dropdown-toggle {
    display:inline-block;
    border-radius: 0;
    font-weight: bold;
    padding: 2px 15px;
    font-size: 1.2em;
}

div.navmenu ul li.dropdown.open,
div.navmenu ul li.link a:hover,
div.navmenu ul li.link a:focus,
div.navmenu ul li a.dropdown-toggle:hover,
div.navmenu ul li a.dropdown-toggle:focus {
    color: #ffffff !important;
    background: #1b81b2;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eef1f6', endColorstr='#1b81b2');
    background: -webkit-gradient(linear, left top, left bottom, from(#eef1f6), to(#1b81b2));
    background: -moz-linear-gradient(to bottom, #eef1f6, #1b81b2);
    text-decoration: none;
}

.dropdown-menu {
    padding: 10px !important;
}

div.navmenu ul li.link:hover,
div.navmenu ul li.dropdown:hover {
    background: #1b81b2;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eef1f6', endColorstr='#1b81b2');
    background: -webkit-gradient(linear, left top, left bottom, from(#eef1f6), to(#1b81b2));
    background: -moz-linear-gradient(to bottom, #eef1f6, #1b81b2);
    cursor: pointer;
}

div.navmenu ul li.dropdown:hover a.dropdown-toggle {
    color: #ffffff;
}

div.navmenu .dropdown-menu {
    background: #ffffff;
}

/*ul.nav ul#dropdownhover-menu {
	display: none;
}
ul.nav li:hover > ul#dropdownhover-menu {
		display: block;
}
*/
div.topmenu .dropdown-menu a,
div.navmenu .dropdown-menu a {
    padding: 5px;
    background: none;
    color: #1b81b2;
    text-transform: none;
    font-weight: bold;
}

div.topmenu .dropdown-menu a:hover,
div.topmenu .dropdown-menu a:focus,
div.navmenu .dropdown-menu a:hover,
div.navmenu .dropdown-menu a:focus {
    background: none;
    color: #1b81b2;
    text-decoration: underline;
}
.navmenu {margin-top:112px;
    margin-bottom: 30px;
    position: relative;
}
.sidebar-left .navmenu{margin-top:30px;}
.navmenu .navigation-list li ul {position: absolute;list-style-type:none;list-style-image:none;
border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
   }
.navmenu .navigation-list li ul li{float: none;}
.navmenu .navigation-list li ul a {color: #a7a9ac;font-size:12px;}
.navmenu .navigation-list li ul a:hover, .navmenu .navigation-list li ul a:active{color:#000}
/*added:23.03.2018*/

.navmenu ul.navigation-list ul.dropdown-menu li {float:none;}

.navigation-list ul.dropdown-menu a{color:#a7a9ac;text-transform:uppercase}
.navigation-list ul.dropdown-menu a:hover, .navigation-list ul.dropdown-menu a.active, ul.navigation-list ul li a:hover, ul.navigation-list ul li a.active {color:#000 !important;}
.navbar-fixed-top {left: 0; position: relative;}
section#contact div.container {height:379px;}
section#contact div.container .tease-link{top: 351px;}
section#contact div.container img{width:192px;}

.sidebar-left .navmenu ul ul {border-left:1px solid #ededed;margin-bottom:25px;margin-top:25px;}
.sidebar-left .navmenu ul ul a{color:#808080;}
.sidebar-left .navmenu ul {
    border-bottom: 0;
    border-top: 0;
    list-style-image: none;
    list-style-type:none}

.sidebar-left .navmenu ul.navigation-list {height: auto;}
.sidebar-left .navmenu ul.navigation-list li {float: none;}
.dropdown-menu { border-radius: 0px; float: none;left:auto;}


header .navbar {min-height:45px;height:45px;margin-bottom:0}
header .navbar-nav.pages {position:absolute;top:0;margin-left:287px;padding-right:5px;border-right:solid 1px #ededed;}
header .navbar-nav.pages.signed {/*margin-left: 254px;*/}
.navbar-nav > li > a {
    padding-bottom: 3px;
    padding-top: 2px;
}
header .language li a {width:17px;}
header ul.language{width:125px;position:absolute;top:0;right:0;}
.cart-preview {padding-left:52px;font-size:15px;color:#4c4c4c;font-weight:bold;text-transform: capitalize;}
.cart-preview a.cart-link{color:#000;margin-top:10px;display:block}
#mainRow {margin-top:0px;}

  div#slideshow div.carousel-inner,
  div#slideshow div.item {
      height: 352px;
      width:auto;
  }
.topmenu .navbar-nav i.icon {margin-left:10px;}
.navbar-brand {padding-left:0;margin-left:-16px;}
.my-navbar-header input.search {width: 488px;margin-left:-16px;}
div.product-box-large{height:255px;/*background:#ff0000*/}
/*div.product-box-large .product-img img.bg{max-height:100%;}*/
div.product-box-large .product-img {height:160px;top:70px;}


.row.sale div.product-box-large{height:285px}
#indexlist div.product-box-large, .sale div.product-box-large {
        height: 285px;
        width:100%;
    }
    .dailydeal div.product-box-huge {
      height: 400px;
      width:655px;
      border:0px solid #ff0000;
      }
.dailydeal div.product-box-huge .info{
    height:110px;
    width:110px;
    padding-top:25px;
    right:10px;
    top:20px;
    font-size:14px;
}
.dailydeal div.product-box-huge .description {
    bottom:35px;
    right:0px;
    padding:10px 0;
}
.sale-title h2{
     font-weight:bold;
     font-size:36px;
}
.sale-title p{font-size:16px;}

.dailydeal h3.category {font-size: 16px;}
.dailydeal h3.title {font-size: 13px;}




section#info .row div{height:98px;margin-bottom:5px; font-size:13px;}
section#info div.container a {padding:40px;padding-left:70px;padding-top:30px;}
div.return100, div.shippingfree, div.bill-buy, div.trusted {background-size:46px; width:100%;margin-left:0;}
.return100, .shippingfree, .bill-buy, .trusted {background-position:15px 27px;}

#product-list {
    border-left:1px solid #ededed;
    padding-left:10px;
}
.detailfotos .owl-carousel .owl-item img{height:55px!important;width:auto!important;}
.owl-carousel-footer .owl-item{height:429px!important}
#ajaxProduct{
  background: url("../../img/design/bckgr-page.png") repeat-y;
  background-position: 0px 0;
}
/*Popover*/
#ajaxProduct .popover {
  max-width: 515px;
  min-height:280px;
  padding: 1px;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
/*#ajaxProduct #rating-popover.popover.left*/#desc, #tech_desc,#mnt,#mnt_special,#mnt_ebike_general,#mnt_ebike_98{top: -1px !important;}
/*#ajaxProduct .popover.left*/#desc, #tec_desc,#mnt, #mnt_special,#mnt_ebike_general,#mnt_ebike_98{
  /*left:-765px!important;top: -219px!important;*/left:-485px;top: -219px!important;width: 515px; max-width: 515px;

}
{display:noner;}
footer .payment{height:85px;}
footer .payment img {height:100%;margin-top:27px;}
footer .payment img.ppal{margin-left:25px;}
footer .payment img.tv {margin-right:25px;}
footer .payment img.cc{margin-left:-40px;}
footer .payment img.mc{margin-right:-15px;}
footer .payment img.sue{margin-right:-20px;}
.ordergtcbox textarea {margin-top:0px;}
.toolbar .direction{margin-left:-5px;}

/*PAYMENT*/
.panel{margin-top:30px;margin-bottom:0;box-shadow: 0 0px 0px;width:100px;overflow:visible;float:left;left:0;}
.DisplayPayment .panel .in{width:750px;color:#000;}
.toleft{float:left;width:20%;}
.toleft.PayPal{clear:none;}.toleft:nth-of-type(n){
    clear: none;}
.toleft:nth-of-type(3n+1) {
    clear: both;}
/*.in{width:800px;}*/
.modal.fade.in{width:100%;}
#description3, #description7{margin-left:-185px;}
#description6, #description39{margin-left:-475px;}
#description9, #description40{margin-left:-770px;}
.panel .collapsing{width:750px;}
/*PAYMENT*/

}

/* BESTSELLER ADDITION */

div.product-box-large .product-img .product-image-bestseller { top: 80px; height: 135px; }
img.bestseller { width: 100%; }
.price-best {margin-bottom: 50px; text-decoration: none;}

.note-bestseller {
    position: absolute;
    background-color: #eef1f6;
    left: 73px;
    bottom: 0;
    height: 40px;
    width: 30px;
    background-image: url("../../img/cg/icon-merkzettel-blau.png");
    background-size: 30px 30px;
    background-position: 0 5px;
    background-repeat: no-repeat;
}

.note-bestseller:hover {
    background-color: #1b81b2;
    cursor: pointer;
    background-image: url("../../img/cg/icon-merkzettel-weiss.png");
}

.bestseller-scope {
    margin-right: 20px;
}
/* BESTSELLER ADDITION END */
#addressBookWidgetDiv {
    min-width: 300px;
    width: 100%;
    max-width: 900px;
    min-height: 228px;
    height: 240px;
    max-height: 400px;
}

#walletWidgetDiv {
    min-width: 300px;
    width: 100%;
    max-width: 900px;
    min-height: 228px;
    height: 240px;
    max-height: 400px;
}
#readOnlyAddressBookWidgetDiv {
    min-width: 266px;
    width: 100%;
    max-width: 900px;

    height: 165px;
    max-height: 228px;
}

#readOnlyWalletWidgetDiv {
    min-width: 266px;
    width: 100%;
    max-width: 900px;
    height: 165px;
    max-height: 228px;
}
/* SHOW ME SOME MORE - FAQ */
/* always visible */
#faq .holder {padding:1em; border:1px solid #ddd; margin:0 20px 10px 0;}
#faq .holder p {padding:0 0 20px 0; margin:0;}
#faq .holder p.bold {font-weight:bold; border:1px solid #CC0000; padding:2px; margin-top:15px;}
#faq .holder h2 {margin:0; padding:0;}

/* unclicked style div.more */
#faq div.more i {margin:0 0 0 10px; cursor:pointer; color:#c00; font-weight:bold;}
#faq div.more i.hide {display:none;}
#faq div.more p {display:none;}
#faq div.more img {display:none;}

/* clicked style div.click */
#faq div.click i.show {display:none;}
#faq div.click i.hide {display:block;}
#faq div.click p {display:block;}
#faq div.click img {display:block; float:left; padding-right:10px;}