/*
Standardschrift Myriad Pro - 2020-07 - wird über extra CSS eingebunden per Adobe Typekit:

font-family: myriad-pro, sans-serif;
font-style: normal;


Folgende Schriftschnitte stehen zur Verfügung:
Myriad Pro Light = font-weight: 300,
Myriad Pro Regular = font-weight: 400,
Myriad Pro Semibold = font-weight: 600,
Myriad Pro Bold = font-weight: 700
*/

/* ###  Global  ### */
* {
    box-sizing: border-box;
}
html {
    position:relative;
    min-height: 100%;
}
body {
    font-family: myriad-pro, sans-serif;
	font-weight: 400;
	font-style: normal;
    font-size: 14px;
    color: #282828;
    background: #ffffff;
    position: absolute;
    min-height: 100%;
    width: 100%;
    overflow-x: hidden;
}

.container {
    position: relative;
}

.mm-page {
    position: static;
}

label {
    color: #282828;
    font-family: myriad-pro, sans-serif;
	font-weight: 600;
    /*font-size: 0.9em;*/
}
label:after {
    content: "";
}

label.required:after {
    content: "*";
}

.form-horizontal .composite > * {
    float: left;
    width: 70%;
}
.form-horizontal .composite:after {
    content: " ";
    display: table;
    clear: both;
}
.form-horizontal .composite > .small {
    width: 30%;
}

/* Hide arrows on inputfield number */
input[type=number] {-moz-appearance: textfield;}
::-webkit-inner-spin-button { -webkit-appearance: none;}
::-webkit-outer-spin-button { -webkit-appearance: none;}

/* Headlines */

h1, h2 {
	color: #666;
    font-size: 20px;
    margin-bottom: 20px;
    font-family: myriad-pro, sans-serif;
	font-weight: 700;
    padding-bottom: 8px;
    border-bottom: 1px solid #efefef;
}
/*
h1 > strong, h1 strong, h2 > strong, h2 strong {
    font-family: 'abril', serif;
    font-size: 1.3em;
    font-style: italic;
    color: #010101;
    font-weight: 300;
}
*/
h3 {
    color: #2a4f00;
    margin-top: 0px;
}

/* video */
video {
    margin: 25px 0;
}

/* Alerts */
.cart_alert {
    padding: 25px 15px;
    background: #2f6394;
    width: auto;
    min-width: 50%;
    text-align: center;
    position:absolute;
    top: 80px;
    right: 36%;
    margin-right: -25%;
    z-index: 500;
    box-shadow: -1px 3px 4px rgba(0,0,0,.75);
    opacity: .95;
    border: 2px solid #2f6394;
    font-family: myriad-pro, sans-serif;
	font-weight: 400;
    font-size: 14px;
    color: #fff;
    border-radius: 2px;
    display: none;
}
.cart_alert.in {
    display: block;
}

.compare_alert {
    padding: 25px 15px;
    background: #2f6394;
    width: auto;
    min-width: 50%;
    text-align: center;
    position:absolute;
    top: 80px;
    right: 36%;
    margin-right: -25%;
    z-index: 500;
    box-shadow: -1px 3px 4px rgba(0,0,0,.75);
    opacity: .95;
    border: 2px solid #2f6394;
    font-family: myriad-pro, sans-serif;
	font-weight: 400;
    font-size: 14px;
    color: #fff;
    border-radius: 2px;
    display: none;
}
.compare_alert.in {
    display: block;
}




/* Hyperlinks */
a {
    color: #67b031;
}
a:focus,
a:hover {
    color: #67b031;
}
a.icon:after {
    font-family: 'fontAwesome';
    content: '\f08e';
    margin-left: 2px;
    font-size: .9em;
}

/* Tables */
.table thead th,
.table thead td {
    color: #999999;
    font-family: myriad-pro, sans-serif;
	font-weight: 600;
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
}


/* Buttons */
.btn {

}
.btn.active {
    background: #2f6394;
    border-color: #2f6394;
    color: #fff;
    box-shadow: none;
    cursor: auto;
}
.btn-primary {
    background: #2f6394;
    border-color: #2f6394;
    border-radius: 2px;
    color: #fff;
    text-transform: uppercase;
    padding: 12px 20px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, .75);
}
.btn-primary:focus,
.btn-primary:hover {
    background: #295a87;
    border-color: #295a87;
}
.btn-link {
    color: #67b031;
}

.btn-link:focus,
.btn-link:hover {
    color: #67b031;
}

.btn-top {
	display: none;
	position: fixed;
	bottom: 50px;
	right: 25px;
	border: 1px solid #8c8c8c;
	padding: 10px;
	border-radius: 2px;
	background: #8c8c8c;
	color: #fff;
	z-index: 4001;
	transition: all .5s ease-out;
}
.btn-top:hover {
	background: #1b1b1b;
	border-color: #1b1b1b;
	color: #fff;
}
.btn-top.in {
	display: block;
}

/* Lists */
ul {
    list-style: none;
    padding-left: 0px;
}
ul.plist {
    list-style: disc;
    padding-left: 15px;
}

/* Row */
.row {
    position:relative;
}

.row-no-left {
    margin-left:0px;
}

/* Designmode */
.designmode_box {
    background: #ccc;
    border: 1px solid #666;
    font-size: 12px;
    padding: 10px;
    width: auto;
    box-shadow: 2px 2px 4px #282828;
}





/*** Header > Top ***/
.header {
    line-height: 1;
    font-family: myriad-pro, sans-serif;
	font-weight: 400;
    font-size: 13px;
}
.header .top {
    background: #fff;
    padding: 9px 0 5px;
    font-size: 11px;
    color: #323232;
}
.header .top:after {
    content: " ";
    display: table;
    clear: both;
}
.header .top ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.header .top ul > li {
    display: inline-block;
    font-family: myriad-pro, sans-serif;
	font-weight: 400;
}

.header .top ul.nav-top > li {
    border-right: 1px solid #ddd;
}
.header .top ul.nav-top > li > a {
    color: #323232;
    font-size: 11px;
    padding: 0 8px;
    font-family: myriad-pro, sans-serif;
	font-weight: 400;
}
.header .top ul.nav-top > li:last-child {
    border-right: 0;
}
.header .top ul.nav-top > li:last-child > a {
    padding-right: 0;
}
.header .top ul.nav-top > li > a > img.icon {
    position:relative;
    top: -1px;
}


/*** Header > Pin it ***/
.header .pinit.appear {
    position:fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
}

/*** Header > Lead in ***/
.header .leadin {
    background: #67b031;
    padding: 15px 0;
}
@media screen and (max-width: 992px) {
	.header .leadin a.brand > img {
		margin: 10px auto;
	}
}

.header .leadin .input-group {
    margin: 7px 0;
}
.header .leadin .input-group .btn-default {
    background: #2F6394;
    border-color: #2f6394;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}
.header .leadin .input-group .glyphicon {
    color: #fff;
    padding: 7px 5px;
}
.header .leadin .input-group .form-control {
    padding: 11.5px 15px;
    height: auto;
    border-color: #ddd;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    font-size: 12px;
}
.header .leadin .input-group .form-control::-webkit-input-placeholder {
    font-family: myriad-pro, sans-serif;
	font-weight: 300;
    font-style: italic;
    color: #888;
}
.header .leadin .input-group .form-control::-moz-placeholder {
    font-family: myriad-pro, sans-serif;
	font-weight: 300;
    font-style: italic;
    color: #888;
}
.header .leadin .input-group .form-control:-ms-input-placeholder {
    font-family: myriad-pro, sans-serif;
	font-weight: 300;
    font-style: italic;
    color: #888;
}
.header .leadin .input-group .form-control:-moz-placeholder {
    font-family: myriad-pro, sans-serif;
	font-weight: 300;
    font-style: italic;
    color: #888;
}

/* Main Functions (Cart, Wishlist, Compare) */
.header .leadin .icons {
	text-align: right;
	padding-right: 0;
	padding-left: 5px;
}
.header .leadin .icons > ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: inline-block;
}
.header .leadin .icons ul:after {
	content: " ";
	display: table;
	clear: both;
}
.header .leadin .icons li {
	float: left;
	margin: 7px 0 5px;
}
.header .leadin .icons li a {
	color: #fff;
	padding: 15px 10px;
	font-size: 14px;
	display: block;
	text-decoration: none;
	transition: background .3s ease;
}
@media screen and (min-width: 1200px) {
	.header .leadin .icons li a {
		padding: 15px;
		font-size: 15px;
	}
}
.header .leadin .icons li a:hover {
	background: rgba(255,255,255,.1);
}
.header .leadin .icons li.cart .badge {
	background-color: #2f6394;
}
.header .leadin .icons li.cart > ul.quick-cart {
	left: auto;
	right: 0;
	margin-top: 0px;
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
	border: 1px solid #ddd;
	color: #282828;
	padding: 5px;
	min-width: 220px;
	z-index: 1001;
}
.header .leadin .icons li.cart > ul.quick-cart li {
	width: 100%;
}
.header .leadin .icons li.cart > ul.quick-cart li span.amount {
	font-size: 1em;
}
.header .leadin .icons li.cart > ul.quick-cart li .table {
	margin-bottom: 0px;
	border-top: 0px;
}
.header .leadin .icons li.cart > ul.quick-cart li .table td {
	border-top: 0px;
}


/*** Header > Main Nav ***/
.header .nav-main {
    background: #ffffff;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.18);
    position: relative;
    z-index: 1000;
}
.header .nav-main:after {
    content: " ";
    display: table;
    clear: both;
}
.header .nav-main ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.header .nav-main ul.main.left {
    float: left;
}
.header .nav-main ul.main.right {
    float: right;
}
.header .nav-main ul.main > li {
    display: inline-block;
}
.header .nav-main ul.main > li.location > a {
	padding: 12px 15px 10px;
}
.header .nav-main ul.main > li > a {
    color: #0a1800;
    text-decoration: none;
    font-size: 14px;
    display: inline-block;
    padding: 10px 5px;
}
.header .nav-main ul.main > li > a:hover {
    background: rgba(103,176,49,.1);
}
.header .nav-main ul > li.open > a{
    background: rgba(103,176,49,.1);
}
.header .nav-main ul > li > a.kat {
    font-family: myriad-pro, sans-serif;
	font-weight: 600;
    font-size: 15px;
    background: #2f6394;
    color: #fff;
    padding: 10px 20px 12px;
}
.header .nav-main ul > li > a.kat:hover {
    background: #2f6394;
    color: #fff;
}
.header .nav-main ul > li.open > a.kat {
    background: #2f6394;
    color: #fff;
}
.header .nav-main ul > li > a .small {
    font-size: 80%;
    font-family: myriad-pro, sans-serif;
	font-weight: 300;
    line-height: 1.4;
}

.header .nav-main ul > li.dropdown ul.dropdown-menu > li > a {
    font-size: 13px;
    font-family: myriad-pro, sans-serif;
	font-weight: 400;
    line-height: 1;
    padding: 8px 15px;
}
.header .nav-main ul > li.dropdown ul.dropdown-menu > li > a[href^="tel:"] {
	background: #65b33a;
	color: #fff;
	padding-top: 15px;
	padding-bottom: 15px;
	margin: 0 0 10px;
	cursor: pointer;
}

.header .nav-main ul.main.right > li > a {
    padding: 19.5px 10px;
    font-size: 13px;
}
.header .nav-main ul.main.right > li.cart {
    position: relative;
    margin-left: 0;
}
.header .nav-main ul.main.right > li.cart:first-child {
	margin-left: 15px;
}
.header .nav-main ul.main.right > li.cart > a {
    font-size: 15px;
    padding: 17px 10px;
    text-decoration: none;
}
.header .nav-main ul.main.right > li.cart.morepadding > a {
	padding: 18px 10px;
}
.header .nav-main ul.main.right > li.cart > a .badge {
    background-color: #2f6394;
}
.header .nav-main ul.main.right > li.cart .popover {
    top: -16px;
    right: 0;
    left: auto;
    display: none;
    padding: 0;
    font-family: myriad-pro, sans-serif;
	font-weight: 400;
    font-size: 11px;
    font-weight: normal;
    line-height: 1;
    text-align: center;
    border-radius: 2px;
    white-space: nowrap;
    color: #fff;
    background-color: #2f6394;
    border: 1px solid #2f6394;
    box-shadow: 0 2px 6px rgba(0,0,0,.25);
    opacity: .95;
}
.header .nav-main ul.main.right > li.cart .popover.in {
	display: block;
}

.header .nav-main ul.main.right > li.cart .popover p {
    margin: 0;
}
.header .nav-main ul.main.right > li.cart .popover .discount {
    font-size: 11px;
    font-family: myriad-pro, sans-serif;
	font-weight: 600;
    color: #fff;
}
.header .nav-main ul.main.right > li.cart .popover.top > .arrow {
    border-top-color: #2f6394;
    left: 55%;
    margin-left: 0;
}
.header .nav-main ul.main.right > li.cart .popover.top > .arrow::after {
    border-top-color: #2f6394;
}
.header .nav-main ul.main.right > li.cart .popover.top .popover-content {
    padding: 6px 9px;
}

.header .nav-main ul.main.right > li.cart > ul.quick-cart {
    left: auto;
    right: 0;
    margin-top: 0px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    border: 1px solid #ddd;
    color: #282828;
    padding: 5px;
    min-width: 220px;
}

.header .nav-main ul.main.right > li.cart > ul.quick-cart .table {
    margin-bottom: 0px;
    border-top: 0px;
}
.header .nav-main ul.main.right > li.cart > ul.quick-cart .table > tbody > tr:first-child > td {
    border-top: 0px;
}
.header .nav-main ul.main.right > li.cart > ul.quick-cart .table > tbody > tr > td {
    vertical-align: middle;
}
.header .nav-main ul.main.right > li.cart > ul.quick-cart span.amount {
    font-size: 1em;
}
.header .nav-main ul.main.right > li.cart > ul.quick-cart .btn {
    width: 100%;
}
.header .nav-main ul.main.right > li.cart > ul.quick-cart .btn.btn-default {
    background: #78bc68;
    color: #fff;
    border-color: #2a4f00;
}
.header .nav-main ul.main.right > li.cart > ul.quick-cart .btn.btn-default:hover,
.header .nav-main ul.main.right > li.cart > ul.quick-cart .btn.btn-default:focus {
    background: #2a4f00;
}





/* Multilevel Submenu */
.header .nav-main ul li.dropdown-submenu {
    position: relative;
}
.header .nav-main ul li.dropdown-submenu>.dropdown-menu {
    top: 5px;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.header .nav-main ul li.dropdown-submenu:hover {
    background: #e2e2e2;
}
.header .nav-main ul li.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}
.header .nav-main ul li.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #999;
    margin-top: 4px;
    margin-right: -10px;
}
.header .nav-main ul li.dropdown-submenu:hover>a:after {
    border-left-color: #666;
}
.header .nav-main ul li.dropdown-submenu.pull-left {
    float: none;
}
.header .nav-main ul li.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}


/* Category-Number Styles and Colors for the Dropdown Menu */
/*.header .nav-main ul.main > li.dropdown.sortiment > ul.dropdown-menu > li > a:before {
    font-weight: bold;
    font-size: 1em;
}
.header .nav-main ul > li.dropdown.sortiment > ul.dropdown-menu > li > a > span:before {
    content: " | ";
}
.header .nav-main ul > li.dropdown.sortiment > ul.dropdown-menu > li:nth-child(1) > a:before {
    color: #ab612b;
    content: "01";
}
.header .nav-main ul > li.dropdown.sortiment > ul.dropdown-menu > li:nth-child(2) > a:before {
    color: #009ee3;
    content: "02";
}
.header .nav-main ul > li.dropdown.sortiment > ul.dropdown-menu > li:nth-child(3) > a:before {
    color: #63b338;
    content: "03";
}
.header .nav-main ul > li.dropdown.sortiment > ul.dropdown-menu > li:nth-child(4) > a:before {
    color: #c34229;
    content: "04";
}
.header .nav-main ul > li.dropdown.sortiment > ul.dropdown-menu > li:nth-child(5) > a:before {
    color: #8383af;
    content: "05";
}
.header .nav-main ul > li.dropdown.sortiment > ul.dropdown-menu > li:nth-child(6) > a:before {
    color: #e27f4e;
    content: "06";
}
.header .nav-main ul > li.dropdown.sortiment > ul.dropdown-menu > li:nth-child(7) > a:before {
    color: #4d7258;
    content: "07";
}
.header .nav-main ul > li.dropdown.sortiment > ul.dropdown-menu > li:nth-child(8) > a:before {
    color: #868786;
    content: "08";
}
.header .nav-main ul > li.dropdown.sortiment > ul.dropdown-menu > li:nth-child(9) > a:before {
    color: #e7be28;
    content: "09";
}
.header .nav-main ul > li.dropdown.sortiment > ul.dropdown-menu > li:nth-child(10) > a:before {
    color: #30376f;
    content: "10";
}
.header .nav-main ul > li.dropdown.sortiment > ul.dropdown-menu > li:nth-child(11) > a:before {
    color: #557d82;
    content: "11";
}
.header .nav-main ul > li.dropdown.sortiment > ul.dropdown-menu > li:nth-child(12) > a:before {
    color: #356394;
    content: "12";
}
.header .nav-main ul > li.dropdown.sortiment > ul.dropdown-menu > li:nth-child(13) > a:before {
    color: #e42313;
    content: "13";
}
.header .nav-main ul > li.dropdown.sortiment > ul.dropdown-menu > li:nth-child(14) > a:before {
    color: #eb6109;
    content: "14";
}
.header .nav-main ul > li.dropdown.sortiment > ul.dropdown-menu > li:nth-child(15) > a:before {
    color: #009de0;
    content: "15";
}*/

/* Mobile Nav */
.mm-panels > .mm-panel {
	width: 100%;
}


section#main {
    padding-bottom: 255px;
}
section#main.index {
    padding-bottom: 25px;
}

section#main:after {
    content: " ";
    display: table;
    clear: both;
}

section#main .banner-top {
    margin-top: 25px;
}

/*** Settings-Flag ***/

.support {
    position: fixed;
    z-index: 5001;
    right: -283px;
    top: 30%;
    width: 280px;
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
    padding: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: rgb(47, 99, 148);
    border: 2px solid rgb(47, 99, 148);
    border-right: 0;
    box-shadow: -3px 3px 3px 0px rgba(0, 0, 0, 0.15);
    border-width: 2px 0px 2px 2px;
    border-style: solid none solid solid;
    border-color: rgb(47, 99, 148) -moz-use-text-color rgb(47, 99, 148) rgb(47, 99, 148);
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    -webkit-transition: right .8s ease;
    transition: right .8s ease;
}
.support.in {
    right: 0;
}
.support .btn-close {
    position: absolute;
    right: 10px;
    top: 12px;
    font-size: 18px;
    color: #999;
    text-decoration: none;
}
.support .btn-close:hover {
    color: #2F6394;
}
.support .flag {
    position: absolute;
    left: -50px;
    top: 45px;
    width: 50px;
    padding: 5px 15px 5px 10px;
    text-align: center;
    color: #fff;
    background: #2F6394;
    font-size: 2em;
    box-shadow: -3px 3px 3px 0 rgba(0,0,0, 0.15);
    cursor: pointer;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.support .inner {
    padding: 10px 0 10px 10px;
}
.support .inner p.lead {
    margin-bottom: 7px;
}
.support .inner .block {
    border-top: 1px solid rgb(221, 221, 221);
    padding: 8px 10px;
}
.support .inner .block a {
    color: #2F6394;
    text-decoration: none;
}
.support .inner .block:hover {
    background: #f5f5f5;
}
.support .inner .block .pull-left i {
    font-size: 40px;
    margin-right: 8px;
}
.support .inner .block .pull-left i.map {
    margin-bottom: 16px;
    margin-right: 13px;
    margin-left: 5px;
}
.support .inner .block p {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 0;
}
.support .inner .block p.hinweis {
    font-weight: normal;
    font-size: 12px;
    font-style: italic;
}


/*** Breadcrumb ***/
.br-nav {
    margin-top: 10px;
}
.br-nav .breadcrumb {
    margin-bottom: 0;
    font-family: myriad-pro, sans-serif;
	font-weight: 400;
    font-size: 12px;
}
.br-nav .breadcrumb > li:first-child +li::before {
    content: " ";
}
.br-nav .breadcrumb a {
    color: #141414;
}
.br-nav .breadcrumb a:focus,
.br-nav .breadcrumb a:hover {
    color: #141414;
}

/* Marketing-Banner Startseite */
#main .row.banner {
	margin: 10px 0 25px;
}
#main .row.banner a {
	display: block;
}
#main .row.banner a:hover {
	box-shadow: 2px 2px 4px rgba(0,0,0,0.25);
}
#main .row.banner a > img {
	min-height: 144px;
	margin: 0 auto;
}
#main .row.banner .special ul:after {
	content: " ";
	display: table;
	clear: both;
}
#main .row.banner .special ul li {
	width: 32.33333%;
	margin-right: 1.5%;
	float: left;
	text-align: center;
	margin-bottom: 1.5%;
}
#main .row.banner .special ul li:nth-child(3n) {
	margin-right: 0;
}
#main .row.banner .special ul li:nth-child(3n+1) {
	clear: both;
}

@media screen and (max-width: 992px) {
	#main .row.banner a > img {
		min-height: 88.85px;
	}
}
@media screen and (max-width: 768px) {
	#main .row.banner a {
		margin: 0 0 25px;
	}
	#main .row.banner a > img {
		width: 100%;
		height: auto;
	}
}

/* Card Item */
.card {
    padding: 15px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
}
.card:after {
	content: " ";
	display: table;
	clear: both;
}
.category {
    padding: 5px 10px;
    border-radius: 4px;
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
}
.card.article {
    border: 0px;
    margin: 0;
}
.card > .inner,
.category > .inner {
    border: 1px solid #ddd;
    box-shadow: 1px 1px 0px rgba(0,0,0,.15);
}
.card > .inner:hover,
.category > .inner:hover {
    box-shadow: 2px 2px 2px rgba(0,0,0,.5);
}
.card > .inner > a,
.category > .inner > a {
    text-decoration: none;
    color: #282828;
}
.card .inner .vis,
.category .inner .vis {
    text-align: center;
    font-family: myriad-pro, sans-serif;
	font-weight: 600;
    background: #f2f2f2;
    position: relative;
    height: auto;
    padding: 15px 5px;
}
.card .inner .vis:after,
.category .inner .vis:after {
    content: '';
    position:absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    width: 0;
    height: 0;
    border-top: solid 10px #f2f2f2;
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
}
.card .inner .vis > img,
.category .inner .vis > img {
    max-height: 150px;
    margin: 0 auto;
}
.card .inner .vis > p,
.category .inner .vis > p {
    background: #fff;
    margin-bottom: 0;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 50%;
}
.card > .inner .vis > .overlay {
    background: rgba(0,0,0,.65);
    color: #fff;
    opacity: 0;
    z-index: 10;
    position:absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    font-family: myriad-pro, sans-serif;
	font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.card > .inner .vis > .overlay > p {
    font-size: .85em;
}
.card > .inner .vis > .overlay > strong {
    font-family: myriad-pro, sans-serif;
	font-weight: 600;
}
.card > .inner .vis > .overlay i.fa {
    font-size: 1.5em;
    margin-right: 5px;
}
.card > .inner:hover .vis > .overlay {
    opacity: 1;
}
.card .inner .txt {
    padding: 15px 10px;
    word-break: normal;
    word-wrap: break-word;
    background: #fff;
}

/*** Marketing ***/
.marketing {
    padding: 25px 0 0;
}
.marketing ul {
    margin-bottom: 0;
}
.marketing ul:after {
    content: " ";
    display: table;
    clear: both;
}
.marketing ul > li.cat:first-child {
    padding-left: 10px;
}
.marketing ul > li.cat:last-child {
    padding-right: 10px;
}
.marketing ul > li.cat {
    margin-bottom: 0;
}

.marketing ul > li.cat img {

}
.marketing ul > li.cat img:hover {
    box-shadow: 2px 2px 4px rgba(0,0,0,.25);
}

.marketing ul > li.cat .card p.lead {
    font-family: myriad-pro, sans-serif;
	font-weight: 600;
    font-size: 18px;
    margin-bottom: 5px;
    font-style: normal;
    position:absolute;
    bottom: 10px;
    left: 15px;
    letter-spacing: 1.2px;
    color: #666;
}

/*** Marketing Swiper ***/
.marketing.swiper-container {
    background: transparent;
    height: 200px;
    width: 100%;
}
.marketing .swiper-pagination {
    bottom: 0;
}
.marketing .swiper-pagination-bullet {
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 1px 1px 2px rgba(0,0,0,.25);
    padding: 6px;
}
.marketing .swiper-pagination-bullet-active {
    background: #65b33a;
    border: 1px solid #65b33a;
}
.marketing .swiper-slide {
    background: transparent;
    display: block;
}
.marketing .swiper-slide .swiperlink {
    display: block;
}
.marketing .swiper-button-next,
.marketing .swiper-button-prev {
    position: absolute;
    top: auto;
    bottom: 0;
    width: 12px;
    height: 20px;
    border: 0;
    box-shadow: none;
}
.marketing .swiper-button-next {
    background: rgba(255, 255, 255, 0) url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D\'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg\'%20viewBox%3D\'0%200%2027%2044\'%3E%3Cpath%20d%3D\'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z\'%20fill%3D\'%2378bc68\'%2F%3E%3C%2Fsvg%3E") no-repeat center center;
    right: 0;
}
.marketing .swiper-button-prev {
    background: rgba(255, 255, 255, 0) url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D\'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg\'%20viewBox%3D\'0%200%2027%2044\'%3E%3Cpath%20d%3D\'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z\'%20fill%3D\'%2378bc68\'%2F%3E%3C%2Fsvg%3E") no-repeat;
    left: auto;
    right: 25px;
}

/*** Marketing-Banner ***/
.marketing-banner {
    padding: 0 0 50px;
}
.marketing-banner img:hover {
    box-shadow: 2px 2px 4px rgba(0,0,0,.5);
}
.marketing-banner.top {
    margin-top: 50px;
    padding-bottom: 0;
}

/*** Recommendation Section ***/
.recommendation,
.lastsold {
    padding: 0 0 25px;
}





/*** Swiper ***/
/* ImageSlider (Swiper) */
.swiper-container {
    width: 100%;
    height: 350px;
    background: url(../../images/visuals/slider-bg.jpg) no-repeat center center;
    background-size: cover;
}
.swiper-container h1 {
    text-shadow: 2px 2px 3px rgba(0, 0, 0, .75);
    text-transform: uppercase;
    font-family: myriad-pro, sans-serif;
	font-weight: 600;
    margin-top: 0px;
    color: #fff;
}
.swiper-container h1 > small {
    color: #fff;
}
.swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
    box-shadow: 1px 1px 1px #000;
    padding: 5px;
}
.swiper-pagination-bullet-active {
    background: #78bc68;
    opacity: 1;

}
.swiper-slide {
    color: #fff;
    background: rgba(0, 0, 0, .25);
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-slide .inline {
    display: inline-block;
    vertical-align: middle;
    padding: 0 15px;
    text-align: left;
}
.swiper-slide .inline > img {
    max-height: 250px;
}


/* Swiper Custom */
.swiper-wrapper {
	padding: 10px 0;
}
.suitable-swiper-container,
.buyalso-swiper-container,
.similar-swiper-container {
    width: 100%;
    height: auto;
    background: transparent;
    margin: 0 auto 30px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.suitable-swiper-container .swiper-slide,
.buyalso-swiper-container .swiper-slide,
.similar-swiper-container .swiper-slide {
/*    border: 1px solid #ddd;*/
    cursor: pointer;
    display: block;
    position: relative;
    padding: 10px 5px 0;
	background: #fff;
}

.suitable-swiper-container .swiper-slide.card > .inner,
.buyalso-swiper-container .swiper-slide.card > .inner,
.similar-swiper-container .swiper-slide.card > .inner {
	border: 0px;
	box-shadow: none;
	background: #fff;
	padding: 15px 0 0;
}
.suitable-swiper-container .swiper-slide.card:hover,
.buyalso-swiper-container .swiper-slide.card:hover,
.similar-swiper-container .swiper-slide.card:hover {
/*	box-shadow: 1px 2px 4px rgba(0,0,0,.18);*/
}
.suitable-swiper-container .swiper-slide.card > .inner a,
.buyalso-swiper-container .swiper-slide.card > .inner a,
.similar-swiper-container .swiper-slide.card > .inner a {
	display: block;
	cursor: pointer;
}
.suitable-swiper-container .swiper-slide.card > .inner a img,
.buyalso-swiper-container .swiper-slide.card > .inner a img,
.similar-swiper-container .swiper-slide.card > .inner a img {
	margin: 0 auto;
	max-height: 150px;
}
.suitable-swiper-container .swiper-slide .inner .badge-ausverkauf.nopadding,
.buyalso-swiper-container .swiper-slide .inner .badge-ausverkauf.nopadding,
.similar-swiper-container .swiper-slide .inner .badge-ausverkauf.nopadding {
    top: 0px;
    left: 0px;
}
.suitable-swiper-container .swiper-slide .inner .amount:before,
.buyalso-swiper-container .swiper-slide .inner .amount:before,
.similar-swiper-container .swiper-slide .inner .amount:before {
    content: "ab € ";
}
/* If Country is CH */
.suitable-swiper-container .swiper-slide .inner .amount.ch:before,
.buyalso-swiper-container .swiper-slide .inner .amount.ch:before,
.similar-swiper-container .swiper-slide .inner .amount.ch:before {
    content: "ab CHF ";
}
/* All other countries */
.suitable-swiper-container .swiper-slide .inner .amount.global:before,
.buyalso-swiper-container .swiper-slide .inner .amount.global:before,
.similar-swiper-container .swiper-slide .inner .amount.global:before {
    content: "";
}
.suitable-swiper-container .swiper-slide .inner .amount,
.buyalso-swiper-container .swiper-slide .inner .amount,
.similar-swiper-container .swiper-slide .inner .amount {
    font-size: 1.2em;
}
.suitable-swiper-container .swiper-slide .inner .amount.old,
.buyalso-swiper-container .swiper-slide .inner .amount.old,
.similar-swiper-container .swiper-slide .inner .amount.old {
    font-size: 1em;
}
.suitable-swiper-container .swiper-slide .inner .old-amount:before,
.buyalso-swiper-container .swiper-slide .inner .old-amount:before,
.similar-swiper-container .swiper-slide .inner .old-amount:before {
    content: "€ ";
}
.suitable-swiper-container .swiper-slide .inner .old-amount:after,
.buyalso-swiper-container .swiper-slide .inner .old-amount:after,
.similar-swiper-container .swiper-slide .inner .old-amount:after {
    content: "";
}
.suitable-swiper-container .swiper-slide .inner .old-amount,
.buyalso-swiper-container .swiper-slide .inner .old-amount,
.similar-swiper-container .swiper-slide .inner .old-amount {
    color: #999;
    font-size: .85em;
    text-decoration: line-through;
}
.suitable-swiper-container .swiper-slide .inner .wishlist-button.nopadding,
.buyalso-swiper-container .swiper-slide .inner .wishlist-button.nopadding,
.similar-swiper-container .swiper-slide .inner .wishlist-button.nopadding {
    top: 0px;
    right: 35px;
}
.swiper-button-next {
	background: rgba(255,255,255,.75) url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D\'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg\'%20viewBox%3D\'0%200%2027%2044\'%3E%3Cpath%20d%3D\'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z\'%20fill%3D\'%2378bc68\'%2F%3E%3C%2Fsvg%3E") no-repeat center center;
	right: 5px;
}
.swiper-button-next,
.swiper-button-prev {
	width: auto;
	height: auto;
	background: rgba(71,99,145,.95);
	color: #fff;
	padding: 7vh 10px;
	box-shadow: 1px 1px 3px rgba(0,0,0,.18);
	border: 0;
	border-radius: 2px;
	top: 25%;
	margin-top: 0;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
	background: rgba(71,99,145,1);
}

.swiper-button-prev {
	left: 5px;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    display: none;
}



/* Amount/Price view */
.amount {
    font-size: 1.4em;
    color: #010101;
    font-family: myriad-pro, sans-serif;
	font-weight: 600;
}
.amount:before {
    content: "€ ";
    color: #555;
    font-size: .8em;
    font-family: myriad-pro, sans-serif;
	font-weight: 400;
}
.amount.old {
	font-size: .7em;
	color: #666;
	font-style: italic;
	font-weight: 400;
	text-decoration: line-through;
}
.amount-net {
    font-size: .7em;
    color: #010101;
    font-family: myriad-pro, sans-serif;
	font-weight: 400;
    font-style: italic;
}
.amount-net:before {
    content: "(€ ";
}
.amount-net:after {
    content: ")";
}
/* If Country is CH */
.amount.ch:before {
    content: "CHF ";
    color: #555;
}
/* All other countries */
.amount.global:before {
    content: "";
}


/* Input Styles */
.form-control:focus {
    border-color: #78bc68;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(120, 188, 104, 0.6);
    outline: 0 none;
}





/* START: Category List (home) */
ul.cat_list {
    list-style: none;
    padding: 0;
}

ul.cat_list:after {
    content: "";
    display: table;
    clear: both;
}
ul.cat_list > li.cat:first-child {
    padding-left: 0;
}
ul.cat_list > li.cat {
    padding: 5px 10px;
    position: relative;
    margin-bottom: .8em;
}
ul.cat_list > li.cat a:hover {
    text-decoration: none;
}
ul.cat_list > li.cat > .inner {
    border: 1px solid #f4f4f4;
    background: #ffffff;
    border-radius: 3px;
}
ul.cat_list > li.cat > .inner:hover {
    box-shadow: 0px 0px 8px rgba(0,0,0,.2);
}
ul.cat_list > li.cat > .inner .img {
    padding: .5em;
    text-align: center;
    vertical-align: center;
}
ul.cat_list > li.cat > .inner .img > img {
    margin: auto;
    width: 100%;
    height: auto;
    max-width: 185px;
}
ul.cat_list > li.cat > .inner .desc {
    background: #fff;
    padding: 1em;
    font-size: 12px;
    font-family: myriad-pro, sans-serif;
	font-weight: 600;
    color: #101010;
    text-align: center;
    min-height: 4.7em;
}
/* END: Category List (home) */


/* START: Category Definition Text and Image */
.catimg {
    margin: 0 0 8px 10px;
    max-width: 300px;
}

/* END: Category Definition Text and Image */



/* Pagination */
ul.pagination {
    padding: 0;
    float: right;
    margin-left: 15px;
}
ul.pagination:after {
    content: " ";
    display: table;
    clear: both;
}
ul.pagination > li > a {
    color: #393939;
}
ul.pagination > li > a:focus,
ul.pagination > li > a:hover {
    color: #393939;
}
ul.pagination > .active > a,
ul.pagination > .active > a:focus,
ul.pagination > .active > a:hover,
ul.pagination > .active > span,
ul.pagination > .active > span:focus,
ul.pagination > .active > span:hover {
    background: #2F6394;
    border-color: #2F6394;
}
.box > ul.pagination {
    margin-top: 5px;
    margin-bottom: 30px;
}

/* Mobile Search Panel */
.mobile-search {
    background: #2a4f00;
    display: none;
    padding: 5px 0 5px 5px;
}
.mobile-search input {
    background: #72914E;
    border-color: #59753A;
    color: #fff;
    border-radius: 0px;
}
.mobile-search input.form-control:focus {
    box-shadow: 0;
    border-color: #59753A;
}
.mobile-search .input-group .btn {
    border-radius: 0px;
}
.mobile-search .input-group .btn.btn-default {
    background: #2a4f00;
    border-color: #2a4f00;
    color: #fff;
    z-index: 2;
}
.mobile-search .input-group .btn.btn-default:hover {

}
.mobile-search :-moz-placeholder,
.mobile-search ::-moz-placeholder {
    color: #fff;
    opacity: .65;
}
.mobile-search ::-webkit-input-placeholder {
    color: #fff;
    opacity: .65;
}
.mobile-search :-ms-input-placeholder {
    color: #fff;
    opacity: .65;
}
.mobile-search .svg {
    max-height: 15px;
    width: auto;
    position:relative;
    top: 2px;
}
.mobile-search .svg path {
    fill: #999;
}




/* ###  Content  ### */


/* Start Modal */
#start-modal .modal-body .form-horizontal {
    margin: 25px 0;
}
#start-modal .modal-body label {
    text-align: left;
}
#start-modal .modal-body .divider.line {
    height: 1px;
    background: #ddd;
    width: 100%;
    margin: 25px 0;
}

#start-modal .modal-body p.hinweis {
    font-family: myriad-pro, sans-serif;
	font-weight: 400;
    color: #666;
    /*font-size: .9em;*/
}



/* List view (Articles, Categories) */
ul.list:after
ul.listsmall:after, {
    content: " ";
    display: table;
    clear: both;
}


/* Categories */
.categories {
    padding: 25px 0;
}
.categories:after {
    content: " ";
    display: table;
    clear: both;
}
.category > .inner .vis {
    font-size: 60px;
    padding: .3em .15em;
}
.category > .inner .vis > p {
    padding: 6px 16px;
}
.category > .inner .txt {
    
    text-align: center;
    min-height: 70px;
    margin: 1em 0 .5em;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .2px;
    line-height: 13px;
    padding-top: 3px;
    color: #000;
    
    
}


/* Set Category Colors to card-visual */
.category:nth-child(1) > .inner .vis > p {
    color: #ab612b;
}
.category:nth-child(2) > .inner .vis > p {
    color: #009ee3;
}
.category:nth-child(3) > .inner .vis > p {
    color: #63b338;
}
.category:nth-child(4) > .inner .vis > p {
    color: #c34229;
}
.category:nth-child(5) > .inner .vis > p {
    color: #8383af;
}
.category:nth-child(6) > .inner .vis > p {
    color: #e27f4e;
}
.category:nth-child(7) > .inner .vis > p {
    color: #4d7258;
}
.category:nth-child(8) > .inner .vis > p {
    color: #868786;
}
.category:nth-child(9) > .inner .vis > p {
    color: #e7be28;
}
.category:nth-child(10) > .inner .vis > p {
    color: #30376f;
}
.category:nth-child(11) > .inner .vis > p {
    color: #557d82;
}



/* Articles */
/*.card.article > .inner:hover {
    box-shadow: 3px 3px 0px rgba(0,0,0,.15);
}*/

ul.list .article .amount:before,
ul.listsmall .article .amount:before {
    content: "ab € ";
}
/* If Country is CH */
ul.list .article .amount.ch:before,
ul.listsmall .article .amount.ch:before {
    content: "ab CHF ";
}

/* All other Countries */
ul.list .article .amount.global:before,
ul.listsmall .article .amount.global:before {
    content: "";
}
ul.list .article .amount,
ul.cat_list .article .amount,
ul.listsmall .article .amount {
    font-size: 1.1em;
}
ul.list .article .old-amount,
ul.cat_list .article .old-amount,
ul.listsmall .article .old-amount,
.kreuztabelle .old-amount {
    font-size: .85em;
    color: #666;
    text-decoration: line-through;
}
ul.list .article .old-amount:before,
ul.cat_list .article .old-amount:before,
ul.listsmall .article .old-amount:before,
.kreuztabelle .old-amount:before {
    content: "";
}
ul.list .article .old-amount:after,
ul.cat_list .article .old-amount:after,
ul.listsmall .article .old-amount:after,
.kreuztabelle .old-amount:after {
    content: "";
}

.article > .inner .badge-ausverkauf,
.article-card .images .badge-ausverkauf {
    background: #990000;
    color: #fff;
    /*text-transform: uppercase;*/
    font-size: 10px;
    position: absolute;
    border-bottom-right-radius: 6px;
    padding: 5px 8px;
    top: 15px;
    left: 15px;
    z-index: 15px;
}
.article-tabs .detail .badge-ausverkauf {
    background: #990000;
    color: #fff;
    /*text-transform: uppercase;*/
    font-size: 10px;
    padding: 5px 8px;
    margin: 5px 0px;
}
.article-card .images .badge-ausverkauf {
	top: 0;
	left: 0;
	border-top-left-radius: 6px;
}
.article-card .short-desc .badge-ausverkauf,
.article-card .detail .badge-ausverkauf
{
	background: #990000;
	color: #fff;
	padding: 5px 8px;
}

.article > .inner .wishlist-button {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 0;
    position:absolute;
    right: 15px;
    top: 15px;
    z-index: 15;
}
.article > .inner .wishlist-button > .btn-wishlist {
    color: #666;
    padding: 3px 6px;
}
.article > .inner .wishlist-button > .btn-wishlist > i.fa-heart {
    color: #67b031;
}
.article > .inner .vis {
	background: #fff;
}
.article > .inner .vis:after {
    border: transparent;
}
.article > .inner .txt {
    font-size: 1em;
    min-height: 75px;
    padding: 10px 35px;
	text-align: center;
	color: #1b1b1b;
}
.article > .inner .txt a {
    color: #282828;
    display: block;
    /*font-size: 12px;*/
    font-family: myriad-pro, sans-serif;
	font-weight: 600;
}
.article > .inner .txt > p {
    min-height: 35px;
}
.article > .inner .txt .info {
    padding: 5px 0;
}
.article > .inner .txt .info .btn-default {
	margin: 10px auto 0;
}
.article > .inner .txt .info .btn-tocart {
    position: relative;
    top: -7px;
    right: -11px;
    padding: 2.5px 10px;
    color: #fff;
    font-size: 1.4em;
    background: #2f6394;
    border-color: #2f6394;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.article > .inner .txt .info .btn-tocart:focus,
.article > .inner .txt .info .btn-tocart:hover {
    color: #fff;
    border-color: #295a87;
    background: #295a87;
}
.article > .inner .txt .info .btn-tocart:active {
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.6) inset;
}


/* Article-Listview */
.article.listview {
    background: #fff;
    display: block;
    width: 100%;
    padding: 0px;
    margin-bottom: 10px;
}
.article.listview > .inner:after {
    content: " ";
    display: table;
    clear: both;
}
.article.listview > .inner .vis,
.article.listview > .inner .txt {
    float: left;
}
.article.listview > .inner .vis {
    width: 25%;
}
.article.listview > .inner .vis > img {
    max-height: 100px;
    min-height: 60px;
}
.article.listview > .inner .txt {
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 25%;
    background: transparent;

}
.article.listview > .inner .txt .info {
    position: absolute;
    bottom: 0px;
    left: 10px;
    right: 10px;
}
.article.listview > .inner .txt .info > .btn-tocart {
    right: -10px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    padding: 2.5px 20px;
}
.article.listview > .inner .wishlist-button {
    top: 0px;
    right: 0px;
}
.article.listview > .inner .badge-ausverkauf {
    top: 0;
    left: 0;
}



/* Actionbar */
.actionbar {
    padding: 0 15px;
    margin-bottom: 5px;
    min-height: 35px;
}
.actionbar:after {
    content: " ";
    display: table;
    clear: both;
}
.actionbar label {
    font-family: myriad-pro, sans-serif;
	font-weight: 400;
    color: #666;
	font-size: 0.8em;
}
.actionbar select {
    width: 180px;
    max-width: 180px;
    border: 1px solid #ddd;
    cursor: pointer;
    display: inline-block;
    font-size: 11px;
}
.actionbar .btn-filter {
    margin-left: 10px;
}
.actionbar .btn-filter.in {
    background: #78bc68;
    color: #fff;
}
.actionbar .sel_articleview {
    display: inline-block;
}
.actionbar #article_per_view {
    max-width: 65px;
    margin-right: 10px;
}

/* Filter-Content */
.filter_content {
    position: relative;
    margin: 15px 15px 25px;
    display: none;
}
.filter_content p.lead {
    font-size: 14px;
    color: #282828;
    text-align: center;
}
.filter_content p.lead strong {
    font-family: myriad-pro, sans-serif;
	font-weight: 600;
}

.filter_content .headline {
    text-transform: uppercase;
    padding: 5px 0;
    color: #666;
    border-bottom: 1px solid #ddd;
    margin-bottom: 5px;
}
.filter_content .content {
    padding: 5px 0;
    margin-bottom: 10px;
}
.filter_content .content.button {
    border-top: 1px solid #ddd;
    padding-top: 25px;
}
.filter_content input[type='checkbox'] {
    position: relative;
    top: 2px;
}
.filter_content .input-group {
    width: 100%;
}

/* Sidebar */
.sidebar {
    height: 100%;
}
.sidebar > .card {
    padding: 0;
}
.sidebar .headline {
	
	padding: 8px 8px 0 8px;
}
.sidebar .headline h4 {
/*
    font-family: 'abril', serif;
    color: #282828;
    font-size: 20px;
    margin: 0px;
*/

	border-bottom: 1px solid #c3442a;
    color: #c3442a;
	margin: 0 0 1em;
    padding: .25em 0 .5em;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: .3px;
    font-weight: 600;


}
.sidebar ul.category-list {
    margin-top: 15px;
    margin-bottom: 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    font-size: 12px;
}
.sidebar ul.category-list > li {
    border-left: 28px solid #78bc68;
    position:relative;
    margin-bottom: 1px;
}
.sidebar ul.category-list > li:last-child {
    margin-bottom: 0px;
}
.sidebar ul.category-list > li:nth-child(1) {
    border-left-color: #ab612b;
}
.sidebar ul.category-list > li:nth-child(2) {
    border-left-color: #009ee3;
}
.sidebar ul.category-list > li:nth-child(3) {
    border-left-color: #63b338;
}
.sidebar ul.category-list > li:nth-child(4) {
    border-left-color: #c34229;
}
.sidebar ul.category-list > li:nth-child(5) {
    border-left-color: #8383af;
}
.sidebar ul.category-list > li:nth-child(6) {
    border-left-color: #e27f4e;
}
.sidebar ul.category-list > li:nth-child(7) {
    border-left-color: #4d7258;
}
.sidebar ul.category-list > li:nth-child(8) {
    border-left-color: #868786;
}
.sidebar ul.category-list > li:nth-child(9) {
    border-left-color: #e7be28;
}
.sidebar ul.category-list > li:nth-child(10) {
    border-left-color: #30376f;
}
.sidebar ul.category-list > li:nth-child(11) {
    border-left-color: #557d82;
}
.sidebar ul.category-list > li:nth-child(12) {
    border-left-color: #356394;
}
.sidebar ul.category-list > li:nth-child(13) {
    border-left-color: #e42313;
}
.sidebar ul.category-list > li:nth-child(14) {
    border-left-color: #eb6109;
}
.sidebar ul.category-list > li:nth-child(15) {
    border-left-color: #009de0;
}

.sidebar ul.category-list li span.cat-nr {
    position:absolute;
    left: -28px;
    top: 0;
    z-index: 5;
    color: #fff;
    font-weight: bold;
    padding: 10px 5px;
}
.sidebar ul.category-list li span.cat-nr > i.fa-caret-right {
    margin-left: 7px;
}
.sidebar ul.category-list li a {
    color: #282828;
    text-decoration: none;
    display: block;
    padding: 10px;
}
.sidebar ul.category-list li a:focus,
.sidebar ul.category-list li a:hover  {
    background: #eaeaea;
}


/* Sidebar Active State */
.sidebar ul.category-list > li.active > a,
.sidebar ul.category-list > li > ul.submenu > li.active > a,
.sidebar ul.category-list > li > ul.submenu > li > ul.submenu > li.active > a, 
.sidebar ul.category-list > li > ul.submenu > li > ul.submenu > li > ul.submenu > li.active > a {
    font-family: myriad-pro, sans-serif;
	font-weight: 600;
    color: #010101;
    background: #eaeaea;
}


/* 2nd Level Sidebar */
.sidebar ul.category-list li > ul.submenu > li > a:before {
    font-family: 'fontAwesome';
    content: "\f0da";
    margin-right: 5px;
    color: #666;
}


/* 3rd Level Sidebar */
.sidebar ul.category-list > li > ul.submenu > li > ul.submenu {
    margin-left: 25px;
}
.sidebar ul.category-list > li > ul.submenu > li > ul.submenu > li > a {
    /*font-size: .9em;*/
}

/* 4rd Level Sidebar */
.sidebar ul.category-list > li > ul.submenu > li > ul.submenu > li > ul.submenu {
    margin-left: 25px;
}
.sidebar ul.category-list > li > ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
    /*font-size: .9em;*/
}



/* Last Seen Section */
.last_seen {
    float: right;
}
.last_seen:after {
    content: " ";
    display: table;
    clear: both;
}
.last_seen ul {
    margin-bottom: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
}
.last_seen ul > li {
    display: inline-block;
    margin-left: 5px;
    width: 50px;
    height: 50px;
    border: 1px solid #ddd;
    overflow: hidden;
}
.last_seen ul > li:first-child {
    margin-left: 0;
    font-size: 11px;
    color: #393939;
    width: 65px;
    height: 50px;
    padding: 9px 0;
    border: 0;
    font-weight: bold;
}
.last_seen ul > li:hover {
    box-shadow: 0px 0px 4px rgba(0,0,0,.25);
}
.last_seen ul > li:first-child:hover {
    box-shadow: none;
}
.last_seen ul > li img {
    height: 50px;
    width: 50px;
}
.last_seen .showall {
    float: right;
    width: 15%;
    line-height: 1;
    padding: 10px 0;
    text-align: right;
}
.last_seen .showall a {
    font-size: 11px;
    font-weight: bold;
    color: #67b031;
    text-decoration: none;
}




/* Callus Section */
.callus {
    padding: 25px 0;
}
.callus p.lead {
    font-size: 39px;
    font-family: serif;
    color: #010101;
    font-weight: bold;
    margin-bottom: 5px;
}



/* Sale Section */
.salesection {
    padding: 25px 0;
}
.salesection:after {
    content: " ";
    display: table;
    clear: both;
}
.salesection .inner .head {
    padding: 25px 15px;
    text-align: center;
    color: #fff;
    position:relative;
    background: url('../../images/') repeat;
    background-color:#78bc68;
    height:auto;
    width:100%;
    margin-bottom: 15px;

}
.salesection .inner .head:after {
    content:'';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -.8em;
    width: 0;
    height: 0;
    border-top: solid .8em #78bc68;
    border-left: solid .8em transparent;
    border-right: solid .8em transparent;
}
.salesection .inner .head .symbol {
    background: #fff;
    color: #78bc68;
    display: inline-block;
    padding: 20px;
    border-radius: 50%;
    box-shadow: 2px 2px 1px rgba(121, 186, 104, 0.75);
}
.salesection .inner .head .symbol > img {
    width: 70px;
    height: 70px;
}
.salesection .inner .content {
    padding: 15px;
}
.salesection .inner .content p.lead {
    text-transform: uppercase;
    font-size: 1.4em;
    color: #282828;
    font-family: myriad-pro, sans-serif;
	font-weight: 600;
    margin-bottom: 10px;
}
.salesection .sale,
.salesection .highlight {
    padding: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;

}
.salesection .sale .inner,
.salesection .highlight .inner {
    border: 1px solid #ddd;
    box-shadow: 1px 1px 0px rgba(0,0,0,.15);
    border-radius: 2px;
}
.salesection .sale a,
.salesection .highlight a {
    text-decoration: none;
    cursor: pointer;
}

.salesection .sale > .inner:hover,
.salesection .highlight > .inner:hover {
    box-shadow: 2px 2px 2px rgba(0,0,0,.5);
}
.salesection .sale .inner .head {
    background: url('../../images/ico-sale-bg.svg') repeat #78bc68;
}
.salesection .highlight .inner .head {
    background: url('../../images/ico-highlight-bg.svg') repeat #78bc68;
}



/* Info Section */
.infosection {
    padding: 25px 0;
}
.infosection:after {
    content: " ";
    display: table;
    clear: both;
}
.infosection > div {
    margin: 15px 0;
}
.infosection p {
    margin: 10px 0;
}
.infosection p.lead {
    color: #2a4f00;
    font-size: 1.2em;
}
.infosection .moreinfo {
    padding: 15px;
    margin-top: 0px;
}
.infosection .moreinfo h2 {
    margin-top: 0px;
}
.infosection .moreinfo .btn-primary {
    margin-top: 20px;
}
.infosection .newsletter > .inner {
    border: 3px dashed #d4d3d3;
    padding: 15px;
}
.infosection .newsletter > .inner h2 {
    margin-bottom: 20px;
    margin-top: 0px;
}
.infosection .newsletter > .inner .input-group {
    margin-bottom: 20px;
}
.infosection .newsletter > .inner .input-group .btn-default {
    background: #78bc68;
    color: #fff;
    z-index: 2;
}
.infosection .newsletter > .inner .input-group .btn-default:hover {
    background: #2a4f00;
}
.infosection .newsletter > .inner p {
    /*font-size: .9em;*/
}



/* Category */
.cat .box {
    margin-top: 10px;
    margin-bottom: 0px;
}
.cat .box:after {
    content: " ";
    display: table;
    clear: both;
}


/* Article Detail */
.back {
    padding: 5px 0;
}
.btn-back {
    padding-left: 0px;
    color: #2a4f00;
    text-transform: uppercase;
}
.btn-back:hover {
    color: #152800;
}
.btn-back > i {
    position:relative;
    top: -1px;
}

.article-card {
    margin-top: 0px;
    margin-bottom: 25px;
}
.article-card:after {
    content: " ";
    display:table;
    clear: both;
}

.article-card .agri_best {
	position: absolute;
    top: 4px;
    right: -1.25px;
    z-index: 10;
    background: #DA291C;
    color: #fff;
    padding: 2px 5px;
    /*font-size: .9em;*/
    text-decoration: none;
    text-align: left;
    padding-left: 8px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    box-shadow: 0px 1px 3px rgba(0,0,0,.35);
    cursor: pointer;
}
.article-card .agri_best:hover {
    color: #fff;
}
.article-card .agri_best:after {
    background: rgb(218, 41, 28);
    background: -moz-linear-gradient(left,  rgba(218,41,28,1) 0%, rgba(218,41,28,1) 58%, rgba(120,16,16,1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(218,41,28,1)), color-stop(58%,rgba(218,41,28,1)), color-stop(100%,rgba(120,16,16,1)));
    background: -webkit-linear-gradient(left,  rgba(218,41,28,1) 0%,rgba(218,41,28,1) 58%,rgba(120,16,16,1) 100%);
    background: -o-linear-gradient(left,  rgba(218,41,28,1) 0%,rgba(218,41,28,1) 58%,rgba(120,16,16,1) 100%);
    background: -ms-linear-gradient(left,  rgba(218,41,28,1) 0%,rgba(218,41,28,1) 58%,rgba(120,16,16,1) 100%);
    background: linear-gradient(to right,  rgba(218,41,28,1) 0%,rgba(218,41,28,1) 58%,rgba(120,16,16,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#DA291C', endColorstr='#781010',GradientType=1 );
    content: ".";
    color: transparent;
    position: absolute;
    width: 4px;
    right: -3px;
    top: 0;
    bottom: -0.5px;
    z-index: 5;
    border-radius: 2px;
    border-bottom-left-radius: 0px;
}
.article-card .agri_best > .txt img {
    position:relative;
    top: -1px;
    max-height: 18px;
}
.article-card .agri_best > .txt {
    position: relative;
    left:-4px;
}
.article-card .agri_best > .amount:before {
    color: #fff;
}
.article-card .agri_best > .amount {
    color: #fff;
    font-family: myriad-pro, sans-serif;
	font-weight: 600;
    font-size: 1em;
}

.article-card .agri_best_info {
    position: absolute;
    top: 45px;
    right: 10px;
    width: auto;
    min-width: 200px;
    max-width: 320px;
    height: auto;
    min-height: 80px;
    padding: 10px;
    z-index: 20;
    background: #F4F1D9;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: #2a4f00 solid 1px;
    box-shadow: 2px 3px 4px rgba(0,0,0,.5);
    display: none;
    font-size: 11px;
    line-height: 1.3;
}
.article-card .agri_best_info.in {
    display: block;
}
.article-card .agri_best_info:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 10px 15px;
    border-color: #F4F1D9 transparent;
    display: block;
    width: 0;
    z-index: 1;
    margin-left: -10px;
    top: -15px;
    left: 85%;
}
.article-card .agri_best_info:before {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 10px 15px;
    border-color: #2a4f00 transparent;
    display: block;
    width: 0;
    z-index: 0;
    margin-left: -10px;
    top: -16px;
    left: 85%;
}

.article-card .share {
    position:absolute;
    top: 35px;
    right: -1.25px;
    z-index: 10;
    background: #fdae26;
    color: #fff;
    padding: 2px 5px;
    text-transform: uppercase;
    /*font-size: .9em;*/
    text-decoration: none;
    padding-left: 8px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    box-shadow: 0px 1px 3px rgba(0,0,0,.35);
    cursor: pointer;
}
.article-card .share:hover {
    color: #fff;
    background: #E59514;
}
.article-card .share:after {
    background: rgb(253,174,38);
    background: -moz-linear-gradient(left,  rgba(253,174,38,1) 0%, rgba(229,149,20,1) 58%, rgba(229,149,20,1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(253,174,38,1)), color-stop(58%,rgba(229,149,20,1)), color-stop(100%,rgba(229,149,20,1)));
    background: -webkit-linear-gradient(left,  rgba(253,174,38,1) 0%,rgba(229,149,20,1) 58%,rgba(229,149,20,1) 100%);
    background: -o-linear-gradient(left,  rgba(253,174,38,1) 0%,rgba(229,149,20,1) 58%,rgba(229,149,20,1) 100%);
    background: -ms-linear-gradient(left,  rgba(253,174,38,1) 0%,rgba(229,149,20,1) 58%,rgba(229,149,20,1) 100%);
    background: linear-gradient(to right,  rgba(253,174,38,1) 0%,rgba(229,149,20,1) 58%,rgba(229,149,20,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdae26', endColorstr='#e59514',GradientType=1 );
    content: ".";
    color: transparent;
    position: absolute;
    width: 4px;
    right: -3px;
    top: 0;
    bottom: -0.5px;
    z-index: 5;
    border-radius: 2px;
    border-bottom-left-radius: 0px;
}
.article-card .share:hover:after {
    background: rgb(229,149,20);
    background: -moz-linear-gradient(left,  rgba(229,149,20,1) 0%, rgba(198,125,7,1) 58%, rgba(198,125,7,1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(198,125,7,1)), color-stop(58%,rgba(198,125,7,1)), color-stop(100%,rgba(198,125,7,1)));
    background: -webkit-linear-gradient(left,  rgba(229,149,20,1) 0%,rgba(198,125,7,1) 58%,rgba(198,125,7,1) 100%);
    background: -o-linear-gradient(left,  rgba(229,149,20,1) 0%,rgba(198,125,7,1) 58%,rgba(198,125,7,1) 100%);
    background: -ms-linear-gradient(left,  rgba(229,149,20,1) 0%,rgba(198,125,7,1) 58%,rgba(198,125,7,1) 100%);
    background: linear-gradient(to right,  rgba(229,149,20,1) 0%,rgba(198,125,7,1) 58%,rgba(198,125,7,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e59514', endColorstr='#c67d07',GradientType=1 );
}
.article-card h1 {
    font-size: 1.5em;
    margin-top: 15px;
    font-family: myriad-pro, sans-serif;
	font-weight: 600;
}
.article-card a {
    color: #2a4f00;
}
.article-card a:hover {
    color: #152800;
}
.article-card > div {
    vertical-align: top;
}
.article-card > .images > .img-big {
    border: 1px solid #ddd;
    border-radius: 5px;
    text-align: center;
    padding: 5px;
}
.article-card > .images > .img-big > img {
    margin: 0 auto;
}
.article-card > .images > .img-small {
    margin-top: 15px;
}
.article-card > .images > .img-small > li {
    border: 1px solid #ddd;
    border-radius: 3px;
    display: inline-block;
    margin-right: 5px;
    padding: 2px;
}
.article-card > .images > .img-small > li > a > img {
    max-height: 50px;
}

.article-card > .images > .img-small > li:last-child {
    margin-right: 0px;
}
.article-card > .images > .img-small > li.active {
    border-color: #78bc68;
    position: relative;
}
.article-card > .images > .img-small > li.active:before {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 6px solid #78bc68;
    content: " ";
    display: table;
    position: absolute;
    left: 40%;
    top: -7px;
}


/* Article-Question Modal */
.article-card #article-question .modal-title .art_title {
    font-family: myriad-pro, sans-serif;
	font-weight: 600;
}
.article-card #article-question .modal-body p.lead {
    font-size: 1.2em;
    color: #282828;
    margin-bottom: 0px;
}
.article-card #article-question .modal-body p {
    color: #666;
}
.article-card #article-question .modal-body .form-horizontal {
    margin-top: 25px;
}
.article-card #article-question .modal-body .group {
    margin: 5px 0;
}
.article-card #article-question .modal-body .group:after {
    content: " ";
    display: table;
    clear: both;
}
.article-card #article-question .modal-body .group label {
    text-align: left;
}

.article-card > .data > .headline {
    border-bottom: 3px solid #ddd;
    margin: 0 -15px;
    padding: 0 15px;
}
.article-card > .data > .headline ul.actions {
    margin-bottom: 0px;
}.article-card > .data > .headline ul.actions:after {
    content: " ";
    display: table;
    clear: both;
}
.article-card > .data > .headline ul.actions > li {
    display: inline-block;
}
.article-card > .data > .headline ul.actions > li > a {
	/*font-size: .9em;*/
    padding: 5px 8px;
    display: block;
    color: #666666;
    text-decoration: none;
}
.article-card > .data > .headline ul.actions > li > a.btn-wishlist > i.fa-heart {
    color: #78bc68;
}
.article-card > .data > .headline ul.actions > li:first-child > a {
    padding-left: 0px;
}
.article-card > .data > .headline ul.actions > li:last-child > a {
    padding-right: 0px;
}
.article-card > .data > .headline ul.actions > li > a:hover {
    color: #282828;
}
.article-card > .data > .short-desc {
    padding: 10px 0;
	/*font-size: .9em;*/
}
.article-card > .data > .short-desc a {
    font-family: myriad-pro, sans-serif;
	font-weight: 600;
}
.article-card > .data > .buy {
    position: relative;
    padding: 10px 0 20px;
    border-bottom: 1px solid #ddd;
}
.article-card > .data > .buy:after {
    content: " ";
    display:table;
    clear: both;
}
.article-card > .data > .buy > .left,
.article-card > .data > .buy > .right {
    float: left;
}
.article-card > .data > .buy > .left {
	width: 65%;
}
.article-card > .data > .buy > .right {
	width: 35%;
}
.article-card > .data > .buy > .left .table {
    margin-bottom: 0px;
}
.article-card > .data > .buy > .left .table td {
    border: 0px;
    vertical-align: bottom;
    padding: 0px 8px;
    color: #282828;
}
.article-card > .data > .buy > .left .table td:first-child {
    padding-left: 0px;
    width: 100px;
}
.article-card > .data > .buy > .left .table td .amount {
    font-size: 1.2em;
    margin-right: 5px;
}
.article-card > .data > .buy > .left .table td .amount.old {
    color: #999;
    /*font-size: .9em;*/
    text-decoration: line-through;
}
.article-card > .data > .buy > .left .table td .amount-net.old {
    color: #999;
    font-size: .7em;
    text-decoration: line-through;
}
.article-card > .data > .buy > .right {
    position: absolute;
    height: 100%;
    right: 0;
}
.article-card > .data > .buy > .right > .inner {
    position:absolute;
    bottom: 30px;
    right: 0px;
}
.article-card > .data > .buy > .right .form-control.quantity {
    max-width: 51px;
    text-align: center;
    display:inline-block;
    position: relative;
    top: 1px;
    height: auto;
}
.article-card > .data > .buy > .right .btn-primary {
    padding: 6px 15px;
    box-shadow: none;
    text-transform: none;
}
.article-card > .data > .badges {
    text-align: left;
    padding-top: 10px;
}
.article-card > .data > .badges > ul > li {
    display: inline-block;
    padding: 5px;
}
.article-card > .data > .badges > ul > li img.badge-article {
	/* max-height: 100px; */
	height: 60px;
}
.note {
    margin: -15px 0 20px;
    font-size: .75em;
    color: #666;
}

.article-tabs {
    margin-bottom: 25px;
}
.article-tabs:after {
    content: " ";
    display: table;
    clear: both;
}
.article-tabs ul.nav-tabs > li > a {
    text-transform: uppercase;
    color: #666;
    /*font-size: .9em;*/
    padding: 10px;
}
.article-tabs ul.nav-tabs > li.active > a {
    color: #010101;
}
.article-tabs .tab-content {
    background: #fff;
    border: 1px solid #ddd;
    border-top: 0px;
}
.article-tabs .tab-content .tab-pane.card {
    border: 0px;
    margin-top: 0px;
}
.article-tabs .tab-content #art-ausfuehrung {
    padding-top: 10px;
}
.article-tabs .tab-content #art-ausfuehrung .table {
    /*font-size: .9em;*/
    margin-bottom: 0px;
}
.article-tabs .tab-content #art-ausfuehrung .table td.scaled {
    max-width: 160px;
}
.article-tabs .tab-content #art-ausfuehrung .table-striped > tbody > tr:nth-of-type(2n+0) {
    background: #eaeaea;
}
.article-tabs .tab-content #art-ausfuehrung .table thead th {
    color: #999;
    font-size: 1em;
    font-family: myriad-pro, sans-serif;
	font-weight: 600;
}
.article-tabs .tab-content #art-ausfuehrung .table tbody td {
    vertical-align: middle;
}
.article-tabs .tab-content #art-ausfuehrung .table tbody td > .btn-wishlist {
    background: transparent;
}
.article-tabs .tab-content #art-ausfuehrung .table tbody td > .btn-wishlist > i.fa-heart {
    color: #78bc68;
}
.article-tabs .tab-content #art-ausfuehrung .table tbody td span.article-description {
    font-family: myriad-pro, sans-serif;
	font-weight: 600;
    color: #010101;
}
.article-tabs .tab-content #art-ausfuehrung .table tbody td a.btn-detail:before {
    content: " - ";
}
.article-tabs .tab-content #art-ausfuehrung .table tbody td a {
    color: #2a4f00;
    font-size: .90em;
    font-family: myriad-pro, sans-serif;
	font-weight: 600;
    font-style: italic;
}
.article-tabs .tab-content #art-ausfuehrung .table.scaled-price {
    margin-bottom: 0px;
    background: transparent;
}
.article-tabs .tab-content #art-ausfuehrung .table.scaled-price td {
    border: 0px;
    padding: 0px;
}
.article-tabs .tab-content #art-ausfuehrung .table.scaled-price td .amount {
    font-size: 1.25em;
}
.article-tabs .tab-content #art-ausfuehrung .table.scaled-price td .amount.old {
    color: #999;
    text-decoration: line-through;
    font-size: 1em;
}
.article-tabs .tab-content #art-ausfuehrung td.scaled .amount{
	font-size: 1.2em;
	margin-right: 5px;
}
.article-tabs .tab-content #art-ausfuehrung td.scaled .amount.old{
    color: #999;
	text-decoration: line-through;
	font-size: 1em;
}
.article-tabs .tab-content #art-ausfuehrung td.scaled .amount-net{
	font-size: 1em;
	margin-right: 5px;
}
.article-tabs .tab-content #art-ausfuehrung td.scaled .amount-net.old{
    color: #999;
	text-decoration: line-through;
	font-size: 1em;
}
.article-tabs .tab-content #art-ausfuehrung .table .quantity {
    max-width: 47px;
    text-align: center;
    padding: 6px 8px;
    display: inline-block;
    margin-right: 3px;
    position:relative;
    top: 2px;
}
.article-tabs .tab-content #art-ausfuehrung .table .btn-primary {
    box-shadow: none;
    padding: 6px 15px;
    text-transform: none;
}
.article-tabs .tab-content #art-ausfuehrung .table .detail {
    font-size: .85em;
    padding: 10px 0;
}
.article-tabs .tab-content #art-ausfuehrung .table .detailwidth {
    width: 400px;
}
.article-tabs .tab-content #art-downloads .table td a {
    color: #282828;
}
.article-tabs .tab-content #art-video video {
    cursor: pointer;
}


.article-info {
    margin-bottom: 25px;
}
.article-info h3 {
    text-transform: uppercase;
    margin-top: 0px;
    font-size: 14px;
    color: #010101;
    font-family: myriad-pro, sans-serif;
	font-weight: 600;
}
.article-info .swiper-slide {
    background: transparent;
}
.article-info .swiper-slide > img {
    max-height: 180px;
}


/* Upselling */
.upselling {
    margin-bottom: 15px;
}
.upselling .box {
    background: #e0efd6;
}
.upselling .box h2 {
    border-bottom-color: #fff;
}
.upselling .box .card.article {
    background: #e0efd6;
}
.upselling .box .card.article .inner {
    background: #fff;
}


/* # Checkout Process # */
.checkout {
    background: #fff;
    border: 1px solid #ddd;
    margin-top: 10px;
    margin-bottom: 25px;
}


/* Wizzard */
.checkout ul.wizzard {
    margin-bottom: 0px;
    width: 100%;
}
.checkout ul.wizzard:after {
    content: " ";
    display: table;
    clear: both;
}

/* Chevron Standard */
.checkout ul.wizzard > li {
    width: 25%;
    display: inline-block;
    float:left;
    text-align: center;
    height: 50px;
    padding: 14px 0px 14px 15px;
    border: 1px solid #ddd;
    background: #fff;
    position: relative;
}
.checkout ul.wizzard > li:after,
.checkout ul.wizzard > li:before {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.checkout ul.wizzard > li:after {
    border-color: rgba(255,255,255, 0);
    border-left-color: #fff;
    border-width: 22px 13px;
    margin-top: -22px;
    z-index: 10;
}
.checkout ul.wizzard > li:before {
    border-color: rgba(221,221,221,0);
    border-left-color: #ddd;
    border-width: 26px 16px;
    margin-top: -26px;
    z-index: 10;
}

/* No Chevron on last Step */
.checkout ul.wizzard > li:last-child:after {
    border-width: 0px;
    margin-top: 0px;
}
.checkout ul.wizzard > li:last-child:before {
    border-width: 0px;
    margin-top: 0px;
}


/* Active Wizzard Step */
.checkout ul.wizzard > li.active {
    background: #78bc68;
    border-color: #78bc68;
    color: #fff;
    font-family: myriad-pro, sans-serif;
	font-weight: 600;
}
.checkout ul.wizzard > li.active:after {
    border-left-color: #78bc68;
}
.checkout ul.wizzard > li.active:before {
    border-left-color: #78bc68;
}

/* Wizzard Step Number */
.checkout ul.wizzard > li > span.step {
    border: 1px solid #ddd;
    padding: 1px 7px;
    border-radius: 2px;
    margin-right: 3px;
}
.checkout ul.wizzard > li.active > span.step {
    border: 1px solid #fff;
}
.checkout ul.wizzard > li > span.step.done {
    padding: 1px 4px;
}
.checkout ul.wizzard > li > span.step.done > i {
    color: #78bc68;
}
.checkout .inner.card {
    background: transparent;
    border: 0px;
    margin: 0;
}
.checkout .inner p.lead {
   /* font-size: 12px;*/
    color: #282828;
}
.checkout .inner p.lead > span {
    font-size: 1.2em;
    font-family: myriad-pro, sans-serif;
	font-weight: 600;
    color: #010101;
}

.checkout .inner .navigation-controls {
    border-top: 1px solid #ddd;
    margin-left: -15px;
    margin-right: -15px;
    padding: 15px 15px 0;
}
.checkout .inner .navigation-controls:after {
    content: " ";
    display: table;
    clear: both;
}
.checkout .inner .navigation-controls .btn {
    padding: 8px 12px;
    border: 1px solid #ddd;
    text-transform: uppercase;
    border-radius: 2px;
}
.checkout .inner .navigation-controls .btn-prev {
    color: #666666;
}
.checkout .inner .navigation-controls .btn-prev:hover {
    color: #282828;
    background: #f5f5f5;
}
.checkout .inner .navigation-controls .btn-prev > i {
    border-right: 1px solid #ddd;
    margin-right: 8px;
    padding-right: 12px;
    margin-bottom: -12px;
    margin-top: -12px;
    padding-bottom: 10px;
    padding-top: 12px;
}

.checkout .inner .navigation-controls .btn-next {
    background: #78bc68;
    border: 1px solid #2a4f00;
    color: #fff;
}
.checkout .inner .navigation-controls .btn-next:hover {
    background: #2a4f00;
}

.checkout .inner .navigation-controls .btn-next > i {
    border-left: 1px solid #2a4f00;
    margin-left: 8px;
    padding-left: 12px;
    margin-bottom: -12px;
    margin-top: -12px;
    padding-bottom: 10px;
    padding-top: 12px;
}
.checkout .inner .navigation-controls .btn-next:hover > i {
    border-left: 1px solid #fff;
}



/* Shoppingcart */
.checkout .inner .table,
.checkout .inner .table{
    margin-bottom: 35px;
}
.checkout .inner .table thead th,
.checkout .inner .table thead td {
    text-transform: uppercase;
    color: #999999;
    font-size: 12px;
    font-family: myriad-pro, sans-serif;
	font-weight: 600;
}
.checkout .inner .table tbody td {
    vertical-align: middle;
}
.checkout .inner .table tbody td.action {
    text-align: center;
    max-width: 50px;
}
.checkout .inner .table tbody td.action > a {
    color: #999999;
    font-size: 10px;
    padding: 5px;
}
.checkout .inner .table tbody td.action > a:hover {
    color: #990000;
}

.checkout .inner .table tbody td.image {
    text-align: center;
    max-width: 80px;
}
.checkout .inner .table tbody td.image a > img,
.checkout .inner .table tbody td.image > img {
    margin: 0 auto;
}

.checkout .inner .table tbody td.article a {
    text-decoration: none;
}
.checkout .inner .table tbody td.article a > p:first-child,
.checkout .inner .table tbody td.article > p:first-child {
    font-size: 1em;
    font-family: myriad-pro, sans-serif;
	font-weight: 600;
    margin-bottom: 0px;
    color: #282828;
}
.checkout .inner .table tbody td.article a > p:last-child,
.checkout .inner .table tbody td.article > p:last-child {
    font-size: .85em;
    font-family: myriad-pro, sans-serif;
	font-weight: 400;
    color: #666;
}

.checkout .inner .table tbody td.price {
    /*font-size: .9em;*/
}
.checkout .inner .table tbody td.price > .amount {
    color: #282828;
    font-family: myriad-pro, sans-serif;
	font-weight: 400;
}

.checkout .inner .table tbody td.quantity {
    width: 80px;
}
.checkout .inner .table tbody td.quantity > input {
    max-width: 50px;
    text-align: center;
}

.checkout .inner .table tbody td.price.total {
    text-align: right;
}
.checkout .inner .table tbody td.price.total > .amount {
    color: #010101;
    font-family: myriad-pro, sans-serif;
	font-weight: 600;
}
.checkout .inner .table tbody td.price.total > .amount.minus {
    color: #990000;
}
.checkout .inner .table tbody td.price.total > .amount.minus:before {
    content: "- € ";
    color: #990000;
}
/* If country is CH */
.checkout .inner .table tbody td.price.total > .amount.ch.minus:before {
    content: "- CHF ";
    color: #990000;
}
/* All other countries */
.checkout .inner .table tbody td.price.total > .amount.global.minus:before {
    content: "- CHF ";
    color: #990000;
}

.checkout .inner .table tbody tr.voucher > td {
    padding-top: 40px;
    padding-bottom: 40px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.checkout .inner .table tbody tr.subtotal > td,
.checkout .inner .table tbody tr.total > td {
    padding-top: 15px;
    padding-bottom: 15px;
}
.checkout .inner .table tbody tr.subtotal > td p,
.checkout .inner .table tbody tr.total > td p {
    color: #666;
    font-size: 1em;
}
.checkout .inner .table tbody tr.subtotal > td p .amount,
.checkout .inner .table tbody tr.total > td p .amount {
    font-size: 1.5em;
    font-family: myriad-pro, sans-serif;
	font-weight: 600;
    color: #010101;
}
.checkout .inner .table tbody tr.subtotal > td .btn-default,
.checkout .inner .table tbody tr.total > td .btn-default {
    margin-top: 5px;
}



/* Checkout 1 */
.checkout .inner label {
    /*font-size: .9em;*/
    font-weight: normal;
    font-family: myriad-pro, sans-serif;
	font-weight: 400;
    color: #282828;
    vertical-align: middle;
}
.checkout .inner .inline {
    display:table;
    width: 100%;
    padding: 5px 0;
}
.checkout .inner .inline > * {
    display: table-cell;
}
.checkout .inner .inline label {
    width: 120px;
}
.checkout .inner .inline label:after {
    content: ":";
}
.checkout .inner .inline label.required:after {
    content: "* :";
}
.checkout .inner .inline .composite > * {
    float: left;
    width: 70%;
}
.checkout .inner .inline .composite > .small {
    width: 30%;
}
.checkout .inner .inline .composite:after {
    content: " ";
    display: table;
    clear: both;
}


.checkout .inner .login,
.checkout .inner .address,
.checkout .inner .payment_type,
.checkout .inner .pickup {
   /*  padding-bottom: 25px; */
    /* border-bottom: 1px solid #ddd; */
    margin-bottom: 25px; 
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
}
.checkout .inner .login .savedaddress {
    /* margin-top: 25px; */
    /* border-top: 1px solid #ddd; */
    /* padding: 25px 0 0; */
    width: 100%;
}
.checkout .inner .login .btn-submit {
    vertical-align: bottom;
    padding: 6px 12px;
    background: #78bc68;
    border-color: #2a4f00;
    color: #fff;
    text-transform: uppercase;
    border-radius: 2px;
    font-family: myriad-pro, sans-serif;
	font-weight: 400;
}
.checkout .inner .login .btn-submit:hover {
    background: #2a4f00;
}

.checkout .inner .pickup .email {
    display: none;
}
.checkout .inner .pickup .email.in {
    display: table;
}
.checkout .inner .address.out,
.checkout .inner .shipping_type.out {
    display: none;
}


.checkout .inner .address:after {
    content: " ";
    display: table;
    clear: both;
}
.checkout .inner .address > div:first-child {
    border-right: 1px solid #ddd;
}

.checkout .inner .shipping_type {
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.checkout .inner .shipping_type:after {
    content: " ";
    display: table;
    clear: both;
}
.checkout .inner .shipping_type p.info:before {
    font-family: 'fontAwesome';
    content: "\f05a";
    float: left;
    margin-right: 8px;
    font-size: 2.5em;
    line-height: 1.1em;
    font-style: normal;
    vertical-align: top;
    color: #999;
}
.checkout .inner .shipping_type p.info {
    color: #666;
    /*font-size: .9em;*/
    font-style:italic;
}


/* Checkout 2 */
.checkout .inner .payment_type:after {
    content: " ";
    display: table;
    clear: both;
}
.checkout .inner .payment_type p.info:before {
    font-family: 'fontAwesome';
    content: "\f05a";
    float: left;
    margin-right: 8px;
    font-size: 2.5em;
    line-height: 1.1em;
    font-style: normal;
    vertical-align: top;
    color: #999;
}
.checkout .inner .payment_type p.info {
    color: #666;
    /*font-size: .9em;*/
    font-style:italic;
}
.checkout .inner .payment_type .banking_info {
    display: none;
    margin-top: 15px;
}
.checkout .inner .payment_type .banking_info.in {
    display: block;
}



.checkout .inner .payment_address {
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.checkout .inner .payment_address:after {
    content: " ";
    display: table;
    clear: both;
}
.checkout .inner .payment_address div.col-sm-6 {
    border-right: 1px solid #ddd;
}
.checkout .inner .payment_address div:last-child {
    border-right: 0px;
}

.checkout .inner .payment_address .chk_address {
    margin-bottom: 25px;
}
.checkout .inner .payment_address .chk_address label {
    font-family: myriad-pro, sans-serif;
	font-weight: 600;
    color: #666;
    font-size: 1em;
}


/* Checkout 3 */
.checkout .inner .cart_overview,
.checkout .inner .additional_data {
    padding-bottom: 25px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 25px;
}
.checkout .inner .legal_check {
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.checkout .inner .cart_overview .table {
    margin-bottom: 15px;
}
.checkout .inner .table tbody td.quantity input:disabled {
    background: transparent;
    border: 0px;
    box-shadow: none;
    text-align: left;
    cursor: auto;
}

.checkout .inner .legal_check .table td,
.checkout .inner .additional_data .table td {
    vertical-align: middle;
    border: 0px;
}
.checkout .inner .additional_data .table td.check {
    width: 50px;
}
.checkout .inner .legal_check .table td.tdlabel,
.checkout .inner .additional_data .table td.tdlabel {
    width: 160px;
}
.checkout .inner .additional_data .table td.tdlabel.message {
    vertical-align: top;
}
.checkout .inner .legal_check .table td label,
.checkout .inner .additional_data .table td label {
    margin-bottom: 0px;
    cursor: pointer;
}
.checkout .inner .legal_check .table label.infolabel,
.checkout .inner .additional_data .table label.infolabel {
    color: #666;
}
.checkout .inner .legal_check .table label.infolabel > a {
    color: #2a4f00;
}
.checkout .inner .legal_check .table .tdlabel > label,
.checkout .inner .additional_data .table .tdlabel > label {
    font-family: myriad-pro, sans-serif;
	font-weight: 400;
    color: #010101;
}
.checkout .inner .legal_check .table .tdlabel > label:after,
.checkout .inner .additional_data .table .tdlabel > label:after {
    content: ":";
}
.checkout .inner .legal_check .table .tdlabel > label.required:after,
.checkout .inner .additional_data .table .tdlabel > label.required:after {
    content: "* :";
}

.checkout .inner .address .btn-edit {
    color: #999999;
    font-size: 10px;
    padding: 5px;
}
.checkout .inner .address .btn-edit:hover {
    color: #990000;
}

.checkout .inner .address.overview .inline {
    padding-top: 0px;
    padding-bottom: 0px;
}

.checkout .inner .address input:disabled,
.checkout .inner .address select:disabled {
    background: transparent;
    border: 1px solid #e6e6e6;
    box-shadow: none;
    cursor: auto;
    padding-top: 0px;
    padding-bottom: 0px;
}
.checkout .inner .saveme {
    display: none;
    text-align: center;
}
.checkout .inner .saveme.in {
    display: table-row
}
.checkout .inner .saveme td {
    border-top: 0px;
}
.checkout .inner .saveme .btn-save {
    background: #990000;
    color: #fff;
    width: 100%;
    font-family: myriad-pro, sans-serif;
	font-weight: 600;
}

/* Newsletter */
.nl_archive .table td:last-child a {
    color: #282828;
    font-size: 18px;
}


/* Wishlist */
div.wishlist .inner .table {
    margin-bottom: 35px;
}
div.wishlist .inner .table thead th,
div.wishlist .inner .table thead td {
    text-transform: uppercase;
    color: #999999;
    font-size: 12px;
    font-family: myriad-pro, sans-serif;
	font-weight: 600;
}
div.wishlist .inner .table tbody td {
    vertical-align: middle;
}
div.wishlist .inner p.lead {
    font-size: 12px;
    color: #282828;
}
div.wishlist .inner p.lead > span {
    font-size: 1.2em;
    font-family: myriad-pro, sans-serif;
	font-weight: 600;
    color: #010101;
}


div.wishlist .inner .table tbody td.action {
    max-width: 50px;
    text-align: center;
}
div.wishlist .inner .table tbody td.action > a {
    color: #999;
    font-size: 10px;
    padding: 5px;
}
div.wishlist .inner .table tbody td.action > a:hover {
    color: #990000;
}
div.wishlist .inner .table tbody td.image {
    max-width: 65px;
    text-align: center;
}
div.wishlist .inner .table tbody td.image img {
    margin: 0 auto;
}
div.wishlist .inner .table tbody td.article a {
    text-decoration: none;
    color: #282828;
}
div.wishlist .inner .table tbody td.article > p:first-child,
div.wishlist .inner .table tbody td.article a > p:first-child {
    color: #282828;
    font-family: myriad-pro, sans-serif;
	font-weight: 600;
    font-size: 1em;
    margin-bottom: 0px;
}
div.wishlist .inner .table tbody td.article > p:last-child,
div.wishlist .inner .table tbody td.article a > p:last-child {
    color: #666;
    font-family: myriad-pro, sans-serif;
	font-weight: 400;
    font-size: .85em;
}
div.wishlist .inner .table tbody td.tocart {
    text-align: right;
}
div.wishlist .inner .table tbody td.tocart .btn-default {
    background: #78bc68;
    border-color: #2a4f00;
    color: #fff;
}
div.wishlist .inner .table tbody td.tocart .btn-default:hover {
    background: #2a4f00;
}
div.wishlist .inner .all_tocart {
    border-top: 1px solid #ddd;
    margin-left: -15px;
    margin-right: -15px;
    padding: 25px 15px 10px;
}



/* Direct Order */
.direct_order .inner p.lead {
    font-size: 12px;
    color: #282828;
}
.direct_order .inner p.lead > span {
    font-size: 1.2em;
    font-family: myriad-pro, sans-serif;
	font-weight: 600;
    color: #010101;
}
.direct_order .inner .table thead th,
.direct_order .inner .table thead td {
    color: #999;
    font-family: myriad-pro, sans-serif;
	font-weight: 600;
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
}
.direct_order .inner .table tbody td {
    vertical-align: middle;
}
.direct_order .inner .table tbody td.pos {
    text-align: center;
    width: 30px;
}
.direct_order .inner .table tbody td.article {
    margin-bottom: 0px;
}
.direct_order .inner .table tbody td.quantity {
    width: 70px;
}
.direct_order .inner .table tbody td.quantity > input {
    text-align: center;
}
.direct_order .inner .table tbody td.total {
    text-align: right;
    width: 100px;
}
.direct_order .inner .table tbody td.total > span.amount {
    font-size: 1.4em;
}
.direct_order .inner .all_tocart {
    border-top: 1px solid #ddd;
    margin-left: -15px;
    margin-right: -15px;
    padding: 25px 15px 10px;
}



/* Login */
.cust_login,
.forgot_pw {
    margin-bottom: 25px;
}
.cust_login:after {
    content: " ";
    display:table;
    clear: both;
}
.cust_login p.lead {
    font-size: 12px;
    color: #282828;
}
.forgot_pw {
    display:none;
}
.forgot_pw.in {
    display: block;
}
.forgot_pw p.lead {
    font-size: 12px;
    color: #282828;
    margin-bottom: 5px;
}
.forgot_pw p {
    font-size: 12px;
    color: #666;
    margin-bottom: 25px;
}


/* Contact */
/*
.contact h2 {
    font-size: 20px;
    margin-bottom: 15px;
}
*/
.contact p.lead {
    font-size: 14px;
    font-family: myriad-pro, sans-serif;
	font-weight: 600;
    margin-bottom: 5px;
    color: #010101;
}
.contact p {
    font-family: myriad-pro, sans-serif;
	font-weight: 400;
    color: #282828;
}
.contact .contact_de {
    margin-bottom: 35px;
}
.contact .table td {
    border: 0px;
    padding: 0px;
}
.contact .table strong {
    /*font-size: .9em;*/
    color: #282828;
}

.contact .contact_store {
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
    margin-bottom: 10px;
}
.contact .contact_store:last-child {
    border-bottom: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.contact .form-horizontal .control-label {
    text-align: left;
}
.contact .divider {
    margin: 15px 0;
    height: 1px;
}
.contact .divider.line {
    background: #ddd;
}
.contact .row {
    border-bottom: 1px solid #ddd;
}
.contact .row:last-child {
    border-bottom: 0px;
}
.contact .map > img {
    margin-top: 25px;
}
.contact .form-horizontal .note {
    font-size: 11px;
    color: #666;
    font-family: myriad-pro, sans-serif;
	font-weight: 300;
    text-align: right;
    margin-top: 10px;
    display: block;
}

/* Downloads */
.downloads .table tbody td a {
    color: #282828;
    font-family: myriad-pro, sans-serif;
	font-weight: 600;
}
.downloads .table tbody td a small {
    font-family: myriad-pro, sans-serif;
	font-weight: 400;
    color: #666;
}
.downloads .table tbody td {
    vertical-align: middle;
}
.downloads .table tbody td img {
    max-width: 80px;
    margin: 0 auto;
}


/* Userprofile */
.userprofile .nav-tabs > li > a {
    color: #666;
}
.userprofile .nav-tabs > li > a:focus,
.userprofile .nav-tabs > li > a:hover {
    color: #666;
}
.userprofile .nav-tabs > li.active > a {
    color: #282828;
}
.userprofile .tab-content {
    padding: 15px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.userprofile .tab-content:after {
    content: " ";
    display: table;
    clear: both;
}
.userprofile .tab-content label {
    text-align: left;
}
.userprofile .tab-content input:disabled {
    background: transparent;
    border: 0px;
    box-shadow: none;
    cursor: default;
}
.userprofile .tab-content input.strong {
    font-family: myriad-pro, sans-serif;
	font-weight: 600;
}
.userprofile .tab-content .divider {
    margin: 25px 0;
    min-height: 1px;
}
.userprofile .tab-content .divider:after {
    content: " ";
    display: table;
    clear: both;
}
.userprofile .tab-content .divider.line {
    background: #ddd;
}
.userprofile .tab-content .divider.headline {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
    margin: 25px 0;
}

.userprofile .tab-content .divider.headline p {
    color: #282828;
    font-size: 1em;
    margin-bottom: 0px;
    font-family: myriad-pro, sans-serif;
	font-weight: 600;
}

.userprofile .tab-content .table thead th {
    color: #999;
    /*font-size: .9em;*/
    text-transform: uppercase;
    font-family: myriad-pro, sans-serif;
	font-weight: 600;
}
.userprofile .tab-content .table tbody td.auftrag {
    font-family: myriad-pro, sans-serif;
	font-weight: 600;
}
.userprofile .tab-content .table tbody .amount {
    font-size: 1em;
    font-family: myriad-pro, sans-serif;
	font-weight: 400;
}

.userprofile .tab-content #del_address .table thead th {
    vertical-align: middle;
}
.userprofile .tab-content #del_address .table tbody td ul > li {
    display: inline-block;
}
.userprofile .tab-content #del_address .table tbody td a {
    color: #282828;
}
.userprofile .tab-content #del_address .table tbody .table_footer select.form-control {
    width: auto;
    display: inline-block;
}
.userprofile .tab-content #del_address .table tbody .table_footer .btn {
    position: relative;
    top: -2px;
}
.userprofile .tab-content #del_address .group {
    padding: 5px 0;
}


/* Feedback (Was fehlt?) */
/*
.feedback h2 {
    font-size: 20px;
    margin-bottom: 15px;
    margin-top: 0px;
}
*/
.feedback p.lead {
    font-size: 1em;
    color: #282828;
    font-family: myriad-pro, sans-serif;
	font-weight: 400;
    margin-bottom: 0px;
}
.feedback p.lead > strong {
    font-family: myriad-pro, sans-serif;
	font-weight: 600;
}
.feedback p {
    color: #666;
}
.feedback .form-horizontal {
    margin-top: 25px;
}
.feedback .form-horizontal label {
    text-align: left;
}
.feedback .group {
    padding: 5px 0;
}


/* Catalogue */
/*
.catalogue h2 {
    font-size: 20px;
    margin-bottom: 15px;
}
*/
.catalogue p.lead {
    font-size: 1em;
    color: #282828;
    font-family: myriad-pro, sans-serif;
	font-weight: 400;
    margin-bottom: 0px;
}
.catalogue p.lead > strong {
    font-family: myriad-pro, sans-serif;
	font-weight: 600;
}
.catalogue p {
    color: #666;
}
.catalogue .form-horizontal {
    margin-top: 25px;
}
.catalogue .form-horizontal label {
    text-align: left;
}
.catalogue .group {
    padding: 5px 0;
}


/* Glossary */
/*
.glossary h2 {
    font-size: 20px;
    margin-bottom: 15px;
}
*/
.glossary .glos_index {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding-bottom: 10px;
    padding-top: 10px;
}
.glossary .glos_index li {
    display: inline-block;
    border-right: 1px solid #ddd;
    text-transform: uppercase;
}
.glossary .glos_index li:last-child {
    border-right: 0px;
}
.glossary .glos_index li > a {
    padding: 5px 10px 5px 5px;
    color: #666;
    text-decoration: none;
}
.glossary .glos_index li.active > a {
    color: #282828;
    font-family: myriad-pro, sans-serif;
	font-weight: 600;
}
.glossary .glos_content li {
    padding: 5px;
}
.glossary .glos_content .headline {
    background: #78bc68;
    color: #fff;
    padding: 5px;
    margin-top: 15px;
    font-family: myriad-pro, sans-serif;
	font-weight: 600;
    font-size: 1.2em;
}
.glossary .glos_content .headline:first-child {
    margin-top: 0px;
}



/* FAQ */
.faq {
    font-family: myriad-pro, sans-serif;
	font-weight: 400;
}
/*
.faq h2 {
    font-size: 20px;
    margin-bottom: 15px;
    border-bottom: 0;
}
*/
.faq #faq_accordion .panel .panel-heading {
    background: #78bc68;
    border-color: #2a4f00;
}
.faq #faq_accordion .panel .panel-title > a {
    display: block;
    text-decoration: none;
    font-family: myriad-pro, sans-serif;
	font-weight: 600;
    color: #fff;
}
.faq #faq_accordion .panel .panel-title > a:hover {
    color: #010101;
}
.faq #faq_accordion .panel .panel-body .image {
    text-align: center;
}
.faq #faq_accordion .panel .panel-body .image > img {
    margin: 0 auto;
}


.faq .nav-tabs {
    margin-bottom: 25px;
}
.faq .nav-tabs > li {
    margin-bottom: 15px;
}
.faq .nav-tabs > li.active > a {
    border: 0;
    background-color: #65b33a;
    color: #fff;
    border-radius: 5px;
    font-size: 1em;
}
.faq .nav-tabs > li > a {
    color: #393939;
    /*font-size: .9em;*/
}
.faq .nav-tabs > li > a:hover {
    border-color: #eee;
    border-radius: 5px;
}
.faq .panel-group {
    margin-bottom: 0;
}
.faq .panel-group .panel-default {
    border: 0;
    box-shadow: none;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
}
.faq .panel-group .panel-default:last-child {
    border-bottom: 0;
}
.faq .panel-group .panel-default .panel-heading {
    background-color: transparent;
    border: 0;
}
.faq .panel-group .panel .panel-title:after {
    content: " ";
    display: table;
    clear: both;
}
.faq .panel-group .panel .panel-title a > i {
    float: right;
    color: #67b031;
}
.faq .panel-group .panel .panel-title a {
    color: #000;
    text-decoration: none;
    display: block;
}
.faq .panel-group .panel-default .panel-heading + .panel-collapse > .panel-body {
    border: 0;
}
.faq .panel-group .panel-default .panel-body {
    font-size: 12px;
    line-height: 1.5;
    color: #666;
}
.faq .panel-group .panel-default .panel-body .rate_answer {
    border-top: 1px dashed #ddd;
    padding: 15px 0 0;
    margin-top: 15px;
}
.faq .panel-group .panel-default .panel-body .rate_answer p.lead {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 8px;
}
.faq .panel-group .panel-default .panel-body .rate_answer .btn-primary {
    font-size: 12px;
    padding: 8px 16px;
    margin-right: 5px;
    font-family: sans-serif;
    box-shadow: none;
    text-transform: none;
}
.faq-sidebar .box {
    text-align: center;
    border-bottom: 1px solid #ddd;
    padding: 25px;
}
.faq-sidebar .box:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}
.faq-sidebar .box p {
    margin-bottom: 0;
    color: #666;
}
.faq-sidebar .box p.lead {
    font-weight: bold;
    font-size: 17px;
}

/* Request */

.request .form-horizontal {
    margin-top: 25px;
}
.request .form-horizontal:after {
    content: " ";
    display: table;
    clear: both;
}
.request .block {
    display: block;
    margin: 10px 0;
    padding: 10px 5px;
}
.request .block.grey {
    background: #f5f5f5;
    border-radius: 5px;
}
.request .block p.lead {
    font-size: 14px;
    color: #666;
    display: block;
    margin-bottom: 10px;
}
.request .group {
    padding: 5px 0;
}
.request .group:after {
    content: " ";
    display: table;
    clear: both;
}
.request .group .form-control {
    border-radius: 4px;
}
.request div.col-md-10 {
    padding-right: 0;
}
.request .group .answer {
    float: left;
    width: 50%;
}
.request .group .answer label {
    text-align: left;
}

/* Checkbox DSGVO */
.block.checkbox {
    padding: 20px 15px 5px 15px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.group.checkbox,
.form-group.checkbox {
    margin: 20px 0;
    padding: 10px 0 13px 15px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.block.checkbox .form-group {
    margin-left: 0;
    margin-right: 0;
}
.block.checkbox .form-group input[type="checkbox"],
.group.checkbox .input-group input[type="checkbox"],
.form-group.checkbox input[type="checkbox"] {
    margin-left: 0;
    margin-top: 10px;
}
.block.checkbox .form-group input[type="checkbox"].wnerrorback + label,
.group.checkbox .input-group input[type="checkbox"].wnerrorback + label,
.form-group.checkbox input[type="checkbox"].wnerrorback + label {
    background: rgba(169, 68, 66, 0.25) none repeat scroll 0 0;
}
.block.checkbox .form-group .control-label,
.group.checkbox .input-group .control-label,
.form-group.checkbox .control-label {
    text-align: left;
}



/* Compare */
.compare div.tab {
    overflow-x: auto;
}
.compare .table {
    width: 100%;
    border: 1px solid #ddd;
}
.compare .table th[scope=row] {
    width: 180px;
    vertical-align: middle;
    background: #f5f5f5;
    border-right: 3px solid #ddd;
}
.compare .table td {
    text-align: left;
    border-right: 1px solid #ddd;
    position: relative;
}
.compare .table td:last-child {
    border-right: 0;
}
.compare .table td img {
    min-width: 150px;
}
.compare .table td p.lead {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 1.2em;
    font-weight: bold;
}
.compare .btn-close {
    border: 1px solid #ddd;
    background: #f5f5f5;
    color: #666;
    padding: 3px 8px;
    position: absolute;
    z-index: 5005;
    top: 5px;
    right: 5px;
}


/* Search */

.search .searchresult  {
    margin-top: 5px;
    margin-bottom: 10px;
}
.search .box {
    margin-top: 5px;
    margin-bottom: 0px;
}
.search .box:after {
    content: " ";
    display: table;
    clear: both;
}
.search ul.pagination {
    padding-right: 0px;
}

.search .search_box {
    margin-top: 25px;
    margin-bottom: 10px;
}
.search .search_box label {
    text-align: left;
}
.search .search_box .btn-default {
    background: #2f6394;
    color: #fff;
    text-transform: uppercase;
    border-color: #2a4f00;
    font-family: myriad-pro, sans-serif;
	font-weight: 600;
    width: 100%;
}
.search .search_box .btn-default:focus,
.search .search_box .btn-default:hover {
    background: #295a87;
    border-color: #295a87;
}
.search .search_box:after {
    content: " ";
    display: table;
    clear: both;
}

.search .actionbar #article_per_view {
    margin-right: 0px;
}
.search .actionbar p.lead {
    margin-bottom: 0px;
    font-size: 1em;
    color: #282828;
    font-family: myriad-pro, sans-serif;
	font-weight: 400;
    padding: 6px 0;
}
.search .actionbar p.lead .search_term,
.search .actionbar p.lead .count_result {
    font-family: myriad-pro, sans-serif;
	font-weight: 600;
    font-size: 1.1em;
}
.search:after {
    content: " ";
    display: table;
    clear: both;
}


/*** Catalog Footer ***/
.catalog-footer {
    background: #67b031;
}

.catalog-footer .catalog-teaser,
.catalog-footer .badges {
    padding: 5px 0;
}
.catalog-footer .catalog-teaser:after,
.catalog-footer .badges:after {
    content: " ";
    display: table;
    clear: both;
}

.catalog-footer .catalog-teaser {
    color: #fff;
    height: 340px;
    position: relative;
    padding: 25px 0;
}

.catalog-footer.small .catalog-teaser {
    height: auto;
    text-align: center;
    font-weight: bold;
}
.catalog-footer.small .catalog-teaser p {
    margin-bottom: 0;
    line-height: 1;
    font-size: 18px;
}
.catalog-footer.small .catalog-teaser p > a {
    margin-left: 10px;
}


.catalog-footer .catalog-teaser .prehead {
    text-transform: uppercase;
    color: #393939;
    font-size: 18px;
    font-family: myriad-pro, sans-serif;
	font-weight: 400;
    margin-bottom: 5px;
}
.catalog-footer .catalog-teaser .head {
    text-transform: uppercase;
    font-size: 45px;
    font-family: myriad-pro, sans-serif;
	font-weight: 600;
    font-weight: bold;
    letter-spacing: 3px;
    line-height: 1;
}
.catalog-footer .catalog-teaser img {
    position: relative;
    bottom: -20px;
    width: 425px;
    height: 269px;
    z-index: 2001;
    display: block;
}
.catalog-footer .catalog-teaser .claim {
    position: absolute;
    top: 45px;
    right: 8%;
    background: rgb(242, 249, 234) none repeat scroll 0% 0%;
    padding: 10px 35px;
    font-weight: bold;
    font-size: 14px;
    color: rgb(45, 101, 4);
    border: 1px solid rgb(45,101,4);
    text-align: center;
    border-radius: 2px;
    -moz-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    -o-transform: rotate(-6deg);
    -webkit-transform: rotate(-6deg);
    transform: rotate(-6deg);
}
.catalog-footer .catalog-teaser .buttons {
    position: absolute;
    right: 0px;
    bottom: 70px;
    width: 40%;
    text-align: center;
}
.catalog-footer .catalog-teaser .buttons > a {
    width: 100%;
    margin-bottom: 10px;
}
.catalog-footer .catalog-teaser .buttons > p {
    font-size: 14px;
}
.catalog-footer .catalog-teaser .buttons > p > a {
    color: #fff;
    text-decoration: underline;
}


.catalog-footer .badges {
    background: #fff;
    color: #393939;


}
.catalog-footer .badges ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.catalog-footer .badges ul > li {
    display: inline-block;
    margin-right: 5px;
}
.catalog-footer .badges ul > li:last-child {
    margin-right: 0;
}
.catalog-footer .badges ul > li img {
    width: 90px;
    height: 90px;
    display: block;
    font-size: 8px;
    text-align: center;
}

/* ###  Footer  ### */
footer,
.footer {
    position:absolute;
    bottom: 0;
    left:0;
    right:0;
    color: #fff;
    font-size: .85em;
    height: 212px;
}
footer.index,
.footer.index {
    position:relative;
}
footer:after,
.footer:after {
    content: " ";
    display: table;
    clear: both;
}
footer .copyright {
    background: #67b031;
    padding: 5px 0;
    /*font-size: .9em;*/
}
footer .copyright img {
    max-height: 18px;
}
footer .copyright span > i {
    /*font-size: .9em;*/
}
footer ul {
    margin-bottom: 0px;
}
footer ul > li {
    display: inline-block;
    padding: 5px 0;
}

footer ul > li > a,
footer ul > li > span {
    color: #fff;
    padding: 5px 8px;
    display: block;
}
footer ul > li > a {
    border-right: 1px solid #203d00;
}
footer ul > li:last-child > a {
    border-right: 0px;
}
footer ul > li > a:hover,
footer ul > li > a:focus {
    color: #fff;
    text-decoration: underline;
}

/* common styles for user-response */
.wnerror {
	color: #a10000;
	font-weight: bold;
}

.wnerrorback{
	background: rgba(169, 68, 66, 0.25) none repeat scroll 0 0;
}
.wnokay {
	color: #549757;
	font-weight: bold;
}

.wn_f5f5f5{
	background-color: #f5f5f5;
}

/* styles for basicprice */
.basicprice {
    font-size: .65em;
    color: #5F5F5F;
    font-style: italic;
}

.basicprice-kids {
    padding-top: 5px;
    font-size: .65em;
    color: #5F5F5F;
    font-style: italic;
}

/* Footnote for prices */
.footnote {
	display: none;
    position: fixed;
    bottom: 0;
    left: auto;
    right: auto;
    top: auto;
    width: 100%;
    padding: 1em 0;
    background: rgba(255,255,255,.85);
    font-size: 11px;
    border-top: 1px solid #67b031;
    z-index: 5001;
}
.footnote p {
    margin-bottom: 0;
}
.footnote .notestar {
    color: #67b031;
    font-weight: 700;

}


/* #####  Small Smartphone  ##### */
@media screen and (max-width: 360px) {

    /* START: Category List (home) */
    ul.cat_list > li.cat {
        width: 100%;
    }
    ul.cat_list > li.cat:nth-child(1n+0) {
        padding-right: 0;
    }
    ul.cat_list > li.cat:nth-child(1n+1) {
        clear: both;
        padding-left: 0;
    }
    ul.cat_list > li.cat > .inner .img {
        height: auto;
        max-width: 50px;
        float: left;
        padding: 5px;
    }
    ul.cat_list > li.cat > .inner .desc {
        min-height: auto;
    }
    /* END: Category List (home) */

    .catalog-footer .badges ul > li img {
        width: 30px !important;
        height: 30px !important;
    }

}



/* #####  Smartphone  ##### */
@media screen and (max-width: 767px) {

    h2 {
        font-size: 20px;
    }

    /*** Header > Top ***/
    .header .top ul {
        clear: both;
        width: 100%;
        text-align: center;
    }


    /*** Header > Lead in ***/
    .header .leadin {
        padding: 10px 0;
    }
    .header .leadin .brand > img {
        margin: 0 auto 10px;
    }


    .header .nav-main ul.main.left {
        clear: both;
        display: none;
    }
    .header .nav-main ul.main.right {
        clear: both;
        display: none;
    }


    /* ###  Content  ### */



    .cart_alert {
        right: 10px;
        left: 10px;
        margin: 0;
        text-align: center;
    }

    .visual {
        height: 85px;
    }


    /* Marketing */
    .marketing ul > li.cat {
        padding-bottom: 8px;
        margin-bottom: 8px;
    }
    .marketing ul > li.cat img {
        margin: 0 auto;
    }
    .marketing ul > li.cat:first-child {
        padding-left: 15px;
    }
    .marketing ul > li.cat:last-child {
        padding-right: 15px;
    }


    .marketing ul > li.cat:nth-child(2n+0) {
        padding-right: 0;
    }
    .marketing ul > li.cat:nth-child(2n+1) {
        clear: both;
        padding-left: 0;
    }
    .marketing-banner {
        display: none;
    }


    /* Swiper */
    .swiper-container {
        height: 180px;
    }
    .swiper-container .inline {
        vertical-align: middle;
    }
    .swiper-slide h1 {
        font-size: 16px;
        margin-top: 0px;
        text-transform: none;
    }
    .swiper-slide .inline {
        max-width: 50%;
        float: left;
    }
    .swiper-slide .inline > img {
       max-height: 100px;
    }
    .swiper-slide .inline > .btn-primary {
        font-size: 11px;
        padding: 6px 5px;
        text-transform: none;
    }


    /* Marketing */
    .marketing .swiper-button-next,
    .marketing .swiper-button-prev,
    .marketing .swiper-pagination {
        display: none;
    }


    /* List view (Articles, Categories) */
    ul.list > li:nth-child(2n+1),
    ul.listsmall > li:nth-child(1n+1) {
        clear: both;
    }
    .categories > h2 {
        display: none;
    }

    /* START: Category List (home) */
    ul.cat_list > li.cat {
        width: 100%;
    }
    ul.cat_list > li.cat:nth-child(1n+0) {
        padding-right: 0;
    }
    ul.cat_list > li.cat:nth-child(1n+1) {
        clear: both;
        padding-left: 0;
    }
    ul.cat_list > li.cat > .inner .img {
        height: auto;
        max-width: 50px;
        float: left;
        padding: 5px;
    }
    ul.cat_list > li.cat > .inner .desc {
        min-height: auto;
    }
    /* END: Category List (home) */


    /* Categories */

    .category {
        padding: 5px;
    }
    .category > .inner .vis {
        text-align: center;
        font-size: 40px;
        font-family: myriad-pro, sans-serif;
		font-weight: 600;
        background: #eaeaea;
        padding: .2em .15em;
    }
    .category > .inner .vis > p {
        margin-bottom: 0px;
    }
    .category > .inner .txt {
        padding: 1.2em .5em .5em;
        text-align: center;
        font-size: .85em;
        min-height: 55px;
    }


	/* START: Category List (home) */
    ul.cat_list > li.cat:nth-child(2n+0) {
        padding-right: 0;
    }
    ul.cat_list > li.cat:nth-child(2n+1) {
        clear: both;
        padding-left: 0;
    }
    ul.cat_list > li.cat > .inner .img {
        height: auto;
    }
    ul.cat_list > li.cat > .inner .desc {
        font-size: .95em;
    }
    /* END: Category List (home) */

    /* Actionbar */
    .actionbar {
        padding: 15px 0px;
    }
    .actionbar .sel_articleview {
        display: none;
    }
    .actionbar .btn-filter {
        margin-left: 0px;
    }

    /* Filter Content */
    .filter_content {
        margin-left: 0px;
        margin-right: 0px;
    }


    /* Last seen */
    .last_seen {
        display: none;
    }

    /* Articles */
    .card.article {
        margin-bottom: 15px;
    }
    .article {
        background: #fff;
        display: block;
        width: 100%;
        padding: 0px;
        margin-bottom: 10px;
    }
    .article > .inner {
        min-height: 120px;
        height: 100%;
        padding-top: 15px;
    }
    .article > .inner:after {
        content: " ";
        display: table;
        clear: both;
    }
    .article > .inner > a {
        clear: left;
        width: 25%;
        min-width: 80px;
    }
    .article > .inner .vis,
    .article > .inner .txt {
        float: left;
    }
    .article > .inner .vis {
        max-width: 25%;
        background: transparent;
    }
    .article > .inner .vis .overlay {
        display: none;
    }
	.article > .inner a {
		width: 100%;
	}
    .article > .inner .txt {
        background: transparent;
        float:right;
        width: 100%;
    }
    .article > .inner .txt p {
        padding-right: 20px;
        /*font-size: .9em;*/
        min-height: 55px;
    }
    .article > .inner .txt .info {
        bottom: 0px;
        left: 10px;
        right: 10px;
    }
    .article > .inner .txt .info > .btn-tocart {
        right: -10px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        padding: 2.5px 20px;
    }
    .article > .inner .wishlist-button {
        top: 0px;
        right: 0px;
    }
    .article > .inner .badge-ausverkauf {
        top: 0px;
        left: 0px;
    }



    /* Recommendation */
    .recommendation {
        display: none;
    }

    /* Lastsold */
    .lastsold {
        display: none;
    }

    /* Callus */
    .callus {
        padding: 10px 0;
    }
    .callus h3 {
        font-size: 18px;
        margin-top: 0px;
    }
    .callus p.lead {
        font-size: 20px;
        font-family: serif;
        color: #010101;
        font-weight: bold;
        margin-bottom: 10px;
    }
    .callus p {
        font-size: .85em;
    }

    /* Moreinfo */
    .moreinfo {
        text-align: center;
    }


    /* Article-Detail */
    .article-card h1 {
        text-align: center;
        margin-bottom: 15px;
    }
    .article-card > .images > .img-small {
        text-align: center;
    }
    .article-card > .data > ul.actions {
        text-align: center;
    }
    .article-card > .data > .headline ul.actions {
        margin-bottom: 10px;
    }
    .article-card > .data > .headline ul.actions > li {
        display: block;
        text-align: center;
        padding: 5px;
        border: 1px solid #ddd;
        margin-bottom: 5px;
    }
    .article-card > .data > .headline ul.actions > li:first-child > a {
        padding-left: 5px;
    }
    .article-card > .data > .headline ul.actions > li.pull-right {
        float: none !important;
    }
    .article-card > .data > .short-desc {
        text-align: center;
    }
    .article-card > .data > .short-desc a {
        border: 1px solid #ddd;
        display: block;
        margin-top: 10px;
        padding: 5px;
        text-decoration: none;
    }

    .article-card > .data > .buy > .left,
    .article-card > .data > .buy > .right {
        float: none;
        display: block;
        width: 100%;
    }
    .article-card > .data > .buy > .right {
        position:relative;
        margin-top: 20px;
        text-align: center;
    }
    .article-card > .data > .buy > .right > .inner {
        position:relative;
        bottom: auto;
    }
    .article-card > .data > .buy > .left .table td:first-child {
        width: auto;
        padding: 0 8px;
    }
    .article-card > .data > .buy > .left .table td {
        text-align: center;
    }
    .article-card > .data > .badges {
        text-align: center;
    }
    .article-card > .data > .badges > ul > li > img.badge-article {
        max-width: 45px;
    }


    .article-tabs .tab-content #art-ausfuehrung .table tbody td {
        padding: 5px 3px;
    }
    .article-tabs .tab-content #art-ausfuehrung .table tbody td > .btn-wishlist {
        padding: 5px;
    }
    .article-tabs .tab-content #art-ausfuehrung .table tbody td.scaled {
        width: auto;
    }
    .article-tabs .tab-content #art-ausfuehrung .table .quantity {
        margin-right: 0px;
        margin-bottom: 3px;
        max-width: 45px;
    }
    .article-tabs .tab-content #art-ausfuehrung .table,
    .article-tabs .tab-content #art-ausfuehrung .table.scaled-price {
        font-size: .8em;
        vertical-align: middle;
    }
    .article-tabs .tab-content #art-ausfuehrung .table.scaled-price {
        min-width: 110px;
    }
    .article-tabs .tab-content #art-ausfuehrung .table.scaled-price td {
        vertical-align: bottom;
    }
    .article-tabs .tab-content #art-ausfuehrung .table .detailwidth {
        width: auto;
    }










    /* Checkout */
    .checkout .inner .inline label {
        width: auto;
        display: block;
    }
    .checkout .inner .inline .composite {
        display: block;
    }
    .checkout .inner .navigation-controls .btn {
        text-align: center;
    }
    .checkout .inner .navigation-controls .btn > i {
        border-color: transparent;
        padding: 5px;
        margin: 0;
    }
    .checkout .inner .navigation-controls .btn:hover > i {
        border-color: transparent;
    }


    /* Shoppingcart */
    .checkout .inner .table tbody td.action {
        padding-left: 5px;
        padding-right: 5px;
    }
    .checkout .inner .table tbody td.action > a {
        font-size: 6px;
        padding: 2px;
    }

    .checkout .inner .table tbody td.image a > img,
    .checkout .inner .table tbody td.image > img {
        display: none;
    }
    .checkout .inner .table tbody td.article {
        display:table-cell;
    }
    .checkout .inner .table tbody td.article a > p:first-child,
    .checkout .inner .table tbody td.article > p:first-child {
        font-size: .8em;
    }
    .checkout .inner .table tbody td.article a > p:last-child,
    .checkout .inner .table tbody td.article > p:last-child {
        font-size: .7em;
    }
    .checkout .inner .table tbody td.quantity > input {
        /*font-size: .9em;*/
        padding: 6px;
        height: auto;
        width: auto;
    }
    .checkout .inner .table tbody td.price.total > .amount {
        font-size: 1em;
    }
    .checkout .inner .table tbody tr.voucher > td {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .checkout .inner .table tbody tr.voucher td > p {
        font-size: .85em;
        margin-bottom: 2px;
        font-family: myriad-pro, sans-serif;
		font-weight: 600;
    }
    .checkout .inner .table tbody tr.voucher td .btn-default {
        width: 100%;
        margin-top: 5px;
    }

    .checkout .inner .navigation-controls .btn-next,
    .checkout .inner .navigation-controls .btn-prev {
        /*font-size: .9em;*/
    }



    /* Checkout 1 */
    .checkout .inner .login .input-group {
        width: 100%;
        margin-bottom: 5px;
    }
    .checkout .inner .login .btn-submit {
        width: 100%;
    }

    .checkout .inner .address > div:first-child {
        margin-bottom: 25px;
    }
    .checkout .inner .shipping_type > div:last-child {
        margin-top: 25px;
    }


    /* Checkout 2 */
    .checkout .inner .payment_type div:last-child {
        margin-top: 15px;
    }
    .checkout .inner .payment_address div.col-sm-6 {
        border-right: 0px;
    }

    /* Checkout 3 */
    .checkout .inner .address > div:first-child {
        border-right: 0px;
    }
    .checkout .inner .additional_data table td {
        display: block;
    }
    .checkout .inner .additional_data table td.check {
        text-align: left;
    }
    .checkout .inner .additional_data table td.check > input {
        width: 50px;
    }

    /* Wishlist */
    div.wishlist .inner .table tbody td.action {
        padding-left: 5px;
        padding-right: 5px;
    }
    div.wishlist .inner .table tbody td.action > a {
        font-size: 6px;
        padding: 2px;
    }
    div.wishlist .inner .table tbody td.article {
        display: table-cell;
    }
    div.wishlist .inner .table tbody td.article a > p:first-child,
    div.wishlist .inner .table tbody td.article > p:first-child {
        font-size: .8em;
    }
    div.wishlist .inner .table tbody td.article a > p:last-child,
    div.wishlist .inner .table tbody td.article > p:last-child {
        font-size: .7em;
    }
    div.wishlist .inner .table tbody td.price > .amount {
        font-size: 1em;
    }

    div.wishlist .inner .all_tocart > a {
        width: 100%;
    }

    /* Direct Order */
    .direct_order .inner .table tbody td.pos {
        display: none;
    }
    .direct_order .inner .table tbody td.article {
        display: table-cell;
    }
    .direct_order .inner .table tbody td.total > span.amount {
        font-size: 1em;
    }
    .direct_order .inner .all_tocart > a {
        width: 100%;
    }



    /* Contact */
    .contact .btn-primary {
        width: 100%;
    }


    /* Userprofile */
    .userprofile .input-group[class*="col-"] {
        padding-left: 15px;
        padding-right: 15px;
    }
    .userprofile .input-group {
        width: 100%;
    }
    .userprofile .tab-content .table {
        font-size: .8em;
    }
    .userprofile .tab-content .btn-primary {
        width: 100%;
    }


    /* Search */
    .search .box {
        padding: 0px 15px;
    }
    .search .search_box .btn-default {
        width: 100%;
        margin-top: 10px;
    }
    .search .search_box.card {
        padding: 15px 0px;
    }
    .search .search_box label {
        padding-left: 15px;
    }


    /* Request */
    .request div.col-md-10 {
        padding: 0;
    }
    .request .btn-primary {
        width: 100%;
        display: block;
        margin: 0 auto;
    }
    .request .group .answer {
        width: 100%;
    }
    .request .group .answer .group > label {
        float: left;
        width: 35%;
    }
    .request .group .answer .input-group {
        float: left;
        width: 65%;
    }
    .request .group .answer .group:after {
        content: " ";
        dislpay: table;
        clear: both;
    }


    /* Catalog-footer */
    .catalog-footer .catalog-teaser {
        text-align: center;
        height: auto;
    }
    .catalog-footer .catalog-teaser .prehead {
        font-size: 12px;
    }
    .catalog-footer .catalog-teaser .head {
        font-size: 30px;
        letter-spacing: 2px;
    }
    .catalog-footer .catalog-teaser img {
        display: none;
    }
    .catalog-footer .catalog-teaser .claim {
        display: none;
    }
    .catalog-footer .catalog-teaser .buttons {
        position:relative;
        width: 100%;
        bottom: 0;
        margin-top: 25px;
        padding-bottom: 0;
    }
    .catalog-footer .badges ul {
        text-align: center;
    }
    .catalog-footer .badges ul > li img {
        width: 40px;
        height: 40px;
    }
    .catalog-footer.small .catalog-teaser p > a {
        margin-left: 0;
        display: block;
        margin-top: 10px;
    }

    /* ###  Footer  ### */
    footer .copyright ul {
        width: 100%;
        float: none;
        text-align: center;
    }

}







/* #####  Tablet  ##### */
@media screen and (min-width: 768px) and (max-width: 991px) {

   .header .nav-main ul.main.left {
        clear: both;
        display: none;
    }
    .header .nav-main ul.main.right {
        clear: both;
        display: none;
    }


    /* ###  Content  ### */

    /* List view (Articles, Categories) */
    ul.list > li:nth-child(3n+1),
    ul.listsmall > li:nth-child(3n+1) {
        clear: both;
    }



    /* Categories */

    /* START: Category List (home) */
    ul.cat_list > li.cat:nth-child(3n+0) {
        padding-right: 0;
    }
    ul.cat_list > li.cat:nth-child(3n+1) {
        clear: both;
        padding-left: 0;
    }
    ul.cat_list > li.cat > .inner .img {
        height: 220px;
    }
    /* END: Category List (home) */



    /* Article-Detail */
    .article-card > .data > .badges > ul > li > img.badge-article {
        max-width: 60px;
    }

    .article-tabs .tab-content #art-ausfuehrung .table .detailwidth {
        width: 350px;
    }



    /* Shoppingcart */
    .checkout .inner .table tbody td.action > a {
        font-size: 8px;
    }

    /* Checkout 1 */
    .checkout .inner .login .btn-submit {
        margin-top: 5px;
    }


    /* Contact */
    .contact .row {
        border-bottom: 0px;
    }
    .contact .contact_de {
        margin-bottom: 0px;
    }
    .contact .contact_de,
    .contact .contact_at {
        border-top: 1px solid #ddd;
    }
    .contact .contact_de,
    .contact .contact_at,
    .contact .contact_store {
        width: 50%;
        float: left;
        border-bottom: 1px solid #ddd;
    }
    .contact .contact_store:last-child {
        border-bottom: 1px solid #ddd;
        padding: 15px 0;
        margin-bottom: 10px;
    }

    /* Catalog-Footer */
    .catalog-footer .catalog-teaser img {
        bottom: 0;
    }
    .catalog-footer .catalog-teaser .claim {
        right: 1%;
    }
    .catalog-footer.small .catalog-teaser p > a {
        margin-left: 0;
        display: block;
        margin-top: 10px;
    }

    /* ###  Footer  ### */
    footer .copyright ul {
        width: 100%;
        float: none;
        text-align: center;
    }

}







/* #####  Tablet & Smartphone  ##### */
@media screen and (max-width: 991px) {
    ul.btn-mnav {
        float: left;
    }
    ul.btn-mnav .btn-nav {
        display: block;
        font-family: myriad-pro, sans-serif;
		font-weight: 600;
        text-align: left;
        color: #0a1800;
        text-decoration: none;
        text-transform: uppercase;
        line-height: 1;
        padding: 5px 0;
        opacity: .8;
    }
    ul.btn-mnav .btn-nav > span:first-child {
        font-size: 24px;
        margin-right: 5px;
    }
    ul.btn-mnav .btn-nav > span:last-child {
        position:relative;
        top: -5px;
    }

    ul.cart_mobile {
        float: right;
    }
	ul.cart_mobile:after {
		content: " ";
		display: table;
		clear: both;
	}
	ul.cart_mobile li {
		float: left;
		text-align: center;
		margin-left: 10px;
	}

	ul.cart_mobile a {
        display: block;
		font-size: 14px;
		line-height: 1;
        padding: 9px 15px 8px;
        color: #0a1800;
        text-decoration: none;
    }
	ul.cart_mobile li.morebtn a {
		padding: 9px 15px;
	}
    ul.cart_mobile a > .badge {
        background-color: #2f6394;
    }


    /* Main-Nav-Mobile */
    #main-nav-mobile ul > li.dropdown span.caret {
        display: none;
    }
    #main-nav-mobile .btn-mnav {
        display: none !important;
    }
    #main-nav-mobile .cart_mobile {
        display: none !important;
    }

    #main-nav-mobile .dropdown-menu {
        float: none;
        min-width: 0;
        top: auto;
        background-color: transparent;
        box-shadow: none;
        left: auto;
        position: relative;
        padding: 0px 5px;
    }
    #main-nav-mobile #mm-1 > ul > li > a {
        margin: 0 -5px;
    }
    #main-nav-mobile #mm-1 ul.main.left.mm-listview {
        margin: 0 -20px;
    }
    #main-nav-mobile #mm-1 .mm-listview .mm-next::before {
        border-left-width: 0px;
    }
    #main-nav-mobile ul > li.mm-selected > a {
        background-color: #282828;
        color: #fff;
    }
    #main-nav-mobile ul > li.mm-selected > a:focus,
    #main-nav-mobile ul > li.mm-selected > a:hover {
        color: #fff;
    }
    #main-nav-mobile ul > li > a:focus,
    #main-nav-mobile ul > li > a:hover {
        background-color: #282828;
        color: #fff;
    }
    #main-nav-mobile .mm-listview > li:focus,
    #main-nav-mobile .mm-listview > li:hover {
        background-color: #282828;
    }
    #main-nav-mobile ul > li.headline {
        background: #78bc68;
        font-size: .85em;
        text-transform: uppercase;
        padding: 3px 5px;
    }
    #main-nav-mobile ul > li.headline:focus,
    #main-nav-mobile ul > li.headline:hover {
        background: #78bc68;
    }

    #main-nav-mobile #mm-1 > .mm-listview .mm-next {
        background: transparent;
        width: 100%;
    }
    .mm-menu.mm-theme-dark .mm-listview > li .mm-next::after,
    .mm-menu.mm-theme-dark .mm-listview > li .mm-arrow::after {
        border-color: #78bc68;
    }
    ul.dropdown-menu > li:last-child:not(.mm-divider)::after {
        border-bottom-width: 0px;
    }


    /* Category-Number Styles and Colors for the Dropdown Menu */
    #main-nav-mobile .mm-panels ul.dropdown-menu > li > a:before {
        font-weight: bold;
        font-size: 1em;
    }
    #main-nav-mobile #mm-2 > ul.dropdown-menu > li > a > span:before {
        content: " | ";
    }
    #main-nav-mobile #mm-2 > ul.dropdown-menu > li:nth-child(1) > a:last-child:before {
        color: #ab612b;
        content: "01";
    }
    #main-nav-mobile #mm-2 > ul.dropdown-menu > li:nth-child(2) > a:last-child:before {
        color: #009ee3;
        content: "02";
    }
    #main-nav-mobile #mm-2 > ul.dropdown-menu > li:nth-child(3) > a:last-child:before {
        color: #63b338;
        content: "03";
    }
    #main-nav-mobile #mm-2 > ul.dropdown-menu > li:nth-child(4) > a:last-child:before {
        color: #c34229;
        content: "04";
    }
    #main-nav-mobile #mm-2 > ul.dropdown-menu > li:nth-child(5) > a:last-child:before {
        color: #8383af;
        content: "05";
    }
    #main-nav-mobile #mm-2 > ul.dropdown-menu > li:nth-child(6) > a:last-child:before {
        color: #e27f4e;
        content: "06";
    }
    #main-nav-mobile #mm-2 > ul.dropdown-menu > li:nth-child(7) > a:last-child:before {
        color: #4d7258;
        content: "07";
    }
    #main-nav-mobile #mm-2 > ul.dropdown-menu > li:nth-child(8) > a:last-child:before {
        color: #868786;
        content: "08";
    }
    #main-nav-mobile #mm-2 > ul.dropdown-menu > li:nth-child(9) > a:last-child:before {
        color: #e7be28;
        content: "09";
    }
    #main-nav-mobile #mm-2 > ul.dropdown-menu > li:nth-child(10) > a:last-child:before {
        color: #30376f;
        content: "10";
    }
    #main-nav-mobile #mm-2 > ul.dropdown-menu > li:nth-child(11) > a:last-child:before {
        color: #557d82;
        content: "11";
    }
    #main-nav-mobile #mm-2 > ul.dropdown-menu > li:nth-child(12) > a:last-child:before {
		color: #356394;
        content: "12";
    }
	#main-nav-mobile #mm-2 > ul.dropdown-menu > li:nth-child(13) > a:last-child:before {
		color: #e42313;
        content: "13";
    }
	#main-nav-mobile #mm-2 > ul.dropdown-menu > li:nth-child(14) > a:last-child:before {
		color: #eb6109;
        content: "14";
    }
	#main-nav-mobile #mm-2 > ul.dropdown-menu > li:nth-child(15) > a:last-child:before {
		color: #009de0;
        content: "15";
    }



    /*Settings Flag */
    .settings .flag {
        display: none;
    }




    /* Swiper */
    .swiper-container h1 {
        /*display: none;*/
    }

    /* Actionbar */
    .actionbar {
        min-height: 0px;
    }
    /* Last_seen */
    .last_seen .showall {
        float: none;
        width: 100%;
        text-align: center;
    }

    /* Moreinfo */
    .infosection .moreinfo {
        margin-bottom: 45px;
    }


    /* Article Detail */
    .article-info .swiper-button-next,
    .article-info .swiper-button-prev {
        display: none;
    }


    /* Checkout Wizzard */
    .checkout ul.wizzard > li {
        width: 15%;
        /*font-size: .9em;*/
    }
    .checkout ul.wizzard > li.active {
        width: 55%;
    }
    .checkout ul.wizzard > li > span.stepname {
        display: none;
    }
    .checkout ul.wizzard > li.active > span.stepname {
        display: inline-block;
        /*font-size: .9em;*/
    }

    /* Checkout 3 */
    .checkout .inner .address input,
    .checkout .inner .address select {
        padding-left: 2px;
        padding-right: 2px;
    }

    /* Userprofile */
    .userprofile .tab-content .table tbody tr td.docs a {
        padding: 5px;
        border: 1px solid #ddd;
        text-decoration: none;
        border-radius: 2px;
    }
    .userprofile .tab-content .table tbody tr td.docs a:focus,
    .userprofile .tab-content .table tbody tr td.docs a:hover {
        background: #f5f5f5;
    }



}






/* #####  Desktop  ##### */
@media screen and (min-width: 992px) {
    /* ###  Content  ### */

    /* START: Category List (home) */
    ul.cat_list > li.cat:nth-child(4n+0) {
        padding-right: 0;
    }
    ul.cat_list > li.cat:nth-child(4n+1) {
        clear: both;
        padding-left: 0;
    }
    /* END: Category List (home) */


    /* List view (Articles, Categories) */
    ul.list > li:nth-child(4n+1) {
        clear: both;
    }

    /* Small list view when sidebar is implemented on desktop-view */
    ul.listsmall > li:nth-child(3n+1) {
        clear: both;
    }


}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .last_seen .showall {
        float: none;
        width: 100%;
        text-align: center;
    }
}








/* Notification Bar Footer */
.notificationBarFooter {
    width: 100%;
    max-width: 100%;
    position: fixed;
    bottom: 0px;
    left: 0;
    display: none;
    background: rgba(186,84,67,.9);
/*    border-top: 2px solid #ba5443;*/
    text-align: center;
    color: #fff;
    font-size: 11px;
    line-height: 12px;
    z-index: 10000;
    box-sizing: border-box;
    overflow: hidden;
}
.notificationBarFooter .inner {
    position:relative;
    margin:auto;
    padding:15px 0;
    width:100%;
    display:block;
    box-sizing: border-box;
    overflow:hidden;
    text-align: center;
}
.notificationBarFooter .inner p {
    margin: 0;
    font-size: 11px;
    line-height: 12px;

}
.notificationBarFooter .inner p a {
    font-weight: 600;
    text-decoration: underline;
    color: #fff;
}
.notificationBarFooter .inner p .btn-ok {
    padding: 5px 12px;
    margin-left: 10px;
    background: #fff;
    color: #ba5443;
    border-color: #fff;
    cursor: pointer;
    font-size: 11px;
    line-height: 12px;
}





.direktbestellen a {
    /*font-size: 0.9em;*/
    font-weight: bold;
    font-family: myriad-pro, sans-serif;
	font-weight: 400;
    color: #666;
}
