/*
  Try to hide the tracking pixel Iframe gaps
  Most of these frames are direct children of the body element
*/
body > iframe{
	display:block;
	height:0px;
	width:0px;
}

/*
  pseudoprice
*/
.pseudoprice{
	font-family:sans-serif;
	font-size:18px !important;
	color:#000;
	margin-right: 10px;
}

/*
  account page
*/
@media (max-width: 767px) {
	/* remove gap on the right screen border */
	.accountContent .lpsPanels--row {
		width:auto;
	}
}

/*
  Remove whitespace from product detail page
  Wurde im Template gefixed

.lpsTabs--container>* {
    visibility: inherit;
    display: none;
}

.lpsTabs--container>.current,
.lpsTabs--container>.transitionOrigin,
.lpsTabs--container>.transitionTarget {
    display: block;
}
*/

.aplus a {
	/*color:#ee8202;*/
	text-decoration:underline;
}
.aplus .break {
	clear: both;
	font-size: 0;
	height: 0;
}
.aplus .leftImage {
	clear: left;
	float: left;
	margin-right:15px;
	text-align:left;
}
.aplus .rightImage {
	clear: right;
	float: right;
	margin-left:15px;
	text-align:right;
}

@media only screen and (max-width: 992px) {
	.leftImage img, .rightImage img {
		max-width:320px;
		height: auto;
	}
}
@media only screen and (max-width: 768px) {
	.aplus .leftImage, .aplus .rightImage {
		width:100%
	}

	.leftImage img, .rightImage img {
		/*max-width:220px;
		height: auto;*/
	}
}

#overDiv td{
	padding:1px;
	text-align:center;
}
#overDiv td table:last-child td{
	padding:5px;
}
.aplus .hero-picture-box{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.aplus .hero-picture-box, .aplus .triple-banner-wrapper, .aplus .full-size-wrapper{
	position: relative;
	left: 50%;
	right: 50%;
    width: calc(100vw - var(--scrollBarWidth, 0));
	margin-left: -50vw;
	margin-right: -50vw;
	overflow: hidden;
}
.aplus .hero-picture-box > .box-img{
	width: 100%;
	height: 100%;
	background-color:#222;
}
.aplus .hero-picture-box > .box-img > img{
	width: 100%;
	height: 100%;
    min-height: 732px;
    max-height: 732px;
    object-fit: cover;
    object-position: top;
    opacity: .8;
}
.aplus .hero-picture-box > .box-content{
    position: absolute;
    text-align: center;
}
.aplus .hero-picture-box > .box-content > h1, .aplus .hero-picture-box > .box-content > h2 {
	margin: 20px;
	color: #fff;
	font-size:60px;
	line-height:70px;
	font-weight: 400;
}
.aplus .single-hero-headbox{
	text-align: center;
	margin: 50px 0;
	padding: 10px;
}
.aplus .single-hero-headbox > img{
	margin-bottom:30px;
}
.aplus .slider {
	margin-left: var(--scrollBarWidth, 0);
}
.aplus .triple-banner-wrapper{
	margin-bottom: 70px;
}
.aplus .triple-banner-wrapper > .triple-banner {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-flow: row nowrap;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.aplus .triple-banner-wrapper > .triple-banner > img {
	width: calc(100vw / 3);
	height:auto;
	margin:0;
}
/* new article description */
.aplus .yt-wrapper{
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0;
	height: 0;
	overflow: hidden;
	background-color: #000;
}
.aplus .yt-wrapper > iframe,
.aplus .yt-wrapper > object,
.aplus .yt-wrapper > embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.aplus .button-white {
	display: inline-block;
	margin-top: 15px;
	padding: 0 15px;
	line-height: 40px;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	color: #ef6c00;
	background-color: #FFF;
	box-shadow: 0 0 4px rgb(0 0 0 / 20%);
	white-space: nowrap;
}
.aplus .bg-wrapper, .aplus .dark-bg-wrapper {
	padding: 24px 34px;
}
.aplus .bg-wrapper a.jsib, .aplus .bg-wrapper p, .aplus .dark-bg a, .aplus .dark-bg h1, .aplus .dark-bg h2, .aplus .dark-bg h3, .aplus .dark-bg h4, .aplus .dark-bg h5, .aplus .dark-bg li, .aplus .dark-bg p, .aplus .dark-bg-wrapper a.jsib, .aplus .dark-bg-wrapper p {
	color: #FFF;
}
.aplus .bg-wrapper p, .aplus .dark-bg-wrapper p {
	font-size: 28px;
	font-weight: lighter;
	line-height: 1.2em;
	text-align: center;
}
.aplus .dark-bg, .aplus .dark-bg-wrapper {
	background: #212121;
}
.aplus .feature-3-wrapper, .aplus .feature-4-wrapper, .aplus .feature-5-wrapper  {
	margin-top: 60px;
}
.aplus .feature-3-wrapper > div, .aplus .feature-4-wrapper > div, .aplus .feature-5-wrapper > div {
	margin-bottom: 60px;
	padding: 0 20px;
}
.aplus .feature-3-wrapper > div > div, .aplus .feature-4-wrapper > div > div, .aplus .feature-5-wrapper > div > div {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.aplus .feature-3-wrapper:not(.no-background-wrapper):not(.transparent-wrapper) > div > div, .aplus .feature-4-wrapper:not(.no-background-wrapper):not(.transparent-wrapper) > div > div, .aplus .feature-5-wrapper:not(.no-background-wrapper):not(.transparent-wrapper) > div > div, .aplus .space-img-wrapper > div:nth-child(odd), .aplus .space-white-wrapper {
	background-color: #FFF;
}
.aplus .feature-3-wrapper h2, .aplus .feature-4-wrapper h2, .aplus .feature-5-wrapper h2 {
	font-size: 25px;
	line-height: 35px;
}
.aplus .feature-3-wrapper > div > p:last-of-type,
.aplus .feature-3-wrapper > div > ul:last-of-type,
.aplus .feature-4-wrapper > div > p:last-of-type,
.aplus .feature-4-wrapper > div > ul:last-of-type,
.aplus .feature-5-wrapper > div > p:last-of-type,
.aplus .feature-5-wrapper > div > ul:last-of-type,
.aplus .header-img-wrapper > div > p:last-of-type,
.aplus .left-bg-img-wrapper > div > p:last-of-type,
.aplus .left-bg-img-wrapper > div > ul:last-of-type,
.aplus .right-bg-img-wrapper > div > p:last-of-type,
.aplus .right-bg-img-wrapper > div > ul:last-of-type,
.aplus .space-bottom-wrapper > div:last-child > p:last-of-type,
.aplus .space-bottom-wrapper > div:last-child > ul:last-of-type,
.aplus .space-img-wrapper > div > div:last-child > p:last-of-type,
.aplus .space-img-wrapper > div > div:last-child > ul:last-of-type,
.aplus .space-wrapper > div:last-child > p:last-of-type,
.aplus .space-wrapper > div:last-child > ul:last-of-type {
	margin-bottom: 0 !important;
}
.aplus .feature-3-wrapper, .aplus .feature-4-wrapper, .aplus .feature-5-wrapper, .aplus .feature-7-wrapper {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-webkit-justify-content: space-around;
	-ms-flex-pack: justify;
	justify-content: space-evenly;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.aplus .feature-5-wrapper {
	text-align: center;
}
.aplus .feature-5-wrapper h3 {
	font-size: 16px;
    line-height: 25px;
}
.aplus .feature-5-wrapper > div > div {
	height: 144px;
}
.aplus .feature-7-wrapper {
	padding: 34px 0 0 34px;
}
.aplus .feature-7-wrapper > div {
	padding: 0 34px 34px 0;
}
.aplus .feature-7-wrapper > div > img {
	width: 100%;
	height: 89px;
}
.aplus .feature-7-wrapper, .aplus .orange-yellow-bg {
	background: linear-gradient(90deg, #ef6c00, #ffa726);
}
.aplus .full-img-wrapper > div:last-child > h2 ~ p:last-of-type, .aplus .left-img-wrapper > div:last-child > h2 ~ p:last-of-type, .aplus .right-img-wrapper > div:last-child > h2 ~ p:last-of-type {
	margin-bottom: 20px;
}
.aplus .header-img-wrapper {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.aplus .header-img-wrapper > div > h2 {
	margin-top: 0;
	font-weight: bold;
}
.aplus .header-img-wrapper > div > img {
	width: 100%;
	max-width: max-content;
	height: auto;
}
.aplus .left-bg-img-wrapper {
	-webkit-box-pack: end;
	-moz-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	background-position-x: left;
}
.aplus .left-bg-img-wrapper, .aplus .right-bg-img-wrapper {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	height: 328px;
	background-repeat: no-repeat;
	background-size: cover;
}
.aplus .left-bg-img-wrapper > div, .aplus .right-bg-img-wrapper > div {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	text-align: center;
}
.aplus .left-img-wrapper, .aplus .right-img-wrapper, .aplus .space-img-wrapper > div {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.aplus .left-img-wrapper iframe, .aplus .right-img-wrapper iframe, .aplus .space-img-wrapper > div iframe {
	vertical-align: middle;
}
.aplus a img.hover-img-zoom-in {
	transition: transform 250ms;
}
.aplus a img.hover-img-zoom-in:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.aplus .left-img-wrapper > div img, .aplus .right-img-wrapper > div img, .aplus .space-img-wrapper > div > div img {
	height: 100%;
}
.aplus .left-img-wrapper ul, .aplus .right-img-wrapper ul, .aplus .space-img-wrapper > div ul {
	padding-left: 20px;
}

.aplus .no-space-between-wrapper > div {
	padding-right: 0 !important;
}
.aplus img.imgBtn{
	cursor: pointer;
}
.aplus img.imgBtn:hover{
	-webkit-filter: drop-shadow( 0px 0px 10px rgba(0, 0, 0, .6));
	filter: drop-shadow( 0px 0px 10px rgba(0, 0, 0, .6));
}
.aplus .right-bg-img-wrapper {
	background-position-x: center;
}
.aplus .double-bg-wrapper{
	display: flex;
	flex-flow: row wrap;
	background-color: #fff;
}
.aplus .double-bg-wrapper > div{
	flex: 2 50%;
	text-align: center;
	padding:25px 0 20px 0;
}
.aplus .double-bg-wrapper > div > div > p{
	margin:15px auto;
}
.aplus .double-bg-wrapper > div > div > img:first-child{
	width:100%;
	height:auto;
	padding-bottom:15px;
}

.aplus .four-column-wrapper{
	position:relative;
	width:100%;
	text-align:center;
}
.aplus .two-split-wrapper,
.aplus .three-split-wrapper,
.aplus .four-column-wrapper > div.content-columns {
	display: flex;
	flex-flow: row wrap;
	justify-content: normal;
	margin:25px 0;
}
div.content-columns > div{
	width:25%;
	padding:15px;
}
div.content-columns > div > img{
	width: auto;
	height:222px;
}
div.content-columns > div > h4{
	margin: 30px 0;
}

.aplus .two-split-wrapper > .two-split-image {
	width: 360px;
	text-align: center;
}
.aplus .two-split-wrapper > .two-split-content {
	width: calc(100% - 360px);
	padding:40px;
	vertical-align: middle;
}
.aplus .three-split-wrapper > .three-split-image {
	display:flex;
	flex-flow:row wrap;
	width:50%;
	text-align:center;
}
.three-split-image > span {
	width: 50%;
	height:auto;
	padding:15px;
}
.three-split-image > span > img {
	width:auto;
	height:250px;
	vertical-align: middle;
}
.aplus .three-split-wrapper > .three-split-content {
	width: 50%;
	padding:40px;
	vertical-align: middle;
}
.aplus .gradient-bg{
	background: rgb(255,255,255);
	background: linear-gradient(127deg, rgba(255,255,255,0) 40%, rgba(7,194,162,1) 100%);
}
.aplus .space-bottom-wrapper {
	margin-bottom: 60px;
}
.aplus .space-img-wrapper > div:nth-child(even), .aplus .space-wrapper {
	margin: 60px 0;
}
.aplus .space-img-wrapper > div:nth-child(odd), .aplus .space-white-wrapper {
	padding: 60px 0;
}
.aplus .space-top-wrapper {
	margin-top: 60px;
}
.aplus .center, .aplus .feature-center-wrapper > div > h2, .aplus .feature-center-wrapper > div > p {
	text-align: center;
}
.aplus .no-background-wrapper > div > div img, .aplus .no-background-wrapper > div > div picture {
	width: 100%;
	height: 100%;
}
@media (min-width: 615px) {
	.aplus .feature-5-wrapper h3 {
		white-space: pre-line;
	}
}
@media (min-width: 768px) {
	.aplus .header-img-wrapper > div {
		width: 50%;
	}
	.aplus .header-img-wrapper > div:first-child {
		text-align: right;
	}
}
@media (min-width: 992px) AND (max-width: 1199px) {
	.aplus .full-img-wrapper > div:last-child, .aplus .left-img-wrapper > div:last-child, .aplus .right-img-wrapper > div:last-child, .aplus .space-img-wrapper > div > div:last-child {
		padding: 0 20px;
	}
	.aplus .left-space > div img, .aplus .space-img-wrapper > div:nth-child(even) > div img {
		padding-left: 20px;
	}
	.aplus .right-space > div img, .aplus .space-img-wrapper > div:nth-child(odd) > div img {
		padding-right: 20px;
	}
	.aplus .tablet-view-half-size > div {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
	}
	.aplus .tablet-view-half-size iframe {
		max-width: calc(100% - 34px);
	}
	.aplus .tablet-view-half-size img {
		width: 100%;
	}
}
@media (min-width: 992px) {
	.aplus .feature-3-wrapper > div, .aplus .feature-5-wrapper > div {
		-ms-flex-preferred-size: 33.33%;
		flex-basis: 33.33%;
	}
	.aplus .feature-4-wrapper > div {
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
	}
	.aplus .feature-3-wrapper:not(.no-background-wrapper):not(.transparent-wrapper) > div > div, .aplus .feature-4-wrapper:not(.no-background-wrapper):not(.transparent-wrapper) > div > div {
		height: 215px;
	}
	.aplus .img-contain img {
		object-fit: cover;
		height: 100%;
	}
	.aplus .left-img-wrapper iframe {
		margin: 34px 0 34px 34px;
	}
	.aplus .left-bg-img-wrapper > div {
		-webkit-box-align: end;
		-moz-box-align: end;
		-webkit-align-items: flex-end;
		-ms-flex-align: end;
		align-items: flex-end;
	}
	.aplus .left-img-wrapper > div:last-child, .aplus .right-img-wrapper > div:last-child, .aplus .space-img-wrapper > div > div:last-child {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-direction: normal;
		-moz-box-direction: normal;
		-webkit-box-orient: vertical;
		-moz-box-orient: vertical;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-moz-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.aplus .left-bg-img-wrapper > div > div, .aplus .right-bg-img-wrapper > div > div {
		width: 50%;
		padding: 0 114px;
	}
	.aplus .right-bg-img-wrapper > div {
		-webkit-box-align: start;
		-moz-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.aplus .right-img-wrapper > div:first-child, .aplus .space-img-wrapper > div:nth-child(odd) > div:first-child {
		order: 2;
	}
	.aplus .right-img-wrapper > div:last-child, .aplus .space-img-wrapper > div:nth-child(odd) > div:last-child {
		order: 1;
	}
	.aplus .right-img-wrapper iframe, .aplus .space-img-wrapper > div:nth-child(odd) iframe {
		margin: 34px 34px 34px 0;
	}
	.aplus .left-img-wrapper:not(.img-contain), .aplus .right-img-wrapper:not(.img-contain), .aplus .space-img-wrapper > div:not(.img-contain) {
		-webkit-box-align: center;
		-moz-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.aplus .space-img-wrapper h2, .aplus .space-white-wrapper h2, .aplus .space-wrapper h2 {
		margin-top: 0;
	}
	.aplus .space-top-wrapper > div:last-child + h2,
	.aplus .space-wrapper > div:last-child + h2 {
		margin-top: 0 !important;
	}
	.aplus .tablet-view-half-size:not(.img-contain) img {
		object-fit: contain;
		max-width: 100%;
	}
	.aplus .three-split-wrapper > .three-split-image{
		padding-top:50px;
	}
}
@media (min-width: 1200px) {
	.aplus .double-bg-wrapper, .aplus .left-bg-img-wrapper, .aplus .right-bg-img-wrapper {
		width: 1140px;
	}
	.aplus .feature-3-wrapper:not(.no-background-wrapper):not(.transparent-wrapper) > div > div, .aplus .feature-4-wrapper:not(.no-background-wrapper):not(.transparent-wrapper) > div > div {
		height: 265px;
	}
	.aplus .feature-5-wrapper > div {
		-ms-flex-preferred-size: 20%;
		flex-basis: 20%;
	}
	.aplus .full-img-wrapper > div:last-child, .aplus .left-img-wrapper > div:last-child, .aplus .right-img-wrapper > div:last-child, .aplus .space-img-wrapper > div > div:last-child {
		padding: 0 34px;
	}
	.aplus .img-contain img {
		object-fit: cover;
		height: 100%;
		max-width: 100%;
	}
	.aplus .img-contain > div:first-child, .aplus .tablet-view-half-size > div:first-child {
		flex: 1 0 auto;
	}
	.aplus .left-img-wrapper > div img, .aplus .right-img-wrapper > div img, .aplus .space-img-wrapper > div > div img {
		box-sizing: content-box;
	}
	.aplus .left-space > div img, .aplus .space-img-wrapper > div:nth-child(even) > div img {
		padding-left: 34px;
	}
	.aplus .no-space-bottom-wrapper {
		margin-bottom: -40px;
	}
	.aplus .right-space > div img, .aplus .space-img-wrapper > div:nth-child(odd) > div img {
		padding-right: 34px;
	}
}
@media (max-width: 1199px) {
	.aplus .feature-7-wrapper > div {
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
	}

	.aplus .full-img-wrapper img {
		width: 100%;
		height: auto;
	}
	.aplus .left-bg-img-wrapper, .aplus .right-bg-img-wrapper {
		width: 100%;
		max-width: 1140px;
	}
}
@media (max-width: 991px) {
	.aplus .dark-bg > div:last-child, .aplus .space-img-wrapper > div:nth-child(odd), .aplus .space-white-wrapper {
		padding-left: 20px;
		padding-right: 20px;
	}
	.aplus .feature-3-wrapper > div, .aplus .feature-4-wrapper > div, .aplus .feature-5-wrapper > div {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
	}
	.aplus .feature-3-wrapper:not(.no-background-wrapper):not(.transparent-wrapper) > div > div, .aplus .feature-4-wrapper:not(.no-background-wrapper):not(.transparent-wrapper) > div > div {
		height: 268px;
	}
	.aplus .img-contain img {
		width: 100%;
	}
	.aplus .left-img-wrapper.iframe > div:first-child, .aplus .right-img-wrapper.iframe > div:first-child, .aplus .space-img-wrapper > div.iframe > div:first-child {
		position: relative;
		width: 100%;
		height: auto;
		padding-bottom: 56.25%;
	}
	.aplus .left-img-wrapper.iframe iframe, .aplus .right-img-wrapper.iframe iframe, .aplus .space-img-wrapper > div iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.aplus .mobile-view-size-400 > div {
		text-align: center;
	}
	.aplus .mobile-view-size-400 > div img {
		max-width: 400px;
		width: 100%;
	}
	.aplus .two-split-wrapper > div.two-split-image,
	.aplus .two-split-wrapper > div.two-split-content{
		width:100%;
		text-align: center;
	}
	.aplus .two-split-wrapper > div.two-split-image{
		order:1;
	}
	.aplus .two-split-wrapper > div.two-split-content{
		order:2;
	}
	.aplus .three-split-wrapper > .three-split-image > span{
		width:100%;
		height:auto;
	}
	.aplus .triple-banner-wrapper > div.triple-banner > img{
		width: calc(100vw / 2);
	}
	.aplus .triple-banner-wrapper > div.triple-banner > img:last-child{
		width:0;
		height:0;
		display:none;
	}

	.aplus .four-column-wrapper > div.content-columns > div{
		width:50%;
	}
	.aplus .full-img-wrapper > div:last-child, .aplus .left-img-wrapper > div:last-child, .aplus .right-img-wrapper > div:last-child, .aplus .space-wrapper > div:first-child, .aplus .space-white-wrapper > div:first-child {
		margin-left: 0;
		margin-right: 0;
	}
	.aplus .left-bg-img-wrapper > div, .aplus .right-bg-img-wrapper > div {
		background-color: rgba(255, 255, 255, 0.8);
	}
	.aplus .left-bg-img-wrapper > div > div, .aplus .right-bg-img-wrapper > div > div {
		width: 100%;
		padding: 0 20vw;
	}
	.aplus .left-img-wrapper, .aplus .right-img-wrapper, .aplus .space-img-wrapper > div {
		-webkit-box-direction: normal;
		-moz-box-direction: normal;
		-webkit-box-orient: vertical;
		-moz-box-orient: vertical;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.aplus .left-img-wrapper:not(.mobile-view-size-400) > div img, .aplus .right-img-wrapper:not(.mobile-view-size-400) > div img, .aplus .space-img-wrapper > div > div img {
		width: 100%;
	}
}
@media (max-width: 767px) {
	div.content-columns > div > img{
		width: auto;
		height:368px;
	}
	div.content-columns > div > h4{
		font-size: 22px;
		line-height: 30px;
		font-weight: 300;
	}
	.aplus .four-column-wrapper > div.content-columns > div{
		width:100%;
	}
	.aplus .header-img-wrapper {
		text-align: center;
	}
	.aplus .three-split-wrapper > div.three-split-image,
	.aplus .three-split-wrapper > div.three-split-content{
		width:100%;
	}
	.aplus .three-split-wrapper > .three-split-image > span{
		width:100%;
		height:auto;
	}
	.aplus .three-split-wrapper > .three-split-image > span > img{
		width: auto;
		height:368px;
	}
	.aplus .triple-banner-wrapper > div.triple-banner > img{
		width: 100%;
	}
	.aplus .triple-banner-wrapper > div.triple-banner > img:first-child{
		width:0;
		height:0;
		display:none;
	}
	.aplus .double-bg-wrapper > div{
		flex: 1 100%;
	}
	.aplus .dark-bg.iframe iframe {
		left: 20px;
	}
	.aplus .bg-wrapper, .aplus .dark-bg, .aplus .double-bg-wrapper, .aplus .dark-bg-wrapper, .aplus .feature-7-wrapper, .aplus .full-img-wrapper > div:first-child, .aplus .left-bg-img-wrapper, .aplus .left-img-wrapper > div, .aplus .right-bg-img-wrapper, .aplus .right-img-wrapper > div, .aplus .space-img-wrapper > div:nth-child(odd), .aplus .space-white-wrapper {
		margin-left: -20px;
		margin-right: -20px;
	}
	.aplus .feature-7-wrapper > div {
		-ms-flex-preferred-size: 33%;
		flex-basis: 33%;
	}
	.aplus .header-img-wrapper {
		-webkit-box-direction: normal;
		-moz-box-direction: normal;
		-webkit-box-orient: vertical;
		-moz-box-orient: vertical;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-bottom: 55px;
	}
	.aplus .header-img-wrapper > div {
		width: 100%;
	}
	.aplus .header-img-wrapper > div:first-child {
		text-align: center;
	}
	.aplus .left-bg-img-wrapper, .aplus .right-bg-img-wrapper {
		width: calc(100% + 40px);
	}
	.aplus .double-bg-wrapper > div {
		width:100%;
	}
}
@media (max-width: 614px) {
	.aplus .feature-3-wrapper > div, .aplus .feature-4-wrapper > div, .aplus .feature-5-wrapper > div {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	.aplus .feature-7-wrapper > div {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
	}
}
@media (max-width: 430px) {
	.aplus .feature-7-wrapper > div {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
	.aplus .left-bg-img-wrapper > div > div, .aplus .right-bg-img-wrapper > div > div {
		padding: 0 20px;
	}
}
/* /new article description */
/* productCartScroller 425*/

.productCartScroller{
	display:block;
	opacity:0;
	position:fixed;
	right:0;
	top:100px;
	width:240px;
	min-height:350px;
	padding:14px;
	border:1px solid lightgrey;
	border-right:0;
	border-radius:20px 0 0 20px;
	background-color: #fff;
	color:#000;
	overflow: hidden;
	filter: drop-shadow(0 0 20px rgba(0,0,0,.2));
	transition: opacity 0.3s, height 0.3s, width 0.45s;
	-webkit-transition: opacity 0.3s, height 0.3s, width 0.45s;
	z-index:9999;
}
.productCartScroller > #productScrollerToggle{
	float:right;
	width:30px;
	height:30px;
	text-align:center;
	border-radius:50%;
	cursor: pointer;
}
.productCartScroller.mini{
	width:60px;
	height:60px;
}
.productCartScroller.mini > h1,
.productCartScroller.mini > div,
.productCartScroller.mini > form {
	display:none;
}
.productCartScroller.show{
	opacity:1;
}
.productCartScroller > h1{
	font-size:20px;
	line-height: 22px;
}
.productCartScroller .lpsProductDetails--number{
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
}
.productCartScroller .lpsProductStars {
	display: none;
}
.productCartScroller form.lpsProductDetails--form{
	/*position:absolute;*/
	/*bottom:5px;*/
	/*left:14px;*/
}
.productCartScroller form.lpsProductDetails--form > a.lpsButton:first-of-type{
	position:absolute;
	left:0px;
	bottom:135px;
}
.productCartScroller form.lpsProductDetails--form > a.lpsButton:last-of-type{
	position:absolute;
	left:0px;
	bottom:90px;
}

.lpsProductDetails--pricebreaks {
	background:#fff;
	position:absolute;
	z-index:1;
}
.lpsProductDetails--pricebreaktable td {
	white-space: nowrap;
	padding: 5px 10px;
	border: 1px solid #e0e0e0;
}

.lpsInstallerBanner {
	padding:20px 0;
	background:#ef6c00;
	background:linear-gradient(90deg,#ef6c00,#ffa726);
	text-align:center
}

.lpsInstallerBanner a {
	color:#fff;
	font-weight: bold;
}

/* Howley - chatBot */
#n8n-chat .chat-layout .chat-header {
	padding:10px;
}

#n8n-chat .chat-header {
	background:#ef6c00;
	background:linear-gradient(90deg,#ef6c00,#ffa726);
}
#n8n-chat .chat-layout .chat-header h1 {
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
	margin: 0;
}
#n8n-chat .chat-header > p {
	display:none;
}
#n8n-chat .chat-window-wrapper .chat-window {
	height: 80vh;
}
#n8n-chat .chat-window-toggle {
	background:#ef6c00;
	background:linear-gradient(90deg,#ef6c00,#ffa726);
}