html {
    position: relative;
    min-height: 100%;
    max-width: 100%;
	overflow-x: hidden;
}

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

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

@font-face{
    font-family:"Proxima";
    src:url(../fonts/Proxima/907c76c0-69b4-49aa-8baa-b4eb97080200.eot?#iefix);
    src:url(../fonts/Proxima/907c76c0-69b4-49aa-8baa-b4eb97080200.eot?#iefix) format("eot"),
    url(../fonts/Proxima/5622d11c-c6b8-476c-9d17-995348bd8400.woff2) format("woff2"),
    url(../fonts/Proxima/d8a5d085-4356-4bc9-b496-51439ecdcd04.woff) format("woff"),
    url(../fonts/Proxima/22f8c52c-7173-4368-8b3a-b301c5086be4.ttf) format("truetype");
    font-weight:bold;
}

@font-face{
    font-family:"Proxima";
    src:url(../fonts/Proxima/2ec72c35-1308-4081-9f37-73864fde8b39.eot?#iefix);
    src:url(../fonts/Proxima/2ec72c35-1308-4081-9f37-73864fde8b39.eot?#iefix) format("eot"),
    url(../fonts/Proxima/ad4a2691-471a-4c43-b88f-0d144d680661.woff2) format("woff2"),
    url(../fonts/Proxima/1da53474-ed78-41a6-872b-7397556eceee.woff) format("woff"),
    url(../fonts/Proxima/5a14d232-88a8-4235-a1f4-d3d43d04b62a.ttf) format("truetype");
    font-weight:normal;
}

.push {
    height: 100px;
    clear: both;
}

body {
    font-family:Proxima,Arial,Helvetica Neue,Helvetica,sans-serif;color:#3e3934 !important;letter-spacing:0;font-size:1.15rem;
    /* font: 13px/1.4 'Raleway', sans-serif;
    color: #231f20; */
    text-align: left;
    background: url('../images/bg.png') 0 0 repeat-x;
}

.fa.fa-shopping-cart, .fa.fa-search {
    font-size: 1.75rem;
}

h2 { font-size: 1.15rem !important }

h3 { font-size: 1.15rem !important }

body.cms-home {
    background: #fff /*url('../images/bg-home.png') 0 0 repeat-x*/;
}

.page-title {
    border: none;
    margin: 0 0 15px;
}

.page-title h1, .page-title h2 {
    font-size: 24px;
    color: #231f20;
    font-weight: 700;
}

.subtitle, .sub-title {
    color: #231f20;
}

h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #231f20;
    font-weight: 400;
    text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    color: #231f20;
    font-weight: 400;
    text-decoration: underline;
}

a {
    color: #231f20;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    color: #231f20 !important;
}

b, strong {
    font-weight: 700;
}

p {
    margin: 0 0 14px;
    padding: 0;
}

* {
    box-sizing: border-box;
}

/* Layout */
.page {
    width: 100%;
    margin: 0 auto;
    padding: 0px;
}

.header-container {
    border: none;
    background: #ffffff;
    position: relative;
}

.header {
    float: left;
    width: 100%;
    padding: 0;
    text-align: left;
    z-index: 550;
    position: static;
}

.header .logo {
    margin: 0;
    margin-top: -6px;
    max-width: 210px;
}

.header .logo img {
    width: 100%;
    height: auto;
}

@keyframes logo_addon_zoomin {
    0% {
        /* transform: translateX(-100%); */
        transform: scale(0.1);
    }
    100% {
        /* transform: translateX(0); */
        transform: scale(1);
    }
}

.logo_addon {
    position: absolute;
    z-index: 100000;
    transition: 1s;
    top: 0;
    margin-left: 16px;
    max-width: 94px;
    height: auto;
    animation: 1s ease-out 0s 1 logo_addon_zoomin;
}

.header .claim {
    float: left;
    padding: 0px;
    position: absolute;
    top: 48px;
    left: 225px;
    font-size: 18px;
}

.header .top-links {
    float: left;
    margin: 17px 0 0;
    padding: 0px;
}

.header .top-links .links {
    margin: 0;
}

.header .top-links .links li {
    float: left;
}

.header .top-links .links li a {
    display: block;
    float: left;
    color: #000000;
    /* font-size: 18px;
    text-transform: uppercase;
    line-height: normal;
    font-family: 'Raleway', sans-serif; */
}

.header .top-links .links li a:hover {
    color: #5cbf14;
    text-decoration: none;
}

.header .top-links .links li a.login {
    padding: 0 0 0 20px;
    background: url('../images/top-links_login.png') 0 4px no-repeat;
}

.header .top-links .links li a.login:hover {
    padding: 0 0 0 20px;
    background: url('../images/top-links_login_hover.png') 0 4px no-repeat;
}

.header .top-links .links li a.logout {
    background: rgba(0, 0, 0, 0) url("../images/logout.jpg") no-repeat scroll 0 1px;
    float: left;
    overflow: hidden;
    padding: 0 0 0 20px;
    text-indent: -1120px;
    width: 20px;
}

.header .top-links .links li a.logout:hover {
    padding: 0 0 0 20px;
}

/*.header .top-links .links li a.logout { padding: 0 0 0 20px; background: url('../images/top-links_logout.png') 0 2px no-repeat; }*/

.header .cart-container-top {
    float: right;
    margin: 14px 0 0;
    position: relative;
    text-align: left;
    z-index: 550;
}

.header .cart-container-top .summary {
    float: right;
    margin: 0;
    padding: 0 0px 0 0;
    text-align: right;
    cursor: pointer;
}

.header .cart-container-top .summary h4 {
    color: #000;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
    padding: 0 10px;
}

.header .cart-container-top .summary p {
    color: #231f20;
}

.header .cart-container-top .cart-top-details {
    display: none;
    position: absolute;
    top: 24px;
    right: 0;
    width: 320px;
    padding: 13px 0 0;
    z-index: 150 !important;
}

.header .cart-container-top .cart-top-details .cart-arrow {
    position: absolute;
    top: 1px;
    right: 42px;
    width: 27px;
    height: 13px;
    background: url('../images/cart-top-arrow.png') 0 0 no-repeat;
    z-index: 150;
}

.header .cart-container-top .cart-top-details .cart-content {
    display: block;
    float: left;
    width: 320px;
    border: 1px solid #D5D5D5;
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    background: #FFF;
    z-index: 100;
}

.header .cart-container-top .cart-top-details .mini-products-list {
    float: left;
    display: block;
    margin: 0;
    width: 320px;
    position: relative;
    overflow: auto;
    max-height: 315px;
}

.header .cart-container-top .cart-top-details .mini-products-list .items {
    float: left;
}

.header .cart-container-top .cart-top-details .mini-products-list .items .item {
    float: left;
    display: block;
    width: 296px;
    margin: 12px 0 0;
    padding: 0 12px 12px;
    border-bottom: 1px solid #D5D5D5;
    position: relative;
}

.header .cart-container-top .cart-top-details .mini-products-list .items .item .product-image {
    float: left;
    display: block;
    width: 78px;
    height: 78px;
    margin: 0;
    padding: 0;
    border: 1px solid #D5D5D5;
    overflow: hidden;
}

.header .cart-container-top .cart-top-details .mini-products-list .items .item .product-image img {
    float: left;
}

.header .cart-container-top .cart-top-details .mini-products-list .items .item .product-details {
    float: left;
    display: block;
    width: 175px;
    margin: 0;
    padding: 0 0 0 12px;
}

.header .cart-container-top .cart-top-details .mini-products-list .items .item .product-name {
    display: block;
    margin: 0 0 6px;
    padding: 0;
    color: #525252;
    /* font-size: 13px;
    font-weight: 700; */
    font-size: 1.15rem;
    width: 100%;
}

.header .cart-container-top .cart-top-details .mini-products-list .items .item .product-name a {
    color: #525252;
    /* font-size: 13px; */
}

.header .cart-container-top .cart-top-details .mini-products-list .items .item .item-options-container {
    float: left;
    width: 155px;
    margin: 0;
    padding: 0;
    /* font-size: 11px; */
    font-size: 0.9rem;
    color: #525252;
    font-weight: 400;
    font-style: italic;
}

.header .cart-container-top .cart-top-details .mini-products-list .items .item .item-options-container span {
    font-style: normal;
}

.header .cart-container-top .cart-top-details .mini-products-list .items .item .btn-remove {
    position: absolute;
    top: 0;
    right: 10px;
    width: 26px;
    height: 25px;
    background: url(../images/btn-remove.png) no-repeat
}

.header .cart-container-top .cart-top-details .mini-products-list .items .item .btn-remove:hover {
    background-position: 0 -25px;
}

.header .cart-container-top .cart-top-details .subtotal {
    float: left;
    width: 100%;
    padding: 12px;
    border-top: 1px solid #D5D5D5;
    background: #F2F2F2;
    margin: -1px 0 0;
}

.header .cart-container-top .cart-top-details .subtotal a.btn-continue {
    float: right;
    height: auto;
    margin: 0;
    padding: 0 22px;
    color: #FFF;
    /*
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    */
    font-size: 1.35rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 50px;
    background: #555;
}

.header .cart-container-top .cart-top-details .subtotal a.btn-continue:hover {
    text-decoration: none;
    color: #FFF !important;
    background: #483f41;
}

.header .cart-container-top .cart-top-details .cart-items_arrow {
    display: block;
    float: left;
    width: 310px;
    height: 16px;
    margin: 5px;
    background: url('../images/cart_items_arrow.png') center 0 no-repeat #EEE;
    cursor: pointer;
}

.header .cart-container-top .cart-top-details .cart-items_arrow.down {
    background-position: center -16px;
}

.header .cart-container-top .cart-top-details .cart-items_arrow.disabled {
    opacity: 0.4;
    cursor: default;
}

.header .form-search {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    float: left;
    height: auto;
    margin: 0;
    padding: 0;
    position: static;
    width: 100%;
}

.header .form-search label {
    display: none;
    visibility: hidden;
}

.header .form-search input.input-text {
    border: medium none;
    color: #000000;
    /*
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 400;
    */
    margin: 3px 4px 0 0;
    padding: 0 5px;
    width: 80%;
}

.header .form-search button.button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    float: right;
    /* height: 23px; */
    margin: 0 4px 0 0;
    padding: 0;
    width: 35px;
}

.header .form-search button.button span {
    width: 33px;
    height: 23px;
    padding: 0;
    white-space: nowrap;
    text-indent: -9999px;
    background: url('../images/search.png') 0 0 no-repeat;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.header .form-search button.button span span {
    background: none;
}

.nav-container {
    float: right;
    width: 60%;
    background: none;
    margin: 7px 17px 0 0;
}

#nav {
    position: static;
    width: auto;
    padding: 0;
    float: right;
}

#nav span {
    white-space: normal !important;
}

#nav > li {
    padding: 0 0 19px;
}

#nav > li > a {
    margin: 0;
    padding: 0 17px;
    color: #000000;
    /*
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    */
    text-transform: uppercase;
    font-weight: 400;
    line-height: 38px !important;
    letter-spacing: 1px;
    position: relative;
    z-index: 100;
}

#nav > li > a:hover, #nav > li.over > a, #nav > li.active > a {
    color: #5cbf14;
    background-color: #ffffff;
}

#nav > li.cuctive > a, #nav > li.active > a {
    font-weight: 400;
}

#nav > li.active > a > span, #nav > li.current > a > span {
    padding: 0;
    color: #5cbf14;
}

#nav > li.parent > .subnav-arrow {
    display: none;
}

#nav > li.parent:hover > .subnav-arrow, #nav > li.parent.over > .subnav-arrow {
    display: block;
    position: relative;
    left: 50%;
    top: 20px;
    width: 39px;
    height: 14px;
    margin: 0 0 -1px -20px;
    border: none;
    background: url(../images/nav_parent_arrow.png) center bottom no-repeat;
    z-index: 1000;
    padding: 41px 0 0 0;
}

#nav > li > .subnav-container {
    display: none;
    top: 84% !important;
    left: 0px !important;
    width: 100%;
    padding: 30px 0;
    border: none;
    background: #e7e7e7;
    z-index: 999;
}

#nav > li.parent:hover > .subnav-container, #nav > li.parent.over > .subnav-container {
    display: block;
}

#nav > li > .subnav-container > ul.level0 {
    margin: 0 auto;
    padding: 0;
    width: 1170px;
    background: none;
    float: none;
}

#nav > li > .subnav-container > ul {
    float: left;
    width: 100%;
    top: 0;
    left: 0;
    background: url('../images/subnav-bg.png') 194px 0 repeat-y;
}

#nav > li > .subnav-container > ul > li {
    float: left !important;
    width: 25%;
    margin: 0px !important;
    background: none !important;
}

#nav > li > .subnav-container > ul > li > a {
    margin: 0px;
    background: none !important;
    /*
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    */
    color: #555555;
}

#nav > li > .subnav-container > ul > li > a > span {
    padding: 0;
}

#nav > li > .subnav-container > ul > li > a:hover > span, #nav > li > .subnav-container > ul > li.active > a > span {
    color: #cb4f5d !important;
    text-decoration: none;
}

#nav > li > .subnav-container > ul > li > ul {
    display: block;
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: 100%;
    margin: 0 0 0px !important;
    border: none;
}

#nav > li > .subnav-container > ul > li > ul > li {
    background: none !important;
}

#nav > li > .subnav-container > ul > li > ul > li > a {
    margin: 0 0 2px;
    background: none !important;
}

#nav > li > .subnav-container > ul > li > ul > li > a > span {
    padding: 0 !important;
    /* font-size: 12px; */
}

#nav > li > .subnav-container > ul > li > ul > li > a:hover > span, #nav > li > .subnav-container > ul > li > ul > li.active > a > span {
    color: #231f20;
    text-decoration: underline;
}

#nav > li > .subnav-container > ul > li > ul > li > ul {
    display: none !important;
}

#nav > li.content_mode {
    position: relative;
}

#nav > li.content_mode > .subnav-container {
    left: 0 !important;
    padding: 14px 28px 20px;
    top: 60px !important;
    width: auto;
}

#nav > li.content_mode > .subnav-container > ul {
    background: none;
    width: 100%;
}

#nav > li.content_mode > .subnav-container > ul > li {
    width: 100%;
    margin: 0 !important;
}

.main-container {
    float: left;
    width: 100%;
    padding: 0 0 60px;
    background: #fff;
}

.main {
    width: 70%;
    padding: 0;
    min-height: 0;
    background: none;
}
@media only screen and (max-width: 1920px) {
  .main {
    width: 90%;
  }
}

@media only screen and (max-width: 1024px) {
  .main {
    width: 90%;
  }
  .MagicToolboxSelectorsContainer {
    width: 100% !important;
  }
}

.breadcrumbs {
    /*
    font-size: 11px;
    line-height: 1.25;
    */
    margin: 0 0 13px;
    display: block;
}

.col2-left-layout .col-main {
    float: right;
    top: 15px;
    position: relative;
}

.col-main {
    width: 746px;
}

.col1-layout .col-main {
    padding: 0;
}

.col-right {
    width: 192px;
}

.col-left {
    width: 192px;
}

/* SearchAutoComplete */
.yui-ac-content {
    float: left;
    width: 260px;
    margin: 1px 0 0 -39px;
    padding: 0;
    color: #231F20;
    border: 1px solid #D5D5D5;
    background: #FFF;
}

.yui-ac-hd {
    display: none;
}

.yui-ac-bd ul li {
    float: left;
    width: 236px;
    min-height: 1px;
    margin: 0;
    padding: 12px;
    border: none;
    border-bottom: 1px solid #D5D5D5;
}

.yui-ac-bd ul li.last {
    border: none;
}

.yui-ac-bd ul li:hover, .yui-ac-bd ul li.selected {
    background: #F5F5F5;
}

.yui-ac-bd ul li.noItem {
    border: none;
    background: none !important;
}

.yui-ac-bd ul li img {
    float: left;
    margin: 0 12px 0 0 !important;
    width: 60px;
    height: 60px;
    border: 1px solid #C9C9C9;
}

.yui-ac-bd ul li .std {
    float: left;
    width: 162px;
}

.yui-ac-bd ul li strong {
    color: #231f20;
    font-weight: bold;
}

.yui-ac-bd ul li ol > strong {
    color: #231f20;
    font-weight: 400;
}

/* HomePage */
.teaser-container {
    position: relative;
    width: 100%;
    height: 450px;
    margin: 0 0 15px;
    overflow: hidden;
}

.teaser {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 10;
}

.teaser.activ {
    opacity: 1;
    z-index: 12;
}

.teaser a {
    display: block;
    text-decoration: none;
}

.teaser .content {
    position: absolute;
    bottom: 130px;
    left: 0;
    width: 250px;
    padding: 0;
    font-size: 15px;
}

.teaser .content h2 {
    font-size: 30px;
    color: #231f20;
    font-weight: 700;
    line-height: 32px;
    margin: 0 0 25px;
}

.teasernavigation {
    position: absolute;
    top: 0;
    right: 0;
    width: 281px;
    z-index: 15;
}

.teasernavigation .teasernavigationitem {
    position: relative;
    float: left;
    width: 206px;
    margin: -2px 0 0;
    padding: 0 15px 0 60px;
    color: #231f20;
    font-size: 18px;
    line-height: 85px;
    background: url('../images/teaser_arrow.png') right bottom no-repeat;
    cursor: pointer;
    overflow: hidden;
    z-index: 15;
}

.teasernavigation .teasernavigationitem.last {
    background: none;
}

.teasernavigation .teasernavigationitem.activ, .teasernavigation .teasernavigationitem.last.activ {
    color: #FFF;
    background: url('../images/teaser_arrow_active.png') 0 0 no-repeat;
    z-index: 20;
}

.teasernavigation .teasernavigationitem .middle {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.2;
}

.teasernavigation .teasernavigationitem span {
    font-size: 18px;
    line-height: 1.2;
}

.teasernavigation .teasernavigationitem span.bold {
    font-weight: 700;
}

#Buttons {
    float: left;
    width: 100%;
    margin: 0 0 25px 0;
}

#Buttons a {
    text-decoration: none;
}

#Buttons .button-element {
    float: left;
    width: 219px;
    margin: 0 38px 45px 0;
    padding: 0;
}

#Buttons .button-element.last {
    margin-right: 0;
}

#Buttons .button-element .image {
    display: block;
    float: left;
    margin: 0 0 15px;
    border: 1px solid #FFF;
}

#Buttons .button-element .image img {
    float: left;
    width: 217px;
    height: 137px;
}

#Buttons .button-element .content {
    float: left;
    width: 100%;
}

.product_slider_container {
    float: left;
    width: 100%;
    margin: 0 0 35px;
    padding: 0;
}

.product_slider_container .product_slider {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0 70px;
    position: relative;
}

.product_slider_container .product_slider .touchcarousel-wrapper {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.product_slider_container .product_slider .touchcarousel-wrapper .products-grid {
    border: none !important;
}

.product_slider_container .product_slider .touchcarousel-wrapper .products-grid li.item {
    float: left;
    width: 141px;
    margin: 26px 35px 26px 0;
    padding: 0;
    border: none;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    text-align: left;
}

.product_slider_container .product_slider .touchcarousel-wrapper .products-grid li.item.last {
    margin-right: 0;
}

.product_slider_container .product_slider .touchcarousel-wrapper .products-grid li.item .product-image {
    width: 139px;
    height: 139px;
    border: 1px solid #dfdfdf;
    padding: 0;
    margin-bottom: 10px;
}

.product_slider_container .product_slider .touchcarousel-wrapper .products-grid li.item .product-image:hover {
    border: 1px solid #999;
}

.product_slider_container .product_slider .touchcarousel-wrapper .products-grid li.item .product-name {
    font-size: 14px;
    margin: 0;
}

.product_slider_container .product_slider .touchcarousel-wrapper .products-grid li.item .product-name a {
    font-weight: 400;
}

.product_slider_container .product_slider .touchcarousel-wrapper .products-grid li.item .product-name a:hover {
    text-decoration: underline;
}

.product_slider_container .product_slider .arrow-holder {
    position: absolute;
    top: 112px;
    left: 22px;
    width: 24px;
    height: 34px;
    background: url('../images/slider-arrow.png') 0 0 no-repeat;
}

.product_slider_container .product_slider .arrow-holder.right {
    left: auto;
    right: 22px;
    background-position: 0 -34px;
}

.product_slider_container .product_slider .arrow-holder.disabled {
    opacity: 0.4;
    cursor: default;
}

/* Login - Registrieren - Mein Konto */
.account-login .content {
    min-height: 230px;
    padding: 0 0px;
    border: 1px solid #FFF;
    border-bottom: none;
    background: none;
    overflow: hidden;
}

.account-login .content h2 {
    height: 16px;
    margin: 0 0 15px;
    margin: 0 0px 12px;
    padding: 12px 0px;
    color: #231F20;
    /*
    font-size: 16px;
    line-height: 16px; */
    font-weight: 700;
    border-bottom: 1px solid #D5D5D5;
    background: #FFF;
    text-transform: none;
!important;
}

.account-login .content p {
    text-align: justify;
}

.account-login .content p.required {
    text-align: right;
}

.account-login .buttons-set {
    padding: 0 0px 12px;
    border: 1px solid #FFF;
    border-top: none;
    background: none;
}

.account-login .buttons-set a {
    margin: 10px 0 0;
}

.account-login .buttons-set button.button span {
    height: 30px;
    font-size: 13px;
    line-height: 30px;
    text-transform: uppercase;
}

.account-login .col-1.new-users, .account-login .col-1.registered-users {
    width: 45% !important
}

.account-create .fields {
    margin: 0;
}

.account-create .fields div {
    width: 100%;
}

.account-create .fields input.input-text {
    width: 254px !important;
}

.block-account {
    border: none;
    padding: 56px 0;
}

.block-account .block-title {
    display: none;
    visibility: hidden;
}

.block-account .block-content {
    padding: 0;
    border-top: 1px solid #CCC;
    background: none;
}

.block-account .block-content li {
    border-bottom: 1px solid #CCC !important;
}

.block-account .block-content li a {
    border: none;
}

.block-account .block-content li strong, .block-account .block-content li a {
    /* font-size: 12px; */
    color: #231f20;
}

.block-account .block-content li strong, .block-account .block-content li a:hover {
    color: #000;
    font-weight: 700;
}

.box-account {
    float: left;
    width: 100%;
    overflow: auto;
    margin: 0 0 35px;
    padding: 0;
    border: none;
    background: none;
}

.box-account .box-head h2 {
    float: left;
    margin: 0;
    font-size: 13px;
    font-weight: 700;
    text-transform: none;
    background-position: 0 0;
    background-repeat: no-repeat;
    padding-left: 21px;
    color: #e65505;
}

.dashboard .box-head {
    border: none;
    margin: 0 0 10px;
}

.dashboard .box-head h2 {
    font-size: 15px;
    padding: 0;
    color: #000 !important;
    background: none !important;
}

.dashboard .col2-set > .box {
    float: left;
    width: 704px;
    padding: 12px 20px;
    border: 1px solid #D5D5D5;
}

.dashboard .col2-set div .box {
    min-height: 100px;
    padding: 12px 20px;
    border: 1px solid #D5D5D5;
}

.dashboard .box .box-title {
    height: 16px;
    margin: -12px -20px 12px;
    padding: 12px 20px;
    color: #231F20;
    font-size: 13px;
    line-height: 14px;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 1px solid #D5D5D5;
    background: #F2F2F2 !important;
}

.dashboard .box .box-title a {
    font-size: 11px;
}

.addresses-list h2 {
    color: #000;
    font-size: 17px;
    margin: 0 0 15px;
    text-transform: none;
    font-weight: 600;
}

.addresses-list li.item {
    padding: 12px 20px;
    border: 1px solid #D5D5D5;
    background: none;
}

.addresses-list li.item h3 {
    height: auto;
    margin: -12px -20px 12px;
    padding: 12px 20px;
    font-size: 15px;
    line-height: 15px;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 1px solid #D5D5D5;
    background: #F2F2F2 !important;
}

.addresses-list li.empty p {
    font-weight: 400;
}

.form-list .customer-name-prefix {
}

/*.form-list .input-box { width: auto; }*/
.form-list .customer-name-prefix .name-prefix {
    width: 100%;
    margin: 0 0 8px !important;
}

.form-list .customer-name-prefix .name-firstname, .form-list .customer-name-middlename .name-firstname, .form-list .customer-name-middlename .name-middlename {
    width: 275px;
}

.form-list .customer-name-prefix .name-firstname input.input-text, .form-list .customer-name-suffix .name-lastname input.input-text, .form-list .customer-name-middlename .name-firstname input.input-text, .form-list .customer-name-middlename .name-middlename input.input-text, .form-list .customer-name-middlename-suffix .name-firstname input.input-text, .form-list .customer-name-middlename-suffix .name-lastname input.input-text {
    width: 254px !important;
}

#my-orders-table {
    margin: 0 0 25px;
    overflow: auto;
    display: inline-table;
}

.order-info {
    display: none;
}

.order-info-box {
    margin: 0 0 25px;
    padding: 0;
    border: none;
    background: none;
}

.order-info-box h2 {
    font-size: 15px;
    margin: 0 0 8px;
    padding: 0;
    color: #000;
    text-transform: uppercase;
}

.title-buttons .link-reorder {
    display: none;
}

.title-buttons .separator {
    display: none;
}

.title-buttons .link-print {
    float: right;
    display: block;
    height: 32px;
    margin: 6px 0 0;
    padding: 0 20px;
    font: 13px/32px 'Open Sans', Arial, sans-serif;
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
    border: none;
    background: #750314;
}

.title-buttons .link-print:hover {
    text-decoration: none;
    background: #000;
}

.order-items {
    margin: 35px 0 0;
}

.order-items h2, .order-items h3 {
    font-size: 15px;
    margin: 0 0 8px;
    padding: 0;
    color: #000;
    text-transform: uppercase;
}

.my-account .pager {
    height: auto;
    margin: 0 0 15px;
    padding: 6px 10px;
    line-height: 21px;
    border: none;
    background: #F2F2F2;
}

.my-account .pager .pages {
    float: left;
    width: 100%;
    margin: 0 0 10px;
}

.my-account .pager .pages ol {
    float: right;
}

.my-account .pager .pages ol li {
    float: left;
}

.my-account .pager .pages ol li .previous img {
    float: left;
    margin: 3px 0 0;
}

.my-account .pager .pages ol li .next img {
    float: left;
    margin: 3px 0 0;
}

.my-account .pager .pages ol li .disable {
    display: block;
}

.my-account .pager .limiter label {
    float: left;
}

.my-account .pager .limiter select {
    float: left;
    min-width: 0;
    height: 20px;
    margin: 0 5px;
    /*  font-size: 12px; */
}

/* Formular */
.fieldset {
    margin-top: 0;
    padding: 12px 0px;
    border: 1px solid #FFF;
    background: none;
}

.fieldset.col-1 {
    float: left;
    width: 45%;
}

.fieldset.col-2 {
    float: right;
    width: 45%;
}

.fieldset .legend {
    float: none;
    height: 16px;
    margin: -12px 0px 12px;
    padding: 12px 0px;
    font-size: 14px;
    color: #231F20;
    line-height: 16px;
    font-weight: 700 !important;
    text-transform: none;
    border: none;
    border-bottom: 0px solid #D5D5D5;
    background: #FFF !important;
}

.fieldset .form-list li {
    margin: 0 0 8px;
}

.fieldset .form-list .field {
    margin: 0 0 3px;
}

.buttons-set {
    margin: 15px 0;
    padding: 0;
    border: none;
    line-height: 1;
}

.form-list .name-prefix {
    width: 125px;
}

label {
    display: block;
    color: #000 !important;
    /*
    font-size: 13px;
    font-weight: normal !important; */
}

input.input-text, select, textarea {
    padding: 4px 6px;
    /*
    font: 14px/16px 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: 700; */
    color: #000;
    border: 1px solid #D5D5D5;
    border-radius: 2px;
    background: #FFF;
}

input.input-text {
    height: auto;
}

#billing_address_list input.input-text {
    height: 35px !important;
}

textarea {
    /* font-size: 12px;
    font-weight: 400; */
}

select {
    min-width: 120px;
    height: 28px;
    padding: 1px 1px 1px 3px;
}

select.multiselect {
    height: auto;
}

input.checkbox {
    margin: 2px 6px 0 0;
    width: 14px;
    height: 14px;
    border: 1px solid #D5D5D5;
}

input.input-text:focus, select:focus, textarea:focus {
    background: #FFF;
    border-color: #231F20;
}

.clearfix {
    float: left;
    width: 100%;
    margin: 0 0 8px;
}

.input-box {
    float: left;
    width: 100%;
}

.input-box.fields {
    float: left;
    width: 50%;
}

.form-list {
    width: 100% !important;
}

.form-list .control {
    margin: 20px 0 0 !important;
}

.form-list .control input.checkbox {
    float: left;
    margin: 0 6px 0 0;
}

.form-list .control label {
    margin: 0;
    line-height: 14px;
}

button.button span {
    /* height: 23px; */
    padding: 0 15px;
    /* font: 13px/23px 'Open Sans', Arial, sans-serif; */
    text-align: center;
    border: 2px solid #D5D5D5;
    background: #231f20;
}

button.button:hover span {
    background: #483f41;
}

button.button span span {
    padding: 0 !important;
}

.cart .discount button span span, .cart .shipping button span span, .cart-table .btn-update span span {
    padding: 0 !important;
}

.form-list label.required em {
    top: 0;
    right: 0;
    /* font-size: 12px; */
    color: #898989;
}

p.required {
    color: #666;
}

.validation-failed {
    border: 1px solid #AA0000 !important;
}

/*
@-webkit-keyframes typing {
    from {
        width: 0;
    }
}

@-webkit-keyframes blink-caret {
    50% {
        border-color: transparent;
    }
}
.validation-advice {
    font: bold 125% Consolas, Monaco, monospace;
    border-right: .1em solid black;
    width: 22em;
    width: 27ch;
    margin-left: -16px;
    margin-bottom: 4px;
    white-space: nowrap;
    overflow: hidden;
    background: none;
   -webkit-animation: typing 2s steps(27, end),
    blink-caret .5s step-end infinite alternate;
}
*/

/* Product List */
.toolbar {
    float: left;
    width: 100%;
    margin: 0;
}

.col2-left-layout .products-grid, .col2-right-layout .products-grid, .products-grid {
    width: 100%;
    margin: 0 !important;
    border: none;
    background: none;
}

.products-grid li.item {
    width: 25%;
    margin: 0;
    padding: 15px 10px 0px 10px;
    position: relative;
    text-align: center;
    /*
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    border-top: 1px solid #FFF;
    border-left: 1px solid #fff;
    */
    border-right: 1px solid transparent;
    border-bottom: 1px solid transparent;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    padding-top: 15px;
}

.products-grid li.item:hover {
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    -moz-box-shadow: 0 0 5px 1px rgba(224, 224, 224, 1);
    -webkit-box-shadow: 0 0 5px 1px rgba(224, 224, 224, 1);
    box-shadow: 0 0 5px 1px rgba(224, 224, 224, 1);
    position: relative;
    z-index: 1;
    border-radius: 5px;
}

.products-grid li.item.last {
    margin-right: 0;
}

.products-grid .product-image {
    width: 100%;
    height: auto;
    margin: 30px 0;
    overflow: hidden;
}

.products-grid .product-image img {
    position: relative;
}

.products-grid .product-name {
    margin: 0px 0 8px;
    /* font-size: 12px;
    font-weight: 600 !important; */
    text-transform: none;
    height: 52px;
    overflow: hidden;
}

.products-grid .product-name a {
    color: #555;
    text-decoration: none;
}

.products-grid .product-name a:hover {
    text-decoration: underline;
}

.products-grid .herkunft {
    float: left;
    display: block;
    margin: -25px 0 0;
    width: 100%;
    color: #000;
    /* font-size: 12px;
    font-style: italic;
    height: 18px; */
}

.products-grid .price-box {
    float: left;
    width: 100%;
    text-align: center;
}

.products-grid .price-box .price-label {
}

.products-grid .price-box .price {
    color: #000;
    font-weight: 700;
    font-size: 17px;
    line-height: 18px;
}

.products-grid .price-box .old-price {
    float: left;
    width: 48%;
    margin: 0;
    padding: 0 !important;
}

.products-grid .price-box .old-price .price {
    text-decoration: none;
    font-weight: normal !important;
    font-size: 12px !important;
    color: #000 !important;
}

.products-grid .price-box .special-price {
    float: right;
    width: 48%;
    margin: 0;
    padding: 0 !important;
}

.products-grid .price-box .special-price .price {
    float: left;
    color: #000;
}

.products-grid .labels {
    position: absolute;
    top: 6px;
    left: 8px;
}

.products-grid .percent {
    display: none;
    visibility: hidden;
}

.special-price .price-label {
    font-size: 13px;
    font-weight: bold;
    white-space: nowrap;
    color: #CD5033;
    display: none;
}

.old-price .price-label {
    white-space: nowrap;
    color: #000;
    /* font-size: 12px; */
}

.products-grid .price-box {
    margin: 0px 0;
    border-top: 1px solid #CCC;
    padding-top: 6px;
}

/* Layered Navigation */
.block-layered-nav {
    margin: 33px 0;
}

.block-layered-nav .block-title {
    margin: 0;
    padding: 0 0 5px;
    color: #231f20;
    font-size: 17px;
    line-height: 24px;
    text-transform: none;
    font-weight: 400;
    text-indent: 0;
    background: none;
}

.block-layered-nav .block-content {
    margin: 0;
    border: none;
    background: #fff;
}

.block-layered-nav .block-subtitle, .block-layered-nav .m-filter-group {
    display: none;
    visibility: hidden;
}

.block-layered-nav dl {
    float: left;
    width: 100%;
    border-bottom: 1px solid #d5d5d5;
}

.block-layered-nav dt {
    padding: 10px 0 10px 0px;
    color: #231f20;
    font-size: 14px;
    line-height: 17px;
    font-weight: bold;
    text-transform: none;
    border-top: 1px solid #d5d5d5;
    background: url('../images/filter_title.png') 100% 10px no-repeat;
    cursor: pointer;
}

.block-layered-nav dt.active {
    background: url('../images/filter_title_active.png') 100% 10px no-repeat;
}

.block-layered-nav dt.category {
    background: none !important;
    cursor: default;
    display: none !important;
}

.block-layered-nav dd.category {
    display: none !important;
}

.block-layered-nav dt span {
    padding: 0 12px 0 0;
    background: url('../images/filter_title.png') right center no-repeat;
}

.block-layered-nav dt.active span {
    padding-right: 15px;
    background-image: url('../images/filter_title_active.png');
}

.block-layered-nav dd {
    display: none;
    padding: 0 0 5px;
    background: none;
}

.block-layered-nav .filter_list {
    height: auto !important;
    padding: 0 0 6px;
    border: none;
    background: none;
    overflow-y: hidden !important;
}

.block-layered-nav .filter_list li {
    padding: 2px 0;
}

.block-layered-nav .filter_list li a {
    display: block;
    padding: 0 0 0 19px;
    color: #231f20;
    /* font-size: 12px;
    line-height: 16px; */
    background: url('../images/filter_checkbox.png') 0px 0 no-repeat;
}

.block-layered-nav .filter_list li a:hover {
    color: #231f20;
    text-decoration: none;
    background: url('../images/filter_checkbox_hover.png') 0px 0 no-repeat;
}

.block-layered-nav .filter_list li a.checked {
    background: url('../images/filter_checkbox_checked.png') 0px 0 no-repeat;
}

.block-layered-nav .filter_list li a.checked:hover {
    background: url('../images/filter_checkbox_checked_hover.png') 0px 0 no-repeat;
}

.block-layered-nav .m-expandable-filter {
    height: auto !important;
}

.block-layered-nav .m-expandable-filter li {
    display: block !important;
}

.block-layered-nav .m-more-less {
    display: none !important;
}

.block-layered-nav .currently {
    display: none;
    float: left;
    width: 100%;
    margin: 0 0 10px;
    padding: 10px 0 0;
    border-top: 1px solid #D5D5D5;
}

.block-layered-nav .currently ol {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.block-layered-nav .currently ol li {
    padding: 0;
    background: none;
}

.block-layered-nav .currently ol li .label {
    text-transform: none;
    padding: 0 0 0 19px;
    background: none;
}

.block-layered-nav .currently ol li .btn-remove {
    top: 0;
    right: auto;
    left: 0;
    height: 18px;
    width: 192px;
    background: url('../images/layered_clear_cross.png') 0 5px no-repeat;
}

.block-layered-nav .actions {
    float: left;
    width: 100%;
    margin: 10px 0 0;
    padding: 0;
    /* font-size: 12px; */
    text-align: left;
    border: none;
    background: none;
}

.block-layered-nav .actions a {
    display: block;
    float: left;
    color: #231f20;
    padding: 6px 15px 7px 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: url('../images/layered_clear_cross.png') 11px 9px no-repeat #E2E2E2;
}

.block-layered-nav .actions a:hover {
    text-decoration: none;
    background-color: #E8E8E8;
}

/* Detailansicht */
.product-view {
    padding: 0px 0 20px;
    border: none;
}

.product-view .product-essential {
    padding: 0;
    background: none;
}

.product-view .product-essential .product-img-box {
    width: 60%;
    padding-right: 10px;
    /* border-right: 1px solid #e0e0e0; */
}

.product-view .product-essential .product-img-box .product-image {
    margin: 0px;
    border-bottom: 1px solid #e0e0e0;
}

.product-view .product-essential .product-img-box .more-views ul {
    margin: 0;
}

.product-view .product-essential .product-img-box .more-views ul li {
    margin: 0 5px 0 0;
}

.product-view .product-essential .product-img-box .more-views ul li a {
    width: auto;
    height: auto;
    border: 1px solid #D5D5D5;
}

.product-view .product-img-box .more-views {
    float: left;
    width: 66%;
    margin: 10px 20px 0;
    position: relative;
}

.product-view .product-img-box .more-views.slide {
    height: 66px;
    padding: 0 19px 0 21px;
    overflow: hidden;
}

.product-view .product-img-box .more-views .scroll_wrapper {
    width: 100%;
    height: 66px;
    position: relative;
    overflow: hidden;
}

.product-view .product-img-box .more-views .scroll_wrapper .items {
    position: absolute;
    width: 20000em;
}

.product-view .product-img-box .more-views .scroll_wrapper .items .item {
    float: left;
    margin: 0 5px 0 0;
}

.product-view .product-img-box .more-views .scroll_wrapper .items .item.base_image_small {
    display: none;
}

.product-view .product-img-box .more-views .scroll_wrapper .items .item a {
    display: block;
    width: 64px;
    height: 64px;
    border: 1px solid #D5D5D5;
}

.product-view .product-img-box .more-views .more-views_arrow {
    position: absolute;
    top: 20px;
    left: 0;
    width: 12px;
    height: 26px;
    cursor: pointer;
    background: url('../images/more_views_arrow.png') 0 0 no-repeat;
}

.product-view .product-img-box .more-views .more-views_arrow.down {
    left: auto;
    right: 0;
    background-position: -12px 0;
}

.product-view .product-img-box .more-views .more-views_arrow.disabled {
    cursor: default;
    opacity: 0.4;
}

.product-view .product-essential .product-img-box .downloads-links-block {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 25px;
    border: 0;
}
.download-link {
    position: relative;
    top: 2px;
    margin-left: 10px;
}
.product-view .product-essential .product-img-box .downloads-links-block .head {
    margin: 0;
    padding: 0;
}

.product-view .product-essential .product-img-box .downloads-links-block .head h4 {
    margin: 0 0 15px;
    /*
    font-size: 18px;
    font-family: 'Raleway', sans-serif;
    */
    color: #555555;
    font-weight: 400;
}

.product-view .product-essential .product-img-box .downloads-links-block table {
    padding: 0;
}

.product-view .product-essential .product-img-box .downloads-links-block table td {
    padding: 0 0 6px 0;
}

.product-view .product-essential .product-img-box .downloads-links-block table td img {
    margin: 0 10px 0 0;
}

.product-view .product-essential .product-img-box .downloads-links-block table td b {
    /*
    font-size: 14px;
    font-weight: 400;
    font-family: 'Raleway', sans-serif; */
    color: #555555;
}

.product-view .product-essential .product-img-box .link-list {
    display: block;
    float: left;
    margin: 15px 0 0;
    font-size: 14px;
    text-decoration: underline;
    display: none;
}

.product-view .product-essential .product-shop {
    width: 40%;
    position: relative;
    /* padding: 23px;
    border-left: 1px solid #e0e0e0; */
    margin: 0 1px 0 -1px;
}
.tab-content .std {
    /* width: 70%; */
    line-height: 2;
    text-align: justify;
}
.short-description .std {
    /* width: 70%; */
    line-height: 2;
    text-align: justify;
}

.product-view .product-essential .product-shop .product-name h1 {
    margin: 0 0 30px;
    /*
    font-size: 24px;
    font-family: 'Raleway', sans-serif;
    */
    font-weight: 700;
    color: #333333;
}

.product-view .product-essential .product-icons {
    position: absolute;
    top: 0px;
    right: 0;
}

.product-view .product-essential .product-icons a {
    float: left;
    display: block;
    width: 26px;
    height: 25px;
    margin: 0 0 0 7px;
    text-indent: -9999em;
    cursor: pointer;
}

.product-view .product-essential .product-icons .print-button {
    background: url('../images/print-button.png') 0 0 no-repeat;
}

.product-view .product-essential .product-icons .print-button:hover {
    background: url('../images/print-button-hover.png') 0 0 no-repeat;
}

.product-view .product-essential .product-icons .facebook-button {
    background: url('../images/facebook-button.png') 0 0 no-repeat;
}

.product-view .product-essential .product-icons .email-friend {
    background: url('../images/send-to-friend.png') 0 0 no-repeat;
}

.product-view .product-essential .product-icons .email-friend:hover {
    background: url('../images/send-to-friend-hover.png') 0 0 no-repeat;
}

.product-view .product-essential .product-shop .description-container {
    float: left;
    width: 100%;
}

.product-view .product-essential .product-shop .description-container .short-description {
    float: left;
    width: 100%;
    margin: 0 0 15px;
    padding: 0;
    background: none;
    /*
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    line-height: 24px;
    */
    color: #333333;
}

.product-view .product-essential .product-shop .description-container .data-table th {
    padding-left: 0;
    font-weight: 400;
    border-right: 0;
    border: none;
    /*
    font-family: 'Raleway', sans-serif;
    font-size: 14px; */
}

.product-view .product-essential .product-shop .description-container .data-table td {
    padding: 2px 8px;
    border: none;
    /*
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    line-height: 24px; */
    color: #333333;
}

.product-view .product-essential .product-shop .description-container .data-table .first th, .product-view .product-essential .product-shop .description-container .data-table .first td { /* border-top: 1px solid #D5D5D5; */
}

.product-view .product-essential .product-shop .description-container .data-table .last th, .product-view .product-essential .product-shop .description-container .data-table .last td { /* border-bottom: 1px solid #D5D5D5 !important; */
}

.product-view .product-essential .product-shop .sale-container {
    float: right;
    width: 100%;
}

.product-view .product-essential .product-shop .sale-container .product-options-container {
    float: left;
    width: 192px;
    margin: 0 0 40px;
    padding: 14px;
    background: #F2F2F2;
}

.product-view .product-essential .product-shop .sale-container .product-options-container p {
    /* font-size: 12px; */
    margin: 0 0 8px;
}

.product-view .product-essential .product-shop .sale-container .product-options-container .product-options {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
    background: none;
}

.product-view .product-essential .product-shop .sale-container .product-options-container .product-options dt {
    padding: 0;
}

.product-view .product-essential .product-shop .sale-container .product-options-container .product-options dt label {
    /* font-size: 12px; */
    color: #231f20 !important;
    margin: 10px 0 0;
}

.product-view .product-essential .product-shop .sale-container .product-options-container .product-options dt .note {
    /* font-size: 10px; */
    color: #888;
    margin: 0 0 5px;
}

.product-view .product-essential .product-shop .sale-container .product-options-container .product-options dd {
    padding: 0 0 6px;
    border: none;
}

.product-view .product-essential .product-shop .sale-container .product-options-container .product-options dd textarea {
    width: 176px;
}

.product-view .product-essential .product-shop .sale-container .product-options-container .product-options dd label {
    /* font-size: 12px; */
    color: #231f20 !important;
    margin: 2px 0 0;
}

.product-view .product-essential .product-shop .sale-container .product-options-container .product-options dd p {
    font-size: 10px;
    color: #888;
    margin: 5px 0 0 !important;
}

.product-view .product-essential .product-shop .sale-container .product-options-container .product-options dd input[type="file"] {
    width: 192px;
    margin: 5px 0;
}

.product-view .product-essential .product-shop .sale-container .product-options-container .product-options p.required {
    display: none;
}

.product-view .product-essential .product-shop .sale-container .product-options-container .product-options-bottom {
    float: left;
    width: 100%;
    margin: 7px 0 0;
    padding: 0;
    border: none;
    background: none;
}

.product-view .product-essential .product-shop .sale-container .product-options-container .product-options-bottom .price-box, .product-view .product-essential .product-shop .sale-container .product-options-container .product-options-bottom label, .product-view .product-essential .product-shop .sale-container .product-options-container .product-options-bottom input.qty, .product-view .product-essential .product-shop .sale-container .product-options-container .product-options-bottom .add-to-links {
    display: none;
    visibility: hidden;
}

.product-view .product-essential .ansprechpartner {
    float: left;
    width: 209px;
    margin-top: 62px;
    background-color: #F2F2F2;
    padding: 18px;
    display: none
}

.product-view .product-essential .ansprechpartner img {
    float: left;
    width: 65px;
    margin: 0 15px 0 0;
}

.product-view .product-collateral .box-collateral {
    width: 100%;
    margin: 0;
    display: inline-block;
}

.product-view .product-collateral .box-collateral h2 {
    /* font-size: 24px; */
    color: #231f20;
    margin: 0;
    text-transform: capitalize;
}

.product-view .product-collateral .box-collateral .product_slider_container {
    margin: 0;
}

/* Data Table */
.data-table {
    border: none;
}

.data-table .odd, .data-table .even {
    background: none;
}

.data-table thead th {
    padding: 6px 12px;
    color: #525252;
    /* font-size: 13px; */
    font-weight: 600;
    text-transform: uppercase;
    border-right: none;
    background: #F2F2F2;
}

@media (max-width: 64em) {
    .data-table tbody th, .data-table tbody td {
        display: block;
        border-right: none;
    }
    input { 
        width: 100%;
    }
    #billing_address_list > li > div:nth-child(1):nth-last-child(2),
    #shipping_address_list > div > ul > li > div:nth-child(1):nth-last-child(2) {
        /*color:blue;*/
        width: 100% !important;
    }
    #billing_address_list > li > div:nth-child(2):nth-last-child(1), 
    #shipping_address_list > div > ul > li > div:nth-child(2):nth-last-child(1) {
        width: 100% !important;
    }
}

.data-table tbody td {
    padding: 10px 10px;
    border-bottom: 1px solid #D5D5D5;
    border-right: none;
}

.data-table tbody td.last {
    padding-right: 0;
}

.data-table tfoot tr {
    background: none !important;
}

.data-table tfoot tr td {
    border: none;
    border-top: 1px solid #D5D5D5;
    background: none !important;
    padding: 4px 0;
}

/* Warenkorb */
.cart-table .product-name a {
    color: #231F20;
    font-weight: 700;
    /* font-size: 14px; */
}

.cart-table .product-image img {
    border: 1px solid #D5D5D5;
}

.cart-table .item-options {
    padding: 0 0 0 20px;
}

.cart-table .item-options dt {
    clear: both;
    float: left;
    /*
    font-weight: 400;
    font-size: 12px;
    font-style: normal; */
    font-size: 0.9rem;
    margin: 0;
}
.onestepcheckout-summary .item-options dt {
    font-size: 0.9rem;
}
.onestepcheckout-summary .item-options dd {
    font-size: 0.9rem;
}

.cart-table .item-options dd {
    float: left;
    /*
    font-weight: 400;
    font-size: 12px;
    font-style: italic; */
    margin: 0;
}

.cart-table .btn-remove2 {
    float: right;
    width: 26px;
    height: 25px;
    background: url('../images/btn-remove.png') 0 0 no-repeat;
}

.cart-table .btn-remove2:hover {
    background-position: 0 -25px;
}

.cart .totals {
    width: auto;
    border: none;
    background: none;
}

.cart .totals .checkout-types {
    padding: 0;
}

.cart .totals .checkout-types button.button span {
    height: 42px;
    padding: 0 25px;
    /* font-size: 15px; */
    line-height: 42px;
    text-transform: uppercase;
    font-weight: 700;
}

/* OneStepCheckout */
h1.onestepcheckout-title {
    text-transform: none !important;
    /* font-size: 24px !important; */
    font-weight: 700;
}

.checkout_page form {
    display: block;
    float: left;
    width: 100%;
}

.onestepcheckout-error {
    margin: 5px 0 15px !important;
    padding: 8px 12px !important;
    color: #872a06 !important;
    border: 1px solid #d9c2ba !important;
    background: #f2e1d8 !important;
}

#onestepcheckout-forgot-success {
    margin: 5px 0 15px;
    padding: 8px 12px;
    color: #428b80;
    border: 1px solid #b5e4a0;
    background: #dceccf;
}

.checkout-container {
    float: left;
    width: 100%;
    margin: 35px 0 0;
}

.checkout-container h3, .checkout-container h4 {
    margin: 0 0 8px;
    color: #231f20;
    /*
    font-size: 16px; */
    font-weight: 700;
    line-height: 21px;
}

.checkout-container .column-left {
    float: left;
    width: 465px;
}

.checkout-container .column-right {
    float: right;
    width: 465px;
}

.checkout-container .checkout-box {
    float: left;
    width: 100%;
    margin: 0 0 12px;
    padding: 0;
}

.checkout-container .onestepcheckout-summary {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.checkout-container .onestepcheckout-summary table {
    float: left;
    width: 100%;
    margin: 20px 0;
    padding: 0;
}

.checkout-container .onestepcheckout-summary th {
    display: none;
    visibility: hidden;
    padding: 24px 15px 11px;
    border-top: none;
    border-bottom: 1px solid #D5D5D5;
}

.checkout-container .onestepcheckout-summary td {
    padding: 12px;
    border-top: none;
    border-bottom: 1px solid #D5D5D5;
}

.checkout-container .onestepcheckout-summary .first td {
    border-top: 1px solid #D5D5D5;
}

.checkout-container .onestepcheckout-summary td.total {
    display: none;
    visibility: hidden;
}

.checkout-container .onestepcheckout-summary .product-name {
    color: #525252;
    /* font-size: 13px; */
    line-height: 21px;
    font-weight: 700;
}

.checkout-container .onestepcheckout-summary .onestepcheckout-custom-options {
    color: #525252;
    /* font-size: 13px; */
    line-height: 21px;
    font-weight: 400;
    font-style: italic;
    list-style: none;
    padding: 0 0 0 35px;
}

.checkout-container .onestepcheckout-summary .onestepcheckout-custom-options b {
    font-weight: 400;
    font-style: normal;
}

.checkout-container .onestepcheckout-summary .images {
    padding-left: 0;
}

.checkout-container .onestepcheckout-summary .images img {
    float: left;
    width: 78px;
    height: 78px;
    border: 1px solid #D5D5D5;
    filter: grayscale(100%);
}

.checkout-container .onestepcheckout-summary .remove {
    padding: 12px 0;
}

.checkout-container .onestepcheckout-summary .remove .btn-remove {
    float: right;
    width: 26px;
    height: 25px;
    background: url('../images/btn-remove.png') 0 0 no-repeat;
}

.checkout-container .onestepcheckout-summary .remove .btn-remove:hover {
    background-position: 0 -25px;
}

.checkout-container .onestepcheckout-totals {
    visibility: hidden;
    float: left;
    width: 100%;
    margin: 0;
}

.checkout-container .onestepcheckout-totals td {
    padding: 9px 12px;
}

.checkout-container .onestepcheckout-totals td.title {
    width: 85%;
    color: #666;
}

.checkout-container .onestepcheckout-totals td.value {
    width: 15%;
    color: #666;
}

.checkout-container .onestepcheckout-totals .grand-total td.title {
    padding: 12px;
    color: #201a20;
    /* font-size: 15px; */
    text-transform: uppercase;
}

.checkout-container .onestepcheckout-totals .grand-total td.value {
    padding: 12px;
}

.checkout-container .onestepcheckout-totals .grand-total td.value .price {
    color: #231f20;
    /* font-size: 15px; */
}

.checkout-container #billing_address {
    margin: 0;
}

.checkout-container #billing_address label {
    margin: 0 0 3px;
}

.checkout-container #billing_address select {
    width: 214px;
}

.checkout-container #billing_address #billing_address_list li {
    width: auto;
    margin: 0 0 15px;
}

.checkout-container #billing_address #billing_address_list li .input-box {
    width: 225px;
}

.checkout-container #billing_address #billing_address_list li .field {
    float: left;
    width: 100%;
    margin: 0;
}

.checkout-container #billing_address #billing_address_list li.prefix {
    float: left;
    width: 100%;
    margin: 0 0 8px;
}

.checkout-container #billing_address #billing_address_list li.prefix select {
    width: auto;
}

.checkout-container #billing_address #billing_address_list li.control {
    clear: both;
    width: 100%;
}

.checkout-container #billing_address #billing_address_list li.control input.checkbox {
    float: left;
}

.checkout-container .onestepcheckout-feedback {
    padding: 0;
}

.checkout-container .onestepcheckout-feedback select {
    width: 214px;
}

.checkout-container .onestepcheckout-address-line {
    margin: 0 !important;
}

.checkout-container .onestepcheckout-comments textarea {
    margin: 0;
    height: 80px;
}

.checkout-container button.button span {
    height: 25px;
    padding: 0 35px;
    /* font-size: 13px; */
    line-height: 25px;
    font-weight: 400;
}

.checkout-container button.button span span {
    padding: 0 !important;
    background: none !important;
}

.checkout-container .order-loading {
    display: none;
    float: left;
    width: 100%;
    margin: 25px 0 0;
}

.checkout-container .order-loading span {
    float: right;
    height: 25px;
    padding: 0 0 0 40px;
    /* font-size: 14px; */
    line-height: 25px;
    font-style: italic;
    background: url('../images/ajax-loader.gif') 0 0 no-repeat;
}

.checkout-container .onestepcheckout-place-order-loading {
    margin: 15px 0 0;
    line-height: 25px;
    color: #808080;
}

.checkout-container .onestepcheckout-place-order-loading span {
    padding: 0 0 0 10px;
    line-height: 25px;
}

.checkout-container .onestepcheckout-place-order-loading img {
    display: none;
}

/* AjaxCheckout */
#ajax_loader {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 55px;
    height: 55px;
    padding: 25px;
    border: none;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background: url('../images/ajax-loader.gif') center center no-repeat #FFF;
    -webkit-box-shadow: 0px 0px 15px 2px #231f20;
    -moz-box-shadow: 0px 0px 15px 2px #231f20;
    box-shadow: 0px 0px 15px 2px #231f20;
    z-index: 550;
}

#cart_overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

/* Sitemap */
.page-sitemap .pager {
    margin: 0;
    padding: 6px 12px;
    border: none;
    background: #F2F2F2;
}

.page-sitemap .pager .next img {
    vertical-align: top;
    margin: 5px 0 0;
}

.page-sitemap .pager .previous img {
    vertical-align: top;
    margin: 5px 0 0;
}

.page-sitemap .links a {
    /* font-size: 11px; */
}

.page-sitemap .sitemap {
    float: left;
    width: 100%;
    margin: 5px 0 20px;
}

.page-sitemap .sitemap li.level-0 a {
    color: #000;
}

.page-sitemap .sitemap li.level-1 {
    padding: 0 0 0 12px !important;
}

.page-sitemap .sitemap li.level-2 {
    padding: 0 0 0 24px !important;
}

.page-sitemap .sitemap li.level-3, .page-sitemap .sitemap li.level--2 {
    padding: 0 0 0 36px !important;
}

/* Global Messages*/
.success {
    color: #3d6611;
    font-weight: bold;
}

.error {
    color: #f00;
    font-weight: bold;
}

.notice {
    color: #ccc;
}

.messages, .messages ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.messages {
    width: 100%;
    overflow: hidden;
}

.messages li {
    margin: 0 0 10px;
}

.messages li li {
    margin: 0px !important;
    min-height: 35px;
    line-height: 35px;
}

.messages li li span {
}

.error-msg, .success-msg, .note-msg, .notice-msg {
    text-align: left;
    border-style: solid !important;
    border-width: 1px !important;
    background-position: 19px 19px !important;
    background-repeat: no-repeat !important;
    line-height: 35px;
    min-height: 35px !important;
    padding: 19px 19px 19px 70px !important;
    /* font-size: 20px !important; */
    font-weight: 400 !important;
    font-style: normal !important;
}

.error-msg {
    border-color: #d9c2ba;
    background-color: #f2e1d8;
    background-image: url('../images/i_msg-error.gif');
    color: #872a06;
}

.success-msg {
    border-color: #b5e4a0;
    background-color: #dceccf;
    background-image: url('../images/i_msg-success.gif');
    color: #428b80;
}

.note-msg {
    border-color: #ccc;
    background-color: #F2F2F2;
    background-image: url('../images/i_msg-note.gif');
    color: #585858;
}

.notice-msg {
    border-color: #eee3b1;
    background-color: #f6f0d9;
    background-image: url('../images/i_msg-notice.gif');
    color: #a47607;
}

.product-collateral {
    margin: 0;
    padding: 0;
    background: none;
}

.toggle-tabs-title {
    font-weight:700;
    margin-top:10px;
    margin-bottom:7px;
}

/* Footer */
.footer-container {
    float: left;
    width: 100%;
    border: none;
    background: #f2f2f2;
    width: 100%;
    height: auto !important;
    padding-bottom: 20px;
}

.footer .box {
    float: left;
    width: 247px;
    margin: 0;
    padding: 0 0 0 37px;
    font-size: 1rem;
}

.footer .box.first {
    width: 247px;
    padding: 0;
}

.footer .box h3 {
    margin: 2px 0 2px 0px;
    color: #231f1f;
    /*
    font-size: 16px;
    font-weight: 400; */
}

.footer .box a {
    color: #656565;
}

.footer .box ul {
    display: block;
    width: 100%;
    margin: 0 0 10px;
}

.footer .box ul li {
    display: block;
    width: 100%;
    padding: 0 0 3px;
    background: none;
    color: #656565;
}

/* Category Page ========================================================================= */
.category-title {
    border: 0;
    margin: 14px 0 7px !important;
    float: left;
}

.category-image {
    width: 100%;
    overflow: hidden;
    margin: 0 0 0px;
    text-align: center;
    position: relative;
}

> .category-image img {
}

.category-description {
    margin: 0 0 10px;
}

.category-products {
}

.teaser_default {
    width: 990px;
    height: 365px;
    margin: 0 0 35px;
    overflow: hidden;
    position: relative;
}

.teaser_default .moodular_wrapper {
    height: 365px !important;
    z-index: 1;
}

.teaser_default .teaser_item {
    float: left;
    width: 990px;
    height: 365px;
    position: relative;
}

/* Referenzen  ========================================================================= */
.ref_logo {
    float: left;
    padding: 20px 48px 20px 0;
    border-bottom: 1px solid #E1E1E1;
}

.ref_logo.last {
    padding-right: 0;
}

.ref_logo img {
    width: 100px;
    height: 100px;
}

.reference-slider {
    float: left;
    width: 100%;
}

.reference-slider-container {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.reference-slider-container .touchcarousel {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0 63px;
    position: relative;
}

.reference-slider-container .touchcarousel .touchcarousel-wrapper {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.reference-slider-container .touchcarousel .touchcarousel-wrapper .reference-list {
    position: relative;
}

.reference-slider-container .touchcarousel .touchcarousel-wrapper .reference-list li.item {
    float: left;
    width: 80px;
    margin: 10px 25.3px;
    padding: 0;
}

.reference-slider-container .touchcarousel .touchcarousel-wrapper .reference-list li.item img {
    float: left;
    width: 80px;
    height: 80px;
}

.reference-slider-container .touchcarousel .touchcarousel-wrapper .reference-list li.item.last {
    margin-right: 0;
}

.reference-slider-container .touchcarousel .arrow-holder {
    position: absolute;
    top: 37px;
    left: 5px;
    width: 16px;
    height: 24px;
    background: url('../images/slider-arrow-small.png') 0 0 no-repeat;
}

.reference-slider-container .touchcarousel .arrow-holder.right {
    left: auto;
    right: 5px;
    background-position: -16px 0;
}

.reference-slider-container .touchcarousel .arrow-holder.disabled {
    opacity: 0.4;
    cursor: default;
}

.catalog-category-view.categorypath-kunden-html.category-kunden .reference-slider {
    display: none;
}

.onestepcheckout-feedback-freetext textarea {
    width: 85% !important;
}

/* Inspirationen  ========================================================================= */
#Inspirationen {
    margin: 35px 0 0;
}

#Inspirationen .inspiration_item {
    width: 100%;
    margin: 0 0 35px;
    text-align: center;
}

#Inspirationen .inspiration_item img {
    width: 100%;
    -moz-border-radius: 20px;
    -webit-border-radius: 20px;
    border-radius: 20px;
}

/* Preistabelle  ========================================================================= */

.preistabelle {
    padding: 16px;
    background-color: #F1F1F1;
}

.preistabelle h3 {
    /* font-size: 24px; */
    color: #231f20;
    font-weight: 400;
    padding-bottom: 10px;
}

.preistabelle table {
    padding-bottom: 10px;
    margin-bottom: 12px;
    width: 100%
}

.preistabelle td {
    padding: 2px 0px 2px 0px;
    border-bottom: 1px solid #CCC;
}

.preistabelle td strong {
    font-weight: 600;
}

/* Weihnachten2014 ========================================================================= */
body.cms-wkuqhp {
    background: #130a01 url('../images/bg_weihnachten2014_.png') no-repeat center top;
    height: 100%;
}

.cms-wkuqhp .header {
    display: none;
}

.cms-wkuqhp .footer-container {
    display: none;
}

.cms-wkuqhp .std {
    margin-top: 610px;
    margin-left: 45px;
}

.cms-wkuqhp .std .formular {
    float: left;
    margin-top: -345px;
    height: 100%;
    margin-left: 443px;
}

.cms-wkuqhp .std .geschenke a {
    width: 100%;
    float: left;
}

.cms-wkuqhp .std .geschenke .col-1 {
    width: 100%;
}

.cms-wkuqhp .std .geschenke .col-1 a {
    width: 160px;
    float: left;
    margin-right: 15px;
}

.cms-wkuqhp .std .geschenke .col-1 a img {
    width: 200px;
}

.cms-wkuqhp .std .geschenke .col-2 {
    width: 100%;
}

.cms-wkuqhp .std .geschenke .col-2 a {
    width: 160px;
    float: left;
    margin-right: 15px;
}

.cms-wkuqhp .std .geschenke .col-2 a img {
    width: 200px;
}

.cms-wkuqhp .std div {
    width: 500px;
}

.cms-wkuqhp .std div form div {
    width: 220px !important;
}

.cms-wkuqhp .std iframe {
    width: 0px;
    border: 0px none;
    position: absolute;
    height: 100%;
}

.cms-wkuqhp .std ul {
    width: 250px !important;
    padding-left: 0 !important;
    margin: 0 !important;
}

.cms-wkuqhp .std .fieldset {
    border: none !important;
    margin: 0 !important;
    padding: 3px 0px;
}

.cms-wkuqhp .std .fieldset h2 {
    display: none;
}

.cms-wkuqhp .std .fieldset .form-list .input-box {
    float: left;
    display: block;
    clear: both;
    width: 260px;
}

.cms-wkuqhp .std .fieldset .form-list input.input-text {
    width: 170px;
    height: 14px
}

.cms-wkuqhp.std .fieldset .form-list input #field {
    width: 300px;
    height: 14px
}

.cms-wkuqhp .form-list select {
    width: 185px;
}

.cms-wkuqhp .input.input-text, select, textarea {
    /* font: 13px "Open Sans", Arial, Helvetica, sans-serif; */
}

.cms-wkuqhp .std .fieldset .form-list li {
    width: 450px;
    margin: 5px 0px !important;
}

.cms-wkuqhp .std .buttons-set {
    margin: 25px 0px;
}

.cms-wkuqhp .std .buttons-set button.button {
    float: left;
}

.cms-wkuqhp .reference-slider {
    display: none;
}

.cms-wkuqhp .std .fieldset .form-list .field {
    margin: 0;
}

body.cms-2rxi4n {
    background: #130a01 url('../images/bg_weihnachten2014_.png') no-repeat center top;
    height: 100%;
}

.cms-2rxi4n .header {
    display: none;
}

.cms-2rxi4n .footer-container {
    display: none;
}

.cms-2rxi4n .std {
    margin-top: 610px;
    margin-left: 45px;
}

.cms-2rxi4n .std .formular {
    float: left;
    margin-top: -345px;
    height: 100%;
    margin-left: 443px;
}

.cms-2rxi4n .std .geschenke a {
    width: 100%;
    float: left;
}

.cms-2rxi4n .std .geschenke .col-1 {
    width: 100%;
}

.cms-2rxi4n .std .geschenke .col-1 a {
    width: 160px;
    float: left;
    margin-right: 15px;
}

.cms-2rxi4n .std .geschenke .col-1 a img {
    width: 200px;
}

.cms-2rxi4n .std .geschenke .col-2 {
    width: 100%;
}

.cms-2rxi4n .std .geschenke .col-2 a {
    width: 160px;
    float: left;
    margin-right: 15px;
}

.cms-2rxi4n .std .geschenke .col-2 a img {
    width: 200px;
}

.cms-2rxi4n .std div {
    width: 500px;
}

.cms-2rxi4n .std div form div {
    width: 220px !important;
}

.cms-2rxi4n .std iframe {
    width: 0px;
    border: 0px none;
    position: absolute;
    height: 100%;
}

.cms-2rxi4n .std ul {
    width: 250px !important;
    padding-left: 0 !important;
    margin: 0 !important;
}

.cms-2rxi4n .std .fieldset {
    border: none !important;
    margin: 0 !important;
    padding: 3px 0px;
}

.cms-2rxi4n .std .fieldset h2 {
    display: none;
}

.cms-2rxi4n .std .fieldset .form-list .input-box {
    float: left;
    display: block;
    clear: both;
    width: 260px;
}

.cms-2rxi4n .std .fieldset .form-list input.input-text {
    width: 170px;
    height: 14px
}

.cms-2rxi4n.std .fieldset .form-list input #field {
    width: 300px;
    height: 14px
}

.cms-2rxi4n .form-list select {
    width: 185px;
}

.cms-2rxi4n .input.input-text, select, textarea {
    /* font: 13px 'Raleway', sans-serif; */
}

.cms-2rxi4n .std .fieldset .form-list li {
    width: 450px;
    margin: 5px 0px !important;
}

.cms-2rxi4n .std .buttons-set {
    margin: 25px 0px;
}

.cms-2rxi4n .std .buttons-set button.button {
    float: left;
}

.cms-2rxi4n .reference-slider {
    display: none;
}

.cms-2rxi4n .std .fieldset .form-list .field {
    margin: 0;
}

body.cms-pd86mc {
    background: #130a01 url('../images/bg_weihnachten2014_.png') no-repeat center top;
    height: 100%;
}

.cms-pd86mc .header {
    display: none;
}

.cms-pd86mc .footer-container {
    display: none;
}

.cms-pd86mc .std {
    margin-top: 610px;
    margin-left: 45px;
}

.cms-pd86mc .std .formular {
    float: left;
    margin-top: -345px;
    height: 100%;
    margin-left: 443px;
}

.cms-pd86mc .std .geschenke a {
    width: 100%;
    float: left;
}

.cms-pd86mc .std .geschenke .col-1 {
    width: 100%;
}

.cms-pd86mc .std .geschenke .col-1 a {
    width: 160px;
    float: left;
    margin-right: 15px;
}

.cms-pd86mc .std .geschenke .col-1 a img {
    width: 200px;
}

.cms-pd86mc .std .geschenke .col-2 {
    width: 100%;
}

.cms-pd86mc .std .geschenke .col-2 a {
    width: 160px;
    float: left;
    margin-right: 15px;
}

.cms-pd86mc .std .geschenke .col-2 a img {
    width: 200px;
}

.cms-pd86mc .std div {
    width: 500px;
}

.cms-pd86mc .std div form div {
    width: 220px !important;
}

.cms-pd86mc .std iframe {
    width: 0px;
    border: 0px none;
    position: absolute;
    height: 100%;
}

.cms-pd86mc .std ul {
    width: 250px !important;
    padding-left: 0 !important;
    margin: 0 !important;
}

.cms-pd86mc .std .fieldset {
    border: none !important;
    margin: 0 !important;
    padding: 3px 0px;
}

.cms-pd86mc .std .fieldset h2 {
    display: none;
}

.cms-pd86mc .std .fieldset .form-list .input-box {
    float: left;
    display: block;
    clear: both;
    width: 260px;
}

.cms-pd86mc .std .fieldset .form-list input.input-text {
    width: 170px;
    height: 14px
}

.cms-pd86mc.std .fieldset .form-list input #field {
    width: 300px;
    height: 14px
}

.cms-pd86mc .form-list select {
    width: 185px;
}

.cms-pd86mc .input.input-text, select, textarea {
    /* font: 13px 'Raleway', sans-serif; */
}

.cms-pd86mc .std .fieldset .form-list li {
    width: 450px;
    margin: 5px 0px !important;
}

.cms-pd86mc .std .buttons-set {
    margin: 25px 0px;
}

.cms-pd86mc .std .buttons-set button.button {
    float: left;
}

.cms-pd86mc .reference-slider {
    display: none;
}

.cms-pd86mc .std .fieldset .form-list .field {
    margin: 0;
}

.claim .claim-2 {
    /*
    font-size: 12px; */
    -moz-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    transform: rotate(-30deg);
    position: relative;
    left: 335px;
    top: -125px;
    color: red;
}

.claim .claim-bild {
    position: relative;
    top: -31px;
    width: 273px;
    left: 220px;
}

.claim .claim-bild img {
    width: 100%;
}

.bilder-produktion {
    width: 100%;
    float: left;
}

.bilder-produktion .giessmaschine {
    float: left;
    width: 33%;
}

.bilder-produktion .bonbonsortierer {
    float: left;
    width: 33%;
}

.bilder-produktion .tablettenpresse {
    float: left;
    width: 33%;
}

#Teaser .content {
    display: none;
}

#home-teasers {
    display: inline-block;
}

.home-teaser {
    display: inline-block;
    width: 100%;
    margin-bottom: 40px;
    padding-bottom: 40px;
}

.home-teaser a {
    display: inline-block;
    width: 100%;
}

.home-teaser a:hover {
    text-decoration: none;
}

.home-teaser .image {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}

.home-teaser img {
    width: 100%;
    height: auto;
}

.home-teaser img.animation-placeholder {
    visibility: hidden;
}

.home-teaser img.animation-visible {
    position: absolute;
    left: 0;
    top: 100%;
    transition: top 1s ease-in-out;
}

.home-teaser img.animation-animate {
    top: 0;
}

.home-teaser .content {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.home-teaser h2 {
    color: #303030;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 40px;
    line-height: 42px;
}

.home-teaser p.lead {
    font-weight: 300;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
    display: block;
    color: #888;
}

/* add new custom css*/
.home_second_banner {
    float: left;
    width: 100%;
}

.home_second_banner h1 {
    text-align: center;
}

.home_second_banner_first {
    float: left;
    width: 100%;
    border-bottom: 2px solid #e0e0e0;
}

.home_second_banner_first img {
    width: 100%;
    height: auto;
}

.home_second_banner_first1 {
    float: left;
    width: 50%;
    position: relative;
}

.home_second_banner_first2 {
    float: left;
    width: 50%;
    border-left: 2px solid #e0e0e0;
    position: relative;
}

.home_second_banner_second {
    float: left;
    width: 100%;
    background: #ffffff;
}

.home_second_banner_second1 {
    float: left;
    width: 50%;
    position: relative;
}

.home_second_banner_second2_1 {
    width: 50.9%;
    float: left;
    border-left: 2px solid #e0e0e0;
    border-right: 2px solid #e0e0e0;
    position: relative;
}

.home_second_banner_second2_1 img {
    width: 100%;
    height: auto;
}

.home_second_banner_second2_2 {
    float: left;
    width: 49%;
}

.home_new_product {
    float: left;
    width: 100%;
    margin: 50px 0 0;
}

.home_new_product h1 {
    color: #555555;
    float: left;
    /*
    font-family: 'Raleway', sans-serif;
    font-size: 32px;
    font-weight: 400;
    */
    margin: 0;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

.widget.widget-new-products {
    float: left;
    width: 100%;
}

.widget-products {
    float: left;
    width: 100%;
}

.home_shopnow_btn {
    float: left;
    width: 100%;
    text-align: center;
}

.copyright {
    float: left;
    width: 25%;
}

.footer_middle {
    float: left;
    width: 50%;
}

.footer_right {
    float: right;
    width: 25%;
    text-align: right;
}

.custom_btn {
    color: #fff;
    background: #555;
    padding: 10px 30px;
    /* font-size: 18px;
    font-weight: bold; */
    font-size: 1.75rem;
    font-weight: 700;
}

.top-toolbar .toolbar .pager {
    display: none;
}

.category-products .toolbar-bottom .pager {
    display: block;
}

.top-toolbar .toolbar .sorter {
    display: block;
}

.category-products .toolbar-bottom .sorter {
    display: none;
}

.category-products .toolbar-bottom .amount {
    display: none;
}

.top-toolbar {
    float: left;
    width: 50%;
}

.mb-category-products {
    float: left;
    width: 100%;
}

.category-products {
    float: left;
    width: 100%;
}

.center_shopnow_btn {
    float: left;
    width: 100%;
    text-align: center;
}

.container {
    margin: 0 auto;
    max-width: 80% !important;
    padding: 0px;
    padding-right: 10px;
}
@media (max-width: 1200px) {
.container {
    margin: 0 auto;
    max-width: 100% !important;
}
}

.homepage_mainbanner {
    display: none;
    padding: 0px;
    width: 100%;
    background: #fff none repeat scroll 0 0 !important;
}

.header_search_main {
    display: none;
}

.header_search_bg {
    float: right;
    margin: 13px 0 0;
    padding: 0px;
    position: relative;
}

.header_right_part {
    float: right;
    margin: 0px;
    padding: 0;
}

.header_search_link {
    float: left;
    margin: 0px;
    padding: 0px;
}

.header_search_link a {
    float: left;
    margin: 0px;
    padding: 0px;
    /* font-size: 19px; */
}

.header_search_link a:hover {
    color: #5cbf14;
}

.header_search_main {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #e0e0e0;
    padding: 10px;
    position: absolute;
    right: -25px;
    top: 40px;
    width: 320px !important;
    z-index: 9999;
}

.header_search_main::after {
    border-bottom: 7px solid #e0e0e0;
    border-left: 5px solid rgba(0, 0, 0, 0);
    border-right: 5px solid rgba(0, 0, 0, 0);
    content: "";
    position: absolute;
    right: 24px;
    top: -8px;
}

.slider_main_bg {
    float: left;
    margin: 0px;
    padding: 0px;
    width: 100%;
    position: relative;
}

.slider_img_bg {
    float: left;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.slider_img_bg img {
    width: 100%;
    height: auto;
}

.slider_content_bg {
    float: left;
    margin: 0px;
    padding: 0px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0px;
    text-align: center;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
}

.slider_content_bg .slider_content {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    width: 80%;
}

.slider_content_bg .slider_content h1 {
    float: left;
    margin: 0px;
    padding: 0px;
    width: 100%;
    /*
    font-family: 'Raleway', sans-serif;
    font-size: 70px; */
    text-transform: uppercase;
    font-weight: 400;
    color: #ffffff;
}

.slider_content_bg .slider_content h2 {
    float: left;
    margin: 0px;
    padding: 0px;
    width: 100%;
    /*
    font-family: 'Raleway', sans-serif;
    font-size: 40px; */
    text-transform: uppercase;
    font-weight: 400;
    color: #ffffff;
}

.custom_btn {
    background: #5cbf14 none repeat scroll 0 0;
    color: #ffffff;
    display: inline-block;
    text-transform: uppercase;
    /*
    font-size: 26px;
    font-weight: 400;
    font-family: 'Raleway', sans-serif; */
    margin: 60px 0 0;
    text-decoration: none;
    padding: 0px 40px;
}

.custom_btn:hover {
    background: #000000;
    text-decoration: none;
}

.home_second_banner_title {
    float: left;
    margin: 0 0 50px;
    padding: 0px;
    width: 100%;
    text-align: center;
}

.home_second_banner_title h2 {
    float: left;
    margin: 0px;
    padding: 0px;
    width: 100%;
    text-align: center;
    /*
    font-family: 'Raleway', sans-serif;
    font-size: 32px; */
    color: #555555;
    font-weight: 400;
    text-transform: uppercase;
}

.home_second_banner_title:after {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    width: 67px;
    height: 1px;
    background: #555555;
    content: "";
}

.home_second_banner_first1_text {
    float: left;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    background: rgba(226, 0, 26, 0.52) none repeat scroll 0 0;
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.home_second_overly {
    float: left;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    background: rgba(91, 91, 91, 0.70);
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 1;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.home_second_banner_first1_text h3 {
    float: left;
    /*
    font-family: 'Raleway', sans-serif;
    font-size: 30px; */
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
    top: 50%;
    width: 100%;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
}

a, i {
    text-decoration: none;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.home_second_banner_first1_text h3 a {
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
}

.home_second_banner_first1_text:hover {
    opacity: 1;
}

.home_second_banner_second2_2 ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    float: left;
    width: 100%;
}

.home_second_banner_second2_2 ul li {
    float: left;
    margin: 0px;
    padding: 16.0%;
    width: 50%;
}

.home_second_banner_second2_2 ul li a {
    float: left;
    margin: 0px;
    padding: 0px;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    overflow: hidden;
    text-indent: -1000px;
}

.home_second_banner_second2_2 ul li.fb_icon_bg a {
    background: url(../images/facebook_icon_img.png) no-repeat center #cbcbcb;
}

.home_second_banner_second2_2 ul li.tw_icon_bg a {
    background: url(../images/twitter_icon_img.png) no-repeat center #cbcbcb;
}

.home_second_banner_second2_2 ul li.pin_icon_bg a {
    background: url(../images/pintress_icon_img.png) no-repeat center #cbcbcb;
}

.home_second_banner_second2_2 ul li.in_icon_bg a {
    background: url(../images/instagram_icon_img.png) no-repeat center #cbcbcb;
}

.home_second_banner_second2_2 ul li.fb_icon_bg a:hover {
    background: url(../images/facebook_icon_img.png) no-repeat center #5cbf14;
}

.home_second_banner_second2_2 ul li.tw_icon_bg a:hover {
    background: url(../images/twitter_icon_img.png) no-repeat center #5cbf14;
}

.home_second_banner_second2_2 ul li.pin_icon_bg a:hover {
    background: url(../images/pintress_icon_img.png) no-repeat center #5cbf14;
}

.home_second_banner_second2_2 ul li.in_icon_bg a:hover {
    background: url(../images/instagram_icon_img.png) no-repeat center #5cbf14;
}

.home_new_product .widget.widget-new-products {
    float: left;
    margin: 0 0 40px 0;
    padding: 0px;
    width: 100%;
    background: #ffffff;
}

.home_new_product .widget.widget-new-products .products-grid {
    float: left;
    margin: 0px;
    padding: 0px;
    width: 100%;
    list-style: none;
}

.widget-new-products .products-grid .product-image, .widget-new-products .products-list .product-image {
    width: 100%;
    height: auto;
    text-align: center;
}

.page-title h1, .page-title h2 {
    font-weight: normal !important;
}

.products-list .price {
    font-weight: 400;
}

.top-toolbar {
    margin: 0 -17px 0 0 !important;
}

.toolbar-bottom .toolbar .pager .pages li.current {
    background: #5cbf14 none repeat scroll 0 0;
    border: 1px solid #5cbf14;
}

.toolbar-bottom .toolbar .pager .pages li {
    padding: 6px 15px !important;
    min-width: 44px;
    display: inline-block;
}

.catalog-product-view .breadcrumbs {
    display: none;
}

.pro_view_bg {
   /* border: 1px solid #e0e0e0; */
    float: left;
    margin: 0 0 20px;
    padding: 0px;
    width: 100%;
}

.catalog-product-view .custom_breadcrumb .breadcrumbs {
    display: block;
    float: left;
    width: 90%;
}

.catalog-product-view .custom_breadcrumb {
    float: left;
    /* margin: 10px 0 20px; */
    padding: 0px;
    width: 100%;
    position: relative;
    z-index: 1;
}

.catalog-category-view .mb-breadcrumbs .breadcrumbs {
    display: block;
    float: left;
    width: 100%;
}

.catalog-category-view .mb-breadcrumbs {
    float: left;
    margin: 10px 0 20px;
    padding: 0px;
    width: 100%;
    position: relative;
}

.breadcrumbs li {
    /*
    font-family: 'Raleway', sans-serif;
    font-size: 14px; */
}

.breadcrumbs li strong {
    font-weight: 400;
}

.breadcrumbs li span {
    margin: 0 10px;
}

.product-view .product-shop .product-name {
    margin: 0px;
}

.center_shopnow_btn .add-to-cart .input-text.qty {
    display: none;
}

.center_shopnow_btn .add-to-cart label {
    display: none;
}

/* CV custom buttons BOF */
.center_shopnow_btn .add-to-cart .custom_btn.button.btn-cart {
    margin: 86px 0 84px;
    padding: 0 50px;
    /*
    font-size: 26px;
    font-family: 'Raleway', sans-serif;
    font-weight: 400; */
}

/* .center_shopnow_btn .add-to-cart .custom_btn.button.btn-cart{position:fixed;width:100%;min-width:100%;bottom:0;left:0;margin:0;padding:0;z-index:2;font-size:26px;font-family:ProximaNova-Bold;font-weight:400} */
.button.onestepcheckout-place-order, .buttons-set button.button {
    margin: 0;
    padding: 20px 50px;
    float: left;
}

/*.button.onestepcheckout-place-order,.buttons-set button.button{position:fixed;width:100%;min-width:100%;bottom:0;left:0;margin: 40px 24px 0 0; padding: 20px 50px;z-index:2;}*/
.center_shopnow_btn .add-to-cart .custom_btn.button.btn-cart:hover {
    background: #000000;
}

.category-kunden .category-title {
    width: 100%;
}

.top-container {
    float: left;
    width: 100%;
}

#nav > li > .subnav-container > ul > li.nav-1-2 > ul.level1 > li.level2 {
    float: left;
    width: 50%;
}

#nav > li > .subnav-container > ul > li.nav-1-3 > ul.level1 > li.level2 {
    float: left;
    width: 50%;
}

.button.onestepcheckout-place-order span span {
    /*
    font-size: 26px;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 2em; */
    text-transform: uppercase;
}

.buttons-set button.button {
    margin: 0;
    padding: 20px 50px;
}

.buttons-set button.button span span {
    /*
    font-size: 26px !important;
    font-family: 'Raleway', sans-serif;
    font-weight: 400; */
    font-size: 1.75rem;
    text-transform: uppercase;
}

/* CV custom buttons EOF */

.category-nav {
    display: block;
    float: left;
    width: 100%
}

.category-nav-grid {
    border: none !important
}

.category-nav-grid li.item {
    float: left;
    border: none;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important
}

.category-nav-grid li.item .product-image {
    width: 139px;
    height: 139px;
    border: 1px solid #dfdfdf;
    padding: 0;
    margin-bottom: 10px
}

.category-nav-grid li.item .product-image:hover {
    border: 1px solid #999
}

.category-nav-grid li.item .product-name {
    font-size: 14px;
    margin: 0
}

.category-nav-grid li.item .product-name a {
    font-weight: 400
}

.category-nav-grid li.item .product-name a:hover {
    text-decoration: underline
}

.category-nav-grid {
    margin: 0 !important;
    background: 0 0
}

.category-nav-grid li.item {
    width: 25%;
    margin: 0;
    padding: 15px 10px 0;
    position: relative;
    text-align: center
}

.category-nav-grid li.item:hover {
    -moz-box-shadow: 0 0 14px 1px rgba(0, 0, 0, .43);
    -webkit-box-shadow: 0 0 14px 1px rgba(0, 0, 0, .43);
    box-shadow: 0 0 14px 1px rgba(0, 0, 0, .43);
    position: relative;
    z-index: 1;
    text-decoration: underline;
}

.category-nav-grid li.item.last {
    margin-right: 0
}

.category-nav-grid .product-image {
    width: 100%;
    height: auto;
    margin: 30px 0;
    overflow: hidden
}

.category-nav-grid .product-image img {
    position: relative
}

.category-nav-grid .product-name {
    margin: 0 0 8px;
    /*
    font-size: 12px;
    font-weight: 600 !important; */
    text-transform: none;
    height: 52px;
    overflow: hidden
}

.category-nav-grid .product-name a {
    color: #555;
    text-decoration: none
}

.category-nav-grid .product-name a:hover {
    color: #cb4f5d
}

.category-nav-grid .herkunft {
    float: left;
    display: block;
    margin: -25px 0 0;
    width: 100%;
    color: #000;
    /*
    font-size: 12px;
    font-style: italic;
    height: 18px */
}

.category-nav-grid .price-box {
    float: left;
    width: 100%;
    text-align: center
}

.category-nav-grid .price-box .price {
    color: #000;
    font-weight: 700;
    font-size: 17px;
    line-height: 18px
}

.category-nav-grid .price-box .old-price {
    float: left;
    width: 48%;
    margin: 0;
    padding: 0 !important
}

.category-nav-grid .price-box .old-price .price {
    text-decoration: none;
    font-weight: 400 !important;
    font-size: 12px !important;
    color: #000 !important
}

.category-nav-grid .price-box .special-price {
    float: right;
    width: 48%;
    margin: 0;
    padding: 0 !important
}

.category-nav-grid, .top-container {
    float: left;
    width: 100%
}

.category-nav-grid .price-box .special-price .price {
    float: left;
    color: #000
}

.category-nav-grid .labels {
    position: absolute;
    top: 6px;
    left: 8px
}

.category-nav-grid .percent {
    display: none;
    visibility: hidden
}

.category-nav-grid .price-box {
    margin: 0;
    padding-top: 6px
}

.category-nav-grid {
    padding: 0;
    list-style: none;
    height: auto;
    text-align: center
}

@media (max-width: 48em) {
    .mcs-items-container, div.MagicToolboxContainer.selectorsLeft .MagicToolboxSelectorsContainer, div.MagicToolboxContainer.selectorsLeft .MagicToolboxSelectorsContainer .MagicScroll {
        height: 80px !important;
        min-height: 80px !important;
    }
    .page-title {
        border: none;
        margin-left: 15px
    }

    .category-nav-grid {
        border: none !important
    }

    .category-nav-grid li.item {
        clear: both;
        overflow: visible;
        float: left;
        border: none;
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important;
        width: 100%;
        margin: 0;
        padding: 15px 10px 0;
        position: relative;
        text-align: center
    }

    .category-nav-grid li.item.last {
        margin-right: 0
    }

    .category-nav-grid li.item:hover {
        /* font-weight: 700; */
        border: 0;
        -moz-box-shadow: 0 0 14px 1px rgba(0, 0, 0, .43);
        -webkit-box-shadow: 0 0 14px 1px rgba(0, 0, 0, .43);
        box-shadow: 0 0 14px 1px rgba(0, 0, 0, .43);
        position: relative;
        z-index: 1
    }

    .category-nav-grid li.item .product-name a:hover {
        text-decoration: underline
    }

    .category-nav-grid .product-name a:hover {
        color: #cb4f5d
    }

    button.hide_button.custom_btn.button.btn-cart, button.showshopnow_button.custom_btn.button.btn-cart {
        position: fixed;
        width: 100%;
        min-width: 100%;
        bottom: 0;
        left: 0;
        margin: 0;
        padding: 0;
        z-index: 999
    }
}

.center_shopnow_btn .add-to-cart .custom_btn.button.btn-cart:hover {
    background: #000
}

.category-kunden .category-title {
    width: 100%
}

.category {
    /*
    font-weight: 400;
    font-family: 'Raleway', sans-serif; */
    color: #555
}

.product-options {
    display: inline-block;
    width: 100%;
}

.product-view .product-img-box .product-image img {
    display: none;
}

.product-view .product-img-box .product-image img.visible {
    display: block;
}

#onestepcheckout-form ul {
    margin: 0;
    padding: 0;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 700px;
        width: 100%;
    }
}

.modal {
    z-index: 9999 !important;
}

/* CV review ratings */
.rating-box {
    background: url("/media/reviews_stars.png") repeat-x;
    font-size: 0;
    height: 26px;
    line-height: 0;
    overflow: hidden;
    text-indent: -999em;
    width: 140px;
}
.larsometer {
    margin-top: -15px;
}

.rating-box .rating {
    background: url("/media/reviews_stars.png") repeat-x;
    background-position: 0 100%;
    float: left;
    height: 26px;
}
.full-star, .icon-star-empty {
    color: rgb(255, 220, 15) !important;
}
.rating-input {
    white-space: nowrap;
    padding: 5px 0;
}
.rating-input > label {
    display: inline-block;
    position: relative;
    width: 1.1em;
    height: 17px;
    color: rgb(255, 220, 15);
    font-size: 20px;
    font-size: 1.75rem;
    cursor: pointer;
}
.rating-input:hover > label:before {
    content: "\f005";
    position: absolute;
    left: 0;
    color: rgb(255, 220, 15);
}
.rating-input:hover > label:hover ~ label:before {
    content: '\f006';
}
.rating-input .full-star:before {
    content: "\f005";
}
.rating {
    width: 100%;
    text-align: left;
}
.rating .rating-count {
    padding-left: 1em;
}
.rating .icon-fallback {
    display: none;
}
.rating i {
    font-size: 2em;
}
.rating i:before {
    margin-left: 0;
    min-width: 130px;
    text-align: left;
}
.rating i[data-rating="1"]:before {
    content: "\e822 \ \e800 \ \e800 \ \e800 \ \e800";
}
.rating i[data-rating="2"]:before {
    content: "\e80a \ \e800 \ \e800 \ \e800 \ \e800";
}
.rating i[data-rating="3"]:before {
    content: "\e80a \ \e822 \ \e800 \ \e800 \ \e800";
}
.rating i[data-rating="4"]:before {
    content: "\e80a \ \e80a \ \ee800 \ \e800 \ \e800";
}
.rating i[data-rating="5"]:before {
    content: "\e80a \ \e80a \ \e822 \ \e800 \ \e800";
}
.rating i[data-rating="6"]:before {
    content: "\e80a \ \e80a \ \e80a \ \e800 \ \e800";
}
.rating i[data-rating="7"]:before {
    content: "\e80a \ \e80a \ \e80a \ \e822 \ \e800";
}
.rating i[data-rating="8"]:before {
    content: "\e80a \ \e80a \ \e80a \ \e80a \ \e800";
}
.rating i[data-rating="9"]:before {
    content: "\e80a \ \e80a \ \e80a \ \e80a \ \e822";
}
.rating i[data-rating="10"]:before {
    content: "\e80a \ \e80a \ \e80a \ \e80a \ \e80a";
}