/* reset.css  -> blueprint.css */
:root {
		--color-white: #FFFFFF;
		--color-lightgrey: #EFEFEF;
		--color-font: #2c2c2c;
		--color-font-medium:#525252;
}

html {
    margin: 0;
    padding: 0;
    border: 0;
}

body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;

}

#mainContent{text-align: center;}
article, aside, dialog, figure, footer, header, hgroup, nav, section {
    display: block;
}


table {
    border-collapse: separate;
    border-spacing: 0;
}



/* td format from website css, but not on webshop/pricetables td-cells */
caption {
    text-align: left;
}

table, th, td {
    vertical-align: middle;
}

a{
color: var(--color-font-medium);
	
}
a img {
    border: none;
}


:focus {
    outline: 0;
}

html {
    font-size: 100.01%;
    min-height: 101%
}

body {
    
    color: var(--color-font);
    font-family: 'SourceSansPro-Regular', sans-serif !important;
	
  
}
textarea, input, select {
    font-family: 'SourceSansPro-Regular', sans-serif;
    font-size: 1em;
}


img {
    width: auto;
    max-width: 100%;
	height: auto;
}

h1{
	font-family: 'SourceSansPro-Regular', sans-serif;
   	font-weight: bold;
	margin-bottom:6px;		
}
h2{	
	font-family: 'SourceSansPro-Regular', sans-serif;
   	font-weight: bold;hyphens: auto;
	
}
h2.highlight{
		background-color: #D9052F;
    font-weight: normal;
    color: #FFF;
    padding-left: 4px;
    display: inline-block;
    padding-right: 4px;
}
	
	h1{
		font-size: 40px;
		line-height: 1.2;
	}
	h1+h2, h2+h3{
		font-weight:normal;
		font-family: 'SourceSansPro-Light', sans-serif;
		
	}
	h3{
		font-size:26px;
		line-height:1.2;
		 font-weight: bold;
		hyphens: auto;
	
	}
	h2{
		font-size: 30px;
		line-height:1.2;
		margin-bottom:11px;
	}
 
	p,ul,ol{
		font-size: 16px;
		margin-top: 8px;
		line-height: 24px;
		margin-bottom:19px;
		hyphens: auto;
		
	}
@media only screen and (min-width: 1921px) and (min-height: 1024px){


	h1{
		font-size: 42px;
	}
	h2{
		font-size: 32px;
	}
	h3{
		font-size:28px;
	}
	
.comp-text p,.comp-text ul,.comp-text ol,.comp-heading p, .comp-heading ul,.compheading ol, .comp-usp .usp-element .usp-text, .comp-usp .usp-element .usp-text *{
		font-size:18px;
		line-height:26px;
	}
 
}

p, li{
	 max-width: 960px;
-webkit-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
}

blockquote {
    font-style: italic;
}

em, dfn {
    font-style: italic;
}


li ul, li ol {
    margin: 0;
}

ul {
    list-style-type: square;
}

ol {
    list-style-type: decimal;
}

dl {
    margin: 0 0 1.5em 0;
}

dl dt {
    font-weight: bold;
}

dd {
    margin-left: 1.5em;
}

/*comp-heading start*/
/*comp-heading start*/
.comp-heading {
  padding: 42px 16px 24px 16px;
  text-align: center;
  max-width: 960px;
  margin: 0 auto; }
  .comp-heading ul {
    list-style-position: inside;
    padding-left: 2em;
    margin-left: 0;
    margin-top: 16px;
    padding-bottom: 8px; }
  .comp-heading .comp-cta {
    padding-bottom: 24px;
    padding-top: 17px; }
  .comp-heading h2 .highlight {
    background-color: #D9052F;
    font-weight: normal;
    color: #FFF;
    padding-left: 4px;
    display: inline-block;
    padding-right: 4px; }

@media only screen and (max-width: 672px) {
  .comp-heading ul {
    text-align: left;
    list-style-position: outside; } }
/*comp-heading end*/


/*comp-heading end*/


/*comp-heading end*/

/* basic */
/* compWebserviceComponents start */
.iconcolor-light {
  background-color: #FFFFFF;
  color: #000000; }
  .iconcolor-light:before {
    color: #6e6e6e; }

.icon-button {
  display: flex;
  border-radius: 6px; }

.icon-button, .icon-button:before, .list-element.clickable > div:after {
  min-width: 36px;
  height: 36px;
  position: relative;
  cursor: pointer; }

.icon-button > a, .icon-button > span {
  width: 36px;
  height: 36px;
  margin-left: -36px;
  color: transparent;
  text-decoration: none;
  overflow: hidden; }
  .icon-button > a:before, .icon-button > span:before {
    display: none; }
  .icon-button > a:hover, .icon-button > a:active, .icon-button > a:visited, .icon-button > span:hover, .icon-button > span:active, .icon-button > span:visited {
    text-decoration: none; }

.icon-button > .button-label {
  color: #000000;
  width: auto;
  padding-left: 36px;
  display: flex;
  align-items: center; }

.icon-button:before, .list-element.clickable > div:after, .comp-breadcrumb a:after, .comp-website-navigation .clickable > div > a:after {
  font-size: 21px;
  display: flex;
  color: #6e6e6e;
  align-items: center;
  justify-content: center;
  font-family: 'icomoon';
  /*content:"\e99d";*/ }

.icon-button.sgw-icon:before {
  position: unset; }

.icon-button.inverted:before {
  color: #efefef; }

.icon-button.s44, .icon-button.s44:before {
  width: 44px;
  height: 44px;
  font-size: 27px; }

.circle-icon-huge, .circle-icon-huge:before {
  width: 64px;
  height: 64px;
  font-family: 'icomoon' !important;
  font-weight: normal !important;
  font-style: normal !important;
  font-stretch: normal !important;
  font-size: 32px !important;
  display: flex;
  color: #EFEFEF;
  background-color: #6e6e6e;
  align-items: center;
  justify-content: center;
  border-radius: 50%; }

a.group-label, a.group-label:visited, a.group-label:hover, a.group-label:active {
  text-decoration: none; }

.group-label {
  font-size: 21px;
  line-height: 20px;
  height: 36px;
  /*background-color: aliceblue;*/ }
  .group-label.s44 {
    height: 44px; }
  .group-label a, .group-label a:visited, .group-label a:hover, .group-label a:active {
    text-decoration: none; }
  .group-label.g1 > * {
    padding-top: 8px;
    font-weight: bold; }
  .group-label.g2 {
    font-size: 16px;
    line-height: 20px; }
    .group-label.g2 > * {
      padding-top: 9px; }
    .group-label.g2.s44 > * {
      padding-top: 12px; }
  .group-label.g3 {
    font-size: 14px;
    line-height: 18px; }
    .group-label.g3 > * {
      padding-top: 9px; }
    .group-label.g3.s44 > * {
      padding-top: 13px; }
  .group-label.g4 {
    font-size: 14px;
    line-height: 18px; }
    .group-label.g4 > * {
      padding-top: 9px; }
  .group-label.g5 {
    font-size: 12px;
    line-height: 15px;
    color: #707070; }
    .group-label.g5 > * {
      padding-top: 12px; }
  .group-label > * {
    display: block;
    height: 100%;
    box-sizing: border-box; }

.list-element {
  height: 36px;
  font-size: 14px;
  line-height: 14px; }
  .list-element a, .list-element a:visited, .list-element a:hover, .list-element a:active {
    text-decoration: none;
    color: #000000; }
  .list-element > div {
    align-items: center;
    height: 100%;
    display: flex;
    padding-left: 16px; }
    .list-element > div a, .list-element > div * {
      flex: auto;
      height: 100%;
      display: flex;
      align-items: center; }
  .list-element.clickable > div:after {
    content: "\e9d4";
    flex: 0 0 36px;
    padding-right: 8px;
    margin-top: -3px; }

.list-element .sgw-icon {
  position: relative;
  padding-left: 36px; }
  .list-element .sgw-icon:before {
    top: calc(50% - 1px);
    width: 21px;
    text-align: center;
    transform: translateY(-50%); }

.divider {
  display: block;
  padding-top: 3px;
  border-bottom: 1px solid #CCC;
  margin-bottom: 4px; }

.comp-button {
  height: 36px;
  font-size: 14px;
  line-height: 14px;
  display: inline-block; }
  .comp-button a, .comp-button a:visited, .comp-button a:hover, .comp-button a:active {
    text-decoration: none;
    color: #FFFFFF; }
  .comp-button > div, .comp-button > a {
    align-items: center;
    height: 100%;
    display: flex;
    background-color: #6C9D0D;
    padding-left: 32px;
    padding-right: 32px;
    color: #FFFFFF;
    border-radius: 6px; }
    .comp-button > div:hover, .comp-button > a:hover {
      background-color: #79AC17;
      color: #FFFFFF; }
    .comp-button > div:active, .comp-button > a:active {
      background-color: #639306;
      color: #FFFFFF; }

/* spacings are done in parent components */
.comp-cta {
  height: 44px; }
  .comp-cta a, .comp-cta a:visited, .comp-cta a:focus {
    background-color: #6C9D0D;
    display: inline-block;
    min-height: 44px;
    box-sizing: border-box;
    overflow: hidden;
    font-size: 16px;
    text-decoration: none;
    align-content: center;
    padding: 11px 32px 9px 32px;
    color: #FFFFFF;
    border-radius: 22px; }
    .comp-cta a:hover, .comp-cta a:visited:hover, .comp-cta a:focus:hover {
      background-color: #79AC17;
      color: #FFFFFF; }
    .comp-cta a:active, .comp-cta a:visited:active, .comp-cta a:focus:active {
      background-color: #639306;
      color: #FFFFFF; }
  .comp-cta.outline a, .comp-cta.outline a:visited, .comp-cta.outline a:focus {
    background-color: transparent;
    border: 1px solid #000000;
    color: #000000; }
    .comp-cta.outline a:hover, .comp-cta.outline a:visited:hover, .comp-cta.outline a:focus:hover {
      background-color: rgba(0, 0, 0, 0.16); }
    .comp-cta.outline a:active, .comp-cta.outline a:visited:active, .comp-cta.outline a:focus:active {
      background-color: rgba(0, 0, 0, 0.2); }
  .comp-cta.lgrey a, .comp-cta.lgrey a:visited, .comp-cta.lgrey a:focus {
    background-color: #EFEFEF;
    color: #000000; }
    .comp-cta.lgrey a:hover, .comp-cta.lgrey a:visited:hover, .comp-cta.lgrey a:focus:hover {
      background-color: #E3E3E3;
      color: #000000; }
    .comp-cta.lgrey a:active, .comp-cta.lgrey a:visited:active, .comp-cta.lgrey a:focus:active {
      background-color: #D8D8D8;
      color: #000000; }

.buttongroup {
  display: flex;
  column-gap: 16px;
  flex-wrap: wrap; }

.information-label {
  background-color: #D9052F;
  color: #FFF;
  font-size: 12px;
  line-height: 16px;
  height: auto;
  padding: 0 4px;
  border-radius: 4px; }

/* icons 
.comp-icon.search:before{
	content: "\e9ec";
}
.comp-icon.login:before{
	 content: "\e9eb";
}
.comp-icon.icon.close:before{
	content:"\e978";
}
*/
/* compWebserviceComponents end */
/* basic end*/


/* comp banner start */
/* comp banner start */
/* customer opinions */
.promotion-banner-customer-opinions-mini-header {
  box-sizing: border-box;
  padding: 14px 16px 11px;
  background-color: rgba(43, 43, 43, 0.5);
  display: inline-block;
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  left: auto;
  z-index: 1; }

.promotion-banner-customer-opinions-mini-header .customer-opinions-stars {
  display: flex;
  justify-content: flex-end; }

.promotion-banner-customer-opinions-mini-header .customer-opinions-stars .customer-opinions-rating-as-stars {
  display: inline-block;
  height: 20px;
  width: 100px;
  max-width: 100%;
  margin: 0;
  background-repeat: repeat-x;
  overflow: hidden;
  background-size: auto 100%;
  background-image: url(../Svg/Star_off.svg?12); }

.promotion-banner-customer-opinions-mini-header .customer-opinions-rating-label {
  white-space: nowrap;
  padding-left: 8px;
  font-size: 16px;
  line-height: 22px; }

.promotion-banner-customer-opinions-mini-header .customer-opinions-rating-sublabel {
  font-size: 12px;
  padding-top: 3px;
  text-align: right; }

.comp-banner {
  margin: 0px 16px 48px 16px; }
  .comp-banner.hero-banner .banner-area {
    -webkit-box-shadow: unset;
    box-shadow: unset;
    align-items: flex-start;
    border-radius: 0px; }
    .comp-banner.hero-banner .banner-area .image-area {
      flex: 0 0 58%; }
      .comp-banner.hero-banner .banner-area .image-area > div {
        width: 100%;
        border-radius: 0px; }
    .comp-banner.hero-banner .banner-area .slider-text > div {
      padding: 32px;
      			/*	h2, h1, h3, h4{
      					font-weight: normal;	
      
      				}
      				p{
      					font-size:14px;
      					line-height: 18px;
      					color:#676767;
      				}
      									*/ }
      .comp-banner.hero-banner .banner-area .slider-text > div .promotion-banner-customer-opinions-mini-header {
        position: relative;
        background-color: unset;
        color: unset;
        padding: 0px;
        padding-bottom: 13px;
        display: block; }
        .comp-banner.hero-banner .banner-area .slider-text > div .promotion-banner-customer-opinions-mini-header .customer-opinions-stars {
          justify-content: flex-start;
          align-items: center; }
          .comp-banner.hero-banner .banner-area .slider-text > div .promotion-banner-customer-opinions-mini-header .customer-opinions-stars .customer-opinions-rating-as-stars {
            height: 16px;
            width: unset;
            flex: 0 0 80px; }
          .comp-banner.hero-banner .banner-area .slider-text > div .promotion-banner-customer-opinions-mini-header .customer-opinions-stars .customer-opinions-rating-label {
            white-space: normal;
            font-size: 16px; }
      .comp-banner.hero-banner .banner-area .slider-text > div .cta {
        padding: 16px 0px; }
        .comp-banner.hero-banner .banner-area .slider-text > div .cta .price-label {
          padding-bottom: 6px;
          font-size: 18px; }
        .comp-banner.hero-banner .banner-area .slider-text > div .cta .comp-button, .comp-banner.hero-banner .banner-area .slider-text > div .cta .comp-cta {
          display: block;
          padding-top: 0; }
          .comp-banner.hero-banner .banner-area .slider-text > div .cta .comp-button a, .comp-banner.hero-banner .banner-area .slider-text > div .cta .comp-cta a {
            padding: 0;
            width: 100%;
            justify-content: center;
            text-align: center; }
      .comp-banner.hero-banner .banner-area .slider-text > div .price-info {
        font-size: 12px;
        line-height: 16px;
        color: #676767;
        padding-top: 12px; }
      .comp-banner.hero-banner .banner-area .slider-text > div .highlight, .comp-banner.hero-banner .banner-area .slider-text > div .color {
        color: #D9052F;
        font-weight: bold;
        background-color: unset;
        padding: unset; }
      .comp-banner.hero-banner .banner-area .slider-text > div h2 {
        margin-bottom: 3px;
        font-weight: bold;
        font-size: 28px; }
      .comp-banner.hero-banner .banner-area .slider-text > div h3 {
        margin-bottom: 7px;
        margin-top: 8px;
        font-size: 18px; }
  .comp-banner .banner-area {
    display: flex;
    flex-wrap: wrap;
    max-width: calc(1600px);
    margin: 0 auto;
    background-color: #FFFFFF;
    color: #000;
    -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.16);
    position: relative;
    border-radius: 6px; }
    .comp-banner .banner-area a.sgw-icon, .comp-banner .banner-area a.sgw-icon:hover, .comp-banner .banner-area a.sgw-icon:visited, .comp-banner .banner-area a.sgw-icon:active, .comp-banner .banner-area a.sgw-icon:focus {
      text-decoration: none;
      color: #3669C4;
      font-size: 18px; }
      .comp-banner .banner-area a.sgw-icon:before, .comp-banner .banner-area a.sgw-icon:hover:before, .comp-banner .banner-area a.sgw-icon:visited:before, .comp-banner .banner-area a.sgw-icon:active:before, .comp-banner .banner-area a.sgw-icon:focus:before {
        display: inline;
        color: #3669C4;
        content: "\e9d4";
        top: 2px;
        position: relative; }
    .comp-banner .banner-area .slider-images {
      flex: 0 0 calc(50% + 8px);
      width: calc(50% + 8px);
      position: relative;
      align-items: flex-end;
      display: flex;
      flex-wrap: nowrap;
      overflow: hidden;
      border-radius: 6px 0px 0px 6px; }
      .comp-banner .banner-area .slider-images .icon-button {
        position: absolute;
        top: calc(50% - 18px);
        background-color: #FFFFFF; }
        .comp-banner .banner-area .slider-images .icon-button:hover {
          background-color: #efefef; }
        .comp-banner .banner-area .slider-images .icon-button:active {
          background-color: #e3e3e3; }
        .comp-banner .banner-area .slider-images .icon-button.prev {
          border-radius: 18px;
          left: 16px; }
          .comp-banner .banner-area .slider-images .icon-button.prev:before {
            content: "\e9d5";
            left: -1px; }
        .comp-banner .banner-area .slider-images .icon-button.next {
          border-radius: 18px;
          left: auto;
          right: 16px; }
          .comp-banner .banner-area .slider-images .icon-button.next:before {
            content: "\e9d4"; }
      .comp-banner .banner-area .slider-images .image {
        transition: transform 0.4s ease, background 0.4s ease;
        flex: 0 0 100%;
        max-width: 100%; }
        .comp-banner .banner-area .slider-images .image.touchmove {
          transition: none; }
        .comp-banner .banner-area .slider-images .image picture {
          height: auto;
          width: 100%;
          display: block;
          position: relative;
          text-align: center;
          overflow: hidden;
          padding-bottom: calc(100% / 1.425); }
          .comp-banner .banner-area .slider-images .image picture img {
            height: 100%;
            margin: 0;
            padding: 0;
            max-height: unset;
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            width: auto;
            max-width: 16000px; }
    .comp-banner .banner-area .slider-text {
      flex: 1;
      display: flex;
      align-items: center;
      flex-direction: row;
      flex-wrap: nowrap;
      overflow: hidden;
      max-width: 100%; }
      .comp-banner .banner-area .slider-text .usp-text h3 {
        margin-top: 10px;
        margin-bottom: 3px;
        font-size: 18px;
        font-weight: normal; }
      .comp-banner .banner-area .slider-text .usp-text p, .comp-banner .banner-area .slider-text .usp-text p:last-child {
        margin-top: 0;
        color: #d8d8d8;
        font-size: 14px;
        line-height: 18px;
        display: none; }
      .comp-banner .banner-area .slider-text .highlight {
        background-color: #D9052F;
        font-weight: normal;
        color: #FFF;
        padding-left: 4px;
        display: inline-block;
        padding-right: 4px;
        border-radius: 6px; }
      .comp-banner .banner-area .slider-text > div {
        /*transition: transform 0.6s ease, background 0.4s ease;*/
        padding: 16px 48px 18px 48px;
        /*  padding:  40px 48px 42px 48px;*/
        max-width: 960px;
        margin: 0 auto;
        text-align: left;
        flex: 0 0 100%;
        font-size: 16px;
        line-height: 24px;
        box-sizing: border-box; }
      .comp-banner .banner-area .slider-text p, .comp-banner .banner-area .slider-text ul, .comp-banner .banner-area .slider-text ol {
        margin-bottom: 0px;
        text-align: left;
        background-color: transparent !important; }
      .comp-banner .banner-area .slider-text ul, .comp-banner .banner-area .slider-text ol {
        padding-left: 2em; }
      .comp-banner .banner-area .slider-text p:first-child {
        margin-top: 0px; }
      .comp-banner .banner-area .slider-text p:last-child, .comp-banner .banner-area .slider-text ul:last-child, .comp-banner .banner-area .slider-text ol:last-child {
        margin-top: 21px; }
      .comp-banner .banner-area .slider-text h2 {
        hyphens: none;
        font-size: 28px; }
      .comp-banner .banner-area .slider-text h3 {
        font-size: 22px;
        font-family: 'SourceSansPro-Regular', sans-serif; }
      .comp-banner .banner-area .slider-text .comp-cta {
        padding-top: 17px; }

.dotted-nav {
  background-color: transparent;
  flex-wrap: nowrap;
  padding: 16px;
  justify-content: center;
  color: #FFF;
  max-width: 100%;
  flex: 0 0 50%;
  position: absolute;
  top: auto;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%); }
  .dotted-nav > div {
    border-radius: 50%;
    flex: 0 0 12px;
    height: 12px;
    cursor: pointer;
    margin: 0 4px 4px;
    background-color: transparent;
    border: 2px solid #FFFFFF; }
    .dotted-nav > div.active {
      background-color: #ffffff;
      border: 2px solid #FFFFFF; }

@media only screen and (min-width: 1200px) and (min-height: 672px) {
  .comp-banner .banner-area .image-area, .comp-banner.hero-banner .banner-area .image-area {
    flex: 0 0 60%; } }
@media only screen and (min-width: 1921px) and (min-height: 1025px) {
  .comp-banner .banner-area .image-area, .comp-banner.hero-banner .banner-area .image-area {
    flex: 0 0 70%; }
    .comp-banner .banner-area .image-area .slider-images .comp-image picture, .comp-banner.hero-banner .banner-area .image-area .slider-images .comp-image picture {
      padding-bottom: calc(100% / 2.1); } }
@media only screen and (max-width: 2000px) {
  .comp-banner .banner-area {
    max-width: calc(1400px); } }
@media only screen and (max-width: 1600px), (max-height: 1024px) {
  .comp-banner .banner-area {
    max-width: calc(1200px); } }
@media only screen and (max-width: 1023px) {
  .comp-banner, .comp-banner.hero-banner {
    margin: 0 auto;
    max-width: 672px; }
    .comp-banner .banner-area, .comp-banner.hero-banner .banner-area {
      flex-direction: column;
      flex: 0 0 100%;
      margin: 16px;
      margin-bottom: 48px;
      margin-top: 0px;
      max-width: 960px; }
      .comp-banner .banner-area .image-slider, .comp-banner.hero-banner .banner-area .image-slider {
        display: none; }
      .comp-banner .banner-area .slider-images, .comp-banner .banner-area .image-area, .comp-banner.hero-banner .banner-area .slider-images, .comp-banner.hero-banner .banner-area .image-area {
        width: 100%;
        flex: auto;
        border-radius: 6px 6px 0px 0px; }
      .comp-banner .banner-area .slider-text, .comp-banner.hero-banner .banner-area .slider-text {
        width: 100%;
        align-items: flex-start; }
        .comp-banner .banner-area .slider-text h2, .comp-banner.hero-banner .banner-area .slider-text h2 {
          font-size: 26px; }
        .comp-banner .banner-area .slider-text .labels, .comp-banner.hero-banner .banner-area .slider-text .labels {
          padding-left: 16px;
          padding-right: 16px;
          padding-bottom: 16px;
          padding-top: 18px; }
    .comp-banner .dotted-nav, .comp-banner.hero-banner .dotted-nav {
      display: flex; }

  .comp-banner.hero-banner .banner-area {
    margin: 0px; } }
.comp-configurator-usp .usp-element {
  padding-top: 16px; }
  .comp-configurator-usp .usp-element > div {
    display: flex; }
    .comp-configurator-usp .usp-element > div .usp-icon {
      padding-right: 8px;
      flex: 0 0 36px; }
      .comp-configurator-usp .usp-element > div .usp-icon img {
        width: 36px;
        height: 36px; }

/*comp banner end */

/*comp banner end */




/* comp content comp boxes*/

/* comp.content start */
/* comp.content start */
/* comp.content start */
.contents-main {
  background-color: #FFFFFF; }
  .contents-main.light-grey {
    background-color: #fbfbfb; }
  .contents-main.dark-grey {
    background-color: #383838; }

.comp-boxes {
  padding-top: 40px;
  padding-bottom: 40px; }

.comp-boxes-group {
  display: flex;
  flex-wrap: wrap;
  max-width: calc(1600px + 16px);
  margin: 0 auto; }

@media only screen and (max-width: 2000px) {
  .comp-boxes-group {
    max-width: calc(1400px + 16px); } }
.comp-content-box {
  flex: 1;
  flex-basis: calc(50% - 16px);
  max-width: calc(100% - 16px);
  padding: 0;
  margin: 8px;
  display: flex;
  flex-direction: row;
  background-color: #FFFFFF; }
  .comp-content-box.bg-lgrey {
    background-color: #fbfbfb; }
  .comp-content-box.bg-dgrey {
    background-color: #383838 !important;
    color: #FFF !important; }
  .comp-content-box .comp-image {
    flex: 0 0 calc(50% - 20px); }
    .comp-content-box .comp-image.chapter-image {
      flex: 0 0 calc(50% + 54px); }
    .comp-content-box .comp-image.img33 {
      flex: 0 0 calc(33.33% + 8px); }
    .comp-content-box .comp-image .image-area picture {
      padding-bottom: calc(100% / 1.425); }
      .comp-content-box .comp-image .image-area picture img {
        height: 100%; }
  .comp-content-box .comp-video {
    padding: 0;
    flex: 0 0 calc(50% - 20px); }
    .comp-content-box .comp-video.vid33 {
      flex: 0 0 calc(33.33% + 8px); }
    .comp-content-box .comp-video .image-area {
      background-color: #383838;
      position: relative;
      padding-top: 56.25%;
      overflow: hidden; }
    .comp-content-box .comp-video img, .comp-content-box .comp-video iframe {
      display: block;
      position: absolute;
      left: 0;
      top: 0; }
    .comp-content-box .comp-video img {
      opacity: 0.7; }
    .comp-content-box .comp-video iframe {
      width: 100%;
      height: 100%; }
    .comp-content-box .comp-video .play-button {
      top: 50%;
      left: 50%;
      transform: translate3d(-50%, -50%, 0);
      width: 68px;
      height: 68px;
      background-image: url(play-button.png);
      opacity: 0.8;
      background-size: 100% 100%;
      background-position: center center;
      background-attachment: scroll;
      position: absolute;
      cursor: pointer; }
  .comp-content-box .comp-text {
    /*padding: 10px $boxpaddingleftright 20px $boxpaddingleftright;*/
    padding: 40px 48px 18px 48px;
    /*  padding:  40px 48px 42px 48px;*/
    flex: 1;
    flex-basis: auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    /*	 h2,h3{
    		 //beta
    		font-size:26px;
    		 line-height:1.2;
    		 font-weight: bold;
         font-family: 'SourceSansPro-Regular', sans-serif;
    		}*/ }
    .comp-content-box .comp-text > div {
      max-width: 960px;
      margin: 0 auto;
      text-align: left;
      width: 100%; }
    .comp-content-box .comp-text p, .comp-content-box .comp-text ul, .comp-content-box .comp-text ol {
      margin-bottom: 19px;
      text-align: left;
      background-color: transparent !important; }
    .comp-content-box .comp-text ul, .comp-content-box .comp-text ol {
      padding-left: 2em;
      margin-left: 0; }
    .comp-content-box .comp-text p:first-child {
      margin-top: 0px; }
    .comp-content-box .comp-text :last-child {
      margin-bottom: 0; }
    .comp-content-box .comp-text .comp-cta {
      padding-top: 16px; }

@media only screen and (max-width: 1600px), (max-height: 1024px) {
  .comp-boxes-group {
    max-width: calc(1200px + 16px); } }
@media only screen and (min-width: 1024px) {
  /* one col only -> flip image and text even odd -> ingnore TYPO3 anchor -> replace 4n+0 with even */
  /*.comp-boxes .comp-boxes-group:nth-child(2n+0),*/
  .comp-boxes .comp-boxes-group:nth-child(4n+0) .comp-image, .comp-boxes .comp-boxes-group:nth-child(4n+0) .comp-video {
    order: 2; } }

.comp-image, .carousel-preview {
  /* picture{
       padding-bottom:calc(100% / 1.425);
       img{
            height: 142.5%;
       }
   }*/ }
  .comp-image img, .carousel-preview img {
    margin: 0;
    padding: 0;
    max-width: unset;
    max-height: unset;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%;
    /*IE11 :-(*/
    max-width: 16000px; }
  .comp-image picture, .carousel-preview picture {
    height: auto;
    width: 100%;
    display: block;
    position: relative;
    text-align: center;
    overflow: hidden;
    padding-bottom: calc(100% / 1.425);
    /*demo */ }
    .comp-image picture img[src="Demo.png"], .carousel-preview picture img[src="Demo.png"] {
      background-color: rgba(151, 248, 228, 0.4); }
    .comp-image picture img, .carousel-preview picture img {
      margin: 0;
      padding: 0;
      max-width: unset;
      max-height: unset;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      width: auto;
      height: 100%;
      /*IE11 :-(*/
      max-width: 16000px; }
    .comp-image picture.demo img, .carousel-preview picture.demo img {
      background-size: 100% 100%;
      background-color: rgba(151, 248, 228, 0.4);
      background-image: url("../Demo.png"); }
    .comp-image picture.tooltip, .carousel-preview picture.tooltip {
      padding-bottom: 100%; }
      .comp-image picture.tooltip img, .carousel-preview picture.tooltip img {
        height: 100%;
        width: 100%; }
  .comp-image .image-area, .carousel-preview .image-area {
    margin: 0 auto; }

/* carousel*/
.comp-image-carousel {
  text-align: left;
  max-width: 1058px;
  margin: 0 auto;
  padding: 48px 40px 36px 48px;
  box-sizing: border-box; }
  .comp-image-carousel > div {
    position: relative;
    display: inline-flex;
    flex-wrap: wrap; }
  .comp-image-carousel.small-preview .comp-carousel-item {
    flex: 0 0 44px; }
    .comp-image-carousel.small-preview .comp-carousel-item .carousel-preview {
      width: 44px;
      height: 44px; }
  .comp-image-carousel .comp-carousel-item {
    flex: 0 0 90px;
    padding-right: 8px;
    padding-bottom: 8px;
    cursor: pointer; }
    .comp-image-carousel .comp-carousel-item:last-child {
      padding-right: 0; }
    .comp-image-carousel .comp-carousel-item.active .carousel-label {
      opacity: 1; }
    .comp-image-carousel .comp-carousel-item.active .carousel-preview {
      border: 2px solid #707070;
      background-color: #707070; }
    .comp-image-carousel .comp-carousel-item .carousel-preview {
      width: 90px;
      height: 90px;
      overflow: hidden;
      margin: 0 auto;
      border-radius: 50%;
      border: 2px solid #d8d8d8;
      background-color: #d8d8d8; }
      .comp-image-carousel .comp-carousel-item .carousel-preview picture {
        padding-bottom: 100% !important;
        border-radius: 50%; }
        .comp-image-carousel .comp-carousel-item .carousel-preview picture img {
          height: 100% !important;
          transform: translate(-50%, -50%) !important; }
      .comp-image-carousel .comp-carousel-item .carousel-preview > div {
        height: 100%;
        width: 100%;
        position: relative; }
    .comp-image-carousel .comp-carousel-item .carousel-label {
      position: absolute;
      left: 0px;
      top: -40px;
      height: 36px;
      display: flex;
      align-items: center;
      font-weight: bold;
      opacity: 0; }

.comp-text .comp-image-carousel {
  padding: 48px 0px 0px 0px; }

.bg-dgrey .comp-image .comp-image-carousel .comp-carousel-item.active .carousel-preview {
  border-color: #d8d8d8;
  background-color: #d8d8d8; }

.bg-dgrey .comp-image .comp-image-carousel .comp-carousel-item .carousel-preview {
  border-color: #707070;
  background-color: #707070; }

@media only screen and (max-width: 1023px) {
  .comp-content-box {
    flex-direction: column;
    flex: 0 0 100%;
    margin: 8px auto;
    max-width: 960px; }
    .comp-content-box .comp-headline {
      padding-left: 32px;
      padding-right: 32px; }
    .comp-content-box .comp-image, .comp-content-box .comp-video, .comp-content-box .comp-image.chapter-image {
      flex: 0; }
    .comp-content-box .comp-text {
      order: 2;
      padding-left: 32px;
      padding-right: 32px;
      padding-bottom: 40px;
      padding-top: 18px; }
      .comp-content-box .comp-text .comp-image-carousel {
        order: -1;
        margin-top: -22px !important;
        margin-bottom: 4px; }

  .flip-images-mobile .comp-content-box .comp-image {
    order: 3; }

  .flip-images-mobile .comp-content-box .comp-text {
    padding-top: 40px; } }
@media only screen and (min-width: 1600px) and (min-height: 1024px) {
  .comp-boxes-group .comp-text {
    padding: 40px 64px 18px 64px;
    		/*h2{
    
    	
    		font-size: 32px;
    		line-height: 1.2;
    	
    		}*/ } }
/* comp.content end */

/* comp.content end */



/* comp.content end */

/* end comp content comp boxes */


/* website-navigation start 


/* COMP Website Navigation start */
/* COMP Website Navigation start */
.comp-website-navigation.has-no-mainnav {
  padding-bottom: 75px; }
  .comp-website-navigation.has-no-mainnav > div {
    border-bottom: 1px solid #d8d8d8; }

.comp-website-navigation {
  padding-bottom: 144px; }
  .comp-website-navigation > div.sticky.scrolling {
    /*transform:translateY(-127px);*/
    transform: translateY(-75px); }
    .comp-website-navigation > div.sticky.scrolling .main-navigation .nav-buttons {
      height: 52px; }
      .comp-website-navigation > div.sticky.scrolling .main-navigation .nav-buttons > .group-label > a {
        padding-top: 17px;
        padding-bottom: 8px; }
    .comp-website-navigation > div.sticky.scrolling .main-navigation .icon-button {
      padding-top: 8px;
      padding-bottom: 8px; }
    .comp-website-navigation > div.sticky.scrolling .main-navigation .cta-buttons {
      margin-top: 8px; }
  .comp-website-navigation .comp-image picture img {
    width: 100%;
    height: auto;
    image-rendering: -webkit-optimize-contrast; }
  .comp-website-navigation .highlighted-element {
    flex: 0 0 295px;
    margin-top: 24px;
    margin-right: 16px;
    padding-left: 16px; }
    .comp-website-navigation .highlighted-element .article-title {
      display: block;
      text-align: center;
      white-space: normal;
      height: auto;
      min-height: 44px;
      font-size: 16px;
      line-height: 20px;
      box-sizing: border-box;
      padding-top: 12px; }
  .comp-website-navigation [data-smalldropdown] {
    position: relative; }
    .comp-website-navigation [data-smalldropdown]:hover, .comp-website-navigation [data-smalldropdown]:active {
      background-color: #EFEFEF; }
      .comp-website-navigation [data-smalldropdown]:hover .small-dropdown[data-smalldropdown], .comp-website-navigation [data-smalldropdown]:active .small-dropdown[data-smalldropdown] {
        display: block; }
  .comp-website-navigation .small-dropdown[data-smalldropdown] {
    position: absolute;
    left: 0px;
    top: 100%;
    display: none;
    text-align: left;
    z-index: 1; }
    .comp-website-navigation .small-dropdown[data-smalldropdown] > div {
      background-color: #FFFFFF;
      padding: 8px;
      box-sizing: border-box;
      min-width: 272px;
      max-width: 375px;
      box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.16); }
      .comp-website-navigation .small-dropdown[data-smalldropdown] > div .group-label.g2 {
        padding-left: 16px;
        height: auto;
        min-height: 36px; }
      .comp-website-navigation .small-dropdown[data-smalldropdown] > div .group-label.g3 {
        padding-left: 0 !important;
        padding-right: 0 !important; }
        .comp-website-navigation .small-dropdown[data-smalldropdown] > div .group-label.g3 a {
          padding-left: 16px;
          padding-right: 16px;
          white-space: nowrap; }
        .comp-website-navigation .small-dropdown[data-smalldropdown] > div .group-label.g3 a:hover {
          background-color: #EFEFEF; }
  .comp-website-navigation > div {
    width: 100%;
    background-color: #FFFFFF; }
    .comp-website-navigation > div.sticky {
      transition: transform .3s ease;
      position: fixed;
      top: 0px;
      left: 0;
      z-index: 2; }
    .comp-website-navigation > div .header-navigation {
      max-width: calc(1600px + 32px);
      justify-content: space-between;
      margin: 0 auto;
      display: flex;
      flex-wrap: nowrap; }
      .comp-website-navigation > div .header-navigation #LoginUseraccount {
        width: 36px; }
      .comp-website-navigation > div .header-navigation .logo {
        padding-top: 14px;
        padding-left: 16px;
        padding-right: 16px;
        flex: 1; }
        .comp-website-navigation > div .header-navigation .logo img {
          padding-top: 6px;
          display: block;
          height: 30px;
          width: auto; }
      .comp-website-navigation > div .header-navigation .sub-navigation {
        padding-top: 19px;
        padding-bottom: 20px;
        display: flex;
        flex-wrap: nowrap; }
        .comp-website-navigation > div .header-navigation .sub-navigation .group-label {
          padding-left: 12px;
          padding-right: 12px; }
          .comp-website-navigation > div .header-navigation .sub-navigation .group-label a:hover {
            text-decoration: underline; }
    .comp-website-navigation > div .icon-sub-navigation {
      flex: 1;
      justify-content: flex-end;
      display: flex;
      padding-top: 19px;
      padding-bottom: 20px;
      padding-right: 16px; }
      .comp-website-navigation > div .icon-sub-navigation .icon-button {
        margin-right: 8px; }
      .comp-website-navigation > div .icon-sub-navigation .icon-button.hotline:before {
        content: "\ea49"; }
      .comp-website-navigation > div .icon-sub-navigation .icon-button.hotline a {
        font-size: 14px;
        align-items: flex-start;
        flex-direction: column;
        justify-content: center;
        line-height: 18px; }
        .comp-website-navigation > div .icon-sub-navigation .icon-button.hotline a .heading {
          color: #676767; }
      .comp-website-navigation > div .icon-sub-navigation .icon-button.login:before {
        border-radius: 50%;
        background-color: #EFEFEF; }
      .comp-website-navigation > div .icon-sub-navigation .icon-button.login:hover:before {
        background-color: #DCDCDC; }
    .comp-website-navigation > div .sub-navigation, .comp-website-navigation > div .main-navigation {
      flex-flow: wrap;
      /*overflow: hidden;*/
      /*height:36px;*/ }
    .comp-website-navigation > div .site-navigation {
      border-bottom: 1px solid #EFEFEF; }
      .comp-website-navigation > div .site-navigation > div {
        display: flex;
        max-width: 1616px;
        margin: 0 auto; }
      .comp-website-navigation > div .site-navigation .group-label.active {
        color: #3669C4; }
      .comp-website-navigation > div .site-navigation .site-active-indicator {
        border-bottom: 3px solid #3669C4;
        position: absolute;
        transition: all 0.2s ease;
        top: auto;
        bottom: 0px;
        width: 0px; }
      .comp-website-navigation > div .site-navigation .site-list {
        overflow: hidden; }
        .comp-website-navigation > div .site-navigation .site-list .site-elements {
          flex: auto;
          white-space: nowrap;
          display: flex;
          scroll-behavior: smooth;
          overflow-scrolling: touch;
          -webkit-overflow-scrolling: touch;
          -ms-overflow-style: none;
          /* IE and Edge */
          scrollbar-width: none;
          /* Firefox */
          overflow: hidden;
          overflow-x: auto; }
          .comp-website-navigation > div .site-navigation .site-list .site-elements::-webkit-scrollbar {
            display: none;
            /* Safari and Chrome */ }
          .comp-website-navigation > div .site-navigation .site-list .site-elements > div {
            -webkit-user-select: none;
            /* Chrome all / Safari all */
            -moz-user-select: none;
            /* Firefox all */
            -ms-user-select: none;
            /* IE 10+ */
            user-select: none;
            margin: 0px 8px 0px 8px;
            cursor: pointer; }
            .comp-website-navigation > div .site-navigation .site-list .site-elements > div:hover {
              color: #3669C4; }
    .comp-website-navigation > div .mobile-main-navigation .mobile-main-navigation-list, .comp-website-navigation > div .mobile-main-navigation .mobile-sub-navigation-list {
      transition: transform 0.4s ease;
      display: none;
      position: fixed;
      top: 61px;
      left: 0;
      height: calc(100% - 61px);
      width: 100%;
      background-color: #FFFFFF;
      z-index: 1;
      overflow: auto; }
      .comp-website-navigation > div .mobile-main-navigation .mobile-main-navigation-list > div, .comp-website-navigation > div .mobile-main-navigation .mobile-sub-navigation-list > div {
        padding: 8px 16px;
        max-width: 640px;
        margin: 0 auto;
        box-sizing: border-box; }
        .comp-website-navigation > div .mobile-main-navigation .mobile-main-navigation-list > div:last-child, .comp-website-navigation > div .mobile-main-navigation .mobile-sub-navigation-list > div:last-child {
          padding-bottom: 64px; }
      .comp-website-navigation > div .mobile-main-navigation .mobile-main-navigation-list .group-label, .comp-website-navigation > div .mobile-main-navigation .mobile-sub-navigation-list .group-label {
        display: block;
        text-align: left; }
    .comp-website-navigation > div .mobile-main-navigation.active .icon-button.s44:before {
      content: "\e978" !important; }
    .comp-website-navigation > div .mobile-main-navigation.active .mobile-main-navigation-list {
      display: block; }
    .comp-website-navigation > div .mobile-main-navigation .mobile-sub-navigation-list {
      transform: translateX(100%);
      display: block; }
      .comp-website-navigation > div .mobile-main-navigation .mobile-sub-navigation-list .icon-button.back-to-main.icon-button {
        margin: 8px 0px 0px 0px;
        font-size: 14px;
        line-height: 18px; }
      .comp-website-navigation > div .mobile-main-navigation .mobile-sub-navigation-list .icon-button.back-to-main:before {
        content: "\e9d5"; }
      .comp-website-navigation > div .mobile-main-navigation .mobile-sub-navigation-list.active {
        transform: translateX(0%); }
    .comp-website-navigation > div .mobile-main-navigation .mobile-main-navigation-list .article-card.small, .comp-website-navigation > div .mobile-main-navigation .mobile-sub-navigation-list .article-card.small {
      min-height: unset;
      max-width: 100%;
      padding: 0;
      margin: 0;
      padding-bottom: 12px;
      margin-bottom: 12px;
      border-bottom: 1px solid #ccc;
      border-radius: 0px; }
      .comp-website-navigation > div .mobile-main-navigation .mobile-main-navigation-list .article-card.small > div > a, .comp-website-navigation > div .mobile-main-navigation .mobile-sub-navigation-list .article-card.small > div > a {
        display: flex;
        flex-wrap: nowrap; }
        .comp-website-navigation > div .mobile-main-navigation .mobile-main-navigation-list .article-card.small > div > a .comp-image, .comp-website-navigation > div .mobile-main-navigation .mobile-sub-navigation-list .article-card.small > div > a .comp-image {
          flex: 0 0 64px;
          border-radius: 0px; }
        .comp-website-navigation > div .mobile-main-navigation .mobile-main-navigation-list .article-card.small > div > a .article-title, .comp-website-navigation > div .mobile-main-navigation .mobile-sub-navigation-list .article-card.small > div > a .article-title {
          font-size: 14px;
          font-family: unset;
          line-height: 18px;
          text-align: left;
          font-weight: normal;
          padding: 0px 0px 0px 8px;
          flex: 1;
          display: flex;
          align-items: center; }
      .comp-website-navigation > div .mobile-main-navigation .mobile-main-navigation-list .article-card.small:before, .comp-website-navigation > div .mobile-main-navigation .mobile-sub-navigation-list .article-card.small:before {
        content: unset; }
      .comp-website-navigation > div .mobile-main-navigation .mobile-main-navigation-list .article-card.small:hover, .comp-website-navigation > div .mobile-main-navigation .mobile-sub-navigation-list .article-card.small:hover {
        transform: none; }
      .comp-website-navigation > div .mobile-main-navigation .mobile-main-navigation-list .article-card.small.clickable > div > a:after, .comp-website-navigation > div .mobile-main-navigation .mobile-sub-navigation-list .article-card.small.clickable > div > a:after {
        content: "\e9d4";
        flex: 0 0 36px;
        margin-top: -3px; }
    .comp-website-navigation > div .main-navigation {
      flex: 0 0 100%;

      display: flex;
      justify-content: center;
      flex-wrap: nowrap;
      background-color: #F3F3F4; }
      .comp-website-navigation > div .main-navigation .nav-buttons {
        height: 68px;
        display: flex;
        flex-wrap: nowrap;
        overflow: hidden; }
        .comp-website-navigation > div .main-navigation .nav-buttons > .group-label {
          height: 100%;
          box-sizing: border-box;
          margin: 0;
          cursor: pointer;
          white-space: nowrap; }
          .comp-website-navigation > div .main-navigation .nav-buttons > .group-label > a {
            padding: 25px 16px 16px 16px;
            position: relative; }
          .comp-website-navigation > div .main-navigation .nav-buttons > .group-label .information-label {
            position: absolute;
            top: 6px;
            left: 8px;
            transform: rotate(-8deg); }
          .comp-website-navigation > div .main-navigation .nav-buttons > .group-label.active > a {
            font-weight: bold; }
          .comp-website-navigation > div .main-navigation .nav-buttons > .group-label.hover {
            background-color: #d8d8d8;
            -webkit-tap-highlight-color: transparent;
            -webkit-touch-callout: none;
            -webkit-user-select: none;
            -khtml-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none; }
            .comp-website-navigation > div .main-navigation .nav-buttons > .group-label.hover > a:visited, .comp-website-navigation > div .main-navigation .nav-buttons > .group-label.hover > div > a:active, .comp-website-navigation > div .main-navigation .nav-buttons > .group-label.hover > div > a:hover {
              /*color:#3669C4;*/ }
            .comp-website-navigation > div .main-navigation .nav-buttons > .group-label.hover .navigation-dropdown {
              display: block;
              z-index: 1;
              left: 50%;
              box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.16); }
      .comp-website-navigation > div .main-navigation .cta-buttons {
        margin-left: 32px;
        margin-right: 16px;
        margin-top: 16px;
        display: flex;
        white-space: nowrap;
        box-sizing: border-box; }
        .comp-website-navigation > div .main-navigation .cta-buttons .comp-button a {
          border-radius: 18px; }
    .comp-website-navigation > div .navigation-dropdown {
      position: absolute;
      z-index: 0;
      width: 100%;
      border-top: 1px solid #d8d8d8;
      left: -50000%;
      background-color: #f3f3f4;
      transform: translateX(-50%);
      display: none;
      height: auto;
      padding-top: 0;
      width: 100%;
      overflow-y: scroll;
      overscroll-behavior-y: contain;
      min-height: 450px;
      max-height: 60vh; }
      .comp-website-navigation > div .navigation-dropdown.hover {
        display: block;
        z-index: 1;
        left: 50%; }
      .comp-website-navigation > div .navigation-dropdown > div {
        padding-bottom: 48px;
        max-width: 1384px;
        margin: 0 auto;
        display: flex; }
        .comp-website-navigation > div .navigation-dropdown > div .additional-information {
          flex: 0 0 288px; }
        .comp-website-navigation > div .navigation-dropdown > div .product-information {
          background-color: #f3f3f4;
          flex: auto;
          /*	overflow-y:auto;*/ }
          .comp-website-navigation > div .navigation-dropdown > div .product-information > div {
            display: flex; }
          .comp-website-navigation > div .navigation-dropdown > div .product-information .article-cards-group.small {
            padding-top: 16px;
            align-content: flex-start;
            flex: auto; }
            .comp-website-navigation > div .navigation-dropdown > div .product-information .article-cards-group.small .article-title {
              white-space: break-spaces;
              height: auto;
              min-height: 51px;
              align-content: center; }
          .comp-website-navigation > div .navigation-dropdown > div .product-information .group-label {
            display: block;
            background-color: #FFFFFF;
            white-space: normal;
            height: auto;
            min-height: 44px; }
            .comp-website-navigation > div .navigation-dropdown > div .product-information .group-label > div {
              text-align: center; }
      .comp-website-navigation > div .navigation-dropdown .cta-buttons-mobile {
        display: none; }
      .comp-website-navigation > div .navigation-dropdown .more-information {
        flex: 0 0 320px;
        max-width: 320px;
        background-color: #f3f3f4;
        /*	overflow-y:auto;*/
        /*height:414px;*/ }
        .comp-website-navigation > div .navigation-dropdown .more-information .group-label {
          margin-bottom: 8px;
          text-align: left; }
        .comp-website-navigation > div .navigation-dropdown .more-information > div {
          padding-top: 16px; }
        .comp-website-navigation > div .navigation-dropdown .more-information .list-element {
          margin-left: 16px;
          margin-right: 16px; }
        .comp-website-navigation > div .navigation-dropdown .more-information .divider {
          margin-left: 16px;
          margin-right: 16px;
          width: auto; }
          .comp-website-navigation > div .navigation-dropdown .more-information .divider:last-child {
            margin-bottom: 32px; }

/* hover mode on desktops */
body:not(.mobilebrowser) .comp-website-navigation .group-label > a:hover, body:not(.mobilebrowser) .comp-website-navigation .list-element a:hover {
  text-decoration: underline; }

body.mac .comp-website-navigation .navigation-dropdown > div .product-information .comp-image picture img {
  image-rendering: unset; }

@media only screen and (max-width: 1400px) {
  .comp-website-navigation > div .icon-sub-navigation .icon-button.hotline a span {
    display: none; }

  .comp-website-navigation .navigation-dropdown > div .product-information .article-cards-group.small {
    padding-right: 0; }

  .comp-website-navigation .navigation-dropdown {
    max-height: 75vh; } }
/*
@media only screen and (max-width: 1224px) {	
	.comp-website-navigation .navigation-dropdown > div{
		max-width:1032px;
	}
}
*/
@media only screen and (max-width: 992px) {
  /*.mobilebrowser .comp-website-navigation .main-navigation .nav-buttons{
  	overflow-x:auto;	
  }*/
  .comp-website-navigation.has-no-mainnav > div {
    border-bottom-style: none; }

  .comp-website-navigation {
    padding-bottom: 59px; }
    .comp-website-navigation.has-no-mainnav {
      padding-bottom: 59px; }
    .comp-website-navigation > div .header-navigation {
      border-bottom: 1px solid #d8d8d8; }
      .comp-website-navigation > div .header-navigation .sub-navigation {
        display: none; }
      .comp-website-navigation > div .header-navigation .mobile-main-navigation .icon-button {
        margin-right: 8px;
        margin-top: 10px; }
      .comp-website-navigation > div .header-navigation .mobile-main-navigation .icon-button:before {
        content: "\e99a"; }
      .comp-website-navigation > div .header-navigation .icon-sub-navigation {
        padding-right: 8px;
        padding-top: 12px;
        padding-bottom: 12px; }
      .comp-website-navigation > div .header-navigation .logo {
        padding-top: 12px; }
        .comp-website-navigation > div .header-navigation .logo img {
          padding-top: 4px;
          margin-left: -2px;
          margin: 0;
          height: 27px; }
    .comp-website-navigation > div .main-navigation {
      display: none; }
    .comp-website-navigation > div .navigation-dropdown {
      display: none; } }
@media only screen and (min-width: 992px) {
  .mobile-main-navigation {
    display: none; } }
 /*

@media only screen and (max-width: 732px) {	
	.mobilebrowser .comp-website-navigation{
		 >div.sticky.scrolling{
			 
		}
		 >div.sticky{
			.navigation-dropdown{
			max-height:none;
			min-height:none;
			height: calc(100vh - 75px - 68px);
			}
				&.scrolling{
					.navigation-dropdown{
			max-height:none;
			min-height:none;
			height: calc(100vh - 52px);
			}
					
				}
			
		}
	}

}
*/
.mobile-main-navigation .article-card picture.r {
  display: none; }

.mobile-main-navigation .article-card picture.nr img {
  image-rendering: -webkit-optimize-contrast; }

@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min-resolution: 192dpi), screen and (min-resolution: 2dppx) {
  .mobile-main-navigation .article-card picture.r {
    display: block; }

  .mobile-main-navigation .article-card picture.nr {
    display: none; } }
/* COMP Website Navigation end */


/* COMP Website Navigation end */


/* .comp-kb start */
/* .comp-kb start */
/* .comp-kb start */
.comp-website-navigation ~ #mainContent .comp-kb .navigation {
  top: 68px; }

.comp-notifier-bar ~ .container > #mainContent .comp-kb .navigation {
  top: 112px; }

.comp-kb {
  /*padding:48px 0px 48px 0px;*/ }
  .comp-kb > div {
    background: linear-gradient(to bottom, #FBFBFB, #EFEFEF);
    background-attachment: fixed;
    padding: 12px 16px 48px 16px; }
  .comp-kb .kb-list {
    padding-top: 36px; }
    .comp-kb .kb-list .menu-groups {
      max-width: 1640px;
      margin: 0 auto;
      text-align: left;
      padding-bottom: 40px; }
      .comp-kb .kb-list .menu-groups .menu-group {
        max-width: 404px;
        min-width: 320px; }
        .comp-kb .kb-list .menu-groups .menu-group h2 {
          margin-bottom: 12px; }
      .comp-kb .kb-list .menu-groups > div {
        display: flex;
        flex-wrap: wrap;
        column-gap: 8px; }
  .comp-kb .kb-navigation > div {
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    overlfow: hidden; }
    .comp-kb .kb-navigation > div .comp-breadcrumb {
      flex: auto;
      margin-bottom: 8px; }
    .comp-kb .kb-navigation > div .icon-button {
      display: none; }
    .comp-kb .kb-navigation > div .icon-button.active:before {
      content: "\e978"; }
    .comp-kb .kb-navigation > div .icon-button:before {
      content: "\e99a"; }
  .comp-kb .kb-content > div {
    display: flex;
    column-gap: 16px;
    max-width: 1600px;
    margin: 0 auto; }
    .comp-kb .kb-content > div .content {
      flex: auto;
      max-width: 1200px; }
      .comp-kb .kb-content > div .content > div {
        padding: 16px;
        background-color: #FFFFFF;
        border-radius: 6px; }
      .comp-kb .kb-content > div .content img {
        max-width: 100%;
        max-height: 640px; }
      .comp-kb .kb-content > div .content .comp-video {
        width: 100%;
        max-width: 1168px;
        padding: 0; }
        .comp-kb .kb-content > div .content .comp-video > span {
          position: relative;
          padding-bottom: 56.25%;
          padding-top: 0;
          display: block;
          height: 0;
          overflow: hidden; }
          .comp-kb .kb-content > div .content .comp-video > span > iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            max-width: 100%;
            height: 100%;
            max-height: 657px; }
      .comp-kb .kb-content > div .content p:has(img) {
        max-width: 100%; }
    .comp-kb .kb-content > div .navigation {
      flex: 1;
      min-width: 320px;
      max-width: 446px; }
      .comp-kb .kb-content > div .navigation .menu-group:last-child > div {
        margin-bottom: 0; }
  .comp-kb .menu-group {
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: stretch; }
    .comp-kb .menu-group > div {
      background-color: #FFF;
      font-size: 16px;
      line-height: 120%;
      text-align: left;
      padding: 16px 8px 20px 8px;
      margin-bottom: 8px;
      height: 100%;
      border-radius: 6px; }
      .comp-kb .menu-group > div .heading {
        font-size: 26px;
        padding: 0px 8px;
        line-height: 31px;
        font-family: 'SourceSansPro-Regular', sans-serif;
        margin-bottom: 8px;
        display: flex;
        min-height: 42px;
        align-items: center; }
      .comp-kb .menu-group > div .element a, .comp-kb .menu-group > div .element a:visited, .comp-kb .menu-group > div .element a:hover, .comp-kb .menu-group > div .element a:active, .comp-kb .menu-group > div .sub-element a, .comp-kb .menu-group > div .sub-element a:visited, .comp-kb .menu-group > div .sub-element a:hover, .comp-kb .menu-group > div .sub-element a:active {
        text-decoration: none;
        padding: 7px 8px 5px 8px;
        display: flex;
        border-radius: 6px;
        color: #3669C4;
        min-height: 36px;
        align-items: center;
        box-sizing: border-box; }
      .comp-kb .menu-group > div .element a:hover, .comp-kb .menu-group > div .element a:hover:before, .comp-kb .menu-group > div .sub-element a:hover, .comp-kb .menu-group > div .sub-element a:hover:before {
        color: #497CD8; }
      .comp-kb .menu-group > div .element a:active, .comp-kb .menu-group > div .element a:active:before, .comp-kb .menu-group > div .sub-element a:active, .comp-kb .menu-group > div .sub-element a:active:before {
        color: #2A5DB7; }
      .comp-kb .menu-group > div .element.active a, .comp-kb .menu-group > div .element.active a:before, .comp-kb .menu-group > div .sub-element.active a, .comp-kb .menu-group > div .sub-element.active a:before {
        background-color: #EFEFEF;
        color: #676767; }
      .comp-kb .menu-group > div .element.has-sub a, .comp-kb .menu-group > div .sub-element.has-sub a {
        display: grid;
        padding-left: 4px;
        grid-template-columns: 24px 1fr; }
      .comp-kb .menu-group > div .element.has-sub a:before, .comp-kb .menu-group > div .sub-element.has-sub a:before {
        font-size: 18px;
        text-align: center;
        font-family: 'icomoon';
        content: '\e9d4';
        margin-top: -1px; }
      .comp-kb .menu-group > div .element.has-sub.active a:before, .comp-kb .menu-group > div .sub-element.has-sub.active a:before {
        content: '\ea06'; }
      .comp-kb .menu-group > div .element.active ~ .sub-element {
        display: inherit; }
      .comp-kb .menu-group > div .element ~ .sub-element {
        display: none; }
        .comp-kb .menu-group > div .element ~ .sub-element a {
          padding-left: 28px; }

@media only screen and (max-width: 1278px) {
  .comp-kb .kb-list .menu-groups {
    padding-left: 16px;
    padding-right: 16px; }
    .comp-kb .kb-list .menu-groups .menu-group {
      max-width: none;
      flex: 1; }
    .comp-kb .kb-list .menu-groups > div {
      display: flex;
      flex-wrap: wrap;
      column-gap: 8px;
      justify-content: center; } }
@media only screen and (max-width: 1023px) {
  .comp-kb .kb-content > div .navigation .menu-group:last-child > div {
    margin-bottom: 8px; }

  .comp-kb > div {
    padding: 12px 0px 48px 0px; }
  .comp-kb .kb-navigation > div {
    padding: 0px 16px 0px 8px;
    box-sizing: border-box;
    column-gap: 8px; }
    .comp-kb .kb-navigation > div .icon-button {
      display: block; }
  .comp-kb .kb-content > div {
    flex-wrap: wrap;
    justify-content: center; }
    .comp-kb .kb-content > div .content {
      flex: 0 0 100%; }
    .comp-kb .kb-content > div .navigation {
      max-width: 100%;
      flex: 0 0 100%;
      box-sizing: border-box;
      padding: 0px 16px;
      column-gap: 8px;
      display: flex;
      flex-wrap: wrap;
      overflow: hidden;
      max-height: 0px;
      transition: max-height 0.3s ease-out; }
      .comp-kb .kb-content > div .navigation.active {
        max-height: none; }
      .comp-kb .kb-content > div .navigation .menu-group {
        flex: 1; } }
@media only screen and (max-width: 768px) {
  .comp-kb .kb-list .menu-groups .menu-group {
    flex: auto; }

  .comp-kb .kb-content > div .navigation .menu-group {
    flex: 0 0 100%; }

  .comp-kb .kb-content > div .navigation .menu-group:last-child > div {
    margin-bottom: 16px; } }
@media only screen and (max-width: 662px) {
  .comp-kb .kb-content > div .content img {
    max-width: 100%; } }
/* .comp-kb end */


/* .comp-kb end */

/* .comp-kb end */

/* comp-floatingtext start */
.comp-floatingtext .comp-text {
  text-align: left; }
  .comp-floatingtext .comp-text h3 {
    font-weight: normal;
    font-family: unset; }
  .comp-floatingtext .comp-text p, .comp-floatingtext .comp-text ul, .comp-floatingtext .comp-text ol {
    text-align: left;
    background-color: transparent !important; }
  .comp-floatingtext .comp-text ul, .comp-floatingtext .comp-text ol {
    padding-left: 2em;
    margin-left: 0; }
  .comp-floatingtext .comp-text p:first-child {
    margin-top: 0px; }
  .comp-floatingtext .comp-text :last-child {
    margin-bottom: 0; }
  .comp-floatingtext .comp-text a, .comp-floatingtext .comp-text a:hover, .comp-floatingtext .comp-text a:active {
    color: #3669C4; }
  .comp-floatingtext .comp-text a:hover {
    text-decoration: underline; }

/* comp-floatingtext end */

 
/* .comp-breadcrumb start */
.comp-breadcrumb {
  overflow: hidden;
  text-align: left; }
  .comp-breadcrumb > div {
    display: flex; }
  .comp-breadcrumb .crumb {
    position: relative;
    font-weight: bold;
    height: 36px;
    display: flex;
    align-items: center; }
    .comp-breadcrumb .crumb a, .comp-breadcrumb .crumb span {
      text-overflow: ellipsis;
      white-space: nowrap;
      display: inline-block;
      flex: auto;
      overflow: hidden; }
    .comp-breadcrumb .crumb:last-child {
      flex: 1;
      overflow: hidden; }
    .comp-breadcrumb .crumb a, .comp-breadcrumb .crumb a:visited, .comp-breadcrumb .crumb a:hover, .comp-breadcrumb .crumb a:active {
      color: #676767;
      font-weight: normal;
      text-decoration: none;
      margin-right: 24px; }
      .comp-breadcrumb .crumb a:after, .comp-breadcrumb .crumb a:visited:after, .comp-breadcrumb .crumb a:hover:after, .comp-breadcrumb .crumb a:active:after {
        content: "\e9d4";
        display: block;
        width: 24px;
        height: 24px;
        position: absolute;
        text-decoration: none !important;
        left: auto;
        line-height: 120%;
        right: 0px;
        top: 50%;
        transform: translateY(-50%); }
    .comp-breadcrumb .crumb a:hover {
      text-decoration: underline; }

/* .comp-breadcrumb end */
