/* --------------------------------------- */
/* Import General CSS */
/* --------------------------------------- */

@import "jquery-ui-1.8.18.custom.css";

/*
	Felina - B2C
*/

@font-face {
	font-family: 'Montserrat';
	src: url('Montserrat/Montserrat-Regular.ttf') format('truetype');
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

html, body {
	height: 100%;
}

body {
	margin: 0 auto;
	background: #fff;
	font-family: Montserrat, Verdana, Arial, sans-serif;
	font-size: 0.9rem !important;
	color: #555;
	line-height: 1.7rem;
	background-attachment: fixed;
}

/* basics */

a,
a:visited,
a:focus,
.fake-link {
	color: #964B4B;
	text-decoration: none;
}

a.lg_small {
	color: #fff;
}

a:hover {
	color: #bb0000;
	text-decoration: none;
}

.ico-back {
	cursor: pointer;
	font-size: 1em !important;
}

.printOnly,
.hide,
.hidden {
	display: none;
}

h1, h2, h3 {
	color: #555;
	margin-top: 0;
}

h3 {
	font-size: 1rem;
}

input {
	line-height: 1.61rem;
}

img {
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #cccccc;
	background: #f2f2f2 url(/layouts/felina/standard/images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x;
	font-weight: bold;
	color: #555;
}

#cookNotice {
	padding: 1em 1em !important;
}

#main_container {
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

#left_container {
	overflow: hidden;
	position: relative;
	padding-left: 0 !important;
	padding-right: 0 !important;
	padding-top: 0;
	margin: 0 !important;
	padding-bottom: 30px;
}

input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea {
    width: 40%;
    min-width: 240px;
    max-width: 300px;
}

input.article {
	text-align: right;
}

.visitedArticles {
	padding: 0 0 6em 2em;
	line-height: 1em;
	min-height: 260px;
}

.visitedArticleBox {
	overflow-x: auto;
	height: 130px;
}

.visitedArticleBox div.InnerBox {
	width: 100%;
}

.visitedArticle {
	width: 16%;
	max-width: 90px;
	float: left;
	opacity: 0.6;
	margin: 0 0.1em;
	
	min-width: 120px;
	max-width: 120px;
	text-align: center;
}

.visitedArticle img {
	border: solid 1px #ddd;
	max-width: 60px;
	max-height: 80px;
}

.articleDescr {
	font-size: 86%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.error-box {
	padding: 5px 15px;
	margin: 10px 0;
	border: 1px solid #ff5b00a8;
	max-width: 500px;
	color: #990000;
}

.Add {
	margin-top: 0.5em;
	margin-bottom: 1.5em;
}

/* valuta slider */

.jslider .jslider-bg i,
.jslider .jslider-pointer { background: url(/images/jslider.png) no-repeat 0 0; }

.jslider { display: block; width: 90%; height: 1em; position: relative; top: 1.5em; font-family: Arial, sans-serif; margin-bottom: 2em; }
.jslider table { width: 100%; border-collapse: collapse; border: 0; }
.jslider td, .jslider th { padding: 0; vertical-align: top; text-align: left; border: 0; }

.jslider table,
.jslider table tr,
.jslider table tr td { width: 100%; vertical-align: top; padding: 0px;}

.jslider .jslider-bg { position: relative; padding-right: -20px}
.jslider .jslider-bg i { height: 5px; position: absolute; font-size: 0; top: 0; }
.jslider .jslider-bg .l { width: 50%; background-position: 0 0; left: 0; }
.jslider .jslider-bg .r { width: 50%; left: 50%; background-position: right 0; }
.jslider .jslider-bg .v { position: absolute; width: 10%; left: 20%; top: 0; height: 5px; background-position: 0 -20px; }

.jslider .jslider-pointer { width: 13px; height: 15px; background-position: 0 -40px; position: absolute; left: 20%; top: -4px; margin-left: -6px; cursor: pointer; cursor: hand; }
.jslider .jslider-pointer-hover { background-position: -20px -40px; }
.jslider .jslider-pointer-to { left: 80%; }

.jslider .jslider-label { font-size: 9px; line-height: 12px; color: black; opacity: 0.4; white-space: nowrap; padding: 0px 2px; position: absolute; top: -18px; left: 0px; }
.jslider .jslider-label-to { left: auto; right: 0; }

.jslider .jslider-value { font-size: 9px; white-space: nowrap; padding: 1px 2px 0; position: absolute; top: -19px; left: 20%; background: white; line-height: 12px; -moz-border-radius: 2px; -webkit-border-radius: 2px; -o-border-radius: 2px; border-radius: 2px; }
.jslider .jslider-value-to { left: 80%; }

.jslider .jslider-label small,
.jslider .jslider-value small { position: relative; top: -0.4em; }

.jslider .jslider-scale { position: relative; top: -7px; }
.jslider .jslider-scale span { position: absolute; height: 5px; border-left: 1px solid #999; font-size: 0; }
.jslider .jslider-scale ins { font-size: 9px; text-decoration: none; position: absolute; left: 0px; top: 5px; color: #999; }

.jslider-single .jslider-pointer-to,
.jslider-single .jslider-value-to,
.jslider-single .jslider-bg .v,
.jslider-limitless .jslider-label { display: none; }

/* header */

#header_container_wrap {
	width: 100%;
	background: #fff;
}

#header_container {
	padding: 1.5% 0;
	background: none;
}

#basket {
	background-color: #ac8a8d;
	border: none;
	color: #eee;
	font-size: 0.75rem;
	font-weight: normal;
	opacity: 0.9 !important;
	padding: 15px 15px 15px 15px;
	position: fixed;
	text-align: left;
	top: 10px;
	left: 10px;
	width: 200px;
	line-height: 1.3em;
	border-radius: 16px;
	z-index: 20000;
	text-align: center;
	font-family: Arial, sans-serif;
}

#basket a {
	color: #fff;
	font-weight: normal;
	display: block;
	font-size: 0.85rem;
	line-height: 1.4em;
	font-style: normal;
	font-family: Montserrat, Verdana, Arial, sans-serif;
}

#basket a:before {
}

#basket a:hover {
	color: #333;
}

#basketLink {
	margin-right: 1em;
}

.basketAmount {
	font-family: Arial, sans-serif;
	font-size: 70%;
	position: absolute;
	top: -12px;
	left: 8px;
	color: #cc0000;
}

span#productAreaText {
	font-size: 20px;
}

/* shop detail-warenkorb top */

#detailbasket-top {

}

#detailbasket-top span.icon-cart {
}

#detailbasket-top a#basketLink,
#detailbasket-top a#orderLink {
}

#detailbasket-top a#basketLink:hover,
#detailbasket-top a#orderLink:hover {
}

#detailbasket-top a#basketLink:before {
}

#detailbasket-top a#orderLink:before {
}

#detailbasket-top .detailbasket-header {
}

table.cart-table {
	border: solid 1px transparent;
}

table.cart-table td,
table.cart-table th,
table.cart-table tr {
	font-size: 94%;
}

.layout_customershop_basket table.cart-table,
.layout_customershop_subscription table.cart-table {
	border: solid 1px #ddd;
}

table.cart-table-navigation,
div.cart-table-navigation {
	border-top: solid 1px #ededed;
	padding-top: 1em;
}

table.cart-table-navigation td {
	padding-top: 1em !important;
}

#detailbasket-top .cart-table {
	border-collapse: separate;
	border-spacing: 1px;
	border: none;
	line-height: 1em;
}

#detailbasket-top .cart-table th {
	background: #ac8a8d;
	background: #eee;
	color: #333;
}

#detailbasket-top .cart-table td,
#detailbasket-top .cart-table tr {
}

#detailbasket-top .cart-table td a {
	vertical-align: top;
}

#detailbasket-top .detailbasket-header,
#detailbasket-top .cart-table th,
#detailbasket-top .cart-table th.right,
#detailbasket-top .cart-table td {
}

#detailbasket-top .cart-table td.table-content-middle {
}

#detailbasket-top .cart-table td.detail-price {
}

#detailbasket-top .cart-sep {
}

#detailbasket-top .cart-sep hr {
}

#detailbasket-top .cart-summary {
}

#detailbasket-top .cart-summary td,
#detailbasket-top .cart-summary tr {
}

#detailbasket-top td.cart-summary-label {
}

#detailbasket-top td.cart-summary-total {
}

#detailbasket-top td.cart-summary-vat {
}


/* language */

#language_container {
	background: #fff;
	height: 38px;
	width: 20%;
	position: absolute;
	top: 10px;
	right: 0;
	z-index: 50;
}

#language_container select {
	width: auto;
	min-width: 100px;
	max-width: 300px;
	margin-bottom: 0.5em;
}

#language_container .button {
	background: transparent;
}

#language_container button.tiny,
#language_container .button.tiny {
	font-size: 0.6rem;
	line-height: 2em;
	padding: 0;
}

#language_container li {
	border-right: none;
	float: left;
	margin: 0;
	padding: 0;
	margin-top: 3px;
	border: solid 1px transparent;
}

#language_container li.highlight {
	border: solid 1px transparent;
}

ul.langs-sub li span.fake-link {
	font-size: 0.8rem;
	color: #bbb;
}

ul.langs-sub li span.fake-link:hover {
	color: #bb0000;
}

ul.langs-sub li.highlight span.fake-link {
	color: #333;
}

/* topmenu */

.top-bar {
	max-width: 75rem;
	margin: 0 auto;
	height: 46px;
}

.top-bar-section li:not(.has-form) a:not(.button),
.top-bar-section li:not(.has-form) a:not(.button) span.show-for-large-up {
    float: right;
}

.top-bar-section ul li > a {
	color: #333;
	text-decoration: none;
	text-transform: uppercase;
}

#topmenu_container,
#topmenu_container_wrap,
.top-bar,
.top-bar-section ul li,
.top-bar-section li:not(.has-form) a:not(.button) {
	background: rgba(230, 230, 230, 0.9);
	z-index: 10000;
}

#topmenu_container,
#topmenu_container_wrap {
	border-bottom: none;
}

.top-bar-section li:not(.has-form) a:not(.button) {
	padding: 0 0.5em;
	letter-spacing: 0.05em;
}

.top-bar-section ul ul {
	border: solid 1px #ddd;
	border-top: none;
}

.top-bar-section li.active:not(.has-form) a:not(.button) {
	color: #333;
}

.top-bar-section li.active:not(.has-form):hover a:not(.button) {
	background: #fff;
	color: #555;
}

.top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button),
.top-bar-section ul li:hover:not(.has-form) > a,
.top-bar-section li:not(.has-form) a:not(.button):hover {
	background: #fff;
	color: #555;
}

.top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
	background: #fff;
	border-bottom: none;
	color: #555;
}

.top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button):hover {
	background: #efefef;
	color: #555;
}

.top-bar-section .has-dropdown > a:after {
	border-color: rgba(3, 3, 3, 0.7) transparent transparent;
}

.top-bar .toggle-topbar.menu-icon a::after {
	box-shadow: 0 10px 0 1px #333, 0 16px 0 1px #333, 0 22px 0 1px #333;
}

.top-bar .toggle-topbar.menu-icon a {
	color: #333;
}

.top-bar-section .dropdown {
	top: 2.9rem;
}

.top-bar-section ul li,
.top-bar-section li:not(.has-form) a:not(.button),
.top-bar-section li.active:not(.has-form) a:not(.button) {
    line-height: 2.9rem;
}

.show-for-small-only,
.show-for-small-up,
.show-for-small,
.show-for-small-down,
.hide-for-medium-only,
.hide-for-medium-up,
.hide-for-medium,
.show-for-medium-down,
.hide-for-large-only,
.hide-for-large-up,
.hide-for-large,
.show-for-large-down,
.hide-for-xlarge-only,
.hide-for-xlarge-up,
.hide-for-xlarge,
.show-for-xlarge-down,
.hide-for-xxlarge-only,
.hide-for-xxlarge-up,
.hide-for-xxlarge,
.show-for-xxlarge-down {
	background: #cb0c1f;
	background: #b10c1f;
	background: #444;
}

.show-for-large-up {
	width: 130px !important;
}

top-bar-section .dropdown li.title h5 a,
.top-bar-section .dropdown li.parent-link a,
.top-bar-section .dropdown li.back h5 a {
	color: #333;
}

.top-bar.expanded .title-area {
	background: #aaa;
}

.top-bar.expanded .toggle-topbar a::after {
	box-shadow: 0 10px 0 1px #fff, 0 16px 0 1px #fff, 0 22px 0 1px #fff;
}

.top-bar.expanded .toggle-topbar.menu-icon a span {
	color: #fff;
}

/* history */

#history {
	color: #333;
	float: left;
	font-family: Arial, sans-serif;
	font-size: 80%;
	font-style: italic;
	text-align: left;
	width: 70%;
	margin-bottom: 1em;
}

/* left nav */

#left_navbar ul li,
.side-nav li {
	background: transparent;
	font-size: 95%;
	line-height: 1em;
	margin-bottom: 3px;
}

#left_navbar ul li.level-2 a,
#left_navbar ul li.level-3 a,
#left_navbar ul li.level-4 a,
#left_navbar ul ul a.alevel,
.side-nav li a:not(.button) {
	border: none;
	color: #666;
	display: block;
}

#left_navbar ul li.level-2 a:hover,
#left_navbar ul li.level-3 a:hover,
#left_navbar ul li.level-4 a:hover,
#left_navbar ul ul a.alevel:hover,
.side-nav li a:not(.button):hover {
	color: #ac8a8d;
	text-decoration: none;
}

#left_navbar ul li a::before {
	color: #999;
	content: "";
	float: left;
	font-family: "icomoon";
	line-height: 1em;
	margin-right: 0;
	margin-top: 0;
}

input[type="text"].search-term {
	min-width: 120px;
	max-width: 300px;
	width: 80%;
	float: left;
	padding: 0;
	padding-left: 6px;
	font-size: 0.9em;
	height: 28px;
}

input[type="image"].searchImg {
	height: 28px;
}

table.product,
table.grid {
	width: 100%;
	min-height: 150px;
}

table.grid {
	width: 100%;
	border-collapse: collapse;
	border: solid 1px #ccc;
}

.leftbox {
	float: left;
	min-height: 420px;
	height: auto !important;
	height: 420px;
	padding-bottom: 0;
	margin-bottom: 0;
	background: transparent;
	margin-left: 5px;
	text-align: center;
	width: 201px;
}

.rightboxNavAux,
.rightboxNav,
.rightboxAux,
.rightboxint,
.rightbox {
	float: right;
	text-align: left;
	min-height: 300px;
	height: auto !important;
	height: 300px;
	vertical-align: top;
	overflow: hidden;
	padding-top: 12px;
	width: 100%;
}

input[type="text"].amount,
input[type="number"].amount {
	max-width: 46px;
	min-width: 46px;
	width: 46px;
	padding: 0.1em 0.3em;
	margin-top: 0.3em;
	float: right;
	clear: right;
}

input.deliverableTen,
.deliverableTen {
	border: 1px solid #ef3633;
}

.deliverableTen2 {
	background: #ef3633;
	color: #ef3633;
}

input.notDeliverableCurr,
.notDeliverableCurr {
	border: 1px solid #e8e800;
}

.notDeliverableCurr2 {
	background: #e8e800;
	color: #e8e800;
}

input.deliverableOrder,
.deliverableOrder {
	border: 1px solid #0d86c8;
}

.deliverableOrder2 {
	background: #0d86c8;
	color: #0d86c8;
}

input.available,
.available {
	border: 1px solid #1ab642;
}

.available2 {
	background: #1ab642;
	color: #1ab642;
}


.deliverableTen,
.deliverableTen2,
.notDeliverableCurr,
.notDeliverableCurr2,
.deliverableOrder,
.deliverableOrder2,
.available,
.available2,
.notAvailable,
.notDeliverable {
	max-width: 48px;
	min-width: 48px;
	width: 48px;
	height: 30px;
	margin-top: 0.3em;
	float: right;
	display: block;
}

.notAvailable {
	background-color: #ccc;
	background-image: repeating-linear-gradient(45deg, transparent, transparent 2px, rgba(250, 250, 250, 0.8) 2px, rgba(250, 250, 250, 0.8) 5px); 
}

.notDeliverable {
	background-color: #fff;
	background-image: repeating-linear-gradient(45deg, transparent, transparent 2px, rgba(13, 134, 200, 0.6) 2px, rgba(13, 134, 200, 0.6) 5px); 
}

.leg {
	width: 40px;
	max-width: 40px;
	min-width: 40px;
	height: 12px;
	float: none;
	display: block;
}

input.amount:focus,
input[readonly],
input[readonly="readonly"] {
	background-color: transparent;
}

/* ------ Zoom Cloud ------ */

.cloud-zoom-lens {
	border: 1px solid #000;
	margin: -4px;	/* Set this to minus the border thickness. */
	background-color: #fff;	
	cursor: move;		
}

/* This is for the title text. */
.cloud-zoom-title {
	font-family: Arial, Helvetica, sans-serif;
	position: absolute !important;
	background-color: #000;
	color: #fff;
	padding: 3px;
	width: 100%;
	text-align: center;	
	font-weight: bold;
	font-size: 10px;
	top: 0px;
}

/* This is the zoom window. */
.cloud-zoom-big {
	border: 5px solid #eee;
	overflow: hidden;
}

/* This is the loading message. */
.cloud-zoom-loading {
	color: white;	
	background: #222;
	padding: 3px;
	border: 1px solid #000;
}

ul#thumblist {
	width: 300px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul#thumblist li {
	display: inline;
	list-style: none;
	width: 90px;
	padding: 0 6px 12px 0;
}

ul#thumblist li a img {
	padding: 0px 0px;
	border: 1px solid #ddd;
}

ul#thumblist li a {
	padding: 0px;
}

ul#thumblist li a.zoomThumbActive img,
ul#thumblist li a:hover img {
	border: 1px solid #686868;
}

.jqzoom{
	text-decoration: none;	
	float: left;
}

.zoomPad {
	cursor: move;
}

/* ------ */

.productfinder-filter {
	float: left;
	margin-right: 8px !important;
	margin-top: 0 !important;
}

.productfinder-filter img {
	vertical-align: middle;
}

.collapsable ul {
	margin-bottom: 0.6em !important;
}

.colours {
	margin-bottom: 1em;
}

#content_container .colours ul.color {
	margin: 0;
	padding: 0;
}

.colours ul.color li.colours-sel a {
	margin-top: -1px;
}

.groupcontainer ul.color {
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-bottom: 1em !important;
}

.groupcontainer.color {
	margin-bottom: 1em;
	width: 92%;
}

.groupcontainer ul.color li,
ul.color li.imageswitch,
ul.color li.selected,
.colours ul.color li {
	border: solid 1px #999;
	display: inline;
	float: left;
	height: 20px;
	margin: 3px;
	padding: 0;
	width: 20px;
	border-radius: 20px;
	margin-right: 8px;
	opacity: 0.6;
}

.groupcontainer ul.color li:hover,
ul.color li.imageswitch:hover,
ul.color li.selected,
ul.color li.colours-sel,
.colours ul.color li:hover {
	opacity: 1;
}

.groupcontainer ul.color li,
.groupcontainer ul.color li a,
.colours ul.color li,
.colours ul.color li a {
	height: 20px;
	width: 20px;
	color: transparent;
	display: block;
}

ul.color li.selected,
.colours ul.color li.colours-sel {
	height: 20px;
	width: 20px;
	border-radius: 20px;
	border: solid 2px #666;
}

.categorycontainer span {
	font-size: 90%;
}

.categorycontainer span strong {
	font-weight: normal;
}

.categorycontainer a {
	font-size: 90%;
	margin-top: 2px;
}

.family-headline {
	margin-bottom: 1.5em;
}

.colorCheck {
	border: solid 2px #ccc;
	border-radius: 18px;
}

.colorCheckSelected {
	border: solid 3px #ac8a8d;
	border-radius: 20px;
}

.markups {
	background: rgba(250, 250, 250, 0.7);
	color: #cd0c28;
}

/* content */

#content_wrap {
	background: transparent;
	max-width: 74rem;
	padding-bottom: 6em;
	position: relative;
}

.module_register {
	margin-top: 2em;
}

/* productfinder */

.finder {
	margin-top: 2em;
}

div.products {
	margin-left: 2em;
}

.paginate {
	float: right;
}

.paginate a {
	border: 1px solid #aaa;
	margin-left: 3px;
	padding: 3px 6px;
	font-size: 80%;
}

.paginate a:hover,
.paginate a.page {
	background: #bbb;
	color: #fff;
}

.item-frame {
	background-color: #fff;
	border: none;
	float: left;
	height: 340px;
	width: 165px;
	position: relative;
	text-align: center;
	font-size: 90%;
}

.item-image-wrapper {
	border: solid 1px #ccc;
	box-shadow: 1px 1px 6px #ddd;
	padding: 0;
}

.item-image-wrapper a {
	display: block;
	height: 100%;
	overflow: hidden;
	text-indent: -1000px;
}

.item-frame .overview-icon-link {
}

.item-frame .overview-icon-link:hover {
}

.item-frame-margins {
	margin-right: 30px;
}

.item-special-marker {
	height: 180px;
}

.item-details {
	line-height: 1.3em;
	font-size: 0.8rem;
	position: relative;
	height: 130px;
	color: #888;
}

.palette {
	width: 100%;
	text-align: center;
	height: 30px;
	margin-top: 10px;
}

.palette:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#content_container .palette ul.color {
	margin: 0 auto;
	width: auto;
}

.find {
	font-weight: bold;
	font-size: 0.9rem;
	color: #333;
	display: block;
}

.item-details .item-price {
	display: block;
	position: relative;
	color: #999;
	font-weight: normal;
	font-size: 0.9rem;
	color: #333;
	margin-top: 0.5em;
}

.imagehint,
.products .imagehint,
.productfinder .imagehint {
	bottom: 0;
	position: absolute;
	width: 100%;
	background-color: rgba(252, 252, 252, 0.6);
	display: none;
	font-size: 80%;
	text-align: center;
	line-height: 1.3em;
	padding: 0.5em 0.5em;
	color: #999;
	font-family: OpenSans, Arial, sans-serif;
}

.price {
	font-size: 0.9rem;
}

.item-separator {
	height: 2em;
}

.lot-siblings {
	margin-top: 1em;
}

.lot-siblings img {
	max-width: 60px;
	margin: 0 6px;
	border: solid 1px #ccc;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.lot-siblings img:hover {
	border: solid 1px #aaa;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.zoomContainer {
	max-width: 400px;
	max-height: 400px;
}

.zoomLens {
	min-width: 60px;
	min-height: 60px;
}

.zoomWrapper {
	height: auto;
}

.ez_gallery {
	display: block;
	margin-top: 0.5em;
}

.ez_gallery img {
	width: 60px;
	margin-right: 6px;
	border: solid 1px #ccc;
}

.wrong-color {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10000;
	background: rgba(0, 0, 0, 0.3);
	padding: 2px 10px;
	font-style: italic;
	color: #fff;
	font-size: 0.8rem;
	font-family: Arial, sans-serif;
	width: 300px;
}

.family-box {
	margin-bottom: 1em !important;
	position: relative;
	min-height: 400px;
}

.family-box-selected {
	display: block;
}

.inBasket {
	color: #ac8a8d;
	font-weight: bold;
}

/* news */

.news-content a {
	background: transparent;
	margin-left: 0;
	padding: 0;
}

/* history */

#history_wrap {
}

#history {
}

#history a {
	color: #888;
}

#history a:hover {
}

#history a:after {
}

#history_wrap form {
}

#history-search {
}

#history-search input[type="text"] {
}

#history_wrap #search {
}

#history_wrap button {
}

/* off-canvas */

.off-canvas-link {
}

.left-off-canvas-toggle,
.left-off-canvas-toggle:active,
.left-off-canvas-toggle:focus {
	color: #d10c1a;
	margin-left: 1em;
}

.left-off-canvas-toggle:hover {
	text-decoration: none;
	color: #000;
}

.icon-menu-2 {
	font-size: 1.5rem;
	color: #d10c1a;
}

.icon-menu-2:hover {
	color: #333;
}

.left-off-canvas-menu {
	background: #d10c1a;
}

#content_container ul.off-canvas-list {
}

ul.off-canvas-list li {
}

ul.off-canvas-list li a {
}

ul.off-canvas-list a.alevel {
}

ul.off-canvas-list li a:hover {
	background: #000;
}

/* tabelle */

table, th, td {
	border-collapse: collapse;
	display: inline-table;
}

fieldset legend {
	padding: 0.2em 0;
	background: transparent;
	font-weight: bold;
	color: #555;
	font-style: normal;
}

table.grid tfoot {
	background: #fff;
	border-top: solid 1px #ddd;
}

table.grid tfoot table.legend tr td,
.product-matrix-axis {
	font-weight: normal;
	font-size: 80%;
	font-style: italic;
	background: #f5f5f5;
}

.product-matrix-axis {
	background: transparent;
}

.product-matrix-axis span {
	font-size: 150%;
}

.ico-overview,
.ico-year {
	font-size: 1em !important;
	margin-right: 6px;
}

#overviewCustomerArea,
#yearCustomerArea,
#monthCustomerArea,
.custtab {
	min-width: 700px;
	margin-bottom: 2em;
}

.custtab th,
.custtab td {
	border: solid 1px #ccc;
}

th,
td {
	border: none;
}

table.right,
td.right,
th.right {
	float: none !important;
	text-align: right;
}

table tr.even,
.table-row-even {
	background: rgba(230, 230, 230, 0.5);
}

.divtable {
	border: solid 1px #ddd;
}

table thead,
.table-header,
.divtable-header,
table.cart-table tr.tr-head,
table.cart-table th {
	color: #222;
	font-weight: bold;
	background: rgba(230, 230, 230, 0.8);
}

fieldset.custfld {
	padding: 0.2em;
}

.table-scrollable {
  width: 100%;
  overflow-y: auto;
  margin: 0 0 1em;
}

.table-scrollable::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
}

.table-scrollable::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 3px solid #fff;
  background-color: rgba(0, 0, 0, .3);
}

/* data-table */

.kundenAmpel {
	width: 10px;
	height: 10px;
	-moz-border-radius: 5px; 
  -webkit-border-radius: 5px; 
  border-radius: 5px;
	cursor: help;
	margin-top: 2px;
	
  border-radius: 100%;
}

.kundenAmpel.green {
	background-color: #72a21a;
}

.kundenAmpel.red {
	background-color: #e15555;
}

.kundenAmpel.yellow {
	background-color: #ffe488;
}

table.dataTable {
	width: 100%;
	min-width: 900px;
}

#myCustomersDatatable_length select {
	max-width: 60px;
	min-width: 60px;
}

/*
 * Table wrapper
 */
.dataTables_wrapper {
	position: relative;
	clear: both;
	*zoom: 1;
}

.dataTables_wrapper div.table {
  width: 100%;
  overflow-y: auto;
  margin: 0 0 1em;
}

.dataTables_wrapper div.table:-webkit-scrollbar {
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
}

.dataTables_wrapper div.table:-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 3px solid #fff;
  background-color: rgba(0, 0, 0, .3);
}

.dataTables_wrapper .ui-widget-header {
	font-weight: normal;
}

.dataTables_wrapper .ui-toolbar {
	padding: 5px;
}


/*
 * Page length menu
 */
.dataTables_length {
	float: left;
}


/*
 * Filter
 */
.dataTables_filter {
	float: right;
	text-align: right;
}


/*
 * Table information
 */
.dataTables_info {
	padding-top: 3px;
	clear: both;
	float: left;
}


/*
 * Pagination
 */
.dataTables_paginate {
	float: right;
	text-align: right;
}

.dataTables_paginate .ui-button {
	margin-right: -0.1em !important;
}

.paging_two_button .ui-button {
	float: left;
	cursor: pointer;
	* cursor: hand;
}

.paging_full_numbers .ui-button {
	padding: 2px 6px;
	margin: 0;
	cursor: pointer;
	* cursor: hand;
	color: #333 !important;
}

.dataTables_paginate {
	white-space: nowrap;
}

.fg-button,
.dataTables_length,
.dataTables_length label,
.dataTables_info {
	font-family: Arial, sans-serif;
	font-size: 90%;
	margin: 0 0.2em;
	font-style: italic;
}

span .fg-button:hover,
span .fg-button.ui-state-disabled {
	border: solid 1px #111;
}

span .fg-button {
	border: solid 1px #ddd;
	margin: 0 0.2em !important;
	font-style: normal;
}

/* Two button pagination - previous / next */
.paginate_disabled_previous,
.paginate_enabled_previous,
.paginate_disabled_next,
.paginate_enabled_next {
	height: 19px;
	float: left;
	cursor: pointer;
	*cursor: hand;
	color: #111 !important;
}

.paginate_disabled_previous:hover,
.paginate_enabled_previous:hover,
.paginate_disabled_next:hover,
.paginate_enabled_next:hover {
	text-decoration: none !important;
}

.paginate_disabled_previous:active,
.paginate_enabled_previous:active,
.paginate_disabled_next:active,
.paginate_enabled_next:active {
	outline: none;
}

.paginate_disabled_previous,
.paginate_disabled_next {
	color: #666 !important;
}

.paginate_disabled_previous,
.paginate_enabled_previous {
	padding-left: 23px;
}

.paginate_disabled_next,
.paginate_enabled_next {
	padding-right: 23px;
	margin-left: 10px;
}

.paginate_enabled_previous {  color: #111; }
.paginate_enabled_previous:hover {  color: #eee; }
.paginate_disabled_previous {  color: #eee; }

.paginate_enabled_next { color: #111; }
.paginate_enabled_next:hover { color: #eee; }
.paginate_disabled_next { color: #eee; }

/* Full number pagination */
.paging_full_numbers a:active {
	outline: none
}

.paging_full_numbers a:hover {
	text-decoration: none;
}

.paging_full_numbers a.paginate_button,
.paging_full_numbers a.paginate_active {
	border: 1px solid #aaa;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 2px 5px;
	margin: 0 3px;
	cursor: pointer;
	*cursor: hand;
	color: #333 !important;
}

.paging_full_numbers a.paginate_button {
	background-color: #ddd;
}

.paging_full_numbers a.paginate_button:hover {
	background-color: #ccc;
	text-decoration: none !important;
}

.paging_full_numbers a.paginate_active {
	background-color: #99B3FF;
}

/*
 * Processing indicator
 */
.dataTables_processing {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 250px;
	height: 30px;
	margin-left: -125px;
	margin-top: -15px;
	padding: 14px 0 2px 0;
	border: 1px solid #ddd;
	text-align: center;
	color: #999;
	font-size: 14px;
	background-color: white;
}


/*
 * Sorting
 */
table.dataTable thead th div.DataTables_sort_wrapper {
	position: relative;
	padding-right: 20px;
	white-space: nowrap;
	cursor: pointer;
}

table.dataTable thead th div.DataTables_sort_wrapper span {
	position: absolute;
	top: 50%;
	margin-top: -8px;
	right: 0;
}

table.dataTable th:active {
	outline: none;
}

table.dataTable .left,
table.dataTable .right {
	float: none !important;
}


/*
 * Scrolling
 */
.dataTables_scroll {
	clear: both;
}

.dataTables_scrollBody {
	*margin-top: -1px;
	-webkit-overflow-scrolling: touch;
}


/* overview */

.overview-header {
	background: #fff;
	border-bottom: none;
}

.subheader {
	margin: 0 !important;
	border-bottom: solid 1px #ddd !important;
}

.overview-border-home {
}

.overview-border-home a {
	font-weight: bold;
}

.overview-border-aux {
	background: #fff;
	border: solid 1px #ddd;
	color: inherit;
	margin-bottom: 1.25rem;
	min-height: auto;
	padding: 0;
	border-radius: 5px;
}

.overview-border-aux .overview-header {
	border-bottom: none;
	background: #fff;
	color: #111;
}

.overview-border-aux .overview-header:hover {
	background: #fff;
}

.overview-border-aux .overview-header a {
	font-weight: bold;
	color: #b80918;
}

.overview-border-aux .overview-header a:hover {
	color: #111;
}

.overview-border-aux .overview-date {
}

.overview-border-aux .overview-content {
	font-size: 90%;
	background: #fff;
	color: #555;
}

.overview-content .left-inline {
	margin: 1em 1.6em 1em 1em;
}

/* main links */

.mainlink_container_wrap {
	position: absolute;
	bottom: 0;
	background: rgba(240, 240, 240, 0.9);
	padding-top: 1em;
}

#mainlink_container {
	min-height: 2rem;
	line-height: 2rem;
}

#mainlink_container a {
	color: #333;
}

.main-links a {
	color: #333;
	text-decoration: none;
	float: left;
}

#mainlink_container a:hover,
.main-links a:hover {
	color: #ac8a8d;
	color: #bb0000;
	text-decoration: none;
}

.main-1 {
	color: #bbb;
}

a.main-1 {
	color: #333;
	font-weight: none;
	text-decoration: none;
	cursor: pointer;
	padding: 10px 0;
}

a.main-2 {
	color: #333;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}

a.main-2:hover,
a.main-1:hover,
#feedbackLink:hover {
	color: #ac8a8d;
}

#mainlink_container ul.f-dropdown li a {
}

#mainlink_container ul.f-dropdown li a:hover {
}

div.socbox {
	display: block;
	margin-top: 0;
	line-height: 2em;
}

/* footer */

#footernavigation {
	background: #f3f3f3;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	margin: 1.5em auto 0 auto;
	max-width: 100%;
	padding: 0.5em;
	text-align: center;
	width: 100%;
}

.footrow {
	width: 100%;
	max-width: 72rem;
}

.footnav {
	color: #555;
}

.footnav a {
	color: #555;
}

.footnav a:hover {
	color: #b10c1f;
}

/* buttons */

button,
.button,
input[type="submit"],
input[type="reset"],
input[type="button"].button-dark {
	background-color: #b10c1f;
	background: #ac8a8d;
	margin: 1em 0.5em 1em 0;
}

.butt-grey-left a,
.butt-grey-left a:visited,
.butt-dark-right a,
.butt-dark-right a:visited,
input.button-grey {
	background: #ac8a8d;
	color: #fff;
}

button:hover,
.button:hover,
.butt-grey-left a:hover,
.butt-dark-right a:hover,
.button-grey:hover,
.buton-grey:hover,
input[type="submit"]:hover {
	background: #999;
}

#userpanel .ico {	
	background: #666;
}

#userpanel .ico:hover {
}

/* mailto */

#mailto {
	font-size: 0.9rem;
}

#mailto h3 {
	font-size: 1em;
}

#mailto label.subline {
	font-size: inherit;
	font-weight: normal;
}

#mailto input[type="text"],
#mailto input[type="password"],
#mailto input[type="date"],
#mailto input[type="datetime"],
#mailto input[type="datetime-local"],
#mailto input[type="month"],
#mailto input[type="week"],
#mailto input[type="email"],
#mailto input[type="number"],
#mailto input[type="search"],
#mailto input[type="tel"],
#mailto input[type="time"],
#mailto input[type="url"],
#mailto textarea {
	float: left;
}

#mailto br {
	clear: both;
}

/* Accordion (accord) */

.acc {
}

.accHead {
	background: transparent;
	border-bottom: solid 1px #bbb;
	padding: 4px 12px 4px 12px;
}

.accHead:hover {
	color: #bb0000;
	background: transparent;
}

.accHead a {
	color: #bb0000;
}

.accHead a:hover,
.accHead:hover a {
	color: #fff;
}

.accShow,
.accShow:hover,
.accShow a {
	background: #fff !important;
	color: #bb0000 !important;
}
	
.accIcon {
	color: #333;
}

.accShow .accIcon {
	color: #333;
}

.accContent {
	background: #fff;
}

.accContent p {
	color: #666;
}

/* Hilfe-Text right off-canvas */

a.right-off-canvas-toggle {
	margin-right: 1em;
}

.right-off-canvas-menu {
	background: rgba(119, 142, 49, 0.1);
	color: #555;
	font-style: italic;
}

.right-off-canvas-menu p {
	padding: 0.8em 1em;
}

/* Hilfe-Text im content-Bereich */

.help-box {
	width: 100%;
	position: relative;
	margin-bottom: 1em;
}

.help-icon {
	color: #b80918;
}

.help-icon-clicked {
	color: #000;
}

.help-icon:hover {
	color: #000;
}

.help-text {
	background: rgba(119, 142, 49, 0.1);
	border: solid 1px #fff;
	color: #555;
	font-style: italic;
}

/* foundation lightbox gallery */

.clearing-blackout {
}

.clearing-close {
}

a.clearing-close {;
}

.clearing-close:hover {
}

.clearing-main-next > span {
}

.clearing-main-prev > span {
}

.clearing-main-next > span:hover {
}

.clearing-main-prev > span:hover {
}

/* ----- */

@media only screen and (max-width: 800px) {
	
	#content_wrap {
		padding: 0;
	}
	
	.mainlink_container_wrap {
    position: relative;
		display: block;
    background: rgba(255, 255, 255, 0.9);
		bottom: auto;
	}
}

@media only screen and (max-width: 50.0625em) {
	
	.icon-user, .icon-user:hover {
    color: #111;
    background: transparent;
    border: none;
    padding-left: 4px;
	}
	
	.top-bar .toggle-topbar.menu-icon a span::after {
			box-shadow: 0 0 0 1px #333, 0 5px 0 1px #333, 0 10px 0 1px #333;
			margin-top: -6px;
	}
	
	#language_container {
		width: 100%;
		position: relative;
		display: block;
		top: 0;
		right: 0;
		padding: 1em 0;
	}

}

@media only screen and (max-width: 40em) {
	
	body {
		background-image: none !important;
	}
	
	.top-bar-section .has-dropdown > a:after {
		border-color: transparent transparent transparent rgba(3, 3, 3, 0.7);
	}
	
}

/* TipTip CSS - Version 1.2 */

#tiptip_holder {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999;
}

#tiptip_holder.tip_top {
	padding-bottom: 5px;
}

#tiptip_holder.tip_bottom {
	padding-top: 5px;
}

#tiptip_holder.tip_right {
	padding-left: 5px;
}

#tiptip_holder.tip_left {
	padding-right: 5px;
}

#tiptip_content {
	font-size: 11px;
	color: #000;
	padding: 4px 8px;
	border: 1px solid rgba(255,255,255,0.25);
	/*background-color: rgb(25,25,25);
	background-color: rgba(25,25,25,0.92);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#f4da71));*/
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 0 0 3px #555;
	-webkit-box-shadow: 0 0 3px #555;
	-moz-box-shadow: 0 0 3px #555;
	
	background-color: #df8200;
}

#tiptip_arrow, #tiptip_arrow_inner {
	position: absolute;
	border-color: transparent;
	border-style: solid;
	border-width: 6px;
	height: 0;
	width: 0;
}

#tiptip_holder.tip_top #tiptip_arrow {
	border-top-color: #fff;
	border-top-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_bottom #tiptip_arrow {
	border-bottom-color: #fff;
	border-bottom-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_right #tiptip_arrow {
	border-right-color: #fff;
	border-right-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_left #tiptip_arrow {
	border-left-color: #fff;
	border-left-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_top #tiptip_arrow_inner {
	margin-top: -7px;
	margin-left: -6px;
	border-top-color: rgb(25,25,25);
	border-top-color: rgba(25,25,25,0.92);
	
	border-top-color: #df8200;
}

#tiptip_holder.tip_bottom #tiptip_arrow_inner {
	margin-top: -5px;
	margin-left: -6px;
	border-bottom-color: rgb(25,25,25);
	border-bottom-color: rgba(25,25,25,0.92);
	
	border-bottom-color: #df8200;
}

#tiptip_holder.tip_right #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -5px;
	border-right-color: rgb(25,25,25);
	border-right-color: rgba(25,25,25,0.92);
	
	border-right-color: #df8200;
}

#tiptip_holder.tip_left #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -7px;
	border-left-color: rgb(25,25,25);
	border-left-color: rgba(25,25,25,0.92);
	
	border-left-color: #df8200;
}

/* Webkit Hacks  */
@media screen and (-webkit-min-device-pixel-ratio:0) {	
	#tiptip_content {
		padding: 4px 8px 5px 8px;
		background-color: rgba(45,45,45,0.88);
		
		background-color: #df8200;
	}
	#tiptip_holder.tip_bottom #tiptip_arrow_inner { 
		border-bottom-color: rgba(45,45,45,0.88);c
		
		border-bottom-color: #df8200;
	}
	#tiptip_holder.tip_top #tiptip_arrow_inner { 
		border-top-color: rgba(20,20,20,0.92);
		
		border-top-color: #df8200;
	}
}