.mod_ixcnb_cookie_notice {
    display: none;
}

.mod_ixcnb_cookie_notice.show {
    display: block;
    position: fixed;
    z-index: 999999999;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    padding: 50px;
    background: rgba(0,0,0,0.8);
}

.mod_ixcnb_cookie_notice.showAlways {
    display: block;
}

.mod_ixcnb_cookie_notice.show .notice-wrapper {
    background: #ffffff;
    position: fixed;
    top: 50px;
    left: 50%;
    z-index: 999999999;
    transform: translate(-50%);
    width: 100%;
    max-width: 900px;
    padding: 30px;
    margin-bottom: 20px;
    overflow-y: scroll;
    height: 60%;
}

.mod_ixcnb_cookie_notice ul li p.headline {
    margin-bottom: 0;
} 

.notice-wrapper .layout-row {
    display: flex;
    flex-direction: row;
    margin: 0;
    margin-bottom: 10px;
    width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.notice-wrapper .layout-row.buttons,
.notice-wrapper .layout-row.details {
    justify-content: flex-end;
}

.notice-wrapper .layout-row.buttons button {
    margin-left: 2rem;
}

.layout-row .checkBoxOption {
    min-width: 150px;
    min-height: 30px;
    margin: 10px 0;
    width: 25%;
}

.checkBoxOption label {
    font-weight: 400;
    position: relative;
    font-size: 18px;
    line-height: 20px;
    padding-left: 35px;
    color: #666666;
}

.checkBoxOption label:hover {
    cursor: pointer;
    color: #414E63; 
}

.checkBoxOption label .greyed-text {
    color: #cccccc;
}

.checkBoxOption input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkBoxOption .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border-radius: 4px;
    border: 2px solid #666;
}

.checkBoxOption input:checked ~ .checkmark {
    background-color: #05164D;
    border-color: #05164D;
}

.checkBoxOption .greyed-text input:checked ~ .checkmark {
    background-color: #cccccc;
    border-color: #cccccc;
}

.checkBoxOption .checkmark::after {
    left: 5px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    box-sizing: inherit;

    content: "";
    position: absolute;
    display: none;
}

.checkBoxOption input:checked ~ .checkmark::after {
    display: block;
}

.layout-row.details .toggler {
    cursor: pointer;
}

.layout-row.details > p {
    padding-right: 13px;
}

.toggleIcon {
    padding-top: 4px;
    padding-left: 13px;
    display: inline-block;
    transform: rotate(180deg);
    margin-left: 2px;
    position: relative;
    width: 12px;
    height: 20px;
    top: 5px;
    transition: 200ms ease all;
}

.toggleIcon.collapsed {
    transform: none !important;
}

.toggleIcon:before {
    content: "";
    border-left: 2px solid #52627C;
    border-bottom: 2px solid #52627C;
    width: 8px;
    height: 8px;
    float: left;
    transform: rotate(-45deg);
    margin-top: 2px;
}

.mod_ixcnb_cookie_notice .button-primary {
    display: block;
    padding: 10px;
    background: #000;
    border: 2px solid #000;
    color: #fff;
    font-weight: 600;
    cursor: pointer;

    transition: all .3s;
}

.mod_ixcnb_cookie_notice .button-primary:hover {
    background: #fff;
    border: 2px solid #ccc;
    color: #000;
}

.mod_ixcnb_cookie_notice .button-outline {
    display: block;
    padding: 10px;
    background: transparent;
    border: 2px solid #ccc;
    color: #000;
    font-weight: 600;
    cursor: pointer;

    transition: all .3s;
}

.mod_ixcnb_cookie_notice .button-outline:hover {
    background: #000;
    border: 2px solid #000;
    color: #fff;
}

@media only screen and (max-width: 42.5em)
{
    .mod_ixcnb_cookie_notice h1 {
        font-size: 1.5rem;
		margin: 0;
	}

	.mod_ixcnb_cookie_notice p {
       	font-size: .9rem;
    }

	.mod_ixcnb_cookie_notice.show .notice-wrapper {
		width: 90%;
		height: 90%;
		top: 20px;
		padding: 15px;
		overflow-y: scroll;
	}

	.layout-row .checkBoxOption {
		width: 100%;
		margin: 5px;
	}
	
	.layout-row .checkBoxOption  {
		width: 100%;
	}
	
	.notice-wrapper .layout-row.buttons button {
		width: 100%;
		margin-left: 0;
	}
}
/** clearing **/
.clear {clear: both; font-size: 0.1px; height: 0.1px; line-height: 0.1px; float: none; display: table;}

/** block grid **/
.autogrid, .autogrid:before,.autogrid:after {-moz-box-sizing: border-box; box-sizing:border-box;}
.autogrid {padding-left: 1%; padding-right: 1%; position: relative; display: block; float: left;overflow: hidden;}

/** block grid wrapper **/
.autogrid_wrapper {margin-left: -1%; margin-right: -1%;}

/** non block **/
.autogrid:not(.block) {padding-left: 0; padding-right: 0; margin-left: 1%; margin-right: 1%;}

/* .block.autogrid.first, .block.autogrid:first-child 	{margin-left: -1%;} */
/* .block.autogrid.last, .block.autogrid:last-child 	{margin-right: -1%;} */

/** Non block grid **/
.full			{width: 98%;}
.one_half 		{width: 48%;}
.one_third 		{width: 31.3333%;}
.one_fourth		{width: 23%;}	
.one_fifth		{width: 18%;}	
.one_sixth		{width: 14.6667%;}

/** Block grid **/
.block.full			{width: 100%;}
.block.one_half 	{width: 50%;}
.block.one_third 	{width: 33.3333%;}
.block.one_fourth	{width: 25%;}	
.block.one_fifth	{width: 20%;}	
.block.one_sixth	{width: 16.6667%;}

.block.two_third	{width: 66.6667%;}
.block.two_fourth	{width: 50%;}
.block.three_fourth	{width: 75%;}
.block.two_fifth	{width: 40%;}
.block.three_fifth	{width: 60%;}
.block.four_fifth	{width: 80%;}
.block.two_sixth	{width: 33.3333%;}
.block.three_sixth	{width: 49.9999%;}
.block.four_sixth	{width: 66.6667%;}
.block.five_sixth	{width: 83.3333%;}

/** Non block grid system **/
/** odd split: 2 elements per row **/
.n2:not(.block).one_third		{width: 32%;}
.n2:not(.block).two_third		{width: 64%;}
.n2:not(.block).one_fourth		{width: 24%;}
.n2:not(.block).two_fourth		{width: 48%;}
.n2:not(.block).three_fourth	{width: 72%;}
.n2:not(.block).one_fifth		{width: 19.2%;}
.n2:not(.block).two_fifth		{width: 38.4%;}
.n2:not(.block).three_fifth		{width: 57.6%;}
.n2:not(.block).four_fifth		{width: 76.8%;}
.n2:not(.block).one_sixth		{width: 16%;}
.n2:not(.block).two_sixth		{width: 32%;}
.n2:not(.block).three_sixth		{width: 48%;}
.n2:not(.block).four_sixth		{width: 64%;}
.n2:not(.block).five_sixth		{width: 80%;}

/** odd split: 3 elements per row **/
.n3:not(.block).one_half		{width: 47%;}
.n3:not(.block).two_third		{width: 62.6667%;}
.n3:not(.block).one_fourth		{width: 23.5%;}
.n3:not(.block).two_fourth		{width: 47%;}
.n3:not(.block).three_fourth	{width: 70.5%;}
.n3:not(.block).one_fifth		{width: 18.8%;}
.n3:not(.block).two_fifth		{width: 37.6%;}
.n3:not(.block).three_fifth		{width: 56.4%;}
.n3:not(.block).four_fifth		{width: 75.2%;}
.n3:not(.block).one_sixth		{width: 15.6667%;}
.n3:not(.block).two_sixth		{width: 31.3333%;}
.n3:not(.block).three_sixth		{width: 47%;}
.n3:not(.block).four_sixth		{width: 62.6667%;}
.n3:not(.block).five_sixth		{width: 78.3333%;}

/** odd split: 4 elements per row **/
.n4:not(.block).one_half		{width: 46%;}
.n4:not(.block).one_third		{width: 30.6667%;}
.n4:not(.block).two_third		{width: 61.3333%;}
.n4:not(.block).two_fourth		{width: 46%;}
.n4:not(.block).three_fourth	{width: 69%;}
.n4:not(.block).one_fifth		{width: 18.4%;}
.n4:not(.block).two_fifth		{width: 36.8%;}
.n4:not(.block).three_fifth		{width: 55.2%;}
.n4:not(.block).four_fifth		{width: 73.6%;}
.n4:not(.block).one_sixth		{width: 15.3333%;}
.n4:not(.block).two_sixth		{width: 30.6667%;}
.n4:not(.block).three_sixth		{width: 46%;}
.n4:not(.block).four_sixth		{width: 61.3333%;}
.n4:not(.block).five_sixth		{width: 76.6667%;}

/** odd split: 5 elements per row **/
.n5:not(.block).one_half		{width: 45%;}
.n5:not(.block).one_third		{width: 30%;}
.n5:not(.block).two_third		{width: 60%;}
.n5:not(.block).one_fourth		{width: 22.5%;}
.n5:not(.block).two_fourth		{width: 45%;}
.n5:not(.block).three_fourth	{width: 67.5%;}
.n5:not(.block).two_fifth		{width: 36%;}
.n5:not(.block).three_fifth		{width: 54%;}
.n5:not(.block).four_fifth		{width: 72%;}
.n5:not(.block).one_sixth		{width: 15%;}
.n5:not(.block).two_sixth		{width: 30%;}
.n5:not(.block).three_sixth		{width: 45%;}
.n5:not(.block).four_sixth		{width: 60%;}
.n5:not(.block).five_sixth		{width: 75%;}

/** odd split: 6 elements per row **/
.n6:not(.block).one_half		{width: 44%;}
.n6:not(.block).one_third		{width: 29.3333%;}
.n6:not(.block).two_third		{width: 58.6667%;}
.n6:not(.block).one_fourth		{width: 22%;}
.n6:not(.block).two_fourth		{width: 44%;}
.n6:not(.block).three_fourth	{width: 66%;}
.n6:not(.block).one_fifth		{width: 17.6%;}
.n6:not(.block).two_fifth		{width: 35.2%;}
.n6:not(.block).three_fifth		{width: 52.8%;}
.n6:not(.block).four_fifth		{width: 70.4%;}
.n6:not(.block).two_sixth		{width: 29.3333%;}
.n6:not(.block).three_sixth		{width: 44%;}
.n6:not(.block).four_sixth		{width: 58.6667%;}
.n6:not(.block).five_sixth		{width: 73.3333%;}

.border-inner {border-left: 1px solid #ddd;}
.border-inner.first, .border-inner:first-child {border-left: 0;}
.border-inner.last, .border-inner:last-child {border-right: 0;}
/** optical correction **/
/* .autogrid.block.border-inner {margin-left: -0.75%; padding-left: 1.75%;} */

/** grid options **/
.autogrid.break {clear:left; margin-left: 0;}
.autogrid.full.break {width: 100%;clear:both;float: none;padding-left: 0;padding-right: 0;}

/** same height **/
.autogrid.same-height {display: table-cell; float: none; vertical-align: top;}

/** flexible same height **/
.autogrid_wrapper.same-height, .autogrid_wrapper .inner.same-height {display: flex; display: -webkit-flex; display: -ms-flexbox; height: 100%; clear: both;}

/** autogrid full **/
.autogrid.full {padding-left: 0; padding-right: 0;}
.autogrid_wrapper .autogrid.full {padding-left: 1%; padding-right: 1%;}

/** no gutter **/
.autogrid_wrapper.no_gutter {margin-left: 0; margin-right: 0;}
.autogrid.no_gutter {padding-left: 0; padding-right: 0;}

/** tablets **/
@media only screen and (min-width: 768px) and (max-width: 990px) {
	.autogrid.adjust_mobile {width: 50% !important}
}

/** phones **/
@media only screen and (max-width: 767px) {
	.autogrid {width: 100%!important;}
	.autogrid.same-height, .autogrid_wrapper.same-height, .autogrid_wrapper .inner.same-height {display: block;}
	.border-inner {border-left: 0;}
	.ce_autogridSpacer {margin: 0!important; line-height: 0!important;}
}
/* ColorBox, (c) 2011 Jack Moore, MIT license */
#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden}#cboxWrapper{max-width:none}#cboxOverlay{position:fixed;width:100%;height:100%}#cboxMiddleLeft,#cboxBottomLeft{clear:left}#cboxContent{position:relative}#cboxLoadedContent{overflow:auto;-webkit-overflow-scrolling:touch}#cboxTitle{margin:0}#cboxLoadingOverlay,#cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;height:100%}#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow{cursor:pointer}.cboxPhoto{float:left;margin:auto;border:0;display:block;max-width:none;-ms-interpolation-mode:bicubic}.cboxIframe{width:100%;height:100%;display:block;border:0;padding:0;margin:0}#colorbox,#cboxContent,#cboxLoadedContent{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}#cboxOverlay{background:#000;opacity:.9;filter:alpha(opacity = 90)}#colorbox{outline:0}#cboxContent{margin-top:20px;background:#000}.cboxIframe{background:#fff}#cboxError{padding:50px;border:1px solid #ccc}#cboxLoadedContent{border:5px solid #000;background:#fff}#cboxTitle{position:absolute;top:-20px;left:0;color:#ccc}#cboxCurrent{position:absolute;top:-20px;right:0;color:#ccc}#cboxLoadingGraphic{background:url("../../assets/jquery/colorbox/1.6.1/images/loading.gif") no-repeat center center}#cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose{border:0;padding:0;margin:0;overflow:visible;width:auto;background:0}#cboxPrevious:active,#cboxNext:active,#cboxSlideshow:active,#cboxClose:active{outline:0}#cboxSlideshow{position:absolute;top:-20px;right:90px;color:#fff}#cboxPrevious{position:absolute;top:50%;left:5px;margin-top:-32px;background:url("../../assets/jquery/colorbox/1.6.1/images/controls.png") no-repeat top left;width:28px;height:65px;text-indent:-9999px}#cboxPrevious:hover{background-position:bottom left}#cboxNext{position:absolute;top:50%;right:5px;margin-top:-32px;background:url("../../assets/jquery/colorbox/1.6.1/images/controls.png") no-repeat top right;width:28px;height:65px;text-indent:-9999px}#cboxNext:hover{background-position:bottom right}#cboxClose{position:absolute;top:5px;right:5px;display:block;background:url("../../assets/jquery/colorbox/1.6.1/images/controls.png") no-repeat top center;width:38px;height:19px;text-indent:-9999px}#cboxClose:hover{background-position:bottom center}
/* Swipe 2.0, (C) Brad Birdsall 2012, MIT license */
.content-slider{overflow:hidden;visibility:hidden;position:relative}.slider-wrapper{overflow:hidden;position:relative}.slider-wrapper>*{float:left;width:100%;position:relative}.slider-control{height:30px;position:relative}.slider-control a,.slider-control .slider-menu{position:absolute;top:9px;display:inline-block}.slider-control .slider-prev{left:0}.slider-control .slider-next{right:0}.slider-control .slider-menu{top:0;width:50%;left:50%;margin-left:-25%;font-size:27px;text-align:center}.slider-control .slider-menu b{color:#bbb;cursor:pointer}.slider-control .slider-menu b.active{color:#666}
/**
 * Contao Open Source CMS
 *
 * Copyright (c) 2005-2015 Leo Feyer
 *
 * @license LGPL-3.0+
 */

table.sortable thead th {
	background-image:url("../../assets/jquery/tablesorter/2.0.5/images/default.gif");
	background-repeat:no-repeat;
	background-position:center right;
}
table.sortable thead th.headerSortDown {
	background-image:url("../../assets/jquery/tablesorter/2.0.5/images/asc.gif");
}
table.sortable thead th.headerSortUp {
	background-image:url("../../assets/jquery/tablesorter/2.0.5/images/desc.gif");
}

.orange-c{color:#f38e22}.orange-bc{background-color:#f38e22}.white-c{color:#fff}.white-bc{background-color:#fff}.grey6-c{color:#f0f0f0}.grey6-bc{background-color:#f0f0f0 !important}.show-mobile-only{display:none}@media only screen and (max-width:767px){.show-mobile-only{display:block}}.show-tablet-only{display:none}@media only screen and (min-width:768px) and (max-width:970px){.show-tablet-only{display:block}}.show-desktop-only{display:none}@media only screen and (min-width:971px){.show-desktop-only{display:block}}.hide-mobile-only{display:block}@media only screen and (max-width:767px){.hide-mobile-only{display:none}}.hide-tablet-only{display:block}@media only screen and (min-width:768px) and (max-width:970px){.hide-tablet-only{display:none}}.hide-desktop-only{display:block}@media only screen and (min-width:971px){.hide-desktop-only{display:none}}.hide-by-all{display:block;display:block;display:block}@media only screen and (max-width:767px){.hide-by-all{display:none}}@media only screen and (min-width:768px) and (max-width:970px){.hide-by-all{display:none}}@media only screen and (min-width:971px){.hide-by-all{display:none}}.orange-c{color:#f38e22}.orange-bc{background-color:#f38e22}.white-c{color:#fff}.white-bc{background-color:#fff}.grey6-c{color:#f0f0f0}.grey6-bc{background-color:#f0f0f0 !important}.show-mobile-only{display:none}@media only screen and (max-width:767px){.show-mobile-only{display:block}}.show-tablet-only{display:none}@media only screen and (min-width:768px) and (max-width:970px){.show-tablet-only{display:block}}.show-desktop-only{display:none}@media only screen and (min-width:971px){.show-desktop-only{display:block}}.hide-mobile-only{display:block}@media only screen and (max-width:767px){.hide-mobile-only{display:none}}.hide-tablet-only{display:block}@media only screen and (min-width:768px) and (max-width:970px){.hide-tablet-only{display:none}}.hide-desktop-only{display:block}@media only screen and (min-width:971px){.hide-desktop-only{display:none}}.hide-by-all{display:block;display:block;display:block}@media only screen and (max-width:767px){.hide-by-all{display:none}}@media only screen and (min-width:768px) and (max-width:970px){.hide-by-all{display:none}}@media only screen and (min-width:971px){.hide-by-all{display:none}}#cboxNext,#cboxPrevious,#cboxClose{background-image:url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iRWJlbmVfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIxNzAuNXB4IiBoZWlnaHQ9IjY1cHgiIHZpZXdCb3g9IjAgMCAxNzAuNSA2NSIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTcwLjUgNjUiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0xNzAuNSwwaC00Ni42NjZDMTIyLjI3LDAsMTIxLDEuMjY5LDEyMSwyLjgzNHY1OS4zMzFjMCwxLjU2NSwxLjI3LDIuODM1LDIuODM0LDIuODM1SDE3MC41Ii8+PHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTAsMGg0Ni42NjZDNDguMjMsMCw0OS41LDEuMjY5LDQ5LjUsMi44MzR2NTkuMzMxQzQ5LjUsNjMuNzMsNDguMjMsNjUsNDYuNjY2LDY1SDAiLz48bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiNGRkZGRkYiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgeDE9Ijc4LjI1IiB5MT0iNS4xMDkiIHgyPSI5NC4zNzUiIHkyPSIyMS4yMzQiLz48bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiNGRkZGRkYiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgeDE9Ijk0LjM3NSIgeTE9IjUuMTA5IiB4Mj0iNzguMjUiIHkyPSIyMS4yMzQiLz48bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiMwMDAwMDAiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgeDE9IjM3LjUiIHkxPSIxMS4zNTkiIHgyPSIxMC43NSIgeTI9IjMyLjUiLz48bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiMwMDAwMDAiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgeDE9IjM3LjY3OCIgeTE9IjUzLjA1NSIgeDI9IjEwLjkyOCIgeTI9IjMxLjkxNCIvPjxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwMDAwMCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iMTMzIiB5MT0iMTEuMzU5IiB4Mj0iMTU5Ljc1IiB5Mj0iMzIuNSIvPjxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwMDAwMCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iMTMzIiB5MT0iNTMuNjQxIiB4Mj0iMTU5Ljc1IiB5Mj0iMzIuNSIvPjwvc3ZnPg==")}body{line-height:1.6 !important;font-family:Mark !important}body #main .mod_article{padding-top:40px;padding-bottom:40px}@media only screen and (min-width:971px){body #main .mod_article{padding-top:50px}}@media only screen and (min-width:971px){body #main .mod_article{padding-bottom:50px}}#fix-wrapper{position:absolute}@media only screen and (min-width:768px){body .outer-tab .contentwrap{padding-bottom:40px}}#main p a{border:0px;transition:all 300ms ease}#main p a:hover{border-bottom:1px dotted #f38e22;transition:all 300ms ease}.no-border{border:0px solid black}.orange{color:#f38e22}.flex-center{display:flex;justify-content:center}.uppercase{text-transform:uppercase}strong,b{font-weight:700}.headline-light-xl{font-weight:300;line-height:1 !important}@media only screen and (max-width:767px){.headline-light-xl{font-size:calc(30px * 0.8) !important}}@media only screen and (min-width:768px) and (max-width:970px){.headline-light-xl{font-size:calc(30px * 0.9) !important}}@media only screen and (min-width:971px){.headline-light-xl{font-size:30px !important}}.headline-light-l{font-weight:300;line-height:1 !important}@media only screen and (max-width:767px){.headline-light-l{font-size:calc(24px * 0.8) !important}}@media only screen and (min-width:768px) and (max-width:970px){.headline-light-l{font-size:calc(24px * 0.9) !important}}@media only screen and (min-width:971px){.headline-light-l{font-size:24px !important}}.headline-light-m{font-weight:300;line-height:1 !important}@media only screen and (max-width:767px){.headline-light-m{font-size:calc(20px * 0.8) !important}}@media only screen and (min-width:768px) and (max-width:970px){.headline-light-m{font-size:calc(20px * 0.9) !important}}@media only screen and (min-width:971px){.headline-light-m{font-size:20px !important}}.headline-light-s{font-weight:300;line-height:1 !important}@media only screen and (max-width:767px){.headline-light-s{font-size:calc(16px * 0.8) !important}}@media only screen and (min-width:768px) and (max-width:970px){.headline-light-s{font-size:calc(16px * 0.9) !important}}@media only screen and (min-width:971px){.headline-light-s{font-size:16px !important}}.headline-light-xs{font-weight:300;line-height:1 !important}@media only screen and (max-width:767px){.headline-light-xs{font-size:calc(13px * 0.8) !important}}@media only screen and (min-width:768px) and (max-width:970px){.headline-light-xs{font-size:calc(13px * 0.9) !important}}@media only screen and (min-width:971px){.headline-light-xs{font-size:13px !important}}.justify p,p.justify,.align-justify{text-align:justify}.font-size-120 p{font-size:120%}.center{text-align:center}.center-margin{margin-right:auto !important;margin-left:auto !important;float:none !important}.line-height-min{line-height:1.2em}@media only screen and (max-width:767px){.small-no-br br{display:none}}#linkToContent{display:none}.p-mb-0 p{margin-bottom:0 !important}.img-max-width-35 .image_container img{max-width:35px}.text-indent p{padding-left:3rem}@media only screen and (min-width:971px){.text-as-table h4{width:25%;float:left;font-size:20px}.text-as-table p{float:left;width:74%}}.home-de .mod_navigation.popup_show li.blog:before{opacity:0 !important}.ce_popup_start .ce_popup_content{border:4px solid #f38e22 !important;border-radius:10px}.ce_popup_start .ce_popup_content .popup_close:before{font-size:2rem}.ce_popup_start.variant-healthcare .ce_popup_content{background:#f38e22;padding-bottom:0px !important}.ce_popup_start.variant-healthcare .ce_popup_content .checkbox{display:none !important}.ce_popup_start.variant-healthcare .ce_popup_content a.hyperlink_img{margin:0;padding:0}@media only screen and (max-width:767px){.ce_popup_start.variant-blog .ce_autogridWrapperStart{margin-bottom:0px !important}.ce_popup_start.variant-blog .ce_autogridWrapperStart .ce_text{margin-bottom:0px !important}.ce_popup_start.variant-blog .ce_autogridWrapperStart h2{margin-bottom:12px !important;font-size:1.4rem !important;margin-top:25px !important}.ce_popup_start.variant-blog .ce_autogridWrapperStart p{line-height:1.3 !important;font-size:14px;padding:0 5px 0 5px}.ce_popup_start.variant-blog .autogrid.clear{margin-bottom:0px !important}}.ce_accordion{border-bottom:1px solid #595959}.ce_accordion .toggler{border:none;text-transform:uppercase;padding:0.8275em 2.5em 0.6875em 0;transition:color 300ms ease}.ce_accordion .toggler:hover{color:#f38e22;transition:color 300ms ease}.ce_accordion .accordion{border-left:none;border-right:none;padding:20px 20px 20px 0}.ce_accordion .accordion .image_container img{width:auto}.ce_accordionStart:last-of-type .toggler,.ce_accordionSingle:last-of-type .toggler,.ce_accordionStart:last-of-type .accordion,.ce_accordionSingle:last-of-type .accordion{border-bottom:none}.ce_text.img-pb-1 figure{padding-bottom:1%}.ce_text.img-pb-2 figure{padding-bottom:2%}.ce_text.img-pb-3 figure{padding-bottom:3%}.ce_text.img-pb-4 figure{padding-bottom:4%}.ce_text.img-pb-5 figure{padding-bottom:5%}.ce_text.img-pb-6 figure{padding-bottom:6%}.ce_text.img-pb-7 figure{padding-bottom:7%}.ce_text.img-pb-8 figure{padding-bottom:8%}.ce_text.img-pb-9 figure{padding-bottom:9%}@media only screen and (max-width:767px){.ce_text.halign-img-s figure{text-align:center}.ce_text.halign-img-s figure img{margin:0 auto 0 auto}}@media only screen and (min-width:768px){.ce_text.align-img figure{text-align:center}.ce_text.align-img figure img{position:relative;top:50%;transform:translateY(-50%);margin:0 auto 0 auto}.ce_text.img-30 figure img{width:30%}.ce_text.img-40 figure img{width:40%}.ce_text.img-50 figure img{width:50%}.ce_text.img-60 figure img{width:60%}.ce_text.img-70 figure img{width:70%}.ce_text.img-80 figure img{width:80%}.ce_text.img-90 figure img{width:90%}}@media only screen and (max-width:767px){.ce_text.img-s-30 figure img{width:30%}.ce_text.img-s-40 figure img{width:40%}.ce_text.img-s-50 figure img{width:50%}.ce_text.img-s-60 figure img{width:60%}.ce_text.img-s-70 figure img{width:70%}.ce_text.img-s-80 figure img{width:80%}.ce_text.img-s-90 figure img{width:90%}}@media only screen and (max-width:767px){.no-autogrid-clear-margin .autogrid_wrapper .autogrid.clear{margin-bottom:0}}.img-width-auto figure img{width:auto !important;margin-bottom:15px}.ce_download.medien-bilder-download a span.size{color:inherit !important;font-size:0.8rem;color:rgba(0, 0, 0, 0.4) !important;text-decoration:none}.ce_download.medien-bilder-download a:hover{border-bottom:1px dotted #f38e22;transition:all 300ms ease}.wrapper-bilder-medien-download{border:1px solid #dcdcdc;border-width:1px 0 1px 0;margin-top:40px}.wrapper-bilder-medien-download .inside{padding:30px 10px 10px 30px}h1,h2{font-weight:500;text-transform:uppercase;margin-bottom:24px !important}@media only screen and (max-width:767px){h1,h2{font-size:calc(2.333rem * 0.8) !important}}@media only screen and (min-width:768px) and (max-width:970px){h1,h2{font-size:calc(2.333rem * 0.9) !important}}@media only screen and (min-width:971px){h1,h2{font-size:2.333rem !important}}h2{font-weight:500;text-transform:uppercase;margin-bottom:35px !important}@media only screen and (max-width:767px){h2{font-size:calc(2.333rem * 0.8) !important}}@media only screen and (min-width:768px) and (max-width:970px){h2{font-size:calc(2.333rem * 0.9) !important}}@media only screen and (min-width:971px){h2{font-size:2.333rem !important}}h3{font-weight:500;text-transform:uppercase;margin-bottom:35px !important}@media only screen and (max-width:767px){h3{font-size:calc(1.867rem * 0.8) !important}}@media only screen and (min-width:768px) and (max-width:970px){h3{font-size:calc(1.867rem * 0.9) !important}}@media only screen and (min-width:971px){h3{font-size:1.867rem !important}}body h4{margin-bottom:0}.headlineBlackBg{color:#fff}.headlineBlackBg h2{text-transform:uppercase}.bg-black h1,.bg-black h2,.bg-black h3,.bg-black h4,.bg-black h5,.bg-black h6,.bg-black p,.bg-black ul,.bg-black li{color:#fff}body .logo{width:170px}body.edge .logo a{border:1px solid transparent}body .header .shopButton{position:relative;float:right;padding:0 8px;display:inline-block;cursor:pointer;margin-left:45px;z-index:100;opacity:0.8;transition:All 0.3s ease;-webkit-transition:All 0.3s ease}@media only screen and (max-width:767px){body .header .shopButton{position:absolute;margin-left:0;right:130px}}body .header .shopButton a{color:#fff}body .header .shopButton:hover{opacity:1}body .header .mod_search{margin-left:20px;opacity:0.8}body.fixed-header .stickyheader{height:40px}body.fixed-header .stickyheader .cloned{height:40px;line-height:40px;background-color:rgba(0, 0, 0, 0.7)}body.fixed-header .stickyheader .cloned .logo{height:40px;width:100px}body.fixed-header .stickyheader .cloned .logo a{background-image:url("../../files/cto_layout/themedesigner/uploads/logo_icon_final.svg");background-size:20%}@media only screen and (min-width:768px) and (max-width:970px){body.fixed-header .stickyheader .header.cloned .smartmenu .smartmenu-trigger{height:40px}body.fixed-header .stickyheader .header.cloned .smartmenu .smartmenu-trigger .line{width:25px}body.fixed-header .stickyheader .header.cloned .smartmenu .smartmenu-trigger .line:before{width:25px;margin-top:8px}body.fixed-header .stickyheader .header.cloned .smartmenu .smartmenu-trigger .line:after{width:25px;margin-top:-10px}body.fixed-header .stickyheader{height:40px}body.fixed-header .stickyheader .cloned{height:40px;line-height:40px;background-color:rgba(0, 0, 0, 0.7)}body.fixed-header .stickyheader .cloned .logo{height:40px}body.fixed-header .stickyheader .cloned .logo a{background-image:url("../../files/cto_layout/themedesigner/uploads/logo_icon_final.svg");background-size:20%}}@media only screen and (max-width:767px){body.fixed-header .stickyheader{height:70px}body.fixed-header .stickyheader .cloned{height:70px;line-height:70px;background-color:rgba(0, 0, 0, 0.7)}body.fixed-header .stickyheader .cloned .logo{height:70px}body.fixed-header .stickyheader .cloned .logo a{background-image:url("../../files/cto_layout/themedesigner/uploads/logo_final.svg");background-size:100%}}.mod_langswitcher .mod_langswitcher_inside{padding:0 0 5px 0 !important;background:none !important}.mod_langswitcher .mod_langswitcher_inside:before{border:none !important;border-radius:0px !important;height:31px !important}.mod_langswitcher .mod_langswitcher_inside:after{margin-left:4px !important}.mod_langswitcher .mod_langswitcher_inside .mod_changelanguage{display:inline-block}.mod_langswitcher .mod_langswitcher_inside ul{background:none;border:0}.mod_langswitcher .mod_langswitcher_inside ul li{text-align:left}.mod_langswitcher .mod_langswitcher_inside ul li a,.mod_langswitcher .mod_langswitcher_inside ul li a:hover{background:0;border:0}.mod_langswitcher .mod_langswitcher_inside ul li a i,.mod_langswitcher .mod_langswitcher_inside ul li a:hover i{display:none}.mod_langswitcher .mod_langswitcher_inside ul li:nth-child(2n) a{padding-top:2px !important}.mod_langswitcher .mod_langswitcher_inside img{border:1px solid #c8c8c8}.mod_langswitcher ul li a{padding:8px 2px 8px 0px !important}.mod_search h3{margin-bottom:15px !important}.mod_search .row-searchresult{margin-bottom:30px}.mda-image-button-link{}.mda-image-button-link .mda-image-button{width:180px;height:100%}.mda-image-button-link .mda-image-button2{width:180.5px;height:100%}@media only screen and (max-width:767px){.mda-image-button-link .mda-image-button2{width:166px}}.ce_headline_extended.color-white-bold{font-weight:normal}.ce_headline_extended.color-white-bold .color-accent{color:white;font-weight:bold}@media only screen and (max-width:767px){.mod_article div.ce_headerimage.default,.mod_article div.ce_headerimage.height_medium{height:200px}}div.ce_headerimage.height_large,div.ce_headerimage.height_medium{position:relative;height:300px}div.ce_headerimage.height_large .ce_headerimage_inside .content,div.ce_headerimage.height_medium .ce_headerimage_inside .content{padding:0}div.ce_headerimage.height_large .ce_headerimage_inside .content div.ce_headline .ce_headline,div.ce_headerimage.height_medium .ce_headerimage_inside .content div.ce_headline .ce_headline{color:#f38e22;font-size:37px;line-height:1.3}div.ce_headerimage.height_large .header-icon,div.ce_headerimage.height_medium .header-icon{position:absolute;bottom:0;left:40px;width:67px;height:67px;border:1px solid #fff;border-width:1px 1px 0 1px;border-color:#fff;text-align:center}div.ce_headerimage.height_large .header-icon i,div.ce_headerimage.height_medium .header-icon i{position:relative;top:50%;transform:translateY(-50%);display:block;position:absolute;width:100%;margin:0;padding:0}div.ce_headerimage.height_large .header-icon i:before,div.ce_headerimage.height_medium .header-icon i:before{color:#f38e22;font-size:35px;line-height:35px}div.ce_headerimage.height_large{height:400px}.tp-bannertimer{display:none}.ce_revolutionslider{background-color:black}.ce_revolutionslider .invertcolor{color:#fff}@media only screen and (max-width:767px){.ce_revolutionslider .ce_text{padding:0 13px !important}}.ce_revolutionslider .ce_text.bg-black{padding:10px;background:rgba(0, 0, 0, 0.2) !important}@media only screen and (max-width:767px){.ce_revolutionslider .ce_text.bg-black{padding:5px;margin:13px !important}}.ce_revolutionslider .ce_text.bg-white{padding:10px;background:rgba(255, 255, 255, 0.2) !important}@media only screen and (max-width:767px){.ce_revolutionslider .ce_text.bg-white{padding:5px;margin:13px !important}}.ce_revolutionslider .ce_text p{margin-bottom:10px !important}#slider .ce_headerimage.default .content{border-top:0px solid rgba(0, 0, 0, 0.2);border-bottom:0px solid rgba(0, 0, 0, 0.2)}.sliderAddIcon{overflow:visible;max-width:1240px;margin-left:auto;margin-right:auto}.sliderAddIcon .sliderAddIconInner{position:relative;width:67px;margin-top:-67px;height:67px;margin-left:50px;border:1px solid #fff;border-width:1px 1px 0 1px;border-color:#fff;z-index:900}@media only screen and (max-width:767px){.sliderAddIcon .sliderAddIconInner{margin-left:13px}}.sliderAddIcon .sliderAddIconInner .header-icon{text-align:center}.sliderAddIcon .sliderAddIconInner .header-icon i{position:relative;top:50%;transform:translateY(-50%);display:block;position:absolute;width:100%;margin:0;padding:0}.sliderAddIcon .sliderAddIconInner .header-icon i:before{color:#f38e22;font-size:33.5px;line-height:33.5px}.slider-hl{line-height:1.2em !important;font-weight:500;text-transform:uppercase}.slider-textbox{background:rgba(255, 255, 255, 0.12)}.revsliderhome{width:100% !important;left:0 !important;background:none !important}.revsliderhomewrapper{padding:0 40px;max-width:1240px !important;margin-left:auto !important;margin-right:auto !important}.revsliderhomeinner{display:inline-block;padding:0;width:auto}.slider-textbox .revsliderhomeinner{padding:20px;background:rgba(255, 255, 255, 0.12) !important}.ce_slider-textbox{padding:20px;background:rgba(255, 255, 255, 0.12)}.ce_slider-textbox .ce_textarea{margin-bottom:15px}@media only screen and (max-width:767px){.ce_slider-textbox{padding:50px;margin:0 auto 0 20px}.ce_slider-textbox .ce_textarea{font-size:21px !important;line-height:27px !important;margin-bottom:30px}.ce_slider-textbox .hyperlink{font-size:21px !important;line-height:27px !important}}.ce_slider-textbox.bg-black{padding:10px;background:rgba(0, 0, 0, 0.2) !important}@media only screen and (max-width:767px){.ce_slider-textbox.bg-black{padding:5px;margin:13px !important}}.ce_slider-textbox.slider-textbox{color:#000}.ce_slider-textbox.slider-textbox a.link{color:#000}.ce_slider-textbox.invertcolor{color:#fff}.ce_slider-textbox.invertcolor a.link{color:#fff}.ce_slider-textbox.bold{font-weight:700}.ce_slider-textbox.bold span.hyperlink{font-weight:400}.ce_slider-textbox.italic{font-style:italic}.ce_slider-textbox.italic span.hyperlink{font-style:normal}.ce_slider-textbox.slider-textbox span.hyperlink{color:#f38e22}.tp-rightarrow.default,.tp-leftarrow.default{z-index:100;cursor:pointer;position:relative;background:none;width:40px;height:40px;font-size:60px;line-height:40px}.tp-rightarrow.default:before,.tp-leftarrow.default:before{font-family:'FontAwesome';content:'\f105';color:#f38e22}.tp-leftarrow.default:before{font-family:'FontAwesome';content:'\f104'}@media only screen and (max-width:767px){.tp-rightarrow.default,.tp-leftarrow.default{display:none}}.tp-bullets.simplebullets.square .bullet:hover,.tp-bullets.simplebullets.square .bullet.selected{background-color:#f38e22}.tp-bullets.simplebullets.square .bullet{cursor:pointer;position:relative;background:none;width:20px;height:6px;margin:0 13px 0 0;float:left;background-color:#4c4c4c;transition:background-color 300ms ease}@media only screen and (max-width:767px){.tp-bullets.simplebullets.square .bullet{margin-bottom:20px}}.tp-bullets.simplebullets.square .bullet.last{margin-right:0}@media only screen and (max-width:767px){.only-desktop{display:none !important}}@media only screen and (min-width:768px){.only-smartphone{display:none !important}}.ix-mask{display:none}@media only screen and (max-width:767px){.ix-mask{position:absolute;display:block;top:0;left:0;right:0;bottom:0;background-color:rgba(0, 0, 0, 0.15)}.ce_revolutionslider_text.slider-hl{top:120px !important;max-width:100vw !important;white-space:normal !important}.ce_revolutionslider_text.slider-hl .revsliderhomeinner{font-size:2rem !important;line-height:1 !important}.ce_revolutionslider_text.slider-hl-sub{top:200px !important;max-width:100vw !important;white-space:normal !important}.ce_revolutionslider_text.slider-hl-sub .revsliderhomeinner{font-size:1.4rem !important;line-height:1 !important}.ce_revolutionslider_text.slider-textbox .revsliderhomeinner{font-size:1.4rem !important;padding:20px 10px !important;line-height:1 !important}}.ce_hyperlink_lightbox_video{background-size:cover;background-position:center;background-repeat:no-repeat;position:relative}.ce_hyperlink_lightbox_video a{position:relative;top:50%}.ce_download:not(.ce_download_small){background:none !important;color:#000 !important;padding:10px 0 10px 0 !important;border-radius:0px !important}.ce_download h1,.ce_download h2,.ce_download h3,.ce_download h4,.ce_download h5,.ce_download h6{color:#000 !important;font-size:1.2rem !important;border:0px solid #dcdcdc !important;text-transform:initial;padding:10px 0 10px 0 !important;margin:0 !important}.ce_download .title{margin:0 !important}.ce_download .text{border:1px solid #dcdcdc !important;border-width:1px 0 1px 0 !important;padding:10px 0 10px 0 !important;margin-bottom:5px !important}.ce_download .text p{margin:0 !important}.ce_download a{color:#f38e22 !important;font-size:1rem !important;cursor:pointer}.opensource .ce_download h2{text-transform:uppercase}@media only screen and (min-width:768px){#main .ce_text p,#main .ce_text ul{width:90%}#main .ce_text.autogrid p,#main .ce_text.autogrid ul{width:100%}#main .ce_text.w80 p,.w80 #main .ce_text p,#main .ce_text.w80 ul,.w80 #main .ce_text ul{width:80%}#main .ce_text.w90 p,.w90 #main .ce_text p,#main .ce_text.w90 ul,.w90 #main .ce_text ul{width:90%}#main .ce_text.w95 p,.w95 #main .ce_text p,#main .ce_text.w95 ul,.w95 #main .ce_text ul{width:95%}#main .ce_text.wfi95 figure,.wfi95 #main .ce_text figure{width:95%}}@media only screen and (min-width:768px){.autogrid.adjust-box-3{margin-right:1%}.autogrid.adjust-box-3.autogrid-first{margin-left:-1% !important}.autogrid.adjust-box-3.autogrid-last{margin-right:-1%}}@media only screen and (max-width:767px){.contentwrap.smartphone-small{padding-left:20px !important;padding-right:20px !important}}.ie .mod_navigation.mm-menu.mm-opened + .mm-slideout .header.cloned .inside{display:none !important}body .ce_text ul li,.ce_list ul li{list-style-type:square}.ce_hyperlink.ix-button a{display:block;width:80%;margin:0 auto 0 auto;padding:4px 20px 4px 20px;text-transform:none}@media only screen and (max-width:767px){.ce_hyperlink.ix-button a{width:100%}}.ce_hyperlink.ix-button.font-icon a{line-height:27px;font-size:24px;font-weight:normal}.ce_hyperlink.ix-button-simple a{padding:4px 20px 4px 20px;text-transform:none}@media only screen and (max-width:767px){.ce_hyperlink.ix-button-simple a{width:100%}}.shopButton .ce_hyperlink.ix-button.font-icon a{font-family:Mark !important;font-weight:500;text-transform:uppercase;width:100%}.shopButton .ce_hyperlink.ix-button.font-icon a:before{margin-right:20px;font-family:'icomoon-trekstor';font-weight:400}@media only screen and (max-width:767px){.shopButton .ce_hyperlink.ix-button.font-icon a{width:100%}}.shopButton.fixed{position:fixed;right:-80px;top:300px;z-index:99999;background:none !important;width:80px;transition:right 300ms ease}.shopButton.fixed.comingSoon .hyperlink{color:#fff}.shopButton.fixed.comingSoon .hyperlink:hover{background:#f38e22}.shopButton.fixed .hyperlink.font-icon,.shopButton.fixed .hyperlink.no-font-icon{width:80px !important;height:80px !important;background:#f38e22;text-align:center;margin-bottom:2px}.shopButton.fixed .hyperlink.font-icon a,.shopButton.fixed .hyperlink.no-font-icon a,.shopButton.fixed .hyperlink.font-icon span,.shopButton.fixed .hyperlink.no-font-icon span{font-family:Mark !important;font-weight:500;font-size:10px;line-height:1;height:80px;padding:15px 0 0;display:block;transition:none !important;color:#fff;text-transform:uppercase}.shopButton.fixed .hyperlink.font-icon a i:before,.shopButton.fixed .hyperlink.no-font-icon a i:before,.shopButton.fixed .hyperlink.font-icon span i:before,.shopButton.fixed .hyperlink.no-font-icon span i:before{display:block;font-size:1.2rem;line-height:1;margin:0 0 5px;font-weight:400}.shopButton.fixed .hyperlink.font-icon.downloads,.shopButton.fixed .hyperlink.no-font-icon.downloads{margin-top:2px}.shopButton.fixed .hyperlink.font-icon.downloads.dl,.shopButton.fixed .hyperlink.no-font-icon.downloads.dl{padding-top:8px}.shopButton.fixed .hyperlink.font-icon.downloads.faq,.shopButton.fixed .hyperlink.no-font-icon.downloads.faq{padding-top:10px}.shopButton.fixed .hyperlink.font-icon:hover,.shopButton.fixed .hyperlink.no-font-icon:hover{background:rgba(243, 142, 34, 0.8)}.shopButton.fixed .hyperlink.no-font-icon a,.shopButton.fixed .hyperlink.no-font-icon span{padding-top:24px}.shopButton.fixed.show{right:0;transition:right 300ms ease}#hintsuppmodel{color:#f38e22}#btnsuppmodel,#btnPress,#btnDownFaq{margin:0 auto 0 auto;padding:15px;font-size:0.9rem;font-weight:500;text-transform:uppercase;background:#f38e22;border:1px solid #f38e22;border-color:#f38e22;color:#fff;width:100%;cursor:pointer;transition:opacity 300ms ease}#btnsuppmodel:hover,#btnPress:hover,#btnDownFaq:hover{opacity:0.8}@media only screen and (min-width:768px){.prod-list-left{margin-left:-1% !important}.prod-list-right{margin-right:-1% !important}.row-1{padding-bottom:30px}}@media only screen and (min-width:768px) and (min-width:971px){.row-1{padding-bottom:30px}}body .ce_bgimage.bg-nocolor{background-color:transparent}.ce_bgimage_ixtensa a.wrapper-link{color:#fff}.ce_bgimage_ixtensa .ce_bgimage-inside{transition:opacity 300ms ease}.ce_bgimage_ixtensa .ce_bgimage-inside:hover{opacity:0.7}.ce_bgimage_ixtensa .ce_bgimage-inside h2,.ce_bgimage_ixtensa .ce_bgimage-inside p{color:black;margin-bottom:0}.ce_bgimage_ixtensa.use-bg-image h2,.ce_bgimage_ixtensa.use-bg-image p{color:white}.ce_bgimage_ixtensa.bg-white h2,.ce_bgimage_ixtensa.bg-white p{color:black}.one-page-simple .mod_langswitcher{display:none}.imprint-it .mod_langswitcher{display:none}.imprint-it #bottom .right{display:none}#footer{border-bottom:35px solid #f38e22;background:#000 !important}#footer .inside{padding:65px 40px 0 40px !important}#footer .subfooter{padding-top:30px;font-size:0.7rem;color:rgba(255, 255, 255, 0.4)}#footer .mod_socials{margin-top:15px}#footer .mod_socials a i{background:rgba(255, 255, 255, 0.1) !important}#footer .mod_socials .msw{margin-top:15px}#footer a.email{color:#fff !important}#footer .ce_iconbox.version3.xsmall{margin-bottom:0}#footer .fa-phone:before,#footer .fa-envelope-o:before{background:rgba(255, 255, 255, 0.1);padding:3px}#footer .fa-phone:before{padding:3px 5px 3px 4px}#footer .totop{display:none}.orange-c{color:#f38e22}.orange-bc{background-color:#f38e22}.white-c{color:#fff}.white-bc{background-color:#fff}.grey6-c{color:#f0f0f0}.grey6-bc{background-color:#f0f0f0 !important}.show-mobile-only{display:none}@media only screen and (max-width:767px){.show-mobile-only{display:block}}.show-tablet-only{display:none}@media only screen and (min-width:768px) and (max-width:970px){.show-tablet-only{display:block}}.show-desktop-only{display:none}@media only screen and (min-width:971px){.show-desktop-only{display:block}}.hide-mobile-only{display:block}@media only screen and (max-width:767px){.hide-mobile-only{display:none}}.hide-tablet-only{display:block}@media only screen and (min-width:768px) and (max-width:970px){.hide-tablet-only{display:none}}.hide-desktop-only{display:block}@media only screen and (min-width:971px){.hide-desktop-only{display:none}}.hide-by-all{display:block;display:block;display:block}@media only screen and (max-width:767px){.hide-by-all{display:none}}@media only screen and (min-width:768px) and (max-width:970px){.hide-by-all{display:none}}@media only screen and (min-width:971px){.hide-by-all{display:none}}.responsive-video{position:relative;padding-bottom:75%;padding-top:0px;overflow:hidden}.responsive-video iframe{position:absolute;top:0;left:0;width:100%;height:100%}.ce_gallery .cols_2 li,.ce_gallery .cols_3 li{padding-bottom:1px;margin-bottom:2px}.ce_gallery.product-gallery ul li a{cursor:default}.ce_gallery .gallery-headline .gallery-title{max-width:1240px;margin-left:auto;margin-right:auto;padding-left:40px !important;padding-right:40px !important;padding-top:40px;margin-bottom:0 !important;text-transform:uppercase}@media only screen and (max-width:767px){.ce_gallery .gallery-headline .gallery-title{padding-left:20px !important;padding-right:20px !important}}@media only screen and (min-width:971px){.ce_gallery .gallery-headline .gallery-title{padding-top:50px}}@media only screen and (min-width:768px){.ce_gallery .ce_bgimage-inside .inner{position:relative}.ce_gallery .ce_bgimage-inside .inner .product-gallery{right:0;position:relative;top:50%;transform:translateY(-50%);position:absolute}.ce_gallery .ce_bgimage-inside .inner .product-gallery .cols_2 li{width:33.4%}.ce_gallery .ce_bgimage-inside .inner .product-gallery .cols_3 li{width:33.2%}}.ce_gallery li{}.ce_gallery li .content{opacity:0 !important}.ce_gallery li .contentSteady{display:none;position:absolute;left:0;top:0;bottom:0;right:0;height:100%;background-color:transparent}.ce_gallery li .contentSteady.youtube{display:block}.ce_gallery li .contentSteady i{padding:8px 17px 8px 21px;border-radius:9px;background-color:rgba(0, 0, 0, 0.6)}.ce_gallery li figure{margin:5px !important;border:1px solid #d9d9d9}.ce_gallery li figure img{border:none}.ce_gallery .ce_image_extended{min-height:765px}.ce_gallery .ce_image_extended .productGalleryBig img{opacity:0}@media only screen and (max-width:767px){.ce_gallery .ce_image_extended{min-height:auto}.ce_gallery .ce_image_extended .ce_image_extended_inside .ce_image .ce_image{height:100%}.ce_gallery .ce_image_extended .ce_image_extended_inside .ce_image .ce_image figure.responsive-video{height:40vw}}@media only screen and (min-width:768px) and (max-width:970px){.ce_gallery .ce_image_extended{min-height:auto}}@media only screen and (min-width:768px){.ce_gallery .ce_image_extended{overflow:visible}.ce_gallery .ce_image_extended .ce_image_extended_inside .ce_image .ce_image{overflow:visible;width:100%}.ce_gallery .ce_image_extended .ce_image_extended_inside .ce_image .ce_image figure.responsive-video{overflow:visible;height:40vw;margin-top:7%}.ce_gallery .ce_image_extended .ce_image_extended_inside .ce_image .ce_image figure.responsive-video iframe{height:80%;width:100%}.ce_gallery.prop-type-2 .ce_image_extended .ce_image_extended_inside .ce_image .ce_image{overflow:visible;height:45vw}}@media only screen and (min-width:2000px){.ce_gallery .ce_image_extended .ce_image_extended_inside .ce_image .ce_image{height:35vw}.ce_gallery .ce_image_extended .ce_image_extended_inside .ce_image .ce_image figure.responsive-video{height:22vw}}.orange-c{color:#f38e22}.orange-bc{background-color:#f38e22}.white-c{color:#fff}.white-bc{background-color:#fff}.grey6-c{color:#f0f0f0}.grey6-bc{background-color:#f0f0f0 !important}.show-mobile-only{display:none}@media only screen and (max-width:767px){.show-mobile-only{display:block}}.show-tablet-only{display:none}@media only screen and (min-width:768px) and (max-width:970px){.show-tablet-only{display:block}}.show-desktop-only{display:none}@media only screen and (min-width:971px){.show-desktop-only{display:block}}.hide-mobile-only{display:block}@media only screen and (max-width:767px){.hide-mobile-only{display:none}}.hide-tablet-only{display:block}@media only screen and (min-width:768px) and (max-width:970px){.hide-tablet-only{display:none}}.hide-desktop-only{display:block}@media only screen and (min-width:971px){.hide-desktop-only{display:none}}.hide-by-all{display:block;display:block;display:block}@media only screen and (max-width:767px){.hide-by-all{display:none}}@media only screen and (min-width:768px) and (max-width:970px){.hide-by-all{display:none}}@media only screen and (min-width:971px){.hide-by-all{display:none}}.ix-extender{overflow:hidden;position:relative;padding:0;transition:height 600ms ease;-webkit-transition:height 600ms ease}.safari .ix-extender{transition:none;-webkit-transition:none}.ix-extend-navi{width:100%;text-align:center;padding-top:30px}@media only screen and (min-width:971px){.ix-extend-navi{padding-top:30px}}.ix-extend-navi p{display:inline-block;cursor:pointer;margin:0;padding:0}.ix-extend-navi p span.ex{display:block;position:relative;font-weight:500;line-height:1;text-align:center;width:68px;height:15px}.ix-extend-navi p span.ex1,.ix-extend-navi p span.ex2{position:absolute;top:0;left:5px;opacity:1;font-size:15px;transition:opacity 900ms ease;-webkit-transition:opacity 900ms ease}.ix-extend-navi p span.ex2{opacity:0;left:0}.ix-extend-navi p i{color:#f38e22;font-size:25px;line-height:1;display:block;transition:transform 900ms ease;-webkit-transition:transform 900ms ease}.ix-extend-navi.opened i{transform:scaleY(-1);-moz-transform:scaleY(-1);-webkit-transform:scaleY(-1);-ms-transform:scaleY(-1)}.ix-extend-navi.opened span.ex1{opacity:0}.ix-extend-navi.opened span.ex2{opacity:1}.frame-2-grey .linkboxInner{border:1px solid #d9d9d9}@media only screen and (max-width:767px){.autogrid_wrapper:nth-child(3) > .inner > .ce_linkbox_ixtensa.one_third:nth-child(1),.autogrid_wrapper:nth-child(4) > .inner > .ce_linkbox_ixtensa.one_third:nth-child(1){padding-top:30px}}@media only screen and (max-width:767px) and (min-width:971px){.autogrid_wrapper:nth-child(3) > .inner > .ce_linkbox_ixtensa.one_third:nth-child(1),.autogrid_wrapper:nth-child(4) > .inner > .ce_linkbox_ixtensa.one_third:nth-child(1){padding-top:30px}}.ce_linkbox_ixtensa{padding-top:30px;}@media only screen and (min-width:971px){.ce_linkbox_ixtensa{padding-top:30px}}.ce_linkbox_ixtensa.one_third:nth-child(1){padding-top:0}@media only screen and (min-width:768px){.ce_linkbox_ixtensa:nth-child(2),.ce_linkbox_ixtensa:nth-child(3){padding-top:0 !important}}.ce_linkbox_ixtensa.one_third.num-0{padding-top:0 !important}@media only screen and (min-width:768px){.ce_linkbox_ixtensa.one_third.num-1,.ce_linkbox_ixtensa.one_third.num-2{padding-top:0 !important}}.ce_linkbox_ixtensa .ce_linkbox_link div{z-index:500}.ce_linkbox_ixtensa .linkboxInner{height:100%}.ce_linkbox_ixtensa .subTitle{color:#000;font-size:14px;padding:5px 5px 3px 10px;text-align:center;text-transform:uppercase}.ce_linkbox_ixtensa.black .subTitle{color:#000;background-color:#fff}.ce_linkbox_ixtensa.white .subTitle{color:#fff;background-color:#000}.ce_linkbox_ixtensa .fonticon.left-middle{position:absolute !important;margin:0;padding:0;position:relative;top:50%;transform:translateY(-50%);z-index:600;width:67px;height:67px;border:1px solid #fff;border-width:1px 1px 1px 0;background:rgba(0, 0, 0, 0.5);text-align:center;cursor:pointer}.ce_linkbox_ixtensa .fonticon.left-middle:before{margin:0;padding:0;display:block;position:relative;top:50%;transform:translateY(-50%);color:#fff;line-height:1;font-weight:normal;transition:color 300ms ease;-webkit-transition:color 300ms ease}.ce_linkbox_ixtensa.ce_linkbox.has-no-link.version3 .fonticon.right-bottom,.ce_linkbox_ixtensa.ce_linkbox.has-no-link.version4 .fonticon.right-bottom{cursor:auto}.ce_linkbox_ixtensa.ce_linkbox.has-no-link.version3 .fonticon.left-middle,.ce_linkbox_ixtensa.ce_linkbox.has-no-link.version4 .fonticon.left-middle{cursor:auto}.ce_linkbox_ixtensa.ce_linkbox.version3 .content{background:transparent;padding:15px 15px 10px 15px;border:1px solid transparent}.ce_linkbox_ixtensa.ce_linkbox.version3 .content p{margin-bottom:0}.ce_linkbox_ixtensa.ce_linkbox.version3.has-icon-rechts-unten .content{padding-bottom:25px}.ce_linkbox_ixtensa.ce_linkbox.version3 .linkboxInner{background:#fff}.ce_linkbox_ixtensa.ce_linkbox.version3 .fonticon.right-bottom{position:absolute !important;right:7%;bottom:3%;margin:0;padding:0;cursor:pointer}@media only screen and (max-width:767px){.ce_linkbox_ixtensa.ce_linkbox.version3 .fonticon.right-bottom{right:3%}}.ce_linkbox_ixtensa.ce_linkbox.version3 .fonticon.right-bottom:before{margin:0;padding:0;display:block;color:#555;line-height:1;font-weight:normal;font-size:15px}.product-cat-teaser.ce_linkbox_ixtensa .ce_linkbox_overlay{background:linkboxOverlayColorDefault}.product-cat-teaser .ce_linkbox_overlay i{display:none}.product-cat-teaser .content{opacity:0;z-index:1;transition:opacity 300ms ease}.product-cat-teaser .content p{margin-bottom:0}.product-cat-teaser:hover .content{opacity:1}.product-cat-teaser.ce_linkbox.version4 .content h4{border:none;text-transform:uppercase;font-size:1rem}.orange-c{color:#f38e22}.orange-bc{background-color:#f38e22}.white-c{color:#fff}.white-bc{background-color:#fff}.grey6-c{color:#f0f0f0}.grey6-bc{background-color:#f0f0f0 !important}.show-mobile-only{display:none}@media only screen and (max-width:767px){.show-mobile-only{display:block}}.show-tablet-only{display:none}@media only screen and (min-width:768px) and (max-width:970px){.show-tablet-only{display:block}}.show-desktop-only{display:none}@media only screen and (min-width:971px){.show-desktop-only{display:block}}.hide-mobile-only{display:block}@media only screen and (max-width:767px){.hide-mobile-only{display:none}}.hide-tablet-only{display:block}@media only screen and (min-width:768px) and (max-width:970px){.hide-tablet-only{display:none}}.hide-desktop-only{display:block}@media only screen and (min-width:971px){.hide-desktop-only{display:none}}.hide-by-all{display:block;display:block;display:block}@media only screen and (max-width:767px){.hide-by-all{display:none}}@media only screen and (min-width:768px) and (max-width:970px){.hide-by-all{display:none}}@media only screen and (min-width:971px){.hide-by-all{display:none}}#nav-open-btn{height:36px}nav.mainmenu li.megamenu .megamenu-wrapper{display:inherit !important;border:none;max-height:0;overflow:hidden;top:100px;border-top:none !important;transition:max-height 0.8s ease}nav.mainmenu li.megamenu .megamenu-wrapper ul.level_2 li.mlist ul.level_3{display:none}nav.mainmenu li.megamenu:hover .megamenu-wrapper{display:inherit !important;border:none;max-height:100px;overflow:visible;border-top:none !important;transition:max-height 0.6s ease;-webkit-animation-name:none;animation-name:none;-webkit-animation-duration:0s;animation-duration:0s;-webkit-animation-fill-mode:none;animation-fill-mode:none}#Anker-Navigation{display:none}nav.mainmenu{float:none}nav.mainmenu ul ul{border-top:0}nav.mainmenu ul li{padding-left:9px;padding-right:9px;margin-left:0;margin-right:0}nav.mainmenu ul.level_1 > li > a:hover{color:#f38e22}nav.mainmenu ul li.megamenu > a.last{border-bottom:0px solid black}nav.mainmenu ul li.megamenu .megamenu-wrapper{border:none !important;box-shadow:none}nav.mainmenu ul li.megamenu .megamenu-wrapper ul.level_2{background:#fff;padding-left:0.7% !important;padding-right:0.7% !important;padding-bottom:3px;padding-top:3px;margin-top:0 !important;border-top:2px solid #f38e22 !important}nav.mainmenu ul li.megamenu .megamenu-wrapper ul.level_2 > li a{text-align:center}nav.mainmenu ul li.megamenu .megamenu-wrapper ul.level_2 > li span{font-weight:400}nav.mainmenu ul li.megamenu .megamenu-wrapper ul.level_2 li.mlist{min-width:auto}nav.mainmenu ul li.megamenu .megamenu-wrapper ul.level_2 li.mlist a{padding:0 0.4rem 0 0.4rem !important;margin:0}nav.mainmenu ul li.megamenu .megamenu-wrapper ul.level_2 li.mlist a:hover span{color:#fff}nav.mainmenu ul li.megamenu .megamenu-wrapper ul.level_2 li.mlist a span{font-size:16px;line-height:20px !important;color:#f38e22}nav.mainmenu ul li.megamenu .megamenu-wrapper ul.level_2 li.mlist a.trail,nav.mainmenu ul li.megamenu .megamenu-wrapper ul.level_2 li.mlist a.active{color:red !important}nav.mainmenu ul li.megamenu .megamenu-wrapper ul.level_2 li.mlist ul.level_3{background:transparent}#stickyheader nav.mainmenu li.megamenu .megamenu-wrapper{top:40px}#stickyheader nav.mainmenu li.megamenu:hover .megamenu-wrapper{box-shadow:1px 8px 15px rgba(0, 0, 0, 0.1)}#stickyheader .mainmenu li.megamenu .megamenu-wrapper ul.level_2{background:#fff;margin-top:0 !important}.orange-c{color:#f38e22}.orange-bc{background-color:#f38e22}.white-c{color:#fff}.white-bc{background-color:#fff}.grey6-c{color:#f0f0f0}.grey6-bc{background-color:#f0f0f0 !important}.show-mobile-only{display:none}@media only screen and (max-width:767px){.show-mobile-only{display:block}}.show-tablet-only{display:none}@media only screen and (min-width:768px) and (max-width:970px){.show-tablet-only{display:block}}.show-desktop-only{display:none}@media only screen and (min-width:971px){.show-desktop-only{display:block}}.hide-mobile-only{display:block}@media only screen and (max-width:767px){.hide-mobile-only{display:none}}.hide-tablet-only{display:block}@media only screen and (min-width:768px) and (max-width:970px){.hide-tablet-only{display:none}}.hide-desktop-only{display:block}@media only screen and (min-width:971px){.hide-desktop-only{display:none}}.hide-by-all{display:block;display:block;display:block}@media only screen and (max-width:767px){.hide-by-all{display:none}}@media only screen and (min-width:768px) and (max-width:970px){.hide-by-all{display:none}}@media only screen and (min-width:971px){.hide-by-all{display:none}}.mod_newsreader .back{display:none}p.empty{color:white}.mod_newsreader .ce_text .image_container.float_left{width:37%;margin-right:4%}.mod_newsreader .ce_text .image_container img{width:auto}.ce_hyperlink.presseArchive{float:right}.mod_newslist .ce_linkbox_ixtensa.ce_linkbox.version3 h5{line-height:1.6 !important}.mod_newslist .ce_linkbox_ixtensa.ce_linkbox.version3 h5 span{color:#dcdcdc}.mod_newslist .ce_linkbox_ixtensa.ce_linkbox.version3 .content p{line-height:1.8 !important}.mod_newslist .ce_linkbox_ixtensa.ce_linkbox.version3:hover a i{height:60px;width:60px;margin-top:-30px;margin-left:-30px;background:rgba(243, 142, 34, 0.8)}.ul-press-archive li{line-height:2}@media only screen and (max-width:767px){.ul-press-archive li{line-height:1.6;margin-bottom:15px}}.ul-press-archive li:nth-child(3n){margin-bottom:30px}@media only screen and (min-width:971px){.ul-press-archive li:nth-child(3n){margin-bottom:30px}}.ul-press-archive li a{transition:all 300ms ease}.ul-press-archive li a:hover .title{color:#f38e22}.ul-press-archive li .date{display:inline-block;width:100px;margin-right:50px}@media only screen and (max-width:767px){.ul-press-archive li .date{display:block;width:100%;margin-right:0}}@media only screen and (max-width:767px){#selectDistributorCountry,#selectOptions{width:100%}}.distributoren-tabs.ce_tabs .tabs.horizontal ul{margin-bottom:15px}.distributoren-tabs.ce_tabs .tabs.horizontal li a{border-top-width:0}.mod_news_distributoren{display:none !important}.mod_news_distributoren.show{display:block !important}.news-distributors{padding-bottom:5px;border-bottom:1px solid #ececec;padding-top:0;margin-bottom:20px;display:none !important}.news-distributors.show{display:block !important}.news-distributors h3{font-size:17px !important;font-weight:700;margin-bottom:0px !important}.news-distributors.last{border-bottom:0px solid black;margin-bottom:0}.pagination.news-reader{display:block;width:250px;margin:2rem auto 3rem auto}.pagination.news-reader.button-1{width:125px}.pagination.news-reader ul{margin:0 auto 0 auto;float:left;text-align:center}.pagination.news-reader ul li a{background:#f38e22;border-color:#f38e22;color:#fff;width:110px;text-transform:uppercase;font-weight:700}.pagination.news-reader ul li a:hover{opacity:0.8}.pagination.news-reader ul li:first-child a{margin-right:20px}.layout_full.ce_accordion{border-bottom:1px solid #595959}.layout_full.ce_accordion .toggler{color:#fff;border:none;padding:0.8275em 2.5em 0.6875em 0;text-transform:uppercase;transition:color 300ms ease}.layout_full.ce_accordion .toggler:before{transition:transform 900ms ease;-webkit-transition:transform 900ms ease;content:"\f107"}.layout_full.ce_accordion .toggler.ui-state-active:before{transform:scaleY(-1);-moz-transform:scaleY(-1);-webkit-transform:scaleY(-1);-ms-transform:scaleY(-1);content:"\f107"}.layout_full.ce_accordion .toggler:hover{color:#f38e22}.layout_full.ce_accordion:last-child .toggler{border-bottom:0px solid}.layout_full.ce_accordion .accordion{border:0;color:#fff;background:none;padding:20px 20px 20px 0}.layout_full.ce_accordion .accordion h1,.layout_full.ce_accordion .accordion h2,.layout_full.ce_accordion .accordion h3,.layout_full.ce_accordion .accordion h4,.layout_full.ce_accordion .accordion h5,.layout_full.ce_accordion .accordion h6{font-weight:700;font-size:1.1em;color:#fff;width:200px;float:left;margin:0 0 0 -200px}.layout_full.ce_accordion .accordion .image_container img{width:auto}.layout_full.ce_accordion .accordion p.info{display:none}.orange-c{color:#f38e22}.orange-bc{background-color:#f38e22}.white-c{color:#fff}.white-bc{background-color:#fff}.grey6-c{color:#f0f0f0}.grey6-bc{background-color:#f0f0f0 !important}.show-mobile-only{display:none}@media only screen and (max-width:767px){.show-mobile-only{display:block}}.show-tablet-only{display:none}@media only screen and (min-width:768px) and (max-width:970px){.show-tablet-only{display:block}}.show-desktop-only{display:none}@media only screen and (min-width:971px){.show-desktop-only{display:block}}.hide-mobile-only{display:block}@media only screen and (max-width:767px){.hide-mobile-only{display:none}}.hide-tablet-only{display:block}@media only screen and (min-width:768px) and (max-width:970px){.hide-tablet-only{display:none}}.hide-desktop-only{display:block}@media only screen and (min-width:971px){.hide-desktop-only{display:none}}.hide-by-all{display:block;display:block;display:block}@media only screen and (max-width:767px){.hide-by-all{display:none}}@media only screen and (min-width:768px) and (max-width:970px){.hide-by-all{display:none}}@media only screen and (min-width:971px){.hide-by-all{display:none}}.product-detail .header{background-color:rgba(0, 0, 0, 0.7)}#bilder-medien-teaser .modelnr-search{display:none}.product-keywords{display:none}.product-data-table{width:100%}.product-data-table,.product-data-table p,.product-data-table td{line-height:1.3}.product-data-table tr.default .col_0,.product-data-table tr.default .col_1{border-bottom:1px solid #ececec;vertical-align:top;padding:9px}.product-data-table tr.default .col_0{padding-left:20px;width:32.23vw}@media only screen and (min-width:971px){.product-data-table tr.default .col_0{width:330px}}.product-data-table tr.default.last td{padding-bottom:40px !important}.product-data-table tr.headline td,.product-data-table tr.headline h3{background-color:#000;color:#f38e22;text-transform:uppercase;padding:3px 0 3px 20px;font-size:17px !important;font-weight:700}.product-data-table tr.headline td h3,.product-data-table tr.headline h3 h3{padding:0;margin:0 !important}.product-data-table tr.headline + tr td{padding-top:20px !important}.product-data-table tr.note td{padding:0}@media only screen and (max-width:767px){.product-data-table tr.default .col_0{width:auto}}.outer-tab .contentwrap{padding-bottom:30px;padding-top:0}@media only screen and (min-width:971px){.outer-tab .contentwrap{padding-bottom:30px}}.outer-tab .contentwrap .ce_tabs.product-tabs .tabs.horizontal ul{margin-bottom:0}.outer-tab .contentwrap .ce_tabs.product-tabs .tabs.horizontal ul li a{padding:15px 0 15px 0;text-transform:uppercase;font-size:16px;font-weight:500;color:#000}.outer-tab .contentwrap .ce_tabs.product-tabs .tabs.horizontal ul li a i{color:#f38e22;transition:color 300ms ease}.outer-tab .contentwrap .ce_tabs.product-tabs .tabs.horizontal ul li a:hover{font-weight:400;color:#fff}.outer-tab .contentwrap .ce_tabs.product-tabs .tabs.horizontal ul li a:hover i{color:#fff}.outer-tab .contentwrap .ce_tabs.product-tabs .tabs.horizontal ul li.active a{color:#fff}.outer-tab .contentwrap .ce_tabs.product-tabs .tabs.horizontal ul li.active i{color:#fff}@media only screen and (max-width:767px){.outer-tab .contentwrap .ce_tabs.product-tabs .tabs.horizontal ul li{display:list-item !important;float:left !important;width:50% !important}.outer-tab .contentwrap .ce_tabs.product-tabs .tabs.horizontal ul li a{font-size:12px}}.ce_tabs.distributoren-tabs .tabs.horizontal ul li:hover a,.ce_tabs.distributoren-tabs .tabs.horizontal ul li a{font-weight:500 !important;font-size:1.1rem;padding:29px 0}@media only screen and (max-width:767px){.ce_tabs.distributoren-tabs .tabs.horizontal ul li:hover a,.ce_tabs.distributoren-tabs .tabs.horizontal ul li a{padding:20px 0}}.df_tabs_2018 .classFaq.catFaq{background-color:transparent;border:0px solid #f38e22;color:black;text-transform:none;font-size:1.2rem;margin-top:20px}.df_tabs_2018 .classFaq.catFaq:first-child{margin-top:40px}.df_tabs_2018 .classFaq .ce_accordion.product-accordion{border-bottom:1px solid #dcdcdc}.df_tabs_2018 .classFaq .ce_accordion.product-accordion .toggler{border:0px solid black;text-transform:none;font-weight:normal}.classFaq.catFaq{padding:10px 10px 10px 30px;font-weight:bold;background-color:black;text-transform:uppercase;color:#f38e22}@media only screen and (max-width:767px){.classFaq.catFaq{padding-left:10px}}.classFaq .ce_accordion.product-accordion .toggler{color:#000;transition:color 300ms ease;padding-left:30px}.classFaq .ce_accordion.product-accordion .toggler p{margin-bottom:0}.classFaq .ce_accordion.product-accordion .toggler:hover{color:#f38e22}.classFaq .ce_accordion.product-accordion .accordion{padding:10px 10px 10px 30px}@media only screen and (max-width:767px){.classFaq .ce_accordion.product-accordion .toggler,.classFaq .ce_accordion.product-accordion .accordion{padding-left:10px}}.classFaq:first-child{margin-top:40px}.classFaq:last-child .toggler{border-bottom:1px solid #dcdcdc}.pane-download-box{border-bottom:1px solid #dcdcdc;margin:0 1% 0 0}.pane-download-box:first-child{border-top:1px solid #dcdcdc;margin-top:40px}.pane-download-box section{padding:10px 10px 10px 30px}@media only screen and (max-width:767px){.pane-download-box section{padding-left:10px}}.pane-download-box section:last-child p:last-of-type{margin-bottom:0}.pane-download-box .acknowledge-text{padding:10px 10px 10px 30px}@media only screen and (max-width:767px){.pane-download-box .acknowledge-text{padding-left:10px}}.pane-download-box .acknowledge-check input{width:12px;display:inline-block}.tab-download-wrapper{margin-top:40px}.tab-download-wrapper .inner{border-top:1px solid #dcdcdc}.tab-download-wrapper .inner .downloads-bilder-medien{padding:10px 10px 10px 30px;border-bottom:1px solid #dcdcdc}@media only screen and (max-width:767px){.tab-download-wrapper .inner .downloads-bilder-medien{padding-left:10px}}.ce_headerimage.default.product-header .ce_headerimage_outside{max-width:1240px;margin-left:auto;margin-right:auto;position:relative;height:100%}.ce_headerimage.default.product-header .ce_headerimage_outside .ce_headerimage_inside .content{border:0px solid red !important;height:100%}#wrapper.no-header{padding-top:100px}@media only screen and (max-width:767px){#wrapper.no-header{padding-top:0}}@media only screen and (max-width:767px){.ce_headerimage.product-header{padding-top:0px;padding-bottom:0px}}.headline-product{text-transform:uppercase;font-weight:500;line-height:1;margin-bottom:30px;position:relative}.headline-product i{position:relative;top:50%;transform:translateY(-50%);margin-right:1rem;font-size:2.333rem;line-height:1}.outer-headline{background-color:#f0f0f0}.outer-headline .headline-product.boxed-content{max-width:1240px;margin-left:auto;margin-right:auto;padding-left:40px !important;padding-right:40px !important}@media only screen and (max-width:767px){.outer-headline .headline-product.boxed-content{padding-left:20px !important;padding-right:20px !important}}h2.product-sub-headline{font-weight:400}h2.product-sub-headline:nth-of-type(n+2){padding-top:40px}@media only screen and (min-width:971px){h2.product-sub-headline:nth-of-type(n+2){padding-top:50px}}.product-title{border:1px solid blue}.ce_text .product-cat-link{margin:0;padding:0}.ce_text .product-cat-link li{list-style-type:none;float:left;margin:0 20px 15px 0;padding:0}.ce_text .product-cat-link li.last{float:none}.zum-onlineshop-productlist{margin-bottom:2px;height:100px !important}.product-detail-overview-text strong,.product-detail-overview-text h3{text-transform:uppercase;font-weight:700 !important;margin:0 !important;padding:0;font-size:1rem !important}.ce_headline.variants h4{font-weight:500;text-transform:uppercase;margin-bottom:1rem;font-size:1.3rem}.seriesSelector.product-details{margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid #dcdcdc}.seriesSelector li{display:inline-block;padding:5px 10px}.seriesSelector li:first-child{padding-left:0}.seriesSelector li a{display:inline-block;padding:5px 25px;color:#888;border:2px solid #888}.seriesSelector li a.activeSelector,.seriesSelector li a:hover{color:#f38e22;border:2px solid #f38e22}@media only screen and (max-width:767px){.seriesSelector li{display:block;padding:10px 0;width:100%;text-align:center}.seriesSelector li a{display:block;width:100%}}.clearfix:after{content:"";display:table;clear:both}.filterContainer{margin-bottom:0.5rem}.filterContainer .filterHeadline{padding:0.3rem 0.3rem 0.3rem 0.3rem;float:left;width:200px;font-size:15px}.filterContainer .filterSelector{float:left}.filterContainer .filterSelector li{float:left}.filterContainer .filterSelector li.filterName{width:200px;border:1px solid transparent;padding:0.3rem 0.3rem 0.3rem 0.3rem;color:black;font-weight:700;float:none}@media only screen and (min-width:971px){.filterContainer .filterSelector li.filterName{float:left}}.filterContainer .filterSelector li.filter{border:1px solid #f38e22;padding:0.3rem 0.3rem 0.3rem 0.3rem;margin:0 1rem 1rem 0;text-align:center;cursor:pointer;transition:all 300ms ease;font-weight:400}.filterContainer .filterSelector li.filter:last-child{margin-right:0}.filterContainer .filterSelector li.filter:hover{background-color:#f6a651;color:white}.filterContainer .filterSelector li.filter.selected{border-color:#f38e22;background-color:#f38e22;color:white;box-shadow:0 0 1px 1px rgba(0, 0, 0, 0.0)}.filterContainer .filterSelector li.filter.selected:hover{box-shadow:0 0 1px 1px rgba(0, 0, 0, 0.2)}.filterContainer .filterSelector li.filter.clicked{box-shadow:0 0 1px 1px rgba(0, 0, 0, 0.2)}.filterContainer .filterSelector li.filter.fade-out{border:1px solid #dcdcdc;color:#dcdcdc}.filterContainer .filterSelector li.filter.fade-out:hover{background-color:#dcdcdc;color:white}.orange-c{color:#f38e22}.orange-bc{background-color:#f38e22}.white-c{color:#fff}.white-bc{background-color:#fff}.grey6-c{color:#f0f0f0}.grey6-bc{background-color:#f0f0f0 !important}.show-mobile-only{display:none}@media only screen and (max-width:767px){.show-mobile-only{display:block}}.show-tablet-only{display:none}@media only screen and (min-width:768px) and (max-width:970px){.show-tablet-only{display:block}}.show-desktop-only{display:none}@media only screen and (min-width:971px){.show-desktop-only{display:block}}.hide-mobile-only{display:block}@media only screen and (max-width:767px){.hide-mobile-only{display:none}}.hide-tablet-only{display:block}@media only screen and (min-width:768px) and (max-width:970px){.hide-tablet-only{display:none}}.hide-desktop-only{display:block}@media only screen and (min-width:971px){.hide-desktop-only{display:none}}.hide-by-all{display:block;display:block;display:block}@media only screen and (max-width:767px){.hide-by-all{display:none}}@media only screen and (min-width:768px) and (max-width:970px){.hide-by-all{display:none}}@media only screen and (min-width:971px){.hide-by-all{display:none}}.firefox select{padding:10px 15px;-moz-appearance:none;background:#fff url("/files/libImages/arrow-select.svg") no-repeat center right;background-size:20px;line-height:1}.firefox input[type="checkbox"]{min-width:20px;min-height:20px}.l-wrapper{position:absolute;width:100%;height:100%;background:rgba(255, 255, 255, 0.5);top:0;right:0;bottom:0;left:0;margin:auto;text-align:center}svg{height:66.66667px;width:66.66667px;margin:2em;overflow:visible}.g--circle{transform-origin:66.66667px 66.66667px;fill:black;animation:opacity 1.2s linear infinite}.g--circle:nth-child(12n + 1){animation-delay:-0.1s;transform:rotate(-30deg) translate(5px, 5px) scale(0.8)}.g--circle:nth-child(12n + 2){animation-delay:-0.2s;transform:rotate(-60deg) translate(5px, 5px) scale(0.8)}.g--circle:nth-child(12n + 3){animation-delay:-0.3s;transform:rotate(-90deg) translate(5px, 5px) scale(0.8)}.g--circle:nth-child(12n + 4){animation-delay:-0.4s;transform:rotate(-120deg) translate(5px, 5px) scale(0.8)}.g--circle:nth-child(12n + 5){animation-delay:-0.5s;transform:rotate(-150deg) translate(5px, 5px) scale(0.8)}.g--circle:nth-child(12n + 6){animation-delay:-0.6s;transform:rotate(-180deg) translate(5px, 5px) scale(0.8)}.g--circle:nth-child(12n + 7){animation-delay:-0.7s;transform:rotate(-210deg) translate(5px, 5px) scale(0.8)}.g--circle:nth-child(12n + 8){animation-delay:-0.8s;transform:rotate(-240deg) translate(5px, 5px) scale(0.8)}.g--circle:nth-child(12n + 9){animation-delay:-0.9s;transform:rotate(-270deg) translate(5px, 5px) scale(0.8)}.g--circle:nth-child(12n + 10){animation-delay:-1s;transform:rotate(-300deg) translate(5px, 5px) scale(0.8)}.g--circle:nth-child(12n + 11){animation-delay:-1.1s;transform:rotate(-330deg) translate(5px, 5px) scale(0.8)}.g--circle:nth-child(12n + 12){animation-delay:-1.2s;transform:rotate(-360deg) translate(5px, 5px) scale(0.8)}.g-circles--v1 .g--circle{fill-opacity:0;animation-name:opacity}@keyframes opacity{3%{fill-opacity:1}75%{fill-opacity:0}}@keyframes opacity-stroke{10%{stroke-opacity:1}85%{stroke-opacity:0}}@media only print{@page{size:A4;margin:20mm 10mm;}*{background-image:none !important;background-color:transparent !important;text-align:left !important;width:auto !important;color:#000 !important;border:0px solid black !important;text-decoration:none !important}html,body{margin:0;padding:0 !important;font-size:10pt !important;color:#000 !important}html.firefox,body.firefox{width:auto;height:auto}html .dontPrint,body .dontPrint{display:none}html .ce_gallery,body .ce_gallery,html .filterContainer,body .filterContainer,html .is-filter-text #autogrid_wrapper_2976,body .is-filter-text #autogrid_wrapper_2976,html .ce_revolutionslider,body .ce_revolutionslider{display:none !important;height:0 !important}html .autogrid_wrapper,body .autogrid_wrapper{margin:0 !important}html #wrapper,body #wrapper,html #container,body #container,html #main,body #main,html div,body div,html p,body p{padding:0 !important}html .mod_article,body .mod_article{padding:5px 0 !important}html a[href]:after,body a[href]:after{content:''}html a[href]:after,body a[href]:after{content:''}html h2,body h2,html h3,body h3,html h4,body h4,html h5,body h5,html h6,body h6{color:#000 !important;float:none !important;margin:0 !important}html img,body img{max-width:200px !important}html .ce_image,body .ce_image,html figure,body figure{width:auto !important}html table tr td,body table tr td,html table tr th,body table tr th{text-align:left !important;width:auto !important}html table tr td,body table tr td{border-top:1px solid #000 !important;width:auto !important}html .ie table,body .ie table{page-break-inside:avoid}html .ui-accordion-content,body .ui-accordion-content{display:block !important}html .ce_form label,body .ce_form label{margin-top:10px}html input.text,body input.text,html textarea,body textarea{border:1px solid black !important;border-width:0 0 1px 0 !important}html textarea,body textarea{max-height:20px}}.orange-c{color:#f38e22}.orange-bc{background-color:#f38e22}.white-c{color:#fff}.white-bc{background-color:#fff}.grey6-c{color:#f0f0f0}.grey6-bc{background-color:#f0f0f0 !important}.show-mobile-only{display:none}@media only screen and (max-width:767px){.show-mobile-only{display:block}}.show-tablet-only{display:none}@media only screen and (min-width:768px) and (max-width:970px){.show-tablet-only{display:block}}.show-desktop-only{display:none}@media only screen and (min-width:971px){.show-desktop-only{display:block}}.hide-mobile-only{display:block}@media only screen and (max-width:767px){.hide-mobile-only{display:none}}.hide-tablet-only{display:block}@media only screen and (min-width:768px) and (max-width:970px){.hide-tablet-only{display:none}}.hide-desktop-only{display:block}@media only screen and (min-width:971px){.hide-desktop-only{display:none}}.hide-by-all{display:block;display:block;display:block}@media only screen and (max-width:767px){.hide-by-all{display:none}}@media only screen and (min-width:768px) and (max-width:970px){.hide-by-all{display:none}}@media only screen and (min-width:971px){.hide-by-all{display:none}}.firefox #popup-blog #ce_popup_checkbox{width:20px;height:20px;-moz-appearance:checkbox}@media only screen and (min-width:768px){.home-de .mod_navigation li.blog:before{font-family:'FontAwesome';content:'\e967';color:#ff9523;font-family:'icomoon-trekstor';position:absolute;top:42px;left:-5px;font-size:50px;transform:rotate(90deg);opacity:0;transition:all 300ms ease;text-shadow:1px 1px 0px white}}@media only screen and (min-width:768px){.home-de .mod_navigation.popup_show li.blog:before{opacity:1}}.home-de .ce_popup_start.overlay_dark .ce_popup_overlay{background:rgba(0, 0, 0, 0.2)}.news-with-blog .ce_linkbox:nth-of-type(3){margin-left:0 !important;margin-right:0 !important}.news-with-blog .ce_linkbox:nth-of-type(3) h5{font-weight:400;color:#555}@media only screen and (min-width:768px){.blog-headline:after{content:'Blog';position:absolute;right:55px}}.blog-list .ce_linkbox_blog h5{font-weight:400}.blog-style .image_container.float_right,.blog-style .image_container.float_left{width:auto}.blog h2,.blog-style h2{font-size:1.2rem !important}@media only screen and (min-width:768px){.blog #blogIsotopeBox .isotope-item,.blog-style #blogIsotopeBox .isotope-item{width:32%;padding-right:1%;padding-top:0% !important;padding-bottom:1% !important}}.blog .ce_image.two_third,.blog-style .ce_image.two_third{margin-bottom:10px;overflow:visible}.blog .image_container .caption,.blog-style .image_container .caption{background:transparent;color:#000;padding:5px 0 0 0;font-size:0.8rem;position:relative;bottom:0px;left:0px;border-radius:0px;width:100% !important;line-height:1.3;border:0px solid red;text-align:left}.blog .white-text .image_container .caption,.blog-style .white-text .image_container .caption{color:#fff}@media only screen and (min-width:768px){.blog #main .ce_text,.blog-style #main .ce_text{padding-right:10%}.blog #main .ce_text p,.blog-style #main .ce_text p{width:100%;padding:0}.blog .ce_image.two_third,.blog-style .ce_image.two_third{padding-right:10%}}.blog .ce_bgimage.bg-blog .ce_bgimage-inside,.blog-style .ce_bgimage.bg-blog .ce_bgimage-inside,.blog .ce_bgimage.bg-blog-youtube .ce_bgimage-inside,.blog-style .ce_bgimage.bg-blog-youtube .ce_bgimage-inside{padding-bottom:15px !important}.blog .ce_bgimage.bg-blog .ce_bgimage-inside::after,.blog-style .ce_bgimage.bg-blog .ce_bgimage-inside::after,.blog .ce_bgimage.bg-blog-youtube .ce_bgimage-inside::after,.blog-style .ce_bgimage.bg-blog-youtube .ce_bgimage-inside::after{content:' ';border-top:1px solid #f38e22;display:block;width:90%;margin-top:-29px;margin-left:0}@media only screen and (max-width:767px){.blog .ce_bgimage.bg-blog .ce_bgimage-inside::after,.blog-style .ce_bgimage.bg-blog .ce_bgimage-inside::after,.blog .ce_bgimage.bg-blog-youtube .ce_bgimage-inside::after,.blog-style .ce_bgimage.bg-blog-youtube .ce_bgimage-inside::after{width:100%}}@media only screen and (min-width:768px){.blog .ce_bgimage.bg-blog-youtube .ce_bgimage-inside div.ce_youtube.two_third .ce_video_custom,.blog-style .ce_bgimage.bg-blog-youtube .ce_bgimage-inside div.ce_youtube.two_third .ce_video_custom{width:86%}}@media only screen and (min-width:768px){.blog .ce_bgimage.bg-blog-youtube .ce_bgimage-inside div.ce_youtube:not(.two_third),.blog-style .ce_bgimage.bg-blog-youtube .ce_bgimage-inside div.ce_youtube:not(.two_third){width:90%}}.blog .ce_comments_blog .contentwrap::before,.blog-style .ce_comments_blog .contentwrap::before{content:' ';border-top:1px solid #f38e22;display:block;width:90%;padding-top:20px;margin-top:0px;margin-left:0}@media only screen and (max-width:767px){.blog .ce_comments_blog .contentwrap::before,.blog-style .ce_comments_blog .contentwrap::before{width:100%}}.blog .ce_comments_blog .captcha_text,.blog-style .ce_comments_blog .captcha_text{width:50% !important}.blog .ce_comments_blog #ctrl_captcha,.blog-style .ce_comments_blog #ctrl_captcha{width:20% !important;margin:0 20px 0 20px}.blog .ce_comments_blog .submit,.blog-style .ce_comments_blog .submit{width:29% !important}.blog .ce_comments_blog .info,.blog-style .ce_comments_blog .info{font-weight:bold}.blog .ce_comments_blog .confirm,.blog-style .ce_comments_blog .confirm{color:#f38e22}.blog .ce_comments_blog .ce_text .reply .info,.blog-style .ce_comments_blog .ce_text .reply .info{border-top:1px solid #ddd;padding-top:5px !important;padding-left:100px !important}.blog .ce_comments_blog .ce_text .reply .info:after,.blog-style .ce_comments_blog .ce_text .reply .info:after{content:'';background-image:url("../../files/cto_layout/themedesigner/uploads/logo_icon_final_black.svg");width:12px;height:14px;display:inline-block;margin-left:5px}.blog .ce_comments_blog .ce_text .reply .comment,.blog-style .ce_comments_blog .ce_text .reply .comment{padding-left:100px}.blog .ce_linkbox_blog h5,.blog-style .ce_linkbox_blog h5{margin-bottom:0}.blog .ce_linkbox_blog h5 .date,.blog-style .ce_linkbox_blog h5 .date{font-size:0.8rem}.blog .ce_comments,.blog-style .ce_comments{margin-bottom:1rem}.blog .ce_comments .submit-disabled,.blog-style .ce_comments .submit-disabled{background:#c0c0c0}.blog .ce_comments .submit-disabled:hover,.blog-style .ce_comments .submit-disabled:hover{background:#c0c0c0}.blog #colorbox #cboxPrevious,.blog-style #colorbox #cboxPrevious,.blog #colorbox #cboxNext,.blog-style #colorbox #cboxNext{display:none !important}.blog .swiper-slider-content .swiper-button-next,.blog-style .swiper-slider-content .swiper-button-next,.blog .swiper-slider-content .swiper-button-prev,.blog-style .swiper-slider-content .swiper-button-prev{opacity:1 !important}.blog .swiper-slider-content .swiper-button-next:after,.blog-style .swiper-slider-content .swiper-button-next:after,.blog .swiper-slider-content .swiper-button-prev:after,.blog-style .swiper-slider-content .swiper-button-prev:after{color:rgba(243, 142, 34, 1);text-shadow:1px 1px 1px rgba(0, 0, 0, 0);font-size:90px !important;line-height:90px}.blog .swiper-slider-content .swiper-button-next img,.blog-style .swiper-slider-content .swiper-button-next img,.blog .swiper-slider-content .swiper-button-prev img,.blog-style .swiper-slider-content .swiper-button-prev img{position:absolute;top:80px;left:-6px;opacity:0.5;border:1px solid black}.blog .swiper-slider-content .swiper-button-next.swiper-button-disabled,.blog-style .swiper-slider-content .swiper-button-next.swiper-button-disabled,.blog .swiper-slider-content .swiper-button-prev.swiper-button-disabled,.blog-style .swiper-slider-content .swiper-button-prev.swiper-button-disabled{display:none}.blog .swiper-slider-content .swiper-button-next img,.blog-style .swiper-slider-content .swiper-button-next img{left:-10px}.blog .swiper-slider-content .ce_linkbox_ixtensa,.blog-style .swiper-slider-content .ce_linkbox_ixtensa{padding-top:0px}.orange-c{color:#f38e22}.orange-bc{background-color:#f38e22}.white-c{color:#fff}.white-bc{background-color:#fff}.grey6-c{color:#f0f0f0}.grey6-bc{background-color:#f0f0f0 !important}.show-mobile-only{display:none}@media only screen and (max-width:767px){.show-mobile-only{display:block}}.show-tablet-only{display:none}@media only screen and (min-width:768px) and (max-width:970px){.show-tablet-only{display:block}}.show-desktop-only{display:none}@media only screen and (min-width:971px){.show-desktop-only{display:block}}.hide-mobile-only{display:block}@media only screen and (max-width:767px){.hide-mobile-only{display:none}}.hide-tablet-only{display:block}@media only screen and (min-width:768px) and (max-width:970px){.hide-tablet-only{display:none}}.hide-desktop-only{display:block}@media only screen and (min-width:971px){.hide-desktop-only{display:none}}.hide-by-all{display:block;display:block;display:block}@media only screen and (max-width:767px){.hide-by-all{display:none}}@media only screen and (min-width:768px) and (max-width:970px){.hide-by-all{display:none}}@media only screen and (min-width:971px){.hide-by-all{display:none}}.blog-style-slider .swiper-slider-content .m2ssd-slider{width:92%;margin:0 auto}@media only screen and (max-width:767px){.blog-style-slider .swiper-slider-content .m2ssd-slider{width:100%}}.blog-style-slider .swiper_slider_area .swiper-button-next,.blog-style-slider .swiper_slider_area .swiper-button-prev{margin-top:0;opacity:1 !important;top:40%}.blog-style-slider .swiper_slider_area .swiper-button-next:after,.blog-style-slider .swiper_slider_area .swiper-button-prev:after{color:rgba(0, 0, 0, 0.3)}@media only screen and (max-width:767px){.blog-style-slider .swiper_slider_area .swiper-button-next,.blog-style-slider .swiper_slider_area .swiper-button-prev{display:none !important}}.blog-style-slider .swiper_slider_area .swiper-button-next.swiper-button-disabled,.blog-style-slider .swiper_slider_area .swiper-button-prev.swiper-button-disabled{display:none}.blog-style-slider .swiper_slider_area .swiper-button-next{right:40px}.blog-style-slider .swiper_slider_area .swiper-button-prev{left:40px}.orange-c{color:#f38e22}.orange-bc{background-color:#f38e22}.white-c{color:#fff}.white-bc{background-color:#fff}.grey6-c{color:#f0f0f0}.grey6-bc{background-color:#f0f0f0 !important}.show-mobile-only{display:none}@media only screen and (max-width:767px){.show-mobile-only{display:block}}.show-tablet-only{display:none}@media only screen and (min-width:768px) and (max-width:970px){.show-tablet-only{display:block}}.show-desktop-only{display:none}@media only screen and (min-width:971px){.show-desktop-only{display:block}}.hide-mobile-only{display:block}@media only screen and (max-width:767px){.hide-mobile-only{display:none}}.hide-tablet-only{display:block}@media only screen and (min-width:768px) and (max-width:970px){.hide-tablet-only{display:none}}.hide-desktop-only{display:block}@media only screen and (min-width:971px){.hide-desktop-only{display:none}}.hide-by-all{display:block;display:block;display:block}@media only screen and (max-width:767px){.hide-by-all{display:none}}@media only screen and (min-width:768px) and (max-width:970px){.hide-by-all{display:none}}@media only screen and (min-width:971px){.hide-by-all{display:none}}.cw-jc-space-between .contentwrap{justify-content:space-between !important}.cw-jc-space-around .contentwrap{justify-content:space-around !important}.cw-flex-wrap .contentwrap{flex-wrap:wrap !important}.animateWaveTopRight3 > span.wave{display:block;border:4px solid #8c8c8c;position:absolute;border-radius:0 100% 0 0;border-width:4px 4px 0 0}@keyframes animateWaveTopRight31{25%{opacity:0}50%{opacity:1}75%{opacity:1}100%{opacity:1}}.animateWaveTopRight3 > span.wave.animateWaveTopRight31{opacity:0;animation:animateWaveTopRight31 3s infinite linear;top:-20px;right:-20px;width:20px;height:20px}@keyframes animateWaveTopRight32{25%{opacity:0}50%{opacity:0}75%{opacity:1}100%{opacity:1}}.animateWaveTopRight3 > span.wave.animateWaveTopRight32{opacity:0;animation:animateWaveTopRight32 3s infinite linear;top:-40px;right:-40px;width:40px;height:40px}@keyframes animateWaveTopRight33{25%{opacity:0}50%{opacity:0}75%{opacity:0}100%{opacity:1}}.animateWaveTopRight3 > span.wave.animateWaveTopRight33{opacity:0;animation:animateWaveTopRight33 3s infinite linear;top:-60px;right:-60px;width:60px;height:60px}.animateWaveTopLeft3 > span.wave{display:block;border:4px solid #8c8c8c;position:absolute;border-radius:100% 0 0 0;border-width:4px 0 0 4px}@keyframes animateWaveTopLeft31{25%{opacity:0}50%{opacity:1}75%{opacity:1}100%{opacity:1}}.animateWaveTopLeft3 > span.wave.animateWaveTopLeft31{opacity:0;animation:animateWaveTopLeft31 3s infinite linear;top:-20px;left:-20px;width:20px;height:20px}@keyframes animateWaveTopLeft32{25%{opacity:0}50%{opacity:0}75%{opacity:1}100%{opacity:1}}.animateWaveTopLeft3 > span.wave.animateWaveTopLeft32{opacity:0;animation:animateWaveTopLeft32 3s infinite linear;top:-40px;left:-40px;width:40px;height:40px}@keyframes animateWaveTopLeft33{25%{opacity:0}50%{opacity:0}75%{opacity:0}100%{opacity:1}}.animateWaveTopLeft3 > span.wave.animateWaveTopLeft33{opacity:0;animation:animateWaveTopLeft33 3s infinite linear;top:-60px;left:-60px;width:60px;height:60px}.animateWaveTopCenter3 > span.wave{display:block;border:4px solid #8c8c8c;position:absolute;transform:rotate(-45deg);border-radius:0 100% 0 0;border-width:4px 4px 0 0}@keyframes animateWaveTopCenter31{25%{opacity:0}50%{opacity:1}75%{opacity:1}100%{opacity:1}}.animateWaveTopCenter3 > span.wave.animateWaveTopCenter31{opacity:0;animation:animateWaveTopCenter31 3s infinite linear;top:-20px;left:calc(50% - 10px);width:20px;height:20px}@keyframes animateWaveTopCenter32{25%{opacity:0}50%{opacity:0}75%{opacity:1}100%{opacity:1}}.animateWaveTopCenter3 > span.wave.animateWaveTopCenter32{opacity:0;animation:animateWaveTopCenter32 3s infinite linear;top:-40px;left:calc(50% - 20px);width:40px;height:40px}@keyframes animateWaveTopCenter33{25%{opacity:0}50%{opacity:0}75%{opacity:0}100%{opacity:1}}.animateWaveTopCenter3 > span.wave.animateWaveTopCenter33{opacity:0;animation:animateWaveTopCenter33 3s infinite linear;top:-60px;left:calc(50% - 30px);width:60px;height:60px}.egear-fix-sticker{position:absolute;z-index:900;top:0.5rem;right:0.5rem}@media only screen and (max-width:767px){.egear-fix-sticker img{max-width:100px}}.ce_autogridWrapperStart.same-height.autogrid-middle{vertical-align:middle}.ce_autogridWrapperStart.same-height.autogrid-top{vertical-align:top}.ce_autogridWrapperStart.same-height.autogrid-bottom{vertical-align:bottom}.ce_hyperlink_small span{display:inline-block;padding:1px 10px;margin-bottom:15px;cursor:pointer;transition:all 0.2s ease-out 0s;width:auto;background:#f38e22;border:2px solid #f38e22;color:#fff;font-weight:bold;text-align:center !important;font-size:0.9rem}.ce_background_image_color_produktdetail_start .image-mobile-wrapper{display:none}@media only screen and (max-width:767px){.ce_background_image_color_produktdetail_start.mobile_version_bild_nicht_im_hintergrund.bg-bannerbox-1 .inner{padding:0}.ce_background_image_color_produktdetail_start.mobile_version_bild_nicht_im_hintergrund.bg-bannerbox-1 .inner .ce_text{background-color:rgba(0, 0, 0, 0.8)}.ce_background_image_color_produktdetail_start.mobile_version_bild_nicht_im_hintergrund .ce_bgimage-image{background-image:none !important}.ce_background_image_color_produktdetail_start.mobile_version_bild_nicht_im_hintergrund .image-mobile-wrapper{display:block}.ce_background_image_color_produktdetail_start.mobile_version_bild_nicht_im_hintergrund .image-mobile-wrapper .image-mobile{width:100%;display:block}}.ce_background_image_color_produktdetail_start:not(.bg-bannerbox-1).bg_content_left_top .ce_bgimage-outer{height:100%}.ce_background_image_color_produktdetail_start:not(.bg-bannerbox-1).bg_content_left_top .ce_bgimage-outer .ce_bgimage-inside{display:flex;height:100%;align-items:flex-start;justify-content:flex-start}.ce_background_image_color_produktdetail_start:not(.bg-bannerbox-1).bg_left_center .ce_bgimage-outer{height:100%}.ce_background_image_color_produktdetail_start:not(.bg-bannerbox-1).bg_left_center .ce_bgimage-outer .ce_bgimage-inside{display:flex;height:100%;align-items:center;justify-content:flex-start}.ce_background_image_color_produktdetail_start:not(.bg-bannerbox-1).bg_content_left_bottom .ce_bgimage-outer{height:100%}.ce_background_image_color_produktdetail_start:not(.bg-bannerbox-1).bg_content_left_bottom .ce_bgimage-outer .ce_bgimage-inside{display:flex;height:100%;align-items:flex-end;justify-content:flex-start}.ce_background_image_color_produktdetail_start:not(.bg-bannerbox-1).bg_content_center_top .ce_bgimage-outer{height:100%}.ce_background_image_color_produktdetail_start:not(.bg-bannerbox-1).bg_content_center_top .ce_bgimage-outer .ce_bgimage-inside{display:flex;height:100%;align-items:flex-start;justify-content:center}.ce_background_image_color_produktdetail_start:not(.bg-bannerbox-1).bg_content_center_center .ce_bgimage-outer{height:100%}.ce_background_image_color_produktdetail_start:not(.bg-bannerbox-1).bg_content_center_center .ce_bgimage-outer .ce_bgimage-inside{display:flex;height:100%;align-items:center;justify-content:center}.ce_background_image_color_produktdetail_start:not(.bg-bannerbox-1).bg_content_center_bottom .ce_bgimage-outer{height:100%}.ce_background_image_color_produktdetail_start:not(.bg-bannerbox-1).bg_content_center_bottom .ce_bgimage-outer .ce_bgimage-inside{display:flex;height:100%;align-items:flex-end;justify-content:center}.ce_background_image_color_produktdetail_start:not(.bg-bannerbox-1).bg_content_right_top .ce_bgimage-outer{height:100%}.ce_background_image_color_produktdetail_start:not(.bg-bannerbox-1).bg_content_right_top .ce_bgimage-outer .ce_bgimage-inside{display:flex;height:100%;align-items:flex-start;justify-content:flex-end}.ce_background_image_color_produktdetail_start:not(.bg-bannerbox-1).bg_content_right_center .ce_bgimage-outer{height:100%}.ce_background_image_color_produktdetail_start:not(.bg-bannerbox-1).bg_content_right_center .ce_bgimage-outer .ce_bgimage-inside{display:flex;height:100%;align-items:center;justify-content:flex-end}.ce_background_image_color_produktdetail_start:not(.bg-bannerbox-1).bg_content_right_bottom .ce_bgimage-outer{height:100%}.ce_background_image_color_produktdetail_start:not(.bg-bannerbox-1).bg_content_right_bottom .ce_bgimage-outer .ce_bgimage-inside{display:flex;height:100%;align-items:flex-end;justify-content:flex-end}.ce_background_image_color_produktdetail_start.linkbox-produktdetail .ce_bgimage-inside{display:flex}@media only screen and (max-width:767px){.ce_background_image_color_produktdetail_start.linkbox-produktdetail .ce_bgimage-inside{flex-wrap:wrap}}.ce_background_image_color_produktdetail_start .ce_hyperlink a.hyperlink_img{background:none;padding:0;min-width:auto;border:0px solid black}.ce_background_image_color_produktdetail_start h4{text-transform:uppercase;font-weight:400}.ce_background_image_color_produktdetail_start .set-absolute,.ce_background_image_color_produktdetail_start .set-before-contentwrap{position:absolute;left:0;bottom:0}.ce_background_image_color_produktdetail_start .set-absolute.left_0,.ce_background_image_color_produktdetail_start .set-before-contentwrap.left_0{left:0}.ce_background_image_color_produktdetail_start .set-absolute.left_5,.ce_background_image_color_produktdetail_start .set-before-contentwrap.left_5{left:5%}.ce_background_image_color_produktdetail_start .set-absolute.left_10,.ce_background_image_color_produktdetail_start .set-before-contentwrap.left_10{left:10%}.ce_background_image_color_produktdetail_start .set-absolute.left_20,.ce_background_image_color_produktdetail_start .set-before-contentwrap.left_20{left:20%}.ce_background_image_color_produktdetail_start .set-absolute.bottom_0,.ce_background_image_color_produktdetail_start .set-before-contentwrap.bottom_0{bottom:0}.ce_background_image_color_produktdetail_start .set-absolute.bottom_5,.ce_background_image_color_produktdetail_start .set-before-contentwrap.bottom_5{bottom:5%}.ce_background_image_color_produktdetail_start .set-absolute.bottom_10,.ce_background_image_color_produktdetail_start .set-before-contentwrap.bottom_10{bottom:10%}.ce_background_image_color_produktdetail_start .set-absolute.space_right_0 .autogrid_wrapper .inner > div,.ce_background_image_color_produktdetail_start .set-before-contentwrap.space_right_0 .autogrid_wrapper .inner > div{margin-right:0}.ce_background_image_color_produktdetail_start .set-absolute.space_right_1 .autogrid_wrapper .inner > div,.ce_background_image_color_produktdetail_start .set-before-contentwrap.space_right_1 .autogrid_wrapper .inner > div{margin-right:1rem}.ce_background_image_color_produktdetail_start .set-absolute.space_right_2 .autogrid_wrapper .inner > div,.ce_background_image_color_produktdetail_start .set-before-contentwrap.space_right_2 .autogrid_wrapper .inner > div{margin-right:2rem}.ce_background_image_color_produktdetail_start .set-absolute.space_right_3 .autogrid_wrapper .inner > div,.ce_background_image_color_produktdetail_start .set-before-contentwrap.space_right_3 .autogrid_wrapper .inner > div{margin-right:3rem}.ce_background_image_color_produktdetail_start .set-absolute.space_right_5 .autogrid_wrapper .inner > div,.ce_background_image_color_produktdetail_start .set-before-contentwrap.space_right_5 .autogrid_wrapper .inner > div{margin-right:5rem}.ce_background_image_color_produktdetail_start .align_left_start,.ce_background_image_color_produktdetail_start .align_right_start,.ce_background_image_color_produktdetail_start .align_center_start{display:flex;width:100%}.ce_background_image_color_produktdetail_start .align_left_start.space_right_0 > div,.ce_background_image_color_produktdetail_start .align_right_start.space_right_0 > div,.ce_background_image_color_produktdetail_start .align_center_start.space_right_0 > div{margin-right:0}.ce_background_image_color_produktdetail_start .align_left_start.space_right_1 > div,.ce_background_image_color_produktdetail_start .align_right_start.space_right_1 > div,.ce_background_image_color_produktdetail_start .align_center_start.space_right_1 > div{margin-right:0.5rem;margin-left:0.5rem}.ce_background_image_color_produktdetail_start .align_left_start.space_right_2 > div,.ce_background_image_color_produktdetail_start .align_right_start.space_right_2 > div,.ce_background_image_color_produktdetail_start .align_center_start.space_right_2 > div{margin-right:1.5rem;margin-left:0.5rem}.ce_background_image_color_produktdetail_start .align_left_start.space_right_3 > div,.ce_background_image_color_produktdetail_start .align_right_start.space_right_3 > div,.ce_background_image_color_produktdetail_start .align_center_start.space_right_3 > div{margin-right:2.5rem;margin-left:0.5rem}.ce_background_image_color_produktdetail_start .align_left_start.space_right_5 > div,.ce_background_image_color_produktdetail_start .align_right_start.space_right_5 > div,.ce_background_image_color_produktdetail_start .align_center_start.space_right_5 > div{margin-right:4.5rem;margin-left:0.5rem}.ce_background_image_color_produktdetail_start .align_left_start{justify-content:flex-start}.ce_background_image_color_produktdetail_start .align_right_start{justify-content:flex-end}.ce_background_image_color_produktdetail_start .align_center_start{justify-content:center}.ce_background_image_color_produktdetail_start .ce_bgimage-inside-before{position:absolute;top:0;left:0;bottom:0;right:0}.ce_background_image_color_produktdetail_start.top-position-0 .ce_bgimage-image{top:0}.ce_background_image_color_produktdetail_start.top-position-10 .ce_bgimage-image{top:10%}.ce_background_image_color_produktdetail_start.top-position-20 .ce_bgimage-image{top:20%}.ce_background_image_color_produktdetail_start.top-position-30 .ce_bgimage-image{top:30%}.ce_background_image_color_produktdetail_start.top-position-40 .ce_bgimage-image{top:40%}.ce_background_image_color_produktdetail_start.bottom-position-0 .ce_bgimage-image{bottom:0}.ce_background_image_color_produktdetail_start.bottom-position-10 .ce_bgimage-image{bottom:10%}.ce_background_image_color_produktdetail_start.bottom-position-20 .ce_bgimage-image{bottom:20%}.ce_background_image_color_produktdetail_start.bottom-position-30 .ce_bgimage-image{bottom:30%}.ce_background_image_color_produktdetail_start.bottom-position-40 .ce_bgimage-image{bottom:40%}@media only screen and (min-width:768px){.faktor_schriftgroesse_40.ce_background_image_color_produktdetail_start .ce_bgimage-inside .ce_text h2{font-size:0.8rem !important}}@media only screen and (min-width:768px){.faktor_schriftgroesse_60.ce_background_image_color_produktdetail_start .ce_bgimage-inside .ce_text h2{font-size:1.2rem !important}}@media only screen and (min-width:768px){.faktor_schriftgroesse_70.ce_background_image_color_produktdetail_start .ce_bgimage-inside .ce_text h2{font-size:1.4rem !important}}@media only screen and (min-width:768px){.faktor_schriftgroesse_80.ce_background_image_color_produktdetail_start .ce_bgimage-inside .ce_text h2{font-size:1.6rem !important}}@media only screen and (min-width:768px){.faktor_schriftgroesse_100.ce_background_image_color_produktdetail_start .ce_bgimage-inside .ce_text h2{font-size:2rem !important}}@media only screen and (min-width:768px){.faktor_schriftgroesse_120.ce_background_image_color_produktdetail_start .ce_bgimage-inside .ce_text h2{font-size:2.4rem !important}}@media only screen and (min-width:768px){.faktor_schriftgroesse_140.ce_background_image_color_produktdetail_start .ce_bgimage-inside .ce_text h2{font-size:2.8rem !important}}@media only screen and (min-width:768px){.faktor_schriftgroesse_160.ce_background_image_color_produktdetail_start .ce_bgimage-inside .ce_text h2{font-size:3.2rem !important}}@media only screen and (min-width:768px){.faktor_schriftgroesse_180.ce_background_image_color_produktdetail_start .ce_bgimage-inside .ce_text h2{font-size:3.6rem !important}}@media only screen and (min-width:768px){.faktor_schriftgroesse_200.ce_background_image_color_produktdetail_start .ce_bgimage-inside .ce_text h2{font-size:4rem !important}}@media only screen and (min-width:768px){.faktor_schriftgroesse_40.ce_background_image_color_produktdetail_start .ce_bgimage-inside .ce_text h4{font-size:0.48rem !important}}@media only screen and (min-width:768px){.faktor_schriftgroesse_60.ce_background_image_color_produktdetail_start .ce_bgimage-inside .ce_text h4{font-size:0.72rem !important}}@media only screen and (min-width:768px){.faktor_schriftgroesse_70.ce_background_image_color_produktdetail_start .ce_bgimage-inside .ce_text h4{font-size:0.84rem !important}}@media only screen and (min-width:768px){.faktor_schriftgroesse_80.ce_background_image_color_produktdetail_start .ce_bgimage-inside .ce_text h4{font-size:0.96rem !important}}@media only screen and (min-width:768px){.faktor_schriftgroesse_100.ce_background_image_color_produktdetail_start .ce_bgimage-inside .ce_text h4{font-size:1.2rem !important}}@media only screen and (min-width:768px){.faktor_schriftgroesse_120.ce_background_image_color_produktdetail_start .ce_bgimage-inside .ce_text h4{font-size:1.44rem !important}}@media only screen and (min-width:768px){.faktor_schriftgroesse_140.ce_background_image_color_produktdetail_start .ce_bgimage-inside .ce_text h4{font-size:1.68rem !important}}@media only screen and (min-width:768px){.faktor_schriftgroesse_160.ce_background_image_color_produktdetail_start .ce_bgimage-inside .ce_text h4{font-size:1.92rem !important}}@media only screen and (min-width:768px){.faktor_schriftgroesse_180.ce_background_image_color_produktdetail_start .ce_bgimage-inside .ce_text h4{font-size:2.16rem !important}}@media only screen and (min-width:768px){.faktor_schriftgroesse_200.ce_background_image_color_produktdetail_start .ce_bgimage-inside .ce_text h4{font-size:2.4rem !important}}@media only screen and (min-width:768px){.faktor_schriftgroesse_40.ce_background_image_color_produktdetail_start .ce_bgimage-inside .ce_text p{font-size:0.4rem}}@media only screen and (min-width:768px){.faktor_schriftgroesse_60.ce_background_image_color_produktdetail_start .ce_bgimage-inside .ce_text p{font-size:0.6rem}}@media only screen and (min-width:768px){.faktor_schriftgroesse_70.ce_background_image_color_produktdetail_start .ce_bgimage-inside .ce_text p{font-size:0.7rem}}@media only screen and (min-width:768px){.faktor_schriftgroesse_80.ce_background_image_color_produktdetail_start .ce_bgimage-inside .ce_text p{font-size:0.8rem}}@media only screen and (min-width:768px){.faktor_schriftgroesse_100.ce_background_image_color_produktdetail_start .ce_bgimage-inside .ce_text p{font-size:1rem}}@media only screen and (min-width:768px){.faktor_schriftgroesse_120.ce_background_image_color_produktdetail_start .ce_bgimage-inside .ce_text p{font-size:1.2rem}}@media only screen and (min-width:768px){.faktor_schriftgroesse_140.ce_background_image_color_produktdetail_start .ce_bgimage-inside .ce_text p{font-size:1.4rem}}@media only screen and (min-width:768px){.faktor_schriftgroesse_160.ce_background_image_color_produktdetail_start .ce_bgimage-inside .ce_text p{font-size:1.6rem}}@media only screen and (min-width:768px){.faktor_schriftgroesse_180.ce_background_image_color_produktdetail_start .ce_bgimage-inside .ce_text p{font-size:1.8rem}}@media only screen and (min-width:768px){.faktor_schriftgroesse_200.ce_background_image_color_produktdetail_start .ce_bgimage-inside .ce_text p{font-size:2rem}}@keyframes widthSliderText{0%{width:0%}100%{width:100%}}.product-design-2018 .swiper-slider-content.has-bottom-space + .ix-pagination{margin-bottom:6rem}.product-design-2018 .swiper-slider-content{position:relative}@media only screen and (max-width:767px){.product-design-2018 .swiper-slider-content{margin-bottom:6rem;background-color:rgba(0, 0, 0, 0.8)}.product-design-2018 .swiper-slider-content .innenabstand_oben_unten_default{padding-top:0}.product-design-2018 .swiper-slider-content .innenabstand_oben_unten_default .ce_bgimage-inside.contentwrap{padding-left:0px !important;padding-right:0px !important}.product-design-2018 .swiper-slider-content .bg-bannerbox-1 .inner .ce_text{background:none}}.product-design-2018 .swiper-slider-content .ce_swiper-slider-start .swip-pagination .swiper-wrapper{padding-bottom:0}.product-design-2018 .swiper-slider-content .ce_swiper-slider-start .swiper_slider_area{position:relative}.product-design-2018 .swiper-slider-content .ce_swiper-slider-start .swiper_slider_area .swiper-button-next,.product-design-2018 .swiper-slider-content .ce_swiper-slider-start .swiper_slider_area .swiper-button-prev{border:1px solid red}.product-design-2018 .swiper-slider-content .ce_swiper-slider-start .swiper-container-horizontal .swiper-pagination{display:none}@media only screen and (min-width:768px){.product-design-2018 .swiper-slider-content .swiper-button-prev,.product-design-2018 .swiper-slider-content .swiper-button-next{display:none}}.product-design-2018 .swiper-slider-content .swiper-button-prev,.product-design-2018 .swiper-slider-content .swiper-container-rtl .swiper-button-next,.product-design-2018 .swiper-slider-content .swiper-button-next,.product-design-2018 .swiper-slider-content .swiper-container-rtl .swiper-button-prev{opacity:1 !important;top:88%;margin-top:0}.product-design-2018 .swiper-slider-content .swiper-button-prev:after,.product-design-2018 .swiper-slider-content .swiper-container-rtl .swiper-button-next:after,.product-design-2018 .swiper-slider-content .swiper-button-next:after,.product-design-2018 .swiper-slider-content .swiper-container-rtl .swiper-button-prev:after{transition:color 500ms}.product-design-2018 .swiper-slider-content .swiper-button-prev:hover:after,.product-design-2018 .swiper-slider-content .swiper-container-rtl .swiper-button-next:hover:after,.product-design-2018 .swiper-slider-content .swiper-button-next:hover:after,.product-design-2018 .swiper-slider-content .swiper-container-rtl .swiper-button-prev:hover:after{color:rgba(255, 255, 255, 1)}.product-design-2018 .swiper-slider-content .swiper-button-prev,.product-design-2018 .swiper-slider-content .swiper-container-rtl .swiper-button-next{left:40%}.product-design-2018 .swiper-slider-content .swiper-button-next,.product-design-2018 .swiper-slider-content .swiper-container-rtl .swiper-button-prev{right:40%}@media only screen and (max-width:767px){.product-design-2018 .swiper-slider-content .swiper-button-prev,.product-design-2018 .swiper-slider-content .swiper-container-rtl .swiper-button-next{left:30%}.product-design-2018 .swiper-slider-content .swiper-button-next,.product-design-2018 .swiper-slider-content .swiper-container-rtl .swiper-button-prev{right:30%}}.product-design-2018 .ix-pagination{margin-bottom:0;margin-top:-1px;position:relative;z-index:500;display:block;text-align:center;border-top:5px solid #6f6f6e;background-color:#6f6f6e}@media only screen and (max-width:767px){.product-design-2018 .ix-pagination{display:none}}.product-design-2018 .ix-pagination li{box-sizing:border-box;position:relative;display:inline-block;border-top:5px solid transparent;padding:0.3rem 2rem 1rem 2rem;font-size:1.3rem;color:white;margin-top:-5px;cursor:pointer}.product-design-2018 .ix-pagination li.active:before{content:"";border:0px solid red;display:block;position:absolute;top:-5px;height:5px;background-color:#f38e22;left:0;cursor:auto}.product-design-2018 .ix-pagination.sliderStarted li.active:before{animation:widthSliderText 13s ease forwards}.product-design-2018 .ix-pagination.sliderStarted.animationStopped li.active:before{animation:widthSliderText 0s ease forwards}@media only screen and (min-width:768px){.product-design-2018 .ce_gallery li figure{margin:0 !important;border:2px solid #d9d9d9;border-width:0}.product-design-2018 .ce_gallery li:last-child figure{border-right:0 solid #d9d9d9}}.ce_linkbox_poduktdetail.no-text .linkboxInner a .ce_linkbox_image .content{min-height:50px}.ce_linkbox_poduktdetail .linkboxInner{display:flex;flex-direction:column;align-items:center;justify-content:space-between;height:100%;padding:0 15%}.ie11 .ce_linkbox_poduktdetail .linkboxInner{display:block;padding-bottom:1rem !important}.ce_linkbox_poduktdetail .linkboxInner > .ce_image:first-child{width:50%;margin-bottom:3rem}.ce_linkbox_poduktdetail .linkboxInner a{width:100%;display:block}.ce_linkbox_poduktdetail .linkboxInner a:hover{border:0px solid black !important}.ce_linkbox_poduktdetail .linkboxInner a .ce_linkbox_image{padding:1rem;position:relative}@media only screen and (max-width:767px){.ce_linkbox_poduktdetail .linkboxInner a .ce_linkbox_image{padding:0}}.ce_linkbox_poduktdetail .linkboxInner a .ce_linkbox_image .content{margin-top:2rem;text-align:center;min-height:100px}@media only screen and (max-width:767px){.ce_linkbox_poduktdetail .linkboxInner a .ce_linkbox_image .content{margin-top:0.2rem}}.ce_linkbox_poduktdetail .linkboxInner a .ce_linkbox_image .content .ce_headline{font-size:1.8rem !important;font-weight:400;margin-bottom:0 !important;color:#555;transition:color 400ms}@media only screen and (min-width:768px){.ce_linkbox_poduktdetail .linkboxInner a .ce_linkbox_image .content .ce_headline{font-size:1.7vw !important}}@media only screen and (min-width:1025px){.ce_linkbox_poduktdetail .linkboxInner a .ce_linkbox_image .content .ce_headline{font-size:1.8rem !important}}.ce_linkbox_poduktdetail .linkboxInner a .ce_linkbox_image .content p{font-size:1.8rem;line-height:1;color:#555;transition:color 400ms}@media only screen and (min-width:768px){.ce_linkbox_poduktdetail .linkboxInner a .ce_linkbox_image .content p{font-size:1.7vw}}@media only screen and (min-width:1025px){.ce_linkbox_poduktdetail .linkboxInner a .ce_linkbox_image .content p{font-size:1.8rem}}.ce_linkbox_poduktdetail .linkboxInner a .ce_linkbox_overlay{position:absolute;top:0;right:0;bottom:0;left:0;background-color:rgba(0, 0, 0, 0.4);color:white;display:flex;justify-content:center;align-items:center;opacity:0;transition:opacity 400ms}.ce_linkbox_poduktdetail .linkboxInner a .ce_linkbox_overlay span{font-size:1.8rem}@media only screen and (min-width:768px){.ce_linkbox_poduktdetail .linkboxInner a .ce_linkbox_overlay span{font-size:1.7vw}}@media only screen and (min-width:1025px){.ce_linkbox_poduktdetail .linkboxInner a .ce_linkbox_overlay span{font-size:1.8rem}}.ce_linkbox_poduktdetail .linkboxInner a:hover .ce_linkbox_overlay{opacity:1}.ce_linkbox_poduktdetail.style_highlight_text .linkboxInner a:hover .ce_linkbox_image .content{position:relative;z-index:500}.ce_linkbox_poduktdetail.style_highlight_text .linkboxInner a:hover .ce_linkbox_image .content .ce_headline{color:#fff}.ce_linkbox_poduktdetail.style_highlight_text .linkboxInner a:hover .ce_linkbox_image .content p{color:#fff}.ce_linkbox_poduktdetail.style_no_link_boxed{overflow:visible;position:relative;margin-top:3rem}.ce_linkbox_poduktdetail.style_no_link_boxed > .ce_image.attribute{position:absolute;top:-3rem;left:calc(50% - 6rem / 2);width:6rem;height:6rem}.ie11 .ce_linkbox_poduktdetail.style_no_link_boxed > .ce_image.attribute{top:0.5rem}.ce_linkbox_poduktdetail.style_no_link_boxed > .ce_image.attribute .ce_image.block{height:100%}.ce_linkbox_poduktdetail.style_no_link_boxed > .ce_image.attribute .ce_image.block figure{display:flex;justify-content:center;align-items:center;height:100%}.ce_linkbox_poduktdetail.style_no_link_boxed .linkboxInner{background-color:#f2f2f2;padding:7rem 10% 0 10%}.ce_linkbox_poduktdetail.style_no_link_boxed .linkboxInner a{width:auto;display:inline}.ce_linkbox_poduktdetail.style_no_link_boxed .linkboxInner .ce_image.attribute{width:6rem;height:6rem;margin:0 auto 5rem auto;display:flex;align-items:center}.firefox .ce_linkbox_poduktdetail.style_no_link_boxed .linkboxInner .ce_image.attribute img{width:300px}.ce_linkbox_poduktdetail.style_no_link_boxed .linkboxInner .content{text-align:center}.ce_linkbox_poduktdetail.style_no_link_boxed .linkboxInner .content .ce_headline{color:#fff;background-color:#000;display:inline-block;height:2rem;font-size:1.5rem !important;line-height:1.2;padding:0 0.4rem;margin-bottom:1.5rem}.ce_linkbox_poduktdetail.style_no_link_boxed .linkboxInner .content p{font-size:1.6rem}@media only screen and (min-width:768px){.faktor_schriftgroesse_40.ce_background_image_color_produktdetail_start .ce_ixtensa_text.bg_headline_box_centered_2 .inner h2{font-size:1.12rem !important}}@media only screen and (min-width:768px){.faktor_schriftgroesse_60.ce_background_image_color_produktdetail_start .ce_ixtensa_text.bg_headline_box_centered_2 .inner h2{font-size:1.68rem !important}}@media only screen and (min-width:768px){.faktor_schriftgroesse_70.ce_background_image_color_produktdetail_start .ce_ixtensa_text.bg_headline_box_centered_2 .inner h2{font-size:1.96rem !important}}@media only screen and (min-width:768px){.faktor_schriftgroesse_80.ce_background_image_color_produktdetail_start .ce_ixtensa_text.bg_headline_box_centered_2 .inner h2{font-size:2.24rem !important}}@media only screen and (min-width:768px){.faktor_schriftgroesse_100.ce_background_image_color_produktdetail_start .ce_ixtensa_text.bg_headline_box_centered_2 .inner h2{font-size:2.8rem !important}}@media only screen and (min-width:768px){.faktor_schriftgroesse_120.ce_background_image_color_produktdetail_start .ce_ixtensa_text.bg_headline_box_centered_2 .inner h2{font-size:3.36rem !important}}@media only screen and (min-width:768px){.faktor_schriftgroesse_140.ce_background_image_color_produktdetail_start .ce_ixtensa_text.bg_headline_box_centered_2 .inner h2{font-size:3.92rem !important}}@media only screen and (min-width:768px){.faktor_schriftgroesse_160.ce_background_image_color_produktdetail_start .ce_ixtensa_text.bg_headline_box_centered_2 .inner h2{font-size:4.48rem !important}}@media only screen and (min-width:768px){.faktor_schriftgroesse_180.ce_background_image_color_produktdetail_start .ce_ixtensa_text.bg_headline_box_centered_2 .inner h2{font-size:5.04rem !important}}@media only screen and (min-width:768px){.faktor_schriftgroesse_200.ce_background_image_color_produktdetail_start .ce_ixtensa_text.bg_headline_box_centered_2 .inner h2{font-size:5.6rem !important}}@media only screen and (min-width:768px){.faktor_schriftgroesse_40.ce_background_image_color_produktdetail_start .ce_ixtensa_text.bg_headline_box_centered_2 .inner h3{font-size:0.6rem !important}}@media only screen and (min-width:768px){.faktor_schriftgroesse_60.ce_background_image_color_produktdetail_start .ce_ixtensa_text.bg_headline_box_centered_2 .inner h3{font-size:0.9rem !important}}@media only screen and (min-width:768px){.faktor_schriftgroesse_70.ce_background_image_color_produktdetail_start .ce_ixtensa_text.bg_headline_box_centered_2 .inner h3{font-size:1.05rem !important}}@media only screen and (min-width:768px){.faktor_schriftgroesse_80.ce_background_image_color_produktdetail_start .ce_ixtensa_text.bg_headline_box_centered_2 .inner h3{font-size:1.2rem !important}}@media only screen and (min-width:768px){.faktor_schriftgroesse_100.ce_background_image_color_produktdetail_start .ce_ixtensa_text.bg_headline_box_centered_2 .inner h3{font-size:1.5rem !important}}@media only screen and (min-width:768px){.faktor_schriftgroesse_120.ce_background_image_color_produktdetail_start .ce_ixtensa_text.bg_headline_box_centered_2 .inner h3{font-size:1.8rem !important}}@media only screen and (min-width:768px){.faktor_schriftgroesse_140.ce_background_image_color_produktdetail_start .ce_ixtensa_text.bg_headline_box_centered_2 .inner h3{font-size:2.1rem !important}}@media only screen and (min-width:768px){.faktor_schriftgroesse_160.ce_background_image_color_produktdetail_start .ce_ixtensa_text.bg_headline_box_centered_2 .inner h3{font-size:2.4rem !important}}@media only screen and (min-width:768px){.faktor_schriftgroesse_180.ce_background_image_color_produktdetail_start .ce_ixtensa_text.bg_headline_box_centered_2 .inner h3{font-size:2.7rem !important}}@media only screen and (min-width:768px){.faktor_schriftgroesse_200.ce_background_image_color_produktdetail_start .ce_ixtensa_text.bg_headline_box_centered_2 .inner h3{font-size:3rem !important}}.ce_ixtensa_text.ixtext_abstand_unten_default{margin-bottom:0 !important}.ce_ixtensa_text.ixtext_abstand_unten_abstand1{margin-bottom:2rem !important}.ce_ixtensa_text.ixtext_abstand_unten_abstand2{margin-bottom:6rem !important}.ce_ixtensa_text h2,.ce_ixtensa_text h3{text-transform:none}.ce_ixtensa_text.hauptueberschrift_farblich_hervorheben h2{color:#f38e22}.bg-orange-1 .ce_ixtensa_text.hauptueberschrift_farblich_hervorheben h2{color:rgba(0, 0, 0, 0.7)}.ce_ixtensa_text .as_text{margin-top:0.7rem}.ce_ixtensa_text .as_text a{display:inline-block;text-decoration:none;color:#f38e22;font-weight:bold;transition:opacity 300ms}.bg-orange-1 .ce_ixtensa_text .as_text a{color:rgba(0, 0, 0, 0.7)}.ce_ixtensa_text .as_text a:hover{opacity:0.8}.ce_ixtensa_text .as_text a:after{font-family:'FontAwesome';content:'\f054';font-size:70%;padding-left:0.5rem}.ce_ixtensa_text .as_text_2 a{color:red}.ce_ixtensa_text.bg_headline_box_centered{text-align:center}.ce_ixtensa_text.bg_headline_box_centered .inner{display:flex;flex-direction:column}.ce_ixtensa_text.bg_headline_box_centered .inner h2{position:relative;font-size:3rem !important;font-weight:normal;margin-bottom:1.2rem !important}@media only screen and (max-width:767px){.ce_ixtensa_text.bg_headline_box_centered .inner h2{font-size:2.5rem !important}}.ce_ixtensa_text.bg_headline_box_centered .inner h3{font-size:2.333rem !important;font-weight:normal;margin-bottom:0.5rem !important}@media only screen and (max-width:767px){.ce_ixtensa_text.bg_headline_box_centered .inner h3{font-size:2rem !important}}.ce_ixtensa_text.bg_headline_box_centered .inner p,.ce_ixtensa_text.bg_headline_box_centered .inner a{font-size:1.5rem;line-height:1.2}.ce_ixtensa_text.bg_headline_box_centered.optischen_trenner_einfuegen .inner h2:after{content:"";border:1px solid #f38e22;position:absolute;bottom:-1.2rem;left:calc(50% - 30px);width:60px}.bg-orange-1 .ce_ixtensa_text.bg_headline_box_centered.optischen_trenner_einfuegen .inner h2:after{border-color:rgba(0, 0, 0, 0.7)}.ce_ixtensa_text.bg_headline_box_centered.no_ueberschrift_2.optischen_trenner_einfuegen .ce_textarea{margin-top:2rem}.ce_ixtensa_text.bg_headline_box_centered_2{text-align:center}.ce_ixtensa_text.bg_headline_box_centered_2 .inner .content{display:flex;flex-direction:column}.ce_ixtensa_text.bg_headline_box_centered_2 .inner .content div:nth-child(1){order:2}.ce_ixtensa_text.bg_headline_box_centered_2 .inner .content div:nth-child(2){order:3}.ce_ixtensa_text.bg_headline_box_centered_2 .inner .content div:nth-child(3){order:1}.ce_ixtensa_text.bg_headline_box_centered_2 .inner h2{position:relative;font-size:2.8rem !important;line-height:1;font-weight:normal;margin-bottom:0.5rem !important}@media only screen and (max-width:767px){.ce_ixtensa_text.bg_headline_box_centered_2 .inner h2{font-size:2.5rem !important}}.ce_ixtensa_text.bg_headline_box_centered_2 .inner h3{font-size:1.5rem !important;line-height:1 !important;font-weight:normal}.ce_ixtensa_text.bg_headline_box_centered_2 .inner p,.ce_ixtensa_text.bg_headline_box_centered_2 .inner a{font-size:1rem;line-height:1.2;margin-bottom:0}.ce_ixtensa_text.bg_headline_box_centered_2.optischen_trenner_einfuegen .inner h2{margin-bottom:0.7rem !important}.ce_ixtensa_text.bg_headline_box_centered_2.optischen_trenner_einfuegen .inner h2:after{content:"";border:1px solid #f38e22;position:absolute;bottom:-0.56rem;left:calc(50% - 20px);width:40px}.bg-orange-1 .ce_ixtensa_text.bg_headline_box_centered_2.optischen_trenner_einfuegen .inner h2:after{border-color:rgba(0, 0, 0, 0.7)}.ce_ixtensa_text.bg_headline_box_centered_2.no_ueberschrift_2.optischen_trenner_einfuegen .ce_textarea{margin-top:2rem}.ce_ixtensa_text.bg_text_box_centered.align_left{text-align:left}.ce_ixtensa_text.bg_text_box_centered.align_left h3:after{left:0}.ce_ixtensa_text.bg_text_box_centered.align_right{text-align:right}.ce_ixtensa_text.bg_text_box_centered.align_right h3:after{right:0}.ce_ixtensa_text.bg_text_box_centered.align_center{text-align:center}.ce_ixtensa_text.bg_text_box_centered.align_center h3:after{left:calc(50% - 20px)}.ce_ixtensa_text.bg_text_box_centered .inner .content{display:flex;flex-direction:column}.ce_ixtensa_text.bg_text_box_centered .inner .content div:nth-child(1){order:2}.ce_ixtensa_text.bg_text_box_centered .inner .content div:nth-child(2){order:1}.ce_ixtensa_text.bg_text_box_centered .inner .content div:nth-child(3){order:3}.ce_ixtensa_text.bg_text_box_centered .inner .content div:nth-child(4){order:4}.ce_ixtensa_text.bg_text_box_centered .inner .content div.ce_headline{position:relative}.ce_ixtensa_text.bg_text_box_centered .inner .content div.ce_headline h3{font-size:1.8rem !important;color:#f38e22;font-weight:normal;margin-bottom:2rem !important}.bg-orange-1 .ce_ixtensa_text.bg_text_box_centered .inner .content div.ce_headline h3{color:rgba(0, 0, 0, 0.7)}.ce_ixtensa_text.bg_text_box_centered .inner .content div.ce_headline h3:after{content:"";border:1px solid #f38e22;position:absolute;bottom:1rem;width:40px}.bg-orange-1 .ce_ixtensa_text.bg_text_box_centered .inner .content div.ce_headline h3:after{border-color:rgba(0, 0, 0, 0.7)}.ce_ixtensa_text.bg_text_box_centered .inner .content h2{font-size:3rem;font-weight:normal;margin-bottom:1rem !important}.ce_ixtensa_text.bg_text_box_centered .inner .content p,.ce_ixtensa_text.bg_text_box_centered .inner .content a{font-size:1rem}.ce_ixtensa_text.bg_text_box_left_icon.order_imgtext1 .inner{display:flex;flex-direction:row}.ce_ixtensa_text.bg_text_box_left_icon.order_imgtext2 .inner{display:flex;flex-direction:row-reverse}.ce_ixtensa_text.bg_text_box_left_icon .image figure{padding:0}.ce_ixtensa_text.bg_text_box_left_icon .content{padding:0 0 0 1.5rem}.ce_ixtensa_text.bg_text_box_left_icon .content h2,.ce_ixtensa_text.bg_text_box_left_icon .content h3{font-size:1.4rem;font-weight:bold;margin-bottom:0px !important}.ce_ixtensa_text.bg_text_box_left_icon .content p,.ce_ixtensa_text.bg_text_box_left_icon .content a{font-size:1.4rem;line-height:1.3}.ce_ixtensa_text.bg_text_box_left_icon .content p:last-child,.ce_ixtensa_text.bg_text_box_left_icon .content a:last-child{margin-bottom:0}.ce_ixtensa_text.bg_text_box_left_icon .content .as_text{margin-top:0;font-weight:normal}.ce_ixtensa_text.bg_text_box_left_icon.icon_width_5 .image{width:5%}.ce_ixtensa_text.bg_text_box_left_icon.icon_width_5 .content{width:95%}.ce_ixtensa_text.bg_text_box_left_icon.icon_width_7 .image{width:7%}.ce_ixtensa_text.bg_text_box_left_icon.icon_width_7 .content{width:93%}.ce_ixtensa_text.bg_text_box_left_icon.icon_width_10 .image{width:10%}.ce_ixtensa_text.bg_text_box_left_icon.icon_width_10 .content{width:90%}.ce_ixtensa_text.bg_text_box_left_icon.icon_width_15 .image{width:15%}.ce_ixtensa_text.bg_text_box_left_icon.icon_width_15 .content{width:85%}.ce_ixtensa_text.bg_text_box_left_icon.icon_width_20 .image{width:20%}.ce_ixtensa_text.bg_text_box_left_icon.icon_width_20 .content{width:80%}.ce_ixtensa_text .prod-accordion-toggler div{color:#f38e22;cursor:pointer;font-size:1.5rem}.ce_ixtensa_text .prod-accordion-toggler div:after{font-family:'FontAwesome';content:'\f107';font-size:2rem;line-height:1rem;padding-left:1rem;color:#f38e22;position:relative;display:inline-block;bottom:-2px;padding-bottom:0px;transition:transform 500ms, color 500ms}.ce_ixtensa_text .prod-accordion-toggler.closed div:after{transform:rotateX(180deg)}.ce_ixtensa_text .content.hide-me-initial{display:none}.ce_ixtensa_text.no-js .prod-accordion-toggler:hover + .prod-accordion-box .content{display:block}.product-design-2018 .bg-orange-1{background-color:#f38e22}.product-design-2018 .bg-orange-1 .inner .ce_text p,.product-design-2018 .bg-orange-1 p,.product-design-2018 .bg-orange-1 .inner .ce_text h1,.product-design-2018 .bg-orange-1 h2,.product-design-2018 .bg-orange-1 h3{color:white}.product-design-2018 .bg-orange-1.bg_shape_triangle{position:relative;overflow:visible}.product-design-2018 .bg-orange-1.bg_shape_triangle:after{content:'';position:absolute;z-index:500;left:calc(50% - 27.5px);width:0;height:0;border-left:27.5px solid transparent;border-right:27.5px solid transparent;border-top:35px solid #f38e22;bottom:-35px}.product-design-2018 .bg-orange-1.bg_shape_circle{position:relative;overflow:visible}.product-design-2018 .bg-orange-1.bg_shape_circle:after{content:'';position:absolute;z-index:500;left:calc(50% - 27.5px);width:55px;height:27.5px;border-radius:0 0 27.5px 27.5px;background:#f38e22;bottom:-27.5px}.product-design-2018 .bg-white-1{background-color:white}.product-design-2018 .bg-white-1 .inner .ce_text p,.product-design-2018 .bg-white-1 p,.product-design-2018 .bg-white-1 .inner .ce_text h1,.product-design-2018 .bg-white-1 h2,.product-design-2018 .bg-white-1 h3{color:black}.product-design-2018 .bg-white-1.bg_shape_triangle{position:relative;overflow:visible}.product-design-2018 .bg-white-1.bg_shape_triangle:after{content:'';position:absolute;z-index:500;left:calc(50% - 27.5px);width:0;height:0;border-left:27.5px solid transparent;border-right:27.5px solid transparent;border-top:35px solid white;bottom:-35px}.product-design-2018 .bg-white-1.bg_shape_circle{position:relative;overflow:visible}.product-design-2018 .bg-white-1.bg_shape_circle:after{content:'';position:absolute;z-index:500;left:calc(50% - 27.5px);width:55px;height:27.5px;border-radius:0 0 27.5px 27.5px;background:white;bottom:-27.5px}.product-design-2018 .bg-white-2{background-color:white}.product-design-2018 .bg-white-2 .inner .ce_text p,.product-design-2018 .bg-white-2 p,.product-design-2018 .bg-white-2 .inner .ce_text h1,.product-design-2018 .bg-white-2 h2,.product-design-2018 .bg-white-2 h3{color:#f38e22}.product-design-2018 .bg-white-2.bg_shape_triangle{position:relative;overflow:visible}.product-design-2018 .bg-white-2.bg_shape_triangle:after{content:'';position:absolute;z-index:500;left:calc(50% - 27.5px);width:0;height:0;border-left:27.5px solid transparent;border-right:27.5px solid transparent;border-top:35px solid white;bottom:-35px}.product-design-2018 .bg-white-2.bg_shape_circle{position:relative;overflow:visible}.product-design-2018 .bg-white-2.bg_shape_circle:after{content:'';position:absolute;z-index:500;left:calc(50% - 27.5px);width:55px;height:27.5px;border-radius:0 0 27.5px 27.5px;background:white;bottom:-27.5px}.product-design-2018 .bg-black-1{background-color:black}.product-design-2018 .bg-black-1 .inner .ce_text p,.product-design-2018 .bg-black-1 p,.product-design-2018 .bg-black-1 .inner .ce_text h1,.product-design-2018 .bg-black-1 h2,.product-design-2018 .bg-black-1 h3{color:white}.product-design-2018 .bg-black-1.bg_shape_triangle{position:relative;overflow:visible}.product-design-2018 .bg-black-1.bg_shape_triangle:after{content:'';position:absolute;z-index:500;left:calc(50% - 27.5px);width:0;height:0;border-left:27.5px solid transparent;border-right:27.5px solid transparent;border-top:35px solid black;bottom:-35px}.product-design-2018 .bg-black-1.bg_shape_circle{position:relative;overflow:visible}.product-design-2018 .bg-black-1.bg_shape_circle:after{content:'';position:absolute;z-index:500;left:calc(50% - 27.5px);width:55px;height:27.5px;border-radius:0 0 27.5px 27.5px;background:black;bottom:-27.5px}.product-design-2018 .bg-grey-1{background-color:#ececec}.product-design-2018 .bg-grey-1 .inner .ce_text p,.product-design-2018 .bg-grey-1 p,.product-design-2018 .bg-grey-1 .inner .ce_text h1,.product-design-2018 .bg-grey-1 h2,.product-design-2018 .bg-grey-1 h3{color:black}.product-design-2018 .bg-grey-1.bg_shape_triangle{position:relative;overflow:visible}.product-design-2018 .bg-grey-1.bg_shape_triangle:after{content:'';position:absolute;z-index:500;left:calc(50% - 27.5px);width:0;height:0;border-left:27.5px solid transparent;border-right:27.5px solid transparent;border-top:35px solid #ececec;bottom:-35px}.product-design-2018 .bg-grey-1.bg_shape_circle{position:relative;overflow:visible}.product-design-2018 .bg-grey-1.bg_shape_circle:after{content:'';position:absolute;z-index:500;left:calc(50% - 27.5px);width:55px;height:27.5px;border-radius:0 0 27.5px 27.5px;background:#ececec;bottom:-27.5px}.product-design-2018 .bg-grey-2{background-color:#2d2d2d}.product-design-2018 .bg-grey-2 .inner .ce_text p,.product-design-2018 .bg-grey-2 p,.product-design-2018 .bg-grey-2 .inner .ce_text h1,.product-design-2018 .bg-grey-2 h2,.product-design-2018 .bg-grey-2 h3{color:white}.product-design-2018 .bg-grey-2.bg_shape_triangle{position:relative;overflow:visible}.product-design-2018 .bg-grey-2.bg_shape_triangle:after{content:'';position:absolute;z-index:500;left:calc(50% - 27.5px);width:0;height:0;border-left:27.5px solid transparent;border-right:27.5px solid transparent;border-top:35px solid #2d2d2d;bottom:-35px}.product-design-2018 .bg-grey-2.bg_shape_circle{position:relative;overflow:visible}.product-design-2018 .bg-grey-2.bg_shape_circle:after{content:'';position:absolute;z-index:500;left:calc(50% - 27.5px);width:55px;height:27.5px;border-radius:0 0 27.5px 27.5px;background:#2d2d2d;bottom:-27.5px}.standard_bottom_space{margin-bottom:6rem}.innenabstand_oben_unten_default{padding-top:3.5rem;padding-bottom:3.5rem}.innenabstand_oben_unten_small1{padding-top:3.5rem;padding-bottom:0}.innenabstand_oben_unten_middle1{padding-top:7rem;padding-bottom:3.5rem}.innenabstand_oben_unten_middle2{padding-top:7rem;padding-bottom:7rem}.innenabstand_oben_unten_large1{padding-top:18rem;padding-bottom:18rem}.bg-textboxes-1 .ce_text h3{text-align:center;font-weight:normal;font-size:2.8rem !important;margin-bottom:0.5rem !important;line-height:1}.bg-textboxes-1 .ce_text p{text-align:center;font-size:1.5rem;line-height:1}@media only screen and (min-width:768px){.faktor_schriftgroesse_40.bg-textboxes-2.ce_background_image_color_produktdetail_start .ce_bgimage-inside .ce_text h2{font-size:0.56rem !important}}@media only screen and (min-width:768px){.faktor_schriftgroesse_60.bg-textboxes-2.ce_background_image_color_produktdetail_start .ce_bgimage-inside .ce_text h2{font-size:0.84rem !important}}@media only screen and (min-width:768px){.faktor_schriftgroesse_70.bg-textboxes-2.ce_background_image_color_produktdetail_start .ce_bgimage-inside .ce_text h2{font-size:0.98rem !important}}@media only screen and (min-width:768px){.faktor_schriftgroesse_80.bg-textboxes-2.ce_background_image_color_produktdetail_start .ce_bgimage-inside .ce_text h2{font-size:1.12rem !important}}@media only screen and (min-width:768px){.faktor_schriftgroesse_100.bg-textboxes-2.ce_background_image_color_produktdetail_start .ce_bgimage-inside .ce_text h2{font-size:1.4rem !important}}@media only screen and (min-width:768px){.faktor_schriftgroesse_120.bg-textboxes-2.ce_background_image_color_produktdetail_start .ce_bgimage-inside .ce_text h2{font-size:1.68rem !important}}@media only screen and (min-width:768px){.faktor_schriftgroesse_140.bg-textboxes-2.ce_background_image_color_produktdetail_start .ce_bgimage-inside .ce_text h2{font-size:1.96rem !important}}@media only screen and (min-width:768px){.faktor_schriftgroesse_160.bg-textboxes-2.ce_background_image_color_produktdetail_start .ce_bgimage-inside .ce_text h2{font-size:2.24rem !important}}@media only screen and (min-width:768px){.faktor_schriftgroesse_180.bg-textboxes-2.ce_background_image_color_produktdetail_start .ce_bgimage-inside .ce_text h2{font-size:2.52rem !important}}@media only screen and (min-width:768px){.faktor_schriftgroesse_200.bg-textboxes-2.ce_background_image_color_produktdetail_start .ce_bgimage-inside .ce_text h2{font-size:2.8rem !important}}@media only screen and (min-width:768px){.faktor_schriftgroesse_40.bg-textboxes-2.ce_background_image_color_produktdetail_start .ce_bgimage-inside .ce_text h3{font-size:0.56rem !important}}@media only screen and (min-width:768px){.faktor_schriftgroesse_60.bg-textboxes-2.ce_background_image_color_produktdetail_start .ce_bgimage-inside .ce_text h3{font-size:0.84rem !important}}@media only screen and (min-width:768px){.faktor_schriftgroesse_70.bg-textboxes-2.ce_background_image_color_produktdetail_start .ce_bgimage-inside .ce_text h3{font-size:0.98rem !important}}@media only screen and (min-width:768px){.faktor_schriftgroesse_80.bg-textboxes-2.ce_background_image_color_produktdetail_start .ce_bgimage-inside .ce_text h3{font-size:1.12rem !important}}@media only screen and (min-width:768px){.faktor_schriftgroesse_100.bg-textboxes-2.ce_background_image_color_produktdetail_start .ce_bgimage-inside .ce_text h3{font-size:1.4rem !important}}@media only screen and (min-width:768px){.faktor_schriftgroesse_120.bg-textboxes-2.ce_background_image_color_produktdetail_start .ce_bgimage-inside .ce_text h3{font-size:1.68rem !important}}@media only screen and (min-width:768px){.faktor_schriftgroesse_140.bg-textboxes-2.ce_background_image_color_produktdetail_start .ce_bgimage-inside .ce_text h3{font-size:1.96rem !important}}@media only screen and (min-width:768px){.faktor_schriftgroesse_160.bg-textboxes-2.ce_background_image_color_produktdetail_start .ce_bgimage-inside .ce_text h3{font-size:2.24rem !important}}@media only screen and (min-width:768px){.faktor_schriftgroesse_180.bg-textboxes-2.ce_background_image_color_produktdetail_start .ce_bgimage-inside .ce_text h3{font-size:2.52rem !important}}@media only screen and (min-width:768px){.faktor_schriftgroesse_200.bg-textboxes-2.ce_background_image_color_produktdetail_start .ce_bgimage-inside .ce_text h3{font-size:2.8rem !important}}@media only screen and (min-width:768px){.faktor_schriftgroesse_40.bg-textboxes-2.ce_background_image_color_produktdetail_start .ce_bgimage-inside .ce_text p{font-size:0.56rem}}@media only screen and (min-width:768px){.faktor_schriftgroesse_60.bg-textboxes-2.ce_background_image_color_produktdetail_start .ce_bgimage-inside .ce_text p{font-size:0.84rem}}@media only screen and (min-width:768px){.faktor_schriftgroesse_70.bg-textboxes-2.ce_background_image_color_produktdetail_start .ce_bgimage-inside .ce_text p{font-size:0.98rem}}@media only screen and (min-width:768px){.faktor_schriftgroesse_80.bg-textboxes-2.ce_background_image_color_produktdetail_start .ce_bgimage-inside .ce_text p{font-size:1.12rem}}@media only screen and (min-width:768px){.faktor_schriftgroesse_100.bg-textboxes-2.ce_background_image_color_produktdetail_start .ce_bgimage-inside .ce_text p{font-size:1.4rem}}@media only screen and (min-width:768px){.faktor_schriftgroesse_120.bg-textboxes-2.ce_background_image_color_produktdetail_start .ce_bgimage-inside .ce_text p{font-size:1.68rem}}@media only screen and (min-width:768px){.faktor_schriftgroesse_140.bg-textboxes-2.ce_background_image_color_produktdetail_start .ce_bgimage-inside .ce_text p{font-size:1.96rem}}@media only screen and (min-width:768px){.faktor_schriftgroesse_160.bg-textboxes-2.ce_background_image_color_produktdetail_start .ce_bgimage-inside .ce_text p{font-size:2.24rem}}@media only screen and (min-width:768px){.faktor_schriftgroesse_180.bg-textboxes-2.ce_background_image_color_produktdetail_start .ce_bgimage-inside .ce_text p{font-size:2.52rem}}@media only screen and (min-width:768px){.faktor_schriftgroesse_200.bg-textboxes-2.ce_background_image_color_produktdetail_start .ce_bgimage-inside .ce_text p{font-size:2.8rem}}.bg-textboxes-2 h2,.bg-textboxes-2 h3{margin-bottom:0 !important;font-size:1.4rem !important;font-weight:bold}@media only screen and (max-width:767px){.bg-textboxes-2 h2,.bg-textboxes-2 h3{font-size:1.2rem !important}}.bg-textboxes-2 p{font-size:1.4rem;line-height:130%}@media only screen and (min-width:768px){.bg-textboxes-2 p{width:90% !important}}@media only screen and (max-width:767px){.bg-textboxes-2 p{font-size:1.2rem !important}}.bg-textboxes-2 p:last-child{margin-bottom:0}@media only screen and (min-width:768px){.faktor_schriftgroesse_40.bg-bannerbox-1 .inner .ce_text{padding:0.48rem}}@media only screen and (min-width:768px){.faktor_schriftgroesse_60.bg-bannerbox-1 .inner .ce_text{padding:0.72rem}}@media only screen and (min-width:768px){.faktor_schriftgroesse_70.bg-bannerbox-1 .inner .ce_text{padding:0.84rem}}@media only screen and (min-width:768px){.faktor_schriftgroesse_80.bg-bannerbox-1 .inner .ce_text{padding:0.96rem}}@media only screen and (min-width:768px){.faktor_schriftgroesse_100.bg-bannerbox-1 .inner .ce_text{padding:1.2rem}}@media only screen and (min-width:768px){.faktor_schriftgroesse_120.bg-bannerbox-1 .inner .ce_text{padding:1.44rem}}@media only screen and (min-width:768px){.faktor_schriftgroesse_140.bg-bannerbox-1 .inner .ce_text{padding:1.68rem}}@media only screen and (min-width:768px){.faktor_schriftgroesse_160.bg-bannerbox-1 .inner .ce_text{padding:1.92rem}}@media only screen and (min-width:768px){.faktor_schriftgroesse_180.bg-bannerbox-1 .inner .ce_text{padding:2.16rem}}@media only screen and (min-width:768px){.faktor_schriftgroesse_200.bg-bannerbox-1 .inner .ce_text{padding:2.4rem}}.bg-bannerbox-1 .ce_bgimage-outer,.bg-bannerbox-1 .ce_bgimage-inside,.bg-bannerbox-1 .autogrid_wrapper,.bg-bannerbox-1 .inner{height:100%}.bg-bannerbox-1.bg_content_left_top .inner{align-items:flex-start;justify-content:flex-start}.bg-bannerbox-1.bg_left_center .inner{align-items:center;justify-content:flex-start}.bg-bannerbox-1.bg_content_left_bottom .inner{align-items:flex-end;justify-content:flex-start}.bg-bannerbox-1.bg_content_center_top .inner{align-items:flex-start;justify-content:center;padding-right:1rem}.bg-bannerbox-1.bg_content_center_center .inner{align-items:center;justify-content:center;padding-right:1rem}.bg-bannerbox-1.bg_content_center_bottom .inner{align-items:flex-end;justify-content:center;padding-right:1rem}.bg-bannerbox-1.bg_content_right_top .inner{align-items:flex-start;justify-content:flex-end}.bg-bannerbox-1.bg_content_right_center .inner{align-items:center;justify-content:flex-end}.bg-bannerbox-1.bg_content_right_bottom .inner{align-items:flex-end;justify-content:flex-end}.bg-bannerbox-1.text_linksbuendig.ce_background_image_color_produktdetail_start .inner p{text-align:left}.bg-bannerbox-1.bg_content_opacity_0 .inner .ce_text{background-color:rgba(0, 0, 0, 0)}.bg-bannerbox-1.bg_content_opacity_10 .inner .ce_text{background-color:rgba(0, 0, 0, 0.1)}.bg-bannerbox-1.bg_content_opacity_20 .inner .ce_text{background-color:rgba(0, 0, 0, 0.2)}.bg-bannerbox-1.bg_content_opacity_30 .inner .ce_text{background-color:rgba(0, 0, 0, 0.3)}.bg-bannerbox-1.bg_content_opacity_40 .inner .ce_text{background-color:rgba(0, 0, 0, 0.4)}.bg-bannerbox-1.bg_content_opacity_60 .inner .ce_text{background-color:rgba(0, 0, 0, 0.6)}.bg-bannerbox-1.bg_content_opacity_80 .inner .ce_text{background-color:rgba(0, 0, 0, 0.8)}.bg-bannerbox-1.bg_content_opacity_90 .inner .ce_text{background-color:rgba(0, 0, 0, 0.9)}.bg-bannerbox-1.bg_content_opacity_100 .inner .ce_text{background-color:rgba(0, 0, 0, 1)}.bg-bannerbox-1.wrapper_elem_width_default .inner .ce_text{width:auto !important}.bg-bannerbox-1.wrapper_elem_width_20 .inner .ce_text{width:20% !important}.bg-bannerbox-1.wrapper_elem_width_30 .inner .ce_text{width:30% !important}.bg-bannerbox-1.wrapper_elem_width_40 .inner .ce_text{width:40% !important}.bg-bannerbox-1.wrapper_elem_width_50 .inner .ce_text{width:50% !important}.bg-bannerbox-1.wrapper_elem_width_60 .inner .ce_text{width:60% !important}.bg-bannerbox-1.wrapper_elem_width_70 .inner .ce_text{width:70% !important}.bg-bannerbox-1.wrapper_elem_width_80 .inner .ce_text{width:80% !important}.bg-bannerbox-1.wrapper_elem_width_90 .inner .ce_text{width:90% !important}@media only screen and (max-width:767px){.bg-bannerbox-1.wrapper_elem_width_default .inner .ce_text,.bg-bannerbox-1.wrapper_elem_width_20 .inner .ce_text,.bg-bannerbox-1.wrapper_elem_width_30 .inner .ce_text,.bg-bannerbox-1.wrapper_elem_width_40 .inner .ce_text,.bg-bannerbox-1.wrapper_elem_width_50 .inner .ce_text,.bg-bannerbox-1.wrapper_elem_width_60 .inner .ce_text,.bg-bannerbox-1.wrapper_elem_width_70 .inner .ce_text,.bg-bannerbox-1.wrapper_elem_width_80 .inner .ce_text,.bg-bannerbox-1.wrapper_elem_width_90 .inner .ce_text{width:100% !important}}.bg-bannerbox-1 .inner{display:flex;padding:1rem 4rem 1rem 1rem}.bg-bannerbox-1 .inner .ce_text{display:inline-block;background-color:rgba(0, 0, 0, 0.5)}.bg-bannerbox-1 .inner .ce_text h1{color:#fff}.bg-bannerbox-1 .inner .ce_text h2{color:#fff;text-transform:none;margin-bottom:1rem !important}.bg-bannerbox-1 .inner .ce_text p{color:#fff;margin-bottom:0;text-transform:none;padding:0;width:auto !important}@media only screen and (max-width:767px){.bg-bannerbox-1 .inner .ce_text p br{display:none}}@media only screen and (max-width:767px){.bg-bannerbox-1.ce_background_image_color_produktdetail_start .inner{display:block;padding:1rem 0 1rem 0;text-align:left}.bg-bannerbox-1.ce_background_image_color_produktdetail_start .inner .ce_text{padding:2rem}.bg-bannerbox-1.ce_background_image_color_produktdetail_start .inner .ce_text p{font-size:1.4rem}}.ce_background_image_color_produktdetail_start.picture-changer .ce_gallery{width:100%}.ce_background_image_color_produktdetail_start.picture-changer .ce_gallery .pic-changer-box{position:relative;height:100%;display:flex;justify-content:center;align-items:center}.ie11 .ce_background_image_color_produktdetail_start.picture-changer .ce_gallery .pic-changer-box{display:block}.ce_background_image_color_produktdetail_start.picture-changer .ce_gallery .pic-changer-item{position:absolute}.ie11 .ce_background_image_color_produktdetail_start.picture-changer .ce_gallery .pic-changer-item{margin-left:30%}.ce_background_image_color_produktdetail_start.picture-changer .pic-changer-navigation{display:flex}.ce_background_image_color_produktdetail_start.picture-changer.pic-ch-nav-flex-start .pic-changer-navigation{justify-content:flex-start}.ce_background_image_color_produktdetail_start.picture-changer.pic-ch-nav-flex-end .pic-changer-navigation{justify-content:flex-end}.ce_background_image_color_produktdetail_start.picture-changer.pic-ch-nav-center .pic-changer-navigation{justify-content:center}.ce_background_image_color_produktdetail_start.picture-changer.pic-ch-nav-space-evenly .pic-changer-navigation{justify-content:space-evenly}.ce_background_image_color_produktdetail_start.picture-changer.pic-changer-left > .ce_bgimage-outer > .ce_bgimage-inside{display:flex;flex-direction:row-reverse;flex-wrap:nowrap;justify-content:space-between;align-items:center}.ce_background_image_color_produktdetail_start.picture-changer.pic-changer-left .pic-changer-navigation{flex-direction:column}.ce_background_image_color_produktdetail_start.picture-changer.pic-changer-right > .ce_bgimage-outer > .ce_bgimage-inside{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;align-items:center}.ce_background_image_color_produktdetail_start.picture-changer.pic-changer-right .pic-changer-navigation{flex-direction:column}.ce_background_image_color_produktdetail_start.picture-changer.pic-changer-top > .ce_bgimage-outer > .ce_bgimage-inside{display:flex;flex-direction:column-reverse;flex-wrap:wrap}.ce_background_image_color_produktdetail_start.picture-changer.pic-changer-top .pic-changer-navigation{flex-direction:row}.ce_background_image_color_produktdetail_start.picture-changer.pic-changer-bottom > .ce_bgimage-outer > .ce_bgimage-inside{display:flex;flex-direction:column;flex-wrap:wrap}.ce_background_image_color_produktdetail_start.picture-changer.pic-changer-bottom .pic-changer-navigation{flex-direction:row}.ce_background_image_color_produktdetail_start.picture-changer.pic-changer-theme-basic .pic-changer-navigation div{padding:0.5rem;transition:background-color 300ms;cursor:pointer}.ce_background_image_color_produktdetail_start.picture-changer.pic-changer-theme-basic .pic-changer-navigation div.active{background-color:#c0c0c0}.ce_background_image_color_produktdetail_start.picture-changer.pic-changer-theme-basic .pic-changer-navigation div:hover:not(.active){background-color:#e0e0e0}.ce_background_image_color_produktdetail_start.picture-changer.pic-changer-theme-basic .pic-changer-navigation div h2,.ce_background_image_color_produktdetail_start.picture-changer.pic-changer-theme-basic .pic-changer-navigation div h3{margin-bottom:0 !important;font-size:15px !important;text-transform:none}.ce_background_image_color_produktdetail_start.picture-changer.pic-changer-theme-basic .pic-changer-navigation div.ce_text p{margin-bottom:0;width:100% !important}.ce_background_image_color_produktdetail_start.picture-changer.pic-changer-theme-basic.pic-changer-left .pic-changer-navigation,.ce_background_image_color_produktdetail_start.picture-changer.pic-changer-theme-basic.pic-changer-right .pic-changer-navigation{width:40%}.ce_background_image_color_produktdetail_start.picture-changer.pic-changer-theme-basic.pic-changer-left .ce_gallery,.ce_background_image_color_produktdetail_start.picture-changer.pic-changer-theme-basic.pic-changer-right .ce_gallery{width:60%}.ce_background_image_color_produktdetail_start.picture-changer.pic-changer-theme-basic.pic-changer-top,.ce_background_image_color_produktdetail_start.picture-changer.pic-changer-theme-basic.pic-changer-bottom{}.outer-tab .contentwrap .shop-filter-section .filter,.outer-tab .contentwrap .shop-filter-section .filter-style{padding:0.5rem 0.5rem 0.5rem 0;color:black;font-size:1rem}.outer-tab .contentwrap .shop-filter-section .filter .title,.outer-tab .contentwrap .shop-filter-section .filter-style .title{font-weight:bold;margin-top:0px;display:block;background:white;width:max-content;padding:0}.outer-tab .contentwrap .shop-filter-result ul li a,.outer-tab .contentwrap .shop-filter-result ul li span{font-size:0.7rem;font-weight:bold;padding:3px 5px 4px 5px;line-height:1;margin-left:0.7rem;position:relative;text-transform:uppercase}@media only screen and (min-width:768px){.br-mobile{display:none}}.outer-tab .contentwrap .ce_tabs.product-tabs .tabs.horizontal ul li a{border:2px solid #f38e22}.outer-tab .contentwrap .ce_tabs.product-tabs .tabs.horizontal ul li a i.download-icon{display:inline-block;font-size:2rem;position:relative}@media only screen and (max-width:767px){.outer-tab .contentwrap .ce_tabs.product-tabs .tabs.horizontal ul li a i.download-icon{font-size:1.5rem}}.outer-tab .contentwrap .ce_tabs.product-tabs .tabs.horizontal ul li a i.download-icon:before{transition:transform 400ms;position:absolute;top:-17px}@media only screen and (max-width:767px){.outer-tab .contentwrap .ce_tabs.product-tabs .tabs.horizontal ul li a i.download-icon:before{top:-12px}}.outer-tab .contentwrap .ce_tabs.product-tabs .tabs.horizontal ul li:first-child a,.outer-tab .contentwrap .ce_tabs.product-tabs .tabs.horizontal ul li:nth-child(2) a{border-right:0px solid #f38e22}.outer-tab .contentwrap .ce_tabs.product-tabs .tabs.horizontal ul li.active a i.download-icon:before{transform:rotateX(180deg);display:block}@media only screen and (max-width:767px){.outer-tab .contentwrap .ce_tabs.product-tabs .tabs.horizontal ul li.tab_three{display:list-item !important;float:left !important;width:33% !important}.outer-tab .contentwrap .ce_tabs.product-tabs .tabs.horizontal ul li.tab_three a{font-size:10px}}.outer-tab .contentwrap .shop-section{margin:2.6rem 0 0 0;padding:1rem 0 1.5rem 0;text-align:left;border-top:1px solid #dcdcdc;border-bottom:1px solid #dcdcdc}.outer-tab .contentwrap .shop-section.shop-fallback{display:none}.outer-tab .contentwrap .shop-section h4{font-weight:normal;padding:0 0 20px 0}.outer-tab .contentwrap .shop-section .shop-link img{width:400px}@media only screen and (max-width:767px){.outer-tab .contentwrap .shop-section .shop-link img{width:100%}}.outer-tab .contentwrap .shop-filter-section{display:flex;flex-wrap:wrap;align-items:stretch;padding:2rem 2rem 0 2rem}.outer-tab .contentwrap .shop-filter-section .filter,.outer-tab .contentwrap .shop-filter-section .filter-style{margin:0 2% 2% 0}.outer-tab .contentwrap .shop-filter-section .filter .title,.outer-tab .contentwrap .shop-filter-section .filter-style .title{cursor:pointer;transition:color 300ms}.outer-tab .contentwrap .shop-filter-section .filter .title:after,.outer-tab .contentwrap .shop-filter-section .filter-style .title:after{font-family:'FontAwesome';content:"\f107";color:#f38e22;padding:0 0 0 0.2rem;transition:transform 500ms;display:inline-block}.outer-tab .contentwrap .shop-filter-section .filter.opened .title,.outer-tab .contentwrap .shop-filter-section .filter-style.opened .title{color:#f38e22}.outer-tab .contentwrap .shop-filter-section .filter.opened .title:after,.outer-tab .contentwrap .shop-filter-section .filter-style.opened .title:after{transform:rotateX(180deg)}.outer-tab .contentwrap .shop-filter-section .filter.active .title,.outer-tab .contentwrap .shop-filter-section .filter-style.active .title{text-decoration:underline}.outer-tab .contentwrap .shop-filter-section .filter ul,.outer-tab .contentwrap .shop-filter-section .filter-style ul{position:absolute;border:1px solid #f38e22;padding:0.5rem;background-color:white;z-index:500}.outer-tab .contentwrap .shop-filter-section .filter ul li label,.outer-tab .contentwrap .shop-filter-section .filter-style ul li label{cursor:pointer}.outer-tab .contentwrap .shop-filter-section .filter ul li label input,.outer-tab .contentwrap .shop-filter-section .filter-style ul li label input{width:15px !important;height:15px;-moz-appearance:checkbox;display:inline-block;margin-right:0.3rem}.outer-tab .contentwrap .shop-filter-section .filter.filter-button,.outer-tab .contentwrap .shop-filter-section .filter-style.filter-button{padding:0;border:0px solid black;display:flex;align-items:center}@media only screen and (max-width:767px){.outer-tab .contentwrap .shop-filter-section .filter.filter-button,.outer-tab .contentwrap .shop-filter-section .filter-style.filter-button{justify-content:flex-start;margin-top:0.5rem;margin-bottom:1.5rem}}.outer-tab .contentwrap .shop-filter-section .filter.filter-button button,.outer-tab .contentwrap .shop-filter-section .filter-style.filter-button button{padding:0.7rem 2rem;background:#f38e22;color:white;font-size:0.9rem;font-weight:bold;cursor:pointer;border:1px solid rgba(243, 142, 34, 1);transition:400ms all}.outer-tab .contentwrap .shop-filter-section .filter.filter-button button:hover,.outer-tab .contentwrap .shop-filter-section .filter-style.filter-button button:hover{background:white;color:#f38e22}.outer-tab .contentwrap .shop-filter-result{padding:0;margin:0 2rem 0 2rem}.outer-tab .contentwrap .shop-filter-result .title{font-weight:bold;font-size:1.2rem}.outer-tab .contentwrap .shop-filter-result ul{display:flex;flex-direction:column}.outer-tab .contentwrap .shop-filter-result ul li{transition:opacity 500ms;opacity:1;border-bottom:1px solid #f0f0f0;padding:0.5rem 0 0.5rem 0}@media only screen and (min-width:768px){.outer-tab .contentwrap .shop-filter-result ul li{padding-right:3rem}}@media only screen and (min-width:2000px){.outer-tab .contentwrap .shop-filter-result ul li{padding-right:0}}.outer-tab .contentwrap .shop-filter-result ul li.filter-false{opacity:0.2}.outer-tab .contentwrap .shop-filter-result ul li a{background-color:#f38e22;color:white;border:1px solid #f38e22;white-space:nowrap;transition:400ms all}@media only screen and (min-width:768px){.outer-tab .contentwrap .shop-filter-result ul li a{float:right}}.outer-tab .contentwrap .shop-filter-result ul li a:hover{background-color:white;color:#f38e22}.outer-tab .contentwrap .shop-filter-result ul li span{border:1px solid transparent}@media only screen and (min-width:768px){.outer-tab .contentwrap .shop-filter-result ul li span{float:right}}.outer-tab .contentwrap .shop-filter-result ul li span.new{background:red;color:white}.outer-tab .contentwrap .shop-filter-result ul li span.sale{background:green;color:white}.outer-tab .contentwrap .shop-filter-result ul li span.soon{background:gray;color:white}.outer-tab .contentwrap .shop-filter-result ul li span.notavailable{background:red;color:white}@media only screen and (max-width:767px){.outer-tab .contentwrap .shop-filter-section{padding:2.5rem 0 0 0}.outer-tab .contentwrap .shop-filter-section .filter{margin:0 0 0.5rem 0;padding:0.5rem;width:100%}.outer-tab .contentwrap .shop-filter-section .filter-button{margin:0;width:100%;justify-content:center}.outer-tab .contentwrap .shop-filter-result{margin:0;padding:1rem 0.5rem 0.5rem 0.5rem}}@media only screen and (min-width:768px){.faktor_schriftgroesse_40.ce_background_image_color_produktdetail_start.banner-top .ce_text h1{font-size:1.2rem !important}}@media only screen and (min-width:768px){.faktor_schriftgroesse_60.ce_background_image_color_produktdetail_start.banner-top .ce_text h1{font-size:1.8rem !important}}@media only screen and (min-width:768px){.faktor_schriftgroesse_70.ce_background_image_color_produktdetail_start.banner-top .ce_text h1{font-size:2.1rem !important}}@media only screen and (min-width:768px){.faktor_schriftgroesse_80.ce_background_image_color_produktdetail_start.banner-top .ce_text h1{font-size:2.4rem !important}}@media only screen and (min-width:768px){.faktor_schriftgroesse_100.ce_background_image_color_produktdetail_start.banner-top .ce_text h1{font-size:3rem !important}}@media only screen and (min-width:768px){.faktor_schriftgroesse_120.ce_background_image_color_produktdetail_start.banner-top .ce_text h1{font-size:3.6rem !important}}@media only screen and (min-width:768px){.faktor_schriftgroesse_140.ce_background_image_color_produktdetail_start.banner-top .ce_text h1{font-size:4.2rem !important}}@media only screen and (min-width:768px){.faktor_schriftgroesse_160.ce_background_image_color_produktdetail_start.banner-top .ce_text h1{font-size:4.8rem !important}}@media only screen and (min-width:768px){.faktor_schriftgroesse_180.ce_background_image_color_produktdetail_start.banner-top .ce_text h1{font-size:5.4rem !important}}@media only screen and (min-width:768px){.faktor_schriftgroesse_200.ce_background_image_color_produktdetail_start.banner-top .ce_text h1{font-size:6rem !important}}@media only screen and (min-width:768px){.faktor_schriftgroesse_40.ce_background_image_color_produktdetail_start.banner-top .ce_text p{font-size:0.76rem}}@media only screen and (min-width:768px){.faktor_schriftgroesse_60.ce_background_image_color_produktdetail_start.banner-top .ce_text p{font-size:1.14rem}}@media only screen and (min-width:768px){.faktor_schriftgroesse_70.ce_background_image_color_produktdetail_start.banner-top .ce_text p{font-size:1.33rem}}@media only screen and (min-width:768px){.faktor_schriftgroesse_80.ce_background_image_color_produktdetail_start.banner-top .ce_text p{font-size:1.52rem}}@media only screen and (min-width:768px){.faktor_schriftgroesse_100.ce_background_image_color_produktdetail_start.banner-top .ce_text p{font-size:1.9rem}}@media only screen and (min-width:768px){.faktor_schriftgroesse_120.ce_background_image_color_produktdetail_start.banner-top .ce_text p{font-size:2.28rem}}@media only screen and (min-width:768px){.faktor_schriftgroesse_140.ce_background_image_color_produktdetail_start.banner-top .ce_text p{font-size:2.66rem}}@media only screen and (min-width:768px){.faktor_schriftgroesse_160.ce_background_image_color_produktdetail_start.banner-top .ce_text p{font-size:3.04rem}}@media only screen and (min-width:768px){.faktor_schriftgroesse_180.ce_background_image_color_produktdetail_start.banner-top .ce_text p{font-size:3.42rem}}@media only screen and (min-width:768px){.faktor_schriftgroesse_200.ce_background_image_color_produktdetail_start.banner-top .ce_text p{font-size:3.8rem}}.banner-top .ce_text{margin-top:6rem;text-align:center}.banner-top .ce_text h1{font-weight:normal;margin-bottom:1.1rem !important;position:relative;font-size:3rem}.banner-top .ce_text h1:after{content:"";border:2px solid #f38e22;position:absolute;bottom:-1.2rem;left:calc(50% - 30px);width:60px}.bg-orange-1 .banner-top .ce_text h1:after{border-color:rgba(0, 0, 0, 0.7)}@media only screen and (max-width:767px){.banner-top .ce_text h1:after{border-width:1px;bottom:-0.5rem}}.banner-top .ce_text p{width:100% !important;margin-bottom:4rem}.banner-top .ce_text img{max-width:1000px;margin:0 auto 0 auto}.ix-accordion .ix-toggler{text-align:center}.ix-accordion .ix-toggler h2{margin-bottom:0 !important;border:2px solid #f38e22;padding:20px 40px 20px 40px;display:inline-block;font-weight:normal;font-size:1.5rem !important;cursor:pointer;background-color:#fff;transition:color 400ms, background-color 400ms}@media only screen and (max-width:767px){.ix-accordion .ix-toggler h2{padding:20px 0 20px 0}}@media only screen and (max-width:767px){.ix-accordion .ix-toggler h2{display:block}}.ix-accordion .ix-toggler h2:hover{background-color:#f38e22;color:#fff}.ix-accordion .ix-toggler h2:hover:after{color:#fff}.ix-accordion .ix-toggler h2:after{font-family:'FontAwesome';content:'\f107';font-size:2rem;line-height:1rem;padding-left:1rem;color:#f38e22;position:relative;display:inline-block;bottom:-2px;padding-bottom:0px;transition:transform 400ms, color 400ms}.ix-accordion .ix-toggler.closed h2:after{transform:rotateX(180deg)}.ix-accordion .ix-toggler.closed h2:hover:after{color:#fff}.ix-accordion .ix-content{overflow:hidden;transition:max-height 400ms, padding 400ms;padding:0;margin:0 auto 0 auto;width:100%}.ix-accordion .ix-content .ix-bottom-close{border-bottom:1px solid #f0f0f0;cursor:pointer;text-align:center;transition:color 400ms}@media only screen and (min-width:768px){.ix-accordion .ix-content .ix-bottom-close{width:90%;margin-left:5%}}.ix-accordion .ix-content .ix-bottom-close:hover{color:#f38e22}@media only screen and (max-width:767px){.ix-accordion .ix-content .ix-bottom-close{border-bottom:0px solid #f0f0f0;font-size:2rem;padding-top:1rem}}.ix-accordion .ix-content .ix-bottom-close i{font-size:2rem;color:#f38e22}.ix-accordion .ix-content .paragraph-legend{width:90%;margin-left:auto;margin-right:auto;font-size:80%;line-height:1.2 !important;display:block}.ix-accordion .ix-content table{margin-bottom:1rem;font-size:1rem}@media only screen and (min-width:768px){.ix-accordion .ix-content table{width:90%;margin-left:5%}}.ix-accordion .ix-content table tr td{vertical-align:top;padding:2rem 0 2rem 0;font-size:1.2rem;line-height:2.13333}@media only screen and (min-width:768px){.ix-accordion .ix-content table tr td{border-bottom:1px solid #f0f0f0}}.ix-accordion .ix-content table tr td:nth-child(1){font-weight:normal;font-size:1.6rem;line-height:1.6;padding-right:5rem;vertical-align:top}.ix-accordion .ix-content table tr td:nth-child(2) .paragraph-processor{line-height:1.3}.ix-accordion .ix-content table tr td:nth-child(2) .paragraph-processor em{font-style:normal;font-size:70%}.ix-accordion .ix-content table tr td:last-child{vertical-align:top;font-size:1.2rem}.ix-accordion .ix-content table tr td:last-child ul{margin:0;padding:0}.ix-accordion .ix-content table tr td:last-child ul li{list-style-type:none;line-height:inherit}@media only screen and (min-width:768px){.ix-accordion .ix-content table tr td:last-child{width:70%}}@media only screen and (max-width:767px){.ix-accordion .ix-content table tr{display:flex;flex-direction:column}.ix-accordion .ix-content table tr td{display:block;padding:0}.ix-accordion .ix-content table tr td.label{padding-top:1rem}}.orange-c{color:#f38e22}.orange-bc{background-color:#f38e22}.white-c{color:#fff}.white-bc{background-color:#fff}.grey6-c{color:#f0f0f0}.grey6-bc{background-color:#f0f0f0 !important}.show-mobile-only{display:none}@media only screen and (max-width:767px){.show-mobile-only{display:block}}.show-tablet-only{display:none}@media only screen and (min-width:768px) and (max-width:970px){.show-tablet-only{display:block}}.show-desktop-only{display:none}@media only screen and (min-width:971px){.show-desktop-only{display:block}}.hide-mobile-only{display:block}@media only screen and (max-width:767px){.hide-mobile-only{display:none}}.hide-tablet-only{display:block}@media only screen and (min-width:768px) and (max-width:970px){.hide-tablet-only{display:none}}.hide-desktop-only{display:block}@media only screen and (min-width:971px){.hide-desktop-only{display:none}}.hide-by-all{display:block;display:block;display:block}@media only screen and (max-width:767px){.hide-by-all{display:none}}@media only screen and (min-width:768px) and (max-width:970px){.hide-by-all{display:none}}@media only screen and (min-width:971px){.hide-by-all{display:none}}#id-compareButton{position:absolute;right:0;transition:right 300ms;cursor:pointer}#id-compareButton.disabled{right:-80px}.ix-carousel .carouselButton,.carouselControls .carouselButtonProduct{margin:0;padding:0.6rem 0.7rem;line-height:1;background:#f38e22;border:1px solid red !important;border-color:#f38e22 !important;color:white;opacity:1;transition:all 0.2s ease-out 0s;cursor:pointer;text-transform:uppercase;font-weight:bold;font-size:1rem}.ix-carousel .carouselButton:hover,.carouselControls .carouselButtonProduct:hover{background:white;color:#f38e22}.ix-carousel .carouselButton.disabled,.carouselControls .carouselButtonProduct.disabled{opacity:0.3;cursor:not-allowed}.ix-carousel .carouselButton.disabled:hover,.carouselControls .carouselButtonProduct.disabled:hover{background:#f38e22;color:white}.ix-carousel{position:relative;height:200px}@media only screen and (max-width:767px){.ix-carousel{margin-bottom:40px}}.ix-carousel .item{overflow:visible !important}.ix-carousel .item figure{display:flex;flex-direction:column;align-items:center}.ix-carousel .item figure figcaption{background:none;padding:0.5rem;color:black;position:relative;font-size:1rem;text-align:center;display:none}@media only screen and (min-width:768px){.ix-carousel .item[data-level$="1"] figcaption{display:block}}.ie11 .ix-carousel .item img{height:100% !important}.ix-carousel .item[data-level="1-0"]{opacity:1}.ix-carousel .item[data-level="1-1"]{opacity:0.5}.ix-carousel .item[data-level="2-0"]{opacity:1}.ix-carousel .item[data-level="2-1"]{opacity:0.66667}.ix-carousel .item[data-level="2-2"]{opacity:0.33333}.ix-carousel .item[data-level="3-0"]{opacity:1}.ix-carousel .item[data-level="3-1"]{opacity:0.75}.ix-carousel .item[data-level="3-2"]{opacity:0.5}.ix-carousel .item[data-level="3-3"]{opacity:0.25}.ix-carousel .item[data-level="4-0"]{opacity:1}.ix-carousel .item[data-level="4-1"]{opacity:0.8}.ix-carousel .item[data-level="4-2"]{opacity:0.6}.ix-carousel .item[data-level="4-3"]{opacity:0.4}.ix-carousel .item[data-level="4-4"]{opacity:0.2}.ix-carousel .item.item-checked{}.ix-carousel .item.item-checked:after{position:absolute;top:1%;right:1%;left:auto;width:2rem;height:2rem;padding:3px;content:url("/files/libImages/carousel/checkmark-white.svg");text-align:center;color:white;background:#f38e22;border-radius:50%;opacity:0.9}@media only screen and (max-width:767px){.ix-carousel .item.item-checked:after{right:10%}}.ix-carousel .carouselButton{position:absolute;min-width:9.5rem;right:15%;bottom:calc(-2rem - 40px)}@media only screen and (max-width:767px){.ix-carousel .carouselButton{width:92%;right:auto;left:1%;bottom:-50px;padding:0.4rem 2rem;margin-left:1rem;margin-right:1rem}}.carouselControls{display:flex;justify-content:center;align-items:flex-start;margin:2rem 0 1rem 0}@media only screen and (max-width:767px){.carouselControls{margin-top:7rem}}.carouselControls a{padding:1rem 1rem;display:block;background-repeat:no-repeat;background-position:center center;background-size:2rem;opacity:0.6;transition:opacity 300ms ease}.carouselControls a:hover{opacity:1}.carouselControls a.previous{background-image:url("/files/libImages/carousel/arrow-left2.svg")}.carouselControls a.next{background-image:url("/files/libImages/carousel/arrow-right2.svg")}.carouselControls .carouselButtonProduct{text-align:center;bottom:calc(-2rem - 85px)}@media only screen and (max-width:767px){.carouselControls .carouselButtonProduct{width:92%;right:auto;left:1%;bottom:-95px;padding:0.4rem 2rem;text-align:center;margin-left:0rem;margin-right:0rem}}.carouselControls .infobox{width:250px}.carouselControls .infobox span.inner{display:block}.carouselControls .infobox .lbl-carousel{display:flex;align-items:center;justify-content:center;width:85%;margin:0 auto;cursor:pointer}.carouselControls .infobox .lbl-carousel input{width:auto;margin:0 0.5rem 0 0}.carouselControls .infobox .lbl-carousel.disabled{opacity:0.5;cursor:not-allowed}.carouselControls .infobox .lbl-carousel input[type="checkbox"]{cursor:default;-webkit-appearance:checkbox}.carouselControls .infobox h2{margin:0.5rem 0 1rem 0 !important;text-transform:none;text-align:center}.carouselControls .infobox .ce_ixtensa_text{padding-bottom:0.3rem}.carouselControls .infobox .ce_text p{line-height:1.3}.carouselControls .infobox .ce_text p .carousel-text-1{font-size:10px;padding:0}.carousel-lightbox table{margin:0rem;font-size:1rem}@media only screen and (min-width:768px){.carousel-lightbox table{width:90%;margin-left:5%}}.carousel-lightbox table tr td{vertical-align:top;padding:2rem 0 2rem 0;font-size:1.2rem;line-height:2.13333;}@media only screen and (min-width:768px){.carousel-lightbox table tr td{border-bottom:1px solid #f0f0f0}}.carousel-lightbox table tr td:nth-child(1){font-weight:normal;font-size:1.6rem;line-height:1.6;padding-right:5rem;vertical-align:top}.carousel-lightbox table tr td:nth-child(2) .paragraph-processor{line-height:1.3}.carousel-lightbox table tr td:nth-child(2) .paragraph-processor em{font-style:normal;font-size:70%}.carousel-lightbox table tr td:last-child{vertical-align:top;font-size:1.2rem}.carousel-lightbox table tr td:last-child ul{margin:0;padding:0}.carousel-lightbox table tr td:last-child ul li{list-style-type:none;line-height:inherit}.carousel-lightbox table tr td a{color:#f38e22;opacity:0.8;transition:opacity 300ms ease}.carousel-lightbox table tr td a:hover{opacity:1}.carousel-lightbox table.mobile{display:block}.carousel-lightbox table.mobile tbody,.carousel-lightbox table.mobile thead{display:block}.carousel-lightbox table.mobile tr{display:block;margin:0}.carousel-lightbox table.mobile tr td{display:flex;justify-content:space-between;border:none;border-bottom:1px solid #ddd;position:relative;padding:2px 2px 2px 2px;font-size:1.2rem;line-height:1.56rem}.mobileWrap .carousel-lightbox table.mobile tr td{flex-wrap:wrap}.carousel-lightbox table.mobile tr td:first-child{border-top:1px solid #888}.carousel-lightbox table.mobile tr td label,.carousel-lightbox table.mobile tr td span{padding:1px 2px 1px 3px}.carousel-lightbox table.mobile tr td label{margin-right:0.3rem;font-weight:bold;width:50%}.carousel-lightbox table.mobile tr td span{width:50%}.carousel-lightbox table.mobile tr:last-child td:last-child{border-bottom:1px solid #888}.carousel-lightbox table.mobile tr.odd{background:rgba(243, 142, 34, 0.1)}.ix-carousel .item{display:block;position:absolute;-webkit-transform:scale(0.5);-moz-transform:scale(0.5);-o-transform:scale(0.5);transform:scale(0.5)}.ix-carousel .item.active{-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);transform:scale(1)}.ix-carousel .item.transition{-webkit-transition:all 0.35s ease;-moz-transition:all 0.35s ease;-o-transition:all 0.35s ease;transition:all 0.35s ease}.orange-c{color:#f38e22}.orange-bc{background-color:#f38e22}.white-c{color:#fff}.white-bc{background-color:#fff}.grey6-c{color:#f0f0f0}.grey6-bc{background-color:#f0f0f0 !important}.show-mobile-only{display:none}@media only screen and (max-width:767px){.show-mobile-only{display:block}}.show-tablet-only{display:none}@media only screen and (min-width:768px) and (max-width:970px){.show-tablet-only{display:block}}.show-desktop-only{display:none}@media only screen and (min-width:971px){.show-desktop-only{display:block}}.hide-mobile-only{display:block}@media only screen and (max-width:767px){.hide-mobile-only{display:none}}.hide-tablet-only{display:block}@media only screen and (min-width:768px) and (max-width:970px){.hide-tablet-only{display:none}}.hide-desktop-only{display:block}@media only screen and (min-width:971px){.hide-desktop-only{display:none}}.hide-by-all{display:block;display:block;display:block}@media only screen and (max-width:767px){.hide-by-all{display:none}}@media only screen and (min-width:768px) and (max-width:970px){.hide-by-all{display:none}}@media only screen and (min-width:971px){.hide-by-all{display:none}}.heldentragenhelm{display:flex;flex-direction:column;margin-top:3rem}@media only screen and (max-width:767px){.heldentragenhelm{margin-bottom:5rem}.heldentragenhelm .ce_iconbox{display:flex;align-items:center;justify-content:center}}@media only screen and (min-width:768px){.heldentragenhelm{flex-direction:row}}@media only screen and (min-width:768px){.heldentragenhelm .ce_iconbox:first-child{margin-right:5rem}}.heldentragenhelm .ce_iconbox.version2 i{background:none;color:white}.heldentragenhelm .ce_iconbox .ce_iconbox_outside{background:black;padding:1rem}.heldentragenhelm .ce_iconbox .ce_iconbox_outside p a,.heldentragenhelm .ce_iconbox .ce_iconbox_outside a i{transition:all 300ms ease}.heldentragenhelm .ce_iconbox .ce_iconbox_outside:hover p a,.heldentragenhelm .ce_iconbox .ce_iconbox_outside:hover a i{color:#f38e22}.heldentragenhelm .ce_iconbox .ce_iconbox_outside p{line-height:1;padding-top:8px}.heldentragenhelm .ce_iconbox .ce_iconbox_outside p a{color:white;font-size:1.5rem}.heldentragenhelm .ce_iconbox .ce_iconbox_outside p a:hover{border:0px solid white !important}.heldentragenhelm .ce_iconbox .ce_iconbox_outside a i{font-size:3rem}.heldentragenhelm .ce_iconbox .ce_iconbox_outside .link{display:none}.orange-c{color:#f38e22}.orange-bc{background-color:#f38e22}.white-c{color:#fff}.white-bc{background-color:#fff}.grey6-c{color:#f0f0f0}.grey6-bc{background-color:#f0f0f0 !important}.show-mobile-only{display:none}@media only screen and (max-width:767px){.show-mobile-only{display:block}}.show-tablet-only{display:none}@media only screen and (min-width:768px) and (max-width:970px){.show-tablet-only{display:block}}.show-desktop-only{display:none}@media only screen and (min-width:971px){.show-desktop-only{display:block}}.hide-mobile-only{display:block}@media only screen and (max-width:767px){.hide-mobile-only{display:none}}.hide-tablet-only{display:block}@media only screen and (min-width:768px) and (max-width:970px){.hide-tablet-only{display:none}}.hide-desktop-only{display:block}@media only screen and (min-width:971px){.hide-desktop-only{display:none}}.hide-by-all{display:block;display:block;display:block}@media only screen and (max-width:767px){.hide-by-all{display:none}}@media only screen and (min-width:768px) and (max-width:970px){.hide-by-all{display:none}}@media only screen and (min-width:971px){.hide-by-all{display:none}}#wrapper .ix-support-vertical .one_third{width:100%;margin:0 0 1rem 0 !important}#wrapper .ix-support-ticket{margin-top:1rem}@media only screen and (min-width:768px){#wrapper .ix-support-ticket{margin-top:0;position:relative}#wrapper .ix-support-ticket .inside{position:initial}#wrapper .ix-support-ticket .inside #supportCountrySelect{position:absolute;bottom:0;width:95%}#wrapper .ix-support-ticket .inside #supportCountrySelect.mb-xs{margin-bottom:1rem !important}}body .ix-support-vertical .ce_text ul li{list-style-type:disc}.servicebedingungen .ce_tabs .tabs.classic ul li{background:none;border:2px solid #ffe2c3;border-width:2px}.servicebedingungen .ce_tabs .tabs.classic ul li a{opacity:0.7}.servicebedingungen .ce_tabs .tabs.classic ul li.active,.servicebedingungen .ce_tabs .tabs.classic ul li:hover{border:2px solid #f38e22;border-width:2px}.servicebedingungen .ce_tabs .tabs.classic ul li.active a,.servicebedingungen .ce_tabs .tabs.classic ul li:hover a{opacity:1}.servicebedingungen .ce_tabs .panes.classic{background:none}.servicebedingungen .service-top{margin-top:20px;text-align:center}.support-image-selector{display:flex;align-items:center;justify-content:space-evenly;flex-wrap:wrap;padding:3rem 0 0 0 !important}.support-image-selector .ce_image:nth-child(1){width:20%}.support-image-selector .ce_image:nth-child(2){width:15%}.support-image-selector .ce_image{cursor:pointer;opacity:0.3;transition:all 300ms;margin-bottom:2rem}.support-image-selector .ce_image.selected{opacity:1}.support-image-selector .ce_image:hover{opacity:1}.service-form h3{text-transform:none}.service-form .error_container{color:red}.service-form .error_container p{font-weight:bold}.service-form .error_container .service-missing-values{margin:0 0 1rem 2rem}.service-form .error_container .service-missing-values li{list-style-type:disc}.service-form-logo img{width:auto !important;margin:0 auto !important;margin-bottom:3rem !important}html[lang="de"] .service-form.form-trekstor,.service-form.form-egear{display:none}.service-form.form-technostar input.submit[type="submit"]{background:#f9ea1b;color:black;border:2px solid #f29200}.service-form.form-peaq input.submit[type="submit"]{background:#0290bf}.microsite_blank #wrapper.no-header{padding-top:0px}
