@charset "UTF-8";
/* open-sans-regular - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/new2022/fonts/open-sans-v34-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/assets/new2022/fonts/open-sans-v34-latin-regular.eot?#iefix") format("embedded-opentype"), url("/assets/new2022/fonts/open-sans-v34-latin-regular.woff2") format("woff2"), url("/assets/new2022/fonts/open-sans-v34-latin-regular.woff") format("woff"), url("/assets/new2022/fonts/open-sans-v34-latin-regular.ttf") format("truetype"), url("/assets/new2022/fonts/open-sans-v34-latin-regular.svg#OpenSans") format("svg");
  /* Legacy iOS */
}
/* open-sans-500 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 500;
  src: url("/assets/new2022/fonts/open-sans-v34-latin-500.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/assets/new2022/fonts/open-sans-v34-latin-500.eot?#iefix") format("embedded-opentype"), url("/assets/new2022/fonts/open-sans-v34-latin-500.woff2") format("woff2"), url("/assets/new2022/fonts/open-sans-v34-latin-500.woff") format("woff"), url("/assets/new2022/fonts/open-sans-v34-latin-500.ttf") format("truetype"), url("/assets/new2022/fonts/open-sans-v34-latin-500.svg#OpenSans") format("svg");
  /* Legacy iOS */
}
/* open-sans-600 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: url("/assets/new2022/fonts/open-sans-v34-latin-600.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/assets/new2022/fonts/open-sans-v34-latin-600.eot?#iefix") format("embedded-opentype"), url("/assets/new2022/fonts/open-sans-v34-latin-600.woff2") format("woff2"), url("/assets/new2022/fonts/open-sans-v34-latin-600.woff") format("woff"), url("/assets/new2022/fonts/open-sans-v34-latin-600.ttf") format("truetype"), url("/assets/new2022/fonts/open-sans-v34-latin-600.svg#OpenSans") format("svg");
  /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: url("/assets/new2022/fonts/open-sans-v34-latin-700.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/assets/new2022/fonts/open-sans-v34-latin-700.eot?#iefix") format("embedded-opentype"), url("/assets/new2022/fonts/open-sans-v34-latin-700.woff2") format("woff2"), url("/assets/new2022/fonts/open-sans-v34-latin-700.woff") format("woff"), url("/assets/new2022/fonts/open-sans-v34-latin-700.ttf") format("truetype"), url("/assets/new2022/fonts/open-sans-v34-latin-700.svg#OpenSans") format("svg");
  /* Legacy iOS */
}
/* open-sans-800 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 800;
  src: url("/assets/new2022/fonts/open-sans-v34-latin-800.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/assets/new2022/fonts/open-sans-v34-latin-800.eot?#iefix") format("embedded-opentype"), url("/assets/new2022/fonts/open-sans-v34-latin-800.woff2") format("woff2"), url("/assets/new2022/fonts/open-sans-v34-latin-800.woff") format("woff"), url("/assets/new2022/fonts/open-sans-v34-latin-800.ttf") format("truetype"), url("/assets/new2022/fonts/open-sans-v34-latin-800.svg#OpenSans") format("svg");
  /* Legacy iOS */
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: local(""), url("../font/open-sans-v27-latin-300.woff2") format("woff2"), url("../font/open-sans-v27-latin-300.woff") format("woff");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("../font/open-sans-v27-latin-regular.woff2") format("woff2"), url("../font/open-sans-v27-latin-regular.woff") format("woff");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: local(""), url("../font/open-sans-v27-latin-700.woff2") format("woff2"), url("../font/open-sans-v27-latin-700.woff") format("woff");
}
* {
  margin: 0;
  box-sizing: inherit;
}
*:before, *:after {
  box-sizing: inherit;
}
body {
  font: 18px "Open Sans", Arial, sans-serif;
  color: black;
  font-weight: lighter;
  box-sizing: border-box;
}
body.overlayOpen {
  overflow: hidden;
}
a {
  color: black;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
h1 {
  font: 800 66px/66px "Open Sans", Arial, sans-serif;
  color: white;
  text-transform: uppercase;
}
h2, .h2 {
  font: bold 28px/34px "Open Sans", Arial, sans-serif;
}
.h2--light {
  font: 300 28px/34px "Open Sans", Arial, sans-serif;
}
.h2--regular {
  font: 400 28px/34px "Open Sans", Arial, sans-serif;
}
.h2--inline {
  display: inline;
}
h3, .h3 {
  font: bold 26px/34px "Open Sans", Arial, sans-serif;
  margin-bottom: 20px;
}
.h3--inline {
  display: inline;
}
input {
  border-radius: 0;
  outline: 0;
  box-shadow: none;
}
.subheader {
  font-size: 34px;
  line-height: 40px;
  font-weight: 300;
}
.wrp {
  position: relative;
  width: 1366px;
  margin: auto;
  padding: 0 40px;
}
.main {
  padding-top: 175px;
}
.img--width-max {
  display: block;
  width: 100%;
  height: auto;
}
.img--max-width {
  display: block;
  max-width: 100%;
  height: auto;
}
.text--center {
  text-align: center;
}
.text--white {
  color: white;
}
.text--cyan {
  color: #6cc9f4;
}
.btn-block {
  margin-top: 45px;
  text-align: center;
}
.btn {
  display: inline-block;
  padding: 10px 50px;
  text-decoration: none;
  background: #01549a;
  color: white;
  cursor: pointer;
  border-radius: 30px;
}
.btn:hover {
  background: #2db2eb;
}
.btn--grey {
  border-color: inherit;
  color: #fff;
}
.anchor {
  display: block;
  height: 175px;
  margin-top: -175px;
  visibility: hidden;
}
@media (max-width: 1366px) {
  .wrp {
    width: 100%;
    padding: 0 25px;
  }
}
@media (max-width: 1240px) {
  .main {
    padding-top: 90px;
  }
  .anchor {
    height: 90px;
    margin-top: -90px;
  }
}
@media (max-width: 1080px) {
  body {
    font-size: 16px;
  }
  h1 {
    font-size: 50px;
    line-height: 50px;
  }
  h2, .h2 {
    font-size: 28px;
    line-height: 34px;
  }
  .subheader {
    font-size: 28px;
    line-height: 34px;
  }
  h3, .h3 {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (max-width: 890px) {
  .kontakt-footer {
    background-image: none !important;
  }
}
@media (max-width: 620px) {
  h1 {
    font-size: 34px;
    line-height: 34px;
    hyphens: auto;
  }
  h2, .h2, h3, .h3 {
    hyphens: auto;
  }
  .right-nav {
    display: none;
  }
}
.header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 175px;
  padding-top: 52px;
  background: white;
  z-index: 50;
}
.header__logo-block {
  display: inline-block;
  vertical-align: top;
}
.header__search {
  position: absolute;
  top: 40px;
  right: 40px;
}
.header__search:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 7px;
  width: 10px;
  height: 10px;
  border: 2px solid black;
  border-radius: 50%;
}
.header__search:after {
  content: "";
  position: absolute;
  top: 19px;
  left: 14px;
  width: 5px;
  height: 1px;
  background: black;
  transform: rotate(45deg);
}
.header__search-icon {
  position: absolute;
  top: 10px;
  left: 6px;
}
.header__search-input {
  padding-left: 20px;
  margin-right: 10px;
  height: 22px;
  background-color: white;
  color: black;
  border: 1px solid black;
}
.header__search-submit {
  background-color: white;
  color: black;
  border: 0;
  font-size: 16px;
  text-transform: uppercase;
  vertical-align: middle;
  padding-right: 0;
}
.main-nav {
  position: relative;
  margin-top: 20px;
  font-size: 16px;
}
.main-nav__list {
  display: flex;
  justify-content: flex-end;
  padding: 0;
}
.main-nav__item {
  display: block;
  margin-left: 20px;
  position: relative;
}
.main-nav__item:hover > .main-nav__sub-list {
  display: block;
}
.main-nav__item:first-child {
  margin-left: 0;
}
.main-nav__item--active .main-nav__list2 {
  display: flex;
}
.main-nav__link {
  display: block;
  text-transform: uppercase;
  line-height: 32px;
  text-decoration: none;
}
.main-nav__link:hover {
  color: #01549a;
  border-bottom: 1px solid #01549a;
}
.main-nav__link--active {
  font-weight: bold;
  text-decoration: none;
}
.main-nav__list2 {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  display: none;
  justify-content: center;
  background: rgba(255, 255, 255, 0.8);
  padding: 6px 0;
}
.main-nav__item2 {
  display: block;
  margin: 0 15px;
}
.main-nav__item2--active .main-nav__list3 {
  display: flex;
}
.main-nav__link2 {
  text-decoration: none;
}
.main-nav__link2--active {
  font-weight: bold;
  text-decoration: none;
}
.main-nav__list3 {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  display: none;
  justify-content: center;
  background: rgba(150, 164, 173, 0.8);
  padding: 6px 0;
}
.main-nav__item3 {
  display: block;
  margin: 0 15px;
}
.main-nav__item3--active .main-nav__list4 {
  display: flex;
}
.main-nav__link3--active {
  font-weight: bold;
}
.main-nav__list4 {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  display: none;
  justify-content: center;
  background: rgba(192, 199, 205, 0.8);
  padding: 6px 0;
}
.main-nav__item4 {
  display: block;
  margin: 0 15px;
}
.main-nav__link4--active {
  font-weight: bold;
}
.main-nav__sub-list--l2 {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  transform: translateX(-50px);
  background: #fff;
  padding: 6px 0 0;
  background-clip: padding-box;
  box-shadow: 0 4px 6px -2px rgba(0, 0, 0, 0.1);
}
.main-nav__sub-list--l3 {
  display: none;
  padding: 0;
}
.main-nav__sub-list--l3 .main-nav__sub-item {
  padding-left: 28px;
}
.top-nav {
  position: absolute;
  top: -32px;
  right: 40px;
  font-size: 12px;
}
.top-nav__list {
  display: flex;
  padding: 0;
}
.top-nav__item {
  display: block;
  margin-left: 18px;
}
.top-nav__item:first-child {
  margin-left: 0;
  background-image: url(/assets/new2022/img/globe-solid.svg);
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 25px;
}
.top-nav__item:nth-child(3) {
  margin-left: 40px;
}
.top-nav__item a:hover {
  color: #01549a;
}
.top-nav__link {
  display: block;
  text-decoration: none;
}
.header__mobile-open {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 10px;
  cursor: pointer;
}
.header__mobile-open > div {
  width: 30px;
  height: 3px;
  background: black;
  transition: all 0.4s;
}
.header__mobile-open > div + div {
  margin-top: 4px;
}
.header__mobile-open--open > div:first-child {
  position: relative;
  top: 8px;
  transform: rotate(45deg);
}
.header__mobile-open--open > div:nth-child(2) {
  display: none;
}
.header__mobile-open--open > div:last-child {
  transform: rotate(-45deg);
}
@keyframes slideOut {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
@media (max-width: 1240px) {
  .header__mobile-open {
    display: block;
  }
  .header__navs, .header__search {
    display: none;
  }
  .header {
    height: 90px;
    padding-top: 10px;
  }
  .header__navs--open {
    display: block;
    position: fixed;
    top: 90px;
    left: 0;
    bottom: 0;
    width: 100%;
    overflow: auto;
  }
  .header__nav-wrp {
    background: white;
    padding: 10px 25px 20px;
    transform: translateY(-100%);
    animation: slideOut 0.5s;
    animation-fill-mode: forwards;
  }
  .main-nav {
    margin-top: 0;
  }
  .main-nav__list {
    display: block;
  }
  .main-nav__item {
    margin: 5px 0 0;
  }
  .main-nav__item:first-child {
    margin-top: 0;
  }
  .main-nav__list2 {
    display: block;
    position: static;
    padding: 0 20px;
  }
  .main-nav__item--active .main-nav__list2 {
    display: block;
  }
  .main-nav__item2 {
    margin: 5px 0 0;
    line-height: 32px;
  }
  .top-nav {
    position: static;
    margin-top: 20px;
  }
}
@media (max-width: 500px) {
  .header__logo.img--max-width {
    max-width: 85%;
  }
  .top-nav__item:nth-child(3) {
    margin-left: 18px;
  }
}
.footer {
  background: #e4f5fc;
  font-size: 14px;
  padding: 80px 0 21px;
}
.footer__img-block {
  display: grid;
  grid-template-columns: repeat(16, 1fr);
  align-items: end;
  gap: 20px;
  padding: 0 20px 20px;
}
.footer__items {
  border-top: 1px solid black;
  padding-top: 15px;
  display: flex;
  justify-content: center;
}
.footer__item {
  text-align: center;
}
.footer__item:nth-child(2) {
  margin: 0 10%;
}
.footer-nav {
  margin-top: 30px;
}
.footer-nav__list {
  padding: 0;
  display: flex;
  justify-content: center;
}
.footer-nav__item {
  position: relative;
  display: block;
  margin-left: 60px;
}
.footer-nav__item:first-child {
  margin-left: 0;
}
.footer-nav__item:not(:first-child):before {
  content: "";
  position: absolute;
  top: 0;
  left: -29px;
  height: 100%;
  width: 2px;
  background: #98a3a9;
}
.footer__icon {
  display: inline-block;
  width: 48px;
  height: 48px;
  background: url("./../img/footer/icons/icon_homead_G.png") no-repeat;
  margin-bottom: 10px;
}
.footer__icon:hover {
  background-image: url("./../img/footer/icons/icon_homeadr_FG.png");
}
.footer__icon--tel {
  background-image: url("./../img/footer/icons/icon_phone_G.png");
}
.footer__icon--tel:hover {
  background-image: url("./../img/footer/icons/icon_phone_FG.png");
}
.footer__icon--mail {
  background-image: url("./../img/footer/icons/icon_mail_G.png");
}
.footer__icon--mail:hover {
  background-image: url("./../img/footer/icons/icon_mail_FG.png");
}
.footer__upper {
  text-transform: uppercase;
}
.right-nav {
  position: fixed;
  top: 200px;
  right: 0;
  width: 66px;
  z-index: 100;
}
.right-nav__item {
  display: block;
  position: absolute;
  top: 73px;
  right: 0;
  background: #01549a;
  color: white;
  padding: 34px 0 8px;
  height: 66px;
  white-space: nowrap;
  transition: transform 0.3s;
  transform: translateX(100%);
}
.right-nav__item:first-child {
  top: 0;
}
.right-nav__item a {
  color: white;
}
.right-nav__item:hover {
  transform: translateX(0);
}
.right-nav__item:hover .right-nav__icon {
  background-image: url("./../img/footer/icons/icon-phone-fg-w.png");
}
.right-nav__item:hover .right-nav__icon--tel {
  background-image: url("./../img/footer/icons/icon-mail-fg-w.png");
}
.right-nav__icon-block {
  display: block;
  position: absolute;
  top: 0;
  left: -66px;
  width: 66px;
  height: 66px;
  background: #01549a;
}
.right-nav__icon {
  display: block;
  position: absolute;
  top: 8px;
  left: 9px;
  width: 48px;
  height: 48px;
  background: url("./../img/footer/icons/icon-phone-fg-w.png") no-repeat;
}
.right-nav__icon--tel {
  background-image: url("./../img/footer/icons/icon-mail-fg-w.png");
}
.right-nav__name {
  padding: 0 30px 0 8px;
}
@media (max-width: 1178px) {
  .footer__img-block {
    display: none;
  }
}
@media (max-width: 1080px) {
  .footer-nav {
    position: static;
    margin-top: 30px;
  }
  .footer-nav__item {
    margin-left: 40px;
  }
  .footer-nav__item:not(:first-child):before {
    left: -19px;
  }
  .footer__items {
    display: block;
  }
  .footer__item {
    margin: 15px 0 0 !important;
  }
  .footer__item:first-child {
    margin-top: 0 !important;
  }
  .right-nav {
    top: 100px;
  }
}
.header-img {
  position: relative;
}
.header-img__block {
  margin: auto;
}
.header-img__text-block {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 1;
  text-align: center;
  text-shadow: 0 0 10px #131313;
}
.header-img__subtext {
  color: white;
  font-size: 34px;
  margin-top: 10px;
  font-weight: bold;
  line-height: 40px;
}
.header-img__video-block {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 684px;
  min-width: 300px;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.header-img__video-arrow {
  position: absolute;
  bottom: 28px;
  left: 50%;
  width: 48px;
  height: 48px;
  border: 2px solid #000;
  border-radius: 50%;
  transform: translateX(-50%);
}
.header-img__video-arrow:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 14px;
  border: 14px dashed rgba(0, 0, 0, 0);
  border-right: 0;
  border-left: 22px solid #000;
}
.header-img__video-header {
  position: absolute;
  top: 98%;
  left: 50%;
  transform: translateX(-50%);
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  font-size: 50px;
  font-size: 3.4vw;
  white-space: nowrap;
}
.header-img__video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.header-img__video-iframe {
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
  height: 100%;
  width: 100%;
  padding: 0;
  background: transparent;
}
@media (max-width: 1366px) {
  .header-img__block {
    width: 100%;
  }
  .header-img__video-block {
    width: 50%;
  }
}
@media (max-width: 1080px) {
  .header-img__subtext {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 620px) {
  .header-img {
    height: 260px;
    overflow: hidden;
  }
  .header-img__subtext {
    font-size: 22px;
    line-height: 28px;
  }
  .header-img__block {
    height: 100%;
    position: relative;
  }
  .header-img__img {
    height: 100%;
    width: auto;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .header-img__video-block {
    width: 350px;
  }
  .header-img__video-arrow {
    bottom: 5%;
  }
  .header-img__video-header {
    font-size: 30px;
  }
}
.home-text {
  padding: 80px 0;
  background: #e4f5fc;
}
.home-text__text-block {
  width: 826px;
  margin: 0 auto;
}
.home-text__text {
  margin-top: 42px;
}
.home-text__text-block h2 {
  font-size: 34px;
}
.home-text__text-block h1 {
  font-size: 34px;
  color: #000;
  line-height: 34px;
  text-transform: none;
}
.home-flyer__block {
  position: relative;
}
.home-flyer__inner-block {
  position: absolute;
  left: 50%;
  bottom: 65px;
  display: flex;
  gap: 20px;
}
.home-flyer__block {
  position: relative;
}
.home-flyer-img-m {
  display: none;
}
@media (max-width: 1366px) {
  .home-flyer__inner-block {
    position: static;
    gap: normal;
  }
  .home-flyer {
    background: #fff;
    width: 50%;
    padding: 10px;
    display: flex;
    align-items: center;
  }
  .home-flyer-img {
    display: none;
  }
  .home-flyer-img-m {
    display: block;
  }
}
@media (max-width: 876px) {
  .home-text__text-block {
    width: 100%;
  }
}
@media (max-width: 620px) {
  .home-text__text-block {
    width: 100%;
  }
  .home-flyer__inner-block {
    display: block;
  }
  .home-flyer {
    width: 100%;
  }
}
.news-home__items {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 -12px;
  padding: 12px 0 3px;
}
.news-home__item {
  display: flex;
  flex-direction: column;
  width: 33.33333%;
  border: 1px solid white;
  padding: 0 12px 46px;
}
.news-home__item:nth-child(3n + 2) {
  border-left-color: black;
}
.news-home__item:nth-child(3n + 3) {
  border-left-color: black;
}
.news-home__item:nth-child(n + 4) {
  border-top-color: black;
  padding-top: 12px;
}
.news-home__text-block {
  padding: 16px 22px 0;
}
.news-home__header {
  color: #01549a;
}
.news-home__subheader {
  font-size: 26px;
  line-height: 28px;
}
.news-home__text {
  position: relative;
  margin-top: 26px;
  height: 88px;
  overflow: hidden;
}
.news-home__text:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 81px;
  background: linear-gradient(to top, white, rgba(255, 255, 255, 0));
}
.news-home__btn-block {
  margin-top: auto;
  padding: 45px 22px 0;
}
.news {
  background: #e4f5fc;
  padding-top: 40px;
}
.news__item {
  display: grid;
  grid-template-columns: 424px auto;
  margin-top: 14px;
}
.news__item:first-child {
  margin-top: 0;
}
.news__item--grey .news__text-col {
  background: #bdd3de;
}
.news__item--grey .news__text-block:after {
  background: linear-gradient(to top, #bdd3de, rgba(189, 211, 222, 0));
}
.news__item--white .news__text-col {
  background: white;
}
.news__item--white .news__text-block:after {
  background: linear-gradient(to top, white, rgba(255, 255, 255, 0));
}
.news__img-col {
  background: white;
}
.news__text-col {
  background: #c3eefe;
  padding: 10px 24px 0 37px;
}
.news__date-block {
  text-align: right;
  margin-bottom: 5px;
}
.news__header {
  margin-bottom: 28px;
}
.news__more-link {
  display: block;
  text-decoration: none;
  text-align: center;
  padding: 25px 0;
}
.news__text-block {
  position: relative;
  max-height: 108px;
  overflow: hidden;
}
.news__text-block:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 81px;
  background: linear-gradient(to top, #c3eefe, rgba(195, 238, 254, 0));
}
.news-detail {
  background: #e4f5fc;
}
.news-detail__block {
  padding: 40px 0 0;
  display: grid;
  grid-template-columns: 424px auto;
}
.news-detail__img-col {
  background: #c3eefe;
}
.news-detail__text-col {
  padding: 10px 24px 40px 38px;
  background: #c3eefe;
}
.news-detail__date-block {
  text-align: right;
  margin-bottom: 20px;
}
.news-detail__header {
  margin-bottom: 28px;
  font-weight: 300;
  font: 300 34px/40px "Open Sans", Arial, sans-serif;
  color: #000;
}
.news-detail__img-block {
  position: relative;
}
.news-detail__img-block--yt {
  cursor: pointer;
}
.news-detail__img-block--yt:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 140px;
  height: 140px;
  background: url("./../img/youtube-play-button.png") no-repeat;
  background-size: 140px;
  transform: translate(-50%, -50%);
}
@media (max-width: 1080px) {
  .news__item {
    grid-template-columns: 324px auto;
  }
}
@media (max-width: 860px) {
  .news-home__item {
    width: 50%;
  }
  .news-home__item:nth-child(3n + 2) {
    border-left-color: white;
  }
  .news-home__item:nth-child(3n + 3) {
    border-left-color: white;
  }
  .news-home__item:nth-child(n + 3) {
    border-top-color: black;
    padding-top: 12px;
  }
  .news-home__item:nth-child(2n + 2) {
    border-left-color: black;
  }
  .news__item, .news-detail__block {
    grid-template-columns: 40% 60%;
  }
}
@media (max-width: 500px) {
  .news-home__item {
    width: 100%;
  }
  .news-home__item:nth-child(n + 2) {
    border-top-color: black;
    padding-top: 12px;
  }
  .news-home__item:nth-child(2n + 2) {
    border-left-color: white;
  }
  .news__item, .news-detail__block {
    display: block;
  }
}
.engineering {
  background: #e4f5fc;
  padding-top: 54px;
}
.engineering__item {
  display: grid;
  grid-template-columns: 430px auto;
}
.engineering__item:first-child .engineering__header-col, .engineering__item:first-child .engineering__text-col {
  padding-bottom: 76px;
}
.engineering__item:last-child .engineering__header-col, .engineering__item:last-child .engineering__text-col {
  padding-bottom: 64px;
}
.engineering__header-col {
  background: #c3eefe;
  padding: 34px 24px 8px;
}
.engineering__header-col-dark {
  background: #5c7589;
}
.engineering__text-col {
  background: white;
  padding: 34px 34px 8px;
}
.engineering__link {
  color: #01549a;
  font-size: 28px;
  line-height: 28px;
  font-weight: bold;
  text-decoration: none;
}
.engineering__header-left {
  font-weight: 300;
}
.engineering__header {
  color: #01549a;
  margin-bottom: 20px;
}
@media (max-width: 1080px) {
  .engineering__item {
    grid-template-columns: 380px auto;
  }
  .engineering__link {
    font-size: 28px;
    line-height: 34px;
  }
}
@media (max-width: 860px) {
  .engineering__item {
    grid-template-columns: 45% 55%;
  }
}
@media (max-width: 620px) {
  .engineering__item {
    display: block;
  }
  .engineering__item:first-child .engineering__header-col {
    padding-bottom: 34px;
  }
  .engineering__item:last-child .engineering__header-col {
    padding-bottom: 34px;
  }
  .engineering__header-col, .engineering__text-col {
    padding-bottom: 34px;
  }
}
.text-2col {
  background: #e4f5fc;
  padding-top: 54px;
}
.text-2col__block {
  display: grid;
  grid-template-columns: 424px auto;
}
.text-2col__left-col {
  display: flex;
  flex-direction: column;
  background: #01549a;
  padding: 25px 24px 30px;
}
.text-2col__left-col--white {
  background: white;
}
.text-2col__left-col--white .text-2col__header {
  color: inherit;
}
.text-2col__left-col--blue {
  background: #01549a;
}
.text-2col__left-col--grey {
  background: #cad1d7;
}
.text-2col__header {
  color: white;
}
.text-2col__header--light {
  font-weight: 400;
}
.text-2col__left-col--philosophy {
  min-height: 1284px;
  background-image: url("./../img/123_hoch_links.jpg");
  background-repeat: no-repeat;
}
.text-2col__text-col {
  background: white;
  padding: 25px 60px 40px 34px;
}
.text-2col__text-col .text-2col__header {
  color: #01549a;
}
.text-2col__text-col--sky {
  background: #c3eefe;
}
.text-2col__text-col--sky .text-2col__header {
  color: inherit;
}
.text-2col__link-block {
  margin-top: 40px;
}
.text-2col__text-block {
  margin-top: 46px;
}
.text-2col__text-block:first-child {
  margin-top: 0;
}
.text-2col__skills-img {
  margin-top: 24px;
}
.text-2col__philosophy-img {
  margin-top: 50px;
}
.text-2col__product-img {
  margin: auto -24px -30px;
  width: calc(100% + 48px);
}
.text-2col__product-img2 {
  margin: auto -24px -30px 0;
  width: calc(100% + 24px);
}
.text-2col__subheader {
  font-weight: bold;
  color: #01549a;
}
@media (max-width: 860px) {
  .text-2col__block {
    display: block;
  }
  .text-2col__skills-img {
    display: none;
  }
  .text-2col__left-col--philosophy {
    background-image: none;
    min-height: 0;
  }
}
.product {
  background: #e4f5fc;
}
.product__h1 {
  padding: 54px 0 0;
  color: black;
  text-align: center;
}
.product__h1--cyan {
  color: #43bbf0;
}
.product__h1--blue-dark {
  color: #01549a;
}
.product__h1--grey-dark {
  color: #96a4ad;
}
.product__subline {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  padding: 0 90px;
  margin-top: 4px;
}
.product__block {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
  margin-top: 30px;
}
.product__item {
  position: relative;
  background: white;
  min-height: 420px;
  padding: 24px 24px 40px;
  font-size: 18px;
}
.product__item ul {
  padding: 0;
}
.product__item ul li {
  display: block;
  position: relative;
  padding-left: 12px;
}
.product__item ul li:first-child {
  margin-top: 0;
}
.product__item ul li:before {
  content: "•";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  color: inherit;
}
.product__item--1-2 {
  grid-column: span 1;
  grid-row: span 2;
}
.product__item--2-2 {
  grid-column: span 2;
  grid-row: span 2;
  display: flex;
  flex-direction: column;
  padding-bottom: 18px;
  padding-left: 28px;
}
.product__item--2-3 {
  grid-column: span 2;
  grid-row: span 3;
  display: flex;
  flex-direction: column;
  padding-bottom: 18px;
  padding-left: 28px;
}
.product__item--small {
  min-height: 256px;
}
.product__item--img {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product__item--img.product__item--small img {
  object-fit: cover;
  height: 100%;
}
.product__item--cyan {
  background: #43bbf0;
  color: white;
}
.product__item--cyan-light {
  background: #bce7fa;
}
.product__item--cyan-dark {
  background: #add2e5;
}
.product__item--blue {
  background: #8db1d1;
}
.product__item--blue-dark {
  background: #01549a;
  color: white;
}
.product__item--blue-light {
  background: #bfd4e5;
}
.product__item--grey {
  background: #d7dce0;
}
.product__item--grey-dark {
  background: #96a4ad;
  color: white;
}
.product__item--grey-light {
  background: #c0c7cd;
}
.product__header {
  font: 400 25px/31px "Open Sans", Arial, sans-serif;
  margin-bottom: 26px;
}
.product__big-header {
  padding-top: 8px;
  font: 400 34px/40px "Open Sans", Arial, sans-serif;
  z-index: 1;
}
.product__img-cols {
  display: flex;
  align-items: flex-end;
  margin-top: auto;
}
.product__img-block {
  width: 82%;
  padding-left: 10px;
}
.product__img {
  margin-left: auto;
}
.product__img-vol-block {
  width: 18%;
  padding-bottom: 25px;
}
.product__text-vol {
  padding-left: 4px;
}
ul.product__checklist li {
  padding-left: 24px;
}
ul.product__checklist li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 14px;
  height: 14px;
  background: red;
}
.product__table-block {
  overflow: auto;
}
.product__table {
  margin-top: 5px;
  border-collapse: collapse;
}
.product__table th, .product__table td {
  text-align: center;
  padding: 4px 10px;
  border-left: 2px solid black;
  vertical-align: top;
}
.product__table th:first-child, .product__table td:first-child {
  text-align: left;
  border-left: 0;
  font-weight: bold;
}
.product__table th {
  font-size: 18px;
  background: #e3e3e3;
}
.product__table tbody tr {
  background: white;
}
.product__table tbody tr:nth-child(even) {
  background: #ececec;
}
.product__table-nowrap {
  white-space: nowrap;
}
@media (max-width: 1080px) {
  .product__subline {
    font-size: 28px;
    padding: 0;
  }
}
@media (max-width: 860px) {
  .product__block {
    grid-template-columns: repeat(2, 1fr);
  }
  .product__item {
    min-height: 0;
  }
  .product__item--2-2, .product__item--2-3 {
    grid-row-start: 1;
    grid-row-end: 2;
  }
  .product__item--1-2 {
    grid-row: span 1;
  }
}
@media (max-width: 500px) {
  .product__block {
    grid-template-columns: repeat(1, 1fr);
  }
  .product__item--2-2, .product__item--2-3 {
    grid-column: span 1;
  }
}
.product-finder {
  padding-top: 54px;
  background: #e4f5fc;
}
.product-finder__search-header {
  font-weight: 400;
}
.product-finder__search-block {
  display: grid;
  grid-template-columns: 432px auto;
}
.product-finder__search-block--half {
  grid-template-columns: repeat(2, 1fr);
}
.product-finder__search-item {
  background: white;
  padding: 23px 48px 23px 28px;
}
.product-finder__search-item--header {
  min-height: 426px;
  padding: 23px 48px 23px 28px;
}
.product-finder__search-item--orange {
  background: #ffd7a9;
}
.product-finder__search-item--radio {
  background: #fff5e9;
  padding: 20px 25px 16px 36px;
}
.product-finder__search-item--chart {
  background: #ffd7a9;
  padding: 20px 25px 16px 36px;
}
.product-finder__search-item--chart h3 {
  padding-left: 9px;
}
.product-finder__search-item--submit {
  padding-left: 66px;
}
.product-finder__search-btn {
  font: inherit;
}
.product-finder__search-text-block {
  margin-top: 28px;
}
.product-finder__search-radio-block {
  margin-top: 27px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  font-size: 18px;
}
.product-finder__search-radio-item {
  position: relative;
  padding-left: 32px;
}
.product-finder__search-radio-item input {
  position: absolute;
  top: 6px;
  left: 0;
  width: 16px;
  height: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid black;
}
.product-finder__search-radio-item input:checked {
  background: #79b5d1;
}
.product-finder__chart {
  position: relative;
  height: 295px;
  width: 100%;
  margin: 20px 0;
  border-bottom: 1px solid black;
}
.product-finder__chart img {
  display: none;
}
.product-finder__chart-item {
  position: absolute;
  left: 1.5%;
  bottom: -1px;
  height: 2%;
  width: 28px;
  border: 1px solid black;
  cursor: pointer;
}
.product-finder__chart-item:nth-child(2) {
  left: 8.5%;
  height: 5%;
}
.product-finder__chart-item:nth-child(3) {
  left: 15.5%;
  height: 7.4%;
}
.product-finder__chart-item:nth-child(4) {
  left: 22.5%;
  height: 8%;
}
.product-finder__chart-item:nth-child(5) {
  left: 29.5%;
  height: 8.4%;
}
.product-finder__chart-item:nth-child(6) {
  left: 36.5%;
  height: 11%;
}
.product-finder__chart-item:nth-child(7) {
  left: 43.4%;
  height: 17%;
}
.product-finder__chart-item:nth-child(8) {
  left: 50.5%;
  height: 21.7%;
}
.product-finder__chart-item:nth-child(9) {
  left: 57.5%;
  height: 26%;
}
.product-finder__chart-item:nth-child(10) {
  left: 65%;
  height: 29.4%;
}
.product-finder__chart-item:nth-child(11) {
  left: 71.5%;
  height: 41%;
}
.product-finder__chart-item:nth-child(12) {
  left: 78.5%;
  height: 46.7%;
}
.product-finder__chart-item:nth-child(13) {
  left: 85.5%;
  height: 65.5%;
}
.product-finder__chart-item:nth-child(14) {
  left: 94.5%;
  height: 93%;
}
.product-finder__chart-item:nth-child(14) .product-finder__chart-num {
  bottom: auto;
  top: 0;
  font-size: 15px;
  transform: translateY(-92%) rotate(-90deg);
  left: auto;
  right: 106%;
  transform-origin: right bottom;
}
.product-finder__chart-item:nth-child(14) .product-finder__chart-num:before {
  left: 100%;
  transform: translate(-2px, 11px);
}
.product-finder__chart-item:hover, .product-finder__chart-item--active {
  background: #79b5cf;
}
.product-finder__chart-num {
  display: block;
  position: absolute;
  bottom: calc(100% + 4px);
  left: 50%;
  white-space: nowrap;
  font-size: 16px;
  transform: translateX(-50%);
}
.product-finder__chart-num:before {
  content: "";
  position: absolute;
  top: 100%;
  left: calc(50% - 4px);
  width: 8px;
  height: 8px;
  background: black;
  border-radius: 50%;
}
.product-finder__chart-text {
  position: absolute;
  top: 20px;
  left: 0;
  font-size: 18px;
}
.product-finder__chart-text2 {
  position: absolute;
  top: 53%;
  left: 35%;
  font-size: 18px;
}
.product-finder__chart-radio {
  display: none;
}
.product-finder__block {
  display: grid;
  grid-template-columns: 432px auto;
  margin-top: 24px;
}
.product-finder__item {
  position: relative;
  padding: 15px 24px;
  background: white;
  text-decoration: none;
}
.product-finder__block--cyan .product-finder__item:first-child {
  background: #6cc9f4;
  color: white;
  border: 1px solid #31b3ef;
}
.product-finder__block--cyan .product-finder__product-item {
  border: 1px solid #32b4ee;
  text-decoration: none;
}
.product-finder__block--cyan .product-finder__product-header {
  color: #2db2eb;
}
.product-finder__block--blue .product-finder__item:first-child {
  background: #01549a;
  color: white;
  border: 1px solid #285984;
}
.product-finder__block--blue .product-finder__product-item {
  border: 1px solid #3b6891;
  text-decoration: none;
}
.product-finder__block--blue .product-finder__product-header {
  color: #0c4072;
}
.product-finder__block--grey .product-finder__item:first-child {
  background: #cad1d7;
  border: 1px solid #868686;
}
.product-finder__block--grey .product-finder__product-item {
  border: 1px solid #868686;
  text-decoration: none;
}
.product-finder__block--grey .product-finder__product-header {
  color: #96a3ac;
}
.product-finder__item--sub-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 0 0 0 1px;
  gap: 1px;
}
.product-finder__header {
  font: bold 25px/34px "Open Sans", Arial, sans-serif;
}
.product-finder__product-item {
  position: relative;
  min-height: 214px;
  padding: 20px 24px 10px 14px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.product-finder__product-header {
  font-weight: bold;
}
.product-finder__product-img-block {
  margin-top: auto;
  display: flex;
  justify-content: flex-end;
}
.product-finder__item--inactive {
  cursor: auto;
}
.product-finder__item--inactive:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background: rgba(255, 255, 255, 0.8);
  z-index: 1;
}
@media (max-width: 1080px) {
  .product-finder__search-block--half {
    grid-template-columns: 1fr;
  }
  .product-finder__search-block {
    grid-template-columns: 40% 60%;
  }
  .product-finder__search-block--half, .product-finder__search-block--submit {
    grid-template-columns: 1fr;
  }
  .product-finder__search-block--submit .product-finder__search-item:first-child {
    display: none;
  }
  .product-finder__block {
    grid-template-columns: 40% 60%;
  }
}
@media (max-width: 860px) {
  .product-finder__search-item--header {
    min-height: 0;
  }
  .product-finder__block {
    display: block;
  }
}
@media (max-width: 620px) {
  .product-finder__search-block {
    display: block;
  }
}
@media (max-width: 500px) {
  .product-finder__search-radio-block {
    display: block;
  }
  .product-finder__item--sub-grid {
    grid-template-columns: repeat(2, 1fr);
    padding: 1px 0 0 0;
  }
  .product-finder__chart {
    height: auto;
    width: auto;
    margin: 45px 0 20px;
    padding: 10px 0;
    border-bottom: 0;
    border-left: 1px solid black;
  }
  .product-finder__chart-item {
    position: relative;
    left: -1px !important;
    height: 28px !important;
    margin-top: 10px;
    width: 2.3%;
    bottom: auto;
  }
  .product-finder__chart-item:nth-child(1) {
    margin-top: 0;
  }
  .product-finder__chart-item:nth-child(2) {
    width: 5%;
  }
  .product-finder__chart-item:nth-child(3) {
    width: 7.4%;
  }
  .product-finder__chart-item:nth-child(4) {
    width: 8%;
  }
  .product-finder__chart-item:nth-child(5) {
    width: 8.4%;
  }
  .product-finder__chart-item:nth-child(6) {
    width: 11%;
  }
  .product-finder__chart-item:nth-child(7) {
    width: 17%;
  }
  .product-finder__chart-item:nth-child(8) {
    width: 21.7%;
  }
  .product-finder__chart-item:nth-child(9) {
    width: 26%;
  }
  .product-finder__chart-item:nth-child(10) {
    width: 29.4%;
  }
  .product-finder__chart-item:nth-child(11) {
    width: 41%;
  }
  .product-finder__chart-item:nth-child(12) {
    width: 46.7%;
  }
  .product-finder__chart-item:nth-child(13) {
    width: 65.5%;
  }
  .product-finder__chart-item:nth-child(14) {
    width: 93%;
  }
  .product-finder__chart-item:nth-child(14) .product-finder__chart-num {
    left: auto;
    right: 4px;
    padding: 0 5px 0 0;
  }
  .product-finder__chart-item:nth-child(14) .product-finder__chart-num:before {
    right: auto;
    left: 100%;
    transform: none;
  }
  .product-finder__chart-text {
    top: -30px;
    left: 20px;
  }
  .product-finder__chart-text2 {
    top: 8%;
    left: 60%;
  }
  .product-finder__chart-num {
    top: auto !important;
    left: calc(100% + 4px);
    bottom: 50% !important;
    transform: translateY(50%) !important;
    padding-left: 5px;
  }
  .product-finder__chart-num:before {
    left: auto;
    right: 100%;
    top: calc(50% - 4px);
  }
}
.product-list {
  background: #e4f5fc;
}
.product-list__block {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 2px;
  padding: 2px 0;
}
.product-list__item {
  position: relative;
  grid-column: span 2;
  display: flex;
  flex-direction: column;
  background: white;
  min-height: 428px;
  padding: 18px 20px 15px 25px;
  border: 1px solid #32b4ee;
  text-decoration: none;
}
.product-list__item--2 {
  grid-column: span 3;
}
.product-list__item--grey {
  border: 1px solid #868686;
}
.product-list__item--grey .product-list__header {
  color: #96a3ac;
}
.product-list__item--greybg {
  background: #cad1d7;
}
.product-list__header {
  color: #2db2eb;
}
.product-list__subheader {
  font-weight: bold;
  margin-top: 5px;
}
.product-list__img-block {
  position: relative;
  margin-top: auto;
  padding-top: 10px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.product-list__img {
  max-width: 60%;
}
.product-list__text-vol {
  font-size: 16px;
  color: #4d4d4d;
  margin-top: 17px;
}
.product-list__img-vol {
  max-width: 34%;
  margin-right: auto;
}
@media (max-width: 860px) {
  .product-list__item {
    grid-column: span 3;
  }
  .product-list__item--empty {
    display: none;
  }
}
@media (max-width: 500px) {
  .product-list__block {
    grid-template-columns: 1fr;
  }
  .product-list__item {
    grid-column: span 1;
  }
}
.text-block {
  background: #e4f5fc;
  padding-top: 54px;
}
.text-block__block {
  background: white;
  padding: 25px 60px 40px 34px;
}
.text-block__header {
  margin-bottom: 46px;
}
.text-block__lightblue {
  background-color: #bdeaff;
}
.text-block__blue {
  background-color: #e4f5fc;
}
.text-block__padding {
  padding: 25px 260px 40px 260px;
}
@media (max-width: 1010px) {
  .text-block__padding {
    padding: 25px 160px 40px 160px;
  }
}
@media (max-width: 800px) {
  .text-block__padding {
    padding: 25px 60px 40px 60px;
  }
}
@media (max-width: 590px) {
  .text-block__padding {
    padding: 25px 40px 40px 40px;
  }
}
.bordered-list {
  display: block;
  padding: 0;
  margin-top: 20px;
}
.bordered-list__item {
  display: block;
  padding: 2.5px 10px;
  background: #9cf;
  margin-top: 10px;
}
.bordered-list__item:first-child {
  margin-top: 0;
}
.bordered-list__item--dark-blue {
  background: #9cf;
}
.bordered-list__item--light-blue {
  background: #c2e7fa;
}
.bordered-list__item--green {
  background: #a9df93;
}
.bordered-list__header {
  font-weight: bold;
  margin-top: 15px;
  font-size: 20px;
}
.bordered-list__header + .bordered-list {
  margin-top: 5px;
}
.bordered-list__link {
  display: block;
}
.bordered-list__subheader {
  font: 20px "Open Sans", Arial, sans-serif;
  cursor: pointer;
}
.bordered-list__content {
  display: none;
  padding: 20px 0;
}
.contact-block {
  background: #e4f5fc;
  padding-top: 8px;
}
.contact-block__block {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  padding: 46px 46px 0;
}
.contact-block__item {
  border: 1px solid #32b4ee;
  background: white;
  padding: 15px 24px;
}
.contact-block__item--cyan {
  background: #6cc9f4;
}
@media (max-width: 860px) {
  .contact-block__block {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 620px) {
  .contact-block__block {
    grid-template-columns: 1fr;
  }
}
.download-block {
  background: #e4f5fc;
  padding-top: 8px;
}
.download-block__block {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 2px;
  padding: 46px 46px 46px;
  background: white;
}
.download-block__item {
  display: block;
  border: 1px solid #32b4ee;
  background: white;
  padding: 8px 15px 15px;
  text-decoration: none;
}
.download-block__item--cyan {
  background: #6cc9f4;
}
.download-block__header {
  font-size: 20px;
  line-height: normal;
}
.download-block__img-block {
  margin-top: 10px;
  display: flex;
  justify-content: flex-end;
}
.download-block__img {
  display: block;
  max-width: 100%;
  height: auto;
}
@media (max-width: 860px) {
  .download-block__block {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 620px) {
  .download-block__block {
    grid-template-columns: 1fr;
  }
}
.video-block {
  background: #e4f5fc;
  padding-top: 33px;
}
.video-block__h1 {
  color: #000;
}
.video-block__item {
  display: grid;
  grid-template-columns: 30% 70%;
  gap: 8px;
  margin-top: 4px;
}
.video-block__item[data-youtube-id] {
  cursor: pointer;
}
.video-block__item:first-child {
  margin-top: 12px;
}
.video-block__img-block {
  background: white;
  border: 1px solid #32b4ee;
  padding: 4px;
}
.video-block__text-block {
  background: white;
  border: 1px solid #32b4ee;
  padding: 20px 30px;
}
.video-block__text {
  margin-top: 20px;
}
.history {
  background: #e4f5fc;
  padding-top: 40px;
}
.history__item {
  display: grid;
  grid-template-columns: 424px auto;
  margin-top: 14px;
}
.history__item:first-child {
  margin-top: 0;
}
.history__item--1col {
  display: block;
}
.history__item--no-mar {
  margin: 0;
}
.history__img-col {
  background: white;
}
.history__text-col {
  background: white;
  padding: 20px 24px 20px 37px;
}
.history__date-block {
  font-weight: bold;
}
.history__header + .history__text-block {
  margin-top: 28px;
}
.history__text-block {
  position: relative;
}
.history__text-block strong {
  font-weight: bold;
}
@media (max-width: 1080px) {
  .history__item {
    grid-template-columns: 324px auto;
  }
}
@media (max-width: 860px) {
  .history__item {
    grid-template-columns: 40% 60%;
  }
}
@media (max-width: 500px) {
  .history__item {
    display: block;
  }
  .history__text-col {
    padding-left: 24px;
  }
}
.form {
  margin-top: 30px;
  max-width: 740px;
}
.form__row {
  display: flex;
  margin-top: 15px;
}
.form__row--required {
  margin-top: 30px;
}
.form__row--required-end {
  margin-top: 0px;
  width: 75%;
  text-align: right;
  display: block;
  font-size: 14px;
}
.form__row--extra {
  margin-top: 60px;
}
.form__row--submit {
  display: block;
}
.form__corner {
  border-radius: 6px;
}
.form__submit--white {
  border: 2px solid #80dfff;
  background-color: #fff;
  color: #000;
  border-radius: 12px;
  cursor: pointer;
  width: 160px !important;
  margin: auto;
}
.form__submit--white:hover {
  background-color: #80dfff;
  color: #fff;
}
.form__row--checkbox {
  position: relative;
  padding-left: 30px;
}
.form__input, .form__textarea, .form__select {
  display: block;
  font: inherit;
  background: white;
  border: 2px solid #01549a;
  padding: 5px;
  width: 75%;
}
.form__input--checkbox {
  position: absolute;
  top: 4px;
  left: 0;
  width: 18px !important;
  height: 18px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form__input--checkbox:checked:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 10px;
  height: 10px;
  background: #80dfff;
}
.form__input--file {
  border: 0;
}
.form__label {
  width: 25%;
}
.form__label--block {
  width: auto;
  display: block;
}
.form__input--submit {
  width: auto;
  border: 0;
  background: #2db2eb;
  color: white;
  padding: 10px;
  cursor: pointer;
}
.form__input--submit:hover {
  background: #01549a;
  color: white;
}
.form__bg {
  background-image: url(/assets/new2022/img/kontakt_bottom.jpg);
  background-repeat: no-repeat;
  background-position: left bottom;
}
input::placeholder, textarea::placeholder {
  font-family: "Open Sans", Arial, sans-serif;
  color: #000 !important;
}
@media (max-width: 500px) {
  .form__row {
    display: block;
  }
  .form__input, .form__textarea, .form__select {
    width: 100%;
  }
}
.job-detail__left-img {
  margin: 127px -24px 0;
  width: calc(100% + 48px);
  display: block;
  height: auto;
}
.job-detail__left-text {
  margin-top: 35px;
  hyphens: auto;
}
.job-detail__left-text strong {
  font-weight: bold;
}
.job-detail__right-text strong {
  font-weight: bold;
}
.job-detail__right-text ul {
  display: block;
  padding: 0;
}
.job-detail__right-text li {
  display: block;
  position: relative;
  padding-left: 30px;
}
.job-detail__right-text li:before {
  content: "•";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.job-detail__header {
  text-transform: uppercase;
}
.job-detail__date {
  margin: 40px 0;
}
.job-detail__btn-block {
  margin: 20px 0;
  text-align: center;
}
.job-detail__form-header {
  margin-bottom: 29px;
}
.job-detail__from {
  margin-top: 47px;
}
.job-detail__from .form__row {
  display: block;
}
.job-detail__from .form__input, .job-detail__from .form__textarea, .job-detail__from .form__select {
  width: 100%;
}
.job-detail__from .form__input--submit {
  width: auto;
}
.job-list__right-text strong {
  font-weight: bold;
}
.job-list__subheader {
  margin-top: 70px;
}
.job-list__btn-block {
  text-align: center;
  margin-top: 40px;
}
.job-list__news {
  margin-top: 108px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px 20px;
}
.job-list__news-item {
  position: relative;
  display: flex;
  flex-direction: column;
}
.job-list__news-header {
  margin-top: 12px;
  font-weight: bold;
}
.job-list__news-text {
  margin-top: 35px;
  min-height: 196px;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.job-list__news-text-hidden {
  display: none;
}
.job-list__news-text-hidden--open {
  display: inline;
}
.job-list__news-btn-block {
  text-align: center;
  margin-top: 20px;
}
.job-list__btn {
  display: inline-block;
  vertical-align: top;
  border: 1px solid #777;
  font-size: 16px;
  min-width: 50%;
  text-align: center;
  padding: 8px 20px;
  color: #969696;
  cursor: pointer;
}
.job-list__list-item {
  display: block;
  text-decoration: none;
  background: #84d0f2;
  padding: 7px 35px;
  margin-top: 30px;
}
.job-list__list-name {
  font-weight: bold;
}
.job-list__text-block2 {
  margin-top: 86px;
}
@media (max-width: 620px) {
  .job-list__news {
    grid-template-columns: 1fr;
  }
  .job-list__news-text {
    min-height: 0;
  }
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 110;
}
.overlay__text {
  background: white;
  padding: 10px;
}
.overlay__content {
  position: relative;
  width: 70%;
}
.overlay__content .dealer-search__mapOver-close {
  right: 0;
  top: -50px;
}
.overlay__close {
  position: absolute;
  top: -45px;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 1;
}
.overlay__close:before, .overlay__close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 40px;
  height: 3px;
  background: #c3eefe;
  transform: translateY(-50%) rotate(45deg);
}
.overlay__close:after {
  transform: translateY(-50%) rotate(-45deg);
}
.overlay__iframe-block {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.overlay__iframe {
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
  height: 100%;
  width: 100%;
  padding: 0;
  background: transparent;
}
.contact-bottom {
  background: #e4f5fc;
}
.kontakt-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background: #fff;
  padding: 64px 20px;
  background-image: url(/assets/new2022/img/footer/kontakt-bg-bottom.jpg);
  background-repeat: no-repeat;
  background-position: 35% bottom;
  border-top: 1px solid #e4f5fc;
}
.kontakt-footer .kontakt-links, .kontakt-footer .kontakt-rechts {
  flex: 1 1 400px;
  max-width: 500px;
  padding: 20px;
}
.button-wrapper {
  text-align: center;
}
.kontakt-footer img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
.kontakt-footer h2 {
  font-size: 24px;
  margin: 0 0 10px;
}
.kontakt-footer h3 {
  margin-bottom: 10px;
  font-size: 18px;
}
.kontakt-info {
  font-size: 16px;
  margin-bottom: 10px;
}
.kontakt-info span {
  margin-right: 10px;
}
.kontakt-rechts form {
  display: flex;
  flex-direction: column;
}
.kontakt-rechts input, .kontakt-rechts textarea {
  padding: 10px;
  margin-bottom: 15px;
  border: 2px solid #01549a;
  border-radius: 6px;
  font-size: 15px;
  font-family: "Open Sans", Arial, sans-serif;
}
.kontakt-rechts button {
  padding: 8px 30px;
  font-size: 16px;
  background-color: white;
  color: #01549a;
  border: 2px solid #01549a;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.kontakt-rechts button:hover {
  background-color: #009fe3;
  border: 2px solid #009fe3;
  color: white;
}
.pflicht-hinweis {
  font-size: 12px;
  margin-top: -10px;
  margin-bottom: 10px;
  color: #333;
  text-align: right;
}
.kontakt-headline {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
.kontakt-headline h2 {
  margin: 0;
  font-size: 26px;
}
.kontakt-headline p {
  margin: -10px 0;
  color: #01549a;
  font-weight: bold;
  font-size: 26px;
}
@media (max-width: 768px) {
  .kontakt-footer {
    flex-direction: column;
    padding: 20px;
  }
  .kontakt-footer .kontakt-rechts {
    flex: auto;
  }
  .kontakt-footer .kontakt-links, .kontakt-footer .kontakt-rechts {
    flex: auto;
  }
}
.roadmap {
  padding: 0px;
  overflow: hidden;
}
.roadmap .wrp {
  background-color: #1E2C3C;
  padding: 50px 100px;
  max-width: 1286px;
}
.roadmap--small {
  padding: 50px 0;
  overflow: hidden;
}
.roadmap--white {
  background-color: #fff;
  color: #fff;
}
.roadmap--white .roadmap__header {
  color: #c6e6fb;
}
.roadmap--white .roadmap__text {
  border-left: 1px solid #10a7f2;
  padding-left: 20px;
  margin-top: 15px;
  color: #fff;
  position: relative;
}
.roadmap--white .roadmap__text::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -5px;
  /* Mitte der Border */
  width: 10px;
  height: 10px;
  background-color: #10a7f2;
  border-radius: 50%;
}
.roadmap--white .roadmap__item {
  background-color: #fff;
  color: #fff;
}
.roadmap--white .roadmap__item-header {
  color: #c6e6fb;
}
.roadmap__header {
  text-align: center;
  color: #10a7f2;
}
.roadmap__topheader {
  font-size: 25px;
  margin-bottom: 12px;
  text-align: center;
}
.roadmap__text-top {
  text-align: center;
  width: 80%;
  margin: 0 auto 50px;
  color: #fff;
  font-weight: bold;
  font-size: 28px;
}
.roadmap__items {
  position: relative;
}
.roadmap__items:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  width: 2px;
  background: #fff;
  transform: translateX(-50%);
}
.roadmap__item-block {
  position: relative;
  padding-right: 54%;
  padding: 0 54% 40px 0;
}
.roadmap__item-block:nth-child(even) {
  padding-right: 0;
  padding-left: 54%;
  margin-left: auto;
}
.roadmap__item-block:nth-child(even) .roadmap__year {
  left: 0;
  text-align: right;
}
.roadmap__item-block:nth-child(even) .roadmap__item {
  transform: translateX(100%);
}
.roadmap__item-block:last-child {
  padding-bottom: 0;
}
.roadmap__item-block--fade .roadmap__item {
  opacity: 1;
  transform: translateX(0%) !important;
}
.roadmap__item-block--fade .roadmap__quarter {
  background: #fff;
  color: #fff;
  min-width: 50px;
  min-height: 50px;
}
.roadmap__item-block--fade .roadmap__line {
  height: 100%;
}
.roadmap__item {
  background-color: #fff;
  color: #fff;
  padding: 20px;
  border: 2px solid #fff;
  opacity: 0;
  transform: translateX(-100%);
  transition: all 0.4s;
}
.roadmap__quarter-1 {
  background-image: url(/assets/new2022/img/roadmap/1_Button.png) !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.roadmap__item-1 {
  background-image: url(/assets/new2022/img/roadmap/1_Ausgangssituation.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  border: 2px solid #ddccae;
}
.roadmap__item-1 .roadmap__item-header {
  color: #ddccae !important;
}
.roadmap__item-1 .roadmap__text {
  border-left: 1px solid #ddccae;
  padding-left: 20px;
  margin-top: 15px;
  color: #fff;
  position: relative;
}
.roadmap__item-1 .roadmap__text::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -5px;
  /* Mitte der Border */
  width: 10px;
  height: 10px;
  background-color: #ddccae;
  border-radius: 50%;
}
.roadmap__quarter-2 {
  background-image: url(/assets/new2022/img/roadmap/2_Button.png) !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.roadmap__item-2 {
  background-image: url(/assets/new2022/img/roadmap/2_Beratung.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  border: 4px solid #10a7f2;
}
.roadmap__item-2 .roadmap__item-header {
  color: #0bb9ec;
}
.roadmap__item-2 .roadmap__item-topheader {
  font-style: italic;
}
.roadmap__quarter-3 {
  background-image: url(/assets/new2022/img/roadmap/3_Button.png) !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.roadmap__item-3 {
  background-image: url(/assets/new2022/img/roadmap/3_Auftrag.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.roadmap__item-3 .roadmap__item-topheader {
  font-style: italic;
}
.roadmap__quarter-4 {
  background-image: url(/assets/new2022/img/roadmap/4_Button.png) !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.roadmap__item-4 {
  background-image: url(/assets/new2022/img/roadmap/4_Planung.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.roadmap__item-4 .roadmap__item-topheader {
  font-style: italic;
}
.roadmap__quarter-5 {
  background-image: url(/assets/new2022/img/roadmap/5_Button.png) !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.roadmap__item-5 {
  background-image: url(/assets/new2022/img/roadmap/5_Realisierung_2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.roadmap__item-5 .roadmap__item-topheader {
  font-style: italic;
}
.roadmap__quarter-6 {
  background-image: url(/assets/new2022/img/roadmap/6_Button.png) !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.roadmap__item-6 {
  background-image: url(/assets/new2022/img/roadmap/6_Ergebnis.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.roadmap__item-6 .roadmap__item-topheader {
  font-style: italic;
}
.roadmap__item-header {
  color: #fff;
}
.roadmap__line {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 2px;
  height: 0;
  transform: translateX(-50%);
  background: #10a7f2;
  transition: height 0.6s;
}
.roadmap__quarter {
  position: absolute;
  top: 0;
  left: 50%;
  background: transparent;
  padding: 10px;
  border-radius: 50%;
  transform: translateX(-50%);
  transition: all 0.4s;
}
.roadmap__year {
  position: absolute;
  left: 53%;
  width: 47%;
  color: #fff;
  font-size: 25px;
  padding-top: 5px;
  font-weight: bold;
}
.button {
  text-align: center;
  margin-top: 20px;
}
.button a {
  background-color: rgba(45, 178, 235, 0.7);
  border: 1px solid #2db2eb;
  border-radius: 20px;
  color: #fff;
  font-weight: bold;
  font-style: italic;
  text-decoration: none;
  padding: 8px 20px;
  display: block;
}
.button a:hover {
  background-color: rgba(1, 84, 154, 0.7);
  border: 1px solid #01549a;
}
@media (max-width: 1100px) {
  .roadmap {
    padding: 0px;
  }
  .roadmap .wrp {
    padding: 50px 50px;
  }
}
@media (max-width: 500px) {
  .roadmap__year {
    left: 54%;
    width: 46%;
  }
}
@media (max-width: 700px) {
  .roadmap__items:before {
    left: 5%;
  }
  .roadmap__item-block {
    padding-right: 0 !important;
    padding-left: 10% !important;
  }
  .roadmap__line {
    left: 5%;
  }
  .roadmap__quarter {
    left: 5%;
  }
  .roadmap__year {
    position: static;
    width: auto;
    margin-bottom: 10px;
    text-align: left !important;
    margin-left: 10px;
  }
}
@media (max-width: 400px) {
  .roadmap__items:before {
    left: 2%;
  }
  .roadmap__line {
    left: 2%;
  }
  .roadmap__quarter {
    left: 2%;
  }
}
.engineering-dark {
  background: #e4f5fc;
  padding-top: 54px;
}
.engineering__item-dark {
  display: grid;
  grid-template-columns: 417px auto;
}
.engineering__item-dark:first-child .engineering__header-col, .engineering__item-dark:first-child .engineering__text-col {
  padding-bottom: 76px;
}
.engineering__item-dark:last-child .engineering__header-col, .engineering__item-dark:last-child .engineering__text-col {
  padding-bottom: 64px;
}
.engineering__header-col-dark {
  background: #5c7589;
  padding: 34px 0px 8px 0px;
}
.engineering__header-left-dark {
  line-height: normal;
}
.engineering__text-col-dark {
  background: white;
  padding: 34px 34px 42px;
}
.engineering__link-dark {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  display: block;
}
.engineering__header-left-dark {
  font-weight: bold;
  color: #fff;
  font-size: 20px;
}
.engineering__link-cta-dark {
  background-color: #f19240;
  color: #fff;
  border-radius: 20px;
  padding: 12px 18px;
  margin: 36px auto 0 auto;
  display: block;
  width: max-content;
  text-decoration: none;
  font-weight: bold;
}
.engineering__link-cta-dark:hover {
  background-color: #01549a;
}
.engineering__header-dark {
  color: #000;
  margin-bottom: 20px;
  font-size: 30px;
}
.engineering__text-col-dark:nth-of-child(1) {
  font-style: italic;
  font-size: 30px;
}
.engineering__inner-dark {
  padding: 0 17px;
}
@media (max-width: 820px) {
  .engineering__item-dark {
    grid-template-columns: auto;
  }
  .engineering__link-dark {
    font-size: 28px;
    line-height: 34px;
  }
  .engineering__link-cta-dark {
    margin: 36px 0 30px 90px;
  }
}
.header-solutions {
  padding: 0 0 0 295px;
}
.header-solutions .header-img__header {
  text-transform: none;
  text-align: left;
  font-size: 46px;
  line-height: 54px;
}
.header-solutions .header-img__subtext {
  text-align: left;
  margin-top: 30px;
}
.header-solutions .header-img__toptext {
  color: #fff;
  font-size: 34px;
  line-height: 40px;
  text-align: left;
  margin-bottom: 30px;
  font-weight: normal;
}
.solution-dark {
  background: #e4f5fc;
  padding-top: 54px;
}
.solution__item-dark {
  display: grid;
  grid-template-columns: 220px auto;
}
.solution__item-dark:first-child .solution__header-col, .solution__item-dark:first-child .solution__text-col {
  padding-bottom: 76px;
}
.solution__item-dark:last-child .solution__header-col, .solution__item-dark:last-child .solution__text-col {
  padding-bottom: 64px;
}
.solution__header-col-dark {
  background: #fff;
  padding: 0px;
}
.solution__text-col-dark {
  background: white;
  padding: 60px 34px 60px;
}
.solution__link-dark {
  color: #8dd5fb;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  display: block;
}
.solution__header-left-dark {
  font-weight: 500;
  font-style: italic;
  color: #8dd5fb;
}
.solution__item-dark:nth-of-type(2) .solution__inner-dark {
  border-right: 2px solid #868686;
  height: 100%;
  position: relative;
}
.solution__item-dark:nth-of-type(2) .solution__inner-dark::before {
  content: "";
  position: absolute;
  top: 60px;
  right: -20px;
  /* Hälfte der Breite für mittige Ausrichtung */
  width: 40px;
  height: 40px;
  background-color: #fff;
  border: 2px solid #ccc;
  border-radius: 50%;
  background-image: url("/assets/new2022/img/Symbol_Pfeil.png");
  /* Pfad zum Pfeilbild */
  background-size: 40px 40px;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}
.solution__item-dark:nth-of-type(3) .solution__header-col-dark, .solution__item-dark:nth-of-type(3) .solution__text-col-dark {
  background-color: #e6e2e1;
}
.solution__item-dark:nth-of-type(3) .solution__inner-dark {
  border-right: 2px solid #868686;
  height: 100%;
  position: relative;
}
.solution__item-dark:nth-of-type(3) .solution__inner-dark::before {
  content: "";
  position: absolute;
  top: 60px;
  right: -20px;
  /* Hälfte der Breite für mittige Ausrichtung */
  width: 40px;
  height: 40px;
  background-color: #fff;
  border: 2px solid #ccc;
  border-radius: 50%;
  background-image: url("/assets/new2022/img/Symbol_Pfeil.png");
  /* Pfad zum Pfeilbild */
  background-size: 40px 40px;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}
.solution__item-dark:nth-of-type(4) {
  background-color: #327399;
  background-image: url(/assets/new2022/img/Anw_MH_WF_Ingberatung-5135a.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.solution__item-dark:nth-of-type(4) .solution__header-col-dark, .solution__item-dark:nth-of-type(4) .solution__text-col-dark {
  background-color: transparent;
  color: #fff;
}
.solution__item-dark:nth-of-type(4) .solution__header-dark {
  color: #fff;
}
.solution__item-dark:nth-of-type(4) .solution__inner-dark {
  border-right: 2px solid #868686;
  height: 100%;
  position: relative;
}
.solution__item-dark:nth-of-type(4) .solution__inner-dark::before {
  content: "";
  position: absolute;
  top: 60px;
  right: -20px;
  /* Hälfte der Breite für mittige Ausrichtung */
  width: 40px;
  height: 40px;
  background-color: #fff;
  border: 2px solid #ccc;
  border-radius: 50%;
  background-image: url("/assets/new2022/img/Symbol_Pfeil.png");
  /* Pfad zum Pfeilbild */
  background-size: 40px 40px;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}
.solution__item-dark:nth-of-type(5) .solution__header-col-dark, .solution__item-dark:nth-of-type(5) .solution__text-col-dark {
  background-color: #a2e6fb;
}
.solution__item-dark:nth-of-type(5) .solution__inner-dark {
  border-right: 2px solid #868686;
  height: 100%;
  position: relative;
}
.solution__item-dark:nth-of-type(5) .solution__inner-dark::before {
  content: "";
  position: absolute;
  top: 60px;
  right: -20px;
  /* Hälfte der Breite für mittige Ausrichtung */
  width: 40px;
  height: 40px;
  background-color: #fff;
  border: 2px solid #ccc;
  border-radius: 50%;
  background-image: url("/assets/new2022/img/Symbol_Pfeil.png");
  /* Pfad zum Pfeilbild */
  background-size: 40px 40px;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}
.solution__item-dark:nth-of-type(6) .solution__header-col-dark, .solution__item-dark:nth-of-type(6) .solution__text-col-dark {
  background-color: #cef2ff;
}
.solution__item-dark:nth-of-type(6) .solution__inner-dark {
  border-right: 2px solid #868686;
  height: 50px;
  position: relative;
}
.solution__item-dark:nth-of-type(6) .solution__inner-dark::before {
  content: "";
  position: absolute;
  top: 60px;
  right: -20px;
  /* Hälfte der Breite für mittige Ausrichtung */
  width: 40px;
  height: 40px;
  background-color: #fff;
  border: 2px solid #ccc;
  border-radius: 50%;
  background-image: url("/assets/new2022/img/Symbol_Pfeil.png");
  /* Pfad zum Pfeilbild */
  background-size: 40px 40px;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
  transform: rotate(270deg);
}
.solution__link-cta-dark {
  background-color: #fff;
  border: 2px solid #1f2c3c;
  color: #01549a;
  border-radius: 20px;
  padding: 12px 18px;
  margin: 36px auto 0 auto;
  display: block;
  text-decoration: none;
  font-weight: bold;
  width: max-content;
}
.solution__link-cta-dark:hover {
  background-color: #01549a;
  border: 2px solid #01549a;
  color: #fff;
}
.solution__images img {
  width: 150px;
  height: auto;
}
.solution__header-dark {
  color: #000;
  margin-bottom: 20px;
}
.solution__inner-dark {
  padding: 17px;
}
@media (max-width: 820px) {
  .solution__item-dark {
    grid-template-columns: auto;
  }
  .solution__inner-dark {
    display: none;
  }
  .header-solutions {
    padding: 0 10px 0 55px;
  }
  .header-solutions .header-img__toptext {
    font-size: 24px;
    line-height: 24px;
  }
  .header-solutions .header-img__header {
    font-size: 34px;
    line-height: 34px;
  }
}
@media (max-width: 620px) {
  .header-solutions .header-img__toptext {
    font-size: 18px;
    line-height: 18px;
  }
  .header-solutions .header-img__header {
    font-size: 28px;
    line-height: 28px;
  }
}
@media (max-width: 540px) {
  .header-solutions .header-img__toptext {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 10px;
  }
  .header-solutions .header-img__header {
    font-size: 24px;
    line-height: 24px;
  }
  .header-solutions .header-img__subtext {
    margin-top: 10px;
  }
}
.main-nav__sub-item {
  display: block;
  position: relative;
  background: #fff;
}
.main-nav__sub-item:hover {
  background: #2db2eb;
  color: #fff;
}
.main-nav__sub-item:hover .main-nav__sub-list--l3 {
  display: block;
}
.main-nav__sub-link {
  position: relative;
  padding: 10px 50px 10px 50px;
  text-decoration: none;
  display: block;
  white-space: nowrap;
}
.main-nav__sub-link.main-nav__arrow-icon::before {
  content: "";
  position: absolute;
  top: 17px;
  left: 20px;
  bottom: auto;
  width: 7px;
  height: 7px;
  border-left: 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  border-bottom: 0;
  transform: rotate(45deg);
}
.main-nav__sub-link:hover {
  color: #fff;
}
.main-nav__sub-list--l2 {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  transform: translateX(-50px);
  background: #fff;
  padding: 6px 0 0;
  background-clip: padding-box;
  box-shadow: 0 4px 6px -2px rgba(0, 0, 0, 0.1);
}
.main-nav__sub-list--l3 {
  display: none;
  padding: 0;
}
.main-nav__sub-list--l3 .main-nav__sub-item {
  padding-left: 28px;
}
.main-nav--visible {
  display: block !important;
}
.main-nav__sub-list.is-visible {
  display: block;
}
/* Wenn im HTML data-open="true", zeige das Submenü */
.main-nav__item[data-open="true"] > .main-nav__sub-list {
  display: block;
}
.main-nav__sub-list {
  display: none;
}
.main-nav__item.is-open > .main-nav__sub-list {
  display: block;
}
.main-nav__sub-list {
  display: none !important;
}
.main-nav__item.is-open > .main-nav__sub-list {
  display: block !important;
}
.nav-mobile-open {
  display: none;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 40px;
  height: 40px;
  transform: translateY(-50%);
  cursor: pointer;
  user-select: none;
}
.nav-mobile-open div {
  position: absolute;
  top: calc(50% - 3px);
  left: 0;
  width: 100%;
  height: 3px;
  background: #000;
  transition: all 0.3s;
}
.nav-mobile-open div:first-child {
  transform: translateY(-10px);
}
.nav-mobile-open div:last-child {
  transform: translateY(10px);
}
.nav-mobile-open--open div {
  background: #fff;
}
.nav-mobile-open--open div:first-child {
  transform: rotate(45deg);
}
.nav-mobile-open--open div:nth-child(2) {
  display: none;
}
.nav-mobile-open--open div:last-child {
  transform: rotate(-45deg);
}
@media (max-width: 1340px) {
  .main-nav__list {
    justify-content: flex-end;
  }
}
@media (max-width: 1241px) {
  .main-nav__sub-list--l2 {
    position: relative !important;
    box-shadow: none;
    padding: 6px 0 0 60px;
  }
  .main-nav__item:hover > .main-nav__sub-list {
    display: block !important;
  }
}
@media (max-width: 1080px) {
  .icon-arrow-down {
    display: inline-block;
    width: 20px;
    height: 25px;
    background-image: url(/assets/img/arrow-down-menu.png);
    background-size: 12px auto;
    background-repeat: no-repeat;
    background-position-y: 4px;
    vertical-align: middle;
  }
  .nav-mobile-open {
    display: block;
  }
  .lang-nav__item--active {
    display: none !important;
    order: 2;
  }
  .lang-nav__item {
    display: block;
    order: 1;
  }
  .header__btn-block {
    display: none;
    position: fixed;
    top: 170px;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 0 var(--wrp-padding);
  }
  .main-nav {
    display: none;
    position: fixed;
    top: 65px;
    left: 0;
    width: 100%;
    background: #fff;
    border-bottom: 5px solid #fff;
    padding-top: 10px;
    overflow: auto;
  }
  .header__btn-block--open {
    display: flex;
    justify-content: flex-end;
  }
  .main-nav--open {
    display: block;
  }
  .main-nav__list {
    display: block;
    margin: 0 var(--wrp-padding) 5px;
    padding: 0;
    background: #fff;
  }
  .main-nav__link {
    padding: 5px;
    color: #000;
  }
  .main-nav__item {
    padding: 0 30px;
  }
  .main-nav__item:hover > .main-nav__sub-list {
    display: none;
  }
  .main-nav__item:hover .main-nav__link:before {
    content: normal;
  }
  .main-nav__item:first-child {
    padding-top: 10px;
  }
  .main-nav__item:first-child .main-nav__link {
    border-top: 0;
  }
  .main-nav__item:last-child {
    padding-bottom: 10px;
  }
  .main-nav__link {
    border-top: 1px solid #fff;
  }
  .main-nav__item--open {
    background: #000;
  }
  .main-nav__item--open .main-nav__link {
    padding-bottom: 0;
  }
  .main-nav__item--open > .main-nav__sub-list {
    display: block !important;
    position: static;
    transform: none;
    padding: 0;
    border-top: 0;
    background: transparent !important;
  }
  .main-nav__item--open .main-nav__sub-item {
    background: transparent !important;
  }
  .main-nav__sub-list--l3 {
    display: block;
  }
}
.simple-slider {
  position: relative;
}
.simple-slider__img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}
.simple-slider__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.slider-video-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.simple-slider__next {
  left: auto;
  right: 23px;
}
.simple-slider__arrow-bg {
  fill: #0bb7d9;
}
.simple-slider__arrow-trail {
  display: block;
  width: 100%;
  height: 100%;
}
.simple-slider__arrow-head {
  display: block;
  position: absolute;
  top: 0;
  left: -4px;
  width: 20px;
  height: 100%;
}
.simple-slider__down-arrow a {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 30px;
  padding: 12px 18px;
  text-decoration: none;
}
.simple-slider__down-arrow a:hover {
  color: #fff;
  border: 1px solid #01549a;
  background-color: #01549a;
  text-decoration: none;
}
.simple-slider__nav-wrp {
  position: absolute;
  bottom: 20%;
  width: 100%;
}
.simple-slider__prev, .simple-slider__next {
  display: none;
  position: absolute;
  left: 27px;
  bottom: -27px;
  right: auto;
  height: 54px;
  width: 50px;
  cursor: pointer;
  z-index: 12;
  transform: rotate(90deg);
}
.simple-slider__prev .r-gui-icons_gear-bottom, .simple-slider__next .r-gui-icons_gear-bottom {
  display: block;
  font-size: 50px;
  color: #fff;
}
.simple-slider__prev:hover .r-gui-icons_gear-bottom, .simple-slider__next:hover .r-gui-icons_gear-bottom {
  color: #ccc;
}
.simple-slider__next {
  left: auto;
  right: 27px;
  transform: rotate(-90deg);
}
.simple-slider__next .simple-slider__arrow-head {
  right: -4px;
  left: auto;
}
.slider__header-line {
  color: #fff;
  font-size: 34px;
  margin-top: 10px;
  font-weight: bold;
  line-height: 40px;
}
.simple-slider__slide-block {
  overflow: hidden;
  position: relative;
  aspect-ratio: 2.4181360202;
}
.simple-slider__item {
  display: none;
  position: absolute;
  top: 0;
  width: 100%;
  transition-duration: 1s;
  transition-property: none;
  transition-timing-function: ease-in-out;
  inset: 0;
}
.simple-slider__item--slide-prev {
  display: block;
  transition-property: right;
  right: 100%;
  z-index: 10;
}
.simple-slider__item--slide-next {
  display: block;
  transition-property: left;
  left: 100%;
  z-index: 10;
}
.simple-slider__item--slide-next-slide-to-left {
  left: 0;
}
.simple-slider__item--slide-prev-slide-to-right {
  right: 0;
}
.simple-slider__item--active {
  display: block;
  position: relative;
  left: 0;
  top: 0;
  z-index: 2;
}
.simple-slider__item--active-slide-to-left {
  transition-property: left;
  left: -100%;
}
.simple-slider__item--active-slide-to-right {
  transition-property: left;
  left: 100%;
}
.slider__text-block {
  position: absolute;
  top: 40%;
  left: 0;
  z-index: 11;
  width: 100%;
  transform: translateY(-50%);
  text-align: center;
  padding: 50px 0;
  text-shadow: 0 0 10px #131313;
}
.simple-slider__nav {
  position: absolute;
  bottom: 20%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 12;
  display: flex;
}
.simple-slider__nav-item {
  display: block;
  width: 20px;
  height: 20px;
  background: #2db2eb;
  margin: 0 5px;
  cursor: pointer;
}
.simple-slider__nav-item--active {
  background: #01549a;
}
.simple-slider__down-arrow {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 13;
  cursor: pointer;
}
.simple-slider__down-arrow .r-gui-icons_gear-bottom {
  display: block;
  font-size: 70px;
  color: #fff;
}
.simple-slider__down-arrow:hover .r-gui-icons_gear-bottom {
  color: #ccc;
}
@media (max-width: 1210px) {
  .simple-slider__down-arrow {
    display: none;
  }
}
@media (max-width: 1140px) {
  .slider__header {
    font-size: 50px;
    line-height: 50px;
  }
}
@media (max-width: 970px) {
  .slider__header {
    font-size: 40px;
    line-height: 40px;
  }
}
@media (max-width: 800px) {
  .slider__header {
    font-size: 34px;
    line-height: 34px;
  }
  .slider__header-line {
    font-size: 24px;
    line-height: 24px;
  }
}
@media (max-width: 660px) {
  .slider__header {
    font-size: 34px;
    line-height: 34px;
  }
  .slider__header-line {
    display: none;
  }
}
@media (max-width: 620px) {
  .slider__text-block {
    text-align: right;
    padding: 50px 20px;
  }
}
@media (max-width: 560px) {
  .slider__header {
    font-size: 24px;
    line-height: 24px;
  }
  .simple-slider__nav {
    display: none;
  }
}
