/* ################################################################################################################ */

/*

colors:

black:
#37424a;
rgb(55, 66, 74);

gray:
rgba(55, 66, 74, 0.2);

*/

/* ################################################################################################################ */


#admin-tools {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 1001;
}

#admin-tools-button {
	width: 40px;
	height: 40px;
	background-color: rgb(197, 65, 86);
	color: #fff;
	cursor: pointer;
}

#admin-tools-button svg {
	width: 50px;
	height: 50px;
	margin: -5px;
}

#admin-tools-button svg * {
	fill: #fff;
}

#admin-tools-panel {
	display: none;
	display: none;
	background-color: rgb(197, 65, 86);
	color: #fff;
	padding: 10px;
}

#admin-tools-panel hr {
	background-color: rgba(255, 255, 255, 0.75);
}

#admin-tools.active #admin-tools-panel {
	display: block;
}

#admin-tools a {
	color: #fff;
}

/* ########################################### EDITOR COLOR SETTINGS ################################################## */

.code-snippet {
	padding: 10px;
	background-color: beige;
	font-family: "Courier", monospace;
	overflow-x: auto;
}

.tag {
	color: #cb00cf;
}

.attribute,
.operator {
	color: #d47a1c;
}

.string {
	color: #0070ff;
}

.comment {
	color: #60cd50;
}



/* ################################################################################################################ */
/* #################################################### BASICS #################################################### */
/* ################################################################################################################ */

html {
	font-size: 100%;
}

body {
	color: #37424a;
	font-family: 'Fira Sans', Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.5;
	overflow: hidden;
	fill: #37424a;
}

a {
	cursor: pointer;
	color: rgb(197, 65, 86);
	text-decoration: none;
}

h1, h2, h3, h4 {
	line-height: 1.2;
}

h1 { font-size: 2.375em; margin-bottom: 30px; color: rgb(197, 65, 86); }

h2 { font-size: 1.625em; font-weight: 500; }

h3 { font-size: 1.625em; }

h4 { font-size: 1.250em }

h5 { font-weight: 500; }

h6 { margin-bottom: 10px; }

hr + h1,
hr + h2,
hr + h3,
hr + h4,
hr + h5,
hr + h6 {
	margin-top: 30px;
}

hr {
	border: none;
	height: 1px;
	background-color: rgba(55, 66, 74, 0.2);
}

hr.invisible {
	visibility: hidden;
}

p {
	margin: 10px 0;
}

p > svg {
	display: inline-block;
	position: relative;
	top: 4px;
}

p > svg * {
	/** fill: inherit; **/
}

p > svg.large {
	top: 14px;
}

td, th {
	vertical-align: top;
}


#library-icons i + span {
	color: indianred;
}

#library-icons i + span:after {
	content: " (not existing yet, will be added later)"
}

svg {
	pointer-events: none;	
}

.flex-placeholder {
	flex-grow: 3;
	visibility: hidden;
}


/* ################################################################################################################ */

*::selection {
	background: #F3EC7A; /* Safari */
	}
*::-moz-selection {
	background: #F3EC7A; /* Firefox */
}

/* ################################################################################################################ */

.js #no-js-info {
	display: none;
}

.no-js #no-js-info {
	display: block;
	position: fixed;
	top: 80px;
	left: 0;
	width: 100%;
	background: #F3EC7A;
	z-index: 2000;
	padding: 10px;
}

/* ################################################################################################################ */

#loader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1999;
	text-align: center;
	background-color: #fff;
}

.no-js #loader {
	display: none;
}

.loader-img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 50px;
	margin: -25px 0 0 -25px;
	overflow: hidden;
	background-image: url(../images/icon-loader.gif);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 50px 50px;
	text-indent: -9999px;
}


/* ################################################################################################################ */
/* #################################################### LOGIN PAGE #################################################### */
/* ################################################################################################################ */

#login-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 60px 30px;
	overflow-x: hidden;
	overflow-y: auto;
	background-color: rgba(55, 66, 74, 0.1);
}

#login-wrapper-2 {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 30px;
	overflow-x: hidden;
	overflow-y: auto;
	background-color: rgba(55, 66, 74, 0.1);
}
#login-wrapper-4 {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 30px;
	overflow-x: hidden;
	overflow-y: auto;
	background-color: rgba(55, 66, 74, 0.1);
}

#login-footer {
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width: 1210px;	
	padding: 20px 0;
	text-align: center;
	color: rgba(55, 66, 74, 0.5);
}

#login-wrapper-2 #login-footer {
	max-width: 380px;
}

#login-wrapper-4 #login-footer {
	max-width: 380px;
}
#login-footer ul,
#login-footer li {
	display: inline;
}

#login-footer li:after {
	content: "•";
	margin: 0 10px 0 15px;
/*	color: #fff;*/
}

#login-footer li:last-of-type:after {
	content: "";
	display: none;
}


#login-footer a {
	color: rgba(55, 66, 74, 0.5);
	text-decoration: underline;
}


#login-logo {
	position: relative;
	margin: 0 auto 30px auto;
	width: 200px;
}

#login-wrapper-2 #login-logo {
	margin-bottom: 20px;
}

#login-wrapper-2 #login-logo,
#login-wrapper-2 #login-logo svg {
	width: 100px;
	height: auto;
}

#login-wrapper-4 #login-logo {
	margin-bottom: 20px;
}

#login-wrapper-4 #login-logo,
#login-wrapper-4 #login-logo svg {
	width: 100px;
	height: auto;
}

#login-logo svg * {
	fill: #37424a;
}

#login-box {
	background-color: #fff;
	padding: 40px;
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width: 1230px;
}

#login-wrapper-2 #login-box {
	max-width: 380px;
	text-align: center;
}

#login-wrapper-3 #login-box {
	max-width: 600px;
	text-align: center;
}
#login-wrapper-4 #login-box {
	max-width: 600px;
	text-align: center;
}
#client-list {
	position: relative;
}

#client-list ul {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

#client-list li.client-item {
	display: block;
	width: 25%;
	padding: 5px;
}

#client-list a.client-button {
	display: block;
	position: relative;
	margin: 0 auto;
	width: 110px;
	text-align: center;
	text-decoration: none;
	font-size: 0.75em;
	font-weight: 500;
	color: #37424a;
}

.client-button .client-logo {
	width: 102px;
	height: 102px;
	margin: 5px;
	background-color: #fff;
	border: 1px solid #ddd;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

.client-button .client-name {
	margin: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#login-wrapper p {
	margin: 0 0 40px 0;
}

#login-client-logo {
	height: 100px;
	width: 200px;
	margin: 0 auto;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

/* ################################################################################################################ */

p.introduction {
	font-weight: 300;
	font-size: 1.375em;
}

/* ################################################################################################################ */

#tooltip_left {
	display: none;
	position: fixed;
	z-index: 999;
	padding: 5px 7px 2px 7px;
	background-color: #37424a;
	color: #fff !important;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 0.750em;
	width: 200px;
	text-align: left;
}

#tooltip_left.active {
	display: block;
}

#tooltip_left .cssarrow {
	border-color: transparent transparent #37424a transparent;	
}

#tooltip_left.alternative .cssarrow {
	border-color: #37424a transparent transparent transparent;	
    top: auto;
    bottom: -10px;
}

.cssarrow {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	width: 10px;
	height: 10px;
	position: absolute;
	top: -10px;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: transparent transparent #C54156 transparent;	
}

/* ################################################################################################################ */
/* ################################################## NAVIGATION ################################################## */
/* ################################################################################################################ */

#header {
	/*min-width: 650px;*/
	height: 61px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	border-bottom: 1px solid rgba(55, 66, 74, 0.2);
	background-color: #fff;
    /**/
	-webkit-user-select: none;  /* Chrome all / Safari all */
	-moz-user-select: none;     /* Firefox all */
	-ms-user-select: none;      /* IE 10+ */
	user-select: none;          /* Likely future */  
}

#hybizz-logo {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	border-right: 1px solid rgba(55, 66, 74, 0.2);	
	padding: 7px 0 7px 7px;
	width: 110px;
	/**/
	display: flex;
}

#hybizz-logo svg {
	display: block;
	width: 90px;
	height: auto;
}
.hybizz-chart svg {
 pointer-events: all; 
}
#client-logo {
	position: absolute;
	top: 0;
	left: 110px;
	bottom: 0;
	border-right: 1px solid rgba(55, 66, 74, 0.2);	
	padding: 0;
	width: 60px;
	background-position: center center;
	background-repeat: no-repeat;
	overflow: hidden;
	text-indent: -9999px;
	background-size: contain;
}

/* ################################################################################################################ */

#breadcrumbs {
	position: relative;
	margin-left: 170px;
	padding: 0 10px;
	line-height: 60px;
	font-size: 0.750em;
}

#breadcrumbs li {
	position: relative;
	display: block;
	float: left;
	padding: 0 40px 0 10px;
}

#breadcrumbs li:after {
	content: "";
	display: block;
	width: 60px;
	height: 60px;
	border-style: solid;
	border-width: 30px;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	z-index: 0;
	top: 0;
	right: -28px;	
}

#breadcrumbs li:before {
	content: "";
	display: block;
	width: 62px;
	height: 62px;
	border-style: solid;
	border-width: 31px;
	border-color: transparent transparent transparent rgba(55, 66, 74, 0.2);
	position: absolute;
	z-index: -1;
	top: -1px;
	right: -30px;	
}

#breadcrumbs li.current-page {
	font-weight: 700;
}

#breadcrumbs li.current-page:before,
#breadcrumbs li.current-page:after {
	display: none;
}

#breadcrumbs li a {
	text-decoration: underline;
	color: inherit;
}


/* ################################################################################################################ */

#info-board-button {
	display: block;
	position: absolute;
	top: 0;
	right: 60px;
	bottom: 0;
	width: 60px;
	border-left: 1px solid rgba(55, 66, 74, 0.2);
}

#info-board-button a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 10px;
}

/* ################################################################################################################ */

.amount-badge {
	position: absolute;
	top: 3px;
	left: 3px;
	min-width: 20px;
	height: 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	line-height: 19px;
	text-align: center;
	padding: 1px 5px 0 5px;
	font-size: 0.750em;
	font-weight: 700;
}

/* ################################################################################################################ */

nav {
	display: block;
	position: fixed;
	z-index: 999;
	top: 60px;
	left: 0px;
	bottom: 0;
	width: 300px;
	background-color: #fff;
	border-right: 1px solid rgba(55, 66, 74, 0.2);	
	padding: 0;
	/**/
	-webkit-transition: left 0.5s ease;
	-moz-transition: left 0.5s ease;
	-o-transition: left 0.5s ease;
	transition: left 0.5s ease;
    /**/
	-webkit-user-select: none;  /* Chrome all / Safari all */
	-moz-user-select: none;     /* Firefox all */
	-ms-user-select: none;      /* IE 10+ */
	user-select: none;          /* Likely future */ 
}

#nav-contents {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0px;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

body.notouch nav:hover {
	left: 0;
}


#nav-control {
	display: none;
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	bottom: 0;
	width: 60px;
	border-left: 1px solid rgba(55, 66, 74, 0.2);	
}

#nav-control svg {
	width: 30px;
	height: 30px;
	position: relative;
	top: 15px;
	left: 50%;
	margin-left: -15px;
}

#nav-control svg * {
	fill: #37424a;
}

.nav-section {
	border-bottom: 1px solid rgba(55, 66, 74, 0.2);
}

.nav-section-header {
	position: relative;
	padding: 15px 20px 10px 20px;
	cursor: pointer;
}

.nav-section-title {
	margin-right: 50px;
	font-size: 1.250em;
}

.nav-section-toggle {
	position: absolute;
	top: 50%;
	right: 20px;
	width: 30px;
	height: 30px;
	margin-top: -10px;
}

.nav-section-toggle svg {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

.nav-section-header[hybizz-nav-state="expanded"] .nav-section-toggle svg {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.nav-section-body {
	margin: 0px 20px 0px 20px;
	border-top: 1px solid rgba(55, 66, 74, 0.2);

}

.nav-section-body[hybizz-nav-state="collapsed"] {
	display: none;
}

.nav-sub-section {
	margin: 20px 0;
}

.nav-sub-section-header {
	position: relative;
}

.nav-sub-section-title {
	margin-right: 100px;
	font-weight: 500;
}

.nav-sub-section-options {
	position: absolute;
	top: 0;
	right: 0;
	width: 90px;
	/* flex */
	display: flex;
	justify-content: flex-end;
	/*align-items: center;*/
}

.nav-sub-section-options button,
.nav-sub-section-options a {
	height: 26px;
	line-height: 24px;
	padding: 2px 5px 0 5px;
	margin-left: 5px;
}

.nav-sub-section-options button.add-item {
	width: 30px;
	padding: 2px 5px 0 5px;
}

.nav-sub-section-options button.cart-button,
.nav-sub-section-options a.cart-button {
	position: relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding-left: 25px;
}

.nav-sub-section-options button.cart-button svg,
.nav-sub-section-options a.cart-button svg {
	position: absolute;
	top: 2px;
	left: 4px;
	bottom: 0;
	z-index: 1;
}

/*.nav-sub-section-options button.cart-button svg * {
	fill: #fff;
}*/

.nav-sub-section-body {
	padding-top: 10px;
}

.nav-sub-section-body li {
	font-size: 0.875em;
	padding: 2px 0;
}

.nav-sub-section-body li a {
	text-decoration: none;
	color: inherit;
	display: inline-block;
	padding: 2px 7px 0 7px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.nav-sub-section-body li span {
	display: inline-block;
	padding: 2px 7px 0 7px;
}

.nav-sub-section-sub-nav li {
	font-size: 1em;
	padding-left: 30px;
}



/* ################################################################################################################ */

#page-nav-options {
	position: fixed;
	top: 30px;
	right: 0;
	left: 0;
	z-index: 998;
	background-color: #fff;
	border-bottom: 1px solid rgba(55, 66, 74, 0.2);
	-webkit-transition: top 0.25s ease;
	-moz-transition: top 0.25s ease;
	-o-transition: top 0.25s ease;
	transition: top 0.25s ease;
}


#page-nav-options.active {
	top: 61px;
}

#backtotop-button {
	position: relative;
	display: block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	background-color: transparent;
	text-align: right;
	padding-right: 35px;
	font-size: 12px;
}

#backtotop-button:hover {
	background-color: rgba(197, 65, 86, 0.1);
}

#backtotop-button svg {
	position: absolute;
	top: 4px;
	right: 10px;
}

/* ################################################################################################################ */

#primary-options {
	position: absolute;
	z-index: 10;
	top: 0;
	right: 0;
	bottom: 0;
	width: 60px;
	background-color: #fff;
	border-left: 1px solid rgba(55, 66, 74, 0.2);
	font-size: 0.875em;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#user-options-panel {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 10px;
}

/*#user-options-panel {
	display: block;
	position: absolute;
	z-index: 10;
	top: 50%;
	right: 10px;
	bottom: 0;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	text-align: center;
	background-color: #aaa;
	color: #fff;
	font-size: 1.063em;
	line-height: 40px;
	padding: 1px 0 0 0;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	text-indent: -9999px;
	border: 2px solid #fff;
}

#user-options-panel:hover {
	width: 44px;
	height: 44px;
	-webkit-border-radius: 22px;
	-moz-border-radius: 22px;
	border-radius: 22px;
	right: 8px;
	margin-top: -22px;
}*/

/* ################################################################################################################ */

/*
#secondary-navigation {
	display: block;
	clear: both;
	position: relative;
	margin-left: 250px; 
	padding: 5px 0 0 15px;
	font-size: 0.875em;
	border-top: 1px solid rgba(55, 66, 74, 0.2);
	white-space: nowrap;	
}

#secondary-navigation ul:after { 
	content: "";
	display: block;
	clear: both;
	position: relative;
	height: 0;
	visibility: hidden;
}

#secondary-navigation ul li {
	display: inline-block;
	padding: 0 5px 2px 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#secondary-navigation ul a {
	display: block;
	cursor: pointer;
	padding: 2px 10px 0px 10px;
	line-height: 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;	
}

.navigation-section {
	display: none;
}

.navigation-section.active, .navigation-section.current {
	display: block;
}
*/

/* ################################################################################################################ */

/*
#mobile-navigation {
	display: none;
	clear: both;
	position: relative;
	margin-left: 265px; 
	padding: 0 80px 0 0;
	white-space: nowrap;
	height: 60px;
}

#mobile-nav-button {
	display: none;
	overflow: hidden;
	width: 60px;
	height: 60px;
	position: absolute;
	top: 0;
	left: -10px;
}

#mobile-nav-button svg {
	width: 60px;
	height: 60px;
}

#mobile-primary-nav,
#mobile-secondary-nav {
	display: block;
	float: left;
}

#mobile-primary-nav .mobile-nav-current li,
#mobile-secondary-nav .mobile-nav-current li {
	display: none;
	float: left;
	margin: 0;
	margin-top: 15px;
	padding: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#mobile-primary-nav .mobile-nav-current li.current-nav-item,
#mobile-secondary-nav .mobile-nav-current li.current-nav-item {
	display: block;
}

#mobile-primary-nav li.current-nav-item {
	border-right: 1px solid rgba(55, 66, 74, 0.35);
}

#mobile-primary-nav .mobile-nav-current li a,
#mobile-secondary-nav .mobile-nav-current li a {
	display: block;
	cursor: pointer;
	line-height: 25px;
	position: relative;
}

#mobile-primary-nav .mobile-nav-current li a {
	padding: 3px 10px 1px 15px;
	-webkit-border-radius: 15px 0 0 15px;
	-moz-border-radius: 15px 0 0 15px;
	border-radius: 15px 0 0 15px;
}

#mobile-secondary-nav .mobile-nav-current li a {
	padding: 3px 12px 1px 10px;
	-webkit-border-radius: 0 15px 15px 0;
	-moz-border-radius: 0 15px 15px 0;
	border-radius: 0 15px 15px 0;
}

#mobile-primary-nav .mobile-nav-current li a svg,
#mobile-secondary-nav .mobile-nav-current li a svg {
	width: 12px;
	height: 12px;
	margin-left: 6px;
}

#mobile-primary-nav .mobile-nav-current[hybizz-data-state="expanded"] li a svg,
#mobile-secondary-nav .mobile-nav-current[hybizz-data-state="expanded"] li a svg {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

#mobile-navigation .mobile-nav-dropdown {
	display: none;
	position: absolute;
	z-index: 10;
	top: 50px;
	background-color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px 0;
}

#mobile-navigation .mobile-nav-dropdown li {
	display: block;
	padding: 5px 10px;
}

#mobile-navigation .mobile-nav-dropdown li a:hover {
	color: #fff;
}

#mobile-navigation .mobile-nav-dropdown[hybizz-data-state="collapsed"] {
	display: none;
}


#mobile-navigation .mobile-nav-dropdown[hybizz-data-state="expanded"] {
	display: block;
}
*/

/* ################################################################################################################ */

#user-options-dropdown {
	display: none;
	position: absolute;
	z-index: 10;
	top: 60px;
	right: 0;
	background-color: #fff;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	padding: 5px 0;
	min-width: 200px;
}

#user-options-dropdown li {
	display: block;
	padding: 5px 10px;
}

#user-options-dropdown li a:hover {
	color: #fff;
}

#user-options-dropdown[hybizz-data-state="collapsed"] {
	display: none;
}


#user-options-dropdown[hybizz-data-state="expanded"] {
	display: block;
}

#user-options-dropdown .userinfos {
	padding: 10px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.25);
	margin-bottom: 5px;
}

#user-options-dropdown li a {
	line-height: 20px;
	display: block;
}

#user-options-dropdown li a svg {
	width: 20px;
	height: 20px;
	display: block;
	float: left;
	margin-right: 5px;
}

#user-options-dropdown li a svg * {
	fill: rgb(255, 255, 255);
}

/* ################################################################################################################ */
/* ############################################### PAGE HEADER #################################################### */
/* ################################################################################################################ */

#page-header {
	padding: 10px 25px;
	background-color: rgba(197, 65, 86, 0.05);
	position: relative;
	/**/
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

#header-title {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

#page-header h1 {
	margin: 20px 0;
	/*flex-grow: 2;*/
	margin-right: 20px;
}

#header-options {
	position: relative;
}

/* ###### */

#page-header h1 {
	display: flex;
}

#page-header h1 span {
	margin-top: 10px;
}

#page-header h1 a {
	width: 50px;
	height: 60px;
	display: block;
	position: relative;
	top: 0;
	left: 0;
	padding: 10px 0;
	border-right: 1px solid rgba(197, 65, 86, 0.25);
	margin-right: 20px;
}

/* ################################################################################################################ */

#primary-article-number {
	height: 40px;
	padding: 8px 15px 0 15px;
	border: 2px dashed rgba(55, 66, 74, 0.2);
}

/* ################################################################################################################ */

#page-extra-items {
	position: absolute;
	top: -10px;
	right: 0;
}

#primary-cart-icon {
	display: block;
	position: relative;
	width: 34px;
	height: 34px;
	background-color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 2px solid rgba(197, 65, 86, 0.2);
}

#primary-cart-icon:hover {
	border: 2px solid rgba(197, 65, 86, 0.5);
}

#primary-cart-icon svg {
	position: relative;
	left: 1px;
	margin: 3px;
	width: 24px;
	height: 24px;
}

#primary-cart-icon svg * {
	fill: rgb(197, 65, 86);
}

#primary-cart-icon .amount {
	position: absolute;
	top: -8px;
	right: 22px;
	display: block;
	background-color: rgb(197, 65, 86);
	color: #fff;
	min-width: 16px;
	height: 16px;
	text-align: center;
	line-height: 14px;
	padding: 2px 4px 0 4px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 0.750em;
	font-weight: 500;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}



/* ################################################################################################################ */
/* FILTER */


#filter {
	flex-grow: 2;
	width: 100%; /* Fix, for Internet-Explorer who can't handle flexbox properly. See: Issue #302 */
}

.filter-case {
	position: relative;
	border: 2px solid rgb(55, 66, 74);
	background-color: #fff;
    padding: 5px 5px 0px 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	display: flex;
	flex-wrap: wrap;
}

.filter-case-list {
	display: flex;
	flex-wrap: wrap;
}

.filter-case-item {
	position: relative;
	margin: 0 5px 5px 0;
	padding: 3px 27px 1px 7px;
	background-color: rgb(197, 65, 86);
	color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	white-space: nowrap;
}

.filter-case-item.not-removable {
    padding-right: 7px;
}

.remove-filter-case-item {
	display: block;
	position: absolute;
	top: 50%;
	right: 5px;
	width: 20px;
	height: 20px;
	margin-top: -10px;
}

.filter-case-item.not-removable .remove-filter-case-item {
    display: none;
}

.remove-filter-case-item svg * {
	fill: #fff;
}

/*.filter-name {}
.filter-value {}*/

.filter-case-search {
	/*border-left: 2px solid rgba(55, 66, 74, 0.2);*/
	padding: 0px 30px 0px 2px;
	height: 28px;
	flex-grow: 2;
	margin-bottom: 5px;
}

.filter-case-search input[type="search"],
.filter-case-search input[type="search"]:focus {
	border: none;
	padding: 3px 5px 0px 5px;
	height: 26px;
}

.filter-case-search button.search-submit {
	top: auto;
	bottom: 5px;
}


/* ############################################# */

.filters {
	position: relative;
}

.filters-header {
	position: relative;
}

.filters-body {
	position: relative;
	border-bottom: 1px solid rgba(55, 66, 74, 0.2);
	margin-bottom: 10px;
	padding-bottom: 10px;
}



.filter-selection {
	display: flex;
	flex-wrap: wrap;
}

.filter-item {
	position: relative;
	margin: 0 10px 10px 0;
	-webkit-user-select: none;  /* Chrome all / Safari all */
	-moz-user-select: none;     /* Firefox all */
	-ms-user-select: none;      /* IE 10+ */
	user-select: none;          /* Likely future */ 
}

.filter-item-header {
	border: 2px solid rgb(197, 65, 86);
	color: rgb(197, 65, 86);
	cursor: pointer;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.filter-item-name {
	display: block;
	padding: 1px 27px 0px 10px;
	line-height: 29px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.filter-dropdown-button {
	position: absolute;
	top: 7px;
	right: 5px;
}

.filter-item-header[hybizz-data-filter-button="expanded"] .filter-dropdown-button {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	top: -2px;
}

.filter-item-body {
	display: none;
	/*filter: alpha(opacity=0);
	opacity: 0;
    pointer-events: none;*/
	position: absolute;
	z-index: 100;
	min-width: 250px;
	top: 35px;
	left: 0;
	background-color: #fff;
	padding: 10px 15px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
	max-height: 500px;
	overflow-y: auto;
}

.filter-item-body.adjustedfilterposition {
	left: auto;
	right: 0;
}

/*.filter-item-body[hybizz-data-filter-options="expanded"] {
	filter: alpha(opacity=100);
	opacity: 1;
    pointer-events: auto;
}*/

.filter-item-body-options {
	border-top: 1px solid rgba(55, 66, 74, 0.2);
	padding: 10px 0 0 0;
	margin: 5px 0 0 0;
	min-height: 39px;
	display: flex;
}


/* ############################################# */

.filter-item-body.select-filter {
	padding: 0;
}

/*.select-options {}*/

.select-option-item {
	display: block;
	text-decoration: none;
	padding: 10px 15px;
	color: rgb(55, 66, 74);
	border-bottom: 1px solid rgba(55, 66, 74, 0.25);
}

.select-option-item:hover {
	
}

.selected-option-item {
	display: block;
	text-decoration: none;
	padding: 10px 15px;
	color: rgb(55, 66, 74);
  background-color: rgba(197, 65, 86, 0.1);
	border-bottom: 1px solid rgba(55, 66, 74, 0.25);
}

/* ################################################################################################################ */
/* ################################################ PAGE BODY ##################################################### */
/* ################################################################################################################ */

#page-body {
	padding: 0 25px;
}

#page-body.condensed {
	margin: 0 auto;
	max-width: 900px;
}

#page-body.narrow {
	margin: 0 auto;
	max-width: 500px;
}


/* ################################################################################################################ */
/* ################################################# DIALOGUE WINDOWs ###################################################### */
/* ################################################################################################################ */

.dialogue-wrapper {
	position: fixed;
	z-index: 10000;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(55, 66, 74, 0.9);
	padding: 30px;
	display: none;
	overflow-y: auto;
}

.dialogue-wrapper.active {
	display: block;
}

.dialogue-window {
	position: relative;
	margin: 0 auto;
	background-color: #fff;
	max-width: 800px;
}

.dialogue-window-header {
	position: relative;
	padding: 30px 100px 30px 30px;
	border-bottom: 1px solid rgba(55, 66, 74, 0.2);
}

.dialogue-window-body {
	position: relative;
	padding: 30px;
}

.dialogue-window-footer {
	position: relative;
	padding: 30px;
	border-top: 1px solid rgba(55, 66, 74, 0.2);
	text-align: right;
}

.close-window {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 50%;
	margin-top: -20px;
	right: 25px;
	cursor: pointer;
}

.close-window svg,
.close-notification svg {
	width: 40px;
	height: 40px;
}

.cancel {
	margin-right: 30px;
}

/* ################################################################################################################ */

.notification-popup {
	background-color: #fffdd0;
	color: #656452;
	max-width: 400px;
	margin-top: 100px;
}

.notification-popup .dialogue-window-body {
	padding: 20px;
}

.notification-popup .dialogue-window-footer {
	padding: 20px;
}

/* ################################################################################################################ */
/* ################################################# BUTTONS ###################################################### */
/* ################################################################################################################ */

.action-button, .pekeupload-btn-file, input[type="file"].action-button + label {
	position: relative;
	display: inline-block;
	padding: 4px 15px 1px 15px;
	line-height: 30px;
	height: 35px;
	white-space: nowrap;
	text-overflow: ellipsis;
	background-color: rgb(55, 66, 74);
	color: #fff;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-weight: 700;
	/*border: 2px solid rgba(255, 255, 255, 0.1);*/
	width: auto;
	/*max-width: 300px;*/
	text-align: center;
	text-decoration: none;
	    /* NEUE STYLES: */
    border: none;
    outline: none;
    font-size: 16px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance:    none;
    appearance:         none;

}

input[type="file"].action-button {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}


.action-button:hover {
	color: #fff;
}

.action-button.icononly {
	padding-left: 9px;
	padding-right: 9px;
	width: auto;
	position: relative;
	top: 3px;
}

.action-button.small {
	padding: 4px 15px 1px 15px;
	line-height: 20px;
	height: 25px;
	width: auto;
}

.action-button.subtle {
	background-color: rgba(55, 66, 74, 0.2);
	color: #37424a;
}

.button-text {
	position: relative;
    /*top: -10px;*/
    margin-left: 10px;
}

.action-button.small .button-text {
	top: -5px;
    margin-left: 7px;
}

.action-button.withicon {
	padding: 4px 10px 1px 10px;	
}

.action-button:active, input[type="file"].action-button + label:active {
	-webkit-transform: translate(0px, 1px);
	-moz-transform: translate(0px, 1px);
	-o-transform: translate(0px, 1px);
	-ms-transform: translate(0px, 1px);
	transform: translate(0px, 1px);
}

/*.action-button:hover {
	border: 2px solid rgba(55, 66, 74, 0.3);	
}

.action-button:focus {
	border: 2px solid rgba(55, 66, 74, 0.2);
}*/

.action-button svg {
	position: relative;
	top: 4px;
	/*height: 30px;*/
	width: 30px;
}

.action-button.small svg {
	top: -1px;
	/*height: 20px;*/
}

.action-button.small.icononly {
    padding-left: 3px;
    padding-right: 3px;
}

.action-button svg * {
	fill: #fff;
}

.action-button[disabled] {
    background-color: #929292;
    pointer-events: none;
}

/* ################################################################################################################ */


/* ################################################################################################################ */
/* ############################################### like Button #################################################### */
/* ################################################################################################################ */


.checkedButton, .uncheckedButton {
	position: relative;
	/* display: inline-block; */
	padding: 4px 15px 1px 15px;
	cursor: pointer;
}

.uncheckedButton svg * {
	fill: #C54157;
}

.uncheckedButton:hover svg * {
	fill: rgba(255, 108, 131, 1);
	cursor: pointer;
}


.checkedButton svg * {
	fill: #C54157;
}

.checkedButton:hover svg * {
	fill: #FF6C83FE;
	cursor: pointer;
}

/* ################################################################################################################ */

ul.list {
	list-style: square;
	margin: 20px 0;
	padding-left: 20px;
}


/* ################################################################################################################ */
/* ########################################### BASIC PAGE CONTENTS ################################################ */
/* ################################################################################################################ */

#page-wrapper {
	position: fixed;
	top: 61px;
	right: 0;
	bottom: 0;
	left: 300px;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

/* ################################################################################################################ */

.columns {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.column-amount-1 .column {
	width: 100%;
}

.column-amount-2 .column {
	width: 48%;
}

.column-amount-3 .column {
	width: 31.333%;
}

.column-amount-4 .column {
	width: 23%;
}

.column {
	position: relative;
}

.form-section.max-width,
.column.max-width {
	max-width: 700px;
}

/* ################################################################################################################ */

.horizontal-scroll {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

/* ################################################################################################################ */

.layout-section {
	position: relative;
	padding: 20px 0;
}

.layout-section-header {
	padding: 30px 0;
	margin-top: 30px;
	border-top: 1px solid rgba(55, 66, 74, 0.2);
}

.note + .layout-section .layout-section-header {
	margin-top: 0;
}

/* ################################################################################################################ */

.note {
	background-color: #fffdd0;
	color: #656452;
	position: relative;
	padding: 20px;
    margin: 20px;
    border-radius: 10px;
}

.note.small {
	padding: 5px 5px 3px 5px;
	margin: 5px 0;
	font-size: 0.750em;
}


.note.withicon {
	padding: 20px 20px 20px 70px;
}

.note.withicon.small {
	padding: 10px 10px 10px 40px;
}

.note-title {
	text-decoration: underline;
}

.note-icon {
	position: absolute;
	top: 50%;
	left: 20px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	line-height: 27px;
	text-align: center;
	border: 2px solid #656452;
	font-family: "Courier", monospace;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.note.small .note-icon {
	left: 10px;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	line-height: 17px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}


/* ################################################################################################################ */

.expandable-section {
    border-top: 1px solid rgba(55, 66, 74, 0.2);
    padding-top: 20px;
    margin-top: 20px;
}

.expandable-section-header {
    display: block;
    text-decoration: none;
    cursor: pointer;
	/**/
	-webkit-user-select: none;  /* Chrome all / Safari all */
	-moz-user-select: none;     /* Firefox all */
	-ms-user-select: none;      /* IE 10+ */
	user-select: none;          /* Likely future */ 
}

.expandable-section-body {
    padding-bottom: 20px;
}

.expandable-section + hr {
	margin-top: 15px;
}


/* ################################################################################################################ */

.section-footer {
    border-top: 1px solid rgba(55, 66, 74, 0.2);
    padding-top: 10px;
    margin-top: 20px;
}

.section-footer p {
    margin-bottom: 10px;
}


/* ################################################################################################################ */

.content-stepper {
    text-align: center;
    padding: 0 0 30px 0;
    /*margin: 10px 0;*/
    /*border-top: 1px solid rgba(55, 66, 74, 0.2);*/
}

.content-stepper ul {
    display: inline-block;
}

.content-stepper li {
    display: inline-block;
    padding: 5px;
}

.prev-step,
.next-step {
    font-family: "hybizz_iconsregular";
}

.content-meta, .content-stepper-meta {
    display: inline-block;
    width: auto;
    margin: 0 auto;
    font-size: 0.750em;
    padding: 2px 10px 0 10px;
    line-height: 20px;
    background-color: rgba(55, 66, 74, 0.1);
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    border-radius: 11px;
}

.content-meta-big, .content-stepper-meta-big {
    display: inline-block;
    width: auto;
    margin: 0 auto;
    font-size: 1.250em;
    padding: 2px 10px 0 10px;
    line-height: 20px;
    background-color: rgba(55, 66, 74, 0.1);
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    border-radius: 11px;
}

.content-meta-medium, .content-stepper-meta-medium {
    display: inline-block;
    width: auto;
    margin: 0 auto;
    font-size: 1.0em;
    padding: 2px 10px 0 10px;
    line-height: 20px;
    background-color: rgba(55, 66, 74, 0.1);
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    border-radius: 11px;
}

.content-meta,
.content-type,
.current-data {
    font-weight: 500;
}

.content-meta-wrapper {
    text-align: center;
    padding: 10px 0;
}

.content-meta-wrapper-2 {
    display: flex;
    white-space: nowrap;
    padding: 10px 0;
}

.content-meta-data {
    text-align: center;
    padding: 10px 0;
    flex-grow: 2;
}

.content-meta-options {
    text-align: right;
    padding: 10px 0;
    flex-grow: 0;
}

.content-meta-big, .content-stepper-meta-big {
    display: inline-block;
    width: auto;
    margin: 0 auto;
    font-size: 1.250em;
    padding: 2px 10px 0 10px;
    line-height: 20px;
    background-color: rgba(55, 66, 74, 0.1);
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    border-radius: 11px;
}
.content-meta-medium, .content-stepper-meta-medium {
    display: inline-block;
    width: auto;
    margin: 0 auto;
    font-size: 1.0em;
    padding: 2px 10px 0 10px;
    line-height: 20px;
    background-color: rgba(55, 66, 74, 0.1);
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    border-radius: 11px;
}

/* ################################################################################################################ */
/* ######################################### FORM ELEMENTS + INPUT FIELDS ######################################### */
/* ################################################################################################################ */

.input-wrapper {
	display: block;
	position: relative;
}

label .input-wrapper {
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
}


button {
	-webkit-appearance: none;
	-moz-appearance:    none;
	appearance:         none;
	outline: none;
	background-color: rgba(55, 66, 74, 1);
	color: #fff;
	border: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;	
	font-size: 1em;
	font-family: inherit;
	padding: 0 5px;
	cursor: pointer;
}

input[type="text"],
input[type="password"],
input[type="number"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="url"],
textarea,
select {
	display: block;
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance:    none;
    -o-appearance: 		none;
	appearance:         none;
	outline: none;
	border: 2px solid rgba(55, 66, 74, 0.7);
	background-color: #fff;
	padding: 6px !important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 1em;
	font-family: inherit;
	line-height: 1.2;
}

select::-ms-expand { /* remove select arrow in IE 10+ */
    display: none;
}

input[type="text"],
input[type="password"],
input[type="number"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="url"],
select {
	height: 37px;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
input[type="url"]:focus,
textarea:focus,
select:focus {
	border: 2px solid rgba(55, 66, 74, 1);
}

html.has_no_touch input[type="text"][readonly], html.has_no_touch input[type="text"][readonly]:focus,
html.has_touch input:not(.datepicker)[type="text"][readonly], 
html.has_touch input:not(.datepicker)[type="text"][readonly]:focus,
input[type="password"][readonly], input[type="password"][readonly]:focus,
input[type="number"][readonly], input[type="number"][readonly]:focus,
input[type="email"][readonly], input[type="email"][readonly]:focus,
input[type="tel"][readonly], input[type="tel"][readonly]:focus,
input[type="search"][readonly], input[type="search"][readonly]:focus,
input[type="url"][readonly], input[type="url"][readonly]:focus,
textarea[readonly], textarea[readonly]:focus,
select[readonly], select[readonly]:focus,
select[disabled], select[disabled]:focus {
	border: 2px solid rgba(55, 66, 74, 0.2);
	color: rgba(55, 66, 74, 0.5);
}

/*input[type="text"],
input[type="number"],
input[type="password"],
input[type="search"] {
}*/

textarea {
	resize: vertical;
	min-height: 100px;
}

select {
	text-indent: 1px; /* hack to remove the firefox select arrow */
    text-overflow: '';
}

select {
	position: relative;
	padding-right: 35px;
}

.input-label {
	display: block;
	margin: 10px;
}

/* remove up/down arrows of number input in firefox and webkit browsers */
input[type="number"] {
    -moz-appearance:textfield;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type="number"] {
	padding-right: 30px;
}

.input-number-wrapper {
	min-width: 50px;	
}

.input-wrapper.compact {
	width: 100px;
	min-width: 80px;
	max-width: 80px;
}

.input-wrapper.compact2 {
	width: 150px;	
	max-width: 150px;
}

.input-wrapper.compact3 {
	width: 200px;	
	max-width: 200px;
}

.input-wrapper.compact4 {
	width: 300px;	
	max-width: 300px;
}

.input-number-wrapper button {
	width: 14px;
	height: 14px;
	overflow: hidden;
	position: absolute;
	right: 4px;
	padding: 0;
}

.input-number-wrapper.with-update-message {
    text-align: center;
    margin-top: 26px;
}

.input-number-wrapper.with-update-message button.input-number-button-less {
    top: 19px;
}

.input-number-wrapper .update-message {
    position: relative;
    margin-top: 4px;
    opacity: 0;
    transition: opacity .3s;
}

.input-number-wrapper .update-message.active {
    opacity: 1;
}

.input-number-wrapper button svg {
	width: 10px;
	height: 10px;
	position: relative;
	top: -4px;
}

.input-number-wrapper button polygon {
	fill: #fff;
}


.input-wrapper.input-date-wrapper.compact {
    width: 200px;   
    max-width: 200px;
}

button.input-number-button-more {
	top: 4px;
}

button.input-number-button-more:active {
	-webkit-transform: translate(0px, -1px);
	-moz-transform: translate(0px, -1px);
	-o-transform: translate(0px, -1px);
	-ms-transform: translate(0px, -1px);
	transform: translate(0px, -1px);
}

button.input-number-button-less {
	bottom: 4px;
}

button.input-number-button-less:active {
	-webkit-transform: translate(0px, 1px);
	-moz-transform: translate(0px, 1px);
	-o-transform: translate(0px, 1px);
	-ms-transform: translate(0px, 1px);
	transform: translate(0px, 1px);
}


button.input-number-button-more svg {
	top: -4px;
}

button.input-number-button-less svg {
	top: -3px;
}

.input-wrapper + .input-wrapper {
	margin-left: 10px;
}


/* ################################################################################################################ */

/* toggle switch */

.form-section label.switch,
label.switch {
	position: relative;
	display: inline-block;
	width: 100px;
	min-width: 100px;
	padding: 0;
	text-align: inherit;
	height: 30px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	overflow: hidden;
	-webkit-user-select: none;  /* Chrome all / Safari all */
	-moz-user-select: none;     /* Firefox all */
	-ms-user-select: none;      /* IE 10+ */
	user-select: none;          /* Likely future */ 
}

.switch input { display: none; }

.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: -70px;
	width: 170px;
	height: 30px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.slider-state-1,
.slider-state-2 {
	position: absolute;
	top: 0;
	width: 85px;
	line-height: 30px;
	height: 30px;
	text-align: center;
}

.slider-state-1 {
	left: 0;
	background-color: rgb(197, 65, 86);
	padding: 0 25px 0 15px;
	color: #fff;
}

.slider-state-2 {
	right: 0;
	background-color: rgba(55, 66, 74, 0.2);
	padding: 0 15px 0 25px;
}

.slider-handle {
	position: absolute;
	top: 0;
	left: 50%;
	width: 30px;
	height: 30px;
	z-index: 10;
	margin-left: -15px;
	background-color: rgb(55, 66, 74);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.slider-handle:before, 
.slider-handle:after {
	content: "";
    display: block;
    position: absolute;
    height: 12px;
    width: 2px;
    background: rgba(255, 255, 255, 0.15);
    left: 12px;
    top: 9px;
}

.slider-handle:after {
	left: auto;
    right: 12px;
}

input:checked + .slider {
	left: 0px;
}

/* Toggle disabled*/

.toggle-switch-wrapper[disabled] {
    opacity: .5;
    pointer-events: none;
}
/* ########### */

.output {
	padding: 6px 0;
}

/* ################################################################################################################ */

.datepicker-button {
    position: absolute;
    top: 4px;
    right: 4px;
    width: 29px;
    height: 29px;
    pointer-events: none;
}

.datepicker-button:active {
    top: 5px;
}

.datepicker-button svg {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -11px;
    margin-left: -10px;
}

.datepicker-button svg * {
    fill: #fff;
}

.datepicker-grey-button {
    background-color: #e4e4e4;
}


/* ################################################################################################################ */

.radio-options li {
	position: relative;
}

.radio-options input[type="radio"] {
	position: absolute;
	visibility: hidden;
}

.radio-options input[type="radio"] ~ label {
	/*line-height: 35px;*/
	padding: 8px 0 8px 30px;
	position: relative;
	display: block;
	cursor: pointer;
	text-align: left;
}

.radio-options input[type="radio"] ~ label:before {
	content: "";
	display: block;
	position: absolute;
	z-index: 2;
	top: 9px;
	left: 0;
	width: 20px;
	height: 20px;
	border: 2px solid #37424a;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.radio-options input[type="radio"]:checked ~ label:after {
	content: "";
	display: block;
	position: absolute;
	z-index: 3;
	top: 14px;
	left: 5px;
	width: 10px;
	height: 10px;
	background-color: #37424a;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}


/* ################################################################################################################ */

.check-options li {
	position: relative;
}

.check-options input[type="checkbox"] {
	position: absolute;
	visibility: hidden;
}

.check-options input[type="checkbox"] ~ label {
	line-height: 35px;
	padding: 0 0 0 30px;
	position: relative;
	display: block;
	cursor: pointer;
	text-align: left;
	max-width: 100%;
}

.check-options input[type="checkbox"] ~ label:before {
	content: "";
	display: block;
	position: absolute;
	z-index: 2;
	top: 7px;
	left: 0;
	width: 20px;
	height: 20px;
	border: 2px solid #37424a;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.check-options input[type="checkbox"] ~ label svg {
	visibility: hidden;
    position: absolute;
    top: 7px;
    left: 0;
}

.check-options input[type="checkbox"] ~ label h4 svg {
	top: 1px;
}

.check-options input[type="checkbox"] ~ label svg * {
    fill: #37424a;
}

.check-options input[type="checkbox"]:checked ~ label svg {
	visibility: visible;
}

.check-options input[type="checkbox"]:disabled ~ label {
	visibility: visible;
	opacity: .5;
    pointer-events: none;
}

/* ################################################################################################################ */

input[type="text"][hybizz-data-missing], 
input[type="password"][hybizz-data-missing], 
input[type="number"][hybizz-data-missing], 
input[type="search"][hybizz-data-missing], 
input[type="email"][hybizz-data-missing], 
input[type="tel"][hybizz-data-missing], 
input:required,
select:required,
textarea:required,
.pflicht,
textarea[hybizz-data-missing], select[hybizz-data-missing] {
	border: 2px solid rgba(55, 66, 74, 0.7);
	border-color: #e24242;
	background-color: #fcecec !important;
}

/*input:required {
   border-color: #e24242 !important;
   background-color: #fcecec !important;
}*/


.error-tooltip {
	position: absolute;
    min-width: 14em;
	z-index: 10;
	display: block;
	background-color: #e24242;
	color: #fff;
	font-weight: bold;
	padding: 4px 8px 3px 8px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 6px 0;
}

.error-tooltip:before {
	content: "";
	position: absolute;
	top: -12px;
	left: 20px;
	display: block;
	width: 12px;
	height: 12px;
	border-width: 6px;
	border-style: solid;
	border-color: transparent transparent #e24242 transparent;
}

.error-tooltip.top {
	margin: 0;
	bottom: 43px;
}

.error-tooltip.top:before {
	top: auto;
	bottom: -12px;
	border-color: #e24242 transparent transparent transparent;
}

/* ################################################################################################################ */

.search-input {
	/*-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;*/
	padding-right: 35px;
}

.input-button {
	position: absolute;
	top: 4px;
	right: 4px;
	height: 29px;
	width: 29px;
	padding: 4px;
}

.input-button:active {
	-webkit-transform: translate(0px, 1px);
	-moz-transform: translate(0px, 1px);
	-o-transform: translate(0px, 1px);
	-ms-transform: translate(0px, 1px);
	transform: translate(0px, 1px);
}

.input-button svg * {
	fill: #fff;
}

/* ################################################################################################################ */




div[hybizz-data-expand-section="collapsed"] {
	display: none;
}

div[hybizz-data-expand-section="expanded"] {
	display: block;
}

.collapsed-info, .expanded-info {
	display: none;
	position: relative;
}

.expandable-section-hint {
	font-size: 0.75em;
	font-weight: 500;
	margin-left: 10px;
	color: #37424a;
	padding: 2px 5px;
	background-color: rgba(55, 66, 74, 0.1);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	filter: alpha(opacity=50);
	opacity: 0.5;
	position: relative;
	top: -3px;
}

a[hybizz-data-expand-button] {
	position: relative;
	/**/
	-webkit-user-select: none;  /* Chrome all / Safari all */
	-moz-user-select: none;     /* Firefox all */
	-ms-user-select: none;      /* IE 10+ */
	user-select: none;          /* Likely future */ 
}

a[hybizz-data-expand-button] svg {
	position: absolute;
	top: 50%;
	right: 0;
	width: 20px;
	height: 20px;
	margin-top: -10px;
}

a[hybizz-data-expand-button="collapsed"] .collapsed-info {
	display: block;
}

a[hybizz-data-expand-button="expanded"] .expanded-info {
	display: block;
}

a[hybizz-data-expand-button="expanded"] svg {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.form-section {
	position: relative;
	display: flex;
	align-items: flex-start;
	margin: 10px 0;
}

.form-section label {
	min-width: 150px;
	max-width: 150px;
	padding: 7px 20px 0 0;
	text-align: right;
}

.form-section label.large {
    min-width: 300px;
}

.form-section label.withoutwidth {
     min-width: 500px;
}

.form-section label2 {
	min-width: 25px;
	max-width: 25px;
	padding: 7px 20px 0 0;
	text-align: center;
}

td > label, td > div > label {
	padding: 7px 15px 0 5px;
	display: inline-block;
}

td > .input-wrapper, td > div > .input-wrapper {
	display: inline-block;
	width: auto;
	max-width: 100%;
}

td.nowrap, td.nowrap > div {
	white-space: nowrap;
}

td > .input-wrapper input, td > div > .input-wrapper input {
	width: 100px !important;
}

td > div {
	position: relative;
}

.form-section label.small {
	min-width: 75px;
}

.form-section label.nowrap {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.form-section label2 {
	min-width: 25px;
	max-width: 25px;
	padding: 7px 20px 0 0;
	text-align: center;
}


/*.form-section select,
.form-section input {	
}*/

.form-section .input-wrapper {
	flex-grow: 2;
}

.form-footer {
	padding-top: 10px;
	display: flex;
	justify-content: flex-end;
}

.select-arrow {
	position: absolute;
	top: 4px;
	right: 2px;
	bottom: 4px;
	width: 35px;
	border-left: 2px solid rgb(55, 66, 74);
	background-color: #fff;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	pointer-events: none;
}

.select-arrow svg {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -10px 0 0 -11px;
}

.select-arrow svg * {
	fill: rgb(55, 66, 74);
}

.form-section .input-wrapper + label {
	text-align: left;
	padding-left: 10px;
}


/* ################################################################################################################ */
/* ########################################## ARTICLE OVERVIEW LIST ############################################### */
/* ################################################################################################################ */

.item-list, .article-list {
	display: block;
	position: relative;
	/*margin-top: 30px;*/
}

.item, .article-item {
	position: relative;
	border-bottom: 1px solid rgb(55, 66, 74);
	padding: 20px 0;
	/* flex */
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.list-section-title {
	padding: 10px;
	background-color: rgba(209, 212, 211, 0.25);
	color: rgba(55, 66, 74, 0.5);
}

.list-section-title h4 {
	font-size: 1em;
	text-transform: uppercase;
}

.compact-list .item, .compact-list .article-item {
	padding: 15px 0;
}

/*.item:after, .article-item:after {
	content: "";
	display: block;
	visibility: hidden;
	clear: both;
}*/

.item:first-of-type, .article-item:first-of-type,
.list-section-title:first-of-type {
	border-top: 1px solid rgb(55, 66, 74);
}

.item-data {
	min-width: 200px;
	max-width: 200px;
	align-self: flex-start;
	text-align: right;
	padding-right: 30px;
}

/*.item-data ~ .item-body {
	padding-left: 20px;
	/*border-left: 1px solid rgba(55, 66, 74, 0.25);
}*/

.item-image, .article-item-image, .table-item-image {
	display: block;
	width: 100px;
	/*min-width: 50px;*/
	height: 100px;
	background-color: rgba(55, 66, 74, 0.05);
	margin-right: 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;	
	text-decoration: none;
	color: inherit;
	
	/*float: left;*/
}

.compact-list .item-image {
	width: 75px;
	height: 75px;
	min-width: 75px;
}

.table-item-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 30px;
	min-width: auto;
	max-width: 100%;
	margin-right: 10px;
}

.table-item-image svg {
	width: 100%;
	height: 100%;
}

.table-item-image svg * {
	fill: rgba(55, 66, 74, 0.25);
}

.table-item-data {
	position: relative;
	margin-left: 30px;
}

.table-item-data h3 {
	font-size: 1rem;
	padding-top: 2px;
}

.item-body, .article-item-body {
	overflow: hidden;
	text-overflow: ellipsis;
	/* flex */
	flex-grow: 2;
	display: flex;
	justify-content: space-between;
	align-items: center;
	/*float: left;
	width: calc(100% - 120px - 70px);*/
}

.item-body-section, .article-item-body-section {
	display: block;
	position: relative;
	flex-grow: 1;
	flex-basis: 0;
	padding: 0 10px;
	text-decoration: none;
	color: inherit;
	
	/*overflow: hidden;
	text-overflow: ellipsis;*/
	/*float: left;*/
}

.item-body-section h3 {
	overflow: hidden;
	text-overflow: ellipsis;
}

.compact-list .item-body-section h3 {
	font-size: 1.250rem;
}

.item-body-section:first-child, .article-item-body-section:first-child {
	flex-grow: 2;
	width: 45%;
	min-width: 45%;
	max-width: 45%;
}

.verleih-pruefen .item-body-section:first-child, .verleih-pruefen .article-item-body-section:first-child {
	width: 57%;
	min-width: 57%;
	max-width: 57%;
}

table .item-body-section:first-child, table .article-item-body-section:first-child {
	width: auto;
	max-width: 100%;
}

.inputlayout {
	/* flex */
	display: flex;
	justify-content: left;
	align-items: center;
	
}

.item-options, .article-item-options {
	width: 50px;
	min-width: 50px;
	max-width: 50px;
	margin-left: 20px;
	text-align: right;
	min-width: 50px;
	/*float: right;*/
}

.verleih-pruefen .item-options, .verleih-pruefen .article-item-options {
	width: 220px;
	min-width: 220px;
	max-width: 220px;
}

.item h3, .article-item h3 {
	margin-bottom: 7px;
}

.item-description, .article-description {
	margin-bottom: 5px;
}

.item-price, .article-price, .article-variant {
	font-weight: 500;	
}

.unit-extra-info {
	display: block;
	font-size: 0.750em;
}

.item-date,
.item-author {
	/*font-weight: 500;*/
	display: block;
	float: right;
	clear: both;
	position: relative;
	padding: 0 0 0 25px;
}

.item-date svg {
	position: absolute;
	top: 1px;
	left: 0;
}

.item-date svg * {
	fill: #37424a;
}

.item-author svg {
	position: absolute;
	top: 1px;
	left: 0;
}

.item-author svg * {
	fill: #37424a;
}

.item-image:hover + .item-body a.item-body-section, .article-item-image:hover + .article-item-body a.article-item-body-section {
	color: rgb(197, 65, 86);
}

#page-header .article-data-badge {
	background-color: #fff;
	border: 2px solid #fff;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
	font-weight: 700;
}

/*#page-header .article-data-badge.data-badge-phaseout {
	background-color: #fffdd0;
}*/


#page-header > form {
	width: 100%;
}

#page-header .article-data-badge.data-badge-phaseout {
    border: 2px solid #656452;
    margin-right: 20px;
}

#page-header h1 {
    margin: 20px 0;
    flex-grow: 2;
    margin-right: 20px;
}


.article-data-badge, .data-badge {
	display: inline-block;
    width: auto;
    margin: 0 auto;
    font-size: 0.750em;
    padding: 2px 10px 0 10px;
    line-height: 20px;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    border-radius: 11px;
	background-color: #fffdd0;
    color: #656452;
}

.data-badge-phaseout {
	background-color: #fffdd0;
    color: #656452;
}

.data-badge-pflichtartikel {
	background-color: rgba(197, 65, 86, 0.1);
    color: #656452;
}
.data-badge-new {
	background-color: #d9efda;
    color: #6ebd71;
}

.data-badge-kostenlos {
	background-color: rgba(55, 66, 74, 0.05);
    color: #37424a;
}
.data-badge {
	background-color: rgba(55, 66, 74, 0.1);
    color: rgba(55, 66, 74, 0.8);	
}

.data-badge.datatype-ka {
	background-color: transparent;
	padding: 2px 0 0 0;
}


/* ################################################################################################################ */




/* ################################################################################################################ */

.state-badge {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 20px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
	background-color: rgba(55, 66, 74, 0.1);
	color: rgb(55, 66, 74);
	padding-top: 5px;	
	font-family: "Courier", monospace;	
	-webkit-user-select: none;  /* Chrome all / Safari all */
	-moz-user-select: none;     /* Firefox all */
	-ms-user-select: none;      /* IE 10+ */
	user-select: none;          /* Likely future */  
}

.state-badge svg * {
	fill: rgb(55, 66, 74);
}

.state-badge-authorisation {
	background-color: #e9f5ff;
	color: #2692fe;
  width: auto;
}

.state-badge-warning {
	background-color: #fcecec;
	color: #e24242;
}

.state-badge-positive {
	background-color: #d9efda;
	color: #6ebd71;	
}

.state-badge-warning svg * {
	fill: #e24242;
}

.state-badge-positive svg * {
	fill: #6ebd71;	
}

/* ################################################################################################################ */

.inline-badge {
	display: inline-block;
	min-width: 22px;
	height: 22px;
	text-align: center;
	line-height: 20px;
	font-size: 0.9rem;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    border-radius: 11px;
	background-color: rgba(55, 66, 74, 0.1);
	color: rgb(55, 66, 74);
	padding: 2px 6px 0 6px;	
	margin: 0 5px;
	font-family: "Courier", monospace;	
	-webkit-user-select: none;  /* Chrome all / Safari all */
	-moz-user-select: none;     /* Firefox all */
	-ms-user-select: none;      /* IE 10+ */
	user-select: none;          /* Likely future */  
}


/* ################################################################################################################ */


#infoboard-messages .item {
	border-bottom: none;
	border-top: none;
}

#infoboard-messages .item-body {
	border: 1px solid rgba(55, 66, 74, 0.2);
	padding: 30px 20px 20px 20px;
	position: relative;
	overflow: visible;
	flex-grow: 2;
	display: block;
}

#infoboard-messages .item-body:after {
	content: "";
	display: block;
	position: absolute;
	z-index: 2;
	top: 33px;
	left: -26px;
	width: 25px;
	height: 1px;
	background-color: rgba(55, 66, 74, 0.2);
}

#infoboard-messages .item-body-section {
	width: 100%;
	max-width: 100%;
	min-width: 100%;
}

.item-new-badge {
    display: none;
    padding: 1px 10px 0 10px;
    line-height: 23px;
    font-size: 0.750em;
    font-weight: 500;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    margin-bottom: 5px;
}

#infoboard-messages .item.new-item .item-new-badge {
    display: inline-block;
}

#infoboard-messages .item.new-item .item-body:after {
	top: 62px;
}

.item-settings {
    display: none;
	clear: both;
}

#infoboard-messages .item.my-item .item-settings {
    display: block;
}

.inactive-badge {
    display: none;
}

.inactive-item .inactive-badge {
    display: inline;
}

.inactive-item .date-and-time {
    display: none;
}


.notification-bar {
	position: fixed;
	z-index: 2000;
	left: 0;
	right: 0;
	bottom: -250px; /* to be adjusted by jQuery / js */
	background-color: #fffdd0;
	-webkit-transition: bottom 0.5s ease;
	-moz-transition: bottom 0.5s ease;
	-o-transition: bottom 0.5s ease;
	transition: bottom 0.5s ease;
}

.notification-bar.active {
	bottom: 0px;
}

.notification-bar-body {
	padding: 20px 60px 20px 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.notification-bar-body.error{
	color: #e24242;
}

.close-notification {
	position: absolute;
	top: 50%;
	right: 30px;
	width: 40px;
    height: 40px;
	margin-top: -20px;
    cursor: pointer;
}

.notification-options {
	flex-grow: 2;
	display: flex;
	padding: 22px 30px 15px 20px;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.notification-options button, .notification-options a {
	margin: 0 0 10px 10px;
}

.notification-options button.action-button,
.notification-options a.action-button {
	background-color: transparent;
	color: rgb(55, 66, 74);
	padding: 0 10px;
	height: auto;
	width: auto;
}

.notification-options button.action-button svg *,
.notification-options a.action-button svg * {
	fill: rgb(55, 66, 74);
}


/* ################################################################################################################ */
/* ################################################ ARTICLE DETAIL PAGE ########################################### */
/* ################################################################################################################ */

.article-detail-image {
	position: relative;
}

.article-detail-image img {
	position: relative;
	max-width: 100%;
	height: auto;
}



/* ################################################################################################################ */
/* #################################################### CART ###################################################### */
/* ################################################################################################################ */

.page-actions {
	margin-top: 30px;
	padding: 30px 0;
	text-align: right;
	/*border-top: 1px solid rgba(55, 66, 74, 0.2);*/
}


/**/

#previewcart {
	display: none;
	position: absolute;
	z-index: 900;
	top: 150px;
	right: 125px;
	background-color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	font-size: 0.875em;
}

.mouse-sensitive-area {
	display: block;
	position: absolute;
	z-index: -1;
	top: -10px;
	left: -10px;
	right: -10px;
	bottom: -10px;
	background-color: transparent;
	overflow: hidden;
	text-indent: -9999px;
}

#previewcart.active, #previewcart:hover {
	display: block;
}

#previewcart .cssarrow {
	left: auto;
	right: 12px;
}

#previewcart-header {
	padding: 10px;
}

#previewcart-body {
	padding: 5px 10px 10px 10px;
	margin: 5px 0 0 0;
	overflow-x: hidden;
	overflow-y: auto;
	max-height: 265px;
	background-color: rgba(0, 0, 0, 0.1);
	border-top: 1px solid rgba(255, 255, 255, 0.25);
}

#previewcart-footer {
	padding: 10px;
	border-top: 1px solid rgba(255, 255, 255, 0.25);
	text-align: right;
}

#previewcart h4 {
	font-size: 1em;
}

.cart-preview-item {
	/* flex */
	display: flex;
	justify-content: left;
	align-items: center;
	margin-bottom: 5px;	
}

.cart-preview-item-image {
	width: 20px;
	height: 20px;
	margin-right: 5px;
	background-color: rgba(255, 255, 255, 0.25);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;	
}

.cart-preview-item-amount {
	margin-right: 5px;
	line-height: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 70px;	
}

.cart-preview-item-name {
	line-height: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 150px;	
}

#previewcart-footer a {
	display: inline-block;
	background-color: rgba(255, 255, 255, 0.2);
	color: #fff;
	line-height: 30px;
	padding: 0 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;		
}

/* ################################################################################################################ */
/* ################################################################################################################ */
/* ################################################################################################################ */

.select-box,
.check-select-box {
	position: relative;
	padding: 0;
	border: 1px solid rgba(55, 66, 74, 0.2);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	margin-bottom: 20px;
}

.select-box-header {
	padding: 20px;
}

.select-box-body {
	position: relative;
	padding: 20px;
	border-top: 1px solid rgba(55, 66, 74, 0.2);
}

.hidden-select-content {
	display: none;
}

.select-box[hybizz-select-box-state="selected"] .hidden-select-content,
.check-select-box[hybizz-select-box-state="selected"] .hidden-select-content {
	display: block;
}

.select-box-header .check-options input[type="checkbox"] ~ label:before {
	top: 1px;
}



/* ################################################################################################################ */
/* ################################################# CHECK AVAILABILITY ########################################### */
/* ################################################################################################################ */

.linked-article {
	display: flex;
	border: 1px solid rgba(55, 66, 74, 0.2);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	padding: 10px;
}

.linked-article-image {
	display: block;
    width: 50px;
    height: 50px;
    background-color: rgba(55, 66, 74, 0.05);
    margin-right: 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    text-decoration: none;
    color: inherit;
}

/*.linked-article-info {
}
.linked-article-number {
}*/

/* ################################################################################################################ */

/*.availability-calendar tr {
	border-bottom: 1px solid rgba(55, 66, 74, 0.1);
}*/

.availability-calendar tr.calendar-header td {
	border-right: none;
	vertical-align: top;
	padding-bottom: 10px;
}

.availability-calendar td {
	border-right: 1px solid rgba(55, 66, 74, 0.1);
	text-align: center;
	padding: 2px 1px;
}


.availability-calendar td:first-child {
	text-align: right;
	padding-left: 0;
	padding-right: 10px;
}

.availability-calendar td:last-child {
	border-right: none
}

.calendar-weeknumbers td {
	font-size: 0.750em;
	font-weight: 500;
	text-align: left;
	padding-left: 5px;
}

.availability-calendar tr.calendar-monthdays {
	border-bottom: none;
}

.availability-calendar tr.calendar-monthdays td {
	padding-bottom: 0;
	padding-top: 5px;
	font-size: 1.250em;
	line-height: 1em;
}

.availability-calendar tr.calendar-weekdays td {
	padding-top: 0;
	padding-bottom: 5px;
	line-height: 1.3em;
	font-size: 0.750em;
	font-weight: 500;
}

.cal-prev-button, .cal-next-button {
	position: relative;
	display: block;
	height: 37px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.cal-prev-button svg, .cal-next-button svg {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -10px 0 0 -10px;
}

td[hybizz-item-state] a {
	display: block;
	height: 40px;
	border: 2px solid transparent;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

td[hybizz-item-state] a svg {
	margin-top: 8px;
}

td[hybizz-item-state="selected"] a {
	background-color: rgba(91, 171, 32, 0.1);
	border: 2px solid rgba(91, 171, 32, 0.5);
	color: #5bab20;
}

td[hybizz-item-state="selected"] a * {
	fill: #5bab20;
}

.instance-name {
	display: inline-block;
	padding: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	font-weight: 500;
	border: 1px solid;
}

/* ################################################################################################################ */

/* TABLES */

table:not(.ui-datepicker-calendar)  {
	width: 100%;
}

table:not(.ui-datepicker-calendar):not(.availability-calendar) tbody tr:nth-child(odd) {
	background-color: rgba(55, 66, 74, 0.05);
}

table:not(.ui-datepicker-calendar):not(.availability-calendar) th, 
table:not(.ui-datepicker-calendar):not(.availability-calendar) td {
	padding: 10px;
	text-align: left;
}

/*th:first-of-type, td:first-of-type {
	padding-left: 0;
}

th:last-of-type, td:last-of-type {
	padding-right: 0;
}*/

table:not(.ui-datepicker-calendar):not(.availability-calendar) th {
	font-weight: 500;
}

table:not(.ui-datepicker-calendar):not(.availability-calendar) td {
	border-right: 1px solid rgba(55, 66, 74, 0.2);
}

table:not(.ui-datepicker-calendar):not(.availability-calendar) td:last-of-type {
	border-right: none;
}


table.sortable th:not(.sorttable_nosort) {
	cursor: pointer;
}

/*.sorttable_sorted,
.sorttable_sorted_reverse {	
}*/

#sorttable_sortrevind,
#sorttable_sortfwdind {
	display: inline-block;
	font-family: "hybizz_iconsregular";
	margin-left: 10px;
	width: 20px;
	text-align: center;
	font-size: 1.25rem;
}

table.sortable th:not(.sorttable_sorted):not(.sorttable_sorted_reverse):not(.sorttable_nosort):after { 
    content: "7";
	display: inline-block;
	font-family: "hybizz_iconsregular";
	margin-left: 10px;
	width: 20px;
	text-align: center;
	font-size: 1.25rem;
	filter: alpha(opacity=20);
	opacity: 0.2;
}

/* ################################################################################################################ */
/* ############################################### TOOLS ################################################## */
/* ################################################################################################################ */

.tool-button {
	display: inline-block;
	padding: 0 10px;
	line-height: 33px;
	border: 2px solid rgb(197, 65, 86);
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.tool-button svg {
	position: relative;
	top: 4px;
}

.additional-content {
	text-align: right;
}


/* ################################################################################################################ */
/* ############################################ EXPANDABLE TABLE ROWS ############################################# */
/* ################################################################################################################ */

td.hybizz-row-expand {
	width: 50px;
	padding: 0 !important;
}

.row-expand-button {
	display: block;
	padding: 10px;
}

.hybizz-expandable-row[rowstate="expanded"] .row-expand-button svg {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.row-expand-button span {
	display: none;
}

.expandable-content {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	padding: 10px;
	border-top: 1px solid rgba(55, 66, 74, 0.2);
}

.hybizz-expandable-row[rowstate="expanded"] .expandable-content {
	display: block;
}

tr:nth-child(odd) .expandable-content {
	background-color: #f5f6f6;
}

tr:nth-child(even) .expandable-content {
	background-color: #fff;
}

.hybizz-expandable-row[rowstate="expanded"] {
	border: 1px solid rgb(197, 65, 86);
}



/* ################################################################################################################ */
/* ############################################### jQUERY UI CSS ################################################## */
/* ################################################################################################################ */

.ui-datepicker {
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
    overflow: hidden;
}

.ui-datepicker-header {
    position: relative;
    padding: 9px 40px 0 40px;
    height: 40px;
    border-bottom: 1px solid rgba(55, 66, 74, 0.2);
}

.ui-datepicker-calendar th {
    padding: 10px;
}

.ui-datepicker-calendar td a {
    display: block;
    padding: 7px 10px;
    border: 1px solid transparent;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.ui-datepicker-calendar td > span {
	display: block;
	padding: 7px 10px;

}

.ui-datepicker-prev {
    position: absolute;
    top: 0;
    left: 0;
}

.ui-datepicker-next {
    position: absolute;
    top: 0;
    right: 0;
}

.ui-datepicker-prev,
.ui-datepicker-next {
    width: 30px;
    height: 40px;
}

.ui-datepicker-prev span,
.ui-datepicker-next span {
    display: block;
    position: relative;
    top: 7px;
    left: 10px;
}

.ui-datepicker-title {
    text-align: center;
}

.ui-icon {
    font-family: "hybizz_iconsregular";
}

/*.ui-datepicker-today a {}*/

/* ################################################################################################################ */
/* ################################################################################################################ */
/* ################################################################################################################ */

.process-steps {
	padding: 20px 0;
}

.process-current-step {
	padding: 10px 20px;
	border: 1px solid rgba(55, 66, 74, 0.2);
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.process-step-header {
	padding: 10px 0;
    border-bottom: 1px solid rgba(55, 66, 74, 0.2);
}

.process-step-body {
	padding: 20px 0;
}

.process-step-footer {
	padding: 10px 0;
    border-top: 1px solid rgba(55, 66, 74, 0.2);
}

.process-later-step, .process-next-step {
	padding: 20px 0 17px 0;
	border-bottom: 1px solid rgba(55, 66, 74, 0.2);
	color: rgba(55, 66, 74, 0.35);
}

.process-past-step {
	padding: 20px 0 17px 0;
	border-top: 1px solid rgba(55, 66, 74, 0.2);
}

/* ################################################################################################################ */
/* ################################################################################################################ */
/* ################################################################################################################ */
/* UPDATES: */

.calendar-row-remove {
	display: inline-block; 
	margin: 0 10px 0 0; 
	top: 5px; 
	position: relative;
}

li.current-nav-item .nav-sub-section-sub-nav li a {
    background-color: transparent;
}

span.label {
    font-weight: 500;
    color: rgba(55, 66, 74, 0.5);
}

.article-data-container {
    position: relative;
    font-size: 0.750em;
}

a.article-data-button {
    display: block;
    position: relative;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    margin-top: 10px;
    background-color: rgba(197, 65, 86, 0.1);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.article-data-container-data {
    display: none;
    position: relative;
    margin-top: 10px;
}

.article-data-container.active .article-data-container-data {
    display: block;
}

.article-data-container.active a.article-data-button svg {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.output-wrapper {
    padding: 7px 0 0 0;
}


table:not(.ui-datepicker-calendar) ergänzen mit width: calc( 100%; - 2px );:
table:not(.ui-datepicker-calendar)  {
    width: 100%;
    width: calc( 100% - 2px );
}

.form-section.output label {
    font-weight: 500;
}


/* ################################################################################################################ */
/* ############################################### MEDIA QUERIES ################################################## */
/* ################################################################################################################ */

@media only screen and (max-width: 1200px) {
	
	#page-wrapper {
		left: 60px;
	}
	
	nav {
		left: -240px;
		padding: 0 60px 0 0;
	}
	
	#nav-contents {
		right: 60px;
	}
	
	#nav-control {
		display: block;
	}
	
	/**/
	
	nav.expanded {
		left: 0px;
		padding: 0;
	}
	
}

@media only screen and (max-width: 1100px) {

	#client-list li.client-item {
		width: 33.333%;
	}
	
}

@media only screen and (max-width: 900px) {
	
	#breadcrumbs {
		display: none;
	}
	
}

@media only screen and (max-width: 850px) {

	#client-list li.client-item {
		width: 50%;
	}

		.inputlayout {
		display: block;
	}
	
	
}

@media only screen and (max-width: 750px) {
	
	.verleih-pruefen .item-body {	
		display: block;		
	}
	
	.verleih-pruefen .item-body-section, .article-item-body-section,
	.verleih-pruefen .item-body-section:first-child, .article-item-body-section:first-child {
		width: 100%;
		min-width: 100%;
		max-width: 100%;
		margin-bottom: 20px;
	}
	
}

@media only screen and (max-width: 700px) {
	
	.column-amount-2 {
		display: block;		
	}
	
	.column-amount-2 .column {
		width: 100%;
		margin-bottom: 30px;
	}
	
	.column-amount-2 .column:last-of-type {
		margin-bottom: 0;
	}

	#client-list li.client-item {
		width: 25%;
	}
	
	/**/
	
	
	.item-body {
		display: block;		
	}

	.inputlayout {
		display: flex;
	}

	.item-body-section, .article-item-body-section,
	.item-body-section:first-child, .article-item-body-section:first-child {
		width: 100%;
		min-width: 100%;
		max-width: 100%;
		margin-bottom: 20px;
	}

	
}

@media only screen and (max-width: 610px) {

	/**/
	.verleih-pruefen .item, .verleih-pruefen .article-item {
		display: block;
	}
	
	.verleih-pruefen .item-body {
		margin: 20px 0 10px 0;
	}
	
	.verleih-pruefen .item-body > * {
		padding: 0;
	}
	
	.verleih-pruefen .item-options, .verleih-pruefen .article-item-options {
		margin: 0;
	}
	
	.verleih-pruefen .item-options {
		text-align: left;
	}	
	/**/

	#client-list li.client-item {
		width: 33.333%;
	}
	
	.item-body {	
		display: block;		
	}
	
	#infoboard-messages .item, #infoboard-messages .article-item {
		display: block;
	}
	
	#infoboard-messages .item-data {
		max-width: 100%;
		padding-right: 0;
	}
	
	#infoboard-messages .item-data div {
		display: inline-block;
		float: none;
		margin: 10px 0 0 10px;
	}
	
	#infoboard-messages .item-body {
		margin-top: 25px;
	}
	
	#infoboard-messages .item-body:after {
		top: -26px;
		left: auto;
		right: 30px;
		width: 1px;
		height: 25px;
	}
	
	#infoboard-messages .item.new-item .item-body:after {
		top: -26px;
	}	
	
	/**/
	
	.notification-bar-body .button-text {
		display: none;
	}
	
}

@media only screen and (max-width: 500px) {

	#client-list li.client-item {
		width: 50%;
	}
	
	/*.form-section {
		display: block;
	}*/
	
}

.form-section label.large {
    min-width: 50%;
    max-width: 50%; 
}



@media only screen and (max-width: 550px) {
    /*.form-section label.large {
        min-width: 150px;
    }*/
}

@media only screen and (max-width: 400px) {
    /*.form-section label.large {
        min-width: 120px;
        max-width: 120px;
    }*/

    .form-section label {
        min-width: 120px;
        max-width: 120px;
    }
}


@media only screen and (max-width: 400px) {
    #client-list li.client-item {
        width: 100%;
    }
}

@media only screen and (max-width: 450px) {
	
	html {
		font-size: 80%;
	}
	
	#nav-control {
		width: 40px;
	}

	#nav-control svg {
		width: 20px;
		height: 20px;
		top: 10px;
		margin-left: -10px;
	}
	
	nav {
		left: -260px;
		padding: 0 40px 0 0;
	}
	
	#page-wrapper {
		left: 40px;
	}
	
	/**/
	
	.item, .article-item {
		display: block;
	}
	
	.item-body {
		margin: 20px 0 10px 0;
	}
	
	.item-body > * {
		padding: 0;
	}
	
	.item-options, .article-item-options {
		margin: 0;
	}
	
	/**/
	
	.notification-bar-body {
		padding: 10px 50px 10px 10px;
	}
	
	.notification-bar-body .note {
		padding: 10px 10px 10px 60px;
		margin: 0;
	}
	
	
}

@media only screen and (max-width: 800px)
.process-steps .column-amount-2 .column {
    width: 100%;
    margin-bottom: 30px;
}


.go-top {
	position: fixed;
	bottom: 2em;
	right: 2em;
	text-decoration: none;
	/*display: none;*/
}

/* Autocomplete */
.ui-autocomplete {
	padding: 4px 8px 3px 8px;
    background-color: #fffdd0;
    color: #656452;
    border: 1px solid #d6d3a7;
    cursor: pointer;
}

.ui-autocomplete .ui-menu-item:hover {
    background-color: #efedbf;
}

.info-legenda {
    margin-top: 30px;
}

.info-legenda li {
    position: relative;
    margin-bottom: 10px;
    padding: 3px 0 3px 40px;
}

.info-legenda li span {
    position: absolute;
    top: 0;
    left: 0;
}

html.busy, html.busy * {  
  cursor: wait !important;  
}

/* ################################################################################################################ */
/* ################################################### LIST 2.0 ################################################### */
/* ################################################################################################################ */

.list-2-0 {
    display: table;
    width: 100%;
}

.list-2-0-item {
    display: table-row;
}

.list-2-0-item-section {
    display: table-cell;
    vertical-align: middle;
    border-top: 1px solid rgb(55, 66, 74);
    padding: 20px 0;
}

.list-2-0-item:last-child .list-2-0-item-section {
    border-bottom: 1px solid rgb(55, 66, 74);
}

.list-2-0-item-section-image-item {
    display: block;
    width: 100px;
    height: 100px;
    background-color: rgba(55, 66, 74, 0.05);
    margin: 0 20px 0 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    text-decoration: none;
    color: inherit;
}

.list-2-0-item-section-title {
    width: 100%;
    max-width: 17vw;
    color: rgb(55, 66, 74);
}

.list-2-0-item-section-title:hover {
    color: rgb(197, 65, 86);
}

/*.list-2-0-item-section-data {
    min-width: 200px;
}*/

.list-2-0-item-id {
    margin: 0 20px 5px 0;
}

.list-2-0-item-title {
    margin: 0 20px 10px 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list-2-0-item-description {
    margin: 0 20px 0 0;
}

.list-2-0-item-data-item {
    margin: 0 20px 5px 0;
    white-space: nowrap;
}

.list-2-0-item-data-item:last-child {
    margin: 0 20px 0 0;
}

.list-2-0-item-input-item {
    margin: 0 20px 0 0;
    display: flex;
    justify-content: left;
    align-items: center;
}

.list-2-0-item-action-item {
    margin: 0;
}

@media only screen and (max-width: 1400px) {

    h3.list-2-0-item-title {
        font-size: 1.25em;
    }

    /*.list-2-0-item-section-data {
        min-width: 150px;
    }*/

}

@media only screen and (max-width: 1000px) {

    .list-2-0 {
        display: block;
    }

    .list-2-0-item {
        display: block;
        padding: 20px 0 10px 120px;
        border-top: 1px solid rgb(55, 66, 74);
        position: relative;
    }

    .list-2-0-item:last-child .list-2-0-item-section {
        border-bottom: none;
    }

    .list-2-0-item:last-child {
        border-bottom: 1px solid rgb(55, 66, 74);
    }

    .list-2-0-item:after {
        content: "";
        display: table;
        visibility: hidden;
        clear: both;
    }

    .list-2-0-item-section {
        display: block;
        padding: 0 0 10px 0;
        border-top: none;
    }

    .list-2-0-item-section-image {
        margin-bottom: 20px;
        width: 100px;
        position: absolute;
        top: 20px;
        left: 0;
    }

    .list-2-0-item-section-title {
        width: auto;
        margin-bottom: 20px;
        max-width: 100%;
    }

    .list-2-0-item-section-data, .list-2-0-item-section-input, .list-2-0-item-section-action {
        float: left;
    }
    
    /* when theres only one section data item then use more space */
	.list-2-0-item-section-title + .list-2-0-item-section-data + .list-2-0-item-section-input {
    	min-width: 0; 
	}
}

@media only screen and (max-width: 800px) {

    .list-2-0-item-section-input {
        clear: both;
    }

}

@media only screen and (max-width: 500px) {

    .list-2-0-item-section-action {
        clear: both;
    }

}

/* when theres only one section data item then use more space */
.list-2-0-item-section-title + .list-2-0-item-section-data + .list-2-0-item-section-input {
    min-width: 300px;
}

#additional-features-button-wrapper {
    display: block;
    position: absolute;
    top: 0;
    right: 120px;
    bottom: 0;
    padding: 12px 12px 10px 10px;
}

#additional-features-button-wrapper button.action-button {
    background-color: #6EBD71;
    color: #D9EFDA;
}

@media only screen and (max-width: 1100px) {
    #additional-features-button-wrapper button.action-button span {
        display: none;
    }
}

/* ####################################### SIDE SLIDE ################################ */

.side-slide-wrapper {
    position: fixed;
    z-index: 10001;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(110, 189, 113, 0.9);
    padding: 0;
    display: block;
    overflow: hidden;
    filter: alpha(opacity=0);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.side-slide-wrapper.active {
    display: block;
    filter: alpha(opacity=100);
    opacity: 1;
    pointer-events: all;
}

.side-slide {
    background-color: #fff;
    position: absolute;
    top: 0;
    right: -600px;
    bottom: 0;
    width: 100%;
    max-width: 600px;
    display: flex;
    flex-direction: column;
    -webkit-transition: right 0.3s ease;
    -moz-transition: right 0.3s ease;
    -o-transition: right 0.3s ease;
    transition: right 0.3s ease;
}

.side-slide-wrapper.active .side-slide {
    right: 0;
}

.side-slide-header {
    position: relative;
    width: 100%;
    padding: 30px;
    color: #6EBD71;
    border-bottom: 1px solid rgba(110, 189, 113, 0.5);
}

.side-slide-body {
    position: relative;
    width: 100%;
    padding: 30px;
    flex-grow: 2;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.side-slide-footer {
    position: relative;
    width: 100%;
    padding: 30px;
    border-top: 1px solid rgba(110, 189, 113, 0.5);
    color: #6EBD71;
    background-color: #E2F2E3;
    display: flex;
    flex-wrap: nowrap;
}

.side-slide-header .close-window svg * {
    fill: #6EBD71;
}

.side-slide .gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 20px 0;
}

.side-slide img.feature-image {
    width: 100%;
    height: auto;
    -webkit-box-shadow: 0px 0px 4px rgba(55, 66, 74, 0.3);
    -moz-box-shadow: 0px 0px 4px rgba(55, 66, 74, 0.3);
    box-shadow: 0px 0px 4px rgba(55, 66, 74, 0.3);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    align-self: center;
}

.side-slide img.feature-image.half-size {
    width: 47%;
    margin: 3% 0;
}

.side-slide hr {
    clear: both;
}

.side-slide p {
    margin: 20px 0;
}

.side-slide-footer a, .side-slide-footer a:hover {
    color: #6EBD71;
    text-decoration: underline;
}

.side-slide-footer svg * {
    fill: #6EBD71;
}

.side-slide-footer .icon-item {
    padding-right: 10px;
}

.side-slide-footer .content-item {
    flex-grow: 2;
}
table.article-data-container-datatable:not(.ui-datepicker-calendar):not(.availability-calendar) tr td {
    padding: 4px 6px;
    border-right: none;
}

table.article-data-container-datatable:not(.ui-datepicker-calendar):not(.availability-calendar) .datavalue {
    font-weight: 500;
    text-align: right;
}

.datanote {
    display: inline-block;
    font-style: italic;
    margin-top: 5px;
}

/* C4 Additionals */
.textright {
	text-align: right !important;
}
/* ################################################################################################################ */
/* ############################################### ITEM WITH VARIANTS ############################################# */
/* ################################################################################################################ */

.item.v2 {
	align-items: flex-start;
 }
 
 .item.v2 .item-image {
 
 }
 
 .item.v2 .item-title {
	color: inherit;
	width: 30vw;
	padding-right: 1em;
 }
 
 .item.v2 .item-title * {
	overflow: hidden;
	text-overflow: ellipsis;
 }
 
 .item.v2 .item-variants {
	flex-grow: 1;
 }
 
 .item.v2 .item-variants h5 {
	display: block;
	margin-bottom: 0.25em;
 }
 
 .item.v2 .item-variants .item-variant {
	background-color: #fff;
	padding: 0.5em 0;
	border-top: 1px solid rgba(55, 66, 74, 0.2);
	margin-bottom: 1em;
	display: flex;
	align-items: flex-start;
 }
 
 .item.v2 .item-variants .item-variant:first-of-type {
	border-top: 0;
	padding-top: 0;
 }
 
 .item.v2 .item-variants .item-variant:last-of-type {
	margin-bottom: 0;
	padding-bottom: 0;
 }
 
 .item.v2 .item-variants .item-variant .item-variant-title {
	width: 10vw;
	min-width: 7.5em;
 }
 
 .item.v2 .item-variants .item-variant .item-variant-title h4:after {
	content: '>';
	font-family: "hybizz_iconsregular";
	margin-left: 0.5em;
 }
 
 .item.v2 .item-variants .item-variant .item-variant-title * {
	overflow: hidden;
	text-overflow: ellipsis;
 }
 
 .item.v2 .item-variants .item-variant .item-variant-title .article-price {
	color: rgb(55, 66, 74);
 }
 
 .item.v2 .item-variants .item-variant .item-variant-data {
	flex-grow: 1;
	padding-left: 1em;
 }
 
 .item.v2 .item-variants .item-variant .item-variant-inputs {
	padding-left: 1em;
	flex-grow: 1;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
 }
 
 .item.v2 .item-variants .item-variant .item-variant-options {
	padding-left: 1em;
 }
 
 .item .article-number {
	background-color: transparent;
	border: 2px dashed rgba(55, 66, 74, 0.2);
 }
 
 @media only screen and (max-width: 1024px) {
 
	.item.v2 {
	   flex-wrap: wrap;
	}
 
	.item.v2 .item-title {
	   width: -webkit-calc(100% - 95px);
	   width: expression(100% - 95px);
	   width: -moz-calc(100% - 95px);
	   width: -o-calc(100% - 95px);
	   width: calc(100% - 95px);
	   flex-grow: unset;
	}
 
	.item.v2 .item-variants {
	   width: 100%;
	   margin-top: 1em;
	   padding-left: 95px;
	}
 
 }
 
 @media only screen and (max-width: 600px) {
 
	.item.v2 .item-variants .item-variant {
	   display: block;
	}
 
	.item.v2 .item-variants .item-variant .item-variant-title {
	   width: auto;
 
	}
 
	.item.v2 .item-variants .item-variant .item-variant-data {
	   padding-left: 0;
	   padding-top: 0.5em;
	}
 
	.item.v2 .item-variants .item-variant .item-variant-inputs {
	   padding-left: 0;
	   padding-top: 0.5em;
	}
 
	.item.v2 .item-variants .item-variant .item-variant-options {
	   padding-left: 0;
	   padding-top: 0.5em;
	}
 
 }
 
 
 /* ################################################################################################################ */
 
/* ################################################################################################################ */
/* ################################################### LIST 2.1 ################################################### */
/* ################################################################################################################ */

.list-2-1 {
}

.list-2-1-item {
   display: flex;
   justify-content: space-between;
   align-items: flex-start;
   padding: 1em 0;
   border-bottom: 1px solid rgb(55, 66, 74);
}

.list-2-1-item:first-of-type {
   border-top: 1px solid rgb(55, 66, 74);
}

.list-2-1-item-image {

}

.list-2-1-item-image .item-image-element {
   display: block;
   width: 100px;
   height: 100px;
   background-color: rgba(55, 66, 74, 0.05);
   margin: 0 20px 0 0;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius: 3px;
   background-position: center center;
   background-repeat: no-repeat;
   background-size: cover;
   text-decoration: none;
   color: inherit;
}

.list-2-1-item-title {
   display: block;
   flex: 0 0 24vw;
   overflow: hidden;
   margin-right: 1em;
}

.list-2-1-item-title * {
   overflow: hidden;
   text-overflow: ellipsis;
}

.list-2-1-item-title .article-number,
.list-2-1-item-title .article-data-badge {
   margin-bottom: 0.5em;
}

a.list-2-1-item-title .item-description {
   color: rgb(55, 66, 74);
}

a.list-2-1-item-title h3 {

}

a.list-2-1-item-title h3:after {
   content: '>';
   font-family: "hybizz_iconsregular";
   margin-left: 0.5em;
}

.list-2-1-item-data {
   flex-grow: 1;
}

.list-2-1-item-data .item-data-container {
   display: flex;
   justify-content: space-between;
   align-items: flex-start;
}

.list-2-1-item-data .item-data-container + .item-data-container {
   margin-top: 1em;
   padding-top: 1em;
   border-top: 1px solid rgba(55, 66, 74, 0.2);
}

.list-2-1-item-data .item-data-container .item-variant-title,
.list-2-1-item-data .item-data-container .item-data-price {
   flex: 0 0 12vw;
   overflow: hidden;
   margin-right: 1em;
   padding-left: 0.5em;
}

.list-2-1-item-data .item-data-container .item-variant-title .article-number,
.list-2-1-item-data .item-data-container .item-variant-title .article-data-badge {
   margin-bottom: 0.5em;
}

.list-2-1-item-data .item-data-container .item-variant-title h4:after {
   content: '>';
   font-family: "hybizz_iconsregular";
   margin-left: 0.5em;
}

.list-2-1-item-data .item-data-container .item-variant-title .article-price {
   color: rgb(55, 66, 74);
}

a.item-variant-title,
a.list-2-1-item-title {
   display: block;
   -webkit-border-radius: 0.75em;
   -moz-border-radius: 0.75em;
   border-radius: 0.75em;
   background-color: #fff;
   padding: 0.5em;
}

a.item-variant-title:hover,
a.list-2-1-item-title:hover {
   /*-webkit-box-shadow: 0 0 0.5em 0 rgba(0, 0, 0, 0.2);
   -moz-box-shadow: 0 0 0.5em 0 rgba(0, 0, 0, 0.2);
   box-shadow: 0 0 0.5em 0 rgba(0, 0, 0, 0.2);*/
   background-color: rgba(197, 65, 86, 0.1);
}

.list-2-1-item-data .item-data-container .item-data-meta {
   flex-grow: 1;
   margin-right: 1em;
}

.list-2-1-item-data .item-data-container .item-data-meta .article-data-container {
   margin-top: 0.5em;
}

.list-2-1-item-data .item-data-container .item-data-inputs {
   margin-right: 1em;
   width: min-content;
}

.list-2-1-item-data .item-data-container .item-data-inputs .input-wrapper {
   width: 6em;
   min-width: unset;
   max-width: unset;
}

.list-2-1-item-data .item-data-container .item-data-inputs .input-label.article-data-container {
   margin: 0.5em 0 0 0;
   white-space: normal;
}

.list-2-1-item-data .item-data-container .item-data-options {

}

@media only screen and (max-width: 1200px) {

   .list-2-1-item-data .item-data-container .item-variant-title,
   .list-2-1-item-data .item-data-container .item-data-price {
      flex: 0 0 20vw;
   }

}

.article-number {
	background-color: transparent;
	border: 2px dashed rgba(55, 66, 74, 0.2);
}

@media only screen and (max-width: 1024px) {

   .list-2-1-item {
      flex-wrap: wrap;
   }

   .list-2-1-item-title {
      width: min-content;
      flex-grow: 1;
      margin-right: 0;
      margin-bottom: 0.5em;
      padding-left: 0.5em;
   }

   .list-2-1-item-data {
      width: 100%;
      padding-left: 120px;
   }

   .list-2-1-item-data .item-data-container .item-variant-title,
   .list-2-1-item-data .item-data-container .item-data-price {
      flex: 0 0 30vw;
   }

}

@media only screen and (max-width: 750px) {

   .list-2-1-item-data .item-data-container {
      flex-wrap: wrap;
   }

   .list-2-1-item-data .item-data-container .item-variant-title,
   .list-2-1-item-data .item-data-container .item-data-price {
      flex: 0 0 100%;
      width: 100%;
      margin-right: 0;
      margin-bottom: 0.5em;
   }

   .list-2-1-item-data .item-data-container .item-data-meta {
      margin-left: 0.5em;
   }

}

@media only screen and (max-width: 650px) {

   .list-2-1-item-data .item-data-container .item-data-meta {
      width: 100%;
   }

   .list-2-1-item-data .item-data-container .item-data-inputs,
   .list-2-1-item-data .item-data-container .item-data-options {
      margin-left: 0.5em;
      margin-top: 0.5em;
   }

}

@media only screen and (max-width: 370px) {

   .list-2-1-item {
      display: block;
   }

   .list-2-1-item-image .item-image-element {
      margin: 0 auto;
   }

   .list-2-1-item-title {
      width: 100%;
      text-align: center;
      margin-top: 1em;
   }

   .list-2-1-item-data {
      padding-left: 0;
   }

   .list-2-1-item-data .item-data-container .item-variant-title,
   .list-2-1-item-data .item-data-container .item-data-price {
      text-align: center;
      width: 100%;
   }

   .list-2-1-item-data .item-data-container .item-data-meta {
      text-align: center;
   }

}

/* ################################################################################################################ */
/* ################################################################################################################ */
/* ################################################################################################################ */
