body {
    background-color: #f4f3f3;
    background-repeat: repeat-x;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 1.6em;
    color: #323232;
    margin: 0 !important;
}

#fixcenter {
    width: 100%;
}

#sidebar_left {
    padding-left: 35px;
    padding-right: 20px;
    border-right: 1px solid #ececec;
}

#inner_column {
    background-color: #FFF;
    width: 100%;
}

#sidebar_right {
    color: #555;
    padding: 15px 35px 0 25px;
    border-left: 1px solid #ececec;
}

#main_content {
    padding: 15px 25px 0 25px;
}

#main_content_2-col {
    padding: 15px 45px 0 25px;
}

img {
    width: 100%;
}


/* Fonts 
--------------------------------------------------------------------*/

a i.fa {
    color: #fff;
    margin-right: 8px;
}

.fa.fa-2 {
    font-size: 2em;
}

.fa-lg {
    vertical-align: 0% !important;
}

button,
a.button,
input.button {
    border: none;
    padding: 8px 12px;
    /*background-color: #9d0d15;*/
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 13px;
    line-height: 1.6;
    display: inline-block;
}

button.small,
a.button.small,
input.button.small {
    padding: 4px 6px;
    font-size: 12px;
    line-height: 1.4;
    display: inline-block;
}

button:hover,
a.button:hover,
input.button:hover {
    background-color: #b51e26;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
}

button.left,
a.button.left,
input.button.left {
    margin-right: 20px;
}

a {
    /*color: #9d0d15;*/
    text-decoration: none;
}

a:hover {
    /*color: #6C090E;*/
    text-decoration: underline;
}

p {
    font-size: 13px;
    margin: 0 0 12px 0;
}

p.small {
    font-size: 10px;
    color: #555;
}


/*--- headings ---*/

h1,
h2,
h3,
h4 {
    font-family: 'Roboto Slab', serif;
    font-weight: normal;
    line-height: 1.4em;
}

h1 {
    color: #555;
    font-size: 30px;
    margin: 8px 0 20px;
}

h2 {
    color: #666;
    font-size: 24px;
    margin: 30px 0 2px;
}

h3 {
    color: #666;
    font-size: 20px;
    margin: 30px 0 20px;
}

h4 {
    color: #666;
    margin: 30px 0;
    font-size: 16px;
}

h5 {
    color: #555;
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 10px;
}


/* Neues Framework 
--------------------------------------------------------------------*/

.row {
    margin-left: -15px;
    margin-right: -15px;
    box-sizing: border-box;
}

.row:before,
.row:after {
    content: " ";
    display: table;
}

.row:after {
    clear: both;
}

.col-md-6,
.col-md-4,
.col-md-3,
.col-lg-12,
.col-md-2,
.col-md-1,
.col-md-8,
.col-md-10,
.col-xs-4,
.col-xs-8 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

.col-md-6,
.col-md-4,
.col-md-3,
.col-md-2,
.col-md-1 {
    padding-left: 10px;
    padding-right: 10px;
}

#footer .col-md-4 {
    padding-left: 20px;
    padding-right: 20px;
}

@media screen and (min-width: 920px) {
    .col-md-10 {
        width: 83.333333333%;
        float: left;
    }
    .col-md-8 {
        width: 66.666666667%;
        float: left;
    }
    .col-md-6 {
        width: 50%;
        float: left;
    }
    .col-md-4 {
        width: 33.333333333%;
        float: left;
    }
    .col-md-3 {
        width: 25%;
        float: left;
    }
    .col-md-2 {
        width: 16.666666667%;
        float: left;
    }
    .col-md-1 {
        width: 8.333333333%;
        float: left;
    }
}


/* Header 
------------------------------------ */

#header {
    height: auto;
    padding: 15px;
    color: #fff;
    font-size: 16px;
    overflow: hidden;
}

#header .col-md-3,
#header .col-md-2,
#header .col-md-4 {
    padding-top: 14px;
    padding-left: 25px;
    padding-right: 25px;
}

#header .col-md-3:first-child {
    padding-left: 20px;
    padding-top: 0;
}

#header span.count_contents,
#header a.cart_count {
    font-size: 11px;
    padding: 2px 8px;
    background-color: rgba(255, 255, 255, 0.2);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    vertical-align: 30%;
    margin-left: 5px;
}

#header a {
    color: #fff;
    font-size: 15px;
}

#quicknav {
    width: 100%;
    font-size: 16px;
    color: #fff;
    margin-bottom: 15px;
}

#quicknav a {
    font-size: 15px;
}

#breadcrumb {
    overflow: hidden;
    padding: 2px 0 2px 15px;
    
}

#breadcrumb a,
#quicknav a {
    color: #FFF;
    font-weight: 500;
    text-decoration: none;
}

#breadcrumb a {
    float: left;
    font-size: 12px;
    padding: 0 15px 0 5px;
}

#breadcrumb a.arrow {
    background: url(images/breadcrumb_arrow.png) no-repeat right center;
}

#breadcrumb a:hover,
#quicknav a:hover,
a i.fa:hover {
    color: #e8e8e8;
    text-decoration: none;
}

#cart {
    float: right;
    margin: 30px 10px 0 0;
    width: 170px;
}

#cart h3 {
    color: #FFF;
    font-size: 14px;
    margin: 0;
    padding: 5px 0 5px 10px;
}

#cart div.checkout {
    display: none;
}


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


/* Start Slider
------------------------------------------- */

.bx-wrapper {
    border: none !important;
    box-shadow: none !important;
}



.product_listing_small,
.product_listing_small_three_columns {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: #f5f4f4;
    float: left;
    height: 245px;
    margin: 5px 11px 5px 0;
    overflow: hidden;
}

.product_listing_small {
    margin: 5px 10px 5px 0;
    width: 167px;
}

.product_listing_small_three_columns {
    width: 166px;
}

.last_column {
    margin: 5px 0;
}

.product_listing_small_cover {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: #eeeded;
    border-bottom: 1px solid #FFF;
    height: 170px;
    padding: 10px 0 0;
    text-align: center;
}

.product_listing_small_title {
    margin: 10px 10px 4px;
}

.product_listing_small_price {
    color: #323232;
    font-weight: 700;
    margin: 0 0 0 10px;
}

.product_listing,
.product_listing_last_column {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: #f5f4f4;
    height: 210px;
    overflow: hidden;
    padding: 10px;
}


/* product_listing_new */

.product_listing_new {
    height:  400px;
    box-sizing: border-box;
    margin-bottom: 15px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: #f5f4f4;
    overflow: hidden;
}

.product_listing_new .image_listing {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: #eeeded;
    border-bottom: 1px solid #FFF;
    height: 170px;
    padding: 10px 0 0;
    text-align: center;
}

.product_listing_new img {
    width: auto !important;
}

.product_listing_new .prod-details {
    padding: 0 10px;
    text-align: center;
}

.product_listing_new .prod-details a.title {
    display: block;
    padding: 5px 0;
    font-size: 14px;
}

.product_listing_new .prod-details .autor {
    font-style: italic;
    padding-bottom: 10px;
}

.product_listing_new .prod-details .price {
    font-weight: bold;
    padding-bottom: 5px;
}

.product_listing {
    margin: 0 0 10px 0;
}

.product_listing_last_column {
    margin: 0 0 10px 0;
}

.product_listing .image_listing,
.product_listing_last_column .image_listing {
    float: left;
    margin: 0 10px 10px 0;
    height: 175px;
    text-align: center;
    width: 120px;
}

.product_listing .autor,
.product_listing .title,
.product_listing .description,
.product_listing_last_column .autor,
.product_listing_last_column .title,
.product_listing_last_column .description,
.two_columns #recent_history {
    margin-right: 10px;
}

.product_listing .title,
.product_listing_last_column .title {
    display: block;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 6px;
}

.product_listing .autor,
.product_listing_last_column .autor {
    font-style: italic;
    margin-bottom: 5px;
}

.product_listing .description,
.product_listing_last_column .description {
    margin-bottom: 5px;
}

.product_listing .autor a,
.product_listing_last_column .autor a {
    color: #444;
}

.product_listing .price,
.product_listing_last_column .price {
    float: right;
    font-weight: 700;
    margin-left: 20px;
}

.product_listing .price a,
.product_listing_last_column .price a {
    color: #444;
}

.product_listing .subtitle,
.product_listing_last_column .subtitle {
    font-weight: bold;
}

.product_listing .description a,
.product_listing_last_column .description a {
    color: #444;
}

.product_listing .description a.more-link {
    color: #9d0d15;
}

.product_listing .autor a:hover,
.product_listing .description a:hover,
.product_listing .price a:hover,
.product_listing_last_column .autor a:hover,
.product_listing_last_column .description a:hover,
.product_listing_last_column .price a:hover {
    text-decoration: none;
}

#recent_history {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: #f5f4f4;
    margin-top: 5px;
    padding: 10px 0;
}

#recent_history h3 {
    margin: 0 0 10px 10px;
}

#recent_products,
#recent_categories,
#recent_searches {
    float: left;
    margin: 0 0 0 10px;
}

#number_of_rows,
#split_page_links {
    color: #555;
    font-size: 12px;
    width: 340px;
    margin-bottom: 20px;
}

#number_of_rows {
    float: left;
}

#split_page_links {
    float: right;
    margin-right: 10px;
    text-align: right;
}

#linksBox img {
    width: auto;
    max-width: 80px;
    margin-bottom: 7px;
}

img {
    border: none;
}

.clear {
    clear: both;
}

.clearleft {
    clear: left;
}

.text_images {
    float: left;
    margin: 0 15px 0 0;
}

.date {
    color: #70706f;
    font-size: 12px;
    font-style: italic;
    margin: 0 0 20px;
}

.hr {
    border-top: 1px solid #DDD;
    height: 2px;
    clear: both;
    margin: 10px 0;
}

.category_buttons a {
    color: #555;
    display: block;
    font-size: 18px;
    padding: 10px 0 10px 10px;
}

.category_buttons a:hover {
    background-color: #999;
    color: #FFF;
    text-decoration: none;
}

a.nested_category,
a.nested_category_last_column,
a.manufacturers_listing,
a.tag {
    color: #555;
    display: block;
    float: left;
}

a.nested_category:hover,
a.manufacturers_listing:hover,
a.tag:hover,
a.nested_category_last_column:hover {
    background-color: #999;
    color: #FFF;
    text-decoration: none;
}

a.nested_category,
a.nested_category_last_column {
    font-size: 18px;
    padding: 10px 0 10px 10px;
    width: 335px;
}

a.nested_category {
    margin-right: 10px;
}

a.manufacturers_listing {
    font-size: 13px;
    margin-right: 10px;
    padding: 5px 0 5px 10px;
    width: 216px;
}

a.nested_category_last_column {
    margin-right: 0px;
}


/*--- footer ---*/

#footer {
    clear: both;
    color: #FFF;
    font-size: 12px;
    padding: 30px 20px;
    margin-top: 30px;
}

#footer h3,
#footer h4 {
    color: #FFF;
    margin: 0 0 10px;
}

#footer a {
    color: #FFF;
    line-height: 20px;
    text-decoration: none;
}

#footer ol {
    list-style-position: inside;
    padding: 0;
}

#footer li {
    padding-left: 10px;
}


/*--- sidebars ---*/

#sidebar_right .sidebarBox {
    padding-bottom: 10px;
    border-bottom: 0px solid #ececec;
}

#sidebar_left h3 {
    margin: 15px 0 10px;
}

#sidebar_right h3 {
    margin: 10px 0 10px;
    font-size: 13px;
}

#sidebar_left a {
    color: #555;
    display: block;
    font-size: 15px;
    font-weight: 400;
}

#sidebar_left a:hover {
    text-decoration: underline;
}

#sidebar_right #banner_versandoptionen {
    padding: 10px 5px 6px 5px;
    text-align: center;
    margin-bottom: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-sizing: border-box;
}

#sidebar_right #banner_versandoptionen h3,
#sidebar_right #banner_corona h3 {
    color: #fff;
    font-size: 15px;
    margin: 0;
    margin-bottom: 5px;
}

#sidebar_right #banner_versandoptionen h4 {
    color: #fff;
    font-size: 13px;
    margin: 0;
    margin-bottom: 3px;
}

#sidebar_right #banner_versandoptionen p,
#sidebar_right #banner_corona p {
    color: #fff;
    margin: 15px 0 10px 0;
}

#sidebar_right #banner_versandoptionen p.small {
    font-size: 10px;
    line-height: 1.2em;
    color: #fff;
}

#sidebar_right #products_next_previousBox img,
#sidebar_right #manufacturer_infoBox img {
    width: auto;
}


#sidebar_right #banner_corona {
    padding: 10px 5px 6px 5px;
    text-align: center;
    margin-bottom: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-sizing: border-box;
    background-color: #b72762;
}

/*--- categories box ---*/

#categoriesBox a {
    padding: .4em .2em .4em 16px;
}

#categoriesBox a:hover,
#categoriesBox a.selected:hover {
    background-color: #999;
    color: #FFF;
    text-decoration: none;
}

#categoriesBox a.selected {
    background-color: #EEE;
    font-style: italic;
}

#categoriesBox a.selected:hover {
    color: #FFF;
    font-style: italic;
}

#categoriesBox a.alternate {
    color: #777;
}

#categoriesBox .space {
    height: .8em;
}

#categoriesBox a.arrow_down,
#categoriesBox a.arrow_right {
    background-repeat: no-repeat;
}

#categoriesBox a.arrow_down {
    background: url(images/pfeil_nach_unten.gif) no-repeat 5px center;
}

#categoriesBox a.arrow_right {
    background: url(images/pfeil_nach_rechts.gif) no-repeat 5px center;
}

#categoriesBox a.arrow_down:hover {
    background: url(images/pfeil_nach_unten_weiss.gif) no-repeat 5px center #999;
}

#categoriesBox a.arrow_right:hover {
    background: url(images/pfeil_nach_rechts_weiss.gif) no-repeat 5px center #999;
}

#categoriesBox a.level1,
#categoriesBox a.level1:hover {
    background-position: 19px center;
    padding-left: 31px;
}

#categoriesBox a.level2,
#categoriesBox a.level2:hover {
    background-position: 29px center;
    padding-left: 46px;
}


/*--- div sidebar boxes ---*/

#registerBox {
    margin-top: 10px;
}

#searchBox a,
#informationBox a,
#registerBox a,
#affiliateBox a {
    padding: .2em .2em .2em 7px;
}

#tagsBox {
    overflow: hidden;
}

#searchBox input,
#tell_a_friendBox .email {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 1px solid #CCC;
    padding: 3px 5px;
}

#searchBox {
    margin-bottom: 10px;
}

#searchBox input {
    width: 100%;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    padding: 8px 10px;
    color:
}

#searchBox input:focus {
    outline-offset: 0;
    outline: none;
}

#tell_a_friendBox .email {
    margin-bottom: 10px;
    width: 110px;
}

#previous_image,
#next_image {
    margin-bottom: 10px;
}

#previous_image {
    float: left;
}

#next_image {
    float: right;
}

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


/*--- tags ---*/

a.tag {
    margin-right: 5px;
    padding: 0;
}

a.tag_size_0 {
    font-size: 10px;
    padding: 1px 5px;
}

a.tag_size_1 {
    font-size: 11px;
}

a.tag_size_2 {
    font-size: 12px;
}

a.tag_size_3 {
    font-size: 13px;
}

a.tag_size_4 {
    font-size: 14px;
}


/*--- forms ---*/

label {
    float: left;
    width: 200px;
}

.inputRequirement {
    color: red;
}

input.create_account,
#affiliate_signupform input[type="text"],
#affiliate_signupform input[type="password"],
#affiliate_signupform select {
    border: 1px solid #AAA;
    padding: 4px 5px;
    margin-bottom: 5px;
    width: 30%;
}

select.create_account,
#affiliate_signupform select {
    width: 31%;
}

input.create_account[type="checkbox"],
#affiliate_signupform input[type="checkbox"] {
    width: auto;
}


textarea[name="review"] {
    border: 1px solid #e8e8e8;
    width: 98%;
}

/*--- login form ---*/

#new_customer {
    border-right: 1px solid #ececec;
}

#new_customer h3,
#returning_customer h3 {
    margin-top: 0px;
}

#returning_customer label {
    float: left;
    width: 25%;
}

#returning_customer #email,
#returning_customer #password {
    border: 1px solid #AAA;
    padding: 3px 5px;
    margin-bottom: 5px;
    width: 70%;
}

.password_forgotten label {
    font-weight: bold;
    float: left;
    width: 15%;
}

.password_forgotten input {
    width: 35%;
}


/*--- Über uns ---------*/

.ueber_uns img {
    width: auto;
    max-width: 250px;
}

.ueber_uns .mitarbeiter {
    height: 350px;
}

.ueber_uns .aktivitaeten_bilder img {
    margin-right: 5px;
}


/*--- shopping cart ---*/

.cart_subtotal {
    text-align: right;
    font-weight: bold;
    border-top: 1px solid #ececec;
    padding: 5px 0;
}

.button_area {
    margin: 20px 0;
}

.button_area input {
    width: auto !important;
}

table.productListing td.productListing-heading {
    text-align: center;
    font-weight: bold;
    border-bottom: 1px solid #ececec;
}

table.productListing td.productListing-heading.remove {
    width: 50px;
}

table.productListing td.productListing-heading.total {
    text-align: right;
}

table.productListing td.productListing-data a {
    font-size: 14px;
}


/*--- checkout ---*/

.checkoutBar td.reset_img img {
    width: auto;
}

.checkoutBarNumber,
.checkoutBarNumberCurrent {
    font-size: 48px;
    margin: 10px 0 10px 0;
    color: #ccc;
}

.checkoutBarCurrent,
.checkoutBarTo {
    margin-top: 5px;
}

.checkoutBarCurrent,
.checkoutBarNumberCurrent {
    color: #9d0d15;
}

textarea#checkout_comments {
    width: 100%;
    border: 1px solid #ececec;
}

p.address {
    width: 370px;
    font-family: courier, monospaced;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: #f5f4f4;
    padding: 10px;
}

p.address img {
    float: right;
}

#checkout_arrow {
    margin-right: 10px;
}

img#checkout_arrow {
    width: auto;
}

table#checkout table.sepa_section input {
    width: 40%;
    border: 1px solid #ececec;
}

table#checkout table.sepa_section select {
    width: 41%;
    border: 1px solid #ececec;
}

.error {
    color: red;
}

.errorbox {
    border: 1px dotted red;
    padding: 10px;
}

.errorbox h3 {
    margin-top: 0;
}

.errorbox p {
    margin-bottom: 0;
}

.moduleRow {
    background-color: #eee;
}

.moduleRowOver {
    background-color: #ccc;
}

#defaultSelected {
    background-color: #FFFF66;
}

img.ppIcon {
    width: auto;
}

h3.confirmation {
    margin: 0 0 10px 0;
}

.delivery_address,
.billing_address {
    margin: 20px 0;
}

.confirmation_products-table {
    margin: 20px 0;
}

table.confirmation_products {
    width: 100%;
}


span.orderEdit {
    font-style: italic;
}


/*--- product info ---*/

.products_image_full {
    margin-bottom: 10px;
}

.products_image_full img {
    width: auto;
}

#products_image {
    float: right;
    text-align: center;
    padding: 10px;
    border: 1px solid #ececec;
    margin: 0 0 10px 10px;
}

#products_image img {
    width: auto;
}

#products_image a {
    text-decoration: none;
}

#price {
    color: #9d0d15;
    float: left;
    font-size: 20px;
    margin: 8px 0;
}

#add_to_cart {
    margin: 15px 0 0 85px;
}

#add_to_cart_options {
    margin: 5px 0 0 85px;
}

#magnifier {
    width: 110px;
    margin: 5px auto 0 auto;
}

#magnifier img {
    float: left;
    margin: 0 5px 0 0;
    width: auto;
}

#magnifier p {
    float: left;
    color: #333;
    font-size: 11px;
    line-height: 1.3em;
}

#mp3s {
    width: 520px;
}

.manufacturers_description img {
    width: auto;
}

.bewertungen img,
.vorschau img {
    width: auto;
}


/*--- div ---*/

.authorpage_image {
    float: right;
    margin: 0 0 15px 15px;
}

#main_content tr.tr_mit_margin {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
}

#main_content tr.tr_mit_margin td.main {
    text-align: right;
}


/*#main_content td.main {
width:500px;
}*/

#main_content img.heading_img {
    float: right;
    margin-right: 10px;
    margin-top: 8px;
}

.messageStackError {
    color: red;
    font-size: 1.1em;
}

.messageStackSuccess {
    color: green;
    font-size: 1.1em;
}

.messageStackError img,
.messageStackSuccess img {
    width: auto;
}

#info_page,
.body {
    margin-right: 10px;
}

.klein {
    font-size: 0.9em;
    line-height: 1.3em;
}

#frontpage_article .cover {
    float: left;
    width: 130px;
    margin-right: 10px;
}

img.round-border {
    border-radius: 100px;
}

#info_page img {
    width: auto;
}


/* add display:inline to floated elements */


/*#breadcrumb a,
#quicknav a,
#cart,
.product_listing_small,.product_listing_small_three_columns,
.product_listing,.product_listing_last_column,
.product_listing .image_listing,.product_listing_last_column .image_listing,
.product_listing .price,.product_listing_last_column .price,
#recent_products,#recent_categories,#recent_searches,
#split_page_links,
.text_images,
a.nested_category,a.nested_category_last_column,a.manufacturers_listing,a.tag,
label,
#returning_customer label,
#products_image,
#price,
#magnifier img,
#magnifier p,
#number_of_rows,#previous_image,#delivery_address,#billing_address,
#next_image,p.address img {display:inline;}*/


/* add zoom:1 to overflow:hidden */

.product_listing_small,
.product_listing_small_three_columns,
.product_listing,
.product_listing_last_column,
#tagsBox {
    zoom: 1;
}


/*--- buttons ---*/

.float_left {
    float: left;
}

.float_right {
    float: right;
}

textarea {
    resize: none;
}

a.blickinsbuch {
    display: block;
    margin: 10px 0 0 13px;
}

img.eBookButton {
    margin: 0 0 -2px 0;
}


/*--- katalog bestellen form ---*/

.cat_left_box {
    width: 330px;
    float: left;
}

.cat_right_box {
    width: 350px;
    float: right;
}

.cat_left_box label {
    width: 130px;
}

.cat_left_box textarea {
    width: 170px;
    height: 60px;
}

.cat_right_box input {
    width: 120px;
}


/*--- Account history ---*/

#account_history tr td {
    border-bottom: 1px solid #fff;
    padding: 4px;
}

table.order_history_info tr.first td {
    border-bottom: 1px solid #ececec;
    border-top: 1px solid #ececec;
}

.order_summary {
    width: 680px;
    margin-bottom: 20px;
}

.order_history_left {
    width: 500px;
    float: left;
}

.order_history_right {
    max-width: 185px;
    float: left;
    text-align: right;
}

.order_date,
.order_type {
    float: left;
    width: 60%
}

.order_products,
.order_cost {
    float: right;
    width: 40%;
}

.number_of_orders {
    margin-bottom: 20px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.schluckauf {
    color: #808080;
    margin: 20px 0 0 0;
    font-style: italic;
}


/* Address book */

#adress_list,
.adress_shipping_new {
    padding: 20px;
    box-sizing: border-box;
    background: #ececec;
    margin-bottom: 20px;
}

.adress_shipping_new input {
    width: 29%;
    margin-bottom: 5px;
}

.adress_list_entry {
    margin-bottom: 5px;
}

#adress_book_process input {
    width: 30%;
    margin-bottom: 6px;
}

#adress_book_process select {
    width: 31%;
}

#adress_book_process input[type="checkbox"] {
    width: auto;
}


/* Password reset */

form[name="account_password"] input {
    width: 30%;
    margin-bottom: 6px;
}


/* advanced search */

.advanced_search {
    line-height: 15px;
}

.advanced_search label {
    width: 100px;
    font-weight: bold;
    text-align: right;
    padding: 2px 15px 0 0;
}

.advanced_search input {
    padding: 3px 7px 4px;
}

.advanced_search input.adv_search {
    width: 330px;
    margin: 0 0 5px 0;
}

.advanced_search select {
    width: 350px;
    margin: 0 0 5px 0;
}

.advanced_search #bottom_buttons input {
    padding: 0;
}

.info {
    background-color: #f0f0f0;
    margin: 30px 0;
    padding: 15px;
}


/* SEPA Form */

.row-inp {
    margin: 0 0 5px 0;
}

.row-inp:after {
    content: '';
    display: table;
    clear: both;
}

form[name="account_edit"] input {
    padding: 4px 10px 5px;
    width: 30%;
}

form[name="account_edit"] input[type="radio"] {
    width: auto;
}

form[name="account_edit"] label {
    width: 100px;
    padding: 4px 10px 5px 0;
}

form[name="account_edit"] select {
    width: 33%;
}

form[name="account_edit"] input.button {
    padding: 8px 12px;
    width: auto;
}

.ae-bankverbindung {
    margin-top: 20px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

span.info {
    display: block;
}



/* Wordpress 
----------------------------------------------- */

.blog_teaser_area {
    margin: 40px 0;
}

img.alignright {
    float: right;
    margin: 0 0 20px 20px;
}

img.alignleft {
    float: left;
    margin: 0 20px 20px 0;
}

img.post_thumbnail {
    width: 250px;
    height: auto;
}

img.post_image {
    width: 400px;
    height: auto;
}

p.date {
    color: #969696;
}

p.category, p.category a {
    color: #969696;
    font-style: italic;
    padding-top: 25px;
}

.post img {
    width: auto;
    max-width: 100%;
}

.post a {
    text-decoration: underline;
}


/* Responsive Anpassungen 
----------------------------------------------- */

.hide_desktop {
    display: none !important;
}

#header .versandhinweis {
    font-size: 15px;
}

@media screen and (max-width: 1185px) {
    .hide_small-desktop {
        display: none;
    }
}

@media screen and (min-width: 1024px) {
    #header .versandhinweis {
        display: none;
    }
}

@media screen and (max-width: 1024px) { /* iPad Pro Portrait */
    #sidebar_left a {
        font-size: 95%;
    }
    
    .hide_tablet {
        display: none;
    }
    
    #header {
        font-size: 90%;
    }
    
    #quicknav a {
        font-size: 70%;
    }
    
    
    /* login */
    #returning_customer label,
    #returning_customer #email,
    #returning_customer #password {
        width: 100%;
    }
}


@media screen and (max-width: 960px) /* Tablet Landscape */ {
    /* Allgemein */
    .show_mobile {
        display: block !important;
    }
    .hide_mobile {
        display: none;
    }
    body {
        background-image: none;
        background-repeat: no-repeat;
        margin: 0;
    }
    
    .col-sm-12 {
        width: 100%;
    }
    
    .col-sm-6 {
        width: 50%;
        float: left;
    }
    
    .col-sm-0 {
        display: none;
    }
    
    #header .col-sm-6 {
        font-size: 16px;
    }
    
    #header {
        height: auto;
    }
    
    #header .col-sm-6 #quicknav a {
        font-size: 20px;
    }
    
    #header .col-sm-6 #quicknav .hide_desktop {
        display: inline !important;
    }
    
    #fixcenter {
        margin: 0;
    }
    #inner_column {
        max-width: 960px;
    }
    .clearfix_responsive {
        clear: both;
    }
    .hide_desktop {
        display: block !important;
    }
    img {
        max-width: 100% !important;
        height: auto;
    }
    /* Content Elemente */
    #sidebar_left {
        display: none;
    }
    #sidebar_right {
        border: none;
    }
    #sidebar_right #linksBox,
    #sidebar_right #ssl-protect {
        display: none;
    }
    /* mobile Suche */
    #mobile_search {
        text-align: center;
        padding: 14px 0 8px 0;
        margin-top: 4px;
    }
    #mobile_search #searchBox input {
        width: 60%;
        padding: 8px 8px;
        font-size: 1.2em;
        color: #808080;
    }
    #mobile_search #searchBox a {
        color: #E0E0E0;
        padding-top: 4px;
        display: block;
    }
    
    #breadcrumb,
    #navi_top {
        display: none;
    }

    /* Footer */
    #footer .col-sm-12 {
        margin-bottom: 25px;
    }
    
    /* categories_top */
    .shop_cat {
        margin-bottom: 20px;
        font-size: 1.5em;
    }
    
    /* Login */
    #new_customer {
        width: 100%;
        box-sizing: border-box;
        border-right: none;
        padding: 0;
    }
    #returning_customer {
        width: 100%;
        box-sizing: border-box;
        padding: 0;
        margin-left: 0;
    }
    .password_forgotten label {
        width: 100%;
    }
    .password_forgotten input {
        border:1px solid #ececec;
        width: 100%;
    }
    #account_history {
        width: 100%;
    }
    table#account_history tr td {
        display: block;
        text-align: left;
        padding: 3px;
        width: 100%;
    }
    /* Warenkorb */
    table.infoBoxContents td {
        display: none;
    }
    table.infoBoxContents td.boxText {
        display: block;
    }
    a.img-button img {
        height: auto !important;
        max-width: auto !important;
    }
    /* Bestellprozess */
    table.checkoutBar {
        display: none;
    }
    table#checkout {
        width: 100%;
        font-size: 85%;
    }
    table#checkout table.sepa_section tr td {
        display: block;
    }
    table#checkout table.sepa_section label,
    table#checkout table.sepa_section input,
    table#checkout table.sepa_section select {
        width: 250px;
    }
    p.address {
        width: 100%;
        box-sizing: border-box;
    }
    textarea#checkout_comments {
        width: 100%;
        border: 1px solid #ececec;
        box-sizing: border-box;
    }
    #delivery_address {
        width: 45%;
        box-sizing: border-box;
        float: left;
    }
    #billing_address {
        width: 45%;
        box-sizing: border-box;
        float: right;
        border-right: none;
    }
    table.confirmation_products {
        width: 100%;
    }
}

@media screen and (max-width: 768px) { /* iPad Portrait */
    
}

@media screen and (max-width: 690px)
/* Nexus 6 Landscape */

{
    /* Startseite, Productlisting */
    .product_listing_small_three_columns,
    .product_listing_small_three_columns.last_column,
    .product_listing_small,
    product_listing_small.last_column {
        width: 45%;
        float: left;
        margin: 5px 10px 5px 0;
        box-sizing: border-box;
    }
    .product_listing_small_three_columns:nth-child(2),
    .product_listing_small:nth-child(2) {
        margin: 5px 0 5px 0;
    }
    .product_listing,
    .product_listing_last_column {
        display: block;
        width: 100%;
        float: none;
        margin: 0 0 10px 0;
        box-sizing: border-box;
        height: auto;
    }
    /* Produktansicht */
    #products_image {
        float: none;
        display: block;
        margin: 0 0 10px 0;
    }
    #sidebar_right .sidebarBox {
        padding-left: 10px;
        padding-right: 10px;
        box-sizing: border-box;
    }
    /* mobile Suche */
    #mobile_search #searchBox input {
        width: 80%;
    }
    /* Footer */
    #footer {
        max-width: 100%;
        box-sizing: border-box;
    }
    #footer #footer_navi {
        width: 100%;
        display: block;
        padding: 25px;
        box-sizing: border-box;
    }
    #footer #footer_float {
        float: none;
        width: 100%;
        display: block;
        padding: 25px;
        box-sizing: border-box;
    }
    #footer #footer_float_right {
        float: none;
        display: block;
        width: 100%;
        padding: 25px;
        box-sizing: border-box;
    }
    .button_area .button.right {
        float: left;
    }
}

@media screen and (max-width: 667px)
/* iPhone 6 Landscape */

}

@media screen and (max-width: 659px)
/* Android Landscape */

{

}

@media screen and (max-width: 640px)
/* Android Landscape */

{

}

@media screen and (max-width: 593px)
/* Android Landscape */

{

}

@media screen and (max-width: 568px)
/* iPhone 5 Landscape */

{

}

@media screen and (max-width: 481px)
/* Android Portrait */

{

}

@media screen and (max-width: 480px)
/* Others Landscape */

{

}

@media screen and (max-width: 414px) /* iPhone 6 Plus Portrait */ {
    #header a {
        font-size: 13px;
    }
    
    .col-xs-12 {
        width: 100%;
        padding-bottom: 10px;
    }
    
    .col-xs-4 {
        width: 33.333333333%;
        float: left;
    }
    
    .col-xs-8 {
        width: 66.666666667%;
        float: left;
    }
    
    .col-xs-9 {
        width: 75%;
        float: left;
    }
}

@media screen and (max-width: 412px)
/* Nexus 6 Portrait */

{

}

@media screen and (max-width: 384px)
/* Android Portrait */

{

}

@media screen and (max-width: 375px)
/* iPhone 6 Portrait */

{

}

@media screen and (max-width: 360px)
/* Android Portrait */

{

}

@media screen and (max-width: 350px)
/* Android Portrait */

{

}

@media screen and (max-width: 320px)
/* Others Portrait */

{

}


/* Mobile Navigation 
----------------------------------------------- */

#nav .bolder {
    font-weight: bold;
    color: #fff;
}

nav#nav a {
    /*position: absolute;
    left: 15px;
    top: 15px;*/
    text-align: center;
    padding: 12px 0;
    text-decoration: none;
    font-size: 1.5em;
    z-index: 9999;
}

nav#nav a[title="Hide navigation"] {
    position: absolute;
    left: 15px;
    top: 15px;
    padding: 0;
    text-decoration: none;
    font-size: 1.5em;
    z-index: 9999;
    background-color: #fff;
    z-index: 99992;
}

#nav > ul {
    height: 3.75em;
    background: #fff;
    padding-bottom: 40px;
    -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.36);
    -moz-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.36);
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.36);
    z-index: 99991;
}

@media only screen and ( min-width: 769px) {
    #nav {
        display: none;
        /* container */
    }
}

#nav > a {
    display: none;
}

#nav li {
    position: relative;
}


/* first level */

#nav > ul {
    height: 3.75em;
}

#nav > ul > li {
    width: 25%;
    height: 100%;
    float: left;
}


/* second level */

#nav li ul {
    display: none;
    position: absolute;
    top: 100%;
}

#nav li:hover ul {
    display: block;
}

@media only screen and (max-width: 900px) {
    #nav {
        position: relative;
        display: block !important;
    }
    #nav > a {}
    #nav:not(:target) > a:first-of-type,
    #nav:target > a:last-of-type {
        display: block;
    }
    /* first level */
    #nav > ul {
        height: auto;
        display: none;
        position: absolute;
        left: 0;
        right: 0;
        top: -25px;
        padding-bottom: 15px;
        padding-top: 4px;
    }
    #nav:target > ul {
        display: block;
    }
    #nav > ul > li {
        width: 100%;
        float: none;
        margin-top: 25px;
        list-style: none;
        display: inline-block;
    }
    /* second level */
    #nav li ul {
        position: static;
    }
}
