/* ---------------------------------------------------------
   1. Embedded fonts styles
   2. General reset
   3. Common site styles
   4. Custom form styles
   5. Styles for responsive breakpoints
   ---------------------------------------------------------*/

/* ---------------------------------------------------------
   1. Embedded fonts styles
   ---------------------------------------------------------*/

@font-face {
	font-family: "icomoon";
	src: url("/_Resources/Static/Packages/IDS.Responsive/Libraries/fonts/icomoon/icomoon20221006.eot?hybvu");
	src: url("/_Resources/Static/Packages/IDS.Responsive/Libraries/fonts/icomoon/icomoon20221006.eot?hybvu#iefix") format("embedded-opentype"), url("/_Resources/Static/Packages/IDS.Responsive/Libraries/fonts/icomoon/icomoon20221006.ttf?hybvu") format("truetype"), url("/_Resources/Static/Packages/IDS.Responsive/Libraries/fonts/icomoon/icomoon20221006.woff?hybvu") format("woff"), url("/_Resources/Static/Packages/IDS.Responsive/Libraries/fonts/icomoon/icomoon20221006.svg?hybvu#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-chevron-right:before {
	content: "\e900";
}
.icon-chevron-left:before {
	content: "\e901";
}
.icon-facebook:before {
	content: "\e902";
}
.icon-googleplus:before {
	content: "\e903";
}
.icon-pinterest:before {
	content: "\e904";
}
.icon-twitter:before {
	content: "\e905";
}
.icon-instagram:before {
	content: "\ea92";
}
.icon-chevron-down:before {
	content: "\e906";
}
.icon-keyboard_backspace:before {
	content: "\e907";
}
.icon-search:before {
	content: "\e908";
}
.icon-chevron-up:before {
	content: "\e909";
}
.icon-close:before {
	content: "\e90a";
}
.icon-check:before {
	content: "\e90b";
}
.icon-shopping_cart:before {
	content: "\e90c";
}
.icon-mail:before {
	content: "\e90d";
}
.icon-flip_to_back:before {
	content: "\e90e";
}
.icon-phone:before {
	content: "\e90f";
}
.icon-supervisor_account:before {
	content: "\e910";
}
.icon-sort:before {
	content: "\e911";
}
.icon-view_module:before {
	content: "\e912";
}
.icon-arrow_upward:before {
	content: "\e913";
}
.icon-arrow_forward:before {
	content: "\e914";
}
.icon-arrow_downward:before {
	content: "\e915";
}
.icon-arrow_back:before {
	content: "\e916";
}
.icon-trending_flat:before {
	content: "\e917";
}
.icon-keyboard_arrow_up:before {
	content: "\e918";
}
.icon-keyboard_arrow_right:before {
	content: "\e919";
}
.icon-keyboard_arrow_left:before {
	content: "\e91a";
}
.icon-keyboard_arrow_down:before {
	content: "\e91b";
}
.icon-videocam:before {
	content: "\e91c";
}
.icon-place:before {
	content: "\e91d";
}
.icon-mode_edit:before {
	content: "\e91e";
}
.icon-desktop_windows:before {
	content: "\e91f";
}
.icon-file_upload:before {
	content: "\e920";
}
.icon-download:before {
	content: "\e921";
}
.icon-add:before {
	content: "\e922";
}
.icon-delete:before {
	content: "\e923";
}
.icon-leaf:before {
	content: "\e924";
}
.icon-flake:before {
	content: "\e925";
}



/* leaf grün einfärben, hover effekt beibehalten */

.sidebox-list li > a [class^="icon-leaf"] {
	color: #68b500;
}

.icon-leaf + strong.title {
	color: #68b500;
}

.sidebox-list li.s-style-icon-leaf > a:hover {
	background: #68b500
}

/* flake rot einfärben, hover effekt beibehalten */

.sidebox-list li.s-style-icon-flake > div > span.icon-flake {
	color: #ea002a;
}


.sidebox-list li > a [class^="icon-flake"] {
	color: #ea002a;
}

.icon-flake + strong.title {
	color: #ea002a;
}

.sidebox-list li.s-style-icon-flake > a:hover {
	background: #ea002a
}

/* ---------------------------------------------------------
   2. General reset
   ---------------------------------------------------------*/

.main-nav,
.main-nav > li > .nav-drop > .container-wrap > div > .inner-main-nav,
.main-nav > li > .nav-drop > .container-wrap > div > .inner-main-nav > li > .inner-nav-drop > .inner-main-nav,
.cycle-gallery .pagination ul,
.slick-dots,
.content-list,
.check-list,
.download-list,
.checklist,
.array-list,
.vertical-list,
.boxes-holder,
.sidebox-list,
.database-holder .access-controls,
.info-list,
.fd-list,
.inline-list,
.extra-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
.order-holder .section:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

/* ---------------------------------------------------------
   3. Сommon site styles
   ---------------------------------------------------------*/

.sticky-wrap.fixed-position #header:after {
	background: #fff !important;
}

/* header styles */

#header {
	padding: 5px 0;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 100;
	min-height: 55px; /* ---------------------------------------------------------
   5. Styles for Responsive web design
   ---------------------------------------------------------*/ /* styles for screens 786px wide and larger */
}

#formtop {
	display: block;
	position: relative;
	top: -250px;
	visibility: hidden;
}

#header.fixed-position {
	box-shadow: 0 0 6px rgba(153, 153, 153, .6);
}

#header.fixed-position:after {
	background: #fff !important;
}

#header:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #fff;
	z-index: -1;
	-webkit-transition: background .4s linear;
	transition: background .4s linear;
}

#main {
	padding-top: 55px;
}

#content .intro-post a:not(.btn):not(.opener),
#content .sidebox-text .text-block a:not(.btn):not(.opener) {
	padding: 0 2px 3px;
	background: #fffccc;
	-webkit-transition: border .3s linear;
	transition: border .3s linear;
	color: #404040;
}

.top-header {
	/* styles for screens 992px wide and larger */
}



/* page logo styles */

.logo-block {
	width: 45px;
	padding: 0 0 2px;
	position: relative;
	z-index: 1;
	-webkit-transition: width .3s linear;
	transition: width .3s linear;
}

.logo-block a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.logo-block img {
	width: 100%;
}

.nav-opener {
	position: absolute;
	left: 15px;
	top: 10px;
	line-height: 1;
}

.nav-opener:hover {
	text-decoration: none;
}

.nav-opener .opener {
	width: 18px;
	height: 12px;
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.chrome .nav-opener .opener {
	top: -1px;
}

.nav-opener .opener:before,
.nav-opener .opener:after,
.nav-opener .opener span {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 1px;
	background: #404040;
	height: 2px;
	margin: -1px 0 0;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.nav-opener .opener:before,
.nav-opener .opener:after {
	content: "";
	top: 50%;
}

.nav-opener .opener:after {
	top: auto;
	bottom: 0;
}

.nav-opener .opener:hover:before,
.nav-opener .opener:hover:after,
.nav-opener .opener:hover span {
	background: #000;
}

.nav-opener .opener-text {
	display: inline-block;
	vertical-align: middle;
	text-transform: uppercase;
	font: 600 17px/1 "Roboto Condensed", Arial, Helvetica, sans-serif;;
	padding: 2px 0 0 5px;
}

[class^="nav-active"] {
	overflow: hidden;
}

.resize-active * {
	-webkit-transition: none !important;
	transition: none !important;
}

.active > .has-drop-down-a:before,
.active > .has-drop-down-a:after {
	opacity: 1 !important;
	visibility: visible !important;
	-webkit-transition: opacity .3s linear .3s, visibility .3s linear .3s;
	transition: opacity .3s linear .3s, visibility .3s linear .3s;
}

.active .nav-opener {
	color: #b79e4b;
}

.nav-header:before,
.nav-header:after {
	content: none !important;
}

.nav-drop {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	background: #fff;
	top: 0;
}

.overlay {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: -1;
	background: rgba(51, 51, 51, .9);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	-webkit-transition: opacity .4s linear, visibility .3s linear;
	transition: opacity .4s linear, visibility .3s linear;
}

.main-nav > li {
	text-transform: uppercase;
	font: 600 17px/1 "Roboto Condensed", Arial, Helvetica, sans-serif;;
	display: none;
}

.main-nav > li.menu-nav {
	display: block;
}

.main-nav > li.menu-nav > .nav-drop > .container-wrap > div > .inner-main-nav > li {
	text-transform: uppercase;
}

.main-nav > li.menu-nav > .nav-drop > .container-wrap > div > .inner-main-nav > li > a {
	color: #505050;
}

.main-nav > li.has-drop-down.active .overlay {
	visibility: visible;
	opacity: 1;
	pointer-events: auto;
}

.main-nav > li.current > a {
	color: #b79e4b;
	box-shadow: inset 0 -2px 0 #b79e4b;
}

.main-nav > li > a {
	z-index: 1;
}

.main-nav > li > .has-drop-down-a:before,
.main-nav > li > .has-drop-down-a:after {
	content: "";
	opacity: 0;
	visibility: hidden;
	height: 0;
	width: 0;
	border-bottom: 13px solid #e5e5e5;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	position: absolute;
	top: 100%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	left: 10px;
	z-index: 1;
	margin: 42px 0 0;
}

.main-nav > li > .has-drop-down-a:after {
	height: 0;
	width: 0;
	border-bottom: 13px solid #fff;
	border-left: 11px solid transparent;
	border-right: 11px solid transparent;
	margin-top: 43px;
}

.main-nav > li > .nav-drop > .container-wrap {
	background: #fff;
	padding: 85px 0 0;
	overflow: hidden;
}

.main-nav > li > .nav-drop > .container-wrap > div {
	border: 1px solid #e5e5e5;
	border-width: 1px 0 0;
	position: relative;
}

.main-nav > li > .nav-drop > .container-wrap > div > .inner-main-nav {
	position: relative;
	padding: 0 0 36px;
}

.main-nav > li > .nav-drop > .container-wrap > div > .inner-main-nav:first-child:not(:last-child) > li:first-of-type {
	border-top-width: 0;
}

.main-nav > li > .nav-drop > .container-wrap > div > .inner-main-nav:last-of-type {
	padding-bottom: 10px;
}

.main-nav > li > .nav-drop > .container-wrap > div > .inner-main-nav > li {
	font-size: 15px;
	border: 1px solid #e5e5e5;
	border-width: 0 0 1px;
}

.main-nav > li > .nav-drop > .container-wrap > div > .inner-main-nav > li:first-of-type {
	border-width: 1px 0;
}

.main-nav > li > .nav-drop > .container-wrap > div > .inner-main-nav > li.link-box-holder > .link-box {
	margin: 2px -7px 0 auto;
	display: block;
	padding: 15px;
	color: #a0a0a0;
	max-width: 312px;
	border: 1px solid #e5e5e5;
}

.main-nav > li > .nav-drop > .container-wrap > div > .inner-main-nav > li.link-box-holder > .link-box .description-content {
	line-height: 1.385;
	color: inherit;
}

.main-nav > li > .nav-drop > .container-wrap > div > .inner-main-nav > li.link-box-holder > .link-box .bg-stretch.centered {
	background-position: 50% 70%;
}

.main-nav > li > .nav-drop > .container-wrap > div > .inner-main-nav > li.link-box-holder .top-headline {
	display: block;
	border: 1px solid #e5e5e5;
	border-width: 0 0 1px;
	padding: 0 0 15px;
	color: inherit;
}

.main-nav > li > .nav-drop > .container-wrap > div > .inner-main-nav > li.has-drop-down.active > a:after {
	content: "\e909";
}

.main-nav > li > .nav-drop > .container-wrap > div > .inner-main-nav > li.has-drop-down > a:after {
	content: "\e906";
	position: absolute;
	right: 0;
	top: 11px;
	font: 13px/1 "icomoon";
}

.main-nav > li > .nav-drop > .container-wrap > div > .inner-main-nav > li.active > a,
.main-nav > li > .nav-drop > .container-wrap > div > .inner-main-nav > li a:hover {
	color: #b79e4b;
}

.main-nav > li > .nav-drop > .container-wrap > div > .inner-main-nav > li > a {
	color: #a0a0a0;
	display: block;
	padding: 12px 20px 9px 0;
	position: relative;
}

.main-nav > li > .nav-drop > .container-wrap > div > .inner-main-nav > li > .inner-nav-drop {
	display: none;
}

.main-nav > li > .nav-drop > .container-wrap > div > .inner-main-nav > li > .inner-nav-drop > .inner-main-nav {
	border: 1px solid #e5e5e5;
	border-width: 1px 0 0;
}

.main-nav > li > .nav-drop > .container-wrap > div > .inner-main-nav > li > .inner-nav-drop > .inner-main-nav > li {
	text-transform: none;
	font: 400 16px/1.2 "Wonder Unit Sans", Arial, Helvetica, sans-serif;
}

.main-nav > li > .nav-drop > .container-wrap > div > .inner-main-nav > li > .inner-nav-drop > .inner-main-nav > li.active > a,
.main-nav > li > .nav-drop > .container-wrap > div > .inner-main-nav > li > .inner-nav-drop > .inner-main-nav > li > a:hover {
	color: #b79e4b;
}

.main-nav > li > .nav-drop > .container-wrap > div > .inner-main-nav > li > .inner-nav-drop > .inner-main-nav > li > a {
	display: block;
	padding: 9px 12px;
}

.main-nav .nav-close {
	color: #000;
	font-size: 24px;
	position: static;
}

.main-nav .nav-close:hover {
	color: #b79e4b;
}

#content > div > div.order.order1.col-sm-12.col-md-8 > div > div.section {
    padding-left: 0px;
	padding-right: 0px;
}

div.block-styling > div > div.slide-content {
    padding-top: 0px;
    padding-left: 0px;
}

div.slide-content ul > li:last-child {
    margin-bottom: 0px;
}

/* carousel basic styles */

.cycle-gallery {
	position: relative;
}

.cycle-gallery.not-enough-slides .pagination,
.cycle-gallery.not-enough-slides [class^="btn"] {
	display: none;
}

.cycle-gallery .mask {
	position: relative;
	overflow: hidden;
}

.cycle-gallery .slideset {
	width: 99999px;
	float: left;
}

.cycle-gallery .slide {
	position: relative;
	float: left;
}

.cycle-gallery .pagination {
	display: block;
	margin: 0;
}

.cycle-gallery .pagination ul {
	text-align: center;
}

.cycle-gallery .pagination ul li {
	overflow: hidden;
	text-indent: 101%;
	white-space: nowrap;
	display: inline-block;
	vertical-align: top;
	margin: 0 3px 6px;
}

.cycle-gallery .pagination ul li.active a,
.cycle-gallery .pagination ul li a:hover {
	background: #b89f4d;
}

.cycle-gallery .pagination ul a {
	width: 12px;
	height: 12px;
	display: block;
	background: #404040;
	border-radius: 50%;
	overflow: hidden;
}

/* Slick slider styles */

.content-slider .image-holder {
	max-width: 672px;
	margin: 0 auto;
}

.content-slider .slick-dots {
	margin: 0 12px 12px;
}

.content-slider .slick-list {
	margin: 0 0 20px;
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.slick-slider.hide-arrows .slick-arrow {
	display: none !important;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
	position: relative;
	padding: 0;
	width: 100%;
	outline: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
	width: 100%;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.slick-dots {
	text-align: center;
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
	display: inline-block;
	vertical-align: top;
	margin: 5px 15px;
}

.slick-dots li {
	display: inline-block;
	vertical-align: top;
	margin: 0 3px 6px;
}

.slick-dots li.slick-active button,
.slick-dots li button:hover {
	background: #b89f4d;
}

.slick-dots button {
	overflow: hidden;
	text-indent: 101%;
	white-space: nowrap;
	width: 14px;
	height: 14px;
	display: block;
	background: #404040;
	border-radius: 50%;
	overflow: hidden;
	border-style: none;
	padding: 0;
	outline: none;
}

.slick-arrow {
	font-size: 0;
	line-height: 0;
	padding: 0;
	border-style: none;
	position: static;
	color: #404040;
	top: 50%;
	width: 18px;
	height: 18px;
	display: inline-block;
	vertical-align: top;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	background: none;
	z-index: 3;
	outline: none;
}

.slick-arrow.slick-prev {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.slick-arrow.slick-next {
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4;
}

.slick-arrow.slick-prev {
	left: 20px;
}

.slick-arrow.slick-next {
	right: 20px;
}

.slick-arrow.slick-next:before {
	content: "\e919";
}

.slick-arrow:hover {
	color: #b79e4b;
}

.slick-arrow:hover:before {
	color: #b79e4b;
}

.slick-arrow:before {
	content: "\e91a";
	font: 36px/1 "icomoon";
	color: #404040;
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
	margin: -10px 0 0 -8px;
	display: inline-block;
	vertical-align: top;
}

body {
	min-width: 320px; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a,
.btn {
	-webkit-transition: opacity .3s linear,  visibility .3s linear, background .3s linear, color .3s linear, border .3s linear, box-shadow .3s linear;
	transition: opacity .3s linear,  visibility .3s linear, background .3s linear, color .3s linear, border .3s linear, box-shadow .3s linear;
}

h2 {
	font-size: 22px;
}

input[type="text"],
input[type="email"],
input[type="search"],
input[type="tel"],
input[type="password"],
textarea
/*, select*/ {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}

blockquote {
	background: #e6eced;
	font: italic 19px/1.385 "Merriweather", "Times New Roman", Times, serif;
	color: #808080;
	border-style: none;
}

blockquote q {
	content: none;
}

blockquote q:before,
blockquote q:after {
	content: "\00bb";
	font: 26px/1 "Roboto Condensed", Arial, Helvetica, sans-serif;;
}

blockquote q:after {
	content: "\00ab";
}

.form-control {
	box-shadow: none;
	-webkit-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, background .15s ease-in-out;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, background .15s ease-in-out;
	line-height: 25px;
}

.form-control:hover,
.form-control:focus {
	box-shadow: none;
	background: #fffccc;
}

.bg-indent {
	background: #fff;
	padding: 0px 15px 15px 15px;
}

.bg-indent.style1 {
	padding-bottom: 11px;
}

.required:after {
	content: "*";
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0 4px;
}

.no-margin {
	margin: 0 !important;
}

/* main container styles */

#wrapper {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.bg-stretch {
	background-size: 100% auto;
	background-position: 100% 100%;
	background-repeat: no-repeat;
}

.bg-stretch.centered {
	background-position: 50% 50%;
}

.flipV {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.ap-element {
	position: absolute;
	left: 0;
	top: 0;
}

.top-headline {
	display: block;
	font: italic 16px/1.2 "Merriweather", "Times New Roman", Times, serif;
	color: #404040;
	letter-spacing: 1px;
	position: relative;
	z-index: 1;
}

.banner-container {
	background: -webkit-linear-gradient(top, #e4e4e3 0%, #ededed 100%);
	background: linear-gradient(to bottom, #e4e4e3 0%, #ededed 100%);
	border: 2px solid #eaeaea;
	border-width: 0 0 2px;
}

.banner-container.alt-bg {
	background: #f4f4f1;
}

.banner-container.alt-bg .slide-img-wrap {
	background: #e3e3e2;
}

.banner-container.alt-bg2 {
	background: #e4e4e3;
}

.banner.slick-slider {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 -15px 29px;
}

.banner.slick-slider .slick-dots {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	margin: 0 12px;
	z-index: 1;
}

.banner.adjust-gradient .slide-img {
	width: 100%;
	z-index: 1;
}

.banner.adjust-gradient .slide-img-wrap {
	background: -webkit-linear-gradient(top, #e4e4e3 0%, #e6e6e4 100%);
	background: linear-gradient(to bottom, #e4e4e3 0%, #e6e6e4 100%);
}

.banner.adjust-gradient .slide-img-wrap:after {
	content: "";
	box-shadow: inset 11px -20px 42px 17px rgba(211, 211, 209, .8);
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
}

.banner.alt-width .slide-img-wrap,
.banner.alt-width .slide-img {
	right: 0;
}

.banner.alt-width .slide-img {
	width: 80.7%;
}

.banner.alt-width2 .slide-img-wrap,
.banner.alt-width2 .slide-img {
	right: 0;
}

.banner.alt-width2 .slide-img {
	width: 48.7%;
}

.banner .slide-logo {
	max-width: 120px;
	position: absolute;
	right: 90px;
	top: 30px;
}

.banner .slide-logo:before {
	content: "";
	position: absolute;
	left: 100%;
	top: 0;
	width: 350px;
	height: 300px;
	background: #fd0;
	-webkit-transform: rotate(65deg);
	-ms-transform: rotate(65deg);
	transform: rotate(65deg);
	z-index: -1;
}

.banner .slide-img-wrap,
.banner .slide-img {
	position: absolute;
	/* top: 0; */
	bottom: 0;
	right: 2px;
	padding: 57% 0 0;
	height: 0;
	left: 0;
}

.banner .slide-img-wrap {
	background: -webkit-linear-gradient(top, #e4e4e3 0%, #ededed 100%);
	background: linear-gradient(to bottom, #e4e4e3 0%, #ededed 100%);
}

.banner .slide-img {
	left: auto;
	width: 66%;
}

.banner .slide-content {
	padding: 57% 15px 0;
	position: relative;
	z-index: 2;
}

.banner .slide-content .content-wrap {
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
	color: #404040;
}

.banner .headline {
	padding: 16px 0;
}

.banner .top-headline {
	display: block;
	font: italic 14px/1.2 "Merriweather", "Times New Roman", Times, serif;
	color: #404040;
	letter-spacing: 1px;
	margin: 0 0 14px;
}

.banner .btn {
	text-transform: uppercase;
	white-space: normal;
}

.banner h1 {
	margin: 0 0 8px;
}

.btn-wrap .btn {
	white-space: normal;
}

.btn-wrap.list-inline {
	margin: 0 -6px;
	font-size: 0;
	line-height: 0;
	letter-spacing: -4px;
}

.btn-wrap.list-inline > li {
	padding: 0 6px 16px;
	letter-spacing: 0;
}

.btn-wrap.list-inline > li:first-of-type:not(:last-of-type) {
	max-width: 47.6%;
}

.btn-wrap.list-inline > li:last-of-type:not(:first-of-type) {
	max-width: 51.4%;
}

.btn-wrap.list-inline .btn-arrow {
	padding: 6px 8px 3px 38px;
}

.btn-wrap.list-inline .btn-arrow [class^="icon-"] {
	margin: -1px 0 0;
}

.btn-wrap.list-inline .btn-arrow .icon-mode_edit {
	margin-top: -2px;
}

.btn-arrow {
	position: relative;
	padding: 5px 8px 2px 39px;
	text-transform: uppercase;
	font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;;
	border-width: 2px;
	letter-spacing: 1px;
}

.btn-arrow.style2 {
	padding-top: 6px;
	padding-bottom: 3px;
}

.btn-arrow [class^="icon-"] {
	position: absolute;
	left: 7px !important;
	top: 50% !important;
	position: absolute;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	font-size: 24px;
}

.btn-primary:hover {
	background: #b89f4d;
	color: #fff;
	border-color: #b89f4d;
}

.btn-success {
	border-width: 2px;
	text-transform: uppercase;
}

.btn-success:hover {
	background: #fff;
	color: #b79e4b;
	border-color: #b79e4b;
}

.btn-success.active-style {
	background: #404040;
	color: #fff;
	border-color: #404040;
}

.btn-success.active-style:hover {
	background: #b79e4b;
	border-color: #b79e4b;
}

.btn-route {
	position: relative;
	padding: 5px;
}

.btn-route:before {
	content: "\e91d";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font: 24px/1 "icomoon";
	margin: -1px 0 0;
}

.btn-search {
	position: relative;
	padding: 5px 10px 5px 30px;
}

.btn-search:before {
	content: "\e908";
	position: absolute;
	left: 8px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	font: 16px/1 "icomoon";
}

strong.menu-header {
	display: block;
	margin: 0 0 22px;
	text-transform: capitalize;
}

.menu-header {
	color: #a0a0a0;
	font-weight: 700;
	display: block;
}

.styled-link {
	position: relative;
	padding: 0 0 3px 20px;
	display: inline-block;
	vertical-align: top;
}

.styled-link:hover span {
	border-color: #b79e4b;
}

.styled-link span {
	border: 1px solid #808080;
	border-width: 0 0 1px;
	-webkit-transition: border .3s linear;
	transition: border .3s linear;
}

.styled-link:before {
	content: "\e919";
	font: 24px/1 "icomoon";
	position: absolute;
	left: -3px;
	top: -2px;
	text-decoration: none;
}

.underlined-link {
	position: relative;
	display: inline-block;
	vertical-align: top;
	color: #404040;
}

.underlined-link:active {
	color: #aa8f3e;
}

.underlined-link.bg-info {
	padding: 0 2px 3px;
	background: #fffccc;
}

.underlined-link.bg-info:hover {
	background: #fffccc;
}

.underlined-link.bg-info.opener {
	padding-left: 20px;
}

.underlined-link:hover {
	color: #404040;
}

.underlined-link:hover span {
	border-color: transparent;
}

.underlined-link span {
	border: 1px solid #808080;
	border-width: 0 0 1px;
	-webkit-transition: border .3s linear;
	transition: border .3s linear;
}

.underlined-link [class^="icon-"] {
	font-size: 22px;
	position: absolute;
	left: 0;
	top: 2px;
}

.text-link {
	position: relative;
	color: #404040;
	background: #fffccc;
	padding: 2px;
}

.text-link[href^="mailto"] {
	display: inline;
}

.text-link:active {
	color: #aa8f3e;
}

.text-link.bg-info {
	padding: 0 2px 3px 20px;
}

.text-link.bg-info:hover {
	background: #fffccc;
}

.text-link:hover {
	color: #404040;
}

.text-link:hover span {
	border-color: transparent;
}

.text-link span {
	border: 1px solid #808080;
	border-width: 0 0 1px;
	-webkit-transition: border .3s linear;
	transition: border .3s linear;
}

.text-link [class^="icon-"] {
	font-size: 22px;
	position: absolute;
	left: 0;
	top: 2px;
}

.form-wrap {
	width: calc(100% - 120px);
	margin: 0 -8px 0 auto;
}

.search-form {
	position: relative;
	overflow: hidden;
	padding: 8px;
}

.search-form.search-active .input-wrap {
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	opacity: 1;
	visibility: visible;
}

.search-form.search-active .search-opener {
	width: 16px;
	height: 16px;
	right: 35px;
}

.search-form.search-active .search-opener:after {
	content: "\e90a";
	font-size: 26px;
	margin: -5px 0 0 -5px;
}

.search-form.search-active [type="submit"] {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.search-form .input-wrap {
	-webkit-transform: translate(100%, 0);
	-ms-transform: translate(100%, 0);
	transform: translate(100%, 0);
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
	opacity: 0;
	visibility: hidden;
}

.search-form input[type="text"],
.search-form input[type="search"] {
	background: #f4f4f1;
	border: 2px solid #f4f4f1;
	width: 100%;
	border-radius: 0;
	box-shadow: 0 0 8px rgba(153, 153, 153, .6);
	font-size: 16px;
	line-height: 22px;
	height: 31px;
	padding: 2px 40px;
	-webkit-transition: -webkit-transform .3s linear;
	transition: transform .3s linear;
	color: #404040;
}

.search-form input[type="text"]::-webkit-input-placeholder,
.search-form input[type="search"]::-webkit-input-placeholder {
	color: #404040;
}

.search-form input[type="text"]::-moz-placeholder,
.search-form input[type="search"]::-moz-placeholder {
	opacity: 1;
	color: #404040;
}

.search-form input[type="text"]:-moz-placeholder,
.search-form input[type="search"]:-moz-placeholder {
	color: #404040;
}

.search-form input[type="text"]:-ms-input-placeholder,
.search-form input[type="search"]:-ms-input-placeholder {
	color: #404040;
}

.search-form input[type="text"].placeholder,
.search-form input[type="search"].placeholder {
	color: #404040;
}

.search-form .search-opener {
	position: absolute;
	opacity: 1;
	right: 25px;
	top: 50%;
	-webkit-transform: translate(100%, -50%);
	-ms-transform: translate(100%, -50%);
	transform: translate(100%, -50%);
	color: #404040;
	-webkit-transition: -webkit-transform .3s linear;
	transition: transform .3s linear;
	height: 20px;
	outline: none;
}

.search-form .search-opener:after {
	content: "\e908";
	display: inline-block;
	vertical-align: top;
	font: 18px/1 "icomoon";
}

.search-form .search-opener:hover {
	color: #b79e4b;
}

.search-form [type="submit"] {
	background: none;
	border-style: none;
	font-size: 0;
	line-height: 0;
	position: absolute;
	left: 22px;
	top: 50%;
	padding: 0;
	-webkit-transform: translate(100%, -50%);
	-ms-transform: translate(100%, -50%);
	transform: translate(100%, -50%);
	color: #404040;
	height: 22px;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
	opacity: 0;
	visibility: hidden;
}

.search-form [type="submit"]:hover {
	color: #b79e4b;
}

.search-form [type="submit"]:after {
	content: "\e908";
	display: inline-block;
	vertical-align: top;
	font: 18px/1 "icomoon";
}

.safari .search-form [type="submit"] {
	margin-top: 2px;
}

.social-networks {
	margin-bottom: 5px;
}

.social-networks li {
	font-size: 20px;
}

.social-networks a:hover span:before {
	color: #b79e4b;
}

.social-networks span:before {
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
}

.contact-holder {
	margin: 0 0 38px;
}

.contact-holder:last-of-type {
	margin: 0;
}

.contact-card {
	background: #fff;
	padding: 15px 10px 6px 15px;
}

.contact-card .align-holder:last-of-type .heading {
	padding-bottom: 0;
}

.contact-card .align-holder .heading {
	display: block;
	font-weight: 700;
	color: #404040;
	padding: 0 0 12px;
}

.contact-card .align-holder .data-list {
	margin-bottom: 25px;
}

.contact-card .align-holder .data-list dt {
	color: #404040;
	min-width: 72px;
}

.contact-card .align-holder .data-list dd {
	max-width: calc(100% - 72px);
}

.contact-card .align-holder .data-list dd .text-link {
	color: #404040;
}

.contact-card .align-holder .data-list dd a {
	color: inherit;
}

.contact-card .align-holder .data-list dd a[href*="mailto"]:hover {
	color: #404040;
}

.contact-card .align-holder .data-list dd a:hover {
	color: #b79e4b;
}

.contact-card .align-holder .data-list dd a:active {
	color: #aa8f3e;
}

.data-list {
	overflow: hidden;
	margin-bottom: 33px;
}

.data-list dt {
	font-weight: 400;
	float: left;
	clear: both;
	min-width: 62px;
	padding: 0 5px 0 0;
}

.data-list dd {
	float: left;
	max-width: calc(100% - 64px);
}

.data-list dd + dd {
	clear: both;
}

.data-list .alt-tel-link {
	color: #a0a0a0;
}

.data-list .alt-tel-link:hover {
	color: #b79e4b;
}

.content-list li {
	position: relative;
	padding: 0 0 0 20px;
}

.content-list li:before {
	content: "";
	position: absolute;
	left: 1px;
	top: 10px;
	width: 4px;
	height: 4px;
	background: #808080;
	border-radius: 50%;
}

.check-list li {
	position: relative;
	padding: 0 0 0 32px;
}

.check-list li:before {
	content: "\e90b";
	position: absolute;
	left: -4px;
	top: -3px;
	font: 24px/1 "icomoon";
	color: #b79e4b;
}

.download-list {
	padding: 12px 0 9px;
}

.download-list li {
	position: relative;
	padding: 0 0 12px 29px;
}

.download-list li a {
	position: static;
}

.download-list li a:before {
	content: "";
	position: absolute;
	left: 1px;
	top: 6px;
	font: 32px/1 "icomoon";
	background: url(/_Resources/Static/Packages/IDS.Responsive/Images/ico-download.png) no-repeat;
	width: 14px;
	height: 17px;
}

.checklist li {
	position: relative;
	padding: 0 0 0 35px;
}

.checklist .jcf-radio,
.checklist .jcf-checkbox {
	position: absolute;
	left: 0;
	top: 0;
	width: 25px;
	height: 25px;
	border: 1px solid #d5d5d5;
}

.array-list {
	margin: 0 0 8px;
}

.array-list li {
	display: inline-block;
	vertical-align: top;
}

.array-list li + li:before {
	content: ",";
	display: inline-block;
	vertical-align: top;
	margin: 0 4px 0 -4px;
}

.vertical-list li {
	margin: 0 0 21px;
}

.vertical-list li:last-of-type {
	margin-bottom: 13px;
}

.translator {
	width: 175px;
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity .3s linear, visibility .3s linear;
	transition: opacity .3s linear, visibility .3s linear;
}

.jcf-select-lang-select {
	z-index: 1;
	cursor: pointer;
}

.jcf-select-lang-select.jcf-select-drop .jcf-select-drop-content {
	border-style: none;
}

.jcf-select-lang-select.jcf-select-drop .jcf-list {
	font-size: 18px;
	line-height: 22px;
	text-transform: capitalize;
	padding: 0 15px 31px;
	cursor: default;
}

.jcf-select-lang-select.jcf-select-drop .jcf-list ul li {
	border: 1px solid #e5e5e5;
	border-width: 0 0 1px;
	position: relative;
	padding: 0 0 0 15px;
}

.jcf-select-lang-select.jcf-select-drop .jcf-list .jcf-option {
	padding: 7px 9px;
	cursor: pointer;
}

.jcf-select-lang-select.jcf-select-drop.jcf-select-lang-select:before {
	content: "";
	position: absolute;
	left: 0;
	top: -46px;
	right: 0;
	bottom: 0;
	box-shadow: 0 0 6px rgba(153, 153, 153, .6);
	z-index: -1;
}

.jcf-select-lang-select.jcf-select-drop .jcf-hover,
.jcf-select-lang-select .jcf-list-box .jcf-selected {
	background: none;
	color: #b79e4b;
}

.jcf-select-lang-select.jcf-select-drop .jcf-option-jcf-selected {
	color: #b79e4b;
}

.jcf-select-lang-select.jcf-select-drop .jcf-option-jcf-selected:before {
	content: "\e90b";
	font: 18px/1 "icomoon";
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.jcf-select-lang-select.jcf-select {
	margin: 0;
	height: 48px;
	min-width: 0;
	width: 100%;
	background: none;
	border-style: none;
}

.jcf-select-lang-select.jcf-select.jcf-drop-active {
	background: #fff;
}

.jcf-select-lang-select.jcf-select.jcf-drop-active .jcf-select-text {
	color: #b79e4b;
}

.jcf-select-lang-select.jcf-select.jcf-drop-active .jcf-select-opener {
	height: 0;
	width: 0;
	border-bottom: 5px solid #b79e4b;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 0;
}

.jcf-select-lang-select.jcf-select .jcf-select-text {
	margin: 14px 9px 12px 15px;
	display: inline-block;
	vertical-align: middle;
	max-width: 100px;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 26px;
	color: #a0a0a0;
	cursor: pointer;
}

.jcf-select-lang-select.jcf-select .jcf-select-opener {
	position: static;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	display: inline-block;
	vertical-align: middle;
}

.lang-select {
	z-index: 2;
	cursor: pointer;
	position: relative;
}

.lang-select.popup-active {
	background: #fff;
}

.lang-select.popup-active > .open {
	color: #b79e4b;
}

.lang-select.popup-active > .open:after {
	height: 0;
	width: 0;
	border-bottom: 5px solid #b79e4b;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-width: 0 5px 5px;
}

.lang-select > .open {
	padding: 14px 4px 12px 15px;
	display: inline-block;
	vertical-align: middle;
	max-width: 100px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;;
	font-size: 16px;
	line-height: 26px;
	color: #a0a0a0;
	cursor: pointer;
	position: relative;
	-webkit-transition: none;
	transition: none;
}

.lang-select > .open:after {
	content: "";
	height: 0;
	width: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #a0a0a0;
	position: absolute;
	text-align: center;
	left: 100%;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	margin: 0 0 0 7px;
}

.lang-select > .open .title {
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.lang-select .popup {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	background: #fff;
	margin: -5px 0 0;
}

.lang-select .popup:before {
	content: "";
	position: absolute;
	left: 0;
	top: -46px;
	right: 0;
	bottom: 0;
	box-shadow: 0 0 6px rgba(153, 153, 153, .6);
	z-index: -1;
}

.lang-select ul {
	font-size: 18px;
	line-height: 22px;
	text-transform: capitalize;
	padding: 0 15px 31px;
	margin: 0;
}

.lang-select ul li {
	border: 1px solid #e5e5e5;
	border-width: 0 0 1px;
	position: relative;
	padding: 0 0 0 15px;
}

.lang-select ul li:first-of-type {
	border-width: 1px 0;
}

.lang-select ul li.active a,
.lang-select ul li a:hover {
	color: #b79e4b;
}

.lang-select ul li.active:before {
	color: #b79e4b;
	content: "\e90b";
	font: 18px/1 "icomoon";
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.lang-select ul li a {
	display: block;
	padding: 7px 9px;
	cursor: pointer;
}

.lang-select.jcf-select-drop .jcf-select-drop-content {
	border-style: none;
}

.lang-select.jcf-select-drop .jcf-hover,
.lang-select .jcf-list-box .jcf-selected {
	background: none;
	color: #b79e4b;
}

.lang-select.jcf-select-drop .jcf-option-jcf-selected {
	color: #b79e4b;
}

.lang-select.jcf-select-drop .jcf-option-jcf-selected:before {
	content: "\e90b";
	font: 18px/1 "icomoon";
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.lang-select.jcf-select {
	margin: 0;
	height: 48px;
	min-width: 0;
	width: 100%;
	background: none;
	border-style: none;
}

.lang-select.jcf-select.jcf-drop-active {
	background: #fff;
}

.lang-select.jcf-select.jcf-drop-active .jcf-select-text {
	color: #b79e4b;
}

.lang-select.jcf-select.jcf-drop-active .jcf-select-opener {
	height: 0;
	width: 0;
	border-bottom: 5px solid #b79e4b;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 0;
}

.lang-select.jcf-select .jcf-select-text {
	margin: 14px 9px 12px 15px;
	display: inline-block;
	vertical-align: middle;
	max-width: 100px;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 26px;
	color: #a0a0a0;
	cursor: pointer;
}

.lang-select.jcf-select .jcf-select-opener {
	position: static;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	display: inline-block;
	vertical-align: middle;
}

.link-box {
	background: #fff;
	display: block;
	padding: 12px 15px;
	position: relative;
}

.link-box:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: transparent;
	-webkit-transition: background .3s linear;
	transition: background .3s linear;
}

.link-box.cart-box:hover:after {
	background: rgba(196, 178, 124, .95);
}

.link-box.cart-box:hover .top-headline,
.link-box.cart-box:hover .description-content {
	color: #fff !important;
}

.link-box.cart-box .description-content {
	visibility: visible !important;
	height: auto !important;
	color: #404040;
	opacity: 1;
}

.link-box.cart-box .ap-block .inner-ap {
	opacity: 1;
}

.link-box.cart-box .block-wrap {
	bottom: 9px;
}

.link-box.cart-box [class^="icon-"] {
	font-size: 30px;
}










.link-box.full-box:hover:after {
	background: rgba(196, 178, 124, .95);
}

.link-box.full-box:hover .top-headline,
.link-box.full-box:hover .description-content {
	color: #fff !important;
}

.link-box.full-box .description-content {
	visibility: visible !important;
	height: auto !important;
	color: #fff;
	opacity: 1;
}

.link-box.full-box .ap-block .inner-ap {
	opacity: 1;
}

.link-box.full-box .block-wrap {
	bottom: 9px;
}

.link-box.full-box [class^="icon-"] {
	font-size: 30px;
}
















.link-box:hover {
	color: #fff;
}

.link-box:hover [class^="icon-"] {
	color: #fff;
}

.link-box:hover .description-content {
	opacity: 1;
}

.link-box:hover .ap-block .inner-ap {
	opacity: 1;
}

.link-box h2 {
	font: italic 14px/1.2 "Merriweather", "Times New Roman", Times, serif;
	/*text-transform: capitalize;*/
	border: 1px solid #e5e5e5;
	display: block;
	padding: 0 0 11px;
	border-width: 0 0 1px;
	position: relative;
	z-index: 2;
	letter-spacing: 1px;
	margin: 0;
	color: inherit;
}

.link-box .description-block {
	white-space: nowrap;
	display: block;
	background-size: 160px 160px;
}

.link-box .description-block:after {
	content: "";
	display: inline-block;
	vertical-align: bottom;
	min-height: 235px;
}

.link-box .description-block.mid-align:after {
	vertical-align: middle;
}

.link-box .description-block.mid-align .content-block {
	vertical-align: middle;
}

.link-box .content-block {
	display: inline-block;
	vertical-align: bottom;
	white-space: normal;
	width: 100%;
}

.link-box .description-content {
	display: block;
	font: 700 26px/1.154 "Wonder Unit Sans", Arial, Helvetica, sans-serif;
	text-transform: none;
	position: relative;
	z-index: 1;
	opacity: 0;
	margin: 0 0 31px;
	-webkit-transition: visibility .3s linear, height .3s linear, opacity .3s linear;
	transition: visibility .3s linear, height .3s linear, opacity .3s linear;
}

.link-box .block-wrap {
	display: block;
	text-align: right;
	position: absolute;
	right: 10px;
	bottom: 4px;
}

.link-box .block-wrap.marker {
	bottom: 8px;
	right: 8px;
}

.link-box [class^="icon-"] {
	color: #dedede;
	font-size: 36px;
	position: relative;
	z-index: 1;
}

.link-box [class*="icon_"] {
	margin: 0 auto;
}

.link-box .img-holder {
	display: block;
	text-align: center;
}

.link-box .img-holder.icon_beratung {
	max-width: 86px;
	margin-top: 10px;
}

.link-box .img-holder.icon_fragen-antworten {
	max-width: 101px;
	margin-top: 10px;
}

.link-box .img-holder.icon_versand {
	max-width: 90px;
}

.link-box .img-holder.icon_zahlungsarten {
	max-width: 91px;
}

.link-box .postload {
	display: none;
}

.link-box img {
	display: inline-block;
	vertical-align: top;
}

.init-content .link-box .description-content {
	opacity: 1;
}

.init-content .link-box:hover {
	background: rgba(196, 178, 124, .95);
}

.continue-layout {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin: 0 -15px;
}

.continue-layout.block li {
	width: 100%;
}

.continue-layout li {
	width: 50%;
	padding: 0 15px 20px;
}

em.alt-font {
	font: italic 14px/1.2 "Merriweather", "Times New Roman", Times, serif;
}

.alt-font-family {
	font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;;
	font-weight: 600;
}

.displacement .link-box .description-content {
	margin-bottom: 36px;
}

.reduced-height .link-box .description-block:after {
	min-height: 165px;
}

.boxes-holder {
	font-size: 0;
	line-height: 0;
	letter-spacing: -4px;
}

.boxes-holder.inner li:nth-last-of-type(2),
.boxes-holder.inner li:last-of-type {
	padding-bottom: 0;
}

.boxes-holder li {
	font-size: 17px;
	line-height: 1.2;
	letter-spacing: 0;
	padding-bottom: 30px;
}

.boxes-holder .link-box {
	overflow: hidden;
}

.ap-block {
	position: absolute !important;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(196, 178, 124, .95);
	margin: 0 !important;
}

.ap-block .inner-ap {
	position: absolute;
	bottom: 43px;
	left: 15px;
	right: 15px;
	opacity: 0;
	-webkit-transition: opacity .3s linear;
	transition: opacity .3s linear;
}

.order-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

.order-holder .order.order1 {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.order-holder .order.order2 {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.order-holder .order.order3 {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
}

.order-holder .order.order4 {
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4;
}

.order-holder .order.order5 {
	-webkit-box-ordinal-group: 6;
	-ms-flex-order: 5;
	order: 5;
}

.order-holder .sidebox-order:before {
	content: "";
	position: absolute;
	left: -9999px;
	right: -9999px;
	height: 2px;
	background: #eaeaea;
	top: 0;
}

.order-holder .swap-order .section.sidebox-section {
	padding-top: 0;
	margin: 0 0 40px;
}

.order-holder .section {
	clear: both;
	position: relative;
	width: 100%;
}

.order-holder .section:before {
	content: "";
	position: absolute;
	left: -9999px;
	right: -9999px;
	height: 2px;
	background: #eaeaea;
	top: 0;
}

.order-holder .section h1 {
	margin: 0 0 25px;
	color: #a0a0a0;
	font-size: 22px;
}

.order-holder .section .btn-arrow [class^="icon-"] {
	margin: -1px 0 0;
}

.order-holder .mid-block.style2 {
	margin: 0;
}

.order-holder .mid-block.style2 .section {
	padding-top: 28px;
}

.order-holder .mid-block.style2 .section h1 {
	margin-bottom: 14px;
}

.order-holder .mid-block.style2 .info-list {
	margin: 0;
}

.order-holder .mid-block.style2 .info-list > li .slide-content {
	border-width: 2px 0 0;
}

.order-holder .mid-block.style3 {
	margin: 0;
}

.order-holder .mid-block.style3 .section {
	padding-top: 33px;
	padding-bottom: 26px;
}

.order-holder .mid-block.style3 .section h1 {
	margin-bottom: 23px;
}

.order-holder .mid-block.style3 .info-list {
	margin: 0;
}

.order-holder .mid-block.style3 .info-list > li .slide-content {
	border-width: 2px 0 0;
}

.order-holder .mid-block.style3 .info-list > li .slide-content p {
	margin-right: 0;
}

.order-holder .mid-block .section {
	padding-bottom: 40px;
}

.order-holder h1 {
	margin: 0 0 25px;
	color: #a0a0a0;
	font-size: 22px;
}

.inc-spacing {
	margin-bottom: 30px;
}

.flex-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

.flex-holder.align-center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.top-nav {
	width: 40px;
	height: 40px;
	background: #dededb;
	color: #fffffc;
	visibility: hidden;
	opacity: 0;
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 10;
}

.top-nav:hover {
	background: #b79e4b;
	color: #fffffc;
}

.top-nav span {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.viewport-section.in-viewport {
	position: static !important;
	width: 100% !important;
}

.viewport-section.in-viewport .top-nav {
	visibility: visible;
	opacity: 1;
}

.add-separator {
	padding: 23px 0 0;
	margin-top: 20px !important;
	border: 1px solid #e2e2e2;
	border-width: 1px 0 0;
	position: relative;
}

.pull-block {
	margin-top: -30px;
}

.pull-block .order-holder {
	margin: 0 -15px;
	padding: 0 15px;
}

#content .breadcrumb {
	display: none;
}

#content .breadcrumb + .order-holder {
	padding-top: 25px;
}

.breadcrumb {
	padding: 0 0 15px;
	margin: 0;
}

.breadcrumb.slash-style > li + li:before {
	content: "/";
	padding: 0 4px 0 0;
}

.breadcrumb > li {
	color: #808080;
	font-size: 14px;
	vertical-align: top !important;
}

.breadcrumb > li.back-link {
	display: block;
}

.breadcrumb > li.back-link.active a,
.breadcrumb > li.back-link a:hover {
	box-shadow: none;
	color: #b79e4b;
}

.breadcrumb > li.back-link a:before {
	display: inline-block;
	vertical-align: top;
	content: "\e91a";
	font: 24px/1 "icomoon";
	margin: -2px 0 0;
}

.breadcrumb > li.back-link + li:before {
	content: "";
	padding: 0;
}

.breadcrumb > li.active a,
.breadcrumb > li a:hover {
	box-shadow: inset 0 -1px 0 #a0a0a0;
}

.breadcrumb > li.active a:hover {
	box-shadow: none;
}

.breadcrumb > li + li:before {
	padding: 0 4px;
}

.breadcrumb > li a {
	color: inherit;
}

.searchBreadcrumb {
	font-size: 14px;
}

.info-list.style1.style2 {
	margin-bottom: 40px;
}

.section.spacer1 {
	padding: 0 15px 10px 0 !important;
}

.heading-holder h1 {
	margin: 0 0 14px;
	color: #404040;
	font-size: 27px;
	line-height: 1.111;
}

.intro-block {
	background: #fff;
	color: #404040;
	width: 100%;
	padding: 10px 14px 10px 15px;
	margin: 0 0 40px;
}

.intro-block.style1 {
	margin-bottom: 37px;
}

.intro-block.style1 .content-slider {
	border: 1px solid #ddd;
	border-width: 0 0 1px;
	margin: 0 -15px 23px;
}

.intro-block.style1 .content-slider .slick-slide {
	padding: 0;
}

.intro-block.style1 h2 {
	font-size: 18px;
	margin: 0 0 11px;
}

.intro-block.style1 p {
	margin-bottom: 25px;
}

.intro-block.style5 .intro-post h2 {
	margin: 0 0 8px;
}

.intro-block .intro-post {
	padding: 0 0 14px;
	color: #808080;
}

.intro-block .intro-post.active .opener:not(.closer) {
	display: none;
}

.intro-block > p {
	font-size: 18px;
	line-height: 1.333;
	font-weight: 400;
	margin: 0 0 25px;
}

.intro-block h2 {
	font-size: inherit;
	line-height: inherit;
	margin: 0;
	color: #333;
}

.swap-order {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

.sidebox-section {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.sidebox-list {
	margin: 0 0 40px;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	width: 100%;
}

.sidebox-list.style1 {
	margin: 0;
}

.sidebox-list.style1 li {
	border: 1px solid #ddd;
	border-width: 0 0 1px;
	position: relative;
	padding: 0;
}

.sidebox-list.style1 li:before,
.sidebox-list.style1 li:after {
	position: absolute;
	left: 14px;
	right: 14px;
	height: 1px;
	background: #ddd;
	top: 0;
	z-index: 1;
}

.sidebox-list.style1 li:first-child {
	border-width: 1px 0;
}

.sidebox-list.style1 li:last-child {
	border-width: 0;
}

.sidebox-list.style1 li:last-child .sidebox-content {
	padding: 20px 46px 24px;
}

.sidebox-list.style1 li > a:after {
	top: 22px;
	right: 15px;
}

.sidebox-list.style1 li > a:hover:before {
	background: #bea85d;
}

.sidebox-list.style1 li > a:before {
	content: "";
	position: absolute;
	top: -1px;
	left: 0;
	right: 0;
	bottom: -1px;
	background: transparent;
	-webkit-transition: background .3s linear;
	transition: background .3s linear;
}

.sidebox-list.style1 li > a > * {
	position: relative;
	z-index: 1;
}

.sidebox-list.style1 .sidebox-content {
	padding: 25px 46px 14px;
	margin: 0 -15px;
}

.sidebox-list.style1 .sidebox-content .title {
	padding: 0 0 3px;
}

.sidebox-list.style1 .sidebox-content .description {
	padding: 0;
}

.sidebox-list.style1 [class^="icon"] {
	top: 22px;
	left: 15px;
}

.sidebox-list li {
	padding: 0 0 30px;
}

.sidebox-list li:last-of-type {
	padding-bottom: 0;
}

.sidebox-list li.active > a {
	background: rgba(90, 155, 191, .4);
}

.sidebox-list li > a,
.sidebox-list li .description {
	color: #808080;
}

a.sidebox-content > .description {
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
}

a.sidebox-content:hover > .description {
	color: #fff;
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
}

.sidebox-list li > a:hover {
	background: #bea85d;
}

.sidebox-list li > a:hover .title,
.sidebox-list li > a:hover [class^="icon"],
.sidebox-list li > a:hover:after {
	color: #fff;
}

.sidebox-list li > a:after {
	content: "\e914";
	position: absolute;
	top: 15px;
	right: 11px;
	font: 24px/1 "icomoon";
	color: #404040;
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
}

.sidebox-list li .description {
	padding: 3px 4px;
}


aside > .sidebox-list li .description > a {
	margin: -3px -4px;
}

.sidebox-list .sidebox-content {
	padding: 18px 40px 10px 44px;
	position: relative;
	display: block;
	background: #fff;
}

.sidebox-list .title {
	display: block;
	font-weight: 700;
	color: #404040;
	padding: 0 5px;
	line-height: 1.2;
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
}

.sidebox-list .description {
	display: block;
}

.sidebox-list .description a {
	color: #808080;
	display: inline-block;
	vertical-align: top;
	padding: 0 4px 3px;
}

.sidebox-list .description a[href^="mailto"],
.sidebox-list .description a.selected {
	background: #fffccc;
	color: #404040;
}

.sidebox-list .description a[href^="mailto"] > span,
.sidebox-list .description a.selected > span {
	border-color: #404040;
}

.sidebox-list .description a[href^="mailto"]:hover > span,
.sidebox-list .description a.selected:hover > span {
	border-color: transparent;
}

.sidebox-list .description a[href^="mailto"]:active,
.sidebox-list .description a.selected:active {
	color: #aa8f3e;
}

.sidebox-list .description a:hover {
	background: #fffccc;
	color: #404040;
}

.sidebox-list .description a:hover > span {
	border-color: #404040;
}

.sidebox-list .description a > span {
	border: 1px solid transparent;
	border-width: 0 0 1px;
	-webkit-transition: border .3s linear;
	transition: border .3s linear;
}

.sidebox-list [class^="icon"] {
	position: absolute;
	top: 16px;
	left: 11px;
	color: #404040;
	font-size: 24px;
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
}

li.s-style-icon-file_upload > div > span.icon-file_upload:before {
	content: "";
	position: absolute;
	left: 2px;
	top: 2px;
	font: 32px/1 "icomoon";
	background: url(/_Resources/Static/Packages/IDS.Responsive/Images/ico-download.png) no-repeat;
	width: 14px;
	height: 17px;
}

li.s-style-icon-file_upload > div > span.icon-file_upload {

	/*
	content: "";
	position: absolute;
	left: 1px;
	top: 6px;
	font: 32px/1 "icomoon";
	background: url(/_Resources/Static/Packages/IDS.Responsive/Images/ico-download.png) no-repeat;
	width: 14px;
	height: 17px;
	*/

	/*
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	*/
}

.sidebox-list [class^="icon-mail"] {
	font-size: 20px;
	top: 15px;
	left: 14px;
}

.sidebox-text {
	background: #fff;
	padding: 15px;
	margin: 0 0 40px;
}

.sidebox-text .top-headline {
	border: 1px solid #eaeaea;
	border-width: 0 0 1px;
	padding: 0 0 15px;
}

.sidebox-text .image-holder {
	border: 1px solid #eaeaea;
	border-top-width: 0;
}

.sidebox-text .image-holder img {
	width: 100%;
}

.sidebox-text .text-block {
	padding: 24px 0 7px;
	color: #808080;
}

.sidebox-text .title {
	display: block;
	color: #404040;
	margin: 0 0 12px;
}

ol.info-list {
	counter-reset: item;
}

ol.info-list > li {
	position: relative;
}

ol.info-list > li + li > a.include-icon {
	padding-left: 33px;
}

ol.info-list > li > a {
	padding: 10px 30px 8px 15px;
}

ol.info-list > li > a:before {
	content: counters(item, ".") ".";
	counter-increment: item;
	position: absolute;
	top: 10px;
	left: 14px;
}

ol.info-list > li > a.include-icon {
	padding-left: 30px;
}

.database-holder .database-row {
	background: #ede7d2;
	position: relative;
	padding: 0 20px 0 0;
}

.database-holder .database-row.filters,
.database-holder .database-row.added {
	background: none;
}

.database-holder .database-row + .database-row {
	border: 1px solid #e4e4e4;
	border-width: 1px 0 0;
}

.database-holder .cols-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 9px;
	margin: 0 -5px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.database-holder .col {
	width: 50%;
	text-transform: capitalize;
	padding: 0 5px 10px;
}

.database-holder .col .jcf-select {
	margin-bottom: 0;
}

.database-holder .access-controls {
	position: absolute;
	padding: 0;
	width: 22px;
	text-align: right;
	right: 4px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.database-holder .access-controls li {
	display: inline-block;
	vertical-align: top;
	font-size: 24px;
	line-height: 1;
}

.database-holder .access-controls [class^="icon-"] {
	position: static !important;
}

.database-holder .access-controls .icon-mode_edit {
	font-size: 24px;
}

.database-holder .access-controls .icon-delete {
	font-size: 24px;
}

.database-holder .data {
	color: #404040;
	padding: 8px 10px;
	display: inline-block;
	vertical-align: top;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 100%;
}

.database-holder .jcf-select {
	min-width: 0;
}

.info-list {
	margin: 0 0 23px;
}

.info-list.style1 {
	margin: 0;
}

.info-list.style1 .slide-content {
	border-style: none;
}

.info-list.style1 .primary-info {
	padding: 3px 0 8px;
}

.info-list.style1 .primary-info + .primary-info {
	padding: 30px 0 4px;
}

.info-list.style1 .primary-info + .primary-info:last-of-type {
	border-width: 1px 0 0;
	margin: 0;
}

.info-list.style1 .primary-info + .primary-info p {
	margin-bottom: 24px;
}

.info-list.style1 .data-list dt {
	min-width: 33px;
}

.info-list.style2 .data-list {
	margin: 0 0 -1px;
}

.info-list.style2 .data-list dd {
	padding: 0 0 0 3px;
}

.info-list.style3 {
	margin-bottom: 0;
}

.info-list.style3 .primary-info + .primary-info:last-of-type {
	border-width: 1px 0 0;
	margin: 0;
}

.info-list > li {
	padding: 0 0 15px;
	position: relative;
}

.info-list > li > a:hover {
	background: #fffccc;
}

.info-list > li.active > a {
	color: #b79e4b;
}

.info-list > li.active > a:hover {
	color: #404040;
}

.info-list > li.active > a:after {
	content: "\e918";
}

.info-list > li > a {
	color: #404040;
	font-weight: 700;
	padding: 9px 43px 9px 15px;
	position: relative;
	display: block;
	background: #fff;
	font-size: 18px;
}

.info-list > li > a:after {
	content: "\e91b";
	position: absolute;
	top: 8px;
	right: 6px;
	font: 32px/1 "icomoon";
}

.info-list > li > a.include-icon {
	padding-left: 44px;
}

.info-list > li > a.include-icon:after {
	top: 10px;
	right: 3px;
}

.info-list > li > a.include-icon [class^="icon-"] {
	top: 10px;
	left: 14px;
}

.info-list .slide-content {
	background: #fff;
	color: #808080;
	padding: 11px 14px;
	border: 2px solid #f4f4f1;
	border-width: 2px 0 0;
}

.info-list .slide-content.alt-color {
	color: #404040;
}

.info-list [class^="icon-"] {
	font-size: 24px;
	position: absolute !important;
	left: 0;
	top: 22px;
}

.contact-info {
	padding: 12px 0 0;
}

.contact-info + .contact-info {
	padding-bottom: 4px;
}

.contact-info + .contact-info:last-of-type {
	padding: 12px 0;
}

.contact-info .data-list {
	margin-bottom: 8px;
}


.mid-block {
	width: 100%;
	clear: both;
}

.mid-block .headline {
	display: block;
	color: #404040;
	font-weight: 700;
}

.mid-block .trim-spacing {
	margin: 0 -31px;
}

.trim-spacing-full {
    margin: 0 -31px;
}

.mid-block .box-wrap {
	background: #ececea;
	text-align: center;
	height: 100%;
}

.mid-block .box-wrap.enlarge-box {
	white-space: nowrap;
	height: auto;
	margin: 0 0 6px;
}

.mid-block .box-wrap.enlarge-box:after {
	content: "";
	min-height: 131px;
	display: inline-block;
	vertical-align: middle;
}

.mid-block .box-wrap.enlarge-box .img-holder {
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
}

.mid-block .box-wrap > img {
	width: 100%;
}

.mid-block .resize-img .img-holder {
	max-width: 175px;
	margin: 0 auto;
}

.mid-block .align-holder {
	overflow: visible;
}

.mid-block .info-list > li > a {
	text-transform: none;
}

.mid-block .info-list .slide-content {
	border-width: 1px 0 0;
}

.mid-block .info-list .slide-content .primary-info {
	padding: 0 0 27px;
}

.mid-block .info-list .slide-content .primary-info + .primary-info {
	border-width: 2px 0 0;
	padding-top: 34px;
}

.mid-block .info-list .slide-content .primary-info + .primary-info.style1 {
	border-width: 1px 0 0;
}

.mid-block .info-list .slide-content .primary-info + .primary-info:last-of-type {
	margin: 0;
}

.mid-block .vertical-list li {
	margin-bottom: 24px;
}

.mid-block .vertical-list li:last-of-type {
	margin-bottom: 10px;
}

.content-separator {
	margin: 0 0 40px;
}

.content-separator:last-of-type {
	margin-bottom: 0;
}

.content-separator .info-list > li:last-of-type {
	padding-bottom: 0;
}

.exceed-box .blockquote {
	margin: 0 -15px 15px;
}

.clip-block {
	overflow: hidden;
	margin: 0 -17px;
}

.clip-block .step-slick-slider {
	margin-top: 5px;
}

.mask-block {
	overflow: hidden;
	width: 100%;
}

.step-slick-slider {
	margin: 0 0 23px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: 1px solid #ddd;
	border-width: 0 0 1px;
}

.step-slick-slider .slick-list {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	margin: 0 0 19px;
}

.step-slick-slider .slick-slide {
	padding: 0;
}

.step-slick-slider .slick-slide img {
	width: 100%;
}

.step-slick-slider .slick-arrow {
	color: #404040;
	position: static;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	margin: 0;
}

.step-slick-slider .slick-arrow:before {
	margin-top: -8px;
}

.step-slick-slider .slick-arrow.slick-prev {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.step-slick-slider .slick-arrow.slick-next {
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4;
}

.step-slick-slider .slick-arrow.slick-prev {
	left: 15px;
}

.step-slick-slider .slick-arrow.slick-next {
	right: 15px;
}

.step-slick-slider .slick-arrow:hover {
	color: #b79e4b;
}

.step-slick-slider .slick-dots {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
	display: inline-block;
	vertical-align: middle;
	margin: 3px 15px 2px;
}

.step-slick-slider .slick-dots button {
	width: 14px;
	height: 14px;
}

.step-slick-slider .slick-dots li {
	margin: -1px 3px 18px;
}

.spacing-block {
	background: #fff;
	color: #808080;
	padding: 15px 17px 22px;
}

.spacing-block .intro-block {
	padding: 0px;
	margin-bottom: 0px;
}

/*
.primary-info:first-of-type{
	padding-top:0px;
}
*/

.spacing-block h1 {
	color: #404040 !important;
}

.spacing-block .align-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

.spacing-block .align-holder .col {
	width: 50%;
	padding: 5px 14px 23px;
}

.spacing-block .align-holder .full-col {
    width: 100%;
    padding: 0 0 23px 13px;
}

.ovis {
	overflow: visible !important;
}

.open-close.active .more {
	display: none;
}

.primary-info {
	overflow: hidden;
	padding: 14px 0 11px;
	position: relative;
}

.primary-info.contain-ap-element {
	padding-left: 40px !important;
}

.primary-info.contain-ap-element .jcf-checkbox {
	width: 23px;
	height: 23px;
}

.primary-info.contain-ap-element .ap-element {
	top: 18px;
}

.primary-info.contain-ap-element .title {
	padding: 7px 30px 7px 0;
}

.primary-info.contain-ap-element .text-wrap {
	padding: 0 2% 0 0;
}

.primary-info.contain-ap-element .image-holder {
	margin-bottom: 20px;
}

.primary-info.contain-ap-element .image-holder .image-wrap {
	margin: 5px auto;
}

.primary-info.contain-ap-element + .primary-info {
	padding-top: 25px;
}

.primary-info.contain-ap-element + .primary-info .ap-element {
	top: 28px;
}

.primary-info + .primary-info {
	border: 1px solid #e5e5e5;
	border-width: 1px 0 0;
	padding: 24px 0 11px;
}

.primary-info + .primary-info:last-of-type {
	border-width: 1px 0px 0px 0px;
	padding-bottom: 5px;
	margin-bottom: 0px;
}

.primary-info .title {
	display: block;
	color: #404040;
	font-weight: 700;
	padding: 0 0 17px;
}

.primary-info .heading {
	display: block;
	color: #404040;
	font-weight: 700;
}

.primary-info .heading.only {
	margin: 0 0 25px;
}

.primary-info h1 {
	color: #404040 !important;
	font-size: 26px !important;
}

.primary-info .address {
	margin: 0;
}

.primary-info .text-wrap {
	overflow: hidden;
}

.primary-info .text-link.opener {
	margin: -2px 0 0 4px;
}

.primary-info .image-holder {
	border: 1px solid #eaeaea;
	margin: 0 auto 18px;
}

.primary-info .image-holder .image-wrap {
	display: block;
	max-width: 198px;
	margin: 0 auto;
}

.primary-info .image-holder .image-wrap.right-content {
	margin-right: 0;
}

/* technical specifications styles */

.fd-list {
	padding: 0 0 20px;
}

.fd-list li {
	padding: 13px 0 10px;
}

.fd-list li + li {
	border: 1px solid #ddd;
	border-width: 1px 0 0;
}

.fd-list li + li:last-of-type {
	border-width: 1px 0;
}

.fd-list .field {
	display: block;
	/* text-transform: capitalize; */
	font-weight: 700;
	color: #404040;
	padding: 0;
}

.fd-list .description {
	display: block;
}

/* gg link styles */
.fd-list .description a {
	padding: 0 2px 3px;
	background: #fffccc;
	-webkit-transition: border .3s linear;
	transition: border .3s linear;
	color: #404040;
}

.fd-list .description a span {
	border: 1px solid #808080;
	border-width: 0 0 1px;
	-webkit-transition: border .3s linear;
	transition: border .3s linear;
}

.fd-list .description a:hover span {
	border-color: transparent;
}

.sidebox-list .description a {
	padding: 0 2px 3px;
	background: #fffccc;
	-webkit-transition: border .3s linear;
	transition: border .3s linear;
	color: #404040;
}

.sidebox-list .description a span {
	border: 1px solid #808080;
	border-width: 0 0 1px;
	-webkit-transition: border .3s linear;
	transition: border .3s linear;
}

.sidebox-list .description a:hover span {
	border-color: transparent;
}

/* gg remove line for complex content section*/
div.order.order1.col-sm-12.col-md-8 div.section {
	padding-top: 0px;
	border: 0px;
}



.model-block {
	background: #fff;
	margin: 0 0 15px;
	padding: 9px 15px;
}

.model-block .header-line {
	border: 1px solid #e2e2e2;
	border-width: 0 0 1px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

.model-block .title {
	color: #404040;
	max-width: 90px;
	letter-spacing: .08em;
}

.model-block .description-block {
	white-space: nowrap;
	text-align: center;
	padding: 15px 0;
}

.model-block .description-block:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	min-height: 200px;
}

.model-block .description-block .content-block {
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
}

.model-block .frame-style {
	border: 1px solid #d5d5d5;
	padding: 16px 15px;
	color: #404040;
	min-width: 230px;
}

.model-block .frame-style.alt-style {
	background: url(/_Resources/Static/Packages/IDS.Responsive/Images/frame.png) no-repeat;
	width: 280px;
	height: 148px;
	background-size: 280px 148px;
	border-style: none;
	padding: 50px 42px 50px 16px;
}

.model-block .frame-style.alt-style > * {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.model-block .owner {
	text-transform: capitalize;
	display: block;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.2;
}

.model-block .post-title {
	display: block;
	font-size: 17px;
	line-height: 1.4;
	text-transform: capitalize;
}

.inline-list li {
	display: inline-block;
	vertical-align: top;
	margin: 0 2px 7px;
	width: calc(100% - 80px);
	width: 100%;
}

.quotation-form {
	margin: 5px 0 0;
}

.quotation-form .select-wrap .jcf-select .jcf-select-text {
	cursor: pointer;
}

.quotation-form .model-block .title {
	padding: 2px 0;
}

.quotation-form.style1 .form-row:before {
	left: 0;
}

.quotation-form .title {
	display: block;
}

.quotation-form ol.info-list {
	margin-bottom: 0;
}

.quotation-form ol.info-list > li:last-of-type {
	padding-bottom: 0;
}

.quotation-form .info-list {
	margin: 0 0 20px;
}

.quotation-form .info-list .title {
	display: block;
	color: #404040;
	padding: 0;
}

.quotation-form .form-row {
	/* ggf1 */
	position: relative;
	padding: 38px 0 30px;
	margin-top: 17px;
}

div.info-list.style1 > div.slide-content > div.neos-nodetypes-form > section > form > .form-row.submit {
	/* ggf1 */
	padding-bottom: 0px;
}

div.info-list.style1 > div.slide-content > div.neos-nodetypes-form > section > form > .form-row.submit > nav.form-navigation > ul {
	/* ggf1 */
	margin-bottom: 6px;
}

ul.checklist > li > label {
	/* ggf1 */
	margin-bottom: 0px !important;
}

.quotation-form .form-row.address-row {
	padding-bottom: 19px;
}

.quotation-form .form-row.address-row .flex-holder {
	margin-bottom: 11px;
}

.quotation-form .form-row.address-row .element-holder {
	margin-bottom: 0;
}

.quotation-form .form-row.newsletter-row {
	padding: 24px 0 5px;
}

.quotation-form .form-row.newsletter-row .title {
	padding: 0 0 23px;
	margin: 0;
}

.quotation-form .form-row.newsletter-row .flex-holder .element-holder {
	margin-bottom: 2px;
}

.quotation-form .form-row.database-block {
	margin: 0 -15px;
}

.quotation-form .form-row.database-block:before {
	left: 15px;
	right: 15px;
}

.quotation-form .form-row:first-of-type {
	padding-top: 24px;
	padding-bottom: 12px;
}

.quotation-form .form-row:first-of-type:before {
	background: none;
}

.quotation-form .form-row:last-of-type {
	padding: 31px 0 19px;
}

.quotation-form .form-row:last-of-type .flex-holder {
	margin: 0;
}

.quotation-form .form-row:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	background: #ddd;
	height: 1px;
	top: 0;
}

.quotation-form .flex-holder {
	margin: 0 0 8px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.quotation-form .flex-holder .element-holder {
	margin-bottom: 10px;
}

.quotation-form .flex-holder .element-holder > .flex-holder {
	margin: 0;
}

.quotation-form .flex-holder .element-holder > .flex-holder .flex-holder {
	margin: 0;
}

.quotation-form .flex-holder .col.sm-col {
	margin: 0 0 18px;
	width: 100%;
}

.quotation-form .flex-holder .col.lg-col {
	width: 100%;
}

.quotation-form .flex-holder .underlined-link {
	font-size: 16px;
	text-transform: capitalize;
}

.quotation-form .flex-holder .underlined-link:hover span {
	border-color: transparent;
}

.quotation-form .flex-holder .underlined-link span {
	border-color: #cfcfcf;
}

.quotation-form .form-element {
	width: 100%;
}

/* Honeypot */
.form-row .flex-holder:has(.form-control-surname) {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;

    z-index: -1;
}

.quotation-form .add-label {
	width: 100%;
}

.quotation-form .input-wrap {
	margin: 0 0 17px;
}

.quotation-form .input-wrap + .input-wrap {
	margin-bottom: 14px;
}

.quotation-form .form-inline {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.quotation-form .form-inline .form-control {
	width: calc(100% - 100px);
}

.quotation-form .form-inline .inline-text {
	margin: 0;
	width: 100px;
	padding: 0 0 0 10px;
}

.quotation-form .label-inline {
	display: block;
	width: 100%;
	padding: 0 0 5px;
}

.quotation-form .label-inline label {
	margin: 0;
}

.quotation-form .hint-text {
	display: block;
}

.quotation-form .input-inline {
	display: block;
	width: 100%;
}

.quotation-form label {
	font-weight: 400;
}

.quotation-form .form-control {
	height: 37px;
}

.quotation-form textarea {
	resize: none;
}

.quotation-form textarea.form-control {
	height: 157px;
}

.quotation-form .jcf-select {
	width: 100%;
	/* ggf1 */
	margin: 0 0 0px;
	height: 37px;
}

.quotation-form .jcf-select.jcf-focus {
	background: #fffccc;
}

.quotation-form .jcf-select .jcf-select-opener {
	height: 0;
	width: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 7px solid #808080;
}

.quotation-form .jcf-select .jcf-select-text {
	font-family: "Wonder Unit Sans", Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 5px 35px 0 12px;
}

.quotation-form .jcf-file {
	display: block;
}

.quotation-form .jcf-file .jcf-upload-button {
	border-style: none;
	background: #fffccc;
	padding: 4px;
	height: 30px;
	margin: 0;
	line-height: 1.2;
	color: #404040;
	position: relative;
	margin: 0 0 0 25px;
	overflow: visible;
}

.quotation-form .jcf-file .jcf-upload-button:before {
	content: "\e920";
	position: absolute;
	left: -28px;
	top: 2px;
	font: 24px/1 "icomoon";
}

.quotation-form .jcf-file .jcf-upload-button .jcf-button-content {
	border: 1px solid #404040;
	border-width: 0 0 1px;
}

.quotation-form .jcf-file .jcf-fake-input {
	line-height: 1.5;
	height: 37px;
	border: 1px solid #d5d5d5;
	color: #808080;
	display: block;
	width: 100%;
	font-size: 16px;
	padding: 6px 12px;
	margin-bottom: 17px;
}

.quotation-form .btn-arrow {
	padding: 5px 8px 2px 38px !important;
}

.order-holder .block-styling {
	background: #fff;
	padding: 10px 14px 10px 15px;
}

.order-holder .block-styling .spacing-block {
	padding: 0;
}

.order-holder .block-styling .spacing-block .exceed-box .align-holder .col {
	padding-bottom: 29px;
}

.order-holder .block-styling .intro-block {
	padding: 0;
	margin-bottom: 5px;
}

.order-holder .block-styling .section {
	padding: 34px 0 13px;
}

.order-holder .block-styling .section:before {
	left: 0;
	right: 0;
}

.order-holder .block-styling .section + .section {
	padding-bottom: 17px;
}

.order-holder .block-styling .section + .section:last-of-type {
	padding-top: 28px;
	padding-bottom: 0;
}

.product-section .link-box:hover .description-content {
	visibility: visible;
}

.product-section .link-box .description-content {
	visibility: hidden;
	font-size: 27px;
	line-height: 1.111;
}

.news-section .link-box .description-block:after {
	min-height: 166px;
}

.service-section .boxes-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin: 0 -15px;
}

.service-section .boxes-holder li {
	width: 50%;
	padding: 0 15px 30px;
}

.service-section .link-box {
	background: #dedede;
	color: #404040;
}

.service-section .link-box:hover {
	color: #fff;
	background: #c4b27c;
}

.service-section .link-box:hover:after {
	background: none;
}

.service-section .link-box:hover .postload {
	display: inline-block;
}

.service-section .link-box:hover .preload {
	display: none;
}

.service-section .link-box h2 {
	border-style: none;
	display: none;
}

.service-section .link-box .description-block:after {
	min-height: 106px;
}

.form-header {
	padding: 15px;
	background: #fff;
	margin: 0 0 30px;
}

.form-header .heading {
	display: block;
	color: #404040;
	margin: 0 0 17px;
}

.form-header .flex-holder {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.form-header .input-wrap {
	width: calc(100% - 37px);
	padding: 0 14px 0 0;
}

.form-header .input-wrap {
	width: calc(100% - 37px);
}

.form-header .form-control {
	border-color: #ccc;
	font-size: 16px;
	font-style: italic;
	color: #808080;
	height: 37px;
	padding: 6px 8px;
}

.form-header .form-control:focus {
	color: #404040;
}

.form-header .btn-wrap {
	width: 37px;
}

.form-header .btn-wrap .btn {
	height: 37px;
	width: 100%;
	padding: 5px;
}

.lightbox-content {
	overflow: hidden;
	background: #fff;
	color: #808080;
	padding: 35px 15px;
}

.lightbox-content .lightbox-title {
	display: block;
	font-size: 22px;
	line-height: 1.2;
	font-weight: 700;
	color: #404040;
	border: 1px solid #ddd;
	border-width: 0 0 1px;
	padding: 0 0 13px;
	margin: 0 0 10px;
}

.lightbox-content .btn-wrap {
	border: 1px solid #ddd;
	border-width: 1px 0 0;
	padding: 30px 0 26px;
}

.lightbox-content .btn-wrap .btn-arrow {
	padding: 6px 3px 3px 30px;
}

.lightbox-content + .fancybox-close-small {
	top: 10px;
	right: 10px;
}

.lightbox-content .checkbox-element .jcf-radio {
	vertical-align: middle;
	display: inline-block;
	position: relative;
	overflow: hidden;
	cursor: default;
	background: #fff;
	border: 1px solid #d5d5d5;
	margin: 0 3px 0 0;
	width: 25px;
	height: 25px;
	-webkit-transition: background .3s linear, border .3s linear;
	transition: background .3s linear, border .3s linear;
	border-radius: 0;
}

.lightbox-content .checkbox-element .jcf-radio.jcf-checked {
	background: #b79e4b;
	border-color: #b79e4b;
}

.lightbox-content .checkbox-element .jcf-radio.jcf-checked span {
	display: block;
}

.lightbox-content .checkbox-element .jcf-radio span {
	position: absolute;
	display: none;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin: 0 !important;
	border-radius: 0;
	bottom: auto;
	right: auto;
	background: none;
}

.lightbox-content .checkbox-element .jcf-radio span:before {
	content: "\e90b";
	display: inline-block;
	vertical-align: top;
	font: 24px/1 "icomoon";
	color: #fff;
}

.lightbox-content .checkbox-element :root .jcf-radio span {
	margin: -4px 0 0 -5px;
}

.lightbox-content .checkbox-element .jcf-radio input[type="radio"] {
	position: absolute;
	width: 100%;
	height: 100%;
	border: 0;
	margin: 0;
	left: 0;
	top: 0;
}

.map-holder {
	background: #fff;
	padding: 0 0 33px;
}

.map-holder .route-info {
	padding: 0 15px;
	font-size: 14px;
}

.map-holder .adp-placemark td {
	padding: 5px;
}

.map-holder .input-wrap {
	width: calc(100% - 37px);
}

.map-holder .btn-wrap {
	width: 37px;
}

.map-holder .btn-wrap .btn {
	height: 37px;
	width: 100%;
	padding: 5px;
}

.map-holder .form-header {
	margin-bottom: 0;
}

/* map styles */

.map {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	overflow: hidden;
	position: relative;
	height: 350px; /* map marker */
}

.map img {
	display: block;
	width: 100%;
	height: auto;
}

.map .map-canvas {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.map .js-custom-marker {
	width: 0;
	height: 0;
}

.map .js-marker-start .marker-icon {
	background: url(/_Resources/Static/Packages/IDS.Responsive/Images/marker-start.png) no-repeat;
}

.map .marker-icon {
	width: 28px;
	height: 40px;
	display: block;
	background: url(/_Resources/Static/Packages/IDS.Responsive/Images/map-marker.png) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.map .gm-err-icon img {
	width: auto;
	display: inline-block;
	vertical-align: top;
}

.map-canvas {
	height: 100%;
}

.popup-holder {
	position: relative;
	overflow: hidden;
	height: 0;
}

.fancybox-enabled {
	overflow: hidden;
}

.fancybox-enabled body {
	overflow: visible;
	-ms-touch-action: none;
	touch-action: none;
}

.fancybox-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99993;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

/* Make sure that the first one is on the top */

.fancybox-container ~ .fancybox-container {
	z-index: 99992;
}

.fancybox-bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #333;
	opacity: 0;
	-webkit-transition-timing-function: cubic-bezier(.55, .06, .68, .19);
	transition-timing-function: cubic-bezier(.55, .06, .68, .19);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.fancybox-container--ready .fancybox-bg {
	opacity: .9;
	-webkit-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
	transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-controls {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
	opacity: 0;
	z-index: 99994;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	direction: ltr;
}

.fancybox-show-controls .fancybox-controls {
	opacity: 1;
}

.fancybox-infobar {
	display: none;
}

.fancybox-show-infobar .fancybox-infobar {
	display: inline-block;
	pointer-events: all;
}

.fancybox-infobar__body {
	display: inline-block;
	width: 70px;
	line-height: 44px;
	font-size: 13px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	text-align: center;
	color: #ddd;
	background-color: rgba(30, 30, 30, .7);
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-font-smoothing: subpixel-antialiased;
}

.fancybox-buttons {
	position: absolute;
	top: 0;
	right: 0;
	display: none;
	pointer-events: all;
}

.fancybox-show-buttons .fancybox-buttons {
	display: block;
}

.fancybox-slider-wrap {
	overflow: hidden;
	direction: ltr;
}

.fancybox-slider-wrap,
.fancybox-slider {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 0;
	margin: 0;
	z-index: 99993;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.fancybox-slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: auto;
	outline: none;
	white-space: normal;
	box-sizing: border-box;
	text-align: center;
	z-index: 99994;
	-webkit-overflow-scrolling: touch;
	-webkit-tap-highlight-color: transparent;
}

.fancybox-slide::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 0;
}

.fancybox-slide > * {
	display: inline-block;
	position: relative;
	border-width: 0;
	vertical-align: middle;
	text-align: left;
	overflow: auto;
	box-sizing: border-box;
}

.fancybox-slide--image {
	overflow: hidden;
}

.fancybox-slide--image::before {
	display: none;
}

.fancybox-content {
	display: inline-block;
	position: relative;
	margin: 44px auto;
	padding: 0;
	border: 0;
	width: 80%;
	height: calc(100% - 88px);
	vertical-align: middle;
	line-height: normal;
	text-align: left;
	white-space: normal;
	outline: none;
	font-size: 16px;
	font-family: Arial, sans-serif;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
	-webkit-overflow-scrolling: touch;
}

.fancybox-iframe {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	height: 100%;
	background: #fff;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video .fancybox-iframe {
	background: transparent;
}

.fancybox-placeholder {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	border: 0;
	z-index: 99995;
	background: transparent;
	cursor: default;
	overflow: visible;
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.fancybox-image,
.fancybox-spaceball {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	max-width: none;
	max-height: none;
	background: transparent;
	background-size: 100% 100%;
}

.fancybox-controls--canzoomOut .fancybox-placeholder {
	cursor: zoom-out;
}

.fancybox-controls--canzoomIn .fancybox-placeholder {
	cursor: zoom-in;
}

.fancybox-controls--canGrab .fancybox-placeholder {
	cursor: grab;
}

.fancybox-controls--isGrabbing .fancybox-placeholder {
	cursor: grabbing;
}

.fancybox-spaceball {
	z-index: 1;
}

.fancybox-tmp {
	position: absolute;
	top: -9999px;
	left: -9999px;
	visibility: hidden;
}

.fancybox-error {
	position: absolute;
	margin: 0;
	padding: 40px;
	top: 50%;
	left: 50%;
	width: 380px;
	max-width: 100%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: #fff;
	cursor: default;
}

.fancybox-error p {
	margin: 0;
	padding: 0;
	color: #444;
	font: 16px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.fancybox-close-small {
	position: absolute;
	top: 4px;
	right: 4px;
	padding: 0;
	margin: 0;
	width: 24px;
	height: 24px;
	font-size: 0;
	line-height: 0;
	cursor: pointer;
	-webkit-transition: color .2s;
	transition: color .2s;
	box-sizing: border-box;
	background: none;
	border-style: none;
	z-index: 2;
	text-align: right;
	color: #404040;
}

.fancybox-close-small:after {
	content: "\e90a";
	position: absolute;
	right: 0;
	top: 0;
	font: 24px/1 "icomoon";
	text-indent: 0;
}

.fancybox-close-small:focus {
	outline: 1px dotted #888;
}

.fancybox-slide--video .fancybox-close-small {
	top: -36px;
	right: -36px;
	background: transparent;
}

.fancybox-close-small:hover {
	color: #b79e4b;
}

/* Caption */

.fancybox-caption-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 60px 30px 0 30px;
	z-index: 99998;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	box-sizing: border-box;
	background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8) 100%);
	background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8) 100%);
	opacity: 0;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
	pointer-events: none;
}

.fancybox-show-caption .fancybox-caption-wrap {
	opacity: 1;
}

.fancybox-caption {
	padding: 30px 0;
	border-top: 1px solid rgba(255, 255, 255, .4);
	font-size: 14px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #fff;
	line-height: 20px;
	-webkit-text-size-adjust: none;
}

.fancybox-caption a,
.fancybox-caption button {
	pointer-events: all;
}

.fancybox-caption a {
	color: #fff;
	text-decoration: underline;
}

/* Buttons */

.fancybox-button {
	display: inline-block;
	position: relative;
	width: 44px;
	height: 44px;
	line-height: 44px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	cursor: pointer;
	background: transparent;
	color: #fff;
	box-sizing: border-box;
	vertical-align: top;
	outline: none;
}

.fancybox-button--disabled {
	cursor: default;
	pointer-events: none;
}

.fancybox-infobar__body,
.fancybox-button {
	background: rgba(30, 30, 30, .6);
}

.fancybox-button:hover {
	background: rgba(0, 0, 0, .8);
}

.fancybox-button::before,
.fancybox-button::after {
	content: "";
	pointer-events: none;
	position: absolute;
	border-color: #fff;
	background-color: currentColor;
	color: currentColor;
	opacity: .9;
	box-sizing: border-box;
	display: inline-block;
}

.fancybox-button--disabled::before,
.fancybox-button--disabled::after {
	opacity: .5;
}

.fancybox-button--left::after {
	left: 20px;
	top: 18px;
	width: 6px;
	height: 6px;
	background: transparent;
	border-top: solid 2px currentColor;
	border-right: solid 2px currentColor;
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.fancybox-button--right::after {
	right: 20px;
	top: 18px;
	width: 6px;
	height: 6px;
	background: transparent;
	border-top: solid 2px currentColor;
	border-right: solid 2px currentColor;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.fancybox-button--left {
	border-bottom-left-radius: 5px;
}

.fancybox-button--right {
	border-bottom-right-radius: 5px;
}

.fancybox-button--close {
	float: right;
}

.fancybox-button--close::before,
.fancybox-button--close::after {
	content: "";
	display: inline-block;
	position: absolute;
	height: 2px;
	width: 16px;
	top: calc(50% - 1px);
	left: calc(50% - 8px);
}

.fancybox-button--close::before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.fancybox-button--close::after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* Loading spinner */

.fancybox-loading {
	border: 6px solid rgba(100, 100, 100, .4);
	border-top: 6px solid rgba(255, 255, 255, .6);
	border-radius: 100%;
	height: 50px;
	width: 50px;
	-webkit-animation: fancybox-rotate .8s infinite linear;
	animation: fancybox-rotate .8s infinite linear;
	background: transparent;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -25px;
	z-index: 99999;
}

/* Styling for Small-Screen Devices */

/* Fullscreen  */

.fancybox-button--fullscreen::before {
	width: 15px;
	height: 11px;
	left: 15px;
	top: 16px;
	border: 2px solid;
	background: none;
}

/* Slideshow button */

.fancybox-button--play::before {
	top: 16px;
	left: 18px;
	width: 0;
	height: 0;
	border-top: 6px inset transparent;
	border-bottom: 6px inset transparent;
	border-left: 10px solid;
	border-radius: 1px;
	background: transparent;
}

.fancybox-button--pause::before {
	top: 16px;
	left: 18px;
	width: 7px;
	height: 11px;
	border-style: solid;
	border-width: 0 2px 0 2px;
	background: transparent;
}

/* Thumbs */

.fancybox-button--thumbs span {
	font-size: 23px;
}

.fancybox-button--thumbs::before {
	top: 20px;
	left: 21px;
	width: 3px;
	height: 3px;
	box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
}

.fancybox-container--thumbs .fancybox-controls,
.fancybox-container--thumbs .fancybox-slider-wrap,
.fancybox-container--thumbs .fancybox-caption-wrap {
	right: 220px;
}

.fancybox-thumbs {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: auto;
	width: 220px;
	margin: 0;
	padding: 5px 5px 0 0;
	background: #fff;
	z-index: 99993;
	word-break: normal;
	-webkit-overflow-scrolling: touch;
	-webkit-tap-highlight-color: transparent;
	box-sizing: border-box;
}

.fancybox-thumbs > ul {
	list-style: none;
	position: absolute;
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	overflow-y: auto;
	font-size: 0;
}

.fancybox-thumbs > ul > li {
	float: left;
	overflow: hidden;
	max-width: 50%;
	padding: 0;
	margin: 0;
	width: 105px;
	height: 75px;
	position: relative;
	cursor: pointer;
	outline: none;
	border: 5px solid #fff;
	border-top-width: 0;
	border-right-width: 0;
	-webkit-tap-highlight-color: transparent;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	box-sizing: border-box;
}

li.fancybox-thumbs-loading {
	background: rgba(0, 0, 0, .1);
}

.fancybox-thumbs > ul > li > img {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	min-height: 100%;
	max-width: none;
	max-height: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.fancybox-thumbs > ul > li:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 2px;
	border: 4px solid #4ea7f9;
	z-index: 99991;
	opacity: 0;
	-webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94);
	transition: all .2s cubic-bezier(.25, .46, .45, .94);
}

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
	opacity: 1;
}

/* Styling for Small-Screen Devices */

/* ---------------------------------------------------------
   4. Сustom form styles
   ---------------------------------------------------------*/

/* custom checkbox styles */

.jcf-checkbox {
	vertical-align: middle;
	display: inline-block;
	position: relative;
	overflow: hidden;
	cursor: default;
	background: #fff;
	border: 1px solid #d5d5d5;
	margin: 0 3px 0 0;
	width: 25px;
	height: 25px;
	-webkit-transition: background .3s linear, border .3s linear;
	transition: background .3s linear, border .3s linear;
}

.jcf-checkbox.jcf-checked {
	background: #b79e4b;
	border-color: #b79e4b;
}

.jcf-checkbox.jcf-checked span {
	display: block;
}

.jcf-checkbox span {
	position: absolute;
	display: none;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin: 0 !important;
}

.jcf-checkbox span:before {
	content: "\e90b";
	display: inline-block;
	vertical-align: top;
	font: 24px/1 "icomoon";
	color: #fff;
}

:root .jcf-checkbox span {
	margin: -4px 0 0 -5px;
}

.jcf-checkbox input[type="checkbox"] {
	position: absolute;
	width: 100%;
	height: 100%;
	border: 0;
	margin: 0;
	left: 0;
	top: 0;
}

/* custom radio styles */

.jcf-radio {
	vertical-align: middle;
	display: inline-block;
	position: relative;
	overflow: hidden;
	cursor: default;
	background: #fff;
	border: 1px solid #777;
	border-radius: 50%;
	margin: 0 3px 0 0;
	height: 16px;
	width: 16px;
}

.jcf-radio span {
	display: none;
	position: absolute;
	top: 7px;
	left: 7px;
	right: 7px;
	bottom: 7px;
	background: #404040;
	border-radius: 100%;
}

.jcf-radio input[type="radio"] {
	position: absolute;
	height: 100%;
	width: 100%;
	border: 0;
	margin: 0;
	left: 0;
	top: 0;
}

.jcf-radio.jcf-checked span {
	display: block;
}

/* custom select styles */

.jcf-select {
	background: #fff;
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin: 0 0 12px;
	height: 38px;
	border: 1px solid #d5d5d5;
}

.jcf-select select {
	z-index: 1;
	left: 0;
	top: 0;
}

.jcf-select .jcf-select-text {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	font: 400 18px/26px "Roboto Condensed", Arial, Helvetica, sans-serif;;
	color: #808080;
	margin: 0 35px 0 8px;
}

.jcf-select .jcf-select-opener {
	height: 0;
	width: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #a0a0a0;
	position: absolute;
	text-align: center;
	right: 12px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

body > .jcf-select-drop {
	position: absolute;
	margin: -1px 0 0;
	z-index: 9999;
}

body > .jcf-select-drop.jcf-drop-flipped {
	margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
	position: absolute;
	margin-top: 0;
	z-index: 9999;
	top: 100%;
	left: -1px;
	right: -1px;
}

.jcf-select .jcf-drop-flipped {
	bottom: 100%;
	top: auto;
}

.jcf-select-drop .jcf-select-drop-content {
	border: 1px solid #d5d5d5;
}

/* multiple select styles */

.jcf-list-box {
	overflow: hidden;
	display: inline-block;
	border: 1px solid #b8c3c9;
	min-width: 200px;
	margin: 0 15px;
}

/* select options styles */

.jcf-list {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #fff;
	line-height: inherit;
	font-size: inherit;
	width: 100%;
}

.jcf-list .jcf-list-content {
	vertical-align: top;
	display: inline-block;
	overflow: auto;
	width: 100%;
}

.jcf-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.jcf-list ul li {
	overflow: hidden;
	display: block;
}

.jcf-list .jcf-overflow {
	overflow: auto;
}

.jcf-list .jcf-option {
	overflow: hidden;
	cursor: default;
	display: block;
	padding: 5px 9px;
	color: #656565;
	height: 1%;
}

.jcf-list .jcf-option.jcf-option-hidethis {
	display: none;
}

.jcf-list .jcf-disabled {
	background: #fff !important;
	color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
	background: #fffccc;
	color: #404040;
}

.jcf-list .jcf-optgroup-caption {
	white-space: nowrap;
	font-weight: bold;
	display: block;
	padding: 5px 9px;
	cursor: default;
	color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
	padding-left: 30px;
}

/* custom file input styles */

.jcf-file {
	display: inline-block;
	white-space: nowrap;
	position: relative;
	overflow: hidden;
	background: #fff;
}

.jcf-file .jcf-real-element {
	position: absolute;
	font-size: 200px;
	height: 200px;
	margin: 0;
	right: 0;
	top: 0;
}

.jcf-file .jcf-fake-input {
	display: inline-block;
	text-overflow: ellipsis;
	white-space: nowrap;
	vertical-align: top;
	overflow: hidden;
	border: 1px solid #777;
	padding: 0 8px;
	font-size: 13px;
	line-height: 28px;
	height: 28px;
	width: 125px;
}

.jcf-file .jcf-upload-button {
	display: inline-block;
	vertical-align: top;
	white-space: nowrap;
	overflow: hidden;
	border: 1px solid #777;
	margin: 0 0 0 -1px;
	padding: 0 10px;
	line-height: 28px;
	height: 28px;
}

/* footer styles */

#footer {
	padding: 60px 0 0;
	font-size: 16px;
}

.footer-row {
	position: relative;
	padding: 42px 0 38px;
	width: 100%;
}

.footer-row.order2 {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.footer-row.order2:before {
	background: none;
}

.footer-row.order3 {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
}

.footer-row.order4 {
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4;
}

.footer-row:last-of-type {
	padding-top: 33px;
	padding-bottom: 33px;
}

.footer-row:before {
	content: "";
	position: absolute;
	left: -9999px;
	right: -9999px;
	top: 0;
	height: 2px;
	background: #eaeaea;
	display: block;
}

.footer-row.inner-seperator {
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 40px;
}

.footer-row.inner-seperator .row > div {
	padding-top: 36px;
	padding-bottom: 30px;
}

.footer-row.inner-seperator .row > div.newsletter-block {
	padding-bottom: 18px;
}

.footer-row.inner-seperator .row > div .contact-block {
	padding-top: 35px;
}

.footer-row.inner-seperator .row > div .contact-block strong.menu-header {
	margin-bottom: 13px;
}

.footer-row.inner-seperator .row > div .contact-block .data-list a[href^="tel"] {
	color: inherit;
}

.footer-row.inner-seperator .row > div .contact-block .data-list a[href^="tel"]:hover {
	color: #b79e4b;
}

.footer-row.inner-seperator .row > div:first-of-type:before {
	background: none;
}

.footer-row.inner-seperator .row > div:before {
	content: "";
	position: absolute;
	left: -9999px;
	right: -9999px;
	top: 0;
	height: 2px;
	background: #eaeaea;
	display: block;
}

.footer-row.inner-seperator .align-holder > div {
	position: relative;
}

.footer-row.inner-seperator .align-holder > div:before {
	content: "";
	position: absolute;
	left: -9999px;
	right: -9999px;
	top: 0;
	height: 2px;
	background: #eaeaea;
	display: block;
}

.footer-row.inner-seperator .align-holder > div + div {
	padding-top: 36px;
}

.footer-row.inner-seperator .align-holder > div + div strong.menu-header {
	margin-bottom: 15px;
}

.footer-row .text-description {
	letter-spacing: -.02em;
}

.footer-menu {
	margin-bottom: 0;
}

.footer-menu > li:first-child > .menu-holder {
	border-width: 1px 0;
}

.footer-menu > li > .menu-holder.has-drop-down.active > .menu-header:after {
	content: "\e918";
}

.footer-menu > li > .menu-holder.has-drop-down > .menu-header:after {
	content: "\e91b";
	position: absolute;
	right: -8px;
	top: 7px;
	font: 26px/1 "icomoon";
}

.footer-menu > li > .menu-holder {
	border: 1px solid #e4e4e3;
	border-width: 0 0 1px;
}

.footer-menu > li > .menu-holder > .menu-header {
	display: block;
	padding: 8px 20px 5px 1px;
	position: relative;
}

.footer-menu > li > .menu-holder > .menu-header:hover {
	text-decoration: none;
	color: #a0a0a0;
}

.footer-menu > li > .menu-holder > .sub-footer-nav {
	display: none;
	border: 1px solid #e4e4e3;
	border-width: 1px 0 0;
}

.footer-menu > li > .menu-holder > .sub-footer-nav > .sub-footer-menu {
	padding: 18px 0 6px;
}

.footer-menu > li > .menu-holder > .sub-footer-nav > .sub-footer-menu > li.active > a,
.footer-menu > li > .menu-holder > .sub-footer-nav > .sub-footer-menu > li > a:hover {
	color: #b79e4b;
}

.footer-menu > li > .menu-holder > .sub-footer-nav > .sub-footer-menu > li > a {
	display: block;
	padding: 0;
	color: #a0a0a0;
}

.extra-nav ul {
	margin-top: 20px;
}

.extra-nav ul li {
	vertical-align: top;
	font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0 0 10px 0;
	letter-spacing: 1px;
}

.extra-nav ul li.active a,
.extra-nav ul li a:hover {
	color: #b79e4b;
}

.extra-nav ul li a {
	color: #a0a0a0;
}

.images-list {
	margin-bottom: 0;
}

.images-list li {
	padding-bottom: 10px;
	vertical-align: middle;
}

.images-list li a {
	display: block;
}

.images-list li .paypal {
	width: 70px;
}

.images-list li .mastercard {
	width: 52px;
}

.images-list li .visa {
	width: 60px;
}

.copyright-info {
	font-family: "Merriweather", "Times New Roman", Times, serif;
	font-style: italic;
}

@media (min-width: 480px) {
	.text-link {
		display: inline-block;
		vertical-align: top;
	}

	.download-list li {
		padding-bottom: 7px;
	}
}

@media (min-width: 768px) {
	#header {
		min-height: 117px;
	}

	#header {
		padding-top: 0;
	}

	#header:after {
		background: #e4e4e3;
	}

	#header.alt-bg:after {
		background: #e3e3e2;
	}

	#header.transparent-bg:after {
		background: #f4f4f1;
	}

	#header.white-bg:after {
		background: #fff;
	}

	#main {
		padding-top: 117px;
	}

	.top-header {
		margin: 0 15px 12px 0;
	}

	.logo-block {
		width: 315px;
		padding: 27px 0 0;
		-webkit-transition: none;
		transition: none;
	}

	.logo-block .logo {
		width: 54px;
		display: inline-block;
		vertical-align: middle;
	}

	.logo-block .logo-description {
		display: inline-block;
		vertical-align: middle;
		padding: 15px 0 0 20px;
	}

	.nav-opener {
		left: auto;
		top: auto;
	}

	[class^="nav-active"] .translator {
		visibility: hidden;
		opacity: 0;
	}

	.active .nav-opener .opener:before,
	.active .nav-opener .opener:after,
	.active .nav-opener .opener span {
		background: #b79e4b;
	}

	.nav-header {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-right: 15px;
	}

	.main-nav > li.menu-nav {
		margin: 11px 17px 11px 0;
	}

	.main-nav > li.menu-nav > a {
		display: inline-block;
		vertical-align: top;
		min-height: 21px;
	}

	.main-nav > li.active .nav-drop {
		height: auto;
		max-height: 9999px;
		opacity: 1;
		visibility: visible;
	}

	.main-nav > li.active .nav-drop > .container-wrap > div {
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
		max-height: 9999px;
	}

	.main-nav > li.active:before {
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		top: 0;
		z-index: -1;
		background: rgba(51, 51, 51, .9);
	}

	.main-nav > li > a {
		position: relative;
	}

	.main-nav > li > .has-drop-down-a:before,
	.main-nav > li > .has-drop-down-a:after {
		margin-top: 12px;
	}

	.main-nav > li > .has-drop-down-a:after {
		margin-top: 13px;
	}

	.main-nav > li > .nav-drop {
		display: block !important;
		visibility: hidden;
		opacity: 0;
		padding-top: 0;
		padding-top: 139px;
		-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
		transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	}

	.main-nav > li > .nav-drop > .container-wrap {
		padding-top: 0;
	}

	.main-nav > li > .nav-drop > .container-wrap > div {
		-webkit-transition: -webkit-transform .3s linear,  max-height .3s linear;
		transition: transform .3s linear,  max-height .3s linear;
		-webkit-transform: translate(0, -100%);
		-ms-transform: translate(0, -100%);
		transform: translate(0, -100%);
		max-height: 0;
	}

	.main-nav > li > .nav-drop > .container-wrap > div > .inner-main-nav {
		padding: 33px 0 0;
	}

	.main-nav > li > .nav-drop > .container-wrap > div > .inner-main-nav {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
	}

	.main-nav > li > .nav-drop > .container-wrap > div > .inner-main-nav > li {
		width: 20%;
		padding: 0 15px 24px;
		border-style: none;
	}

	.main-nav > li > .nav-drop > .container-wrap > div > .inner-main-nav > li.popup-wrap .js-slide-hidden {
		position: static !important;
	}

	.main-nav > li > .nav-drop > .container-wrap > div > .inner-main-nav > li.has-drop-down.active > a:after {
		content: "";
	}

	.main-nav > li > .nav-drop > .container-wrap > div > .inner-main-nav > li.has-drop-down > a:after {
		content: "";
		font-size: 14px;
		top: 5px;
	}

	.main-nav > li > .nav-drop > .container-wrap > div > .inner-main-nav > li > a {
		display: inline-block;
		vertical-align: top;
		padding: 0;
		margin: 0 0 15px;
	}

	.main-nav > li > .nav-drop > .container-wrap > div > .inner-main-nav > li > .inner-nav-drop > .inner-main-nav {
		padding: 0 0 30px;
	}

	.main-nav > li > .nav-drop > .container-wrap > div > .inner-main-nav > li > .inner-nav-drop > .inner-main-nav > li {
		border: 1px solid #e5e5e5;
		border-width: 0 0 1px;
		padding: 9px 0;
	}

	.main-nav > li > .nav-drop > .container-wrap > div > .inner-main-nav > li > .inner-nav-drop > .inner-main-nav > li > a {
		display: inline;
		padding: 0;
	}

	.main-nav .nav-close {
		width: 24px;
		height: 25px;
		display: inline-block;
		vertical-align: top;
	}

	.main-nav .btn-close {
		padding: 0 9px 9px;
	}

	.content-slider {
		padding: 0 30px;
		text-align: center;
	}

	.content-slider .slick-dots {
		margin-bottom: 10px;
	}

	.content-slider .slick-arrow.slick-prev {
		left: -8px;
	}

	.content-slider .slick-arrow.slick-next {
		right: -8px;
	}

	.slick-slider {
		display: block;
	}

	.slick-dots {
		position: relative;
		margin: 0 0 38px;
		z-index: 1;
		display: block;
	}

	.slick-arrow {
		width: 30px;
		height: 30px;
		-webkit-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		transform: translate(0, -50%);
		position: absolute;
	}

	.slick-arrow:before {
		font-size: 48px;
	}

	h1 {
		font-size: 34px;
		line-height: 1.056;
	}

	.bg-indent {
		padding: 5px 15px;
	}

	.banner-container {
		position: relative;
		border-style: none;
	}

	.banner-container.alt-bg {
		background: #e3e3e2;
	}

	.banner-container.alt-bg2:after {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		width: 9.3%;
		bottom: 0;
		z-index: 2;
	}

	.banner.slick-slider {
		margin: 0 -60px;
	}

	.banner.slick-slider .slick-dots {
		margin: -76px 0 0;
	}

	.banner.adjust-gradient .slide-img {
		right: 0;
		width: 75%;
		background-position: 100% 0;
	}

	.banner.adjust-gradient .slide-img-wrap {
		right: -54px;
	}

	.banner.adjust-gradient .slide-img-wrap:after {
		box-shadow: none;
	}

	.banner.alt-width .slide-content {
		max-width: 66%;
	}

	.banner.alt-width .slide-img {
		width: 66%;
	}

	.banner.alt-width2 .slide-content {
		max-width: 50%;
	}

	.banner .slide-logo {
		top: 50%;
		-webkit-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		transform: translate(0, -50%);
		left: 50%;
		padding: 0;
		right: auto;
		max-width: 180px;
	}

	.banner .slide-logo:before {
		top: -40px;
		width: 650px;
		height: 600px;
	}

	.banner .slide-img-wrap,
	.banner .slide-img {
		padding: 0;
		right: 0;
		height: auto;
	}

	.banner .slide-img {
		right: 30px;
	}

	.banner .slide-content {
		padding: 30px 7.2%;
		max-width: 60%;
		white-space: nowrap;
	}

	.banner .slide-content:after {
		content: "";
		min-height: 297px;
		display: inline-block;
		vertical-align: middle;
	}

	.banner .slide-content .content-wrap {
		padding: 0 0 5px;
	}

	.banner .headline {
		padding: 0;
	}

	.banner h1 {
		margin-bottom: 16px;
	}

	.btn-wrap.list-inline {
		margin: 0 -20px;
	}

	.btn-wrap.list-inline > li {
		font-size: 15px;
		padding: 0 15px 15px;
	}

	.btn-wrap.list-inline > li:first-of-type:not(:last-of-type) {
		max-width: 46%;
	}

	.btn-wrap.list-inline > li:last-of-type:not(:first-of-type) {
		max-width: 52%;
	}

	.btn-wrap.list-inline .btn-arrow {
		padding: 6px 6px 3px 39px;
	}

	.btn-wrap.list-inline .btn-arrow [class^="icon-"] {
		margin: 0;
	}

	.btn-wrap.list-inline .btn-arrow .icon-mode_edit {
		margin: 0;
	}

	.btn-arrow {
		padding: 6px 8px 3px 42px;
	}

	.btn-arrow [class^="icon-"] {
		left: 6px;
	}

	.btn-route {
		padding: 5px 10px 5px 30px;
	}

	.btn-route:before {
		margin: 0;
		left: 5px;
		-webkit-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}

	.text-link[href^="mailto"] {
		display: inline-block;
	}

	body.search-active .main-nav > li.menu-nav ~ li {
		opacity: 0;
		visibility: hidden;
	}

	.contact-holder {
		margin-bottom: 37px;
	}

	.contact-card {
		padding: 26px 17px 8px;
	}

	.contact-card .align-holder .heading {
		width: 33%;
		padding: 0 10px 20px 0;
	}

	.contact-card .align-holder .data-list {
		width: 67%;
		margin-bottom: 20px;
	}

	.data-list {
		margin-bottom: 3px;
	}

	.content-list {
		padding: 6px 0;
	}

	.check-list {
		padding: 6px 0;
	}

	.download-list li a:before {
		left: 3px;
	}

	.checklist {
		padding: 6px 0 0;
	}

	.checklist .jcf-radio,
	.checklist .jcf-checkbox {
		top: -2px;
	}

	.array-list {
		margin-bottom: 11px;
	}

	.vertical-list li {
		margin-bottom: 25px;
	}

	.vertical-list li:last-of-type {
		margin-bottom: 29px;
	}

	.align-holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		overflow: hidden;
	}

	.link-box {
		padding: 13px 15px;
	}

	.link-box h2 {
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}

	.link-box .description-block:after {
		min-height: 276px;
	}

	.link-box .description-content {
		margin-bottom: 41px;
		line-height: 1.154;
	}

	.link-box .img-holder.icon_beratung {
		max-width: 100px;
	}

	.link-box .img-holder.icon_fragen-antworten {
		max-width: 119px;
	}

	.link-box .img-holder.icon_versand {
		max-width: 104px;
	}

	.link-box .img-holder.icon_zahlungsarten {
		max-width: 106px;
	}

	.reduced-height .link-box .description-block:after {
		min-height: 250px;
	}

	.reduced-height .link-box .description-content {
		margin-bottom: 33px;
	}

	.md-txt-shadow {
		text-shadow: 1px 1px 0 #e3e3e2;
	}

	.boxes-holder {
		margin: 0 -15px;
	}

	.boxes-holder.layout1 li.large-box {
		width: 100%;
	}

	.boxes-holder.layout1 li.large-box ~ li.extended-box {
		width: 100%;
	}

	.boxes-holder.layout3 li {
		width: 33.33%;
	}

	.boxes-holder.layout4 li {
		width: 25%;
	}

	.boxes-holder.block-samples .link-box .description-block:after {
		min-height: 184px;
	}

	.boxes-holder li {
		width: 50%;
		padding: 0 15px 30px;
		display: inline-block;
		vertical-align: top;
	}

	.boxes-holder li.large .description-content,
	.boxes-holder li.medium .description-content {
		font-size: 36px;
		line-height: 1.083;
		margin-top: 30px;
	}

	.boxes-holder li.large {
		width: 100%;
		padding-bottom: 32px;
	}

	.boxes-holder li.large .link-box {
		min-height: 493px;
	}

	.boxes-holder li.medium {
		width: 100%;
	}

	.boxes-holder li.screen-sm-block {
		width: 100%;
	}

	.boxes-holder li.extended-box {
		width: 100%;
	}

	.boxes-holder .link-box {
		min-height: 330px;
	}

	.service-section .boxes-holder .link-box {
		min-height: 150px;
	}

	.ap-block .inner-ap {
		bottom: 54px;
	}

	.order-holder .order.pull-margin.section {
		padding-bottom: 13px;
	}

	.order-holder .order.order5 {
		width: 100%;
	}

	.order-holder .swap-order .section.sidebox-section {
		padding: 40px 0 0;
		margin: 0;
	}

	.order-holder .section {
		padding: 38px 15px 40px;
	}

	.order-holder .section.sidebox-section {
		padding: 40px 0 0;
	}

	.order-holder .neos-contentcollection .section.sidebox-section {
		padding: 40px 0 0;
	}

	.order-holder .section h1 {
		font-size: 23px;
	}

	.order-holder .section .btn-arrow {
		padding: 6px 8px 3px 41px;
	}

	.chrome .order-holder .section .btn-arrow [class^="icon-"] {
		margin-top: 0 !important;
	}

	.order-holder .mid-block.style2 .section {
		padding-top: 37px;
	}

	.order-holder .mid-block.style2 .section h1 {
		font-size: 22px;
		margin-bottom: 29px;
	}

	.order-holder .mid-block.style2 .section .content-separator:last-of-type h1 {
		margin-bottom: 27px;
	}

	.order-holder .mid-block.style3 .section {
		padding-top: 37px;
	}

	.order-holder .mid-block.style3 .section h1 {
		font-size: 22px;
		margin-bottom: 23px;
	}

	.order-holder .mid-block.style3 .section .content-separator:last-of-type h1 {
		margin-bottom: 27px;
	}

	.order-holder .mid-block.style3 .info-list > li .slide-content {
		padding: 2px 14px 10px;
	}

	.order-holder .mid-block.style3 .info-list > li .slide-content .primary-info {
		padding: 24px 0 14px;
	}

	.order-holder .mid-block.style3 .info-list > li .slide-content .primary-info .image-holder {
		margin-bottom: 16px;
	}

	.order-holder .mid-block .section {
		padding: 36px 15px 40px;
	}

	.order-holder .mid-block .section h1 {
		font-size: 27px;
		line-height: 1.111;
	}

	.order-holder .info-block h1,
	.order-holder .quotation-form h1 {
		font-size: 23px !important;
		margin-bottom: 18px;
	}

	.order-holder .info-block h1 {
		margin-bottom: 25px;
	}

	.top-nav {
		width: 50px;
		height: 50px;
	}

	.add-separator {
		margin-top: 25px !important;
		padding-top: 30px;
	}

	.pull-block {
		margin-top: -42px;
	}

	.pull-block .order-holder {
		padding: 0;
	}

	#content .breadcrumb {
		display: block;
	}

	#content .breadcrumb + .order-holder {
		padding-top: 0;
	}

	.breadcrumb {
		padding: 31px 8px 24px;
	}

	.breadcrumb > li.back-link {
		display: inline-block;
	}

	.heading-holder {
		padding: 0 15px;
		width: 80%;
	}

	.heading-holder h1 {
		font-size: 34px;
		line-height: 1.058;
	}

	.indent-heading h1 {
		margin-left: 16px !important;
		margin-right: 16px !important;
	}

	.intro-block {
		padding: 8px 15px;
		margin: 0 0 50px;
		overflow: hidden;
	}

	.intro-block.style1 .content-slider {
		margin: 0 0 20px;
	}

	.intro-block.style1 h2 {
		font-size: 26px;
		margin-bottom: 7px;
	}

	.intro-block.style3 {
		margin-bottom: 40px;
	}

	.intro-block.style5 .intro-post {
		padding: 0 0 18px;
	}

	.intro-block .intro-post {
		padding: 0 0 13px;
	}

	.intro-block > p {
		font-size: 22px;
		line-height: 1.364;
		margin-bottom: 23px;
	}

	.sidebox {
		padding-top: 40px;
		padding-bottom: 10px;
	}

	.swap-order {
		display: block;
	}

	.sidebox-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		margin: 0 -15px;
		width: auto;
	}

	.sidebox-list.style1 {
		margin-bottom: 30px;
	}

	.sidebox-list.style1 li {
		width: 100%;
	}

	.sidebox-list.style1 li:last-child {
		border-width: 0 0 1px;
		padding: 0;
	}

	.sidebox-list.style1 li:last-child:after {
		top: auto;
		bottom: 1px;
	}

	.sidebox-list.style1 li:last-child .sidebox-content {
		padding: 14px 46px 12px;
	}

	.sidebox-list.style1 li > a:after {
		top: 12px;
	}

	.sidebox-list.style1 .sidebox-content {
		padding: 14px 46px 10px;
	}

	.sidebox-list.style1 [class^="icon"] {
		top: 13px;
	}

	.sidebox-list li {
		width: 50%;
		padding: 0 15px 30px;
	}

	.sidebox-list li:last-of-type {
		padding-bottom: 30px;
	}

	.sidebox-list li > a:after {
		top: 15px;
	}

	.sidebox-list .sidebox-content {
		padding-bottom: 10px;
	}

	.sidebox-list .description a {
		padding: 0 6px 2px;
	}

	.sidebox-list [class^="icon-mail"] {
		top: 17px;
	}

	.sidebox-text {
		margin: 0 0 30px;
		overflow: hidden;
	}

	.sidebox-text .top-headline {
		padding-bottom: 12px;
		clear: both;
		margin: 0 0 30px;
	}

	.sidebox-text .image-holder {
		float: right;
		max-width: 316px;
		border-top-width: 1px;
	}

	.sidebox-text .text-block {
		padding: 0 30px 0 0;
		overflow: hidden;
	}

	.sidebox-text .title {
		margin-bottom: 13px;
	}

	.sidebox-text p {
		margin-bottom: 9px;
	}

	.quotation-form ol.info-list > li + li .title {
		margin-bottom: 1px;
	}

	.quotation-form ol.info-list > li + li .form-row:last-of-type {
		padding-bottom: 20px;
	}

	.quotation-form ol.info-list .add-label {
		width: 106px;
	}

	.quotation-form ol.info-list .form-element {
		width: calc(100% - 106px);
	}

	.quotation-form ol.info-list .form-row:first-of-type {
		padding-bottom: 3px;
	}

	ol.info-list .jcf-select .jcf-select-opener {
		right: 9px;
		margin: 2px 0 0;
	}

	ol.info-list .checklist {
		padding: 0 0 6px;
	}

	ol.info-list .checklist li {
		padding: 0 0 8px 37px;
	}

	ol.info-list .checklist .jcf-radio {
		left: 2px;
		top: 0;
	}

	.database-holder .database-row {
		padding: 0;
	}

	.database-holder .database-row.added .access-controls li {
		padding: 0 2px;
	}

	.database-holder .form-control[placeholder]::-webkit-input-placeholder {
		color: transparent;
	}

	.database-holder .form-control[placeholder]::-moz-placeholder {
		opacity: 1;
		color: transparent;
	}

	.database-holder .form-control[placeholder]:-moz-placeholder {
		color: transparent;
	}

	.database-holder .form-control[placeholder]:-ms-input-placeholder {
		color: transparent;
	}

	.database-holder .form-control[placeholder].placeholder {
		color: transparent;
	}

	.database-holder .cols-holder {
		padding: 9px 16px;
	}

	.database-holder .col {
		width: 22.4%;
		padding-bottom: 0;
	}

	.database-holder .access-controls {
		position: static;
		width: 10.4%;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	.database-holder .access-controls [class^="icon-"] {
		font-size: 28px;
	}

	.info-list.style1 {
		margin-bottom: 0px;
	}

	.info-list.style1 .primary-info + .primary-info {
		padding: 24px 0 0;
		margin-bottom: -5px;
	}

	.info-list.style1 .primary-info + .primary-info p {
		margin-bottom: 27px;
	}

	.info-list.style1 .data-list dt {
		min-width: 36px;
	}

	.info-list.style2 .primary-info {
		padding-bottom: 11px;
	}

	.info-list.style2 .data-list dd {
		padding: 0;
	}

	.info-list.style3 {
		margin-bottom: 40px;
	}

	.info-list.style3 .primary-info {
		padding: 12px 0 6px;
	}

	.info-list.style3 .primary-info + .primary-info {
		padding-top: 22px;
	}

	.info-list > li > a:after {
		margin: -2px 0 0;
	}

	.mid-block.style1 .col-wrap {
		width: 67.4%;
	}

	.mid-block .box-wrap.enlarge-box:after {
		min-height: 331px;
	}

	.mid-block .box-wrap.exceed-box {
		margin-right: -52.2%;
	}

	.mid-block .align-holder.layout3 .col {
		width: 33.33%;
	}

	.mid-block .align-holder .col {
		width: 50%;
		padding: 5px 14px 23px;
	}

	.mid-block .info-list .slide-content .download-list {
		padding: 11px 0 3px;
	}

	.content-separator {
		margin-bottom: 36px;
	}

	.exceed-box {
		margin-right: -53.2%;
	}

	.exceed-box.style1 {
		margin-right: -11.2%;
	}

	.exceed-box.style2 {
		margin-right: -6%;
	}

	.exceed-box .blockquote {
		margin: 0 0 15px 4%;
	}

	.clip-block {
		margin: 0 -32px;
	}

	.step-slick-slider {
		border-style: none;
		display: block;
		margin: 0 0 17px;
	}

	.step-slick-slider .slick-list {
		margin: 0;
	}

	.step-slick-slider .slick-slide {
		margin: 0 15px;
	}

	.step-slick-slider .slick-arrow {
		width: 30px;
		height: 30px;
		background: rgba(255, 255, 255, .75);
		-webkit-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		transform: translate(0, -50%);
		position: absolute;
	}

	.step-slick-slider .slick-arrow:before {
		font-size: 36px;
		position: absolute;
		left: 50%;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		margin: 0;
	}

	.step-slick-slider .slick-dots {
		display: none !important;
	}

	.primary-info.contain-ap-element + .primary-info .ap-element {
		top: 29px;
	}

	.primary-info + .primary-info {
		padding-top: 36px;
	}

	.primary-info .title {
		display: inline-block;
		vertical-align: top;
		padding: 0 30px 12px 0;
		width: calc(100% - 296px);
	}

	.primary-info .heading.only {
		margin-bottom: 27px;
	}

	.primary-info .text-wrap {
		padding: 0 5% 0 0;
	}

	.primary-info .image-holder {
		max-width: 296px;
		float: right;
		margin: 6px 0 33px;
	}

	.primary-info .image-holder .image-wrap {
		max-width: 224px;
	}

	.fd-list {
		padding-bottom: 12px;
	}

	.fd-list li {
		padding: 15px 16px 11px;
	}

	.fd-list li + li {
		padding: 13px 16px 10px;
	}

	.fd-list li + li:last-of-type {
		border-width: 1px 0 0;
	}

	.model-block .text-link {
		padding: 0 2px 2px;
	}

	.model-block .description-block {
		padding: 15px;
	}

	.model-block .description-block:after {
		min-height: 262px;
	}

	.model-block .frame-style {
		min-width: 326px;
		margin: 0 0 0 6%;
	}

	.model-block .frame-style.alt-style {
		width: 353px;
		padding: 66px 54px 66px 30px;
		height: 186px;
		background-size: 353px 186px;
		margin: 42px 0 0 12%;
	}

	.model-block .owner {
		font-size: 23px;
		margin: 0 0 1px;
	}

	.quotation-form {
		margin: 0;
	}

	.quotation-form .indent-heading h1 {
		margin-bottom: 25px;
	}

	.quotation-form.style3 .info-list .form-row p {
		margin-bottom: 17px;
	}

	.quotation-form.style3 .jcf-select .jcf-select-text {
		margin-left: 10px;
		margin-right: 25px;
	}

	.quotation-form.style3 .form-control {
		padding: 6px 10px;
	}

	.quotation-form.style3 textarea.form-control {
		height: 198px;
		margin-bottom: 9px;
	}

	.quotation-form.style3 .hint-text {
		margin: 0 0 19px;
	}

	.quotation-form .title {
		padding: 0 0 3px;
	}

	.quotation-form ol.info-list {
		margin-bottom: 25px;
	}

	.quotation-form ol.info-list > li:last-of-type {
		padding-bottom: 15px;
	}

	.quotation-form .info-list .title {
		margin: 0 0 17px;
	}

	.quotation-form .form-row {
		padding: 25px 0 4px;
	}

	.quotation-form .form-row.newsletter-row {
		padding: 20px 0 7px;
	}

	.quotation-form .form-row.newsletter-row .title {
		padding-bottom: 18px;
	}

	.quotation-form .form-row.database-block {
		padding: 21px 0 35px;
	}

	.quotation-form .form-row.database-block:before {
		left: 15px;
		right: 15px;
	}

	.quotation-form .form-row.database-block + .form-row {
		padding-bottom: 19px !important;
	}

	.quotation-form .form-row:first-of-type {
		/* ggf1s*/
		padding-top: 14px;
		padding-bottom: 0px;
	}

	.quotation-form .form-row:before {
		left: 0;
	}

	.quotation-form .flex-holder {
		margin-bottom: 5px;
	}

	.quotation-form .flex-holder:last-of-type {
		margin-bottom: 9px;
	}

	.quotation-form .flex-holder .element-holder {
		margin: 0 0 6px;
	}

	.quotation-form .flex-holder .element-holder > .flex-holder {
		margin: 0 -5px;
	}

	.quotation-form .flex-holder .col {
		width: 50%;
		padding: 0 5px;
	}

	.quotation-form .flex-holder .col.sm-col {
		width: 26.8%;
		margin: 0;
	}

	.quotation-form .flex-holder .col.lg-col {
		width: 71%;
	}

	.quotation-form .form-element {
		width: calc(100% - 92px);
	}

	.quotation-form .add-label {
		width: 92px;
		padding: 8px 1px 0 0;
	}

	.quotation-form .form-inline {
		/* ggf1 */
		margin: 0 0 18px;
	}

	.quotation-form .form-inline .form-control {
		width: calc(100% - 53.4%);
	}

	.quotation-form .form-inline .inline-text {
		width: 40%;
	}

	.quotation-form .form-inline .inline-text label {
		margin: 0;
	}

	.quotation-form .label-inline {
		padding: 7px 5px 0 5px;
		width: 60px;
		display: inline-block;
		vertical-align: middle;
	}

	.quotation-form .upload-description {
		padding: 3px 20% 4px 0;
	}

	.quotation-form .input-inline {
		display: inline-block;
		vertical-align: middle;
		width: calc(100% - 60px);
	}

	.quotation-form textarea.form-control {
		height: 195px;
	}

	.quotation-form .btn-arrow {
		letter-spacing: .09em;
		padding: 6px 8px 3px 38px !important;
	}

	.order-holder .block-styling {
		padding: 8px 15px;
	}

	.order-holder .block-styling .section {
		padding: 34px 0 13px;
	}

	.order-holder .section.product-section {
		padding: 29px 15px 40px;
	}

	.product-section .link-box .description-content {
		line-height: 1.286;
	}

	.news-section .link-box .description-block:after {
		min-height: 255px;
	}

	.news-section .link-box .description-content {
		margin-bottom: 36px;
	}

	.service-section .boxes-holder li {
		width: 25%;
		padding-bottom: 20px;
	}

	.service-section .link-box .description-block:after {
		min-height: 124px;
	}

	.form-header .input-wrap {
		width: calc(100% - 177px);
		padding: 0 30px 0 0;
	}

	.form-header .input-wrap {
		width: calc(100% - 109px);
	}

	.form-header .btn-wrap {
		width: 109px;
	}

	.form-header .btn-wrap .btn {
		padding: 6px 10px 4px 30px;
		height: auto;
	}

	.lightbox-content {
		/* max-width: 690px; */
		padding: 35px 15px;
	}

	.lightbox-content .lightbox-title {
		font-size: 26px;
	}

	.lightbox-content .btn-wrap .btn-arrow {
		padding: 6px 8px 3px 38px;
	}

	.lightbox-content + .fancybox-close-small {
		top: 49px;
		right: 48px;
	}

	.map-holder {
		padding: 0 0 42px;
		margin: 5px 0 0;
	}

	.map-holder .input-wrap {
		width: calc(100% - 177px);
	}

	.map-holder .btn-wrap {
		width: 177px;
	}

	.map-holder .btn-wrap .btn {
		padding: 6px 10px 4px 30px;
		height: auto;
	}

	.map {
		height: 434px;
	}

	.fancybox-slide > * {
		margin: 44px 0 44px;
		padding: 39px;
	}

	.footer-row {
		padding: 38px 0 0;
	}

	.footer-row:last-of-type {
		padding-top: 36px;
	}

	.footer-row.inner-seperator .row > div.newsletter-block {
		clear: both;
	}

	.footer-row.inner-seperator .row > div.newsletter-block:before,
	.footer-row.inner-seperator .row > div.newsletter-block:after {
		content: "";
		position: absolute;
		left: -9999px;
		right: -9999px;
		top: 0;
		height: 2px;
		background: #eaeaea;
		display: block;
	}

	.footer-row.inner-seperator .row > div.newsletter-block:after {
		top: auto;
		bottom: 0;
	}

	.footer-row.inner-seperator .row > div .contact-block {
		padding-top: 0;
	}

	.footer-row.inner-seperator .align-holder > div:before {
		background: none;
	}

	.footer-row.inner-seperator .align-holder > div + div {
		padding-top: 0;
	}

	.footer-menu > li > .menu-holder.has-drop-down > .menu-header:after {
		right: -5px;
	}

	.footer-menu > li > .menu-holder > .sub-footer-nav {
		padding: 0 0 8px;
	}

	.extra-nav ul {
		text-align: right;
	}

	.extra-nav ul li {
		display: inline-block;
		margin: 0 6px 10px;
	}

	.images-list {
		margin: 0 -6px;
	}
}

@media (min-width: 480px) and (max-width: 767px) {
	.banner .slide-img-wrap,
	.banner .slide-img {
		padding: 30% 0 0;
	}
	.banner .slide-content {
		padding: 30% 15px 0;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.top-header {
		margin-right: 1px;
	}

	.search-form {
		margin-right: -14px;
	}

	#content > .breadcrumb {
		margin-left: -15px;
	}

	.md-margin {
		margin: 0 -15px;
	}

	.boxes-holder.block-samples li.sm-extended-box .link-box .description-block:after {
		min-height: 276px;
	}

	.boxes-holder li.screen-sm-block .description-content {
		font-size: 36px;
		line-height: 1.083;
	}

	.boxes-holder li.sm-extended-box {
		width: 50%;
	}

	.boxes-holder li.sm-extended-box .description-block:after {
		min-height: 276px;
	}

	.boxes-holder li.screen-sm-changed-layout-2 ~ li {
		width: 50% !important;
	}

	.boxes-holder li.screen-sm-changed-layout-3 ~ li {
		width: 33.33%;
	}

	.heading-holder.style1 {
		width: 90%;
	}

	.mid-block.reset-style .col-wrap {
		width: 100% !important;
	}

	.extra-nav ul {
		text-align: left;
	}

	.extra-nav ul li:first-child {
		margin-left: 0;
	}

	#content > div > div.order.order2 {
		width: 100%;
	}

	.lang-select .open {
		padding-left: 0;
	}
}

@media (max-width: 991px) {

	.order-holder .section:before {
		content: "";
		position: absolute;
		left: -9999px;
		right: -9999px;
		height: 2px;
		background: none;
		top: 0;
	}

	.spacing-block {
		overflow-x: hidden;
	}

	.clear-exceed-box .box-wrap.exceed-box {
		margin-right: -53.52%;
	}
}

@media (min-width: 992px) {
	#header {
		min-height: 162px;
	}

	#main {
		padding-top: 162px;
	}

	.top-header {
		margin: 0 0 26px 0;
	}

	.logo-block {
		width: 394px;
	}

	.logo-block .logo {
		width: 67px;
	}

	.nav-opener .opener-text {
		padding-left: 10px;
		font-size: 16px;
	}

	.nav-header {
		margin-right: 0;
	}

	.main-nav {
		padding: 7px 0 0 0;
	}

	.main-nav > li {
		display: inline-block;
		vertical-align: top;
		margin: 2px 4px 12px;
		letter-spacing: .03em;
		font-size: 17px;
		-webkit-transition: opacity .3s linear, visibility .3s linear;
		transition: opacity .3s linear, visibility .3s linear;
		opacity: 1;
	}

	.main-nav > li.menu-nav {
		display: inline-block;
		margin: 0 4px 12px -2px;
		letter-spacing: 0;
	}

	.main-nav > li.menu-nav.active {
		visibility: visible;
	}

	.main-nav > li.menu-nav.active ~ li {
		visibility: hidden;
		opacity: 0;
		-webkit-transition: opacity .3s linear, visibility .3s linear;
		transition: opacity .3s linear, visibility .3s linear;
	}

	.main-nav > li.menu-nav .has-drop-down-a:before,
	.main-nav > li.menu-nav .has-drop-down-a:after {
		margin-left: 12px;
	}

	.main-nav > li.menu-nav > .nav-drop > .container-wrap > div > .inner-main-nav > li {
		font: 600 16px/1.2 "Roboto Condensed", Arial, Helvetica, sans-serif;;
	}

	.main-nav > li.menu-nav ~ li > a {
		display: inline-block;
		vertical-align: top;
		min-height: 18px;
	}

	.main-nav > li > a {
		padding: 0 3px;
	}

	.main-nav > li > .has-drop-down-a:before,
	.main-nav > li > .has-drop-down-a:after {
		left: 50%;
		margin-top: 13px;
	}

	.main-nav > li > .has-drop-down-a:after {
		margin-top: 14px;
	}

	.main-nav > li > .nav-drop {
		padding-top: 170px;
	}

	.main-nav > li > .nav-drop > .container-wrap > div {
		border-style: none;
	}

	.main-nav > li > .nav-drop > .container-wrap > div:before {
		left: 30px;
		right: 30px;
		content: "";
		position: absolute;
		top: 0;
		background: #e5e5e5;
		height: 1px;
		display: block;
	}

	.main-nav > li > .nav-drop > .container-wrap > div > .inner-main-nav {
		padding-bottom: 18px;
		padding-top: 31px;
		max-height: 530px;
		overflow-y: auto;
	}

	.main-nav > li > .nav-drop > .container-wrap > div > .inner-main-nav:first-child:not(:last-child):before {
		left: 15px;
		right: 15px;
		position: absolute;
		top: 0;
		background: #e5e5e5;
		height: 1px;
	}

	.main-nav > li > .nav-drop > .container-wrap > div > .inner-main-nav.five-columns > li {
		width: 20%;
	}

	.main-nav > li > .nav-drop > .container-wrap > div > .inner-main-nav > li {
		text-transform: capitalize;
		font: italic 15px/1.2 "Merriweather", "Times New Roman", Times, serif;
	}

	.main-nav > li > .nav-drop > .container-wrap > div > .inner-main-nav > li.link-box-holder {
		display: none;
		width: 33%;
	}

	.main-nav > li > .nav-drop > .container-wrap > div > .inner-main-nav > li > a {
		margin: 0 6px 13px;
	}

	.main-nav > li > .nav-drop > .container-wrap > div > .inner-main-nav > li > .inner-nav-drop > .inner-main-nav {
		padding-bottom: 36px;
	}

	.main-nav > li > .nav-drop > .container-wrap > div > .inner-main-nav > li > .inner-nav-drop > .inner-main-nav > li {
		padding: 8px 6px 6px;
	}

	.main-nav .btn-close {
		padding-bottom: 70px;
	}

	.popup-wrap .js-slide-hidden {
		position: static !important;
	}

	.banner.slick-slider {
		margin: 0 -22px;
	}

	.content-slider .slick-dots {
		margin-bottom: 7px;
	}

	.content-slider .slick-arrow {
		background: none;
		width: 30px;
		height: 30px;
		margin: -5px 0 0 3px;
	}

	.content-slider .slick-arrow.slick-next {
		margin: -5px 3px 0 0;
	}

	.content-slider .slick-list {
		margin-bottom: 51px;
	}

	.slick-arrow.slick-prev {
		left: -15px;
	}

	.slick-arrow.slick-next {
		right: -15px;
	}

	h2 {
		font-size: 27px;
	}

	.bg-indent {
		padding: 0px 15px;
	}

	.bg-indent.style1 {
		padding-bottom: 10px;
	}

	.banner.slick-slider .slick-dots {
		margin-top: -85px;
	}

	.banner.adjust-gradient .slide-img {
		width: 71%;
		background-position: 100% 100%;
	}

	.banner.alt-width2 .slide-content p {
		margin-bottom: 26px;
	}

	.banner.alt-width2 .slide-content .headline {
		padding: 68px 0 0;
	}

	.banner .slide-logo {
		max-width: 245px;
		margin: 3px 0 0;
		left: 51.2%;
	}

	.banner .slide-logo:before {
		top: -72px;
		width: 932px;
		height: 855px;
	}

	.banner .slide-img-wrap {
		background: none;
	}

	.banner .slide-img {
		width: 65.6%;
		right: 0;
	}

	.banner .slide-content {
		max-width: 52%;
		padding: 30px 21px;
	}

	.banner .slide-content:after {
		min-height: 360px;
	}

	.banner .slide-content .content-wrap {
		padding: 0;
	}

	.banner .headline {
		padding: 57px 0 0;
	}

	.banner .top-headline {
		font-size: 16px;
		margin-bottom: 18px;
	}

	.banner .btn {
		margin-left: 2px;
	}

	.banner h1 {
		font-size: 43px;
		line-height: 1.116;
		margin-bottom: 17px;
	}

	.btn-wrap.list-inline > li {
		font-size: 16px;
		padding-bottom: 7px;
	}

	.btn-arrow [class^="icon-"] {
		font-size: 26px;
	}

	.btn-route {
		padding: 6px 10px 3px 32px;
	}

	.btn-search:before {
		font-size: 18px;
	}

	.menu-header {
		font-size: 18px;
	}

	.styled-link:before {
		left: 0;
		top: 1px;
	}

	.underlined-link.bg-info.opener {
		padding-left: 23px;
	}

	.text-link.bg-info {
		padding-left: 23px;
	}

	.form-wrap {
		margin-top: -48px;
	}

	.firefox .search-form.search-active .search-opener {
		margin-top: -2px;
	}

	.search-form input[type="text"],
	.search-form input[type="search"] {
		font-size: 17px;
	}

	.contact-card {
		padding: 15px 15px 8px;
	}

	.data-list {
		margin-bottom: 33px;
	}

	.content-list li:before {
		top: 11px;
	}

	.check-list li:before {
		font-size: 32px;
		top: -6px;
	}

	.download-list li {
		padding-left: 26px;
	}

	.download-list li a:before {
		left: 0;
		top: 8px;
	}

	.checklist li {
		padding-bottom: 14px;
		padding-left: 38px;
	}

	div.form-element > div.element-holder > ul.checklist > li {
		/* ggf1 */
		padding-bottom: 0px;
	}

	.jcf-select-lang-select {
		z-index: 0;
	}

	.jcf-select-lang-select.jcf-select .jcf-select-text {
		font-weight: 600;
	}

	.lang-select > .open {
		padding-left: 0;
	}

	.lang-select.jcf-select .jcf-select-text {
		font-weight: 600;
	}

	.link-box {
		padding: 16px 12px;
	}

	.link-box h2 {
		font-size: 16px;
		padding-bottom: 14px;
	}

	.link-box .description-block {
		background-size: 140px 140px;
	}

	.link-box .description-block:after {
		min-height: 147px;
	}

	.link-box .description-content {
		font-size: 20px;
		line-height: 1.286;
		margin-bottom: 28px;
	}

	.link-box .img-holder {
		max-width: 181px;
		margin: 0 auto;
	}

	em.alt-font {
		font-size: 16px;
	}

	.mid-block .align-holder .col {
		padding: 5px 13px 23px;
	}

	.boxes-holder.layout1 {
		display: block;
	}

	.boxes-holder.layout1 li.large-box {
		float: left;
		width: 50% !important;
	}

	.boxes-holder.layout1 li.large-box.empty-box .link-box .description-block:after {
		min-height: 623px !important;
	}

	.boxes-holder.layout1 li.large-box .link-box .description-block:after {
		min-height: 394px;
	}

	.boxes-holder.layout1 li.large-box .link-box .img-holder {
		max-width: 400px;
	}

	.boxes-holder.layout1 li.large-box ~ li {
		width: 25%;
	}

	.boxes-holder.layout1 li.large-box ~ li.extended-box {
		width: 50%;
	}

	.boxes-holder.layout1 li.large-box ~ li.extended-box .link-box .description-block:after {
		min-height: 147px;
	}

	.boxes-holder.layout1 li.large-box .ap-block .inner-ap {
		bottom: 64px;
	}

	.boxes-holder.block-samples li {
		padding-bottom: 30px;
	}

	.boxes-holder.block-samples .link-box .description-block:after {
		min-height: 281px !important;
	}

	.boxes-holder li {
		width: 25%;
	}

	.boxes-holder li {
		padding-bottom: 34px;
	}

	.boxes-holder li.large .description-content,
	.boxes-holder li.medium .description-content {
		font-size: 42px;
		line-height: 1.143;
	}

	.boxes-holder li.large {
		width: 50%;
		float: left;
	}

	.boxes-holder li.large .link-box {
		min-height: 460px;
	}

	.boxes-holder li.large .link-box .description-block:after {
		min-height: 394px;
	}

	.boxes-holder li.large .link-box .img-holder {
		max-width: 400px;
	}

	.boxes-holder li.medium {
		width: 50%;
	}

	.boxes-holder li.medium-lg {
		width: 33.33%;
	}

	.boxes-holder li.screen-sm-block {
		width: 50%;
	}

	.boxes-holder li.alt-font .link-box .description-content {
		font-size: 42px;
		line-height: 1.143;
		margin-top: 30px;
	}

	.boxes-holder li.lg-alt-font .link-box .description-content {
		font-size: 42px;
		line-height: 1.143;
	}

	.boxes-holder li.changed-layout-4 ~ li {
		width: 25%;
	}

	.boxes-holder li.changed-layout-4 ~ li.extended-box {
		width: 50%;
	}

	.boxes-holder .link-box {
		min-height: 213px;
	}

	.service-section .boxes-holder .link-box {
		min-height: 208px;
	}

	.ap-block .inner-ap {
		bottom: 44px;
	}

	.order-holder {
		display: block;
	}

	.order-holder .order.pull-margin.section {
		padding-bottom: 6px;
	}

	.order-holder .sidebox-order:before {
		background: none;
	}

	.order-holder .section {
		padding: 35px 15px 40px;
		border: 2px solid #eaeaea;
		border-width: 2px 0 0;
	}

	.order-holder .section.sidebox-section {
		padding: 0;
		border-style: none;
	}

	.order-holder .section.sidebox-section:before {
		position: static;
		background: none;
	}

	.order-holder .section:before {
		background: none;
	}

	.order-holder .section h1 {
		font-size: 27px;
	}

	.order-holder .section .btn-arrow {
		padding: 6px 8px 3px 42px;
	}

	.order-holder .section .btn-arrow [class^="icon-"] {
		font-size: 28px;
		margin: -1px 0 0;
	}

	.chrome .order-holder .section .btn-arrow [class^="icon-"] {
		margin-top: -1px !important;
	}

	.order-holder .mid-block.style2 .section {
		padding-top: 34px;
	}

	.order-holder .mid-block.style2 .section h1 {
		font-size: 27px;
		margin-bottom: 24px;
	}

	.order-holder .mid-block.style2 .section .content-separator:last-of-type h1 {
		margin-bottom: 21px;
	}

	.order-holder .mid-block.style2 .info-list > li .slide-content {
		border-width: 1px 0 0;
		padding: 21px 14px 15px;
	}

	.order-holder .mid-block.style2 .info-list > li .slide-content .download-list {
		padding: 0;
	}

	.order-holder .mid-block.style3 .section {
		padding-top: 34px;
	}

	.order-holder .mid-block.style3 .section h1 {
		font-size: 27px;
		margin-bottom: 24px;
	}

	.order-holder .mid-block.style3 .section .content-separator:last-of-type h1 {
		margin-bottom: 21px;
	}

	.order-holder .mid-block.style3 .info-list > li .slide-content {
		border-width: 1px 0 0;
		padding: 0 15px;
	}

	.order-holder .mid-block.style3 .info-list > li .slide-content .download-list {
		padding: 0;
	}

	.order-holder .mid-block.style3 .info-list > li .slide-content .primary-info {
		padding: 35px 0 22px;
	}

	.order-holder .mid-block .section {
		padding-top: 40px;
	}

	.order-holder .mid-block .section.style1 {
		padding-top: 34px;
	}

	.order-holder .mid-block .section.style1 h1 {
		margin-bottom: 22px;
	}

	.order-holder .mid-block .section.style1 .primary-info h1 {
		margin-bottom: 20px;
	}

	.order-holder .mid-block .section h1 {
		font-size: 27px;
		margin-bottom: 20px;
	}

	.order-holder h1 {
		font-size: 27px;
	}

	.order-holder .info-block h1,
	.order-holder .quotation-form h1 {
		font-size: 27px !important;
		margin-bottom: 22px;
	}

	.order-holder .info-block .contact-holder h1,
	.order-holder .quotation-form .contact-holder h1 {
		margin-bottom: 25px;
	}

	.order-holder .info-block h1 {
		margin-bottom: 22px;
	}

	.inc-spacing {
		margin-bottom: 40px;
	}

	.add-separator {
		border-style: none;
	}

	.add-separator:before {
		position: absolute;
		content: "";
		top: 0;
		left: 0;
		right: -9999px;
		background: #e2e2e2;
		height: 1px;
	}

	.pull-block {
		margin-top: -51px;
	}

	.breadcrumb {
		padding: 12px 8px 26px;
	}

	.breadcrumb > li.back-link a:before {
		margin-left: 1px;
	}

	.heading-holder {
		width: 66.6667%;
	}

	.heading-holder h1 {
		font-size: 43px;
		line-height: 1.116;
	}

	.intro-block {
		font-size: 16px;
		padding: 13px 15px;
		margin: 0 0 40px;
	}

	.intro-block.style1 h2 {
		margin-bottom: 14px;
	}

	.intro-block.style1 p {
		margin-bottom: 23px;
	}

	.intro-block.style2 .content-slider .image-holder {
		max-width: 538px;
		margin: 17px auto 0;
	}

	.intro-block.style2 .content-slider .slick-list {
		margin-bottom: 41px;
	}

	.intro-block.style2 p {
		margin-bottom: 26px;
	}

	.intro-block.style3 {
		margin-bottom: 40px;
	}

	.intro-block.style5 .intro-post {
		padding: 0 2px 4px;
	}

	.intro-block .intro-post {
		padding: 0 2px 16px;
	}

	.sidebox {
		padding-top: 0;
		padding-bottom: 0;
	}

	.sidebox-list {
		margin: 0 0 40px;
	}

	.sidebox-list.style1 li:last-child .sidebox-content {
		padding: 15px 46px 7px;
	}

	.sidebox-list.style1 li > a:after {
		top: 26px;
	}

	.sidebox-list.style1 .sidebox-content {
		padding: 16px 46px 9px;
	}

	.sidebox-list.style1 [class^="icon"] {
		top: 16px;
	}

	.sidebox-list li {
		width: 100%;
		padding: 0 0 15px;
	}

	.sidebox-list li:last-of-type {
		padding-bottom: 0;
	}

	.sidebox-list [class^="icon"] {
		left: 15px;
	}

	.sidebox-text .top-headline {
		margin: 0;
	}

	.sidebox-text .image-holder {
		margin: 0 0 -9px;
		float: none;
		border-top-width: 0;
		max-width: none;
	}

	.sidebox-text .text-block {
		padding: 23px 0 13px;
	}

	.sidebox-text .title {
		margin-bottom: 18px;
	}

	ol.info-list > li > a.include-icon:after {
		right: 6px;
	}

	.quotation-form ol.info-list .add-label {
		width: 183px;
	}

	.quotation-form ol.info-list .form-element {
		width: calc(100% - 183px);
	}

	.quotation-form ol.info-list .form-row {
		padding: 34px 11.7% 9px 0;
	}

	.quotation-form ol.info-list .form-row:first-of-type {
		padding-top: 24px;
		padding-bottom: 8px;
	}

	.quotation-form ol.info-list .form-row:last-of-type {
		padding: 31px 1px 19px;
	}

	.quotation-form ol.info-list .form-row.style1 {
		padding-right: 0;
	}

	ol.info-list .jcf-select .jcf-select-opener {
		margin: 0;
	}

	ol.info-list .checklist {
		padding-bottom: 1px;
	}

	ol.info-list .checklist li {
		padding: 0 0 13px 49px;
	}

	ol.info-list .checklist .jcf-radio {
		left: 13px;
	}

	.database-holder .database-row.added .access-controls li {
		padding: 0;
	}

	.database-holder .cols-holder {
		padding: 9px 11px;
	}

	.database-holder .col {
		width: 22%;
	}

	.database-holder .access-controls {
		text-align: right;
		width: 12%;
	}

	.info-list {
		margin-bottom: 21px;
	}

	.info-list.style2 .contact-info + .contact-info:last-of-type {
		padding: 18px 0 12px;
	}

	.info-list.style3 {
		margin-bottom: 40px;
	}

	.info-list.style3 .primary-info p {
		margin-right: 2%;
	}

	.info-list > li {
		width: 100%;
	}

	.info-list > li > a:after {
		margin: 0;
	}

	.info-list > li > a.include-icon:after {
		top: 8px;
	}

	.info-list .slide-content {
		padding: 11px 15px;
	}

	.contact-info {
		padding: 15px 0 0;
	}

	.contact-info + .contact-info:last-of-type {
		padding-bottom: 4px;
	}

	.mid-block.style1 .col-wrap {
		width: 66%;
	}

	.mid-block.style1-lg .col-wrap {
		width: 67%;
		padding: 0 15px 0 0;
	}

	.mid-block .trim-spacing {
		margin: 0 -27px;
	}

    .trim-spacing-full {
        margin: 0 -14px 0 -27px;
    }

	.mid-block .box-wrap.enlarge-box {
		margin-bottom: 0;
	}

	.mid-block .box-wrap.enlarge-box:after {
		min-height: 285px;
	}

	.mid-block .box-wrap.exceed-box {
		margin-right: -53.2%;
	}

	.mid-block .resize-img .img-holder {
		max-width: 277px;
	}

	.mid-block .info-list {
		margin-bottom: 24px;
	}

	.mid-block .info-list > li > a:after {
		top: 7px;
	}

	.mid-block .info-list > li .slide-content {
		padding: 25px 14px 21px;
	}

	.mid-block .info-list > li .slide-content p {
		margin-right: 6%;
	}

	.mid-block .info-list .slide-content {
		padding: 10px 14px 21px;
	}

	.mid-block .info-list .slide-content .primary-info .heading {
		padding: 0 0 9px;
	}

	.mid-block .info-list .slide-content .primary-info.ovis {
		padding-bottom: 21px;
	}

	.mid-block .info-list .slide-content .query-block {
		padding: 0 5% 0 0;
	}

	.mid-block .vertical-list li {
		margin-bottom: 27px;
	}

	.exceed-box.style1 {
		margin-right: -13.6%;
	}

	.exceed-box.style1 .align-holder .col {
		padding-top: 6px;
	}

	.exceed-box.style2 {
		margin-right: -28.5%;
	}

	.exceed-box .blockquote {
		margin: 23px 0 22px 9%;
		padding: 7px 17px 13px;
	}

	.clip-block .step-slick-slider {
		margin-top: 3px;
	}

	.step-slick-slider {
		margin-bottom: 23px;
	}

	.step-slick-slider .slick-arrow:before {
		font-size: 48px;
	}

	.step-slick-slider .slick-arrow {
		width: 45px;
		height: 45px;
	}

	.step-slick-slider .slick-arrow.slick-prev {
		left: 18px;
	}

	.step-slick-slider .slick-arrow.slick-next {
		right: 18px;
	}

	.spacing-block {
		padding: 19px 14px 16px;
	}

	.spacing-block p {
		margin: 0 0 18px;
	}

	.spacing-block .align-holder .col {
		padding-top: 4px;
	}

	.primary-info {
		padding: 22px 0 5px;
	}

	.primary-info.contain-ap-element {
		padding-bottom: 18px;
	}

	.primary-info.contain-ap-element:nth-of-type(3) {
		padding-bottom: 20px;
	}

	.primary-info.contain-ap-element .ap-element {
		top: 27px;
		left: 2px;
	}

	.primary-info.contain-ap-element .title {
		padding-bottom: 13px;
	}

	.primary-info.contain-ap-element .image-holder {
		margin: 8px 0 20px;
	}

	.primary-info.contain-ap-element .image-holder .image-wrap {
		margin-bottom: 0;
	}

	.primary-info.contain-ap-element + .primary-info {
		padding-top: 28px;
	}

	.primary-info.contain-ap-element + .primary-info .ap-element {
		top: 34px;
	}

	.primary-info.contain-ap-element + .primary-info .image-holder {
		margin-top: 12px;
	}

	.primary-info + .primary-info:last-of-type {
		padding-bottom: 8px;
	}

	.primary-info .title {
		padding: 0 30px 18px 0;
	}

	.primary-info .text-wrap p {
		margin-bottom: 18px;
	}

	.primary-info .image-holder .image-wrap {
		max-width: 294px;
	}

	.fd-list.style2 li {
		padding-bottom: 14px;
	}

	.fd-list.style2 li + li {
		padding-bottom: 10px;
	}

	.fd-list.style2 .field {
		width: 21.4%;
	}

	.fd-list.style2 .description {
		width: 78.6%;
	}

	.fd-list li {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		padding: 23px 0 9px;
	}

	.fd-list li + li {
		padding: 13px 0 8px;
	}

	.fd-list .field {
		width: 25%;
		padding: 0 10px 0 0;
	}

	.fd-list .field {
		width: 18.7%;
	}

	.fd-list .description {
		width: 75%;
		padding: 0 0 0 10px;
	}

	.fd-list .description {
		width: 81.3%;
	}

	.model-block {
		padding-top: 13px;
	}

	.model-block .description-block:after {
		min-height: 355px;
	}

	.model-block .frame-style {
		margin: 0;
	}

	.model-block .frame-style.alt-style {
		margin-left: 7%;
	}

	.quotation-form .model-block .title {
		padding: 3px 0;
	}

	.quotation-form.style1 .form-row:last-of-type {
		padding-right: 10px;
	}

	.quotation-form.style1 .form-row:before {
		right: 0;
	}

	.quotation-form.style2 .add-label {
		width: 168px;
	}

	.quotation-form.style2 .flex-holder {
		margin-bottom: 11px;
	}

	.quotation-form.style2 .form-element {
		width: calc(100% - 168px);
	}

	.quotation-form.style2 .form-row {
		padding-right: 13.2%;
	}

	.quotation-form.style2 .form-row:last-of-type {
		padding-right: 0;
		padding-bottom: 20px;
	}

	.quotation-form.style3 .info-list .form-row p {
		margin-bottom: 20px;
	}

	.quotation-form.style3 .info-list .form-row:before {
		right: 0;
	}

	.quotation-form.style3 textarea.form-control {
		margin-bottom: 17px;
	}

	.quotation-form.style3 .hint-text {
		margin-bottom: 24px;
	}

	.quotation-form .title {
		padding: 0;
	}

	.quotation-form ol.info-list .title {
		margin-bottom: 22px;
	}

	.quotation-form .info-list {
		margin-bottom: 34px;
	}

	.quotation-form .info-list .title {
		margin-bottom: 21px;
	}

	.quotation-form .form-row {
		padding: 34px 15.1% 0 0;
		overflow: hidden;
	}

	.quotation-form .form-row.address-row {
		padding-bottom: 23px;
	}

	.quotation-form .form-row.address-row .flex-holder {
		margin-bottom: 17px;
	}

	.quotation-form .form-row.newsletter-row {
		padding: 34px 0 5px;
	}

	.quotation-form .form-row.newsletter-row .flex-holder {
		margin-bottom: 2px;
	}

	.quotation-form .form-row.database-block {
		margin: 0;
		padding: 32px 0 54px !important;
	}

	.quotation-form .form-row.database-block:before {
		left: 0;
		right: 0;
	}

	.quotation-form .form-row:first-of-type {
		padding-top: 21px;
	}

	/*
	.quotation-form .form-row:last-of-type {
		padding: 31px 15px 19px;
	}
	*/

	.quotation-form .form-row:before {
		right: 15px;
		left: -15px;
	}

	.quotation-form .flex-holder {
		margin-bottom: 17px;
	}

	.quotation-form .form-element {
		width: calc(100% - 154px);
	}

	.quotation-form .add-label {
		width: 154px;
		padding: 5px 5px 0 0;
	}

	.quotation-form .input-wrap {
		margin-bottom: 22px;
	}

	.quotation-form .input-wrap + .input-wrap {
		margin-bottom: 10px;
	}

	.quotation-form .form-inline {
		/* ggf1 */
		margin-bottom: 0px;
	}

	.quotation-form .label-inline {
		padding-left: 3px;
	}

	.quotation-form .upload-description {
		padding: 0 2% 17px 0;
		margin: -5px 0 0;
	}

	.quotation-form .form-control {
		font-size: 18px;
		padding: 6px 8px;
	}

	.quotation-form .jcf-select {
		/* ggf1*/
		margin-bottom: 0px;
	}

	.quotation-form .jcf-select .jcf-select-text {
		font-size: 18px;
		margin-left: 8px;
	}

	.quotation-form .jcf-file .jcf-upload-button {
		margin-left: 24px;
	}

	.quotation-form .jcf-file .jcf-fake-input {
		padding: 6px 8px;
		font-size: 18px;
		margin-bottom: 21px;
	}

	.quotation-form .btn-arrow {
		padding-left: 41px !important;
	}

	.quotation-form .btn-arrow [class^="icon-"] {
		font-size: 28px;
	}

	.order-holder .block-styling {
		padding: 13px;
	}

	.order-holder .section.product-section {
		padding: 35px 15px 40px;
	}

	.product-section .link-box .description-content {
		font-size: 20px;
		line-height: 1.154;
	}

	.product-section .btn-wrap {
		margin: -3px -2px 0 0;
	}

	.news-section .link-box .description-block:after {
		min-height: 245px;
	}

	.service-section .link-box h2 {
		display: block;
	}

	.service-section .link-box .description-block:after {
		min-height: 143px;
	}

	.form-header {
		padding: 13px 14px 40px;
		margin-bottom: 35px;
	}

	.form-header .heading {
		margin-bottom: 21px;
	}

	.form-header .input-wrap {
		width: calc(100% - 185px);
	}

	.form-header .form-control {
		font-size: 18px;
		padding: 6px 10px;
	}

	.form-header .btn-wrap .btn {
		padding: 6px 10px 3px 32px;
	}

	.lightbox-content {
		width: 882px;
		/*max-width: 882px;*/
	}

	.lightbox-content .btn-wrap {
		padding-bottom: 6px;
	}

	.map-holder {
		padding-bottom: 40px;
	}

	.map-holder .input-wrap {
		width: calc(100% - 185px);
	}

	.map-holder .btn-wrap {
		width: 185px;
	}

	.map-holder .btn-wrap .btn {
		padding: 6px 10px 3px 32px;
	}

	.map-holder .form-header {
		padding: 13px 15px 29px;
	}

	.map-holder .form-header .form-control {
		padding: 6px 13px;
	}

	#footer .order-holder {
		margin: 0 -10px;
	}

	.footer-row {
		padding-top: 36px;
	}

	.footer-row:first-of-type .footer-menu > li:last-of-type > .menu-holder.popup-wrap > .menu-header {
		margin-bottom: 20px;
	}

	.footer-row:first-of-type .footer-menu > li:last-of-type > .menu-holder > .menu-header {
		margin-bottom: 26px;
	}

	.footer-row.order2:before {
		background: #ebebea;
	}

	.footer-row:last-of-type {
		padding-top: 36px;
	}

	.footer-row:before {
		background: #ebebea;
		left: 10px;
		right: 10px;
	}

	.footer-row.inner-seperator {
		margin-top: 0;
	}

	.footer-row.inner-seperator:before {
		background: #ebebea;
	}

	.footer-row.inner-seperator .row > div {
		padding-top: 34px;
	}

	.footer-row.inner-seperator .row > div.newsletter-block {
		line-height: 1.688;
		clear: none;
	}

	.footer-row.inner-seperator .row > div.newsletter-block:before,
	.footer-row.inner-seperator .row > div.newsletter-block:after {
		background: none;
	}

	.footer-row.inner-seperator .row > div.newsletter-block strong.menu-header {
		margin-bottom: 16px;
	}

	.footer-row.inner-seperator .row > div:before {
		background: none;
	}

	.footer-row .row {
		margin: 0;
	}

	.footer-menu > li {
		padding: 0 15px 3px;
	}

	.footer-menu > li:last-of-type > .menu-holder > .sub-footer-nav > .sub-footer-menu {
		padding-bottom: 26px;
	}

	.footer-menu > li > .menu-holder.has-drop-down.active > .menu-header:after {
		content: "";
	}

	.footer-menu > li > .menu-holder.has-drop-down > .menu-header:after {
		content: "";
	}

	.footer-menu > li > .menu-holder {
		border-style: none;
	}

	.footer-menu > li > .menu-holder > .menu-header {
		display: inline-block;
		padding: 0;
		margin-bottom: 20px;
	}

	.footer-menu > li > .menu-holder > .menu-header:hover {
		color: #b79e4b;
	}

	.footer-menu > li > .menu-holder > .sub-footer-nav {
		display: block;
		border-style: none;
		padding: 0;
	}

	.footer-menu > li > .menu-holder > .sub-footer-nav > .sub-footer-menu {
		padding: 0 0 27px;
	}

	.footer-menu > li > .menu-holder > .sub-footer-nav > .sub-footer-menu > li {
		font-size: 16px;
		margin: 0 0 3px;
	}

	.footer-menu > li > .menu-holder > .sub-footer-nav > .sub-footer-menu > li > a {
		display: inline;
		padding: 0;
	}

	.extra-nav {
		padding: 1px 0;
	}

	.extra-nav ul {
		margin: 0 -15px;
	}

	.images-list {
		margin: 0 20px 0 -5px;
	}

	.images-list li {
		padding-bottom: 16px;
	}
}

@media (min-width: 992px) and (max-width: 1399px) {
	#content {
		margin: 0 -15px;
	}

	.container.pull-block #content {
		margin: 0 -2px 0 2px;
	}

	.info-list .slide-content .primary-info .title,
	.info-list .slide-content .primary-info .image-holder,
	.info-list .slide-content .primary-info .text-wrap {
		width: 50%;
		max-width: none;
	}
}

@media (min-width: 1024px) {
	.slick-arrow.slick-prev {
		left: -18px;
	}

	.slick-arrow.slick-next {
		right: -16px;
	}
}

@media (min-width: 1200px) {
	.slick-arrow.slick-prev {
		left: -30px;
	}

	.slick-arrow.slick-next {
		right: -30px;
	}
}

@media (min-width: 1400px) {
	.top-header {
		margin-right: 15px;
	}

	.nav-opener .opener-text {
		font-size: 18px;
	}

	.nav-header {
		margin-right: 15px;
	}

	.main-nav {
		padding-left: 0;
	}

	.main-nav > li {
		margin: 2px 8px 12px;
		font-size: 18px;
	}

	.main-nav > li.menu-nav {
		margin: 0 25px 12px 12px;
	}

	.main-nav > li.menu-nav > .nav-drop > .container-wrap > div > .inner-main-nav > li {
		font-size: 18px;
	}

	.main-nav > li.menu-nav ~ li > a {
		min-height: 19px;
	}

	.main-nav > li > .has-drop-down-a:before,
	.main-nav > li > .has-drop-down-a:after {
		margin-top: 16px;
	}

	.main-nav > li > .has-drop-down-a:after {
		margin-top: 17px;
	}

	.main-nav > li > .nav-drop {
		padding-top: 174px;
	}

	.main-nav > li > .nav-drop > .container-wrap > div > .inner-main-nav > li {
		font-size: 17px;
		width: 16.667%;
	}

	.main-nav > li > .nav-drop > .container-wrap > div > .inner-main-nav > li.link-box-holder {
		display: block;
	}

	.main-nav > li > .nav-drop > .container-wrap > div > .inner-main-nav > li > a {
		margin: 0 15px 13px;
	}

	.main-nav > li > .nav-drop > .container-wrap > div > .inner-main-nav > li > .inner-nav-drop > .inner-main-nav > li {
		font-size: 18px;
		padding: 8px 8px 6px 15px;
	}

	.main-nav .btn-close {
		padding-bottom: 35px;
	}

	body {
		font-size: 18px;
	}

	blockquote {
		font-size: 26px;
	}

	.banner.slick-slider {
		margin: 0 -6px;
	}

	.banner.alt-width .slide-content {
		max-width: 45%;
	}

	.banner.alt-width2 .slide-content {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.banner .slide-content {
		max-width: 41%;
		padding: 30px 20px;
	}

	.banner .slide-content:after {
		min-height: 527px;
	}

	.banner .top-headline {
		font-size: 17px;
	}

	.banner .btn {
		margin-left: 0;
	}

	.search-form input[type="text"],
	.search-form input[type="search"] {
		height: 33px;
		font-size: 18px;
	}

	.contact-card .align-holder .heading {
		width: 25%;
		padding-bottom: 26px;
	}

	.contact-card .align-holder .data-list {
		width: 75%;
		margin-bottom: 26px;
	}

	.checklist li {
		padding-right: 9%;
	}

	.lang-select > .open {
		padding-left: 15px;
	}

	.link-box {
		padding: 16px 15px;
	}

	.link-box h2 {
		font-size: 17px;
	}

	.link-box .description-block {
		background-size: 191px 191px;
	}

	.link-box .description-block:after {
		min-height: 245px;
	}

	.link-box .description-content {
		font-size: 26px;
		margin-bottom: 41px;
	}

	.link-box .img-holder {
		max-width: 282px;
	}

	.link-box .img-holder.icon_beratung {
		max-width: 144px;
	}

	.link-box .img-holder.icon_fragen-antworten {
		max-width: 169px;
	}

	.link-box .img-holder.icon_versand {
		max-width: 150px;
	}

	.link-box .img-holder.icon_zahlungsarten {
		max-width: 152px;
	}

	em.alt-font {
		font-size: 17px;
	}

	.boxes-holder.layout1 li.large-box .link-box .description-block:after {
		min-height: 591px;
	}

	.boxes-holder.layout1 li.large-box .link-box .img-holder {
		max-width: 624px;
	}

	.boxes-holder.layout1 li.large-box ~ li.extended-box .link-box .description-block:after {
		min-height: 245px;
	}

	.boxes-holder li.large .description-content,
	.boxes-holder li.medium .description-content {
		margin-top: 0;
	}

	.boxes-holder li.large .link-box {
		min-height: 658px;
	}

	.boxes-holder li.large .link-box .description-block:after {
		min-height: 591px;
	}

	.boxes-holder li.large .link-box .img-holder {
		max-width: 624px;
	}

	.boxes-holder li.alt-font .link-box .description-content {
		margin-top: 0;
	}

	.boxes-holder .link-box {
		min-height: 312px;
	}

	.service-section .boxes-holder .link-box {
		min-height: 312px;
	}

	.order-holder .section .btn-arrow [class^="icon-"] {
		margin-top: -2px;
	}

	.top-nav {
		width: 70px;
		height: 70px;
	}

	.pull-block .order-holder {
		margin-right: -17px;
		padding: 0 15px;
	}

	.breadcrumb {
		padding: 25px 8px 33px;
	}

	.breadcrumb > li {
		font-size: 16px;
	}

	.breadcrumb > li.back-link a:before {
		margin-top: -1px;
		margin-left: 0;
	}

	.chrome .breadcrumb > li.back-link a:before {
		margin-top: 0;
	}

	.heading-holder {
		width: 54%;
	}

	.heading-holder h1 {
		margin-bottom: 20px;
	}

	.indent-heading h1 {
		margin-left: 12px !important;
		margin-right: 12px !important;
	}

	.intro-block {
		font-size: 18px;
		padding: 13px;
	}

	.intro-block > p {
		font-size: 26px;
		line-height: 1.385;
		margin-bottom: 25px;
	}

	.database-holder .database-row.added .access-controls li {
		padding: 0 2px;
	}

	.database-holder .cols-holder {
		margin: 0 -15px;
	}

	.database-holder .col {
		padding: 0 15px;
	}

	.database-holder .col.style1 {
		width: 23.2%;
	}

	.database-holder .access-controls {
		padding: 0 2.4% 0 0;
		width: 10.8%;
	}

	.info-list .slide-content {
		padding: 11px 14px;
	}

	.mid-block .box-wrap.enlarge-box:after {
		min-height: 428px;
	}

	.product-section .link-box .description-content {
		font-size: 27px;
	}

	.service-section .link-box .description-block:after {
		min-height: 245px;
	}

	.map-holder .form-header {
		padding: 13px 14px 29px;
	}

	.map {
		height: 555px;
	}

	#footer .order-holder {
		margin: 0;
	}

	.footer-row:before {
		left: 0;
		right: 0;
	}

	.extra-nav ul li {
		margin: 0 10px 10px;
	}

	.ap-block .inner-ap {
		bottom: 57px;
	}
}

@media all and (max-width: 800px) {
	.fancybox-controls {
		text-align: left;
	}

	.fancybox-button--left,
	.fancybox-button--right,
	.fancybox-buttons button:not(.fancybox-button--close) {
		display: none !important;
	}

	.fancybox-caption {
		padding: 20px 0;
		margin: 0;
	}

	.fancybox-thumbs {
		display: none !important;
	}

	.fancybox-container--thumbs .fancybox-controls,
	.fancybox-container--thumbs .fancybox-slider-wrap,
	.fancybox-container--thumbs .fancybox-caption-wrap {
		right: 0;
	}
}

.neos-contentcollection{
	width: 100%;
	padding: 0;
}

@media (max-width: 767px) {
	[class^="nav-active"] .logo-block {
		width: 50px;
		padding-top: 7px;
	}

	.active .nav-opener .opener span {
		opacity: 0;
	}

	.active .nav-opener .opener:before,
	.active .nav-opener .opener:after {
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 50%;
	}

	.active .nav-opener .opener:after {
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.nav-drop {
		height: 100vh !important;
	}

	.main-nav > li > .nav-drop > .container-wrap > div {
		height: calc(100vh - 85px);
		overflow: auto;
		padding-top: 16px;
		-webkit-overflow-scrolling: touch;
	}

	.full-block {
		width: 100%;
		padding: 0;
	}

	.banner.slick-slider.swap-block {
		margin-bottom: 0;
	}

	.banner.slick-slider.swap-block .headline {
		padding: 24px 0 0;
	}

	.banner.slick-slider.swap-block .slide-content {
		padding: 0 15px 57%;
	}

	.banner.slick-slider.swap-block .slide-img-wrap,
	.banner.slick-slider.swap-block .slide-img {
		top: auto;
	}

	.banner.slick-slider.swap-block .slick-dots {
		margin: -55px 0 0;
	}

	.chrome .styled-link:before,
	.safari .styled-link:before {
		top: -1px;
	}

	.boxes-holder li.screen-xs-changed-layout-2 ~ li {
		width: 50% !important;
	}

	.boxes-holder li.screen-xs-changed-layout-2 ~ li .link-box .description-block:after {
		min-height: 100px;
	}

	.boxes-holder li.screen-xs-extended-full.style-force {
		width: 100% !important;
	}

	.order-holder .order.pull-margin {
		margin-bottom: 10px;
	}

	.order-holder .order {
		margin: 0;
		padding: 0;
		width: 100%;
	}

	.order-holder .order > .section {
		margin-bottom: 40px;
	}

	.order-holder .order.order1 {
		margin-bottom: 0;
	}

	.order-holder .order.order1.push-margin {
		margin-bottom: 40px;
	}

	.order-holder .sidebox-order {
		width: 100%;
		padding: 40px 0 0;
		margin: 0;
	}

	.order-holder .swap-order .section.sidebox-section:before {
		top: auto;
		bottom: 0;
	}

	.order-holder .section {
		padding: 36px 0 0;
	}

	.form-row {
		/* ggf1 */
		padding-top: 25px !important;
		padding-bottom: 15px !important;
		margin-top: 0px !important;
		margin-bottom: 0px !important;
	}

	div.add-label > label:empty {
		/* ggf1 */
		display:none;
	}

	div.info-list.style1 > div.slide-content > div.neos-nodetypes-form > section > form > .form-row.submit {
		/* ggf1 */
		padding-bottom: 0px !important;
	}

	div.info-list.style1 > div.slide-content > div.neos-nodetypes-form > section > form > .form-row.submit > nav.form-navigation > ul {
		/* ggf1 */
		margin-bottom: 3px !important;
	}

	.mid-block .info-list .slide-content .primary-info.style1 {
		padding: 4px 0 11px;
	}

	.mid-block .info-list .slide-content .primary-info + .primary-info.style1 {
		padding-top: 24px;
	}

	.quotation-form .form-row:last-of-type .flex-holder .btn-wrap {
		max-width: 78%;
	}

	.quotation-form .form-row:last-of-type .flex-holder .btn-wrap .btn {
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		display: block;
	}

	.service-section .link-box {
		padding-top: 100%;
		padding-bottom: 0;
	}

	.service-section .link-box .description-block {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

	.footer-row.order2 {
		padding: 0;
	}

	.footer-row.inner-seperator .row > div.align-holder {
		padding-top: 0;
	}
}

@-webkit-keyframes fancybox-rotate {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@keyframes fancybox-rotate {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}


@media (max-width: 767px) {
	.banner .slide-content {
		padding: 0 15px;
	}
	.banner .slide-img-wrap {
		background: none;
	}
	.banner .slide-img-wrap,
	.banner .slide-img {
		position: relative;
		padding: 1em 1em 0 0;
		height: auto;
	}
	.banner .slide-img {
		width: 100%;
	}
}


.video-container {
	padding-top:32px;
}

.video-container iframe,
.video-container object,
.video-container embed {
	top: 0;
	left: 0;
	width: 100%;
}

/* cookie consent */

#klaro {
    --green1: #b79e4b;
    --blue1: #b79e4b;
    --button-text-color: white;
    --dark2: #222222;
    --dark1: #f4f4f1;
    --light1: #404040;
    --white2: #d3c7a2;
    --font-size: 16px;
}
#klaro .cm-btn-decline {
    --button-text-color: white;
    background-color: #b79e4b;
    border: 1px solid #b79e4b;
}
