.home-view,
.header-container {
  background: white url(/images/homepage/homepage-background-pattern.jpg);
  background: rgba(255, 255, 255, 0.83);
  background-image: url(/images/homepage/pattern-bg-home.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  border-style: none;
}
@media screen and (max-width: 840px) {
  .button,
  a.button {
    width: 300px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .button.button--invert,
  a.button.button--invert {
    padding-left: 14px;
    padding-right: 14px;
  }
  .button:not(.home-abovethefold__button),
  a.button:not(.home-abovethefold__button) {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}
.header-container:not(.is-sticky) .header__item .header-dropdownnav {
  top: 90px;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
}
.header-container:not(.is-sticky) .header__item .header-dropdownnav li:nth-child(2) {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
}
.header-container:not(.is-sticky) .header__item .header-dropdownnav li:nth-child(2) a {
  background: rgba(255, 255, 255, 0.4);
}
.home__container {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .home__container {
    justify-content: center;
    align-items: stretch;
    flex-flow: row nowrap;
    max-width: inherit;
  }
}
.home__container_item {
  flex-basis: auto;
}
@media screen and (min-width: 769px) {
  .home__container_item {
    width: 50%;
  }
}
@media screen and (min-width: 769px) {
  .home__container_item:nth-child(2) .article {
    margin-left: 50px;
  }
}
.article {
  margin-bottom: 120px;
}
.article .article__headline {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 300;
}
.article .article__headline::after {
  width: 150px;
}
@media (max-width: 768px) {
  .article .article__headline_text {
    font-size: 26px;
  }
}
.article.article--fullsize .article__headline::after {
  left: 50%;
  margin-left: -75px;
}
@media (max-width: 768px) {
  .article {
    margin-bottom: 90px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .article.article--fullsize {
    max-width: 530px;
  }
}
.home__headline,
.bulletpoints {
  margin-bottom: 33px;
}
.home__headline {
  max-width: 630px;
  font-size: 40px;
  position: relative;
  padding-bottom: 17px;
  margin-bottom: 40px;
}
.home__headline:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 150px;
  height: 2px;
  background-color: #ff5a5f;
}
@media screen and (max-width: 768px) {
  .home__headline {
    font-size: 28px;
    max-width: 24px;
  }
}
.home-abovethefold-column__container {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .home-abovethefold-column__container {
    flex-direction: column-reverse;
  }
}
.home-abovethefold {
  position: relative;
}
@media screen and (min-width: 769px) {
  .home-abovethefold {
    min-height: 460px;
  }
}
.home-abovethefold .bulletpoints li {
  font-size: 16px;
  line-height: 2;
  margin-left: 20px;
  list-style-type: disc;
}
.home-abovethefold .bulletpoints li span {
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .home-abovethefold .bulletpoints li {
    line-height: 17px;
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.home-abovethefold .columns {
  position: relative;
}
.home-abovethefold .home-abovethefold__text {
  color: #959595;
  font-size: 18px;
  max-width: 386px;
}
.home-abovethefold .button.home-abovethefold__button {
  margin-top: 15px;
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .home-abovethefold .button.home-abovethefold__button {
    font-size: 16px;
    margin-top: 45px;
  }
}
.home-abovethefold .home-abovethefold-images {
  display: flex;
  margin-top: 80px;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .home-abovethefold .home-abovethefold-images {
    margin-top: 14px;
  }
}
.home-abovethefold .home-abovethefold__img {
  position: relative;
  margin: 0 60px 0 0;
}
@media screen and (max-width: 768px) {
  .home-abovethefold .home-abovethefold__img {
    margin: 0 14px 0 0;
  }
  .home-abovethefold .home-abovethefold__img:nth-of-type(1) {
    width: 74px;
    height: 79px;
  }
  .home-abovethefold .home-abovethefold__img:nth-of-type(2) {
    width: 91px;
    height: 68px;
  }
  .home-abovethefold .home-abovethefold__img:last-of-type {
    width: 104px;
    height: 80px;
  }
}
.home-abovethefold .home-abovethefold-keyvisual__img {
  position: absolute;
  bottom: -100px;
  height: 685px;
  width: auto;
  left: 400px;
}
@media screen and (max-width: 768px) {
  .home-abovethefold .home-abovethefold-keyvisual__img {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 900px) {
  .home-abovethefold .home-abovethefold-keyvisual__img {
    bottom: 130px;
    width: 350px;
    height: auto;
    left: 460px;
  }
}
.home-shield__text {
  margin-top: 24px;
  color: #959595;
  font-size: 16px;
  display: flex;
  flex-direction: row;
}
.home-shield__text span {
  display: inline-block;
}
.home-shield__text span:first-of-type {
  align-self: auto;
  display: inline-block;
  flex-shrink: 0;
  width: 43px;
  height: 49px;
  background: transparent url("/images/homepage/shield__icon.svg") no-repeat;
  margin-right: 16px;
  background-size: 48px 49px;
}
.bonus .bonus__container {
  flex-direction: row-reverse;
}
.bonus .bonus__container_item:last-child {
  display: flex;
  justify-content: flex-start;
}
.bonus .bonus__container_item:last-child .article {
  margin-left: 0;
  padding-top: 50px;
}
.bonus .bonus__img {
  position: relative;
}
@media (max-width: 768px) {
  .bonus .bonus__img {
    display: none;
  }
}
@media (min-width: 769px) {
  .bonus .bonus__img {
    width: 100%;
    max-width: 400px;
    height: auto;
  }
}
@media (max-width: 768px) {
  .bonus .bonus__article_text:before {
    display: inline-block;
    width: 100%;
    height: 260px;
    content: "";
    background: transparent url("/images/homepage/fs-moneypot.png") center 0 no-repeat;
    background-size: contain;
    margin-bottom: 20px;
  }
}
.bonus .bonus-image__article {
  align-self: flex-start;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .bonus .bonus-image__article {
    margin-left: inherit;
    margin-right: inherit;
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .consultation .consultation__container_item:last-child {
    display: none;
  }
}
@media (min-width: 769px) {
  .consultation .consultation-image-only__article {
    max-width: inherit;
  }
}
@media (max-width: 768px) {
  .consultation .consultation__img {
    display: none;
  }
}
@media (min-width: 769px) {
  .consultation .consultation__img {
    width: 362px;
    height: auto;
    max-width: inherit;
  }
}
@media (max-width: 768px) {
  .consultation .consultation__headline {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .consultation .consultation__article_text {
    padding-top: 30px;
  }
}
@media (max-width: 768px) {
  .consultation .consultation__article_text:before {
    display: inline-block;
    width: 100%;
    height: 200px;
    content: "";
    background: transparent url("/images/homepage/fs-compass.png") center bottom no-repeat;
    background-size: contain;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    -o-background-size: contain;
    -ms-background-size: contain;
    margin-bottom: 20px;
  }
}
@media (min-width: 500px) and (max-width: 768px) {
  .consultation .consultation__article_text:before {
    background-size: contain;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    -o-background-size: contain;
    -ms-background-size: contain;
    height: 280px;
  }
}
@media screen and (max-width: 768px) {
  .insurances__headline--desktop {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .insurances__headline--mobile {
    display: none;
  }
}
.insurances .insurances__container {
  flex-flow: wrap;
  flex-direction: column;
  text-align: left;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .insurances .insurances__container {
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 60px;
  }
}
@media (min-width: 769px) {
  .insurances .insurances__container {
    justify-content: space-between;
    flex-direction: row;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .insurances .insurances__container {
    max-width: 630px;
    justify-content: space-evenly;
  }
}
.insurances .insurances__container_item {
  flex-basis: auto;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .insurances .insurances__container_item {
    width: 100%;
    height: 140px;
  }
  .insurances .insurances__container_item:not(:last-child) {
    margin-bottom: 24px;
  }
}
.insurances .insurances__container_item:nth-of-type(1) .insurances__item {
  background: transparent url("/images/homepage/tablet.svg") no-repeat;
}
.insurances .insurances__container_item:nth-of-type(1) .insurances__item:hover,
.insurances .insurances__container_item:nth-of-type(1) .insurances__item:active,
.insurances .insurances__container_item:nth-of-type(1) .insurances__item:focus {
  background: transparent url("/images/homepage/tablet--hover.svg") no-repeat;
}
.insurances .insurances__container_item:nth-of-type(2) .insurances__item {
  background: transparent url("/images/homepage/laptop.svg") no-repeat;
}
.insurances .insurances__container_item:nth-of-type(2) .insurances__item:hover,
.insurances .insurances__container_item:nth-of-type(2) .insurances__item:active,
.insurances .insurances__container_item:nth-of-type(2) .insurances__item:focus {
  background: transparent url("/images/homepage/laptop--hover.svg") no-repeat;
}
.insurances .insurances__container_item:nth-of-type(3) .insurances__item {
  background: transparent url("/images/homepage/smartwatch.svg") no-repeat;
}
.insurances .insurances__container_item:nth-of-type(3) .insurances__item:hover,
.insurances .insurances__container_item:nth-of-type(3) .insurances__item:active,
.insurances .insurances__container_item:nth-of-type(3) .insurances__item:focus {
  background: transparent url("/images/homepage/smartwatch--hover.svg") no-repeat;
}
.insurances .insurances__container_item:nth-of-type(4) .insurances__item {
  background: transparent url("/images/homepage/camera.svg") no-repeat;
}
.insurances .insurances__container_item:nth-of-type(4) .insurances__item:hover,
.insurances .insurances__container_item:nth-of-type(4) .insurances__item:active,
.insurances .insurances__container_item:nth-of-type(4) .insurances__item:focus {
  background: transparent url("/images/homepage/camera--hover.svg") no-repeat;
}
.insurances .insurances__container_item:nth-of-type(5) .insurances__item {
  background: transparent url("/images/homepage/tv.svg") no-repeat;
}
.insurances .insurances__container_item:nth-of-type(5) .insurances__item:hover,
.insurances .insurances__container_item:nth-of-type(5) .insurances__item:active,
.insurances .insurances__container_item:nth-of-type(5) .insurances__item:focus {
  background: transparent url("/images/homepage/tv--hover.svg") no-repeat;
}
.insurances .insurances__article_text {
  max-width: 650px;
  margin-bottom: 60px;
}
.insurances .insurances__item {
  display: inline-block;
  width: 140px;
  height: 140px;
  text-align: center;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}
.insurances .insurances__item:hover,
.insurances .insurances__item:active,
.insurances .insurances__item:focus {
  text-decoration: none;
}
.insurances .insurances__item:hover .insurances__item_text,
.insurances .insurances__item:active .insurances__item_text,
.insurances .insurances__item:focus .insurances__item_text {
  color: #ff5a5f;
}
@media (max-width: 768px) {
  .insurances .insurances__item {
    position: relative;
  }
}
.insurances .insurances__item_text {
  text-indent: -9000px;
  display: block;
}
.team .team__article_text {
  max-width: 650px;
  margin-bottom: 60px;
}
.team .team__img {
  margin: -140px 0 20px;
}
@media (min-width: 769px) {
  .team .team__img {
    margin: -210px 0 35px 100px;
  }
}
.socials {
  margin-bottom: 70px;
}
.socials .socials__container {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
}
.socials .socials__container_item {
  flex-basis: auto;
}
.socials .socials__container_item:not(:last-child) .social__link {
  margin-right: 20px;
}
.socials .social__link {
  display: inline-block;
  background-image: url(/images/v18/social-icons.svg);
  background-repeat: no-repeat;
  height: 32px;
  width: 32px;
}
.socials .social-facebook__link {
  background-position: 0 0;
  width: 16px;
}
.socials .social-twitter__link {
  background-position: 0 -56px;
}
.socials .social-instagram__link {
  background-position: 0 -120px;
}
.socials .social-linkedin__link {
  background-position: 0 -170px;
}
