.mobile-device-on #website-wrapper {
	padding-bottom: 50px;
}

/* Header */
#website-wrapper {
	background-size: cover !important;
}

#website .header {
	background: #fff;
	box-shadow: 0 0 20px 0 rgba(0, 1, 1, 0.15);
	z-index: 1001;
	position: fixed;
	width: 1308px;
	top: 0;
	-webkit-appearance: caret;
	-moz-appearance: caret;
	-o-appearance: caret;
	appearance: caret;
}

#website .header .header-content {
	padding: 16px 0 17px 0;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	transition: all .2s ease-in;
}

#website .header.sticky .header-content {
	padding: 5px 0 10px 0;
}

#website .header ul.meta-menu {
	border-bottom: 1px solid #cfcfcf;
	right: 0;
}

#website .header ul.meta-menu li {
	float: left;
	display: block;
	padding: 9px 19px 9px 22px;
	background: url('../Images/meta-list-delimiter.png') right 14px no-repeat;
	margin-left: 0;
	font-size: 12px;
}

#website .header ul.meta-menu li.third {
	padding-left: 16px;
	padding-right: 18px;
	background: none;
}

#website .header ul.meta-menu li a {
	position: relative;
}

#website .header ul.meta-menu li.first a {
	padding-left: 30px;
}

#website .header ul.meta-menu li.third a {
	padding-left: 20px;
}

#website .header ul.meta-menu li.second a {
	padding-left: 24px;
}

#website span.icon.icon-home2,
#website span.icon.icon-phone2,
#website span.icon.icon-location,
#website span.icon-bubbles2 {
	position: absolute;
	left: 0;
	top: 0;
}

#website .header ul.meta-menu span.icon.icon-phone2 {
	top: 1px;
	left: 7px;
}

#website .header ul.meta-menu li.third span.icon-bubbles2 {
	top: 2px;
}

#website .header ul.meta-menu li a:hover {
	color: #e30613;
}

#website .header ul.meta-menu li.first {
	padding-left: 0;
	padding-right: 18px;
}

#website .header .meta-menu li.language {
	background: none;
	padding: 0;
}

#website .header .meta-menu li.language span {
	font-size: 12px;
	line-height: 15px;
	padding-right: 0;
	color: #808080;
	display: inline-block;
	vertical-align: middle;
}

#website .header .meta-menu li.language span.icon-arrow-down5 {
	font-size: 16px;
	padding-left: 5px;
}

#website .header .meta-menu li.language span.icon {
	padding-right: 0;
}

#website .header ul.meta-menu li > a {
	color: #999999;
	font-size: 12px;
}

#website .header ul.meta-menu li .language-menu {
	cursor: pointer;
	padding: 8px 19px 10px 13px;
	z-index: 3;
}

#website .header ul.meta-menu .language-menu .NO.SPC {
	display: none;
}

#website .header ul.meta-menu .language-menu:hover .NO.SPC {
	display: block;
	background: #fff;
	padding: 5px;
	width: 35px;
	text-align: center;
	left: 3px;
	border: 1px solid #cfcfcf;
	top: 42px;
}

#website .header ul.meta-menu .language-menu:hover .NO.SPC.fr {
	top: 59px;
}

#website .header ul.meta-menu li.login {
	background: #999999;
	font-family: 'open_sansbold', sans-serif;
	padding: 0;
}

#website .header ul.meta-menu li.login a {
	color: #fff;
	font-size: 14px;
	padding: 10px 12px 8px 39px;
	display: block;
	position: relative;
}

#website .header ul.meta-menu li.login a span {
	width: 10px;
	overflow: hidden;
	padding-right: 12px;
	position: absolute;
	left: 17px;
	top: 13px;
}

#website .header ul.meta-menu li.login a i {
	padding-right: 7px;
}

#website .header ul.meta-menu li.shop {
	background: #e30613;
}
#website .header ul.meta-menu li.shop a{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#website .header .main-menu .icon-search2 {
	color: #e30613;
}

#website .header .header-inner-bottom {
	padding-bottom: 20px;
}

#website .header .logo {
	float: left;
	width: 300px;
	max-height: 105px;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#website .header.sticky .logo {
	width: 200px;
}

#website .header .logo a {
	display: block;
}

#website .header .logo a img {
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	display: block;
	height: auto;
	max-height: 105px;
	max-width: 100%;
}

#website .header .main-menu-wrapper {
	float: right;
	padding-top: 80px;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#website .header.sticky .main-menu-wrapper {
	padding-top: 47px;
}

#website .header ul.main-menu {
	display: inline-block;
	vertical-align: middle;
}

#website .header ul.main-menu li {
	display: inline-block;
	padding-right: 20px;
	margin-left: 0;
	margin-right: 10px;
	vertical-align: top;
	position: relative;
}

#website .header ul.main-menu li > .icon {
	cursor: pointer;
	position: absolute;
	top: 5px;
	right: 5px;
}

#website .header ul.main-menu li:hover > span,
#website .header ul.main-menu > li:hover a,
#website .header ul.main-menu > li:hover .icon {
	color: #e30613;
}

#website .header ul.main-menu li:hover > span,
#website .header ul.main-menu li > a:hover {
	text-decoration: none;
}

#website .c-p {
	cursor: pointer;
}

#website .header ul.main-menu li.active > span,
#website .header ul.main-menu li.active a,
#website .header ul.main-menu li.active > .icon,
#website .header ul.main-menu li.current-sub-menu a,
#website .header ul.main-menu li.current-sub-menu > span,
#website .header ul.main-menu li.current-sub-menu .icon {
	color: #e30613;
}

#website .header ul.meta-menu li span {
	font-size: 16px;
}

#website .header ul.main-menu li a,
#website .header ul.main-menu li > span {
	text-transform: uppercase;
	font-family: 'open_sansbold', sans-serif;
	font-size: 15px;
	display: block;
}

#website .header .submenu-outer {
	top: 0;
}

#website .header .submenu-wrapper .submenu-outer .submenu-inner {
	padding: 35px 69px 35px;
	border-top: 1px solid #cfcfcf;
	width: 1170px;
	box-shadow: 0px 10px 20px 0px rgba(0, 1, 1, 0.15);
}

#website .header.sticky .submenu-wrapper .submenu-outer .submenu-inner {
	padding-bottom: 40px;
}

#website .header .submenu-inner {
	display: none;
	width: 100%;
	z-index: 999;
	background: #fff;
	line-height: 70px;
}

#website .header .submenu-inner .level-2 li {
	display: inline-block;
	vertical-align: top;
}

#website .header .submenu-wrapper .submenu-inner .level-2 li {
	width: 281px;
	margin-right: 63px;
}

#website .header .submenu-wrapper .submenu-inner .level-2 li a {
	display: inline-block;
}

#website .header .level-2 > li:nth-child(3n) ~ li {
	margin-top: 25px;
}

#website .header .submenu-wrapper .submenu-inner .level-2 li.last {
	margin-right: 0;
}

#website .header .submenu-wrapper .submenu-inner .level-2 li > .title {
	border-bottom: 1px solid #cfcfcf;
	display: block;
	padding-bottom: 15px;
	font-family: 'open_sansbold', sans-serif;
	font-size: 16px;
	margin-bottom: 10px;
}

#website .header .submenu-wrapper .level-2 li > .level-3 {
	color: #343434;
}

#website .header .submenu-wrapper .level-2 li > .level-3 li {
	margin-bottom: 10px;
	margin-left: 0;
}

#website .header .submenu-wrapper .level-3 li.active > a,
#website .header .submenu-wrapper .level-2 li > .level-3 li a:hover {
	color: #e30613;
}

#website .column-1-inner {
	overflow: hidden;
}

#website .header .submenu-inner input[type="text"] {
	border: none;
	background: #f1f1f1;
	font-size: 16px;
	width: 94%;
	height: 50px;
	padding-left: 5px;
}

#website .header .close-menu {
	cursor: pointer;
	display: none;
	z-index: 999;
	top: 40px;
	right: 85px;
	font-size: 12px;
}

#website .header .close-menu:before {
	content: "\ed6d";
	font-family: 'IcoMoon-Ultimate', sans-serif !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	letter-spacing: 0;
	-webkit-font-feature-settings: "liga";
	-moz-font-feature-settings: "liga=1";
	-moz-font-feature-settings: "liga";
	-ms-font-feature-settings: "liga" 1;
	-o-font-feature-settings: "liga";
	font-feature-settings: "liga";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	right: -16px;
	bottom: 1px;
}

#website .header .search {
	background: url('../Images/delimiter.jpg') left center no-repeat;
	display: inline-block;
	height: 38px;
	width: 94px;
	vertical-align: middle;
}

#website .header .search > span {
	display: block;
	height: 100%;
	cursor: pointer;
}

#website .header .main-menu-wrapper .search span span {
	padding: 8px 0 0 30px;
	display: block;
	color: #e30613;
	font-size: 22px;
}

#website .submenu-inner.search-item button.submit span {
	color: #e30613;
	width: 22px;
	height: 22px;
	display: inline-block;
	font-size: 22px;
	vertical-align: middle;
}

/* Aside contact */
#website .aside-contact {
	position: fixed;
	right: -759px;
	top: 19%;
	z-index: 99999;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

#website .aside-contact.change-position {
	top: 162px;
}

#website .aside-contact.visible-overlay .sticky-contact-wrapper {
	box-shadow: rgba(0, 1, 1, 0.14902) 0 0 20px 0;
}

#website .aside-contact .sticky-contact-wrapper {
	width: 757px;
	background: #fff;
	max-height: 100vh;
	overflow-y: auto;
	margin-left: 2px;
}

#website .aside-contact .sticky-contact-wrapper-inner {
	padding: 22px 38px 32px 28px !important;
}

#website .aside-contact .sticky-contact-wrapper .w-55 {
	width: 54.719%;
	float: left;
	border-right: 1px solid #cfcfcf;
	box-sizing: border-box;
}

#website .aside-contact .sticky-contact-wrapper .w-45 {
	width: 45.281%;
	float: right;
}

#website .aside-contact .sticky-contact-wrapper .w-55 .gc {
	margin-right: 30px;
	padding-left: 0;
	padding-bottom: 34px;
	margin-top: -8px;
}

#website .aside-contact .sticky-contact-wrapper .w-45 .gc {
	padding-left: 32px;
}

#website .required-field-info {
	font-size: 13px !important;
	line-height: 21px !important;
}

#website .aside-contact .contact-person {
	border-bottom: 1px solid #cfcfcf;
	padding-bottom: 20px;
}

#website .aside-contact .sticky-contact-wrapper .contact-person img {
	float: left;
	margin-right: 25px;
}

#website .aside-contact .sticky-contact-wrapper .contact-person .contact-list {
	list-style-type: none;
}

#website .aside-contact .sticky-contact-wrapper .contact-person .contact-list span.icon {
	padding-right: 12px;
	font-size: 16px;
	vertical-align: middle;
}

#website .aside-contact table.contenttable {
	border: none;
	margin: 0;
}

#website .container-inner .contact-list a {
	vertical-align: top;
}

#website .aside-contact .contenttable td {
	padding: 5px 5px 5px 0;
}

#website .aside-contact .contenttable tr {
	background: #fff;
}

#website .icon.icon-arrow-up5.pos-a.special-case {
	left: 18px;
	padding-left: 0 !important;
	top: 24px;
	width: 11px;
}

#website .name,
#website .contact,
#website .partner-name,
#website .address,
#website .city,
#website .working-time,
#website .trade,
#website .working-day,
#website .days-and-time .days,
#website .days-and-time .time {
	display: block;
	line-height: 24px;
	font-size: 15px;
}

#website .google-map .working-time {
	margin-bottom: 15px;
}

#website .aside-contact .sticky-contact-wrapper .contact-person li {
	line-height: 30px;
}

#website .aside-contact .sticky-contact-wrapper .contact-person .name,
#website .aside-contact .sticky-contact-wrapper .contact-person .contact,
#website .aside-contact .sticky-contact-wrapper .contact-person .partner-name,
#website .aside-contact .sticky-contact-wrapper .contact-person .contact-list-email,
#website .aside-contact .sticky-contact-wrapper .working-time {
	font-weight: bold;
}

#website .aside-contact .sticky-contact-wrapper .ce-textpic + .working-hours {
	padding-top: 20px;
	border-top: 1px solid #cfcfcf;
}

#website .aside-contact .sticky-contact-wrapper .working-hours p {
	margin-bottom: 0;
}

#website .note {
	display: block;
	font-size: 13px;
}

#website .days-and-time {
	display: block;
}

#website .days-and-time .days,
#website .days-and-time .time {
	display: inline-block;

}

#website .days-and-time .days {
	width: 70px;
}

#website .aside-contact .sticky-contact-wrapper .contact-form .gender label {
	width: 85px;
}

#website .aside-contact .sticky-contact-wrapper .contact-form .gender input[type="radio"] {
	vertical-align: middle;
	width: 16px;
	height: 16px;
}

#website .aside-contact .sticky-contact-wrapper .contact-form .gender .male {
	margin-right: 39px;
}

#website .aside-contact .sticky-contact-card {
	width: 52px;
	height: 364px;
	left: -52px;
}

#website .aside-contact .sticky-contact-card .rotate {
	display: block;
	font-size: 15px;
	line-height: 52px;
	width: 52px;
	height: 140px;
	overflow: hidden;
	margin-bottom: 1px;
	background: #e30613 url(../Images/flyout-arrow-left.png) 23px 27px no-repeat;
}

#website .aside-contact .sticky-contact-card .rotate-inner {
	font-size: 15px;
	line-height: 15px;
	font-family: 'open_sansbold', sans-serif;
	position: absolute;
	top: 74px;
	left: -7px;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	-sand-transform: rotate(90deg);
	display: block;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: -0.7px;
}

#website .aside-contact .sticky-contact-card .icon-arrow-up5 {
	padding-left: 9px;
}

#website .aside-contact .sticky-contact-card .icon-arrow-up5:before {
	content: "\edca";
}

#website .aside-contact .sticky-contact-card .rotate,
#website .aside-contact .sticky-contact-card .icon-user-2 {
	cursor: pointer;
}

#website .aside-contact .sticky-contact-card .icon-user-2 {
	display: block;
	margin-top: 1px;
	margin-bottom: 1px;
	width: 52px;
	height: 52px;
	font-size: 30px;
	text-align: center;
	line-height: 52px;
	color: #fff;
	background: #e30613 url(../Images/flyout-man-figure.png) 12px 13px no-repeat;
}

#website .aside-contact .sticky-contact-card .social-buttons {
	padding: 14px 12px 7px;
	background: #fff;
	border-left: 1px solid #c2c2c2;
	border-bottom: 1px solid #c2c2c2;
}

#website .aside-contact .sticky-contact-card div.social-buttons div a {
	display: block;
	width: 29px;
	height: 29px;
	margin-bottom: 7px;
	background: transparent url('../Images/social-icons.png') right top no-repeat;
}

#website .aside-contact .sticky-contact-card a.last,
#website .aside-contact .sticky-contact-card .social-buttons p {
	margin-bottom: 0;
}

#website .aside-contact .sticky-contact-card a.twitter {
	background-position: right -36px !important;;
}

#website .aside-contact .sticky-contact-card a.googleplus {
	background-position: right -72px !important;;
}

#website .aside-contact .sticky-contact-card a.youtube {
	background-position: right -108px !important;
}

#website .aside-contact .sticky-contact-card a.instagram {
	background-position: right -144px !important;
}

#website .aside-contact .sticky-contact-card a.pinterest {
	background-position: right -179px !important;
}

#website .aside-contact .sticky-contact-card a:hover {
	background-image: url('../Images/social-icons-hover.png') !important;
	text-decoration: none !important;
}



/* mr 20161220: social icons inside footer-bottom */
#website .footer-bottom .social-buttons {
  float: right;
  padding: 22px 0 0;
}

#website .footer-bottom .social-buttons span a {
	display: block;
	float: left;
	width: 29px;
	height: 29px;
	margin-bottom: 7px;
	margin-right: 12px;
	background: transparent url('../Images/social-icons.png') right top no-repeat;
	height: 28px;
	overflow: hidden;
}

#website .footer-bottom .social-buttons span  a.last,
#website .footer-bottom .social-buttons p {
	margin-bottom: 0;
}

#website .footer-bottom .social-buttons a.twitter {
	background-position: right -36px;
}

#website .footer-bottom .social-buttons a.googleplus {
	background-position: right -72px;
}

#website .footer-bottom .social-buttons a.youtube {
	background-position: right -108px;
}
#website .footer-bottom .social-buttons a.instagram {
	background-position: right -144px;
}
#website .footer-bottom .social-buttons a.pinterest {
	background-position: right -179px !important;
}

#website .footer-bottom .social-buttons a:hover {
	background-image: url('../Images/social-icons-hover.png');
	text-decoration: none !important;
}



.powermail_textarea::-webkit-input-placeholder,
.powermail_input::-webkit-input-placeholder {
	color: #464646;
	font-size: 15px;
	font-family: 'open_sansregular', sans-serif;
	letter-spacing: 0;
}

.powermail_textarea:-moz-placeholder,
.powermail_input:-moz-placeholder {
	font-size: 15px;
	font-family: 'open_sansregular', sans-serif;
	letter-spacing: 0;
}

.powermail_textarea::-moz-placeholder,
.powermail_input::-moz-placeholder {
	font-size: 15px;
	font-family: 'open_sansregular', sans-serif;
	letter-spacing: 0;
}

.powermail_textarea:-ms-input-placeholder,
.powermail_input:-ms-input-placeholder {
	color: #464646;
	font-size: 15px;
	font-family: 'open_sansregular', sans-serif;
	letter-spacing: 0;
}

/* Container */
#website .container-bottom {
	position: relative;
	width: 1141px;
	margin: 0 auto;
}

/* Offset the container if there is a sidebar. */
#website .aside-container ~ .container-bottom {
	margin-left: 263px;
	width: auto;
}

#website .documents-ext.documents-ext-list .document-item {
	background: none;
	padding: 0;
	margin-bottom: 23px;
}

#website .documents-ext.documents-ext-list .document-item:last-child,
#website .documents-ext.documents-ext-list .document-item.last {
	margin-bottom: 0;
}

#website .content-container + .container-bottom {
	margin-top: 94px;
}

#website .container {
	background: url("../Images/content-background.png") repeat 0 0;
	padding: 140px 15px 47px;
}

#website .container .container-inner {
	margin: -280px auto -94px;
	position: relative;
	max-width: 1141px;
}

#website .container .aside-container + .content-container {
	min-height: 685px;
}

#website .container-inner a {
	color: #e30613;
}

#website .container-inner .news .news-list-item a,
#website .container-inner .page-navigation a {
	color: #343434;
}

#website .container .container-outer:after {
	content: "";
	position: absolute;
	top: 140px;
	bottom: 47px;
	#background-image: url('../Images/background.png');
	width: 100%;
	height: 100%;
	z-index: 990;
}

#website .aside-container {
	float: left;
	width: 263px;
	background: #fff;
	box-shadow: 0 0 20px 0 rgba(0, 1, 1, 0.15);
	margin-top: 81px;
	position: relative;
}

#website .aside-container:after {
	background: url(../Images/box-shadow.png) repeat-y;
	display: block;
	content: ".";
	font-size: 0;
	width: 18px;
	height: 100%;
	position: absolute;
	right: -18px;
	top: 0;
	z-index: 90;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}

#website .aside-container .aside-menu li {
	list-style: none;
	margin-left: 0;
}

#website .aside-container .aside-menu li a {
	display: block;
}

#website .aside-container .aside-menu .root-item {
	position: relative;
}

#website .aside-container .aside-menu .root-item-title {
	cursor: pointer;
}

#website .aside-container .aside-menu .root-item .icon {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 14px;
	width: 36px;
	height: 16px;
	font-size: 16px;
	cursor: pointer;
	text-align: center;
}

#website .aside-container .aside-menu .root-item a,
#website .aside-container .aside-menu .root-item span.root-item-title {
	padding: 20px 55px 20px 30px;
	border-bottom: 1px solid #cfcfcf;
	display: block;
	font-family: 'open_sansbold', sans-serif;
	font-size: 16px;
	line-height: 22px;
}

#website .aside-container .aside-menu ul ul {
	display: none;
}

#website .aside-container .aside-menu ul ul.open,
#website .aside-container .aside-menu ul li.active > ul {
	display: block;
}

#website .aside-container .aside-menu .level-2 {
	padding: 23px 30px;
	border-bottom: 1px solid #cfcfcf;
}

#website .aside-container .aside-menu .level-3,
#website .aside-container .aside-menu .level-4 {
	padding: 13px 0 0 36px;
}

#website .aside-container .aside-menu li.first .root-item a,
#website .aside-container .aside-menu li.first .root-item span.root-item-title {
	border-top: none;
}

#website .aside-container .aside-menu .level-2 a {
	font-family: 'open_sansregular', sans-serif;
	font-size: 16px;
	line-height: 16px;
	color: #343434;
}

#website .aside-container .aside-menu .level-2 a:hover,
#website .aside-container .aside-menu .level-2 li.active > a {
	color: #e30613;
}

#website .aside-container .aside-menu .level-1 li .root-item.current .icon-arrow-right5:before {
	content: "\edc9";
}

#website .aside-container .aside-menu .level-2 li {
	margin-bottom: 13px;
}

#website .aside-container .aside-menu .level-2 > li {
	margin-bottom: 25px;
}

#website .content-container {
	padding: 60px 50px 60px 62px;
	background: #fff;
	width: 765px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

#website .content-container .print {
	position: absolute;
	top: 30px;
	right: 30px;
}

#website .content-container .print .icon {
	margin-right: 10px;
	font-size: 15px;
	line-height: 15px;
}

#website .print a.print-button {
	color: #999;
	line-height: 16px;
	vertical-align: top;
}

#website .content-container .bct {
	margin-bottom: 10px;
}

#website .content-container .bct li {
	display: inline-block;
	margin-left: 0;
}

#website .content-container .bct li,
#website .content-container .bct a {
	margin-right: 4px;
}

#website .content-container .bct a:hover {
	text-decoration: underline;
}

#website .content-container .bct li.last {
	margin-right: 0;
}

#website .content-container .bct li a,
#website .content-container .bct li span {
	font-size: 13px;
	color: #999999;
	vertical-align: middle;
	line-height: 13px;
}

#website .content-container .bct li span.icon {
	display: inline;
	vertical-align: middle;
}

/* Footer */
#website .footer {
	background: #fff;
	margin-top: 125px;
}

#website .container + .container-bottom + .footer {
	margin-top: 0;
}

#website .footer .footer-top {
	padding: 52px 85px 0;
}

#website .footer .footer-top ul li {
	margin-left: 0;
	overflow: hidden;
	text-overflow: ellipsis;
}

#website .footer .footer-top ul li a:hover {
	color: #e30613;
}

#website .footer .footer-cell {
	float: left;
}

#website .footer .footer-cell.cell-1 {
	width: 278px;
	margin-right: 92px;
	padding-left: 0;
}

#website .footer .footer-cell {
	width: 165px;
	padding-left: 15px;
	margin-right: 12px;
	vertical-align: top;
}

#website .footer .footer-cell.cell-4 {
	width: 230px;
	margin-bottom: 16px;
}

#website .footer .footer-cell.cell-4 .left {
	float: left;
}

#website .footer .footer-cell.cell-4 .right {
	float: right;
}

#website .footer .footer-cell.cell-5 .h4,
#website .footer .footer-cell.cell-5 h4 {
	visibility: hidden;
}

#website .footer .footer-cell.cell-1 img {
	display: block;
	margin: 0 auto;
	margin-bottom: 25px;
}

#website .footer .footer-cell-column {
	display: inline-block;
}

#website .footer .ce-row {
	display: inline-block;
	vertical-align: top;
}

.footer-row > div.ce-textpic {
  float: left;
  /* width: 70%; */
}

#website .footer .footer-cell-column.last,
#website .footer .ce-row.last,
#website .footer .ce-row:nth-child(2n+2) {
	margin-right: 0;
}

#website .footer .footer-cell .footer-cell-title,
#website .footer .footer-cell .h4,
#website .footer .footer-cell h4 {
	font-family: 'open_sansbold', sans-serif;
	font-weight: normal;
	font-size: 13px;
	margin-bottom: 12px;
	display: block;
}

#website .footer .footer-cell ul li a {
	font-size: 13px;
}

#website .footer .footer-cell ul li a span.icon {
	padding-right: 5px;
}

#website .footer .footer-cell ul li a:before,
#website .footer .footer-cell ul li span:before,
#website .aside-contact .sticky-contact-wrapper a:before,
#website .aside-contact .sticky-contact-wrapper span:before,
#website .aside-contact .social-buttons a:before,
#website .aside-contact .social-buttons span:before,
#website a.mail:before,
#website a.locationLink:before,
#website .phone:before,
#website .fax:before,
#website .news a.mail:before {
	font-size: 16px;
	padding-right: 5px;
	font-family: 'IcoMoon-Ultimate', sans-serif !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	letter-spacing: 0;
	-webkit-font-feature-settings: "liga";
	-moz-font-feature-settings: "liga=1";
	-moz-font-feature-settings: "liga";
	-ms-font-feature-settings: "liga" 1;
	-o-font-feature-settings: "liga";
	font-feature-settings: "liga";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #e30613;
	vertical-align: middle;
}

#website .kettensymbol:before,
#website .view-online:before,
#website a.locationLink:before,
#website .ce-bodytext a:not(.button):before,
#website .ce-bodytext span:before,
#website .aside-contact .sticky-contact-wrapper a:before,
#website .aside-contact .sticky-contact-wrapper span:before,
#website .aside-contact .social-buttons a:before,
#website .aside-contact .social-buttons span:before,
#website a.mail:before {
	position: absolute;
	left: 0;
	top: 2px;
}

#website .view-online,
#website .kettensymbol,
#website a.locationLink,
#website .fax,
#website .phone,
#website .mail {
	padding-left: 23px;
	position: relative;
	font-size: 14px;
	line-height: 18px;
}

#website .view-online {
	padding-left: 29px;
}

#website .view-online:before {
	top: 2px;
}

#website .footer .fax {
	font-size: 13px;
}

#website .footer a.locationLink {
	padding-top: 3px;
	line-height: 30px;
}

#website .footer a.locationLink:before {
	font-size: 20px !important;
}

#website .fax:before {
	content: "\ea68";
	position: absolute;
	left: 0;
	top: 0;
}

#website .phone:before {
	content: "\ea1d";
}

#website a.mail:before {
	content: "\ea30";
}

#website a.locationLink:before {
	content: "\ea38";
}

#website a.mail,
#website a.locationLink {
	color: #e30613 !important;
}

#website .footer .footer-menu li,
#website .footer .footer-bottom li {
	display: inline-block;
	margin-right: 24px;
	padding: 22px 0 26px 0;
	letter-spacing: 0.3px;
	margin-left: 0;
}

#website .footer .footer-menu li a,
#website .footer .footer-bottom li a {
	font-size: 12px;
}

#website .footer .footer-menu li a:hover,
#website .footer .footer-bottom li a:hover {
	color: #e30613;
}

#website .footer .back-to-top {
	display: block;
	width: 58px;
	height: 58px;
	background: #e30613;
	right: 7px;
	top: 5px;
	cursor: pointer;
}

#website .footer .back-to-top:hover {
	text-decoration: none;
}

#website .footer .back-to-top .icon {
	height: 16px;
	width: 16px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	font-size: 16px;
	color: #fff;
	position: absolute;
}

#website .footer .back-to-top:hover {
	background-color: #c30000;
}

.fancybox-inner .tx-powermail.example {
	padding: 20px;
	max-width: 950px;
}

.fancybox-inner input {
	margin-bottom: 0;
}

.fancybox-inner .h3, .fancybox-inner .h3 a,
.fancybox-inner h3, .fancybox-inner h3 a {
	font-size: 18px;
	line-height: 32px;
	font-family: 'open_sansbold', sans-serif;
	margin-bottom: 15px;
}

.fancybox-inner p {
	font-size: 15px;
	line-height: 24px;
	font-family: 'open_sansregular', sans-serif;
	color: #464646;
	margin-bottom: 30px;
}

.fancybox-inner .form-item {
	margin-bottom: 10px;
}

.fancybox-inner .note {
	display: block;
}

.fancybox-inner label {
	vertical-align: middle;
}

.fancybox-inner .button {
	font-size: 14px;
	cursor: pointer;
	padding: 14px 52px 11px 19px;
	display: inline-block;
	text-transform: uppercase;
	font-weight: 700;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	border: 2px solid #464646;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	font-family: 'open_sansbold', sans-serif !important;
	overflow: hidden;
	background: #464646;
	color: #fff;
	text-decoration: none !Important;
}

.fancybox-inner .button:hover:before {
	right: 20px;
}

.fancybox-inner .button:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.fancybox-inner .button:before {
	font-family: 'IcoMoon-Ultimate', sans-serif !important;
	content: "\edde";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	position: absolute;
	font-size: 15px;
	color: #fff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	height: 15px;
	top: 0;
	bottom: 0;
	margin: auto;
	right: -30px;
}

/* Responsive style */
.wb-responsive-menu-wrapper {
	float: right;
	display: none;
	padding-top: 10px;
}

.wb-button {
	width: 52px;
	height: 40px;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}

#website .wb-button.menu {
	background: url('../Images/responsive_menu.png') center center no-repeat;
}

#website .wb-button.search {
	background: url('../Images/responsive_search.png') center center no-repeat;
	height: 40px;
}

#website .wb-button.menu.active,
.wb-button.close {
	background: url('../Images/responsive_close.png') center center no-repeat !important;
}

.wb-responsive-menu .wb-button.close {
	float: right;
}

.wb-button + .wb-button {
	margin-left: 12px;
}

.wb-responsive-menu {
	width: 100%;
	box-sizing: border-box;
	padding: 10px 15px 0 15px;
	position: fixed;
	top: 0;
	right: -100%;
	z-index: 999999;
	background: #fff;
	min-height: 100%;
	overflow-y: auto;
}

.wb-responsive-menu.show-menu {
	right: 0;
}

.wb-responsive-menu::-webkit-scrollbar {
	display: none;
}

.wb-responsive-search {
	background: #f1f1f1;
	position: fixed;
	top: 85px;
	right: 0;
	width: 100%;
	z-index: 998;
	padding: 12px 50px 12px 10px;
	box-sizing: border-box;
}

.wb-responsive-search-type-2 {
	margin: 14px -15px 0;
	position: relative;
}

.wb-responsive-search-type-2 input[type=text] {
	border: 0 !important;
	background: #f1f1f1;
	line-height: 20px;
	height: auto;
	margin-bottom: 0 !important;
	padding: 16px 50px 16px 17px;
}

.wb-responsive-search-type-2 button.submit {
	text-align: left;
	display: inline-block;
	position: absolute;
	right: 0;
	top: 0;
	outline: none;
	padding: 16px 0;
	font-size: 15px;
	line-height: 20px;
	width: 40px;
}

.wb-responsive-wrapper.sticky-responsive .wb-responsive-search {
	top: 67px;
}

.pushed-element {
	-webkit-transition: all 1s cubic-bezier(.16, .68, .43, .99);
	-moz-transition: all 1s cubic-bezier(.16, .68, .43, .99);
	-o-transition: all 1s cubic-bezier(.16, .68, .43, .99);
	transition: all 1s cubic-bezier(.16, .68, .43, .99);
}

#website {
	position: relative;
	left: 0;
}

#wb-overlay {
	background-color: #000;
	bottom: 0;
	display: none;
	left: 0;
	opacity: 0.5;
	filter: alpha(opacity=50);
	position: fixed;
	right: 0;
	top: 0;
	cursor: pointer;
	z-index: 9999;
}

.wb-responsive-menu li {
	list-style: none;
	border-bottom: 1px solid #b1b1b1;
	position: relative;
}

.wb-responsive-menu li a,
.wb-responsive-menu .wb-main-menu > li > span {
	padding: 20px 43px 20px 0;
	display: block;
}

.wb-responsive-menu li.last {
	border-bottom: none;
}

.wb-responsive-menu .wb-main-menu > li > a,
.wb-responsive-menu .wb-main-menu > li > span {
	color: #000;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	text-decoration: none;
	font-family: 'open_sansbold', sans-serif;
}

.wb-responsive-menu .wb-submenu .wb-submenu-first > .icon.icon-arrow-left5 {
	position: absolute;
	color: #db2224;
	cursor: pointer;
	width: 22px;
	height: 61px;
	display: inline-block;
	line-height: 60px;
	text-align: center;
	font-size: 20px;
	top: 0;
	left: 0;
}

.wb-responsive-wrapper .c-p {
	cursor: pointer;
}

.wb-responsive-menu .meta-menu a:hover {
	text-decoration: none !important;
}

.wb-responsive-menu .meta-menu a:hover * {
	color: #db2224;
}

.tx-srlanguagemenu.tx-srlanguagemenu-links:hover span,
.wb-responsive-menu li .level-4 li.active > a,
.wb-responsive-menu li .level-4 li:hover > a,
.wb-responsive-menu li .level-3 li.active > a,
.wb-responsive-menu li .level-3 li:hover > a,
.wb-responsive-menu .wb-main-menu > li.active *,
.wb-responsive-menu .wb-main-menu > li:hover *,
.wb-submenu.active > span,
.wb-submenu.active > span:hover,
.wb-submenu.active .wb-submenu-first > span,
.wb-submenu.active .wb-submenu-first > span:hover,
.wb-responsive-menu .wb-submenu > a {
	color: #db2224;
	text-decoration: none !important;
}

.wb-responsive-menu .wb-submenu > a,
.wb-responsive-menu .wb-submenu > span,
.wb-responsive-menu .wb-submenu .wb-submenu-first > span {
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	text-decoration: none;
	font-family: 'open_sansbold', sans-serif;
	display: block;
	padding: 21px 0 20px 30px;
}

.wb-responsive-menu .wb-submenu {
	display: none;
}

.wb-responsive-menu .wb-submenu .level-2 {
	border-top: 1px solid #b1b1b1;
}

.wb-submenu.active,
.wb-responsive-menu .wb-submenu .level-2 li span,
.wb-responsive-menu .wb-submenu .level-2 > li.active > ul {
	display: block;
}

.wb-responsive-menu .wb-submenu .level-2 li span,
.wb-responsive-menu .wb-submenu .level-2 li a {
	color: #000;
	text-decoration: none;
	font-size: 15px;
	line-height: 20px;
	font-family: 'open_sansbold', sans-serif;
}

.wb-responsive-menu .wb-submenu .level-2 > li > span {
	padding: 20px 20px 20px 0;
	cursor: pointer;
}

.wb-responsive-menu .wb-submenu .level-2 > li.has-subpage {
	background: url("../Images/resp-menu-arrow-right.png") right 20px no-repeat;
}

.wb-responsive-menu .wb-submenu .level-2 > li.active {
	background: url("../Images/resp-menu-arrow-down.png") right 20px no-repeat;
}

.wb-responsive-menu .wb-main-menu > li .icon.icon-arrow-down5,
.wb-responsive-menu .wb-submenu .level-2 > li > .icon.icon-arrow-down5 {
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 110px;
}

.wb-responsive-menu .wb-main-menu > li .icon.icon-arrow-down5 {
	width: 40px;
	height: 60px;
	display: inline-block;
	line-height: 60px;
	text-align: center;
	font-size: 20px;
	top: 0;
}

.wb-responsive-menu .wb-submenu .level-2 > li.active > .icon.icon-arrow-down5 {
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
	text-align: right;
	line-height: 60px;
}

.wb-responsive-menu .wb-submenu .level-3 {
	border-top: 1px solid #b1b1b1;
	padding: 10px 0 10px 30px;
	display: none;
}

.wb-responsive-menu .wb-submenu .level-3 li {
	border-bottom: none;
}

.wb-responsive-menu .wb-submenu .level-3 li a {
	padding: 10px 0;
	font-family: 'open_sansregular', sans-serif;
	font-size: 14px;
	line-height: 18px;
}

.wb-responsive-menu .wb-submenu .level-4 {
	padding-left: 25px;
	display: none;
}

.wb-main-menu {
	border-bottom: 1px solid #b1b1b1;
}

.wb-responsive-menu .meta-menu .language {
	padding: 19px 13px 19px 0;
	cursor: pointer;
}

.wb-responsive-menu .meta-menu .language .CUR,
.wb-responsive-menu .meta-menu a {
	text-decoration: none;
	font-family: 'open_sansregular', sans-serif;
	font-size: 16px;
	color: #999;
	line-height: 20px;
}

.wb-responsive-menu .meta-menu .language .CUR {
	display: inline-block;
	vertical-align: top;
}

.wb-responsive-menu .meta-menu .language .NO {
	color: #fff;
	box-sizing: border-box;
	margin-top: 10px;
	cursor: pointer;
	padding-left: 22px;
	display: none;
}

#website .aside-contact .sticky-contact-card.responsive .social-buttons,
.wb-responsive-menu .meta-menu .language .NO a {
	padding: 0;
}

.wb-responsive-menu .meta-menu a {
	line-height: 18px;
}

.wb-responsive-menu .meta-menu .language .CUR span:hover,
.wb-responsive-menu .meta-menu .language .NO a:hover {
	color: #db2224;
}

.wb-responsive-menu .meta-menu span {
	color: #999;
	margin-right: 10px;
	cursor: pointer;
	vertical-align: middle;
}

.wb-responsive-menu .buton-close-placeholder {
	height: 30px;
	position: relative;
}

.wb-responsive-menu .buton-close-placeholder .wb-button {
	width: auto;
	height: auto;
	font-size: 30px;
	line-height: 30px;
	color: #db2224;
}

/* Aside contact */
#website .aside-contact .sticky-contact-card.responsive {
	display: none;
	height: auto;
	margin-top: 20px;
	width: auto;
}

#website .aside-contact .sticky-contact-card.responsive .social-buttons span {
	float: left;
	display: block;
	margin-right: 15px;
}

#website .service-teaser .service-teaser-right.responsive {
	display: none;
}

#website .aside-contact .sticky-contact-card .icon-arrow-up5:before,
#website .aside-contact span.icon-user:before {
	position: static;
	color: #fff;
	padding-right: 0;
}

.fancybox-title .h2,
.fancybox-title h2 {
	font-size: 20px;
	margin-bottom: 15px;
	color: #2E2E2E;
	line-height: 25px;
	font-family: 'open_sansbold', sans-serif;
}

.fb-close-button {
	top: 0 !important;
	right: 0 !important;
	height: 50px !important;
	width: 50px !important;
	background: url("../Images/fancybox-close.png") rgba(255, 255, 255, 0.5) center center no-repeat !important;
}

.fancybox-title-inside-wrap,
.fancybox-title-over-wrap {
	background: rgba(255, 255, 255, 0.7) !important;
	width: 100% !important;
	box-sizing: border-box !important;
	text-align: center !important;
	color: #000 !important;
	font-size: 16px !important;
	line-height: 25px !important;
	padding: 15px 20% !important;
	font-family: 'open_sansregular' , sans-serif !important;
}

a.fancybox-prev {
	left: 0 !important;
}

.fancybox-close.fb-close-button,
.fancybox-desktop a.fancybox-nav {
	opacity: 0.9 !important;
}

.fancybox-close.fb-close-button:hover,
.fancybox-desktop a.fancybox-nav:hover {
	opacity: 1 !important;
}

a.fancybox-prev span,
a.fancybox-next span {
	background: blue;
	width: 60px !important;
	height: 80px !important;
}

a.fancybox-prev span {
	background: url("../Images/fancybox-left-arrow.png") center center no-repeat !important;
	background-image: url(../Images/keyvisual-left.png) !important;
	margin-left: -4px !important;
}

a.fancybox-next {
	right: 0 !important;
}

a.fancybox-next span {
	background: url("../Images/fancybox-right-arrow.png") center center no-repeat !important;
	background-image: url(../Images/keyvisual-right.png) !important;
	margin-right: -4px !important;
}

#website input.parsley-success {
	background: url("../Images/green-checkmark.png") center right no-repeat;
}

#website input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px white inset;
}

#website .brands-slider-wrapper {
	position: relative;
	background: #fff;
	margin-bottom: 40px;
}

#website .brands-slider-wrapper .controls {
	position: absolute;
	top: 40%;
	left: 10px;
	font-size: 25px;
	color: #999;
}

#website .brands-slider-wrapper .controls:hover {
	text-decoration: none;
	color: #e30613;
}

#website .brands-slider-wrapper .next {
	left: auto;
	right: 10px;
}

#website .brands-slider-wrapper .brands-slider-item .brand-wrap {
	display: table;
	margin: auto;
}

#website.js-off .brands-slider-wrapper .brands-slider-item:nth-child(3) ~ .brands-slider-item {
	display: none;
}

#website .brands-slider-wrapper .brands-slider-item {
	padding: 5px;
	vertical-align: middle;
	display: inline-block;
}

#website .brands-slider-wrapper .brands-slider img {
	max-width: 100% !important;
	display: block;
	height: auto;
}

/* */
.responsive-footer {
	left: 0;
	width: 100%;
	bottom: 0;
	background-color: #E30613;
	color: #fff;
	display: none;
	min-width: 320px;
	z-index: 2001;
}

.responsive-footer ul li {
	text-align: center;
	float: left;
	width: 50%;
	display: block;
	z-index: 1000;
}

.responsive-footer ul li a {
	color: #fff;
	text-decoration: none;
	display: block;
	font-size: 14px;
	font-family: 'open_sansbold', sans-serif;;
	line-height: 20px;
	padding: 15px 0;
}

.responsive-footer ul li .link-inner-wrap {
	padding-left: 20px;
	display: inline-block;
}

.responsive-footer ul li a:hover span {
	text-decoration: underline;
}

.responsive-footer ul li + li a {
	box-shadow: inset 1px 0 #dcdcdc;
}

.responsive-footer ul li .icon {
	position: absolute;
	left: 0;
	top: 50%;
	overflow: hidden !important;
	margin-top: -7px;
}

#website .sz_confirm_download .sz-download-list .download {
	font-size: 15px;
}


#website .sz_confirm_download .sz-download-list .download-item-title{
	font-weight: bold;
}

.show-important {
	display: block !important;
}

ul.level-3 a {
	margin-right: 20px;
}

ul.level-3 span.show-sublevel {
	width: 29px;
	height: 37px;
	position: absolute;
	top: 0;
	right: 0;
	background: url('../Images/resp-menu-arrow-right.png') 8px center no-repeat;
	cursor: pointer;
}

ul.level-3 span.show-sublevel.active {
	background: url('../Images/resp-menu-arrow-down.png') 8px center no-repeat;
}


#website .hlz-ceteaser-wrapper {
	text-align: center;
	position: relative;
	margin: 20px 0 40px;
}

#website .hlz-ceteaser-wrapper a {
	color: #fff;
	font-family: 'open_sansbold' !important;
	background-color: #e30613;
	display: inline-block;
	padding: 10px 30px 10px 50px;
	border-radius: 6px;
	font-size: 16px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	border: 2px solid #e30613;
	text-decoration: none !important;
	cursor: pointer;
	outline: none;
	position: relative;
	overflow: hidden;
}

#website .hlz-ceteaser-wrapper a:hover {
	background-color: #fff;
	color: #e30613;
}

#website .hlz-ceteaser-wrapper a:before {
	content: "";
	display: inline-block !important;
	background-image: url('../Images/icons/Icon_Ecommerce_Banner.svg');
	background-size: 28px 28px;
	height: 28px;
	width: 28px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 10px;
	padding-right: 0 !important;

	overflow: hidden;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
#website .hlz-ceteaser-wrapper a:hover:before{
	color: #e30613;
}
