@charset "UTF-8";
.row--gutter {
  margin-left: -15px;
  margin-right: -15px;
  overflow: hidden;
}

a {
  color: #727272;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  transition: color 0.5s ease;
}
.ux-info-banner[type=info] a:hover {
  color: #fff;
}
.ux-info-banner[type=error] a:hover {
  color: #ff0201;
}
a:hover {
  color: #131313;
}

.row--gutter {
  margin-left: -15px;
  margin-right: -15px;
  overflow: hidden;
}

.ux-iws-nav__lvl1-item,
.ux-iws-nav__lvl2-item,
.ux-iws-nav__lvl3-item,
.ux-iws-nav__lvl4-item {
  list-style: none;
  cursor: pointer;
}
.ux-iws-nav__lvl1-item:last-of-type,
.ux-iws-nav__lvl2-item:last-of-type,
.ux-iws-nav__lvl3-item:last-of-type,
.ux-iws-nav__lvl4-item:last-of-type {
  margin-bottom: 0;
}

.ux-iws-nav__lvl1-item {
  padding: 12px 0;
}
@media only screen and (min-width: 1199px) {
  .ux-iws-nav__lvl1-item {
    margin: 0 15px;
    padding: 0;
    position: relative;
  }
  .ux-iws-nav__lvl1-item:first-of-type {
    margin-left: 0;
  }
  .ux-iws-nav__lvl1-item:last-of-type {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1440px) {
  .ux-iws-nav__lvl1-item {
    margin: 0 30px;
  }
}
.ux-iws-nav__lvl1-item > a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  color: #131313;
  text-decoration: none;
  position: relative;
}
@media only screen and (min-width: 1199px) {
  .ux-iws-nav__lvl1-item > a {
    font-size: 20px;
  }
}
.ux-iws-nav__lvl1-item::after {
  content: "";
  left: 0;
  height: 0;
  width: 100%;
  bottom: -16px;
  position: absolute;
}
.ux-iws-header--trumpf .ux-iws-nav__lvl1-item::after {
  background-color: #005074;
}
.ux-iws-header--mytrumpf .ux-iws-nav__lvl1-item::after {
  background-color: #bbd03a;
}
@media only screen and (min-width: 1199px) {
  .ux-iws-nav__lvl1-item ux-icon[name=arrow-right],
  .ux-iws-nav__lvl1-item ux-icon[name=chevron-right] {
    display: none;
  }
}

.ux-iws-nav__lvl2-item {
  width: 100%;
  padding: 12px 0;
}
@media only screen and (min-width: 1199px) {
  .ux-iws-nav__lvl2-item {
    width: 28%;
    padding-left: 30px;
    position: relative;
  }
}
@media only screen and (min-width: 1440px) {
  .ux-iws-nav__lvl2-item {
    width: 34%;
  }
}
@media only screen and (min-width: 1620px) {
  .ux-iws-nav__lvl2-item {
    width: 31%;
  }
}
.ux-iws-nav__lvl2-item > a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  color: #131313;
  text-decoration: none;
  position: relative;
}
.ux-iws-nav__lvl2-item ux-icon[name=arrow-right],
.ux-iws-nav__lvl2-item ux-icon[name=chevron-right] {
  font-size: 15px;
  margin-right: 20px;
  display: block;
}

@media only screen and (min-width: 1199px) {
  .ux-iws-nav__lvl2-item:last-of-type {
    margin-bottom: 35px;
  }
}

.ux-iws-nav__lvl3-item,
.ux-iws-nav__lvl4-item {
  padding: 12px 20px 12px 0;
}
@media only screen and (min-width: 1199px) {
  .ux-iws-nav__lvl3-item,
  .ux-iws-nav__lvl4-item {
    padding: 12px 20px 12px 30px;
    position: relative;
  }
}
@media only screen and (min-width: 1440px) {
  .ux-iws-nav__lvl3-item,
  .ux-iws-nav__lvl4-item {
    padding: 12px 30px 12px 50px;
  }
}
.ux-iws-nav__lvl3-item > a,
.ux-iws-nav__lvl4-item > a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  color: #131313;
  text-decoration: none;
  position: relative;
}

.ux-iws-nav__lvl4-item {
  position: relative;
}

.ux-iws-nav__lvl1-item--has-children > a,
.ux-iws-nav__lvl2-item--has-children > a {
  pointer-events: none;
}

@media only screen and (min-width: 768px) {
  .ux-iws-nav__lvl3-item--overview,
  .ux-iws-nav__lvl4-item--overview {
    top: 0;
    position: absolute;
  }
}
@media only screen and (min-width: 1199px) {
  .ux-iws-nav__lvl3-item--overview,
  .ux-iws-nav__lvl4-item--overview {
    top: 31px;
  }
}

.ux-iws-nav__lvl2-item--overview > a,
.ux-iws-nav__lvl3-item--overview > a,
.ux-iws-nav__lvl4-item--overview > a {
  font-family: "Frutiger-Bold", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-weight: 400;
  display: block !important;
  font-size: 16px;
  white-space: nowrap;
}
@media only screen and (min-width: 1199px) {
  .ux-iws-nav__lvl2-item--overview > a,
  .ux-iws-nav__lvl3-item--overview > a,
  .ux-iws-nav__lvl4-item--overview > a {
    font-size: 18px;
  }
}
.ux-iws-nav__lvl2-item--overview ux-icon,
.ux-iws-nav__lvl3-item--overview ux-icon,
.ux-iws-nav__lvl4-item--overview ux-icon {
  display: inline-block !important;
  margin-left: 10px;
}

.ux-iws-nav__lvl3-item--subheadline,
.ux-iws-nav__lvl4-item--subheadline {
  font-family: "Frutiger-Bold", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-weight: 400;
  color: #727272;
  text-decoration: none;
  cursor: default;
  font-size: 16px;
}
@media only screen and (min-width: 1199px) {
  .ux-iws-nav__lvl3-item--subheadline,
  .ux-iws-nav__lvl4-item--subheadline {
    font-size: 18px;
  }
}

@media only screen and (min-width: 1199px) {
  .ux-iws-header .ux-iws-nav__lvl2-item {
    padding-left: 30px;
  }
}
@media only screen and (min-width: 1440px) {
  .ux-iws-header .ux-iws-nav__lvl2-item {
    padding-left: 170px;
  }
  .ux-iws-header--100 .ux-iws-nav__lvl2-item {
    padding-left: 30px;
  }
}
@media only screen and (min-width: 1700px) {
  .ux-iws-header--100 .ux-iws-nav__lvl2-item {
    padding-left: 170px;
  }
}

.ux-iws-nav__lvl2-item::before,
.ux-iws-nav__lvl3-item::before,
.ux-iws-nav__lvl4-item::before {
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #eff0f4, #fff 100%);
  position: absolute;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  pointer-events: none;
}

.ux-iws-nav--not-active {
  display: none;
}

@media only screen and (min-width: 1199px) {
  .ux-iws-nav--not-active {
    display: block;
  }
}
@media only screen and (min-width: 1199px) {
  .ux-iws-nav--active::after {
    transition: height 0.25s ease-in-out;
  }
  .ux-iws-nav--active::after,
  .ux-iws-nav__lvl1-item:hover::after {
    height: 4px;
  }
  .ux-iws-nav__lvl2-item.ux-iws-nav--active > a,
  .ux-iws-nav__lvl2-item:not(.ux-iws-nav--not-active):hover > a,
  .ux-iws-nav__lvl3-item.ux-iws-nav--active > a,
  .ux-iws-nav__lvl3-item:hover > a,
  .ux-iws-nav__lvl4-item:hover > a {
    font-family: "Frutiger-Bold", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-weight: 400;
  }
  .ux-iws-nav__lvl2-item.ux-iws-nav--active::before,
  .ux-iws-nav__lvl2-item:hover::before,
  .ux-iws-nav__lvl3-item.ux-iws-nav--active::before,
  .ux-iws-nav__lvl3-item:hover::before,
  .ux-iws-nav__lvl4-item:hover::before {
    opacity: 1;
  }
  .ux-iws-nav__lvl3-item--subheadline:hover::before,
  .ux-iws-nav__lvl4-item--subheadline:hover::before {
    opacity: 0;
  }
}
.ux-iws-nav {
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cdcdcd;
}
@media only screen and (min-width: 1199px) {
  .ux-iws-nav {
    align-items: flex-end;
    position: relative;
  }
}

.ux-iws-nav__lvl1 {
  width: 100%;
  left: 0;
  top: -9999vh;
  margin: 0;
  padding: 15px 30px;
  background: #fff;
  position: absolute;
}
@media only screen and (min-width: 1199px) {
  .ux-iws-nav__lvl1 {
    margin-bottom: 16px;
    padding: 0;
    left: auto;
    top: auto;
    width: auto;
    display: flex;
    position: relative;
  }
}
.ux-iws-nav__lvl1 .ux-iws-nav--active .ux-iws-nav__lvl2 {
  display: block;
  /* stylelint-disable selector-max-compound-selectors */
  /* stylelint-enable selector-max-compound-selectors */
}
@media only screen and (min-width: 1199px) {
  .ux-iws-nav__lvl1 .ux-iws-nav--active .ux-iws-nav__lvl2 {
    visibility: visible;
  }
}
.ux-iws-nav__lvl1--active {
  top: 100px;
}
@media only screen and (min-width: 1199px) {
  .ux-iws-nav__lvl1--active {
    top: auto;
  }
}

.ux-iws-nav__lvl2,
.ux-iws-nav__lvl3,
.ux-iws-nav__lvl4 {
  cursor: default;
  background: #fff;
}

.ux-iws-nav__lvl2 {
  left: 0;
  top: 0;
  width: 100%;
  max-width: 1920px;
  padding: 60px 30px 30px;
  position: absolute;
  display: none;
  /* stylelint-disable selector-max-compound-selectors */
}
@media only screen and (min-width: 1199px) {
  .ux-iws-nav__lvl2 {
    left: 50%;
    transform: translateX(-50%);
    padding: 30px 0 0;
    top: 100px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    display: block;
    visibility: hidden;
    position: fixed;
    z-index: 1;
  }
}
.ux-iws-nav__lvl2::before, .ux-iws-nav__lvl2::after {
  content: "";
  top: -100px;
  width: 12px;
  height: calc(100% + 100px);
  background: #fff;
  position: absolute;
}
.ux-iws-nav__lvl2::before {
  left: -11px;
}
.ux-iws-nav__lvl2::after {
  right: -11px;
}
.ux-iws-nav__lvl2 .ux-iws-nav--not-active {
  display: none;
}
@media only screen and (min-width: 1199px) {
  .ux-iws-nav__lvl2 .ux-iws-nav--not-active {
    display: block;
  }
}
.ux-iws-nav__lvl2 .ux-iws-nav--active .ux-iws-nav__lvl3-wrapper {
  display: flex;
}
@media only screen and (min-width: 1199px) {
  .ux-iws-nav__lvl2 .ux-iws-nav--active .ux-iws-nav__lvl3-wrapper {
    visibility: visible;
  }
}
.ux-iws-nav__lvl2 .ux-iws-nav--active .ux-iws-nav__lvl3-item.ux-iws-nav--active .ux-iws-nav__lvl4-wrapper {
  display: flex;
  /* stylelint-enable selector-max-compound-selectors */
}
@media only screen and (min-width: 1199px) {
  .ux-iws-nav__lvl2 .ux-iws-nav--active .ux-iws-nav__lvl3-item.ux-iws-nav--active .ux-iws-nav__lvl4-wrapper {
    visibility: visible;
  }
}
.ux-iws-nav__lvl2 .ux-iws-nav__lvl2-item-toolbox {
  margin: 0 -30px;
  list-style: none;
}
@media (min-width: 1024px) {
  .ux-iws-nav__lvl2 .ux-iws-nav__lvl2-item-toolbox {
    margin: 0;
  }
}

.ux-iws-nav__lvl3-wrapper,
.ux-iws-nav__lvl4-wrapper {
  background: #fff;
  position: absolute;
  padding: 60px 30px 30px;
  display: flex;
  flex-direction: column;
  z-index: 11;
  display: none;
  cursor: default;
}
@media only screen and (min-width: 768px) {
  .ux-iws-nav__lvl3-wrapper,
  .ux-iws-nav__lvl4-wrapper {
    flex-flow: row wrap;
  }
}
@media only screen and (min-width: 1620px) {
  .ux-iws-nav__lvl3-wrapper,
  .ux-iws-nav__lvl4-wrapper {
    left: 31%;
  }
}

.ux-iws-nav__lvl3-wrapper {
  left: 0;
  top: 0;
  width: 100%;
}
@media only screen and (min-width: 1199px) {
  .ux-iws-nav__lvl3-wrapper {
    left: 34%;
    width: 20%;
    padding: 0;
    display: flex;
    visibility: hidden;
    position: fixed;
  }
}

.ux-iws-nav__lvl4-wrapper {
  left: -30px;
  right: -30px;
  top: -60px;
}
@media only screen and (min-width: 1199px) {
  .ux-iws-nav__lvl4-wrapper {
    left: 34%;
    top: 0;
    right: auto;
    width: 20%;
    padding: 0;
    display: flex;
    visibility: hidden;
    position: fixed;
  }
}

.ux-iws-nav__lvl3,
.ux-iws-nav__lvl4 {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
@media only screen and (min-width: 1199px) {
  .ux-iws-nav__lvl3,
  .ux-iws-nav__lvl4 {
    width: 50%;
    position: fixed;
    padding: 30px 0 35px;
    background: transparent;
  }
  .ux-iws-nav__lvl3:nth-of-type(1)::before,
  .ux-iws-nav__lvl4:nth-of-type(1)::before {
    content: "";
    width: 1px;
    height: 100%;
    left: 0;
    top: 0;
    border-right: 1px solid #cdcdcd;
    position: absolute;
    z-index: 1;
  }
}

@media only screen and (min-width: 1199px) {
  .ux-iws-nav__lvl3:nth-of-type(1) {
    left: 28%;
    width: 24%;
  }
  .ux-iws-nav__lvl3:nth-of-type(2) {
    left: 52%;
    width: 24%;
  }
  .ux-iws-nav__lvl3:nth-of-type(3) {
    left: 76%;
    width: 24%;
  }
}
@media only screen and (min-width: 1440px) {
  .ux-iws-nav__lvl3:nth-of-type(1) {
    left: 34%;
    width: 22%;
  }
  .ux-iws-nav__lvl3:nth-of-type(2) {
    left: 56%;
    width: 22%;
  }
  .ux-iws-nav__lvl3:nth-of-type(3) {
    left: 78%;
    width: 22%;
  }
}
@media only screen and (min-width: 1620px) {
  .ux-iws-nav__lvl3:nth-of-type(1) {
    left: 31%;
    width: 23%;
  }
  .ux-iws-nav__lvl3:nth-of-type(2) {
    left: 54%;
    width: 23%;
  }
  .ux-iws-nav__lvl3:nth-of-type(3) {
    left: 77%;
    width: 23%;
  }
}

@media only screen and (min-width: 1199px) {
  .ux-iws-nav__lvl4:nth-of-type(1) {
    left: 52%;
    width: 24%;
  }
  .ux-iws-nav__lvl4:nth-of-type(2) {
    left: 76%;
    width: 24%;
  }
}
@media only screen and (min-width: 1440px) {
  .ux-iws-nav__lvl4:nth-of-type(1) {
    left: 56%;
    width: 22%;
  }
  .ux-iws-nav__lvl4:nth-of-type(2) {
    left: 78%;
    width: 22%;
  }
}
@media only screen and (min-width: 1620px) {
  .ux-iws-nav__lvl4:nth-of-type(1) {
    left: 54%;
    width: 23%;
  }
  .ux-iws-nav__lvl4:nth-of-type(2) {
    left: 77%;
    width: 23%;
  }
}

/* stylelint-disable selector-max-compound-selectors */
@media only screen and (min-width: 768px) {
  .ux-iws-nav__lvl3-wrapper--has-overview-links .ux-iws-nav__lvl3,
  .ux-iws-nav__lvl4-wrapper--has-overview-links .ux-iws-nav__lvl4 {
    padding-top: 52px;
  }
  .ux-iws-nav__lvl3-wrapper--has-overview-links .ux-iws-nav__lvl3:nth-of-type(3),
  .ux-iws-nav__lvl4-wrapper--has-overview-links .ux-iws-nav__lvl4:nth-of-type(3) {
    padding-top: 0;
  }
}
@media only screen and (min-width: 1199px) {
  .ux-iws-nav__lvl3-wrapper--has-overview-links .ux-iws-nav__lvl3,
  .ux-iws-nav__lvl4-wrapper--has-overview-links .ux-iws-nav__lvl4 {
    padding-top: 83px;
  }
  .ux-iws-nav__lvl3-wrapper--has-overview-links .ux-iws-nav__lvl3:nth-of-type(3),
  .ux-iws-nav__lvl4-wrapper--has-overview-links .ux-iws-nav__lvl4:nth-of-type(3) {
    padding-top: 83px;
  }
}

/* stylelint-enable selector-max-compound-selectors */
.ux-iws-nav__meta {
  display: flex;
  align-items: center;
}
.ux-iws-nav__meta .ux-iws-nav__meta-container-header {
  margin-right: 10px;
}
@media only screen and (min-width: 1199px) {
  .ux-iws-nav__meta .ux-iws-nav__meta-container-header {
    right: -20px;
    top: 0;
    margin: 0;
    position: absolute;
    max-width: calc(100% + 40px);
    overflow-x: scroll;
    padding: 0 20px 15px;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
}
@media only screen and (min-width: 1199px) {
  .ux-iws-nav__meta .ux-iws-nav__meta-container-header::-webkit-scrollbar {
    display: none;
  }
}

.ux-iws-nav__eyecatcher {
  left: 130px;
  bottom: 0;
  padding: 3px 15px 4px;
  background: #bbd03a;
  position: absolute;
  cursor: default;
}
@media only screen and (min-width: 768px) {
  .ux-iws-nav__eyecatcher {
    left: 150px;
  }
}
@media only screen and (min-width: 1199px) {
  .ux-iws-nav__eyecatcher {
    left: auto;
    right: 0;
  }
}
.ux-iws-nav__eyecatcher span {
  color: #fff;
}
.ux-iws-header--active .ux-iws-nav__eyecatcher {
  display: none;
}
.ux-iws-header--100 .ux-iws-nav__eyecatcher {
  background: #285172;
  left: 200px;
  white-space: nowrap;
}
@media only screen and (max-width: 374px) {
  .ux-iws-header--100 .ux-iws-nav__eyecatcher {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .ux-iws-header--100 .ux-iws-nav__eyecatcher {
    left: 280px;
  }
}
@media only screen and (min-width: 1199px) {
  .ux-iws-header--100 .ux-iws-nav__eyecatcher {
    left: auto;
    right: 0;
  }
}

.ux-iws-nav__lvl2-back,
.ux-iws-nav__lvl3-back,
.ux-iws-nav__lvl4-back {
  font-family: "Frutiger-Bold", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-weight: 400;
  left: 30px;
  top: 30px;
  font-size: 13px;
  display: block;
  margin: 0 0 20px;
  text-transform: uppercase;
  position: absolute;
  transition: color 0.2s ease-in-out;
  cursor: pointer;
}
.ux-iws-nav__lvl2-back::before,
.ux-iws-nav__lvl3-back::before,
.ux-iws-nav__lvl4-back::before {
  content: "← ";
}
@media only screen and (min-width: 1199px) {
  .ux-iws-nav__lvl2-back,
  .ux-iws-nav__lvl3-back,
  .ux-iws-nav__lvl4-back {
    display: none;
  }
}
.ux-iws-nav__lvl2-back:hover,
.ux-iws-nav__lvl3-back:hover,
.ux-iws-nav__lvl4-back:hover {
  color: #bbd03a;
}