@font-face {
  font-family: "Ionicons";
  font-style: normal;
  font-weight: normal;
  font-display: block;
  src: url("../../../fonts/icons.svg");
  src: url("../../../fonts/icons.eot?#iefix") format("embedded-opentype"), url("../../../fonts/icons.woff") format("woff"), url("../../../fonts/icons.ttf") format("truetype"), url("../../../fonts/icons.svg") format("svg");
}
@font-face {
  font-family: "glyphter";
  font-style: normal;
  font-weight: normal;
  font-display: block;
  src: url("../../../fonts/glyphter.eot");
  src: url("../../../fonts/glyphter.eot?#iefix") format("embedded-opentype"), url("../../../fonts/glyphter.woff") format("woff"), url("../../../fonts/glyphter.ttf") format("truetype"), url("../../../fonts/glyphter.svg") format("svg");
}
/* DINWeb-Light */
@font-face {
  font-family: "DINWeb";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url("../../../fonts/DINWeb-Light.woff") format("woff");
}
/* DINWeb-Light - Italic */
@font-face {
  font-family: "DINWeb";
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url("../../../fonts/DINWeb-LightItalic.woff") format("woff");
}
/* DINWeb */
@font-face {
  font-family: "DINWeb";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../../../fonts/DINWeb.woff") format("woff");
}
/* DINWeb - Italic */
@font-face {
  font-family: "DINWeb";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("../../../fonts/DINWeb-Italic.woff") format("woff");
}
/* DINWeb-Medium */
@font-face {
  font-family: "DINWeb";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../../../fonts/DINWeb-Medium.woff") format("woff");
}
/* DINWeb-Medium */
@font-face {
  font-family: "DINWeb";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url("../../../fonts/DINWeb-MediumItalic.woff") format("woff");
}
/* DINWeb-Bold */
@font-face {
  font-family: "DINWeb";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../../../fonts/DINWeb-Bold.woff") format("woff");
}
/* DINWeb-Bold - Italic */
@font-face {
  font-family: "DINWeb";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url("../../../fonts/DINWeb-BoldItalic.woff") format("woff");
}
/* DINWeb-Black */
@font-face {
  font-family: "DINWeb";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../../../fonts/DINWeb-Black.woff") format("woff");
}
/* DINWeb-Black - Italic */
@font-face {
  font-family: "DINWeb";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("../../../fonts/DINWeb-BlackItalic.woff") format("woff");
}
.iww-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.iww-flex--center {
  justify-content: center !important;
}

.iww-flex--start {
  justify-content: flex-start;
}

.iww-flex--end {
  justify-content: flex-end;
}

.iww-flex--a-start {
  align-items: flex-start;
}

.iww-flex--a-center {
  align-items: center;
}

.iww-flex--a-spacebetween {
  align-content: space-between;
}

.iww-flex--nowrap {
  flex-wrap: nowrap;
}

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

@media (max-width: 654px) {
  .iww-phone-no-margin {
    margin: 0 !important;
  }
}

.iww-marginbottom--micro {
  margin-bottom: 0.3em !important;
}

.iww-marginbottom--mini {
  margin-bottom: 0.5em !important;
}

.iww-marginbottom--small {
  margin-bottom: 0.8em !important;
}

.iww-marginbottom--base {
  margin-bottom: 1em !important;
}

.iww-marginbottom--medium {
  margin-bottom: 1.5em !important;
}

.iww-marginbottom--large {
  margin-bottom: 2em !important;
}

.iww-marginbottom--big {
  margin-bottom: 2.5em !important;
}

.iww-margintop--micro {
  margin-top: 0.3em !important;
}

.iww-margintop--mini {
  margin-top: 0.5em !important;
}

.iww-margintop--small {
  margin-top: 0.8em !important;
}

.iww-margintop--base {
  margin-top: 1em !important;
}

.iww-margintop--medium {
  margin-top: 1.5em !important;
}

.iww-margintop--large {
  margin-top: 2em !important;
}

.iww-margintop--big {
  margin-top: 2.5em !important;
}

.iww-marginright--base {
  margin-right: 1em;
}

.iww-marginright--small {
  margin-right: 0.8em !important;
}

.iww-marginright--mini {
  margin-right: 0.5em !important;
}

.iww-marginright--micro {
  margin-right: 0.3em !important;
}

.iww-marginleft--mini {
  margin-left: 0.5em !important;
}

.iww-marginleft--small {
  margin-left: 0.8em !important;
}

.iww-marginleft--base {
  margin-left: 1em !important;
}

.iww-marginleft--medium {
  margin-left: 1.5em !important;
}

.iww-marginleft--large {
  margin-left: 2em !important;
}

.iww-marginleft--big {
  margin-left: 2.5em !important;
}

@media (max-width: 1200px) {
  .iww-tab-ls-marginbottom--medium {
    margin-bottom: 1.5em !important;
  }
}

@media (max-width: 900px) {
  .iww-tab-p-marginbottom--base {
    margin-bottom: 1em !important;
  }
}

@media (max-width: 654px) {
  .iww-phone-marginbottom--base {
    margin-bottom: 1em !important;
  }
}

@media (max-width: 654px) {
  .iww-phone-marginbottom--medium {
    margin-bottom: 1.5em;
  }
}

.iww-left {
  float: left !important;
}

.iww-right {
  float: right !important;
}
@media (max-width: 654px) {
  .iww-right {
    float: none !important;
  }
}

.iww-block {
  display: block;
}

.iww-text-center {
  text-align: center !important;
}

@media (max-width: 654px) {
  .iww-phone-text-center {
    text-align: center !important;
  }
}

.iww-text-right {
  text-align: right !important;
}

.iww-text-left {
  text-align: left !important;
}

.iww-text-caps {
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.iww-text-underline {
  text-decoration: underline;
}

.iww-text--white {
  color: #fff !important;
}

.iww-full-width {
  width: 100% !important;
}

.iww-full-height {
  height: 100%;
}

@media (max-width: 654px) {
  .iww-phone-full-width {
    width: 100% !important;
  }
}

@media (max-width: 900px) {
  .iww-tab-p-full-with {
    width: 100% !important;
  }
}

.iww-relative {
  position: relative;
}

html {
  font-size: 20px;
}
@media (max-width: 1200px) {
  html {
    font-size: 18px;
  }
}
@media (max-width: 654px) {
  html {
    font-size: 16px;
  }
}

.iww-text--shadow {
  text-shadow: 0 0 10px #000;
}

.iww-text--hyphens {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

.iww-text--wordbreak {
  -ms-word-break: break-all;
  word-break: break-all;
}

.iww-subhead, .iww-headline {
  line-height: 1.35em;
}

.iww-subhead--mini {
  font-size: 0.6rem;
  font-weight: 400;
  margin-bottom: 0.3em;
}

.iww-subhead--small {
  font-size: 0.75rem;
  font-weight: 400;
  margin-bottom: 0.3em;
}

.iww-subhead--big {
  font-size: 0.9rem;
  font-weight: 400;
  margin-bottom: 0.3em;
}

.iww-headline--smaller {
  font-size: 0.75rem;
  font-weight: 600;
  margin-bottom: 0.5em;
}
@media (max-width: 654px) {
  .iww-headline--smaller {
    font-size: 1.1rem;
  }
}

.iww-headline--small {
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 0.5em;
}
@media (max-width: 654px) {
  .iww-headline--small {
    font-size: 1.1rem;
  }
}

.iww-headline--big {
  font-size: 1.5rem;
  font-weight: 100;
  margin-bottom: 0.5em;
}
@media (max-width: 654px) {
  .iww-headline--big {
    font-size: 1.4rem;
  }
}

.iww-headline--bigger-medium {
  font-family: "DINWeb", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 0.5em;
}
@media (max-width: 654px) {
  .iww-headline--bigger-medium {
    font-size: 1.4rem;
  }
}

.iww-headline--giant-light {
  font-family: "DINWeb", sans-serif;
  font-size: 2.5rem;
  font-weight: 100;
  margin-bottom: 0.5em;
}
@media (max-width: 1200px) {
  .iww-headline--giant-light {
    font-size: 2rem;
  }
}

.iww-text--giant-medium {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.35em;
  color: #444;
}

.iww-text--big {
  font-family: "DINWeb", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5em;
  margin-bottom: 1.5em;
  color: #444;
}
@media (max-width: 654px) {
  .iww-text--big {
    font-size: 1.3rem;
  }
}
@media print {
  .iww-text--big {
    font-size: 16pt;
    line-height: 1.4em;
    margin-bottom: 30pt;
    margin-top: 10pt;
  }
}

.iww-text--large {
  font-family: "DINWeb", sans-serif;
  font-size: 1.3rem;
  font-weight: 100;
  line-height: 1.5em;
  margin-bottom: 1.5em;
  color: #444;
}
@media (max-width: 654px) {
  .iww-text--large {
    font-size: 1.1rem;
    font-weight: 400;
    color: #666;
  }
}
@media print {
  .iww-text--large {
    font-size: 14pt;
    line-height: 1.4em;
    margin-bottom: 30pt;
    margin-top: 10pt;
  }
}

.iww-text--large-regular {
  font-family: "DINWeb", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5em;
  margin-bottom: 1.5em;
  color: #444;
}
@media (max-width: 654px) {
  .iww-text--large-regular {
    font-size: 1.1rem;
    font-weight: 400;
    color: #666;
  }
}
@media print {
  .iww-text--large-regular {
    font-size: 14pt;
    line-height: 1.4em;
    margin-bottom: 30pt;
    margin-top: 10pt;
  }
}

.iww-text--large-medium {
  font-weight: 500;
  margin-bottom: 0.3em;
  line-height: 1.35em;
  font-size: 1.3rem;
  color: #444;
}

.iww-text--medium {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.35em;
  margin-bottom: 1.5em;
  color: #444;
}
@media (max-width: 654px) {
  .iww-text--medium {
    font-size: 0.9rem;
  }
}

.iww-text--medium-light {
  font-size: 1rem;
  font-weight: 100;
  line-height: 1.5em;
  margin-bottom: 1.5em;
  color: #444;
}
@media (max-width: 654px) {
  .iww-text--medium-light {
    font-size: 0.9rem;
  }
}

.iww-text--small {
  font-family: "DINWeb", sans-serif;
  font-size: 0.9rem;
  font-weight: 100;
  line-height: 1.35em;
  color: #444;
}
@media (max-width: 900px) {
  .iww-text--small {
    font-size: 1.05rem;
  }
}

.iww-text--smaller {
  font-family: "DINWeb", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5em;
  color: #444;
}

.iww-text--small-regular {
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.5em;
}
@media (max-width: 900px) {
  .iww-text--small-regular {
    font-size: 1.05rem;
  }
}

.iww-text--mini {
  font-family: "DINWeb", sans-serif;
  font-size: 0.6rem;
  font-weight: 400;
  line-height: 1.5em;
}
@media (max-width: 900px) {
  .iww-text--mini {
    font-size: 0.9rem;
  }
}

.iww-text--micro {
  font-size: 0.5rem;
  font-weight: 400;
  line-height: 1.5em;
}

.iww-cta-text {
  font-family: "DINWeb", sans-serif;
  font-weight: 600;
  font-size: 0.75rem;
}

.iww-text--primary-color {
  color: #00305e !important;
}

.iww-text--blue {
  color: #4392F1;
}

.iww-text--grey-lightest {
  color: #ccc !important;
}

.iww-text--grey {
  color: #666;
}

.iww-text--grey-dark {
  color: #444 !important;
}

.iww-text--caps {
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/*sekundaere Links*/
.iww-text__link--subtle {
  text-decoration: underline;
  text-decoration-color: #ccc;
}
.iww-text__link--subtle:hover {
  color: #4392F1;
  text-decoration-color: #4392F1;
}

/*Links auf farbigem Hintergrund*/
.iww-text__link--black:hover {
  color: #444 !important;
  text-decoration: underline;
}

.iww-text--font-w-regular {
  font-weight: 400;
}

.iww-text--font-w-medium {
  font-weight: 500;
}

.iww-text--font-w-bold {
  font-weight: 600 !important;
}

.iww-errorpage-wrapper .iww-text__link {
  color: #444;
}
.iww-errorpage-wrapper .iww-text__link:hover {
  color: rgb(19.5346534653, 118.4801980198, 237.4653465347);
}

.iww-list, .iww-article-detail .iww-vc-description ul:not(.iww-list) {
  margin-bottom: 1.5em;
  padding-left: 1.1em;
  overflow: hidden;
}

.iww-list--ol {
  list-style-type: none;
  list-style-image: none;
  text-indent: -1.1em;
}

.iww-list--with-plus {
  padding-left: 1.3em;
}

.iww-article-detail .iww-vc-description ul:not(.iww-list) {
  margin-top: 0.5em;
}

.iww-xheading + .iww-list, .iww-article-detail .iww-vc-description .iww-xheading + ul:not(.iww-list) {
  margin-top: 0;
}

.iww-list__item {
  line-height: 1.5em;
  font-weight: 400;
  margin-bottom: 0.8em;
  color: #444;
}
@media print {
  .iww-list__item {
    line-height: 1.7em;
    margin-bottom: 1em;
    font-size: 14pt;
  }
}

.iww-list__item--plus,
.iww-list__item--minus {
  list-style-type: none;
}
.iww-list__item--plus:before,
.iww-list__item--minus:before {
  content: "\f218";
  font-family: "Ionicons";
  color: #00305e;
  margin-left: -1.3em;
  display: inline-block;
  width: 1.1em;
}

.iww-list__item--plus-grey {
  color: #ccc;
}
.iww-list__item--plus-grey:before {
  color: #ccc;
}

.iww-list__item--minus {
  color: #ccc;
}
.iww-list__item--minus:before {
  content: "\f209";
  color: #ccc;
}

.iww-icon:before {
  font-family: "Ionicons";
  display: inline-block;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  font-size: 25px;
  transform: none;
  position: relative;
  color: #00305e;
  cursor: pointer;
}

.iww-icon--dropdown:before {
  content: "\f3d0";
}

.iww-icon--link:hover:before {
  color: #E60004;
}

.iww-icon--facebook:before {
  content: "\f231";
}

.iww-icon--twitter:before {
  content: "\f243";
}

.iww-icon--youtube:before {
  content: "\f24d";
}

.iww-icon--linkedin:before {
  content: "\f239";
}

.iww-icon--instagram:before {
  content: "\f351";
}

.iww-icon--toggle {
  margin-left: 5px;
}

.iww-icon--video:before {
  content: "\f4cd";
}

.iww-icon--podcast:before {
  content: "\f2ec";
}

.iww-icon--teaserbox-head:before {
  color: #444;
  font-size: 60px;
  margin-top: -14px;
  cursor: default;
}

.iww-mainnav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.iww-subnav {
  display: none;
  position: absolute;
  z-index: 9999;
  top: 35px;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 15px 20px;
  background-color: #fff;
  width: 270px;
  box-shadow: 0px 0px 10px 0px #ccc;
  cursor: default;
}

.iww-subnav__item {
  margin-bottom: 10px;
}
.iww-subnav__item:last-child {
  margin-bottom: 0;
}

.iww-subnav__link {
  font-family: "DINWeb", sans-serif;
  font-weight: 600;
  font-size: 0.9rem;
}

.iww-mainnav__item {
  font-family: "DINWeb", sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  color: #00305e;
  position: relative;
  margin-right: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  padding-bottom: 10px;
}
.iww-mainnav__item:hover {
  color: #E60004;
}
.iww-mainnav__item:hover .iww-icon--link:before {
  color: #E60004;
}
.iww-mainnav__item:hover .iww-subnav {
  display: block;
}
.iww-mainnav__item:last-child {
  margin-right: 0;
}

.iww-mainnav__link {
  font-family: "DINWeb", sans-serif;
  font-weight: 600;
  margin-right: 10px;
}

.iww-subnav--products {
  right: 0;
  width: 350px;
  padding: 15px 20px 20px;
  max-height: 400px;
  overflow-y: scroll;
}

.iww-subnav--products-logged-out {
  right: 0;
  width: 350px;
  padding: 20px 20px 15px;
}

.iww-subnav-product-list {
  margin-bottom: 20px;
}
.iww-subnav-product-list:last-child {
  margin-bottom: 0;
}

.iww-subnav-product {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.iww-subnav-product:last-child {
  margin-bottom: 0;
}

.iww-subnav-product__img {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}

.iww-subnav-product__title {
  font-family: "DINWeb", sans-serif;
  font-weight: 500;
}

.iww-tel-number {
  cursor: default;
}
@media (max-width: 900px) {
  .iww-tel-number {
    cursor: pointer;
  }
}

.iww-loader--abo {
  top: 15px;
  margin-left: 10px;
}

.iww-btn {
  display: inline-block;
  font-size: 1rem;
  line-height: 1.35em;
  font-family: "DINWeb", sans-serif;
  font-weight: 500;
  color: #fff;
  text-align: center;
  padding: 12px 25px 8px;
  border-radius: 3px;
  text-decoration: none;
  border: 0;
  box-sizing: border-box;
}
.iww-btn:hover {
  color: #fff;
}
.iww-btn--primary {
  background-image: url(/img/button_bg_blue.png);
  background: -webkit-linear-gradient(#294a75, #00305e);
  background: -o-linear-gradient(#294a75, #00305e);
  background: -moz-linear-gradient(#294a75, #00305e);
  background: linear-gradient(#294a75, #00305e);
}
.iww-btn--primary:hover {
  background: -webkit-linear-gradient(#00305e, #294a75);
  background: -o-linear-gradient(#00305e, #294a75);
  background: -moz-linear-gradient(#00305e, #294a75);
  background: linear-gradient(#00305e, #294a75);
  color: #fff;
}
.iww-btn--secondary {
  background-image: url(/img/button_bg_grey.png);
  background: -webkit-linear-gradient(#9A9A9A, #7C7C7C);
  background: -o-linear-gradient(#9A9A9A, #7C7C7C);
  background: -moz-linear-gradient(#9A9A9A, #7C7C7C);
  background: linear-gradient(#9A9A9A, #7C7C7C);
}
.iww-btn--secondary:hover {
  background: -webkit-linear-gradient(#7C7C7C, #9A9A9A);
  background: -o-linear-gradient(#7C7C7C, #9A9A9A);
  background: -moz-linear-gradient(#7C7C7C, #9A9A9A);
  background: linear-gradient(#7C7C7C, #9A9A9A);
}
.iww-btn--green {
  background-image: url(/img/button_bg_grey.png);
  background: -webkit-linear-gradient(#a8c96c, #8bb73c);
  background: -o-linear-gradient(#a8c96c, #8bb73c);
  background: -moz-linear-gradient(#a8c96c, #8bb73c);
  background: linear-gradient(#a8c96c, #8bb73c);
}
.iww-btn--green:hover {
  background: -webkit-linear-gradient(#8bb73c, #a8c96c);
  background: -o-linear-gradient(#8bb73c, #a8c96c);
  background: -moz-linear-gradient(#8bb73c, #a8c96c);
  background: linear-gradient(#8bb73c, #a8c96c);
}
.iww-btn__download-img {
  margin-right: 5px;
}
.iww-btn__text {
  position: relative;
  top: -7px;
}
.iww-btn--youtube:before {
  content: url(/img/product_imgs/icon_youtube.svg);
  position: relative;
  top: 2px;
  margin-right: 0.8em;
}
.iww-btn--youtube span {
  position: relative;
  bottom: 6px;
}

.iww-radio-checkbox--big {
  width: 1em;
  height: 1em;
  position: relative;
  bottom: -1px;
  margin-right: 0.5em;
}

.iww-teaser:hover .iww-teaser__img {
  transform: scale3d(1.05, 1.05, 1);
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
}
.iww-teaser figure {
  overflow: hidden;
}

.iww-teaser--horizontal {
  padding-top: 2%;
  margin-bottom: 5%;
  border-top: 1px solid #ccc;
  width: 100%;
}
.iww-teaser--horizontal:first-child {
  border: none;
  padding-top: 0;
}
@media (max-width: 654px) {
  .iww-teaser--horizontal {
    margin-bottom: 2em;
    padding-top: 1em;
  }
}

.iww-teaser__image-wrapper {
  flex: 1;
  margin-right: 20px;
  position: relative;
}
@media (max-width: 654px) {
  .iww-teaser__image-wrapper {
    flex: auto;
    margin: 0 0 1em;
  }
}

.iww-teaser__img {
  width: 100%;
  display: block;
  transition: all 0.4s ease-in-out;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}

.iww-teaser__icon-on-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0.6;
}

.iww-teaser__text-wrapper {
  flex: 2;
}
@media (max-width: 654px) {
  .iww-teaser__text-wrapper {
    flex: auto;
  }
}

@media (max-width: 654px) {
  .iww-teaser__description {
    display: none;
    margin-bottom: 1em;
  }
}

.iww-toggle-btn {
  display: none;
  background-color: #fff;
  color: #00305e;
  font-family: "DINWeb", sans-serif;
  font-weight: 500;
  font-size: 0.75rem;
  padding: 5px 5px 3px;
  border-radius: 3px;
}

@media (max-width: 654px) {
  .iww-toggle-btn--open {
    display: inline-block;
  }
}

.iww-teaser__toggle--open .iww-teaser__description {
  display: block;
}
.iww-teaser__toggle--open .iww-toggle-btn--open {
  display: none;
}
.iww-teaser__toggle--open .iww-toggle-btn--close {
  display: inline-block;
}

.iww-teaser--company {
  margin-bottom: 1em;
}
.iww-teaser--company:last-child {
  margin-bottom: 0;
}
.iww-teaser--company a {
  font-family: "DINWeb-Bold", Arial, sans-serif;
}

.iww-company-teaser__figure {
  width: 45px;
  height: 45px;
  margin-right: 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 5px;
  text-align: center;
}
.iww-company-teaser__img {
  display: block;
  width: 100%;
}
.iww-company-teaser__header {
  flex: 3;
}

.iww-cm__img {
  width: 100%;
  display: block;
}
@media (max-width: 654px) {
  .iww-cm__img {
    width: 300px;
    margin: auto;
  }
}
.iww-cm__product-logo {
  position: relative;
  top: 10px;
}
.iww-cm__product-description div {
  line-height: 1.35em;
}
@media (max-width: 654px) {
  .iww-cm__form-wrapper {
    order: 2;
  }
}
.iww-cm__form input,
.iww-cm__form select {
  width: 100%;
  box-sizing: border-box;
}
@media (max-width: 654px) {
  .iww-cm__price-wrapper {
    order: 1;
  }
}

.iww-cm-row {
  border-bottom: 1px solid #ccc;
  padding-bottom: 1em;
  margin-bottom: 1em;
}

#informedconsent {
  float: left;
  margin: 4px 10px 0 0;
}

#content #lastname {
  margin-bottom: 20px;
}

.button_marketing_submit {
  margin-top: 20px;
  display: block;
}

#plenigoIFrameWrappercheckoutplenigoCheckout {
  margin: auto;
}

.iww-teaserbox {
  background-color: #fff;
  padding: 30px;
}
@media (max-width: 654px) {
  .iww-teaserbox {
    padding: 20px;
  }
}

#informedconsent, #terms {
  float: left;
  margin: 4px 10px 0 0;
  width: auto;
}

.iww-payment-option {
  height: 50px;
  max-width: 100px;
  background-color: #fff;
  margin: 0 10px 10px 0;
  border-radius: 5px;
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.iww-payment-option__img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}
.iww-payment-option__img--cm {
  margin: auto;
}
.iww-payment-option--cm {
  background-color: #efefef;
  margin: 0;
  width: 23%;
}

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

.iww-stib-box {
  background: radial-gradient(#0ea1c4, #0ea1c4, #006881);
  padding: 30px;
}

.iww-section--1200 {
  width: 1200px;
  margin: 0 auto;
  z-index: 900;
}
@media (max-width: 1200px) {
  .iww-section--1200 {
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
  }
}

@media (max-width: 654px) {
  .iww-col-3, .iww-col-4, .iww-col-12 {
    width: 100%;
  }
}

.iww-col-3 {
  width: 22.5%;
}

.iww-col-4 {
  width: 31%;
}

.iww-col-6 {
  width: 48%;
}

.iww-col-8 {
  width: 65%;
}

.iww-col-9 {
  width: 73.5%;
}

.iww-col-12 {
  width: 100%;
}

@media (max-width: 1200px) {
  .iww-tab-ls-col-12 {
    width: 100%;
  }
}

@media (max-width: 1540px) {
  .iww-desktop-col-6 {
    width: 49%;
  }
}

@media (max-width: 1200px) {
  .iww-tab-ls-col-6 {
    width: 49%;
  }
}

@media (max-width: 900px) {
  .iww-tab-p-col-6 {
    width: 49%;
  }
}

@media (max-width: 900px) {
  .iww-tab-p-col-12 {
    width: 100%;
  }
}

@media (max-width: 654px) {
  .iww-phone-col-0 {
    width: 0;
  }
}

@media (max-width: 654px) {
  .iww-phone-col-12 {
    width: 100%;
  }
}

@media print {
  .iww-header {
    display: none;
  }
}

.iww-header-top {
  background-color: #efefef;
  padding: 5px 0 2px;
}

.iww-header-top__link-wrapper {
  color: #00305e;
}

.iww-header-top__link {
  text-decoration: underline;
  color: #00305e;
}

.iww-header-main__top {
  padding: 20px 0;
  border-bottom: 2px solid #efefef;
  margin-bottom: 15px;
}
@media (max-width: 1200px) {
  .iww-header-main__top {
    padding: 20px;
  }
}

.iww-header-main__logowrapper-link {
  margin-right: 2em;
}

.iww-header-main__logo {
  display: block;
}
@media (max-width: 900px) {
  .iww-header-main__logo {
    display: none;
  }
}

.iww-header-main__logo-small {
  display: none;
}
@media (max-width: 900px) {
  .iww-header-main__logo-small {
    display: block;
    width: 70px;
    height: 58px;
  }
}

.iww-search {
  width: 500px;
}
@media (max-width: 900px) {
  .iww-search {
    width: 340px;
  }
}

.iww-search__input {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  overflow: hidden;
  border: 2px solid #757575;
  border-radius: 3px;
  width: 100%;
  height: 40px;
  background: #fff;
}

.iww-search__input-text {
  margin-right: 5px;
  padding: 0 10px;
  background-color: #fff;
  border: 0;
  flex-grow: 1;
  font-family: "DINWeb", sans-serif;
  height: 100%;
  outline: none;
}
.iww-search__input-text:focus {
  outline: none;
  box-shadow: none;
}

.iww-search__button {
  background-color: transparent;
}
.iww-search__button:before {
  content: url(/img/lupe.svg);
  display: block;
  width: 20px;
  height: 20px;
  background-color: transparent;
  padding: 10px;
}

.iww-my-area:hover .iww-head-icon--red {
  display: inline-block;
}
.iww-my-area:hover .iww-head-icon--blue {
  display: none;
}
.iww-my-area:hover .iww-account {
  color: #E60004;
}
.iww-my-area:hover .iww-icon--link:before {
  color: #E60004;
}
.iww-my-area:hover .iww-my-area-submenu {
  display: block;
}

.iww-my-area {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.iww-head-icon {
  cursor: pointer;
  margin-right: 10px;
  position: relative;
  top: -4px;
}

.iww-head-icon--red {
  display: none;
}

.iww-my-area-submenu {
  display: none;
  position: absolute;
  top: 40px;
  list-style-type: none;
  text-transform: none;
  padding: 5px 15px 0;
  box-shadow: 0px 0px 10px 0px #ccc;
  z-index: 999;
  margin-top: 8px;
  right: 0;
  min-width: 250px;
  background-color: #fff;
}

.iww-my-area-submenu__item {
  padding: 10px 0 8px;
  border-bottom: 1px solid #ccc;
}
.iww-my-area-submenu__item:last-child {
  border-bottom: none;
}

.iww-my-area-submenu__link {
  font-family: "DINWeb", sans-serif;
  font-size: 0.9rem;
  line-height: 1.35em;
  font-weight: 600;
}

.iww-account {
  font-family: "DINWeb", sans-serif;
  font-size: 0.9rem;
  line-height: 1.35em;
  font-weight: 600;
  margin-right: 10px;
}

@media print {
  .iww-footer {
    display: none;
  }
}

.iww-footer__blue {
  background-color: #00305e;
  padding: 15px 0;
}

.iww-dialog-corner {
  position: absolute;
  top: -15px;
  right: 320px;
}
@media (max-width: 1200px) {
  .iww-dialog-corner {
    right: 310px;
  }
}
@media (max-width: 654px) {
  .iww-dialog-corner {
    right: 280px;
  }
}

.iww-dialog-corner--grey {
  display: none;
}

.iww-footer__claim {
  font-family: "DINWeb", sans-serif;
  font-weight: 100;
  font-size: 0.9rem;
  text-align: right;
  width: 100%;
  display: inline-block;
  color: #fff;
}

.iww-footer__light-blue {
  background-color: #294a75;
  padding: 40px 0 15px;
}

@media (max-width: 900px) {
  .iww-footer__links-wrapper {
    width: 48%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #00305e;
  }
  .iww-footer__links-wrapper:nth-child(3), .iww-footer__links-wrapper:nth-child(4) {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
  }
}
@media (max-width: 654px) {
  .iww-footer__links-wrapper {
    width: 100%;
    margin-bottom: 1em;
  }
  .iww-footer__links-wrapper:nth-child(3), .iww-footer__links-wrapper:nth-child(4) {
    margin-bottom: 1em;
  }
  .iww-footer__links-wrapper:nth-child(3) {
    border-bottom: 1px solid #00305e;
    padding-bottom: 20px;
  }
  .iww-footer__links-wrapper:nth-child(4) {
    padding-bottom: 0;
  }
}

.iww-footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.iww-footer-list__item {
  font-size: 0.9rem;
  margin-bottom: 0.5em;
}
.iww-footer-list__item:last-child {
  margin-bottom: 0;
}
@media (max-width: 900px) {
  .iww-footer-list__item {
    font-size: 1.05rem;
  }
}

.iww-footer__link {
  font-family: "DINWeb", sans-serif;
  font-weight: 100;
  color: #fff;
}

.inf-footer__sub-links-wrapper {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #00305e;
}

.iww-icon--footer {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  background-color: #00305e;
  display: flex;
  align-items: center;
  border-radius: 5px;
}
.iww-icon--footer:last-child {
  margin-right: 0;
}
.iww-icon--footer:before {
  color: #fff;
  margin: auto;
}
.iww-icon--footer:hover {
  background-color: #E60004;
}

.iww-blog-icon {
  height: 25px;
  margin: auto;
}

.iww-footer__white {
  padding: 20px 0;
}

.iww-footer-logo {
  width: 60px;
  height: 50px;
}

.iww-logo-vcg {
  width: 200px;
  height: 42px;
  display: block;
}
@media (max-width: 654px) {
  .iww-logo-vcg {
    width: 140px;
    height: 30px;
  }
}

.iww-footer__copyright,
.iww-footer__cooperation {
  display: flex;
  align-items: center;
}

@media (max-width: 654px) {
  .iww-footer__copyright {
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    margin-bottom: 20px;
    width: 100%;
  }
}

/*# sourceMappingURL=basic.css.map */
