@charset "UTF-8";
/* themecolor */
/* Ersatz für $theme-ultra-light */
/*Facelift colors*/
/*$theme-green: rgb(105, 113, 2);*/
/*
    This CSS resource incorporates links to font software which is the valuable copyrighted
property of Monotype and/or its suppliers. You may not attempt to copy, install,
redistribute, convert, modify or reverse engineer this font software. Please contact Monotype
with any questions regarding Web Fonts:  http://www.linotype.com
*/
@font-face {
  font-family: "HelveticaNeueW02-45Ligh";
  src: url("../fonts/7732d6de-bd05-4c17-ae43-99e9a02edf31.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueW02-65Medi";
  src: url("../fonts/9f93e286-eeaa-4077-b0b2-0e6901920f74.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueW02-75Bold";
  src: url("../fonts/2a5cf81d-ffbe-4c76-8982-270592fb36b0.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueLTW04_77MediumCn";
  src: url("../fonts/1a559dd9-e51e-45d5-86eb-f343223bacef.woff2") format("woff2");
}
@font-face {
  font-family: "HelveticaNeueLTW04_77BdCn";
  src: url("../fonts/18df15d8-ae4d-4e9a-9d11-212d65403f8e.woff2") format("woff2");
}
/* $headings-font-family:    inherit !default; */
/*$btn-font-size: 0.75rem;*/
body {
  --font-size-h1: 2.2rem;
  --font-size-h2: 1.6rem;
  --font-size-h3: 1.2375rem;
  --font-size-h4: 1.125rem;
  --line-height-h1: 1.185;
  --line-height-h2: 1.1655;
  --line-height-h3: 1.2631578947;
  --line-height-h4: 1.3636363636;
  --margin-top-h1: 1.5rem;
  --margin-top-h2: 1.93749rem;
  --margin-top-h3: 1.5rem;
  --margin-top-h4: calc(1.5rem / 1.333);
  --margin-bottom-h1: calc(1.5rem / 1.333);
  --margin-bottom-h2: calc(1.5rem / 1.333);
  --margin-bottom-h3: 0.75rem;
  --margin-bottom-h4: 0.75rem;
  --btn-font-size: 0.85rem;
  --btn-padding: calc(0.6rem);
}

@media (min-width: 768px) {
  body {
    --font-size-h1: 3.5rem;
    --font-size-h2: 2.625rem;
    --font-size-h3: 1.62225rem;
    --font-size-h4: 1.095rem;
    --line-height-h1: 1.10294117647059;
    --line-height-h2: 1.1428571429;
    --line-height-h3: 1.3846153846;
    --line-height-h4: 1.3636363636;
    --margin-top-h1: 3.25rem;
    --margin-top-h2: 2rem;
    --margin-top-h3: 1.5rem;
    --margin-bottom-h1: 1.5rem;
    --margin-bottom-h2: 1.5rem;
    --margin-bottom-h3: 0.75rem;
    --btn-font-size: 1rem;
    --btn-padding: calc(0.675rem);
  }
}
body.campaign-seinichtso {
  /* Only on this page:*/
}
body.campaign-seinichtso div.calculator:not(.tab-pane), body.campaign-seinichtso section.calculator:not(.tab-pane) {
  background: rgb(221, 239, 237);
}
body.campaign-seinichtso h1 {
  text-align: center;
}
body.campaign-seinichtso .intro-stage.start {
  max-height: 80vh;
}
body.campaign-seinichtso .outer-text {
  /*.intro-pic {
    border: 3px dashed lime
  }*/
}
@media screen and (orientation: portrait) {
  body.campaign-seinichtso .outer-text .intro-pic {
    background-position: 50% 50%;
    background-size: 130%;
  }
}
@media screen and (min-aspect-ratio: 16/12) {
  body.campaign-seinichtso .outer-text .intro-pic {
    background-position: 100% 70%;
    background-size: 85vw;
  }
}
@media screen and (min-aspect-ratio: 16/9) {
  body.campaign-seinichtso .outer-text .intro-pic {
    background-position: 100% 70%;
    background-size: 85vw;
  }
}
@media screen and (min-width: 1800px) and (orientation: landscape) {
  body.campaign-seinichtso .outer-text .intro-pic {
    background-size: 85vw;
  }
}
@media screen and (min-width: 1950px) and (orientation: landscape) {
  body.campaign-seinichtso .outer-text .intro-pic {
    background-size: 85vw;
  }
}
@media screen and (min-width: 2150px) and (orientation: landscape) {
  body.campaign-seinichtso .outer-text .intro-pic {
    background-size: 80vw;
    background-position: 100% 80%;
  }
}
body.campaign-seinichtso .btn-down {
  position: absolute;
  bottom: -1px;
  left: 50%;
  font-size: 2.5rem;
  z-index: 2;
  line-height: 0;
  display: block;
}
@media screen and (min-width: 768px) {
  body.campaign-seinichtso .btn-down {
    font-size: 3rem;
  }
}
body.campaign-seinichtso .btn-down span[class^=svg] {
  color: #fFF;
}
body.campaign-seinichtso .btn-down:hover span[class^=svg], body.campaign-seinichtso .btn-down:focus span[class^=svg] {
  color: var(--body-bg);
}
body.campaign-seinichtso .text-image-element, body.campaign-seinichtso .intro, body.campaign-seinichtso h2, body.campaign-seinichtso h3 {
  text-align: center;
}
body.campaign-seinichtso .text-image-element .btn, body.campaign-seinichtso .intro .btn, body.campaign-seinichtso h2 .btn, body.campaign-seinichtso h3 .btn {
  float: none;
  display: inline-block;
}
body.campaign-seinichtso .icon-text-list {
  text-align: center;
  row-gap: 30px;
}
@media (min-width: 768px) {
  body.campaign-seinichtso .icon-text-list {
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
  }
  body.campaign-seinichtso .icon-text-list li {
    flex: 0 1 calc(50% - 15px);
  }
}
body.campaign-seinichtso .icon-text-list img {
  filter: brightness(0) saturate(100%);
  width: 70px;
}
body.campaign-seinichtso .icon-text-list picture {
  grid-row: 1;
  padding: 0.375rem 0;
}
body.campaign-seinichtso .icon-text-list li {
  padding: 1.5rem 15px;
  margin-bottom: 1.5rem;
  background-color: rgb(166, 179, 5);
  grid-template-columns: 1fr;
  grid-template-rows: 100px 1.875rem auto;
  grid-template-areas: "pic " "headline" "copy-text";
}
body.campaign-seinichtso .icon-text-list li:before {
  display: none;
}
body.campaign-seinichtso .icon-text-list li * {
  color: #000;
}
@media screen and (max-width: 767px) {
  body.campaign-seinichtso .icon-text-list li:nth-child(even) {
    background: rgb(0, 105, 175);
  }
  body.campaign-seinichtso .icon-text-list li:nth-child(even) * {
    color: #FFF;
  }
  body.campaign-seinichtso .icon-text-list li:nth-child(even) img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(93%) saturate(0%) hue-rotate(201deg) brightness(106%) contrast(106%);
  }
}
@media screen and (min-width: 768px) {
  body.campaign-seinichtso .icon-text-list li {
    margin-bottom: 0;
  }
  body.campaign-seinichtso .icon-text-list li:nth-child(2), body.campaign-seinichtso .icon-text-list li:nth-child(3) {
    background: rgb(0, 105, 175);
  }
  body.campaign-seinichtso .icon-text-list li:nth-child(2) *, body.campaign-seinichtso .icon-text-list li:nth-child(3) * {
    color: #FFF;
  }
  body.campaign-seinichtso .icon-text-list li:nth-child(2) img, body.campaign-seinichtso .icon-text-list li:nth-child(3) img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(93%) saturate(0%) hue-rotate(201deg) brightness(106%) contrast(106%);
  }
}
@media screen and (min-width: 1200px) {
  body.campaign-seinichtso .icon-text-list li {
    padding: 1.5rem 60px;
  }
}
body.campaign-seinichtso .text-image-element + .row .icon-text-list {
  margin-top: 3rem;
}
body.campaign-seinichtso .focus-block {
  background: rgb(221, 239, 237);
  padding: 1.5rem 30px;
  color: rgb(0, 105, 175);
  text-align: center;
}
@media (min-width: 992px) {
  body.campaign-seinichtso .focus-block p {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
body.campaign-seinichtso .focus-block picture {
  width: 80px;
  display: block;
  margin: 0.75rem auto;
}
body.campaign-seinichtso .focus-block picture svg {
  width: 100%;
}
body.campaign-seinichtso .focus-block picture path, body.campaign-seinichtso .focus-block picture circle {
  fill: rgb(0, 105, 175);
}
body.campaign-seinichtso .focus-block .h3, body.campaign-seinichtso .focus-block .h2 {
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
}
body.campaign-seinichtso .focus-block p {
  text-align: center;
  color: rgb(0, 105, 175);
}
body.campaign-seinichtso .focus-block .btn {
  float: none;
  display: inline-block;
  margin: 1.5rem auto;
}
body.campaign-seinichtso .focus-block span.h2 {
  display: block;
  text-align: center;
  color: rgb(249, 177, 4);
}
body.campaign-seinichtso .focus-button-group {
  background: rgb(166, 179, 5);
  padding: 1.5rem 30px;
  text-align: center;
}
body.campaign-seinichtso .focus-button-group p {
  color: #000;
}
@media (min-width: 992px) {
  body.campaign-seinichtso .focus-button-group p {
    padding: 0 15px;
  }
}
@media (min-width: 768px) {
  body.campaign-seinichtso .focus-button-group .btns {
    display: flex;
    column-gap: 30px;
  }
  body.campaign-seinichtso .focus-button-group .btns .btn {
    flex: 0 1 50%;
    width: auto;
    min-width: auto;
  }
}
/*# sourceMappingURL=../maps/campaign-seinichtso.css.map */
