@font-face {
    font-family: AvantGarde;
    src: url(../fonts/avantgarde.otf);
}

h1, h2, h3, h4, h5 {
    text-transform: uppercase;
}

.footer-primary {
    background-color: rgba(0, 0, 0, 0);
}

.footer .icon.force-no-bg-color {
    background-color: #fff !important;
}

.products-grid .product-image-wrapper {
    min-height: 225px;
}

.products-grid .product-image-wrapper img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 160px;
    max-height: 160px;
}

.configurator_options {
    background-color: transparent !important;
}

.option-detail-wrapper {
    float: none !important;
    width: auto !important;
    margin-bottom: 0 !important;
}

ul.thumbnails.image_picker_selector li .thumbnail {
    padding: 0 !important;
    border: 0 !important;
}

.brand_choice ul li, .brand_choice ul li {
    background: #fff !important;
    padding-left: 0 !important;
    float: left;
    margin: 5px;
}

ul.thumbnails.image_picker_selector li .thumbnail.selected {
    background: #ffffdf !important;
}

ul.thumbnails.image_picker_selector li .thumbnail.selected img {
    opacity: 1 !important;
}

ul.thumbnails.image_picker_selector li {
    margin: 5px !important;
}

.brand_choice img {
    border: 1px solid #ddd;
    width: 120px;
    opacity: 0.7;
}

.brand_choice img:hover {
    border: 1px solid #999;
    opacity: 1;
}

.product-options .options-list:after,
.product-options .options-list:before {
    clear: both;
    display: block;
    content: "";
}

.product-options .options-list li {
    float: left;
    margin: 5px;
}

.icon.inquiry {
    max-width: 25px;
    max-height: 25px;
    padding: 0 !important;
    line-height: 25px;
    background-color: #000 !important;
    margin: 5px 10px 6px 5px !important;
}

.form-list .name-middlename,
.form-list .name-middlename input.input-text,
.form-list .name-firstname,
.form-list .name-firstname input.input-text,
.form-list .name-lastname,
.form-list .name-lastname input.input-text,
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename .name-firstname input.input-text,
.my-account .form-list li:last-child .field input.input-text {
    max-width: 100% !important;
    width: 100% !important;
}

.my-account .form-list li:last-child .field {
    width: 50% !important;
}

.my-account .form-list li:last-child .field:first-child .input-box {
    padding-right: 10px !important;
}

@media only screen and (max-width: 767px) {
    .my-account .form-list li:last-child .field {
        width: 100% !important;
    }

    .my-account .form-list li:last-child .field:first-child .input-box {
        padding-right: 0 !important;
    }
}

.products-grid .addto-links-icons.addto-onimage {
    margin-top: -17px;
}

.accordion-style1 li a:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.inline-logo {
    margin: 1px 0 0 5px;
}

#checkout-review-table-wrapper,
#checkout-review-submit {
    border: none !important;
}

#checkout-review-submit {
    background-color: #ececec !important;
    margin: 4px 0;
}

input.qty {
    width: 3.8em !important;
}

/* Table Start */

table a:link {
    color: #666;
    font-weight: bold;
    text-decoration: none;
}

table a:visited {
    color: #999;
    font-weight: bold;
    text-decoration: none;
}

table a:active,
table a:hover {
    color: #6d007c;
    text-decoration: underline;
}

table {
    background: #eaebec;
    margin: 5px;
    border: 0;
    width: 100%;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;

    -moz-box-shadow: 0 1px 2px #d1d1d1;
    -webkit-box-shadow: 0 1px 2px #d1d1d1;
    box-shadow: 0 1px 2px #d1d1d1;
}

table th {
    padding: 11px 15px 12px 10px;
    border-top: 1px solid #fafafa;
    border-bottom: 1px solid #e0e0e0;
    font-weight: bold;
    background: #ededed;
    background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
    background: -moz-linear-gradient(top, #ededed, #ebebeb);
}

table th:first-child {
    text-align: left;
    padding-left: 10px;
}

table tr:first-child th:first-child {
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
}

table tr:first-child th:last-child {
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
}

table tr {
    text-align: center;
    padding-left: 10px;
}

table td:first-child {
    text-align: left;
    padding-left: 10px;
    border-left: 0;
}

table td {
    padding: 8px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;

    background: #fafafa;
    background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
    background: -moz-linear-gradient(top, #fbfbfb, #fafafa);
}

table td.second {
    text-align: right;
    padding: 8px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;

    background: #fafafa;
    background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
    background: -moz-linear-gradient(top, #fbfbfb, #fafafa);
}

table tr.even td {
    background: #f6f6f6;
    background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
    background: -moz-linear-gradient(top, #f8f8f8, #f6f6f6);
}

table tr:last-child td {
    border-bottom: 0;
}

table tr:last-child td:first-child {
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

table tr:last-child td:last-child {
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

table tr:hover td {
    background: #f2f2f2;
    background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
    background: -moz-linear-gradient(top, #f2f2f2, #f0f0f0);
}

/* Table END */

/* Price Supplement START */

.price-supplements {
    margin: 14px 0 10px 15px;
    padding: 0;
    font-size: 15px;
    font-weight: bold;
    float: right;
}

.product-type-data .price-supplements {
    display: none !important; /* Dirty hack */
}

.packaging-unit {
    display: inline-block;
    background: #919191;
    border-radius: 3px;
    color: white;
    padding: 0 4px;
    font-size: 12px;
}

.price-unit {
    font-size: 1.6666em;
}

.category-products-grid .price-supplements {
    float: none;
    margin: 10px 0;
    padding: 0;
}

.price-unit {
    font-size: inherit;
}

/* Price Supplement END */

/* Loading Spinner START */

.spinner {
    width: 30px;
    height: 20px;
    text-align: center;
    font-size: 4px;
}

.spinner > div {
    background-color: #6d007c;
    height: 100%;
    width: 4px;
    display: inline-block;

    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4)
    }
    20% {
        -webkit-transform: scaleY(1.0)
    }
}

@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }
    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}

/* Loading Spinner END */

/* CSS Checkmark START */
.checkmark {
    display: inline-block;
}

.checkmark:after {
    content: '';
    display: block;
    width: 6px;
    height: 12px;
    border: solid #000;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

/* CSS Checkmarks END */

.successful {
    background: #d8f2d8;
    color: #306530;
    padding: 10px 20px;
    margin: 10px 0;
}

.successful .checkmark:after {
    border: solid #306530;
    border-width: 0 3px 3px 0;
    margin-right: 10px;
}

#shopping-cart-table, #shopping-cart-table * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.product-cart-actions .input-text.qty,
.product-cart-actions .btn-update,
.product-cart-actions .btn-update > span,
.product-cart-actions .btn-update span {
    width: 100% !important;
    text-align: center;
}

button.btn-update-addresses span {
    background-color: #5bdc19;
}

.product-cart-actions button.button span span {
    height: 35px;
    line-height: 35px;
}

.or {
    height: 45px;
    line-height: 45px;
}

.info-box {
    background: #fbffbc;
    border: 1px solid #d5c888;
    color: #88713d;
    padding: 10px;
    margin: 10px 0;
    font-weight: bold;
}

.product-options p.required, .product-options .required {
    display: none !important;
}

.product-options-bottom .price-box .old-price {
    margin-top: 0;
}

/* Weird Breadcrumps Hack-Fix START */
.breadcrumbs li span {
    background: none;
    width: auto;
    height: auto;
    margin: auto;
    display: inline-block;
    float: none;
    text-indent: 0;
    overflow: auto;
}

.breadcrumbs li {
    font-size: 1em;
}

.breadcrumbs li a span::after {
    content: " » ";
    margin: 0 9px;
}

.breadcrumbs .sep {
    display: none;
}

/* Weird Breadcrumps Hack-Fix END */

/* BulkAdd Table Layout START */

.bulkaddtocart-table .option-title::first-letter,
.bulkaddtocart-table .attribute-label::first-letter {
    text-transform: uppercase;
}

.bulkaddtocart-table .attribute-value:hover {
    background: #ececec;
}

.bulkaddtocart-table table.display td {
    border: 1px solid #e0e0e0;
    vertical-align: middle;
}

.catalog-product-view .bulkaddtocart-table .price-supplements {
    background: #ececec;
    font-size: 10px;
    border-radius: 3px;
    padding: 3px;
    display: inline-block;
}

.bulkaddtocart-table .price-supplements {
    float: none;
}

.bulkaddtocart-table .price-supplements .packaging-unit {
    font-size: 9px;
    padding: 0 3px;
    background: #a2a2a2;
}

.bulkaddtocart-table .price-supplements .price-value {
    font-weight: bold;
}

/* BulkAdd Table Layout END */

.catalog-product-view .price-supplements {
    padding: 20px 0 0 0;
}

.product-view .paypal-wrapper {
    float: left;
}

.product_extra_info {
    background: white;
    padding: 5px 10px;
    border-radius: 3px;
    border: 1px solid #e8e8e8;
}

.method-checkout-cart-methods-multishipping a:link,
.method-checkout-cart-methods-multishipping a:visited,
.method-checkout-cart-methods-multishipping a:active {
    background-color: #919191;
    color: #fff;
    padding: 18px 25px;
    display: inline-block;
    border-radius: 3px;
    font-size: 14px;
    margin: 10px 0;
}

.method-checkout-cart-methods-multishipping a:hover {
    background-color: #5d5d5d;
}

.cms-userpolicy .col-main h3 {
    margin-top: 30px;
}

.cms-userpolicy .col-main ul {
    list-style-type: square;
    padding: 0px 20px;
}

.supplier-list {
    display: flex;
    flex-wrap: wrap;
}

.supplier-list li {
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
    margin: 8px;
    height: 100px;
    width: 22%;
    line-height: 100px;
    text-align: center;
    font-size: 1.3em;
    font-weight: bold;
    padding: 5px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
}

.supplier-list li img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.nav-mobile .nav-item--only-subcategories > .nav-panel--dropdown.level0 {
    background-color: #414141 !important;
}

.nav-mobile .nav-item--only-subcategories > .nav-panel--dropdown.level1 {
    background-color: #303030 !important;
}

.nav-mobile li.level0 > a {
    font-size: 13px;
}

.acco .nav-item > a {
    padding: 13px 10px;
}

.nav-mobile li.level1 > a, .acco li.level2 > a {
    font-size: 13px;
    font-family: sans-serif;
}

.acco li.level1 > a {
    padding-left: 30px;
}

@media only screen and (min-width: 1280px) {
    .acco li.nav-item {
        width: 33.3333% !important;
        font-size: 16px;
    }

    .acco .nav-item > a {
        padding: 13px 10px;
    }
}

@media only screen and (min-width: 768px) {
    .acco li.nav-item {
        width: 50% !important
    }

    .nav-mobile li.level0 > a {
        font-size: 14px;
    }

    .acco .nav-item > a {
        padding: 13px 10px;
    }
}

/* Marken Slider Styles Overrides - START */

#slider .bx-wrapper {
    max-width: 100% !important;
}

#slider ul li {
    height: 60px;
}

.bx-wrapper {
    margin-bottom: 0;
}

#slider ul li a {
    height: 60px;
}

/* Marken Slider Styles Overrides - END */

.block-content.tutorial p {
    margin-bottom: 10px;
}

.block-content.tutorial a {
    display: block;
    background: #6d007c;
    color: white !important;
    text-align: center;
    border-radius: 3px;
    font-size: 1.2em;
    padding: 10px 20px;
}


/** https://trello.com/c/MC33MR2X/337-kategorie-nachhaltigkeit-im-men%C3%BC-nach-oben-setzen-und-hintergrund-gr%C3%BCn-einf%C3%A4rben */
ul.nav-mobile li.first.nav-item > a:hover {
    background-color: #7aa229 !important;
    color: #fff !important;;
}
