/**
*
* Feel free to add your own css rules here.
*
*/


/** Font **/


.links li.company {
  display: none !important;
}
header.rating-title h2,
.widget .widget-title h1,
.widget .widget-title h2,
.page-title h1,
.page-title h2,
.page-title h3,
.page-title h4,
.page-title h5,
.page-title h6,
#footer h3,
aside.sidebar section header h2,
.product-name h2,
.block-related h2,
#onepagecheckout_forgotbox .page-title span,
#onepagecheckout_loginbox .page-title span,
.op_block_title,
.dashboard .box-head h2 {
    font-size: 1.3em!important;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
}
body,
body.boxed-layout {
    background-color: #ebebeb;
}
h1,
h2,
h3,
h4,
h5,
h6,
h7 {
    font-family: 'Open Sans'!important;
}
h1,
h2,
h3,
.product-view .product-shop .product-name h1 {
    font-size: 1.3em!important;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: normal;
    font-family: Open Sans, sans-serif;
    margin-bottom: 0.57em;
    color: #444444;
}
.short-description,
.more-views-container {
    display: none;
}
h5 {
    color: #444444;
}
p.required {
    color: #fff;
}
strong,
b {
    font-weight: bold!important;
}
.block-related header h7,
.rating-title h7 {
    display: inline-block;
    margin-bottom: 0;
    font-size: 1.3em!important;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: Open Sans, sans-serif;
    color: #444;
}
.rating-title h7 {
    border-bottom: 1px solid #ccc;
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 5px;
}
.catalog-product-view .box-reviews .form-list label {
    font-size: 0.87em;
}
.catalog-product-view .box-reviews .form-add .form-list input,
.catalog-product-view .box-reviews .form-add .form-list textarea {
    font-size: 0.97em;
}
.catalog-product-view .box-reviews {
    float: left;
}
.product-collateral h7 {
    font-weight: normal;
    line-height: 1.44em;
    margin-bottom: 15px;
    margin-top: 1.5em;
    color: #444;
    text-transform: uppercase;
    font-size: 1.3em!important;
    border-bottom: 1px solid #c7c6c6;
    padding: 0 0 5px;
    width: 100%;
    float: left;
}
.block-related header {
    text-align: center;
    width: 100%;
    margin-left: 5px;
}
.block-related .block-content {
    opacity: 0.4;
    -webkit-transition: opacity 500ms ease-out;
    -moz-transition: opacity 500ms ease-out;
    -o-transition: opacity 500ms ease-out;
    transition: opacity 500ms ease-out;
}
.block-related .block-content:hover {
    opacity: 1.0;
}
.elastic-video {
    position: relative;
    padding-bottom: 55%;
    padding-top: 15px;
    height: 0;
    margin: 57px 0 15px 0;
}
.elastic-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/** Farbmusterbox **/

div.zh_farbmuster {
    width: 100%;
    float: left;
    background-color: #EEE;
}
div.zh_farbmuster > img {
    cursor: pointer;
}
div.zh_farbmuster > div.zh_farbmusterform {
    width: 100%;
    float: left;
    border-top: 1px #BBB solid;
    overflow: hidden;
    max-height: 9999px;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
div.zh_farbmuster > div.zh_farbmusterform.zh_hidden {
    max-height: 0px;
}
div.zh_farbmuster > div.zh_farbmusterform > div.zh_loading {
    margin: 5%;
    width: 90%;
    float: left;
    display: none;
    text-align: center;
}
div.zh_farbmuster > div.zh_farbmusterform > div.zh_response {
    margin: 5%;
    width: 90%;
    padding: 40px 0px;
    float: left;
    display: none;
    text-align: center;
}
div.zh_farbmuster > div.zh_farbmusterform > div.zh_loading img,
div.zh_farbmuster > div.zh_farbmusterform > div.zh_response img {
    width: 16px;
    height: 16px;
    margin: 30px auto;
}
div.zh_farbmuster > div.zh_farbmusterform > div.zh_form {
    margin: 5%;
    width: 90%;
    float: left;
}
div.zh_farbmuster > div.zh_farbmusterform > div.zh_form label {
    float: left;
    width: 100%;
    margin: 0px 0px 15px 0px;
}
div.zh_farbmuster > div.zh_farbmusterform > div.zh_form label.zh_half {
    width: 48%;
    margin-right: 2%;
}
div.zh_farbmuster > div.zh_farbmusterform > div.zh_form label.zh_half.zh_left {
    margin-right: 0px;
    margin-left: 2%;
}
div.zh_farbmuster > div.zh_farbmusterform > div.zh_form label span {
    color: #FF0000;
}
div.zh_farbmuster > div.zh_farbmusterform > div.zh_form input,
div.zh_farbmuster > div.zh_farbmusterform > div.zh_form textarea {
    border: 1px solid #ddd;
    width: 94%;
    padding: 5px 3%;
    height: 20px;
    color: #888;
    vertical-align: middle;
    margin: 2px 0px 0px 0px;
}
div.zh_farbmuster > div.zh_farbmusterform > div.zh_form input.zh_error,
div.zh_farbmuster > div.zh_farbmusterform > div.zh_form textarea.zh_error {
    border: 1px #FF0000 solid;
}
div.zh_farbmuster > div.zh_farbmusterform > div.zh_form textarea {
    height: 55px;
}
div.zh_farbmuster > div.zh_farbmusterform > div.zh_form div.zh_center {
    width: 100%;
    float: left;
    text-align: center;
}
div.zh_farbmuster > div.zh_farbmusterform > div.zh_form input.zh_btn {
    background-color: #444;
    color: #FFF;
    border: 0px none;
    cursor: pointer;
    margin: 0px auto;
    padding: 5px 20px;
    width: auto;
    height: inherit;
    float: none;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
div.zh_farbmuster > div.zh_farbmusterform > div.zh_form input.zh_btn:hover {
    background-color: #DDD;
    color: #888;
}

/** Menu **/

.nav-wide#nav-wide .menu-wrapper {
    top: 69px;
    border: none;
    box-shadow: 0 1px 9px -1px rgba(0, 0, 0, 0.2)!important;
    border-top: 1px solid;
}
#nav ul li a span {
    font-size: 12px;
}
#nav ul li a {
    line-height: 30px;
}
#nav ul,
#nav div {
    width: 18em;
}
#nav ul ul,
#nav ul div {
    top: 0px;
}
#nav li .shown-sub ul.shown-sub,
#nav li .shown-sub li div.shown-sub {
    left: 205px;
}


}

/** css-sprites **/
.css-sprites-hersteller {
    background: url(/skin/frontend/minimalism/sub-theme/images/css-sprites-hersteller.png) transparent no-repeat;
}
.css-sprites2 {
    background: url(/skin/frontend/minimalism/sub-theme/images/css-sprites2.png) transparent no-repeat;
}
.css-sprites {
    background: url(/skin/frontend/minimalism/sub-theme/images/css-sprites.png) transparent no-repeat;
}
.sprites-haken {
    background-position: -315px -43px;
    display: block;
    float: left;
    height: 13px;
    margin: 3px 5px 0 0;
    width: 16px;
}
.hotline-box {
    background-position: 1px 1px;
    display: block;
    float: right;
    height: 65px;
    margin: 43px 105px 0 0;
    width: 292px;
}
.small-hotline-box {
    background-position: -7px -77px;
    display: none;
    height: 30px;
    margin: 43px 105px 0 0;
    width: 163px;
    position: absolute;
    left: 280px;
    bottom: 2px;
}
#lowboard-pic {
    background-position: 0 -1086px;
    display: block;
    height: 83px;
    margin: 17px 0px 0px 20px;
    position: relative;
    width: 262px;
    float: left;
}
#wand-lowboard-pic {
    background-position: -276px -1086px;
    display: block;
    height: 110px;
    margin: 0px 10px;
    position: relative;
    width: 264px;
    float: left;
}
#lowboard2-pic {
    background-position: 0px -1173px;
    display: block;
    height: 100px;
    margin: 1px 35px;
    position: relative;
    width: 264px;
    float: left;
}
#sideboard-pic {
    background-position: 0 -1291px;
    display: block;
    height: 97px;
    margin: 17px 0px 0px 20px;
    position: relative;
    width: 262px;
    float: left;
}
#voice-no5-pic {
    background-position: -260px -1197px;
    display: block;
    height: 116px;
    margin: 0px 24px;
    position: relative;
    width: 276px;
    float: left;
}
#inno-sofa-pic {
    background-position: -13px -1409px;
    display: block;
    float: left;
    height: 115px;
    margin: 5px 0 0 0;
    position: relative;
    width: 257px;
}
#menu-moebel-neuheiten {
    background-position: -19px -502px;
    display: block;
    height: 74px;
    margin: 11px 0px 0px 0px;
    position: relative;
    width: 233px;
}
#menu-lager {
    background-position: -19px -332px;
    display: block;
    height: 74px;
    margin: 18px 0px 0px 0px;
    position: relative;
    width: 233px;
}
#menu-neu {
    background-position: -19px -417px;
    display: block;
    height: 74px;
    margin: 11px 0px 0px 0px;
    position: relative;
    width: 233px;
}
#menu-konfigurator {
    background-position: -19px -587px;
    display: block;
    height: 74px;
    margin: 11px 0px 0px 0px;
    position: relative;
    width: 233px;
}
#menu-stuehle {
    background-position: -262px -365px;
    display: block;
    height: 61px;
    margin: 0px 4px 1px 15px;
    position: relative;
    width: 121px;
}
#menu-innovation {
    background-position: -336px -96px;
    display: block;
    height: 18px;
    margin: 39px 16px 5px 0px;
    position: relative;
    width: 154px;
}
#menu-mobliberica {
    background-position: -195px -96px;
    display: block;
    height: 18px;
    margin: 39px 16px 5px 20px;
    position: relative;
    width: 136px;
}
#menu-sangiacomo {
    background-position: -328px -156px;
    display: block;
    height: 21px;
    margin: 37px 0 0 0;
    position: relative;
    width: 132px;
}
#menu-oliverb {
    background-position: -312px -183px;
    display: block;
    height: 50px;
    margin: 25px 0 0 0;
    position: relative;
    width: 115px;
}
#menu-voice {
    background-position: -337px -116px;
    display: block;
    height: 38px;
    margin: 34px 0 0 0;
    position: relative;
    width: 142px;
}
#menu-infiniti {
    background-position: -274px -506px;
    display: block;
    height: 59px;
    margin: 14px 23px 2px 34px;
    position: relative;
    width: 65px;
}
#menu-sofadesigner {
    background-position: -360px -362px;
    display: block;
    height: 66px;
    margin: 4px 29px 3px;
    position: relative;
    width: 118px;
}
#menu-meta {
    background-position: -224px -116px;
    display: block;
    height: 36px;
    margin: 26px 0 0 22px;
    position: relative;
    width: 88px;
}
#menu-sedit {
    background-position: -447px -185px;
    display: block;
    height: 44px;
    margin: 26px 0 0 0;
    position: relative;
    width: 142px;
}
#menu-vondom {
    background-position: -68px -123px;
    display: block;
    height: 25px;
    margin: 35px 0 0 30px;
    position: relative;
    width: 144px;
}
#menu-temahome {
    background-position: -443px -594px;
    display: block;
    height: 44px;
    margin: 39px 22px 5px 0px;
    position: relative;
    width: 156px;
}
#menu-campeggi {
    background-position: -277px -591px;
    display: block;
    height: 45px;
    margin: 39px 16px 3px 0px;
    position: relative;
    width: 154px;
}
#menu-clei {
    background-position: -461px -517px;
    display: block;
    height: 54px;
    margin: 20px 0 0 0;
    position: relative;
    width: 103px;
}
.vorkasse-icon {
    background-position: 1px -118px;
    display: block;
    float: left;
    height: 37px;
    margin: 0px;
    width: 145px;
}
.paypale-icon {
    background-position: -161px -118px;
    display: block;
    float: left;
    height: 38px;
    margin: 0px;
    width: 126px;
}
.billpay-icon {
    background-position: -306px -113px;
    display: block;
    float: left;
    height: 38px;
    margin: 0px;
    width: 138px;
}
.credit-icon {
    background-position: -456px -115px;
    display: block;
    float: left;
    height: 38px;
    margin: 0px;
    width: 154px;
}
.sofort-icon {
    background-position: -634px -115px;
    display: block;
    float: left;
    height: 38px;
    margin: 0px;
    width: 90px;
}
.nachnahme-icon {
    background-position: -741px -115px;
    display: block;
    float: left;
    height: 42px;
    margin: 0px;
    width: 129px;
}
.menu-box {
    padding: 0 0 20px 40px;
}
ul.hersteller li {
    float: left;
}
ul.hersteller li.line {
    width: 100%;
    border-bottom: solid 1px #CCC;
    height: 1px;
    float: left;
    margin: 0 auto 10px 10px;
}
.konfig {
    padding: 32px 0px 30px 5px;
    float: left;
}
#nav ul .konfig a {
    float: left;
}
#nav ul .konfig ul li .link-list {
    display: inline;
    font-size: 14px;
}
#nav ul ul.konfig-nav-label {
    position: inherit;
    left: 0px;
    top: 0px;
    width: 100%;
    padding-bottom: 15px;
    float: left;
    border: none;
}

/** Überschriften unterstreichen **/
header.rating-title h2:after,
.widget .widget-title h1:after,
.widget .widget-title h2:after,
.page-title h1:after,
.page-title h2:after,
.page-title h3:after,
.page-title h4:after,
.page-title h5:after,
.page-title h6:after,
#footer h3:after,
aside.sidebar section header h2:after,
.block-related h2:after,
.product-name h1:after,
#onepagecheckout_forgotbox .page-title span:after,
#onepagecheckout_loginbox .page-title span:after,
.op_block_title:after,
.dashboard .box-head h2:after {
    display: block;
    margin: 8px 0 12px;
    border-bottom: none!important;
    width: auto;
    height: auto;
    border-left: none;
    border-right: none;
    border-top: none;
    line-height: 0.7em;
}

/** Sofa Konfigurator **/
.omega {
    z-index: 1010;
}
.combinedimage.container-inner,
.combinedimage img,
.combinedfullsize img,
.combinedthumb img {
    width: inherit!important;
    height: inherit!important;
    left: inherit!important;
    top: inherit!important;
}
.combinedthumb container {
    display: none;
}
ul.thumbnails.image_picker_selector li .thumbnail {
    padding: inherit!important;
    border: none!important;
}
ul.thumbnails.image_picker_selector li {}
#bezuege-dd .thumbnail p,
.product-options dt label {
    display: none!important;
}

/* ZH - Mark actual Item */
ul.thumbnails.image_picker_selector li div.thumbnail > img {
    border: 3px #EFEFEF solid;
}
ul.thumbnails.image_picker_selector li div.thumbnail.selected > img {
    border: 3px #0088CC solid;
}
ul.thumbnails.image_picker_selector li div.thumbnail.selected {
    background-color: #FFF !important;
}
.ui-widget-content,
.ui-widget-header {
    border: inherit!important;
    background: inherit!important;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr,
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl,
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl,
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr,
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl,
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br,
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl,
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr,
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr,
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr,
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl,
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br,
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl,
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr,
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr,
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl,
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-bottom-right-radius: inherit!important;
    border-bottom-left-radius: inherit!important;
    border-top-right-radius: inherit!important;
    border-top-left-radius: inherit!important;
}
.ui-tabs .ui-tabs-panel {
    padding: 0 15px!important;
}

/** Labels **/
span.label-new {
    background-color: #47BD19;
    letter-spacing: 0.08em;
}
span.label-sale {
    background-color: #F00;
}
.header-slider-holder {
    padding: 10px 0 0 0;
}
.truncated .truncated_full_value .item-options {
    font-family: Open\ Sans, sans-serif;
    font-size: 0.86em;
}

/** Content */
.start_page_txt_box1 {
    margin: 0 0 20px;
}
.start_page_txt_box2 {
    overflow-x: hidden;
    overflow-y: scroll;
    height: 143px;
    margin: 20px 0 0;
    padding-right: 15px;
}

/** Category previwe */
.products-grid li.item .hover-image,
.products-list li.item .hover-image {
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
}
.required em {
    position: relative;
    text-align: right;
    padding: 0 2px 0 0;
    font-style: normal;
    z-index: 2;
    display: block;
    float: left;
    top: inherit;
    left: inherit;
    width: inherit;
    height: inherit;
}
.fancybox-skin {
    -webkit-border-radius: 0px!important;
    -moz-border-radius: 0px!important;
    border-radius: 0px!important;
    padding: 40px 15px 15px 15px!important;
}
.ajax-index-options .container_12 .grid_5 {
    margin: 0 0 0 15px!important;
}
.ajax-index-options .product-view .product-shop .product-name h2:after {
    margin: 0px 0 12px!important;
    border-bottom: 1px solid #E9E9E9!important;
}
.ajax-index-options .product-view .product-shop .product-name {
    width: 100%;
}

/** grid **/
.product-img-box .fa-search:before {
    color: #E2E2E2!important;
    font-size: 1.5em;
}
li.item:hover .btn-quick-view:hover span {
    background-color: #444;
}
.products-grid .availability-only,
.products-list .availability-only,
.label-sale {
    background-color: #EE1B1B;
}
.products-grid .quick-view-holder,
.products-list .quick-view-holder {
    top: inherit!important;
    margin-top: -25px;
}

/** Categroy PAge */
.socail-cat {
    padding-left: 30%;
    margin: 15px;
}

/** CMS Page */
.inspiration-box {
    float: left;
    max-width: 450px;
    width: auto;
    margin: 0 10px 10px 7px;
}
.inspiration-box a.inspiration-txt {
    position: relative;
    bottom: 27px;
    text-align: right;
    float: right;
    color: #fff;
    font-size: 1.8em;
    right: 15px;
    text-shadow: 0px 0px 9px #1B1B1B;
    font-weight: 100;
    text-transform: uppercase;
    font-family: 'Open Sans';
}
.inspiration-box-2 {
    float: left;
    max-width: 297px;
    width: auto;
    margin: 0 6px 0 6px;
}
.inspiration-box-2 a.inspiration-txt {
    letter-spacing: normal;
    font-family: 'Open Sans';
    font-weight: 100;
    font-size: 2em;
    position: relative;
    bottom: 27px;
    text-align: right;
    float: right;
    color: #fff;
    right: 15px;
    text-shadow: 0px 0px 9px #a8a8a8;
    text-transform: uppercase;
}

/********************** Service Seiten */
.cms-service-content {
    float: left;
    width: 550px;
    margin: 10px;
    color: #555452;
}
.cms-service-content a {
    text-decoration: underline;
}
.cms-service-content h2 {
    font-size: 12px;
    color: #555452;
    margin-bottom: 10px;
}
.cms-service-navi {
    float: right;
    width: 250px;
    height: 400px;
    padding: 20px;
    margin: 10px;
    background-color: #F8F8F8;
}
.cms-service-navi h2 {
    color: #555452;
}
.cms-service-navi ul li {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    color: #555452;
    font-size: 14px;
    padding-left: 10px;
}
.versandkosten-box {
    width: 550px;
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.versandkosten-box li.first {
    background-color: #e2e2e2;
}
.versandkosten-box ul li {
    background-color: #FFF;
    border-bottom: 1px solid #ccc;
    padding: 10px 7px 7px 15px;
}
.versandkosten-box ul li span {
    float: right;
    margin-right: 40px;
}

/********************** CMS LP Seiten */
.voice-page {
    background: url("http://www.wohnstation.de/skin/frontend/default/f002/images/media/voice/landingpage-banner-voice.jpg");
    width: 866px;
    height: 205px;
    margin: 15px 5px;
}
.landingpage-text-box {
    font-size: 12px;
    left: 33px;
    position: relative;
    text-align: left;
    top: 23px;
    width: 380px;
}
.landingpage-text-box-3 {
    float: left;
    font-size: 12px;
    left: 132px;
    position: relative;
    text-align: left;
    top: 23px;
    width: 375px;
}
.landingpage-text-box-new p {
    font-size: 12px;
    left: 33px;
    position: relative;
    text-align: left;
    top: 23px;
    width: 830px;
    line-height: 18px;
    height: 100%;
    margin-bottom: 20px;
}
.landingpage-text-box h3 {
    font-weight: bold;
}
.h1-landingpage {
    color: #000;
    font-size: 14px;
    left: 31px;
    position: relative;
    text-align: left;
    top: 24px;
}
.h2-landingpage {
    color: #000000;
    font-size: 14px;
    left: 132px;
    position: relative;
    text-align: left;
    top: 25px;
}
.item-landingpage {
    width: 187px;
    float: left;
    text-align: center;
}
li.item-new-grid {
    width: 200px;
    height: 180px;
    list-style: none;
    float: left;
    text-align: left;
    line-height: 1.6em;
    overflow: hidden;
    border: 1px solid #f0f0f0;
    margin: 5px;
}
.lp-6-grid-left h2,
.lp-6-grid-right h2 {
    font-size: 16px;
    margin: 5px;
    margin-top: 15px;
    border-bottom: 1px solid #CCC;
    font-weight: bold;
    width: 415px;
}
.lp-6-grid-left {
    float: left;
    width: 445px;
}
.lp-6-grid-right {
    float: right;
    width: 424px;
}
.addthis-lp-6grid {
    position: absolute;
    left: 105px;
    top: 52px;
}
.addthis-lp-main-category {
    position: absolute;
    left: 275px;
    top: 537px;
}
.item-new-grid .special-price .price {
    position: relative;
    left: 136px;
    bottom: 18px;
    font-size: 14px;
}
.old-price .price {
    font-size: .9em!important;
}
.ajax-index-options .product-view .product-shop .product-options-bottom .price-box {
    display: none;
}
.new-lp-2col {
    margin: 10px;
}
.new-lp-2col a:hover {
    text-decoration: underline;
}
li.item-new-grid .product-image {
    margin-bottom: 0px;
}
li.item-new-grid .price-box .regular-price span.price {
    font-size: 16px;
    float: none;
}
li.item-new-grid .price-box {
    text-align: center;
}
.hide-box {
    display: none;
    margin-left: 60px;
}
.catalog-listing .item-new-grid h5 a,
.catalog-listing .item-new-grid h5 a:hover {
    float: none;
    margin: 0;
}
em {
    width: 180px;
    height: 45px;
    position: absolute;
    top: -85px;
    left: -15px;
    text-align: center;
    padding: 20px 12px 10px;
    font-style: normal;
    z-index: 2;
    display: none;
}
#screenshot {
    position: absolute;
    border: 1px solid #629B2B;
    background: #629B2B;
    display: none;
    color: #fff;
}
pre {
    display: block;
    font: 100% "Courier New", Courier, monospace;
    padding: 10px;
    border: 1px solid #bae2f0;
    background: #629B2B;
    margin: .5em 0;
    overflow: auto;
    width: 800px;
}
.lp1 {
    background: url("http://www.wohnstation.de/skin/frontend/default/f002/images/landingpages/landingpage-hochglanz-kommoden.jpg");
    width: 866px;
    height: 205px;
    margin: 15px 5px;
}
.lp2 {
    background: url("http://www.wohnstation.de/skin/frontend/default/f002/images/landingpages/landingpage-schlafzimmer-kommoden.jpg");
    width: 866px;
    height: 205px;
    margin: 15px 5px;
}
.lp3 {
    background: url("http://www.wohnstation.de/skin/frontend/default/f002/images/landingpages/landingpage-kommoden-weiss.jpg");
    width: 866px;
    height: 205px;
    margin: 15px 5px;
}
.lp4 {
    ;
    background: url("http://www.wohnstation.de/skin/frontend/default/f002/images/landingpages/landinpage-sideboard-lp4.jpg");
    width: 866px;
    height: 205px;
    margin: 15px 5px;
}
.lp5 {
    background: url("http://www.wohnstation.de/skin/frontend/default/f002/images/landingpages/landinpage-sideboard-lp5.jpg");
    width: 866px;
    height: 205px;
    margin: 15px 5px;
}
.lp6 {
    background: url("http://www.wohnstation.de/skin/frontend/default/f002/images/landingpages/landinpage-sideboard-lp6.jpg");
    width: 866px;
    height: 205px;
    margin: 15px 5px;
}
.landingpage-text-box-2 {
    font-size: 12px;
    left: 33px;
    position: relative;
    text-align: left;
    top: 23px;
    width: 440px;
}
.landingpage-text-box-bett-1 {
    font-size: 12px;
    left: 33px;
    position: relative;
    text-align: left;
    top: 23px;
    width: 490px;
    line-height: 18px;
    height: 280px;
}
.lp7 {
    background: url("http://www.wohnstation.de/skin/frontend/default/f002/images/landingpages/landingpage-tv-lowboard.jpg");
    height: 220px;
    margin: 16px;
    width: 880px;
}
.lp8 {
    background: url("http://www.wohnstation.de/skin/frontend/default/f002/images/landingpages/landingpage-hifi-moebel.jpg");
    height: 220px;
    margin: 16px;
    width: 880px;
}
.lp9 {
    background: url("http://www.wohnstation.de/skin/frontend/default/f002/images/landingpages/landingpage-hifi-tv-moebel.jpg");
    height: 220px;
    margin: 16px;
    width: 880px;
}
.lp10 {
    background: url("http://www.wohnstation.de/skin/frontend/default/f002/images/landingpages/landingpage-designer-lowboard.jpg");
    height: 220px;
    margin: 16px;
    width: 880px;
}
.lp11 {
    background: url("http://www.wohnstation.de/skin/frontend/default/f002/images/landingpages/landingpage-moebel-aus-italien.jpg");
    height: 220px;
    margin: 16px;
    width: 880px;
}
.lp12 {
    background: url("http://www.wohnstation.de/skin/frontend/default/f002/images/landingpages/sofadesigner-box.jpg");
    height: 247px;
    margin: 10px;
    width: 887px;
    border: 1px solid #ccc;
}
.lp-bett-1 {
    background: url("http://www.wohnstation.de/skin/frontend/default/new2010/images/landingpages/betten/landingpage-btt-1.jpg");
    height: 364px;
    margin: 10px;
    width: 889px;
}
.lp-bett-2 {
    background: url("http://www.wohnstation.de/skin/frontend/default/new2010/images/landingpages/betten/landingpage-btt-2.jpg");
    height: 364px;
    margin: 10px;
    width: 889px;
}
.lp-bett-3 {
    background: url("http://www.wohnstation.de/skin/frontend/default/new2010/images/landingpages/betten/landingpage-btt-3.jpg");
    height: 364px;
    margin: 10px;
    width: 889px;
}
.lp-bett-4 {
    background: url("http://www.wohnstation.de/skin/frontend/default/new2010/images/landingpages/betten/landingpage-btt-4.jpg");
    height: 364px;
    margin: 10px;
    width: 889px;
}
.lp-bett-5 {
    background: url("http://www.wohnstation.de/skin/frontend/default/new2010/images/landingpages/betten/landingpage-btt-5.jpg");
    height: 364px;
    margin: 10px;
    width: 889px;
}
.lp-bett-6 {
    background: url("http://www.wohnstation.de/skin/frontend/default/new2010/images/landingpages/betten/landingpage-btt-6.jpg");
    height: 364px;
    margin: 10px;
    width: 889px;
}
.sofa-animation-img {
    bottom: -34px;
    left: 46px;
    position: relative;
}
.beratungs-hotline-box h2 {
    margin-top: 20px;
}
.beratungs-hotline-box {
    margin-left: 10px;
}
.beratungs-hotline-box p {
    font-size: 12px;
    float: none;
}
.beratungs-hotline-box a {
    color: #3B5998;
}
.beratungs-hotline-box img {
    float: left;
    margin-right: 15px;
}
.info-line {
    border-bottom: 1px solid #CCC;
    margin-bottom: 20px;
    margin-right: 11px;
}
#lowboard-pic {
    background-position: 0 -1086px;
    display: block;
    height: 83px;
    margin: 17px 0px 0px 20px;
    position: relative;
    width: 262px;
    float: left;
}
#wand-lowboard-pic {
    background-position: -276px -1086px;
    display: block;
    height: 110px;
    margin: 0px 10px;
    position: relative;
    width: 264px;
    float: left;
}
#lowboard2-pic {
    background-position: 0px -1173px;
    display: block;
    height: 100px;
    margin: 1px 35px;
    position: relative;
    width: 264px;
    float: left;
}
#sideboard-pic {
    background-position: 0 -1291px;
    display: block;
    height: 97px;
    margin: 17px 0px 0px 20px;
    position: relative;
    width: 262px;
    float: left;
}
#voice-no5-pic {
    background-position: -260px -1197px;
    display: block;
    height: 116px;
    margin: 0px 24px;
    position: relative;
    width: 276px;
    float: left;
}
#inno-sofa-pic {
    background-position: -13px -1409px;
    display: block;
    float: left;
    height: 115px;
    margin: 5px 0 0 0;
    position: relative;
    width: 257px;
}
.link-list {
    display: inline;
    font-size: 14px;
}

/** Product PAge */
.product-view .product-shop .product-name {
    border-bottom: none;
}
.product-shop .product-custom {
    padding-top: inherit;
    padding-bottom: inherit;
}
.product-options {
    background-color: #fff;
}
.product-options dd {
    margin: 0 0 0;
}
.product-options-bottom {
    padding: 0em 1.5em;
    border: none;
    background-color: #fff;
    border-top: 0;
}
.add-to-cart button.button span span {
    padding: 0 15px;
    font-family: Open\ Sans, sans-serif;
    font-size: 1.6em;
    font-weight: 200;
}
.data-table td,
.data-table th {
    padding: 0.7em 1em 0.7em 2em;
}
.product-options-bottom .price-box .price {
    float: left!important;
    padding: 0!important;
    margin: 0!important;
}
.product-options-bottom .price-box {
    margin-bottom: 0px!important;
}
.product-options-bottom .add-to-cart {
    top: inherit!important;
    position: inherit!important;
    margin-bottom: inherit!important;
}
.product-view .product-shop .price-box .old-price .price {
    font-size: 1.1em!important;
    position: absolute!important;
    line-height: 5px!important;
}
.add-to-cart div.quantity-increase,
.add-to-cart div.quantity-decrease,
.add-to-cart .qty {
    display: none;
}
.product-view .product-shop .price-box .price {
    font-size: 26px;
    font-weight: 400;
    font-family: Open Sans, sans-serif;
}
.main-price .price-box .price {
    font-size: 29px;
    font-weight: 500;
    font-family: Open\ Sans, sans-serif;
    margin: 0 0 0 20px;
}
.info-banner {
    margin-bottom: 10px;
}
.tax-txt {
    text-align: right;
    margin: 3px 20px 0 0;
    color: #AFAFAF;
    float: right;
}

/** MAP BOX FOOTER */
.showroom-box-img {
    float: left;
    margin: 0 10px 15px 0;
    width: 265px;
}
.content_bottom address {
    padding-bottom: 1.2em;
    line-height: 1.4em;
}
.content_bottom .phone,
.content_bottom .email {
    padding-bottom: 0.5em;
}
.block-content strong {
    font-weight: bold;
}
.content_bottom .block-content {
    line-height: 1.8;
}
.content_bottom button.button span span {
    padding: 0 10px;
}
#footer .container_12 .content_bottom .map-wrapper {
    opacity: 0.5;
}

/** FOOTER */
body.boxed-layout #footer .container_12.map {
    padding-bottom: 150px;
}
#footer .payment-footer-box ul {
    float: none;
}
.footer-info {
    font-family: 'Open Sans';
    font-size: 1.8em!important;
    font-weight: 400;
    text-transform: uppercase;
    padding: 10px 0 0 10px;
    float: left;
    color: #666;
}
#footer .payment-footer-box ul li {
    padding: 0px 20px 10px;
    float: left;
    cursor: pointer;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\"><filter id=\"grayscale\"><feColorMatrix type=\"matrix\" values=\"0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\"/></filter></svg>#grayscale");
    /* Firefox 10+, Firefox on Android */
    
    filter: gray;
    /* IE6-9 */
    
    -webkit-filter: grayscale(100%);
}
#footer .payment-footer-box ul li:hover {
    filter: none;
    -webkit-filter: grayscale(0%);
}
.custom-footer-content ul li span {
    cursor: pointer;
    color: #555;
}
.payment-footer-box {
    height: 90px;
    border-top: solid 1px #B3B3B3;
    padding-top: 20px;
}
#footer_bottom {
    border-top: solid 1px #666!important;
    border-bottom: solid 1px #666!important;
}
.small-text {
    color: #999;
    font-size: 9px;
    list-style: none;
}
.informational {
    float: left;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    height: 50px;
    padding-top: 20px;
}
.informational ul li {
    border-left: 1px solid #ccc;
    margin-left: 10px;
    padding-left: 10px!important;
    float: none!important;
    display: inline!important;
}
.informational ul {
    float: none!important;
    display: inline!important;
}
.informational ul li span {
    cursor: pointer;
    color: #60a5cd;
}
.informational ul li span:hover {
    color: #000;
}
#footer .informational ul li:first-child {
    margin-top: 20px;
    border-left: none!important;
}

/** Checkout */
#checkout-coupon-discount-load .discount-form .buttons-set {
    margin: 0 0 20px 5px;
}
#checkout-coupon-discount-load .discount-form .input-box {
    width: 70%;
}
.checkout-agreements .agree {
    border-bottom: 1px solid #E7E7E7;
    margin-bottom: 10px;
}
.cart .discount .input-box {
    width: 45%;
}
.cart .discount .buttons-set button {
    font-size: 10px;
}
@media only screen and (max-width: 977px) and (min-width: 768px) {
    /** MAP BOX FOOTER */
    
    body.boxed-layout #footer .container_12.map .content_bottom,
    body.boxed-layout #footer .container_12.map .content_bottom .grid_12,
    body.boxed-layout #footer .container_12.map .content_bottom #map_canvas {
        height: 800px!important;
    }
    body.boxed-layout #footer .container_12.map,
    body.boxed-layout #footer .container_12.map .content_bottom {
        height: 800px!important;
    }
    body.boxed-layout #footer .container_12.map .content_bottom .block-address,
    body.boxed-layout #footer .container_12.map .content_bottom .block-about,
    body.boxed-layout #footer .container_12.map .content_bottom .block-subscribe {
        left: 21px;
    }
    /* cms
	----------------------------------------------------------------------------------------------------*/
    
    .cms-bg {
        width: 705px;
    }
    .cms-service-content {
        width: 290px;
    }
    .cms-service-navi {
        width: 180px;
    }
    .versandkosten-box {
        width: 300px;
        font-size: 10px;
    }
    .versandkosten-box li.first {
        font-size: 9px;
    }
    .versandkosten-box li.first span {
        margin-right: 5px;
    }
    .video-sf {
        width: 300px;
    }
    .form-list li.wide textarea {
        width: 290px;
    }
    .hide-main-txt {
        height: 85px;
    }
    /** grid **/
    
    .inspiration-box-2 {
        width: 264px;
    }
    .inspiration-box {
        width: 256px;
    }
    .inspiration-box a.inspiration-txt {
        font-size: 1.4em;
    }
    .container_12 .product-view .alpha {
        width: 756px!important;
    }
    .container_12 .productpage_medium .product-img-box {
        width: 470px!important;
    }
    .container_12 .productpage_medium .product-shop {
        width: 260px!important;
        float: right!important;
    }
    aside.omega {
        width: 726px!important;
    }
    aside .block-related .no-slider li.item {
        float: left;
    }
    .block-related li.item,
    .product-view .box-up-sell .products-grid li.item {
        width: 181px!important;
    }
    .omega .block-related header {
        text-align: left;
        margin-bottom: 10px;
        border-bottom: 1px solid #ECECEC;
        width: 95%;
    }
    .combinedimage {
        height: 307px!important;
        width: 490px!important;
    }
    aside .block-related .block-content {
        padding-bottom: inherit!important;
    }
    .block-related header .block-subtitle a {
        top: inherit!important;
    }
    .products-grid#upsell-product-table>li:nth-of-type(2n+1) {
        clear: none;
    }
    .product-collateral {
        float: left;
    }
    .box-reviews .grid_6 {
        width: 721px!important;
    }
    .block-related li.item {
        width: 146px;
    }
    .container_12 .product-view .grid_4 {
        width: 136px;
    }
    .container_12 .product-view .grid_8 {
        width: 592px;
    }
    .container_12 .grid_5 {
        width: 315px;
    }
    .payment-footer-box {
        height: 150px;
    }
}
@media only screen and (max-width: 1280px) and (min-width: 978px) {
    /** MAP BOX FOOTER */
    
    body.boxed-layout #footer .container_12.map .content_bottom,
    body.boxed-layout #footer .container_12.map .content_bottom .grid_12,
    body.boxed-layout #footer .container_12.map .content_bottom #map_canvas {
        height: 400px!important;
    }
    .small-hotline-box {
        display: none!important;
    }
    /** grid **/
    
    .inspiration-box-2 {
        width: 228px;
    }
    .inspiration-box {
        width: 346px;
    }
    .inspiration-box a.inspiration-txt {
        font-size: 1.7em;
    }
    .product-options-bottom .add-to-cart {
        float: right!important;
    }
    .container_12 .productpage_medium .product-shop {
        width: 385px!important;
    }
    .container_12 .productpage_medium .product-img-box {
        width: 571px!important;
    }
    .combinedimage {
        width: 600px !important;
        height: 375px!important;
    }
    .product-collateral {
        float: left;
        width: 815px;
    }
    aside.omega {
        float: right;
    }
    .box-up-sell .products-grid li.item {
        padding: 0 2px 2.34em;
    }
    .split-attributes {
        width: 37%;
        float: right;
    }
    .split-description {
        width: 60%;
        float: left;
    }
    .container_12 .product-view .grid_4 {
        width: 144px;
    }
    .container_12 .product-view .grid_8 {
        width: 988px;
    }
    .payment-footer-box {
        height: 150px;
    }
}
@media only screen and (min-width: 1281px) {
    /** Product Page */
    
    .container_12 .productpage_medium .product-img-box {
        width: 620px!important;
    }
    .product-essential {
        overflow: hidden;
        padding-bottom: inherit;
    }
    .product-collateral {
        padding: 0;
    }
    .combinedimage {
        width: 780px !important;
        height: 487px!important;
        left: -47px;
    }
    .container_12 aside.grid_4 {
        width: 196px;
        float: right;
        top: 40px;
    }
    .product-view .product-collateral {
        width: 1035px;
        float: left;
    }
    .container_12 .product-view .grid_8 {
        width: 1260px
    }
    .container_12 .product-view .grid_5 {
        width: 620px;
    }
    .container_12 .product-essential .grid_3 {
        width: 394px;
    }
    .container_12 .product-shop {
        width: 614px;
    }
    .split-attributes {
        width: 37%;
        float: right;
    }
    .split-description {
        width: 60%;
        float: left;
    }
    /** MAP BOX FOOTER */
    
    .content_bottom #newsletter {
        width: 67.1%;
    }
    /** grid **/
}
@media only screen and (max-width: 767px) {
    /** MAP BOX FOOTER */
    
    body.boxed-layout #footer .container_12.map .content_bottom,
    body.boxed-layout #footer .container_12.map .content_bottom .grid_12,
    body.boxed-layout #footer .container_12.map .content_bottom #map_canvas {
        height: 800px!important;
    }
    body.boxed-layout #footer .container_12.map,
    body.boxed-layout #footer .container_12.map .content_bottom {
        height: 800px!important;
    }
    body.boxed-layout #footer .container_12.map .content_bottom .block-address,
    body.boxed-layout #footer .container_12.map .content_bottom .block-about,
    body.boxed-layout #footer .container_12.map .content_bottom .block-subscribe {
        left: 21px;
    }
    /* cms
	----------------------------------------------------------------------------------------------------*/
    
    .cms-bg {
        width: auto;
        margin-left: auto;
        margin-right: auto;
        padding-left: 15px;
        padding-right: 15px;
        float: none;
        height: 100%;
    }
    .cms-service-content {
        width: 95%;
    }
    .cms-service-navi {
        width: auto;
        padding: 20px;
        float: none;
        clear: both;
    }
    .versandkosten-box {
        width: 100%;
        font-size: 12px;
    }
    .video-sf {
        width: 100%;
    }
    .elefunds {
        width: 100%;
    }
    .cms-bg .cms-service-content ul,
    .cms-bg .cms-service-navi ul {
        font-size: 11px;
    }
    .versandkosten-box li.first span {
        margin-right: 5px;
    }
    .versandkosten-box ul li span {
        margin-right: 25px;
    }
    .cms-service-navi ul li a {
        line-height: 21px;
    }
    .mst {
        width: 100%;
    }
    /** grid **/
    
    aside .block-related .no-slider li.item {
        float: left!important;
    }
    .data-table td.label,
    .data-table th.label,
    table.data-table td.last {
        border-bottom: 1px solid #E4E4E4;
        padding: 10px 10px;
    }
    table.data-table table,
    table.data-table thead,
    table.data-table tbody,
    table.data-table th,
    table.data-table td,
    table.data-table tr {
        display: run-in;
    }
    /** MAP BOX FOOTER */
    
    #footer .content_bottom .indent {
        width: 170px;
        padding: 11px;
    }
    body.boxed-layout #footer .content_bottom button#find-us {
        top: -94%;
    }
    body.boxed-layout #footer .content_bottom.active button#find-us {
        top: -93%;
    }
    .content_bottom .block-subscribe {
        bottom: 220px!important;
        padding: 15px!important;
        top: inherit!important;
        width: 85%;
    }
    .map .content_bottom .grid_12 .block-about {
        bottom: 240px!important;
        padding: 15px!important;
        top: inherit!important;
        width: 85%;
    }
    .payment-footer-box {
        height: 450px;
    }
    .combinedimage {
        height: 255px!important;
        width: 407px!important;
    }
    #footer .content_bottom .indent {
        width: 80%;
        margin: 0 auto;
    }
    .map .content_bottom .grid_12 .block-address {
        bottom: 240px!important;
        top: inherit!important;
        width: 90%;
        padding: 15px;
    }
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
    /* cms
	----------------------------------------------------------------------------------------------------*/
    
    .cms-bg .cms-service-content ul,
    .cms-bg .cms-service-navi ul {
        font-size: 11px;
    }
    .map .content_bottom .grid_12 .block-about {
        bottom: 240px!important;
        padding: 15px!important;
        top: inherit!important;
        width: 85%;
    }
    /** grid **/
    
    .inspiration-box-2 {
        width: 194px;
    }
    .inspiration-box-2 a.inspiration-txt {
        bottom: 23px;
        right: 6px;
        font-size: 1.6em;
    }
    .socail-cat {
        padding-left: 10%;
    }
    .payment-footer-box {
        height: 550px;
    }
    .combinedimage {
        height: 255px!important;
        width: 407px!important;
    }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi) {
    .css-sprites {
        background: url(/skin/frontend/minimalism/sub-theme/images/css-sprites@x2.png) transparent no-repeat 0 100%;
        background-size: 1000px 600px;
    }
    /** footer **/
    
    .vorkasse-icon {
        background-position: 1px -118px;
        display: block;
        float: left;
        height: 37px;
        margin: 0px;
        width: 145px;
    }
    .paypale-icon {
        background-position: -161px -118px;
        display: block;
        float: left;
        height: 38px;
        margin: 0px;
        width: 126px;
    }
    .billpay-icon {
        background-position: -306px -113px;
        display: block;
        float: left;
        height: 38px;
        margin: 0px;
        width: 138px;
    }
    .credit-icon {
        background-position: -456px -115px;
        display: block;
        float: left;
        height: 38px;
        margin: 0px;
        width: 154px;
    }
    .sofort-icon {
        background-position: -634px -115px;
        display: block;
        float: left;
        height: 38px;
        margin: 0px;
        width: 90px;
    }
    .nachnahme-icon {
        background-position: -741px -115px;
        display: block;
        float: left;
        height: 42px;
        margin: 0px;
        width: 129px;
    }
}
