/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Debug und Helper
# Typographie
	## Allgemein
	## Überschriften
# Links
# Listen
# Tabellen
# Formulare und Felder
# Clearing
# Struktur
	## Kopfbereich
	## Content
	## Fussbereich
# Suche
# Content
	## Boxen
	## Listenfilter
	## Kategorien
# Account-Verwaltung
# Checkout
# Warenkorb-Ansichten
# Merkzettel
# Navigation
	## Top-Navigation
	## Kategorie-Navigation
	## Listen-Navigation: Pagination
	## Produkt-Navigation
# Images
	## Fancybox
# Messages
# Media Queries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

a, h1, h2, h3, h4, h5, h6, p, blockquote, address, big, cite, code, em, font, img, small, span, strike, sub, sup, li, ol, ul, fieldset, form, label, legend, button, table, caption, tr, th, td, dl, dt, dd{
	margin:0;
	padding:0;
	border:0;
}

html {
	font-family: Helvetica, sans-serif;
	line-height: 1.15; /* 1 */
	color: #333333;  
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;	
}

body {
	margin: 0;
	padding: 0;
}

article,
aside,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*{
  padding:0;
  margin:0;
}


/* Images */

img {
	border-style: none;
	border: 0 none;
	margin: 0;
	padding: 0;
}
svg:not(:root) {
    overflow: hidden;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

[hidden], template {
    display: none;
}

/*--------------------------------------------------------------
# Debug und Helper
--------------------------------------------------------------*/

.debug-box {
	font-weight: bold;
	border: 1px solid red;
}

.probebox {
	border: 1px solid green;
}

.desktop {
	display: none;
}

/*--------------------------------------------------------------
# Typographie
--------------------------------------------------------------*/

/* Allgemein */

h1 {
	font-size: 2em;
	margin: 0;
	padding: 0;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

#content-area p {
    line-height: 1.5;
    margin-bottom: .75rem;
}

/* Headings */

h1 {
    font-size: 175%;
}

h2 {
    font-size: 150%;
}

#content-area h1 {
    margin-bottom: 1rem;
}

#content-areafull h1 {
    margin-bottom: .75rem;
}

#content-area h2, #content-areafull h2, .page-print h2 {
    margin: 0 0 .5em;
    padding: .25rem 0;
    border-bottom: 1px dotted #a9a9a9;
}

#content-area .product-listing .product-header h2 {
    margin: 0;
    padding: 0;
    border-bottom: 0 none;
}

h3 {
    font-size: 125%;
    margin: 0;
    padding: 0;
}

#content-area h3 {
    margin-top: .5em;
}

h4 {
    font-size: 112.5%;
}


/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  color:#00f;
  text-decoration: none;
}

a:active, a:hover {
    outline: 0;
    color: #0a0a0b;
}

/*--------------------------------------------------------------
# Listen
--------------------------------------------------------------*/

ul, ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

ul li,
ol li,
li {
  margin: 0;
  padding: 0;
}

/*--------------------------------------------------------------
# Tabellen
--------------------------------------------------------------*/

table {
    border-collapse: collapse;
    border-spacing: 0;
}
td, th {
    padding: 0;
}

/*--------------------------------------------------------------
# Formulare und Felder
--------------------------------------------------------------*/

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: none 0;
    margin: 0 2px;
    padding: .35em .625em .75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: 700;
}

/*--------------------------------------------------------------
# Clearing
--------------------------------------------------------------*/

.cf:before,
.cf:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.cf:after {
	clear: both;
}

/*--------------------------------------------------------------
# Struktur
--------------------------------------------------------------*/

body.popupcontent {
	background-color: #ffffff;
}


/* Kopfbereich */

#header {
    width: 90%;
    margin: 0 auto 1rem;
    padding-top: 1rem;
}

.logo {
    display: inline-block;
    width: 40%;
}

.logo img {
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0;
}

.breadcrumb {
    display: none;
}

/* Content Bereich */

#content-container {
    width: 90%;
    margin: 0 auto 1.5rem;
}

#content-area {
    margin-top: 2rem;
}


/* Fussbereich */

#footer {
    padding: 1rem 0 0;
    background-color: #fff;
    border-top: 1px solid gray;
}

.shopinfo, .legalinfo, .paymentinfo {
    width: 90%;
    margin: 0 auto;
}

.paymentinfo, .legalinfo {
    font-size: 87.5%;
}

.bottombox {
    display: inline-block;
    width: auto;
    margin: .5rem auto .75rem;
}

.paymentinfo, .legalinfo {
    text-align: center;
}

.legalinfo ul li {
    margin: .5rem 0 0;
}

.legalinfo a {
    color: #2f4f4f;
    display: inline-block;
    text-decoration: none;
    padding: .5rem .25rem;
}

.footerbox {
    margin-bottom: 2rem;
    text-align: center;
}

.footerbox ul {
    margin-bottom: 6px;
}

.footerbox ul li {
    padding: .5rem 0 0;
}

.footerbox a {
    display: inline-block;
    color: #2f4f4f;
    text-decoration: none;
    padding: .5rem 0;
}

.footerbox ul li a:hover {
    background: #2f4f4f;
    color: #fff;
}

.footerbox h2 {
    display: inline-block;
    width: auto;
}

.footerbox.one h2:before {
    content: url(img/icon-cart.png);
    padding-right: 6px;
}

.footerbox.two h2:before {
    content: url(img/icon-comicshop.png);
    padding-right: 6px;
}

.footerbox.three h2:before {
    content: url(img/icon-information.png);
    padding-right: 6px;
}

.footerbox.three img {
    max-width: 100%;
    height: auto;
}

.paymentinfo ul {
    text-align: center;
}

.paymentinfo ul li {
    display: inline-block;
    width: auto;
}

.copyright {
    font-size: 87.5%;
    text-align: center;
    background: #fff;
    padding-bottom: .75rem;
}

.copyright a {
    color: gray;
    text-decoration: none;
}

/*--------------------------------------------------------------
# Suche
--------------------------------------------------------------*/

.search input[type="text"],
.re-search input[type="text"]  {
    padding: .5rem;
    margin: 0;
    border: 1px solid #252527;
    border-radius: .25rem 0 0 .25rem;
}

.search input[type="text"],
.re-search input[type="text"] {
    width: 80%;
}

.search input[type="image"] {
    background: green;
    margin-left: -4px;
    padding: 2px 0;
    border: none 0;
    border-top: 1px solid #252527;
    border-right: 1px solid #252527;
    border-bottom: 1px solid #252527;
    border-radius: 0 4px 4px 0;
}

fieldset.search {
    width: 100%;
    padding: 0;
    margin-bottom: 2rem;
}

.search label {
    display: block;
    width: 100%;
    padding: .25rem 0;
}

.search input {
    vertical-align: middle;
}

.searchbar-header {
	width: auto;
	margin: 0;
	padding: 0;
	background-color: #252527;
	border: 2px solid #252527;
}

.searchbar-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
            align-content: stretch;	
}

.searchbar-header select,
.searchbar-header input[type="text"] {
    padding: .5rem;
    margin: 0;
}

.searchbar-header select {
	border-bottom: 1px solid #252527;
}

.searchbar-header select,
.searchbar-header input {
	border: 0;	
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-box-ordinal-group: 1;
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
	-webkit-align-self: stretch;
	-ms-flex-item-align: stretch;
	-ms-grid-row-align: stretch;
	align-self: stretch;
}

.searchbar-header select {
	-webkit-flex: 1 0 100%;
	flex: 1 0 100%;
}

.searchbar-header input[type="text"] {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}

a.searchbar-advanced {
    display: inline-block;
    padding: .575rem .75rem;
    margin: 0;
    border: 1px solid #fff;
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
    background-color: #252527; 
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

/* Boxen */

.button-box, .button-box-center {
    display: block;
    width: 100%;
    margin: 1rem 0;
}

.button-box-center {
    text-align: center;
}

.button-box.nobottom {
	display: block;
	width: auto;
	margin:1% 4% 1% 1%;
}

.elem-top {
	margin-top: 1rem
}

.btn-block {
	display: block;
	width: 100%;
}

.btn-left {
    float: left;
    width: auto;
}

.btn-right {
    float: right;
    width: auto;
    text-align: right;
}

.btn-left a, .btn-right a {
	display: inline-block;
}

.btn-center {
    display: inline-block;
    width: auto;
    margin: 0 auto;
}

a.btn-border {
	display: block;
	background-color: #0a0a0b;
	color: #ffffff;
	border: 1px solid #0a0a0b;
	border-radius: .25em;
	margin-bottom: .5em;
	padding: .5em .5em;	
}

a.btn-border:hover {
	background-color: #27ae60;
	color: white;
}

a.btn-note {
	display: block;
	color: #0a0a0b;
	border: 1px solid #0a0a0b;
	border-radius: .25em;
	margin-bottom: .5em;
	padding: .25em .5em;
}

a.btn-note:hover {
	background-color: #d27f1b;
	color: white;
}

.box-cart, .box-admin, .box-wishlist {
    width: 100%;
    padding: 1% 1% 4% 3%;
    margin-bottom: 1rem;
    border-radius: .25rem;
}

.box-admin {
    display: block;
}

.admin-items {
	padding: 3% 0;
}

.admin-items h3 {
	margin-bottom: .5rem;
}

.admin-items li {
	position: relative;
	margin-bottom: .25em;
}

.adminbox-list-orders em {
	position: absolute;
	right: 0;
	margin-right: .25rem;
	margin-left: .75rem;
}

.boxcartheader a {
    color: #333;
}

a.news-navigation {
    display: block;
    position: absolute;
    top: 0;
    right: 5%;
    width: auto;
    margin: 1rem 0 0;
    text-align: center;
    color: green;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
}

#content-area img {
    max-width: 100%;
    height: auto;
}


/* Listenfilter */

.sortierung-filter, .listing-filter {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-content: flex-start;
	align-content: flex-start;
	-webkit-align-items: stretch;
	align-items: stretch;
	margin-bottom: 1em;
}

.listing-filter {
	/*-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;*/
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}


.manu-drop {
	-webkit-order: 0;
	order: 0;
	-webkit-flex: 1 1 100%;
	flex: 1 1 100%;
	-webkit-align-self: auto;
	align-self: auto;
	margin-bottom: .75em;
}

.sort-drop, .prll-drop {
	-webkit-order: 0;
	order: 0;
	-webkit-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-align-self: auto;
	align-self: auto;
	max-width: 48%;
}

.manu-drop select,
.sort-drop select,
.prll-drop select {
	width: 100%;
	border: 1px solid gray;
	border-radius: .25rem;
	padding: .5rem;
}

.listing-filter a {
	background-color: #444444;
	color: #ffffff;
	border: 2px solid #000000;
	padding: .5rem;
	border-radius: .25rem;
	-webkit-order: 0;
	order: 0;
	-webkit-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-align-self: auto;
	align-self: auto;
}

.listing-filter a:hover {
	opacity: 0.8;
}

.prll-drop,
.listing-filter a:first-of-type {
	margin-right: 3%;
}


/* Übersicht Kategorien */

.category-grid {
    overflow: hidden;
}

.category-grid li {
    display: block;
    width: 100%;
    margin-bottom: .75rem;
    border: 2px solid #d8d8d8;
    border-radius: .25rem;
    text-align: center;
}

.category-grid li a {
    display: block;
    width: 100%;
    color: #252567;
    text-decoration: none;
    padding: .5rem 0 1rem;
}

.category-grid li a:hover, .category-grid li a:active {
    background: #d8d8d8;
}

.category-grid li a img {
    display: block;
    margin: 0 auto;
    padding: 1rem 0 0;
}

.category-image {
	margin: .75em 0;
}

.product-header {
    margin-bottom: 1.5rem;
    font-size: 87.5%;
}

.product-listing .product-header {
    border: 1px solid #252527;
    border-radius: 0 0 .25rem .25rem;
    padding: 0 .75rem;
}

.product-header h1 {
    margin: 0;
    font-size: 1.25rem;
}

#content-area .product-listing .product-header h2 a {
    display: block;
    margin: 0 -.75rem .75rem;
    padding: .25rem .75rem;
    background: #3e403d;
    color: #fff;
    text-decoration: none;
    border-bottom: 2px solid #252527;
}

#content-area .product-listing .product-header h2 a:hover {
    background: #eee;
    color: #0a0a0b;
}

.product-short-description {
    margin: .5rem 0 .75rem;
}


/* Akkordeon für Hersteller-Info*/

/*summary {
   position: relative;
   padding-left: 1.4em;
   }

summary::marker, summary::-webkit-details-marker {
   color: transparent;
}

summary::before {
   content:  "+"; 
   position: absolute;
   color: green;
   font-size: 1.25em;
   font-weight: bold; 
   left: 0;
   top: -.1em;
   transition: all 0.5s;
} 

details[open] > summary::after {
 color: red;
 transform: translate(5px,0) rotate(45deg);
}

details {
	background-color: red;
	padding: .75em .25em;
}*/




summary {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem;
  font-weight: bold;
}

summary::before {
  content: '';
  width: 0; 
  height: 0; 
  border-top: 10px solid #15171b;
  border-inline: 7px solid transparent;
  transition: 0.2s;
  margin-right: 10px;
}

details[open] > summary {border-bottom: 2px solid #fff9f1;}

details[open] > summary::after {
  transform: rotate(-180deg);
}

summary::-webkit-details-marker {
  display: none;
}

summary {
  color: #30353b;
  /*border-radius: 5px;*/
}

details[open] summary {border-radius: 5px 5px 0 0;}

details {
  background: #eeebdc;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

















.product-manufacturer-name,
.product-manufacturer-info {
	background-color: #eeeeee;
	border-top: 2px solid #dcdcdc;
	border-bottom: 2px solid #dcdcdc;
	padding: .25rem 0;
}

.product-manufacturer-info ul li {
	margin-bottom: .25rem;
}

.product-manufacturer-info ul li:last-child {
	margin-bottom: 0;
}

.product-manufacturer-info ul li.notice {
	margin-top: .4rem;
}

#content-area .product-manufacturer-name p {
	margin-bottom: 0;
}


.product-manufacturer-name {
	border-bottom: 0;
}

.product-manufacturer-name  + .product-manufacturer-info {
	border-top: 0;
	padding-top: 0;
}

.product-manufacturer-info  + .product-short-description {
	margin: 1.5rem 0;
}

/* Ende Akkordeon */

.product-image {
    display: block;
    margin-bottom: .75rem;
}

.product-image a {
    display: inline-block;
    width: auto;
    margin-bottom: .8rem;
    text-decoration: none;
}

.product-image a img {
    display: block;
    box-shadow: 4px 6px 3px 2px gray;
}

.product-price {
    font-size: 125%;
    font-weight: 700;
}

.product-details li {
    padding: .25rem 0;
}

.product-details li a {
    display: inline-block;
    text-decoration: none;
    padding: .25rem 0;
}

.product-details li.btn-quantity, .product-details li.btn-details {
    margin-top: 13px;
    padding: 0;
    float: left;
    width: auto;
    margin-right: .5rem;
}

.product-details li.btn-quantity {
	margin-top: 1rem;
}

.product-details li.btn-cart {
    margin-top: 11px;
    padding: 0;
    float: left;
    width: auto;
}

.product-listing .product-details {
    padding-bottom: .75rem;
}

.product-listing .product-details li.btn-details {
    padding: 0;
    /*margin: .75rem .5rem 0 0;*/
}

.product-listing .product-details li.btn-cart a, .product-listing .product-details li.btn-details a {
    padding: 0;
    border: 0 none;
}

.product-details li.btn-quantity span {
    font-weight: 700;
    padding: 8px 4px;
    border: 1px solid #0a0a0b;
    border-radius: .25rem 0 0 .25rem;
    background: #e3e3e3;
}

.product-details li.btn-quantity input[type="text"] {
    font-weight: 700;
    text-align: center;
    border: 0 none;
    margin: 0;
    padding: 8px 3px;
    border: 1px solid #0a0a0b;
    border-left: 0 none;
    border-radius: 0 .25rem .25rem 0;
}

.btn-print {
    width: auto;
    margin: 1rem 0 2rem;
}

.productinfoproductadded {
    background: #eee;
    font-size: 67.5%;
    text-align: center;
    width: 60%;
    margin: 2rem auto 1rem;
    padding: .25rem 0;
}


/* Popup-Content */

.popup-container {
	padding: .75em;
}

.popup-container h1 {
	margin-bottom: .75em;
	border-bottom: 2px solid #252527;
	background-color: #eeeeee;

}

/*--------------------------------------------------------------
# Account-Verwaltung
--------------------------------------------------------------*/

.address-box fieldset {
    width: 100%;
    margin: 1rem 0 1.5rem;
    border-top: 1px dotted #a9a9a9;
}

.address-box legend {
    margin-left: -.75rem;
    padding: .75rem .5rem;
    border: 1px dotted #a9a9a9;
    font-weight: 700;
}

.address-box input[type="image"] {
    width: auto;
    border: 0 none;
    padding: 0;
}

.form-line, .form-checkbox, .payment-action {
    display: block;
    width: 100%;
    line-height: 1.5;
    margin: 1rem 0 .6rem;
}

.form-line label, .form-line label.label-top {
    display: inline-block;
    width: auto;
    font-weight: 700;
    line-height: 1.5;
}

.form-line label.label-top {
    vertical-align: top;
}

.form-checkbox label {
    font-weight: 700;
}

.form-line input, .form-line textarea,
.form-line select,
.form-line img,
.payment-action input {
    display: block;
    width: 100%;
    line-height: 1.5;
    padding: .25rem .25rem .25rem .5rem;
    border: 1px solid #4f4f51;
    border-radius: .25rem;
}

.form-line input:focus, .payment-action input:focus {
    border: 1px solid #530000;
    background: #eee;
}

.payment-action input[type="checkbox"] {
    display: inline-block;
    width: auto;
    min-width: 0;
    margin-right: .75rem;
}

.pa-title {
    font-weight: 700;
}

.form-line img {
    padding: 0;
    border: 1px solid #0a0a0b;
}

.form-checkbox input[type="radio"] {
    margin: 0 .5rem;
}

.form-checkbox input[type="checkbox"] {
    margin-right: .75rem;
}

.form-checkbox a {
    display: inline-block;
    text-decoration: none;
    background: #2f4f4f;
    color: #fff;
    padding: .5rem .75rem;
    border: 1px solid #2f4f4f;
    border-radius: .25rem;
    margin: .5rem 0 .75rem;
}

.form-checkbox a:hover {
    width: auto;
    color: #fff;
    background: #2f4f4f;
}

.form-checkbox .inputRequirement {
    margin-right: 0;
    margin-left: 1rem;
    color: #640000;
}

.form-line .inputRequirement {
    display: inline-block;
    margin-top: .25rem;
    color: #640000;
}

label.form-legal {
    font-weight: 700;
    margin: 0;
    padding: .5rem .75rem;
}

ol#address_block li input[type="radio"] {
    background: #ff0;
}

#address_block li label {
    padding-left: .25rem;
    font-weight: 700;
}

#address_block li span {
    display: inline-block;
    margin-left: 1.7rem;
    padding: .25rem 0;
}

.address-list, .account-order-list, .account-action-list, .checkout-list {
    margin: 1rem 0 1.5rem;
    padding: .75rem;
    border: 1px solid #a9a9a9;
    border-radius: .25rem;
}

#content-area p.address-actual, #content-areafull p.address-actual {
    display: inline-block;
    width: 100%;
    background: #dcdcdc;
    margin: .25rem 0 1rem;
    padding: .5rem .75rem 1rem;
    font-weight: 700;
    border: 1px solid #a9a9a9;
    border-radius: .25rem;
}

.account-action-list {
    padding: 0;
    border: 0 none;
}

.account-action-list li, .checkout-list li {
    padding: 0 0 .75rem;
}

.account-action-list li a {
    display: inline-block;
    width: 80%;
    padding: .5rem .75rem;
    border: 1px solid #2f4f4f;
    border-radius: .25rem;
    text-decoration: none;
    color: #2f4f4f;
}

.account-action-list li a:hover {
    background: #2f4f4f;
    color: #fff;
}

a.btn-link {
    display: inline-block;
    margin: .5rem 0 .75rem;
    padding: .5rem .75rem;
    text-decoration: none;
    background: #2f4f4f;
    color: #fff;
    border: 1px solid #2f4f4f;
    border-radius: 5px;
}

.account-order-list li:first-child {
    padding: .5rem 0;
    font-weight: 700;
}

/*.account-order-list li:last-child {
    margin-top: 1rem;
}*/


/*--------------------------------------------------------------
# Checkout
--------------------------------------------------------------*/


.color-checkout-edit {
	background-color: #2f4f4f;
	color: white;
	font-style: italic;
	border-radius: .25em;
	padding: 0 4px;
}

.checkout-shopnote {
	display: block;
	padding: .5em 0;
}

.checkout-revocation {
    font-weight: 700;
    margin: .75rem 0 1.4rem;
}

.checkout-revocation a {
    border-bottom: 1px dotted blue;
}

.checkout-revocation a.infobox600:before {
    content: '\2192';
    padding-right: 2px;
    border-bottom: 0 none;
}

a.btn-link-small {
    display: inline-block;
    padding: .25rem .5rem;
    border: 1px solid #2f4f4f;
    border-radius: .25rem;
    text-decoration: none;
    color: #2f4f4f;
}

a:hover.btn-link-small {
    background: #2f4f4f;
    color: #fff;
}

.credential-box fieldset {
    width: 100%;
    margin: 1rem 0 1.5rem;
    border: 1px solid #a9a9a9;
    border-radius: .25rem;
}

#checkoutnavigation {
    width: 100%;
    margin: 0 0 .5rem;
    font-size: 87.5%}

#checkoutnavigation li {
    float: left;
    width: 25%;
    padding: 1rem 0;
    font-weight: 700;
    text-align: center;
}

#checkoutnavigation li.active {
    background: #ffff91;
    border: 1px solid #0a0a0b;
}

#checkoutnavigation li.inactive {
    background: #aaa;
    color: #fff;
    border: 1px solid #fff;
}

#checkoutnavigation li.done {
    background: #d5ffbf;
    border-top: 1px solid #0a0a0b;
    border-bottom: 1px solid #0a0a0b;
    border-left: 1px solid #0a0a0b;
}

#checkoutnavigation li.success {
    background: #449d44;
    border-top: 1px solid #0a0a0b;
    border-bottom: 1px solid #0a0a0b;
    border-left: 1px solid #0a0a0b;
    color: #fff;
}

#checkoutnavigation li.success-last {
    background: #449d44;
    border: 1px solid #0a0a0b;
    color: #fff;
}

#newCCard {
    width: 100%;
    border: 1px solid green;
}

#newCCard iframe {
    width: 100%;
}

#lastCCard {
    font-weight: 700;
    width: 100%;
    padding: .25rem 0;
}

.checkout-commentbox {
    margin-bottom: 1.5rem;
    padding: 0 .5rem .5rem;
    border: 1px solid #a9a9a9;
    border-radius: .25rem;
}

.checkout-box {
    margin-bottom: 1.5rem;
    padding: .25rem 0 .75rem;
}

.checkout-columns {
    display: block;
    width: 100%;
    margin: 1rem 0;
}

.checkout-cl1, .checkout-cl2 {
    margin-bottom: 1.5rem;
    padding: 0 .5rem .5rem;
    border: 1px solid #a9a9a9;
    border-radius: .25rem;
}

.form-payment {
    width: 100%;
    font-weight: 700;
    line-height: normal;
    background: #dcdcdc;
    margin: .75rem 0 .25rem;
}

.form-payment .payment-select {
    float: left;
    background: #ccc;
    width: auto;
    padding: .5rem .75rem;
}

.form-payment .payment-info {
    float: left;
    width: auto;
    padding: .5rem 0 .5rem .25rem;
}

.form-payment.fallback {
	border: 2px solid red;
}

.form-payment.no-accordion {
	margin: 1.5rem 0 .25rem;
}

/*.form-payment .module-cost {
    float: right;
    width: 28%;
    text-align: right;
}*/

.payment-desc {
    margin-left: 2.75rem;
}

.agbframe {
    width: auto;
    height: 200px;
    overflow: auto;
    padding: 1em;
    margin: 1em 0;
    border: 1px solid #4f4f51;
}

.bordercolor {
    border: 1px solid #2f4f4f;
    border-radius: .25rem;
    padding: .75rem 1rem;
}

/*--------------------------------------------------------------
# Warenkorb-Ansichten
--------------------------------------------------------------*/

/* ## Warenkorb */

table.orderdetails,
table.ordertotal-block {
    width: 100%;
    border: 1px solid gray;
    font-size: 87.5%;
}

table.ordertotal-block {
    background: #dcdcdc;
    margin-top: 2px;
}

table.orderdetails tr.head-row {
    border-bottom: 2px solid gray;
    background: #dcdcdc;
    padding: .25rem 0;
    font-weight: 700;
}

table.orderdetails tr td.head-qty {
    text-align: center;
    width: 8%;
}

table.orderdetails tr td.head-article {
    width: 54%;
    padding-left: 1%;
}

table.orderdetails tr td.head-single,
table.orderdetails tr td.head-total {
    width: 18%;
    text-align: right;
    padding-right: 1%;
}

table.orderdetails tr.item-row {
    border-bottom: 1px dotted gray;
    vertical-align: top;
}

table.orderdetails tr.item-row td {
    padding: .25rem 0 .5rem;
}

table.orderdetails tr.item-row td.item-article {
    padding-left: 1%;
}

table.orderdetails tr.item-row td.item-article .item-article-picture {
	float: left;
	width: auto;
	margin-right: 1em;
}

table.orderdetails tr.item-row td.item-article .item-article-picture img {
	display: block;
	margin: 0;	
	padding: 0;
	max-width: 6em;
}

table.orderdetails tr td.item-total {
    font-weight: 700;
    text-align: right;
    padding-right: 1%;
}

table.orderdetails tr td.item-single {
    text-align: right;
    padding-right: 2%;
}

table.orderdetails tr td.item-qty {
    text-align: center;
    font-weight: 700;
}

table.ordertotal-block tr td.ordertotal-title,
table.ordertotal-block tr td.ordertotal-value {
    vertical-align: top;
    padding-right: 1%;
}

table.ordertotal-block tr td.ordertotal-title {
    width: auto;
    text-align: right;
}

table.ordertotal-block tr td.ordertotal-value {
    width: 7rem;
    text-align: right;
}

table.ordertotal-block tr:last-child td {
    padding-top: .25rem;
    padding-bottom: .25rem;
    border-top: 2px solid gray;
}

table.order-details {
    width: 100%;
    margin-bottom: 1rem;
}

tr.row-details {
    border-bottom: 1px solid #a9a9a9;
}

td.od-article {
    float: left;
    width: 100%;
    margin-top: .5rem;
    margin-bottom: .5rem;
}

td.od-qty {
    float: left;
    width: 100%;
    margin-bottom: .25rem;
    text-align: right;
}

td.single-text, td.total-text,
td.delete-text {
    float: left;
    width: 60%;
}

td.single-price, td.total-price,
td.delete-action {
    float: left;
    width: 40%;
    text-align: right;
}

td.delete-text,
td.delete-action {
    padding: .25rem 0 .5rem;
}

td.delete-action a img {
    vertical-align: middle;
}

tr.row-details td input[type="text"] {
    background: #fff;
    padding: .5rem;
    border: 0 none;
    border-radius: .25rem;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #a9a9a9;
    margin: 0 4px;
    font-weight: 700;
}

tr.row-details td input[type="button"].cart-qty-minus,
tr.row-details td input[type="button"].cart-qty-plus {
    padding: .5rem .75rem;
    border: 0 none;
    border-radius: .25rem;
    vertical-align: middle;
    font-weight: 700;
}

tr.row-details td input[type="button"].cart-qty-minus {
    background: #eee;
    border: 1px solid #a9a9a9;
}

tr.row-details td input[type="button"].cart-qty-plus {
    background: #90ee90;
    border: 1px solid #90ee90;
}

tr.row-subtotal, tr.row-total {
    background: #dcdcdc;
    border-top: 1px solid gray;
    border-bottom: 1px solid gray;
    padding-right: 4%;
}

tr.row-subtotal td {
    padding-top: .5rem;
}

tr.row-shipping td {
    font-size: 87.5%;
    vertical-align: bottom;
}

td.sumtotal-text, td.od-vat {
    float: left;
    width: 100%;
}

td.shipping-action, td.shipping-desc {
    float: left;
    width: 100%;
    padding: .5rem 0;
}

td.shipping-desc em {
    font-style: normal;
    float: left;
    width: 72%;
}

td.shipping-desc span {
    float: left;
    width: 28%;
    text-align: right;
}

td.shipping-action select {
    float: right;
    border: 1px solid gray;
    border-radius: .25rem;
    padding: .5rem;
}

td.od-vat, td.od-subtotal, td.sumtotal-amount {
    text-align: right;
}

td.od-vat {
    font-size: 87.5%;
}

td.od-subtotal-text, td.sumtotal-text {
    text-align: left;
}

td.sumtotal-text,
td.sumtotal-amount,
td.od-subtotal-text,
td.od-subtotal {
    float: left;
    width: 50%;
    font-weight: 700;
}

td.sumtotal-text, td.sumtotal-amount {
    padding: .5rem 0 .25rem;
    border-bottom: 1px solid gray;
}

.note-box {
	border: 1px solid #dcdcdc;
	border-radius: .25em;
	margin: 1em 0;
	padding: .5em .5em;
}

/* ## Merkzettel */





/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

/* Top-Navigation */

.top-fixed {
    font-size: 93.75%;
}

.mobile-nav {
    display: none;
}

.topmenu {
    width: 100%;
    background: #252527;
}

.topmenu li {
    float: left;
    width: 50%;
    background: #252527;
    border-bottom: 1px solid #fff;
    text-align: center;
}

.topmenu .guest-nav li:last-of-type {
	width: 100%;
}

.topmenu li a {
    display: block;
    padding: 1rem 0;
    color: #fff;
    text-decoration: none;
}

.topmenu li a:hover {
    color: #0a0a0b;
    background: #fff;
}

.topmenu li.tm-border-mobile-content {
    background: #fff;
    border-right: 1px solid #fff;
}

.topmenu li.tm-border-mobile-content a {
    color: #0a0a0b;
    font-weight: 700;
}

.tm-border-mobile {
    border-right: 1px solid #fff;
}

/* Kategorie-Navigation */


#menu-button {
    display: block;
    border: 1px solid #252527;
    background: #640000;
}

#menu-button:after {
    content: '-';
    padding-left: 1rem;
}

#menu-button.collapsed:after {
    content: '+';
    padding-left: 1rem;
}

h2 a#menu-button {
    padding: .5rem 0;
    border-radius: .4rem;
    color: #fff;
    text-decoration: none;
    text-align: center;
}

#category-navigation.collapsed {
    display: none;
}

h2.categoryheader {
    display: none;
}

.sm {
	box-sizing:border-box;
	position:relative;
	/*z-index:999;*/
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

.sm,.sm ul,.sm li{display:block;list-style:none;margin:0;padding:0;line-height:normal;direction:ltr;text-align:left;}
.sm-rtl,.sm-rtl ul,.sm-rtl li{direction:rtl;text-align:right;}
.sm>li>h1,.sm>li>h2,.sm>li>h3,.sm>li>h4,.sm>li>h5,.sm>li>h6{margin:0;padding:0;}
.sm ul{display:none;}
.sm li,.sm a{position:relative;}
.sm a{display:block;}
.sm a.disabled{cursor:default;}
.sm::after{content:"";display:block;height:0;font:0px/0 serif;clear:both;overflow:hidden;}
.sm *,.sm *::before,.sm *::after{box-sizing:inherit;}

.sm-clean {
  background: #eeeeee;
  border-radius: 5px;
}
.sm-clean a, .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active {
  padding: 13px 20px;
  /* make room for the toggle button (sub indicator) */
  padding-right: 58px;
  color: #555555;
  font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Arial, sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 17px;
  text-decoration: none;
}
.sm-clean a.current {
  color: #D23600;
}
.sm-clean a.disabled {
  color: #bbbbbb;
}
.sm-clean a .sub-arrow {
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: auto;
  right: 4px;
  width: 34px;
  height: 34px;
  overflow: hidden;
  font: bold 16px/34px monospace !important;
  text-align: center;
  text-shadow: none;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
}
.sm-clean a .sub-arrow::before {
  content: '+';
}
.sm-clean a.highlighted .sub-arrow::before {
  content: '-';
}
.sm-clean > li:first-child > a, .sm-clean > li:first-child > :not(ul) a {
  border-radius: 5px 5px 0 0;
}
.sm-clean > li:last-child > a, .sm-clean > li:last-child > *:not(ul) a, .sm-clean > li:last-child > ul, .sm-clean > li:last-child > ul > li:last-child > a, .sm-clean > li:last-child > ul > li:last-child > *:not(ul) a, .sm-clean > li:last-child > ul > li:last-child > ul, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > a, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul {
  border-radius: 0 0 5px 5px;
}
.sm-clean > li:last-child > a.highlighted, .sm-clean > li:last-child > *:not(ul) a.highlighted, .sm-clean > li:last-child > ul > li:last-child > a.highlighted, .sm-clean > li:last-child > ul > li:last-child > *:not(ul) a.highlighted, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted {
  border-radius: 0;
}
.sm-clean li {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.sm-clean > li:first-child {
  border-top: 0;
}
.sm-clean ul {
  background: rgba(162, 162, 162, 0.1);
}
.sm-clean ul a, .sm-clean ul a:hover, .sm-clean ul a:focus, .sm-clean ul a:active {
  font-size: 16px;
  border-left: 8px solid transparent;
}

.sm-clean ul ul a,
.sm-clean ul ul a:hover,
.sm-clean ul ul a:focus,
.sm-clean ul ul a:active {
  border-left: 16px solid transparent;
}
.sm-clean ul ul ul a,
.sm-clean ul ul ul a:hover,
.sm-clean ul ul ul a:focus,
.sm-clean ul ul ul a:active {
  border-left: 24px solid transparent;
}
.sm-clean ul ul ul ul a,
.sm-clean ul ul ul ul a:hover,
.sm-clean ul ul ul ul a:focus,
.sm-clean ul ul ul ul a:active {
  border-left: 32px solid transparent;
}
.sm-clean ul ul ul ul ul a,
.sm-clean ul ul ul ul ul a:hover,
.sm-clean ul ul ul ul ul a:focus,
.sm-clean ul ul ul ul ul a:active {
  border-left: 40px solid transparent;
}


/* Listen-Navigation: Pagination */

.pagination-box {
    margin: 1.5rem 0;
}

ul.pagination {
    padding: .75rem 0;
}

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

ul.pagination:after {
    clear: both;
}

ul.pagination li {
    float: left;
    width: auto;
    text-align: center;
    background: #fff;
    margin: 0 .5rem .75rem 0;
}

ul.pagination li a {
    display: block;
    text-decoration: none;
    background: #0a0a0b;
    color: #fff;
    font-weight: 700;
    padding: .75rem 1rem;
    border: 1px solid #0a0a0b;
}

ul.pagination li a:hover {
    background: #fff;
    color: #0a0a0b;
}

ul.pagination li.current {
    font-weight: 700;
    padding: .75rem 1rem;
    background: #640000;
    color: #fff;
    border: 1px solid #640000;
}


/* Produkt-Navigation */

.productnavigator {
  margin: 1em 0;
  background-color: #eeeeee;
  border-top: 2px solid #dcdcdc;
  border-bottom: 2px solid #dcdcdc;
  padding:.75em 0;
}

.detail-navigation {
	margin-bottom: 1em;
}

.overview-link {
	display: block;
	width: 100%;
}

.detail-overview {
	text-align: center;
	/*text-align: right;*/
	margin-bottom: 1.5em;
}

/*.overview-link {
	float: left;
	width: auto;
	text-align: left;
}*/

.detail-navigation > span {
	float: left;
	display: block;
	width: 25%;
}

.detail-navigation > span:nth-of-type(even) {
	text-align: right;
}

.detail-navigation > span:nth-of-type(2n+3) {
	width: 23%;
	margin-left: 2%;
}

.overview-note {
	display: inline-block;
	padding: .5em 0;
}

.overview-link a {
	display: inline-block;
	background-color: #640000;
	color: white;
	border: 1px solid #640000;
	border-radius: .25em;
	padding: .5em .5em;
	font-weight: bold;
}

.overview-link a:hover {
	background-color: white;
	color: #0a0a0b;
	border: 1px solid #0a0a0b;
}

.detail-navigation a {
	color: #fafaf0;
	/*background-color: #0a0a0b;*/
	/*border: 1px solid #0a0a0b;*/
	background-color: #444444;
	border: 1px solid #444444;
	border-radius: .25em;
	padding: .25em .5em;
}

.detail-navigation a:hover {
	color: #0a0a0b;
	background-color: white;
}
/*--------------------------------------------------------------
# Images - Fancybox
--------------------------------------------------------------*/

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer,
.fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
    background-image: url(img/fancybox_sprite.png);
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: .8;
    cursor: pointer;
    z-index: 8060;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url(img/fancybox_loading.gif) center center no-repeat;
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url(img/blank.gif);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible!important;
}

.fancybox-lock {
    overflow: hidden!important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden!important;
}

.fancybox-lock-test {
    overflow-y: hidden!important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url(img/fancybox_overlay.png);
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent;
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: 700;
    line-height: 24px;
    white-space: nowrap;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}

/*--------------------------------------------------------------
# Messages
--------------------------------------------------------------*/

#content-area p.alert-box,
#content-areafull p.alert-box {
    font-weight: 700;
    color: #640000;
    margin: .5rem 0 1.5rem;
}

.errormessage {
    border: 2px solid #a9a9a9;
    border-radius: .25rem;
    margin-bottom: 1rem;
}

#content-area .errormessage > p {
    margin: 0;
    padding: 0 .75rem;
}

#content-area .errormessage > p:first-child {
    padding-top: .25rem;
}

#content-area .errormessage > p:last-child {
    padding-bottom: .25rem;
}

.messageStackError {
    background: #c9302c;
    color: #f0f0f0;
    padding: .25rem .75rem;
}

.messageStackWarning {
    background: #f0ad4e;
    color: #0a0a0b;
    padding: .25rem .75rem;
}

.messageStackSuccess,
.infomessage {
    background: #449d44;
    color: #f0f0f0;
    padding: .25rem .75rem;
}

.error-color {
    background: #c9302c;
    color: #f0f0f0;
}

.warning-color {
    background: #f0ad4e;
    color: #0a0a0b;
}

.success-color {
    background: #449d44;
    color: #f0f0f0;
}


/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/

@media all and (min-width: 360px)  {
    
.form-payment .module-cost {
padding-top: 9px;
display: inline-block;
margin-left: 1em;
padding-top: .5rem;
}

}

@media all and (min-width: 480px)  {
    
#header {
	width: 100%;
	background-image: url(img/header-test.jpg);
	/*background-position: center;*/
}

.logo {
    text-align: left;
    width: auto;
}

.logo img {
    padding-left: 1.6rem;
}

.topsearch {
	background-color: #252527;
}

.searchbar-header {
	border: 4px solid #252527;
	width: auto;
	margin: 0 1.6rem;
}

a.searchbar-advanced {
	border: 0;
	border-radius: 0;
	margin-left: 1.25rem;
}

.topmenu li {
	width: 25%;
}

.topmenu .guest-nav li,
.topmenu .guest-nav li:last-of-type {
    width: 33%;
}

.tm-border {
    border-right: 1px solid #fff;
}


a.news-navigation {
    background: #f0f0f0;
    padding: .5rem .75rem;
    border: 1px solid #2f4f4f;
    border-radius: .25rem;
}

.category-grid li {
    float: left;
    width: 48%;
    margin-left: 4%;
}

.category-grid li:nth-child(odd) {
    clear: left;
    margin-left: 0;
}

.category-grid li a {
    min-height: 8.75rem;
}

.product-image {
    float: left;
    width: auto;
}

.product-details {
    float: right;
    width: auto;
    text-align: right;
}

.product-details li.btn-quantity,
.product-details li.btn-details {
    float: none;
    margin: .5rem 0 .75rem;
}

.product-details li.btn-quantity {
	margin-top: 1.5rem;
}

.product-details li.btn-cart {
    margin-top: .25rem;
    float: none;
}

/*.product-listing .product-details li.btn-details {
    margin: .75rem 0 .5rem;
}*/

.product-listing .product-details li.btn-cart {
    margin: 0 0 .5rem;
}

#checkoutnavigation {
    font-size: 100%;
}

.legalinfo ul {
    display: inline-block;
    width: auto;
    margin: 0 auto;
}

.legalinfo ul li {
    float: left;
    padding: 0 .5rem;
}

.legalinfo a {
    padding: .5rem 0;
}

.footerbox {
    float: left;
    width: 50%;
    margin: .75rem 0 1.75rem;
    text-align: left;
}

.footerbox.three {
    clear: both;
    width: 50%;
    margin: 0 25% 1.5rem;
}

.payment-action {
    margin-left: 2.75rem;
    width: auto;
    position: relative;
}

.payment-action input {
    display: inline-block;
    width: auto;
    min-width: 40%;
}

.payment-action input[type="checkbox"] {
    width: auto;
    min-width: 0;
}

.payment-action input[type="text"] {
	position: absolute;
	left: 8em;
}

.pa-title {
    display: inline-block;
    width: 10rem;
}

.detail-overview {
	text-align: right;
	margin-bottom: 1.5em;
}

.overview-link {
	float: left;
	width: auto;
	text-align: left;
}


}

@media all and (min-width: 520px)  {
    
td.shipping-action {
	padding-top: .75rem;
}

}

@media all and (min-width: 600px)  {
    
.top-fixed {
	font-size: 100%;
}

.top-fixed-inner {
	width: 100%;
}

.searchbar-header {
	border: 6px solid #252527;
	/*width: auto;*/
	/*margin: 0 1.6rem;*/
}

.searchbar-header select,
.searchbar-btn {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
}

.searchbar-header select {
	max-width: 30%;
}

.searchbar-header input[type="text"] {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

td.od-article {
    width: 65%;
}

td.od-qty {
    width: 35%;
    margin-top: .5rem;
    margin-bottom: .5rem;
}

td.shipping-action {
    padding-top: 1rem;
}

#content-area h1 {
    margin-bottom: 1.5rem;
}

.sortierung-filter {
	/*display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;*/
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	/*-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-content: stretch;
	align-content: stretch;
	-webkit-align-items: flex-start;
	align-items: flex-start;*/
}

.manu-drop, .prll-drop, .sort-drop {
	-webkit-order: 0;
	order: 0;
	-webkit-flex: 1 1 auto;
	flex: 1 1 auto;
	-webkit-align-self: auto;
	align-self: auto;
}

.manu-drop {
	max-width: 32%;
	margin-bottom: 0;
}

.manu-drop, .prll-drop, .listing-filter a:first-of-type {
	margin-right: 3%;
}

.account-action-list li, .checkout-list li {
    padding-left: .75rem;
}

.account-action-list li a {
    display: inline-block;
    width: auto;
    padding: .5rem 0;
    border: 0 none;
    border-bottom: 1px solid #2f4f4f;
    border-radius: 0;
}

.footerbox {
    width: 33.33332%;
    margin: 1rem 0 1.25rem;
}

.footerbox a {
    padding: 3px 5px;
}

.footerbox.three {
    clear: none;
    float: left;
    width: 33.33332%;
    margin: 1rem 0 1.25rem;
}

}

@media all and (min-width: 768px)  {
    
body {
    background: #3e403d;
}

body.popupprintorder {
    background: #fff;
}

.desktop {
	display: block;
}

.box-search a.searchbar-advanced,
.box-search-expanded a.searchbar-advanced {
	margin: .5rem 1.8rem .75rem 1.8rem;
	border: 2px solid #ffffff;
}

.copyright {
    background: #3e403d;
    color: #e1e1e1;
}

.copyright a {
    color: #e1e1e1;
}

#content-areafull {
    background: #fff;
    padding: 2% 5%}

a.news-navigation {
    display: block;
    position: static;
    width: 90%;
    margin: 0;
    text-align: left;
    background: #f0f0f0;
    color: green;
    border: 0 none;
    padding: 10px 20px;
}

#menu-button {
    display: none;
}

#category-navigation.collapsed {
    display: block;
    width: 90%;
}


#content-container {
    width: auto;
    max-width: 1200px;
    min-height: 1300px;
    margin: 0 auto;
    padding-bottom: 2.5rem;
}

#col-one {
    float: left;
    width: 38%;
    margin: 0 2% 0 0;
    padding: 0;
    background: #fff;
}

.inner-col {
    background: #fff;
    width: 100%;
    padding: 2rem .5rem 2rem 1rem;
}

#content-area {
    float: left;
    width: 60%;
    margin: 0;
    padding: 1.5rem 3% 2rem;
    background: #fff;
}

.breadcrumb {
    display: block;
    width: 100%;
    color: #ccc;
    background: #252527;
    border-bottom: 2px solid #530000;
}

.breadcrumb a {
    color: #ccc;
    text-decoration: none;
}

.breadcrumb .current {
    font-weight: bold;
}

.breadcrumb-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: .75rem 0 .5rem 1.8rem;
}

#footer {
    padding: .75rem 1rem;
}

.shopinfo, .paymentinfo, .legalinfo {
    width: auto;
    max-width: 1200px;
}

.shopinfo, .paymentinfo {
    margin-bottom: 1rem;
}

.category-grid li a {
    padding: .5rem 0 .75rem;
}

.product-header h1 {
    font-size: 2rem;
}

.product-image {
    float: none;
}

.product-details {
    float: none;
    text-align: left;
}

.product-details li.btn-quantity,
.product-details li.btn-details {
    margin-top: .75rem;
    float: left;
    margin-right: .5rem;
}

.product-details li.btn-quantity {
	margin-top: 1.5rem;
}

.product-details li.btn-cart {
    margin-top: .75rem;
    float: left;
}

.product-listing .product-details li.btn-cart {
    margin: .75rem 0 .5rem;
}

ul.pagination li a {
    padding: .5rem .75rem;
}

ul.pagination li.current {
    padding: .5rem .75rem;
}

.footerbox.three {
    clear: none;
    float: left;
}

.footerbox, .footerbox.three {
    width: 33.33332%;
    margin: 1rem 0 1.25rem;
}

.footerbox a {
	padding: 3px 5px;
}

.legalinfo ul li {
	padding: 0 .75rem;
}

.box-cart, .box-admin, .box-wishlist {
	width: 90%;
	background-color: #fafaf0;
	border: 2px solid #3e403d;
	border-radius: .75rem;
	margin-bottom: 2rem;
}

.box-wishlist {
	background-color: #eee;
}

.box-admin {
    background: #fff;
    border: 2px solid #aa6708;
}

.box-cart a, .box-wishlist a {
    text-decoration: none;
}

.cart-content {
    list-style-type: none;
    margin: .75rem .75rem .75rem 0;
    padding: 0;
    font-size: 87.5%;
}

.cart-content li.cart-products {
    padding-bottom: .75em;
    position: relative;
}

.cart-total, .cart-ust, .cart-shipping-info {
    text-align: right;
}

.cart-total {
    border-top: 1px dotted #3e403d;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-top: .5em;
}

.cart-shipping-info {
    padding-top: 6px;
}

.cart-shipping-info a {
    padding: 0;
}

.cart-button {
	position: absolute;
	top: 0;
	right: 0;
	margin-top: -4px;
}

.cart-content li:after {
	clear: right;
}

#cart_quantity h1 {
    margin-bottom: 1.25rem;
}

h2.categoryheader,
h2.boxcartheader,
h2.boxheader-neuheiten {
    display: block;
    font-size: 2rem;
    margin: .67rem 0;
}

h2.categoryheader {
    margin: .67rem 0 0;
    padding: 1% 0 0 3%;
}

#content-areafull p.address-actual {
    width: auto;
    min-width: 40%;
}

#checkoutnavigation {
    margin: 0 0 1rem;
}

.checkout-cl1 {
    float: left;
    width: 47%;
    margin-right: 6%;
}

.checkout-cl2 {
    float: left;
    width: 47%;
}

.checkout-commentbox {
    margin: 0;
}

table.orderdetails,
table.ordertotal-block {
    width: 100%;
    font-size: 100%;
}

#content-areafull table.orderdetails {
    width: 94%;
}

#content-areafull table.ordertotal-block {
    width: 94%;
}

table.orderdetails tr.head-row {
    border-bottom: 2px solid gray;
    background: #dcdcdc;
    padding: .5rem 0;
    font-weight: 700;
}

table.orderdetails tr.head-row td {
    padding: .5rem 0 .75rem;
}

table.orderdetails tr td.head-qty {
    text-align: center;
    width: 8%;
}

table.orderdetails tr td.head-article {
    width: 64%;
    padding-left: 1%;
}

table.orderdetails tr.item-row td.item-article .item-article-picture img {
	max-width: 100%;
}

table.orderdetails tr td.head-single,
table.orderdetails tr td.head-total {
    width: 14%;
    text-align: right;
    padding-right: 1%;
}

table.orderdetails tr.item-row {
    border-bottom: 1px dotted gray;
    vertical-align: top;
}

table.orderdetails tr.item-row td {
    padding: .25rem 0 .5rem;
}

table.orderdetails tr.item-row td.item-article {
    padding-left: 1%;
}

table.orderdetails tr td.item-total {
    font-weight: 700;
    text-align: right;
    padding-right: 1%;
}

table.orderdetails tr td.item-single {
    text-align: right;
    padding-right: 1%;
}

table.orderdetails tr td.item-qty {
    text-align: center;
    font-weight: 700;
}

table.ordertotal-block tr td.ordertotal-title {
    width: auto;
}

table.ordertotal-block tr td.ordertotal-value {
    width: 8rem;
    text-align: right;
    padding-right: 1%;
}





  /* Switch to desktop layout
  -----------------------------------------------
     These transform the menu tree from
     collapsible to desktop (navbar + dropdowns)
  -----------------------------------------------*/
  /* start... (it's not recommended editing these rules) */

  .sm-clean ul {
    position: absolute;
    width: 12em;
  }

  .sm-clean li {
    float: left;
    z-index: 2000;
  }

  .sm-clean.sm-rtl li {
    float: right;
  }

  .sm-clean ul li, .sm-clean.sm-rtl ul li, .sm-clean.sm-vertical li {
    float: none;
  }

  .sm-clean a {
    white-space: nowrap;
  }

  .sm-clean ul a, .sm-clean.sm-vertical a {
    white-space: normal;
  }

  .sm-clean .sm-nowrap > li > a, .sm-clean .sm-nowrap > li > :not(ul) a {
    white-space: nowrap;
  }

  /* ...end */
  .sm-clean {
    padding: 0 10px;
    background: #eeeeee;
    border-radius: 100px;
    /*z-index: 2000;*/
  }
  .sm-clean a, .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active, .sm-clean a.highlighted {
    padding: 12px 12px;
    color: #555555;
    border-radius: 0 !important;
  }
  .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active, .sm-clean a.highlighted {
	color: #00f;
  }
  .sm-clean a.current {
	color: #00f;
  }
  .sm-clean a.disabled {
    color: #bbbbbb;
  }
  .sm-clean a.has-submenu {
    padding-right: 24px;
  }
  .sm-clean a .sub-arrow {
    top: 50%;
    margin-top: -2px;
    right: 12px;
    width: 0;
    height: 0;
    border-width: 4px;
    border-style: solid dashed dashed dashed;
    border-color: #555555 transparent transparent transparent;
    background: transparent;
    border-radius: 0;
  }
  .sm-clean a .sub-arrow::before {
    display: none;
  }
  .sm-clean li {
    border-top: 0;
  }
  .sm-clean > li > ul::before,
  .sm-clean > li > ul::after {
    content: '';
    position: absolute;
    top: -18px;
    left: 30px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 9px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #bbbbbb transparent;
  }
  .sm-clean > li > ul::after {
    top: -16px;
    left: 31px;
    border-width: 8px;
    border-color: transparent transparent #fff transparent;
  }
  .sm-clean ul {
    border: 1px solid #bbbbbb;
    padding: 5px 0;
    background: #fff;
    border-radius: 5px !important;
    box-shadow: 0 5px 9px rgba(0, 0, 0, 0.2);
  }
  .sm-clean ul a, .sm-clean ul a:hover, .sm-clean ul a:focus, .sm-clean ul a:active, .sm-clean ul a.highlighted {
    border: 0 !important;
    padding: 10px 20px;
    color: #555555;
  }
  .sm-clean ul a:hover, .sm-clean ul a:focus, .sm-clean ul a:active, .sm-clean ul a.highlighted {
    background: #eeeeee;
    color: #0a0a0b;
  }
  .sm-clean ul a.current {
    color: #00f;
  }
  .sm-clean ul a.disabled {
    background: #fff;
    color: #cccccc;
  }
  .sm-clean ul a.has-submenu {
    padding-right: 20px;
  }
  .sm-clean ul a .sub-arrow {
    right: 8px;
    top: 50%;
    margin-top: -5px;
    border-width: 5px;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #555555;
  }
  .sm-clean .scroll-up,
  .sm-clean .scroll-down {
    position: absolute;
    display: none;
    visibility: hidden;
    overflow: hidden;
    background: #fff;
    height: 20px;
  }
  .sm-clean .scroll-up:hover,
  .sm-clean .scroll-down:hover {
    background: #eeeeee;
  }
  .sm-clean .scroll-up:hover .scroll-up-arrow {
    border-color: transparent transparent #D23600 transparent;
  }
  .sm-clean .scroll-down:hover .scroll-down-arrow {
    border-color: #D23600 transparent transparent transparent;
  }
  .sm-clean .scroll-up-arrow,
  .sm-clean .scroll-down-arrow {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -6px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 6px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #555555 transparent;
  }
  .sm-clean .scroll-down-arrow {
    top: 8px;
    border-style: solid dashed dashed dashed;
    border-color: #555555 transparent transparent transparent;
  }
  .sm-clean.sm-rtl a.has-submenu {
    padding-right: 12px;
    padding-left: 24px;
  }
  .sm-clean.sm-rtl a .sub-arrow {
    right: auto;
    left: 12px;
  }
  .sm-clean.sm-rtl.sm-vertical a.has-submenu {
    padding: 10px 20px;
  }
  .sm-clean.sm-rtl.sm-vertical a .sub-arrow {
    right: auto;
    left: 8px;
    border-style: dashed solid dashed dashed;
    border-color: transparent #555555 transparent transparent;
  }
  .sm-clean.sm-rtl > li > ul::before {
    left: auto;
    right: 30px;
  }
  .sm-clean.sm-rtl > li > ul::after {
    left: auto;
    right: 31px;
  }
  .sm-clean.sm-rtl ul a.has-submenu {
    padding: 10px 20px !important;
  }
  .sm-clean.sm-rtl ul a .sub-arrow {
    right: auto;
    left: 8px;
    border-style: dashed solid dashed dashed;
    border-color: transparent #555555 transparent transparent;
  }
  .sm-clean.sm-vertical {
    padding: 10px 0;
    border-radius: 5px;
  }
  .sm-clean.sm-vertical a {
    padding: 10px 20px;
  }
  .sm-clean.sm-vertical a:hover, .sm-clean.sm-vertical a:focus, .sm-clean.sm-vertical a:active, .sm-clean.sm-vertical a.highlighted {
    background: #fff;
  }
  .sm-clean.sm-vertical a.disabled {
    background: #eeeeee;
  }
  .sm-clean.sm-vertical a .sub-arrow {
    right: 8px;
    top: 50%;
    margin-top: -5px;
    border-width: 5px;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #555555;
  }
  .sm-clean.sm-vertical > li > ul::before,
  .sm-clean.sm-vertical > li > ul::after {
    display: none;
  }
  .sm-clean.sm-vertical ul a {
    padding: 10px 20px;
  }
  .sm-clean.sm-vertical ul a:hover, .sm-clean.sm-vertical ul a:focus, .sm-clean.sm-vertical ul a:active, .sm-clean.sm-vertical ul a.highlighted {
    background: #eeeeee;
  }
  .sm-clean.sm-vertical ul a.disabled {
    background: #fff;
  }

}

@media all and (min-width: 800px)  {
    
h1 {
    font-size: 200%;
}

#content-area h1 {
    margin-bottom: 2rem;
}

#header {
    /*padding-top: 7rem;*/
    margin-bottom: 1.5rem;
    padding-top: 8rem;
    background-position: center;
}

#col-one {
    width: 32%;
    margin-right: 3%;
}

#content-area {
    width: 65%;
}

.top-fixed {
    position: fixed;
    z-index: 1000;
    width: 100%;
    padding: 0;
    height: auto;
    background: #252527;
    top: 0;
    border-bottom: 1px solid #0a0a0b;
}

.top-fixed-inner {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.topmenu {
    float: right;
    width: auto;
    margin: 0 0 .25rem 0;
    padding: 0;
}

.topmenu li,
.topmenu .guest-nav li,
.topmenu .guest-nav li:last-of-type {
    width: auto;
    border: 0 none;
}

.topmenu li.tm-border-mobile-content {
    border-right: 0 none;
}

.topmenu li a {
    padding: 1rem .75rem;
    border-top: 5px solid #252527;
    border-bottom: 2px solid #252527;
}

.topmenu li.tm-border-mobile-content a {
    padding: 1rem .75rem;
    border-top: 5px solid #fff;
    border-bottom: 1px solid #fff;
}

.topmenu li a:hover, .topmenu li.tm-border-mobile-content a:hover {
    border-top: 5px solid #640000;
    border-bottom: 1px solid #fff;
}

/* Searchbar nur mit Eingabefeld und Button */

.box-search .searchbar-header {
	border: 0;
	width: auto;
	max-width: 45%;
	margin: .75rem 0 0 1.6rem;
}

.box-search .searchbar-header input[type="text"] {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 0 1 auto;
	max-width: 60%;
}

.box-search .searchbar-btn {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 40%;
}

.box-search a.searchbar-advanced {
	margin: .5rem 1.6rem .75rem 1.6rem;
}

/* Searchbar mit angezeigter Kategorie-Auswahl */

.box-search-expanded {
	padding: 1rem 1.8rem;
}

.searchbar-header.expanded {
	border: 2px solid #ffffff;
	width: 100%;
	margin: 0;
} 

.box-search-expanded a.searchbar-advanced {
	position: absolute;
	top: .75rem;
	left: 0;
	margin: 0 1.25rem .75rem 0;
	border: 0;
}


.logo {
    float: none;
    display: block;
    max-width: 1200px;
    margin: 0 auto;
}

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

.product-listing .product-header,
#content-area .product-listing .product-header h2 a,
.product-header {
    font-size: 100%;
}

.product-listing .product-header {
    padding: 0 1rem .75rem;
}

#content-area .product-listing .product-header h2 a {
    margin: 0 -1rem .75rem;
    padding: .375rem 1rem;
}

.product-image {
    float: left;
}

.product-details {
    float: right;
    text-align: right;
}

.product-details li a {
    padding: 0;
}

.product-details li.btn-quantity,
.product-details li.btn-details {
    margin-top: .75rem;
    float: none;
    margin-right: 0;
}

.product-details li.btn-quantity {
	margin-top: 1.5rem;
}

.product-details li.btn-cart {
    margin-top: .25rem;
    float: none;
}

/*.product-listing .product-details li.btn-details {
    margin: .75rem 0 .5rem;
}*/

.product-listing .product-details li.btn-cart {
    margin: 0;
}

.form-line {
    width: 100%;
}

.form-line label,
.form-line label.label-top {
    width: 42%;
}

.form-line input,
.form-line select,
.form-line img {
    display: inline-block;
    width: 57%;
    margin: 0;
}

.form-line .inputRequirement {
    width: auto;
    margin: 0;
}

#content-area p.alert-box,
#content-areafull p.alert-box {
    margin: .75rem 0 1.5rem;
}

#content-area p.address-actual,
#content-areafull p.address-actual {
    margin: .5rem 0 1.75rem;
}

#checkoutnavigation {
    margin: 0 0 1.5rem;
}

.checkout-columns {
    margin: 2rem 0 1.5rem;
}

.checkout-cl1 {
    width: 43%;
    margin-right: 8%;
}

.checkout-cl2 {
    width: 43%;
}

.checkout-commentbox {
    width: 94%;
}

#cart_quantity h1 {
    margin-bottom: 1.75rem;
}

}

@media all and (min-width: 900px)  {
    
/*#header {
    padding-top: 5rem;
    margin-bottom: 1.5rem;
}*/

.topmenu li a {
    border-bottom: 5px solid #252527;
}

.topmenu li.tm-border-mobile-content a {
    /*border-bottom: 5px solid #fff;*/
    /*border-bottom: 14px solid #ffffff;*/
}

.topmenu li a:hover, .topmenu li.tm-border-mobile-content a:hover {
    /*border-bottom: 5px solid #fff;*/
    /*border-bottom: 14px solid #ffffff;*/
}

.address-list,
.account-order-list,
#content-area p.address-actual {
    width: 60%;
}

}

@media all and (min-width: 1024px)  {


#header {
    /*padding-top: 5rem;*/
    margin-bottom: 1.5rem;
    padding-top: 8rem;
}

.box-search .searchbar-header {
	/*border: 2px solid greenyellow;*/
	/*width: auto;*/
	max-width: 55%;
}

.box-search .searchbar-header input[type="text"] {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	max-width: none;
}

.box-search .searchbar-btn {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: auto;
}


.searchbar-header select,
.searchbar-header input {
	-webkit-order: 0;
	order: 0;
	-webkit-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-align-self: stretch;
	align-self: stretch;
	border: 0;
}

.searchbar-header select {
	-webkit-flex: 0 1 auto;
	flex: 0 1 auto;
}

.searchbar-header input[type="text"] {
	-webkit-flex: 1 0 auto;
	flex: 1 0 auto;
}


    
#content-area {
    padding: 1.5rem 5% 2rem;
}

.product-details li.btn-details,
.product-details li.btn-quantity,
.product-details li.btn-cart,
.product-details li.btn-details {
    float: left;
    margin-top: 1rem;
    margin-left: .75rem;
}

.product-details li.btn-quantity {
	margin-top: 1.5rem;
}

.product-listing .product-details li.btn-details {
    float: none;
    display: inline-block;
    margin: .75rem 0 0 .5rem;
}

.product-listing .product-details li.btn-cart {
    float: none;
    display: inline-block;
    margin: .75rem 0 0 .5rem;
}

td.od-article {
    width: 37%;
}

td.od-qty {
    width: 19%;
    margin-left: 2%;
    text-align: left;
}

td.single-text,
td.total-text,
td.delete-text {
    display: none;
    padding: 0;
}

.td.delete-text,
.td.delete-action {
	padding: 0;
}

td.single-price {
    width: 16%;
    margin-top: .5rem;
}

td.total-price {
    width: 20%;
    margin-top: .5rem;
}

td.delete-action {
    width: 5%;
    /* margin-top: .5rem; */
}

td.od-article,
td.od-qty {
	padding-top: .5rem;
}

td.single-price,
td.total-price,
td.delete-action {
	padding-top: .75rem;
	padding-bottom: .75rem;
}

td.delete-action a img {
    vertical-align: top;
}

tr.row-details td input[type="text"] {
    padding: .125rem;
}

tr.row-details td input[type="button"].cart-qty-minus,
tr.row-details td input[type="button"].cart-qty-plus {
    padding: .125rem .25rem;
}

.category-grid li {
    width: 30%;
    margin: 0 3.5% 2% 0;
}

.category-grid li a {
    min-height: 10.8rem;
    padding: 1rem 0 .75rem;
}

.category-grid li:nth-child(3n) {
    margin-right: 0;
}

.category-grid li:nth-child(odd) {
    clear: none;
}

.category-grid li:nth-child(3n+1) {
    clear: left;
}

.product-listing .product-header {
    padding: 0 1.25rem .75rem;
}

#content-area .product-listing .product-header h2 a {
    margin: 0 -1.25rem .75rem;
    padding: .5rem 1.25rem;
}

.form-line label,
.form-line label.label-top {
    width: 36%;
}

.form-line input,
.form-line select,
.form-line img {
    width: 36%;
}

.form-line .inputRequirement {
    width: auto;
}

}

@media all and (min-width: 1100px)  {
    
td.od-article {
    width: 43%;
}

td.od-qty {
    width: 18%;
    margin-left: 2%;
}

td.single-price {
    width: 15%;
}

td.total-price {
    width: 15%;
}

td.delete-action {
    width: 6%;
}

}

@media all and (min-width: 1200px)  {

	.box-search .searchbar-header {
		max-width: 60%;
}
 
	.category-grid li a {
		min-height: 9.5rem;
	}

}

.page-print {
    background: #fff;
}

.print-imgblock {
	display: block;
	width: 100%;
}

.print-imgblock img {
	display: inline-block;
	float: right;
	margin-left: 50%;
}


.print-row {
    width: 100%;
    padding: .5cm 0;
    margin-bottom: 1cm;
}

.print-rowleft,
.print-rowright {
    float: left;
    width: 50%;
}

.print-rowright {
    width: 45%;
    margin-left: 5%;
}

.print-rowright .rowright-img {
    float: right;
}
