/*
* Font - Open Sans
*/
/* Page */
/*
    Transition 1s
*/
/*
    Background property
*/
/*
    Image property
*/
/*
    Link's
*/
/*
    Page Wrap
*/
/*
    Title Style
*/
/*
    Text Style
*/
/*
    Border radius All
*/
/*
    Border radius TOP
*/
/*
    Border radius BOTTOM
*/
/*
    Border radius RIGHT
*/
/*
    Border radius LEFT
*/
/*
    Block shaddow
*/
/*
* Placeholder
*/
/*
    UL prop - Navigation
*/
/*
    Input
*/
/*
    Buttons
*/
/*
    Animations
*/
/*
* Font - Open Sans
*/
/* Page */
/*
    Transition 1s
*/
/*
    Background property
*/
/*
    Image property
*/
/*
    Link's
*/
/*
    Page Wrap
*/
/*
    Title Style
*/
/*
    Text Style
*/
/*
    Border radius All
*/
/*
    Border radius TOP
*/
/*
    Border radius BOTTOM
*/
/*
    Border radius RIGHT
*/
/*
    Border radius LEFT
*/
/*
    Block shaddow
*/
/*
* Placeholder
*/
/*
    UL prop - Navigation
*/
/*
    Input
*/
/*
    Buttons
*/
/*
    Animations
*/
/*
* Header
*/
header {
  position: fixed;
  z-index: 9999;
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  top: 0;
  background-color: #005192;
}

header .header-wrap {
  display: flex;
  max-width: 1640px;
  width: 100%;
  margin: 0;
  padding: 25px;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

header .header-wrap .lng-wrap {
  position: relative;
  display: block;
  width: auto;
}

header .header-wrap .lng-wrap .lng-current {
  position: relative;
  z-index: 10;
  font-size: 20px;
  line-height: 28px;
  font-family: myriad-pro, sans-serif;
  color: #ffffff;
  font-weight: 300;
  margin: 0 20px 0 0;
  padding: 5px 20px 5px 5px;
  text-transform: uppercase;
  background-image: url("../images/ico_arr_down_white.svg");
  background-position: right 5px center;
  background-repeat: no-repeat;
  background-size: 10px auto;
  border-top: 1px solid #005192;
  border-left: 1px solid #005192;
  border-right: 1px solid #005192;
}

header .header-wrap .lng-wrap .lng-current .smt {
  padding: 5px 0;
  border-bottom: 1px solid #005192;
}

header .header-wrap .lng-wrap .lng-current {
  cursor: pointer;
}

header .header-wrap .lng-wrap .lng-list {
  position: absolute;
  z-index: 20;
  display: none;
  width: calc(100% - 20px);
  margin: 0;
  padding: 5px 5px;
  list-style: none;
  background-color: #ffffff;
  border-left: 1px solid #e9f0f6;
  border-right: 1px solid #e9f0f6;
  border-bottom: 1px solid #e9f0f6;
}

header .header-wrap .lng-wrap .lng-list li {
  display: block;
}

header .header-wrap .lng-wrap .lng-list li a {
  color: #000000;
  text-decoration: none;
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
}

header .header-wrap .lng-wrap .lng-list li a:hover {
  color: #005192;
  text-decoration: none;
}

header .header-wrap .lng-wrap .lng-list li a {
  text-transform: uppercase;
}

header .header-wrap .lng-wrap.lng-active .lng-current {
  color: #005192;
  background-image: url("../images/ico_arr_down_blue.svg");
  background-color: #ffffff;
  border-top: 1px solid #e9f0f6;
  border-left: 1px solid #e9f0f6;
  border-right: 1px solid #e9f0f6;
}

header .header-wrap .search {
  display: block;
  width: 40px;
  height: 40px;
  background-image: url("../images/ico_search_white.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto;
  cursor: pointer;
}

header .header-wrap .hamburger {
  display: none;
  width: 30px;
  height: 30px;
  margin: 0 0 0 10px;
  background-image: url("../images/ico_hamburger.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto;
  cursor: pointer;
}

@media (max-width: 1230px) {
  header .header-wrap .logo {
    margin: 0 auto 0 0;
  }
  header .header-wrap .logo img {
    width: 120px;
    height: auto;
  }
  header .header-wrap .nav-wrap {
    display: none;
  }
  header .header-wrap .lng-wrap {
    display: none;
  }
  header .header-wrap .hamburger {
    display: block;
  }
}
/*
    Main Navigation
*/
.nav-wrap div[class*=menu-main-menu] {
  display: block;
  width: 100%;
}

.nav-wrap div[class*=menu-main-menu] ul.menu-main {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 2.4rem;
}

.nav-wrap div[class*=menu-main-menu] ul.menu-main li {
  font-family: myriad-pro, sans-serif;
  padding: 10px 0;
}

.nav-wrap div[class*=menu-main-menu] ul.menu-main li a {
  margin-bottom: 10px;
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
  font-size: 22px;
  line-height: 35px;
}

.nav-wrap div[class*=menu-main-menu] ul.menu-main li a:hover {
  color: #e9f0f6;
  text-decoration: none;
}

.nav-wrap div[class*=menu-main-menu] ul.menu-main li.menu-item-has-children {
  position: relative;
  z-index: 10;
  padding-left: 5px;
  padding-right: 25px;
  border-top: 1px solid #005192;
  border-left: 1px solid #005192;
  border-right: 1px solid #005192;
  background-image: url("../images/ico_arr_down_white.svg");
  background-position: right 5px center;
  background-repeat: no-repeat;
  background-size: 10px auto;
}

.nav-wrap div[class*=menu-main-menu] ul.menu-main li.menu-item-has-children a {
  border-bottom: 1px solid #005192;
}

.nav-wrap div[class*=menu-main-menu] ul.menu-main li.menu-item-has-children ul.sub-menu {
  left: 0;
  top: 55px;
  list-style: none;
  border-left: 1px solid #e9f0f6;
  border-right: 1px solid #e9f0f6;
  border-bottom: 1px solid #e9f0f6;
  min-width: 100%;
  position: absolute;
  z-index: 999;
  display: none;
  width: fit-content;
  margin: 0;
  padding: 5px;
  background-color: #ffffff;
}

.nav-wrap div[class*=menu-main-menu] ul.menu-main li.menu-item-has-children ul.sub-menu li {
  display: block;
  padding: 5px 0 0;
}

.nav-wrap div[class*=menu-main-menu] ul.menu-main li.menu-item-has-children ul.sub-menu li a {
  text-transform: uppercase;
  white-space: nowrap;
  border-bottom: none;
  color: #000000;
  text-decoration: none;
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
}

.nav-wrap div[class*=menu-main-menu] ul.menu-main li.menu-item-has-children ul.sub-menu li a:hover {
  color: #005192;
  text-decoration: none;
}

.nav-wrap div[class*=menu-main-menu] ul.menu-main li.menu-item-has-children.nav-active {
  background-color: #ffffff;
  background-image: url("../images/ico_arr_down_blue.svg");
}

.nav-wrap div[class*=menu-main-menu] ul.menu-main li.menu-item-has-children.nav-active a {
  border-bottom: 1px solid #005192;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #005192;
}

.nav-wrap div[class*=menu-main-menu] ul.menu-main li.menu-item-has-children.nav-active a:hover {
  color: #005192;
}

@media (max-width: 1650px) {
  .nav-wrap div[class*=menu-main-menu] ul.menu-main li a {
    font-size: 18px;
    line-height: 35px;
  }
}
@media (max-width: 1500px) {
  .nav-wrap div[class*=menu-main-menu] ul.menu-main {
    gap: 15px;
  }
  .nav-wrap div[class*=menu-main-menu] ul.menu-main li a {
    font-size: 16px;
    line-height: 35px;
  }
}
@media (max-width: 1230px) {
  .nav-wrap div[class*=menu-main-menu] {
    width: 100%;
    padding: 0 25px;
  }
  .nav-wrap div[class*=menu-main-menu] ul.menu-main {
    display: flex;
    margin: 0;
    padding: 0;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
  }
  .nav-wrap div[class*=menu-main-menu] ul.menu-main li {
    padding: 0;
  }
  .nav-wrap div[class*=menu-main-menu] ul.menu-main li a {
    margin-bottom: 0;
    color: #005192;
    text-decoration: none;
    font-weight: 600;
    font-size: 20px;
    line-height: 35px;
  }
  .nav-wrap div[class*=menu-main-menu] ul.menu-main li a:hover {
    color: #000000;
    text-decoration: none;
  }
  .nav-wrap div[class*=menu-main-menu] ul.menu-main li.menu-item-has-children {
    padding-left: 0;
    padding-right: 0;
    border-top: none;
    border-left: none;
    border-right: none;
    background-image: none;
  }
  .nav-wrap div[class*=menu-main-menu] ul.menu-main li.menu-item-has-children a {
    border-bottom: none;
  }
  .nav-wrap div[class*=menu-main-menu] ul.menu-main li.menu-item-has-children ul.sub-menu {
    position: relative;
    z-index: 10;
    display: block;
    right: auto;
    top: auto;
    border-left: none;
    border-right: none;
    border-bottom: none;
  }
}
.nav-actions {
  display: flex;
  align-items: center;
}

/*
* RSP Nav
*/
.rsp-nav-wrap {
  position: fixed;
  z-index: 99999;
  display: none;
  width: 100vw;
  height: 100svh;
  top: 0;
  background-color: #ffffff;
}

.rsp-nav-wrap .rsp-nav {
  display: flex;
  width: 100vw;
  height: 100svh;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}

.rsp-nav-wrap .rsp-nav .rsp-header {
  display: flex;
  width: 100vw;
  padding: 25px;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.rsp-nav-wrap .rsp-nav .rsp-header .logo {
  margin: 0 auto 0 0;
}

.rsp-nav-wrap .rsp-nav .rsp-header .logo img {
  width: 120px;
  height: auto;
  filter: invert(100%);
}

.rsp-nav-wrap .rsp-nav .rsp-header .close {
  display: block;
  width: 30px;
  height: 30px;
  background-image: url("../images/ico_close.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 25px auto;
  cursor: pointer;
}

.rsp-nav-wrap .rsp-nav .rsp-header {
  border-bottom: 1px solid #e9f0f6;
}

.rsp-nav-wrap .rsp-nav .rsp-body {
  display: block;
}

.rsp-nav-wrap .rsp-nav .rsp-footer {
  display: block;
  width: 100vw;
  padding: 10px 25px;
  border-top: 1px solid #e9f0f6;
}

.rsp-nav-wrap .rsp-nav .rsp-footer .lng-wrap {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.rsp-nav-wrap .rsp-nav .rsp-footer .lng-wrap .lng-current {
  font-size: 20px;
  line-height: 28px;
  font-family: myriad-pro, sans-serif;
  color: #005192;
  font-weight: 300;
  text-transform: uppercase;
}

.rsp-nav-wrap .rsp-nav .rsp-footer .lng-wrap .lng-list {
  display: flex;
  margin: 0;
  padding: 0;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  list-style: none;
}

.rsp-nav-wrap .rsp-nav .rsp-footer .lng-wrap .lng-list li {
  display: block;
}

.rsp-nav-wrap .rsp-nav .rsp-footer .lng-wrap .lng-list li a {
  color: #000000;
  text-decoration: none;
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
}

.rsp-nav-wrap .rsp-nav .rsp-footer .lng-wrap .lng-list li a:hover {
  color: #005192;
  text-decoration: none;
}

.rsp-nav-wrap .rsp-nav .rsp-footer .lng-wrap .lng-list li a {
  text-transform: uppercase;
}

/*
* Footer
*/
footer {
  display: flex;
  width: 100%;
  margin: 170px 0 0;
  padding: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

footer .footer-wrap {
  display: block;
  max-width: 1640px;
  width: 100%;
  padding: 0 25px;
}

footer .footer-wrap .footer-row {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}

footer .footer-wrap .footer-row:first-of-type {
  border-top: 2px solid #005192;
  padding-top: 50px;
}

footer .footer-wrap .footer-row div[class*=_left] {
  display: flex;
  width: 500px;
  margin: 0 auto 0 0;
  flex-direction: row;
  align-items: flex-start;
}

footer .footer-wrap .footer-row div[class*=_left] .logo {
  margin-right: 70px;
  width: 190px;
  height: auto;
}

footer .footer-wrap .footer-row div[class*=_left] .logo h3 {
  display: block;
  font-size: 28px;
  line-height: normal;
  font-family: myriad-pro, sans-serif;
  color: #000000;
  font-weight: 600;
  margin: 20px 0 0;
  text-align: left;
  text-transform: uppercase;
}

footer .footer-wrap .footer-row div[class*=_left] .contact-info {
  display: block;
  font-size: 20px;
  line-height: 23px;
  font-family: myriad-pro, sans-serif;
  color: #000000;
  font-weight: 300;
  text-align: left;
}

footer .footer-wrap .footer-row div[class*=_left] .contact-info p {
  margin-bottom: 15px;
}

footer .footer-wrap .footer-row div[class*=_left] .contact-info a {
  color: #000000;
  text-decoration: none;
}

footer .footer-wrap .footer-row div[class*=_left] .contact-info a:hover {
  color: #005192;
  text-decoration: none;
}

footer .footer-wrap .footer-row div[class*=_right] {
  display: flex;
  width: 500px;
  flex-direction: row;
  align-items: flex-start;
}

footer .footer-wrap .footer-row div[class*=_right] .logo img {
  width: 310px;
  height: auto;
}

footer .footer-wrap .footer-row div[class*=_right] .logo h3 {
  display: block;
  font-size: 28px;
  line-height: normal;
  font-family: myriad-pro, sans-serif;
  color: #000000;
  font-weight: 600;
  margin: 20px 0 0;
  text-align: left;
  text-transform: uppercase;
}

footer .footer-wrap .footer-row .footer-nav {
  display: block;
  margin: 0 auto 0 0;
  padding: 100px 0;
}

footer .footer-wrap .footer-row .footer-nav div[class*=menu-footer-menu] ul.menu-footer {
  display: flex;
  margin: 0;
  padding: 0;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  list-style: none;
}

footer .footer-wrap .footer-row .footer-nav div[class*=menu-footer-menu] ul.menu-footer li a {
  color: #000000;
  text-decoration: none;
  font-weight: 300;
  font-size: 22px;
  line-height: 23px;
}

footer .footer-wrap .footer-row .footer-nav div[class*=menu-footer-menu] ul.menu-footer li a:hover {
  color: #005192;
  text-decoration: none;
}

footer .footer-wrap .footer-row .footer-sn {
  display: flex;
  width: 500px;
  padding: 100px 0;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}

footer .footer-wrap .copy {
  display: flex;
  width: 100%;
  margin: 0;
  padding: 30px 0;
  align-items: center;
  justify-content: flex-end;
  font-size: 20px;
  line-height: 23px;
  font-family: myriad-pro, sans-serif;
  color: #000000;
  font-weight: 300;
}

footer .footer-wrap .copy p {
  margin-bottom: 0;
}

@media (max-width: 1200px) {
  footer .footer-wrap .footer-row {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  footer .footer-wrap .footer-row div[class*=_left] {
    width: 100%;
    margin: 0 0 50px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  footer .footer-wrap .footer-row div[class*=_left] .logo h3 {
    font-size: 20px;
    line-height: 21px;
    margin: 10px 0 15px;
  }
  footer .footer-wrap .footer-row div[class*=_left] .contact-info {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 50px;
    font-size: 15px;
    line-height: 18px;
  }
  footer .footer-wrap .footer-row div[class*=_right] {
    width: 100%;
  }
  footer .footer-wrap .footer-row div[class*=_right] .logo img {
    width: 310px;
    height: auto;
  }
  footer .footer-wrap .footer-row div[class*=_right] .logo h3 {
    font-size: 20px;
    line-height: 21px;
    margin: 10px 0 15px;
  }
  footer .footer-wrap .footer-row .footer-nav {
    order: 2;
    width: 100%;
    margin: 80px 0 0;
    padding: 0;
    gap: 0;
  }
  footer .footer-wrap .footer-row .footer-nav div[class*=menu-footer-menu] ul.menu-footer {
    margin: 0;
    padding: 0;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  footer .footer-wrap .footer-row .footer-nav div[class*=menu-footer-menu] ul.menu-footer li a {
    font-size: 15px;
    line-height: 18px;
  }
  footer .footer-wrap .footer-row .footer-sn {
    order: 1;
    width: 100%;
    margin: 20px 0 0;
    padding: 0;
  }
  footer .footer-wrap .copy {
    padding: 30px 0 20px;
    font-size: 15px;
    line-height: 23px;
  }
}
@media (max-width: 1200px) {
  footer {
    margin: 100px 0 0;
  }
}
@media (max-width: 768px) {
  footer .footer-wrap .footer-row .footer-nav div[class*=menu-footer-menu] ul.menu-footer {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 5px;
  }
}
/*
* Font - Open Sans
*/
/* Page */
/*
    Transition 1s
*/
/*
    Background property
*/
/*
    Image property
*/
/*
    Link's
*/
/*
    Page Wrap
*/
/*
    Title Style
*/
/*
    Text Style
*/
/*
    Border radius All
*/
/*
    Border radius TOP
*/
/*
    Border radius BOTTOM
*/
/*
    Border radius RIGHT
*/
/*
    Border radius LEFT
*/
/*
    Block shaddow
*/
/*
* Placeholder
*/
/*
    UL prop - Navigation
*/
/*
    Input
*/
/*
    Buttons
*/
/*
    Animations
*/
/*
* Layout - CTA
*/
.layout-cta-wrap {
  display: block;
  width: 100%;
}

.layout-cta-wrap .dsg-top {
  width: 100%;
  height: 100px;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  background-color: #e9f0f6;
}

.layout-cta-wrap .dsg-bottom {
  width: 100%;
  height: 100px;
  clip-path: polygon(100% 0, 0 100%, 0 0);
  background-color: #e9f0f6;
}

.layout-cta-wrap .layout-cta {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #e9f0f6;
}

.layout-cta-wrap .layout-cta .cta {
  display: flex;
  max-width: 768px;
  width: 100%;
  padding: 50px 25px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.layout-cta-wrap .layout-cta .cta h2 {
  display: block;
  font-size: 50px;
  line-height: 70px;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  color: #000000;
  font-weight: 500;
}

@media (max-width: 1200px) {
  .layout-cta-wrap .layout-cta .cta h2 {
    font-size: 30px;
    line-height: 42px;
  }
}
.layout-cta-wrap .layout-cta .cta .text {
  font-size: 20px;
  line-height: 28px;
  font-family: myriad-pro, sans-serif;
  color: #000000;
  font-weight: 300;
}

@media (max-width: 1200px) {
  .layout-cta-wrap .layout-cta .cta .text {
    font-size: 15px;
    line-height: 18px;
  }
}
.layout-cta-wrap .layout-cta .cta .btn-white-blue {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 30px;
}

.layout-cta-wrap .layout-cta .cta .btn-white-blue a {
  position: relative;
  display: block;
  padding: 10px 15px 15px;
  min-width: 250px;
}

.layout-cta-wrap .layout-cta .cta .btn-white-blue a::after {
  content: "";
  position: absolute;
  inset: 0 0 0 auto;
  width: 20%;
  height: 100%;
  background-color: #005192;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("../images/ico_arr_right_white.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 22px 18px;
  pointer-events: none;
}

.layout-cta-wrap .layout-cta .cta .btn-white-blue a {
  color: #005192;
  text-decoration: none;
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
}

.layout-cta-wrap .layout-cta .cta .btn-white-blue a:hover {
  color: #ffffff;
  text-decoration: none;
}

.layout-cta-wrap .layout-cta .cta .btn-white-blue {
  background-color: #ffffff;
  -moz-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}

.layout-cta-wrap .layout-cta .cta .btn-white-blue:hover {
  background-color: #005192;
}

@media (max-width: 1200px) {
  .layout-cta-wrap .layout-cta .cta .btn-white-blue a {
    padding: 10px 15px 12px;
    min-width: 200px;
    color: #005192;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    line-height: 16px;
  }
  .layout-cta-wrap .layout-cta .cta .btn-white-blue a:hover {
    color: #ffffff;
    text-decoration: none;
  }
}
.layout-cta-wrap .layout-cta .cta .btn-white-blue a {
  transition: all 0.4s ease-out;
}

@media (max-width: 1200px) {
  .layout-cta-wrap .dsg-top {
    height: 50px;
  }
  .layout-cta-wrap .dsg-bottom {
    height: 50px;
  }
}
/*
* Layout - Reference
*/
.layout-reference-wrap {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.layout-reference-wrap .layout-reference {
  display: flex;
  max-width: 1640px;
  width: 100%;
  margin: 100px 0;
  padding: 0 25px;
  flex-wrap: wrap;
}

.layout-reference-wrap .layout-reference .blue-block {
  display: flex;
  width: 33.33%;
  padding: 80px 35px 40px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  background-color: #005192;
}

.layout-reference-wrap .layout-reference .blue-block h2 {
  display: block;
  font-size: 53px;
  line-height: 75px;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  color: #ffffff;
  font-weight: 500;
  margin: 0 0 40px;
  padding: 0;
}

.layout-reference-wrap .layout-reference .blue-block .text {
  display: block;
  font-size: 20px;
  line-height: 23px;
  font-family: myriad-pro, sans-serif;
  color: #ffffff;
  font-weight: 300;
  margin: 0 0 auto;
}

.layout-reference-wrap .layout-reference .ref-slider-wrap {
  display: block;
  width: 66.66%;
  padding: 0 0 0 35px;
}

.layout-reference-wrap .layout-reference .ref-slider-wrap .ref-slider {
  position: relative;
  display: block;
  width: 100%;
}

.layout-reference-wrap .layout-reference .ref-slider-wrap .ref-slider .ref-one {
  padding: 70px 50px 0;
}

.layout-reference-wrap .layout-reference .ref-slider-wrap .ref-slider .ref-one .image {
  display: block;
  width: 180px;
  height: 180px;
  margin-bottom: 50px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.layout-reference-wrap .layout-reference .ref-slider-wrap .ref-slider .ref-one .company {
  display: block;
  font-size: 20px;
  line-height: 23px;
  font-family: myriad-pro, sans-serif;
  color: #000000;
  font-weight: 300;
}

.layout-reference-wrap .layout-reference .ref-slider-wrap .ref-slider .ref-one .person {
  display: block;
  font-size: 28px;
  line-height: 32px;
  font-family: myriad-pro, sans-serif;
  color: #000000;
  font-weight: 400;
  margin-bottom: 20px;
}

.layout-reference-wrap .layout-reference .ref-slider-wrap .ref-slider .ref-one .person .name {
  font-weight: 600;
}

.layout-reference-wrap .layout-reference .ref-slider-wrap .ref-slider .ref-one .text {
  display: block;
  font-size: 20px;
  line-height: 23px;
  font-family: myriad-pro, sans-serif;
  color: #000000;
  font-weight: 300;
}

.layout-reference-wrap .layout-reference .ref-slider-wrap .ref-slider .slick-arrow {
  position: absolute;
  z-index: 99;
  top: 0;
  display: block;
  width: 30px;
  height: 15px;
  font-size: 0;
  line-height: 0;
  border-collapse: collapse;
  border: none;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto;
}

.layout-reference-wrap .layout-reference .ref-slider-wrap .ref-slider .slick-arrow.slick-prev {
  left: 0;
  background-image: url("../images/ico_arr_left_blue.svg");
}

.layout-reference-wrap .layout-reference .ref-slider-wrap .ref-slider .slick-arrow.slick-next {
  left: 40px;
  background-image: url("../images/ico_arr_right_blue.svg");
}

.layout-reference-wrap .layout-reference .ref-slider-wrap .ref-slider .slick-arrow.slick-disabled {
  opacity: 16%;
}

@media (max-width: 1200px) {
  .layout-reference-wrap .layout-reference {
    width: 100%;
    margin: 50px 0;
    padding: 0;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .layout-reference-wrap .layout-reference .blue-block {
    width: calc(100% - 50px);
    margin: 0 25px 30px;
    padding: 50px 25px 30px;
  }
  .layout-reference-wrap .layout-reference .blue-block h2 {
    font-size: 30px;
    line-height: 42px;
    margin: 0 0 15px;
  }
  .layout-reference-wrap .layout-reference .blue-block .text {
    font-size: 15px;
    line-height: 18px;
    margin: 0 0 70px;
  }
  .layout-reference-wrap .layout-reference .ref-slider-wrap {
    display: block;
    width: 100%;
    padding: 0 0 0 25px;
  }
  .layout-reference-wrap .layout-reference .ref-slider-wrap .ref-slider {
    padding: 0 25px 0 0;
  }
  .layout-reference-wrap .layout-reference .ref-slider-wrap .ref-slider .ref-one {
    padding: 30px 50px 0 0;
  }
  .layout-reference-wrap .layout-reference .ref-slider-wrap .ref-slider .ref-one .image {
    display: block;
    width: 140px;
    height: 140px;
    margin-bottom: 25px;
  }
  .layout-reference-wrap .layout-reference .ref-slider-wrap .ref-slider .ref-one .company {
    font-size: 15px;
    line-height: 18px;
  }
  .layout-reference-wrap .layout-reference .ref-slider-wrap .ref-slider .ref-one .person {
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 10px;
  }
  .layout-reference-wrap .layout-reference .ref-slider-wrap .ref-slider .ref-one .text {
    font-size: 15px;
    line-height: 18px;
  }
  .layout-reference-wrap .layout-reference .ref-slider-wrap .ref-slider .slick-arrow.slick-prev {
    right: 60px;
    left: auto;
  }
  .layout-reference-wrap .layout-reference .ref-slider-wrap .ref-slider .slick-arrow.slick-next {
    right: 25px;
    left: auto;
  }
}
@media (max-width: 769px) {
  .layout-reference-wrap .layout-reference .ref-slider-wrap .ref-slider {
    padding: 0;
  }
  .layout-reference-wrap .layout-reference .ref-slider-wrap .ref-slider .slick-list {
    padding: 0 70px 0 0 !important;
  }
}
/*
* Layout - News
*/
.layout-news-wrap {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.layout-news-wrap .layout-news {
  display: flex;
  max-width: 1640px;
  width: 100%;
  margin: 100px 0;
  padding: 0 25px;
  flex-wrap: wrap;
}

.layout-news-wrap .layout-news h2 {
  display: block;
  font-size: 50px;
  line-height: 70px;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  color: #000000;
  font-weight: 500;
}

@media (max-width: 1200px) {
  .layout-news-wrap .layout-news h2 {
    font-size: 30px;
    line-height: 42px;
  }
}
.layout-news-wrap .layout-news .news-suiss-wrap {
  display: block;
  width: 66.66%;
  padding: 0 70px 0 0;
}

.layout-news-wrap .layout-news .news-suiss-wrap .news-suiss-slider {
  display: block;
}

.layout-news-wrap .layout-news .news-suiss-wrap .news-suiss-slider .news-suiss-one {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.layout-news-wrap .layout-news .news-suiss-wrap .news-suiss-slider .news-suiss-one .image {
  display: block;
  width: 100%;
  aspect-ratio: 2/1;
  margin-bottom: 30px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.layout-news-wrap .layout-news .news-suiss-wrap .news-suiss-slider .news-suiss-one .date {
  font-size: 20px;
  line-height: 23px;
  font-family: myriad-pro, sans-serif;
  color: #000000;
  font-weight: 300;
}

@media (max-width: 1200px) {
  .layout-news-wrap .layout-news .news-suiss-wrap .news-suiss-slider .news-suiss-one .date {
    font-size: 15px;
    line-height: 18px;
  }
}
.layout-news-wrap .layout-news .news-suiss-wrap .news-suiss-slider .news-suiss-one h3 {
  display: block;
  font-size: 28px;
  line-height: 32px;
  font-family: myriad-pro, sans-serif;
  color: #000000;
  font-weight: 600;
  margin: 0 0 20px;
}

@media (max-width: 1200px) {
  .layout-news-wrap .layout-news .news-suiss-wrap .news-suiss-slider .news-suiss-one h3 {
    font-size: 16px;
    line-height: 20px;
  }
}
.layout-news-wrap .layout-news .news-suiss-wrap .news-suiss-slider .news-suiss-one .excerpt {
  font-size: 20px;
  line-height: 23px;
  font-family: myriad-pro, sans-serif;
  color: #000000;
  font-weight: 300;
}

@media (max-width: 1200px) {
  .layout-news-wrap .layout-news .news-suiss-wrap .news-suiss-slider .news-suiss-one .excerpt {
    font-size: 15px;
    line-height: 18px;
  }
}
.layout-news-wrap .layout-news .news-suiss-wrap .news-suiss-slider .news-suiss-one .excerpt {
  margin-bottom: auto;
}

.layout-news-wrap .layout-news .news-suiss-wrap .news-suiss-slider .news-suiss-one .read-more-dark {
  display: block;
  width: fit-content;
  padding: 0 15px 0 0;
  color: #000000;
  text-decoration: none;
  font-weight: 600;
  font-size: 20px;
  line-height: 23px;
}

.layout-news-wrap .layout-news .news-suiss-wrap .news-suiss-slider .news-suiss-one .read-more-dark:hover {
  color: #005192;
  text-decoration: none;
}

.layout-news-wrap .layout-news .news-suiss-wrap .news-suiss-slider .news-suiss-one .read-more-dark {
  background-image: url("../images/ico_arr_right_black.svg");
  background-position: right bottom 5px;
  background-repeat: no-repeat;
  background-size: auto 12px;
  margin-top: 20px;
}

.layout-news-wrap .layout-news .news-suiss-wrap .news-suiss-slider .slick-track {
  display: flex !important;
}

.layout-news-wrap .layout-news .news-suiss-wrap .news-suiss-slider .slick-slide {
  height: inherit !important;
  margin: 0 35px;
}

.layout-news-wrap .layout-news .news-suiss-wrap .news-suiss-slider .slick-list {
  margin: 0 -35px;
}

.layout-news-wrap .layout-news .news-suiss-wrap .news-suiss-slider .slick-arrow {
  position: absolute;
  z-index: 99;
  top: -45px;
  display: block;
  width: 30px;
  height: 15px;
  font-size: 0;
  line-height: 0;
  border-collapse: collapse;
  border: none;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto;
}

.layout-news-wrap .layout-news .news-suiss-wrap .news-suiss-slider .slick-arrow.slick-prev {
  right: 40px;
  background-image: url("../images/ico_arr_left_blue.svg");
}

.layout-news-wrap .layout-news .news-suiss-wrap .news-suiss-slider .slick-arrow.slick-next {
  right: 0;
  background-image: url("../images/ico_arr_right_blue.svg");
}

.layout-news-wrap .layout-news .news-suiss-wrap .news-suiss-slider .slick-arrow.slick-disabled {
  opacity: 16%;
}

.layout-news-wrap .layout-news .news-euro-wrap {
  display: flex;
  width: 33.33%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}

.layout-news-wrap .layout-news .news-euro-wrap .scraped {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  padding: 0 70px 0 0;
}

.layout-news-wrap .layout-news .news-euro-wrap .scraped .image {
  display: block;
  width: 100%;
  aspect-ratio: 2/1;
  margin-bottom: 30px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.layout-news-wrap .layout-news .news-euro-wrap .scraped .date {
  font-size: 20px;
  line-height: 23px;
  font-family: myriad-pro, sans-serif;
  color: #000000;
  font-weight: 300;
}

@media (max-width: 1200px) {
  .layout-news-wrap .layout-news .news-euro-wrap .scraped .date {
    font-size: 15px;
    line-height: 18px;
  }
}
.layout-news-wrap .layout-news .news-euro-wrap .scraped h3 {
  display: block;
  font-size: 28px;
  line-height: 32px;
  font-family: myriad-pro, sans-serif;
  color: #000000;
  font-weight: 600;
  margin: 0 0 20px;
}

@media (max-width: 1200px) {
  .layout-news-wrap .layout-news .news-euro-wrap .scraped h3 {
    font-size: 16px;
    line-height: 20px;
  }
}
.layout-news-wrap .layout-news .news-euro-wrap .scraped .excerpt {
  font-size: 20px;
  line-height: 23px;
  font-family: myriad-pro, sans-serif;
  color: #000000;
  font-weight: 300;
}

@media (max-width: 1200px) {
  .layout-news-wrap .layout-news .news-euro-wrap .scraped .excerpt {
    font-size: 15px;
    line-height: 18px;
  }
}
.layout-news-wrap .layout-news .news-euro-wrap .scraped .excerpt {
  margin-bottom: auto;
}

.layout-news-wrap .layout-news .news-euro-wrap .scraped .read-more-dark {
  display: block;
  width: fit-content;
  padding: 0 15px 0 0;
  color: #000000;
  text-decoration: none;
  font-weight: 600;
  font-size: 20px;
  line-height: 23px;
}

.layout-news-wrap .layout-news .news-euro-wrap .scraped .read-more-dark:hover {
  color: #005192;
  text-decoration: none;
}

.layout-news-wrap .layout-news .news-euro-wrap .scraped .read-more-dark {
  background-image: url("../images/ico_arr_right_black.svg");
  background-position: right bottom 5px;
  background-repeat: no-repeat;
  background-size: auto 12px;
  margin-top: 20px;
}

@media (max-width: 1200px) {
  .layout-news-wrap .layout-news {
    width: 100%;
    margin: 50px 0;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 50px;
  }
  .layout-news-wrap .layout-news .news-suiss-wrap {
    width: 100%;
    padding: 0;
  }
  .layout-news-wrap .layout-news .news-suiss-wrap .news-suiss-slider .slick-slide {
    margin: 0 25px;
  }
  .layout-news-wrap .layout-news .news-suiss-wrap .news-suiss-slider .slick-list {
    margin: 0 -25px;
  }
  .layout-news-wrap .layout-news .news-euro-wrap {
    width: 100%;
  }
  .layout-news-wrap .layout-news .news-euro-wrap .scraped {
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 769px) {
  .layout-news-wrap .layout-news {
    padding: 0 0 0 25px;
  }
  .layout-news-wrap .layout-news .news-suiss-wrap .news-suiss-slider .news-suiss-one {
    padding-right: 30px;
  }
  .layout-news-wrap .layout-news .news-suiss-wrap .news-suiss-slider .slick-arrow.slick-prev {
    right: 60px;
  }
  .layout-news-wrap .layout-news .news-suiss-wrap .news-suiss-slider .slick-arrow.slick-next {
    right: 20px;
  }
  .layout-news-wrap .layout-news .news-suiss-wrap .news-suiss-slider .slick-slide {
    margin: 0;
  }
  .layout-news-wrap .layout-news .news-suiss-wrap .news-suiss-slider .slick-list {
    padding: 0 35% 0 0 !important;
    margin: 0;
    width: 100%;
  }
  .layout-news-wrap .layout-news .news-euro-wrap {
    width: calc(100% - 25px);
  }
}
/*
* Layout - Title with text
*/
.layout-title-w-text-wrap {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.layout-title-w-text-wrap .layout-title-w-text {
  display: block;
  max-width: 1640px;
  width: 100%;
  margin: 100px 0 50px;
  padding: 0 25px;
}

.layout-title-w-text-wrap .layout-title-w-text.block-blue h2 {
  display: block;
  font-size: 50px;
  line-height: 70px;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  color: #000000;
  font-weight: 500;
}

@media (max-width: 1200px) {
  .layout-title-w-text-wrap .layout-title-w-text.block-blue h2 {
    font-size: 30px;
    line-height: 42px;
  }
}
.layout-title-w-text-wrap .layout-title-w-text.block-blue .text {
  line-height: 1.2;
  background-color: #005192;
  display: block;
  width: 80%;
  padding: 50px 30px;
  display: block;
  font-size: 26px;
  font-family: myriad-pro, sans-serif;
  color: #ffffff;
  font-weight: 300;
}

.layout-title-w-text-wrap .layout-title-w-text.block-blue .text a {
  color: #ffffff;
  text-decoration: underline;
}

.layout-title-w-text-wrap .layout-title-w-text.block-blue .text a:hover {
  color: #ffffff;
  text-decoration: none;
}

.layout-title-w-text-wrap .layout-title-w-text.block-border h2 {
  border-top: 2px solid #e9f0f6;
  display: block;
  font-size: 28px;
  line-height: 32px;
  font-family: myriad-pro, sans-serif;
  color: #000000;
  font-weight: 600;
  margin: 0 0 20px;
}

@media (max-width: 1200px) {
  .layout-title-w-text-wrap .layout-title-w-text.block-border h2 {
    font-size: 16px;
    line-height: 20px;
  }
}
.layout-title-w-text-wrap .layout-title-w-text.block-border h2 {
  padding-top: 25px;
}

.layout-title-w-text-wrap .layout-title-w-text.block-border .text {
  font-size: 20px;
  line-height: 23px;
  font-family: myriad-pro, sans-serif;
  color: #000000;
  font-weight: 300;
}

@media (max-width: 1200px) {
  .layout-title-w-text-wrap .layout-title-w-text.block-border .text {
    font-size: 15px;
    line-height: 18px;
  }
}
@media (max-width: 1200px) {
  .layout-title-w-text-wrap .layout-title-w-text {
    margin: 50px 0 30px;
  }
  .layout-title-w-text-wrap .layout-title-w-text.block-blue .text {
    background-color: #005192;
    width: 100%;
    padding: 15px 20px;
    font-size: 15px;
    line-height: 18px;
  }
}
/*
* Layout - Hero
*/
.layout-hero-wrap {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.layout-hero-wrap .layout-hero {
  display: block;
  max-width: 1640px;
  width: 100%;
  margin: 150px 0 50px;
  padding: 0 25px;
}

.layout-hero-wrap .layout-hero h1 {
  display: block;
  font-size: 100px;
  line-height: 110px;
  font-family: myriad-pro, sans-serif;
  color: #000000;
  font-weight: 600;
  text-align: center;
}

@media (max-width: 1200px) {
  .layout-hero-wrap .layout-hero h1 {
    font-size: 48px;
    line-height: 52px;
  }
}
.layout-hero-wrap .layout-hero h2 {
  display: block;
  font-size: 50px;
  line-height: 70px;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  color: #000000;
  font-weight: 500;
}

@media (max-width: 1200px) {
  .layout-hero-wrap .layout-hero h2 {
    font-size: 30px;
    line-height: 42px;
  }
}
.layout-hero-wrap .layout-hero h2 {
  text-align: center;
  font-weight: 300;
  font-size: 48px;
}

.layout-hero-wrap .layout-hero .text {
  font-size: 20px;
  line-height: 28px;
  font-family: myriad-pro, sans-serif;
  color: #000000;
  font-weight: 300;
}

@media (max-width: 1200px) {
  .layout-hero-wrap .layout-hero .text {
    font-size: 15px;
    line-height: 18px;
  }
}
.layout-hero-wrap .layout-hero .text {
  display: block;
  max-width: 991px;
  margin: 50px auto 0;
  text-align: center;
}

@media (max-width: 1200px) {
  .layout-hero-wrap .layout-hero {
    margin: 70px 0 50px;
  }
  .layout-hero-wrap .layout-hero h2 {
    font-size: 24px;
    line-height: 34px;
  }
  .layout-hero-wrap .layout-hero .text {
    font-size: 20px;
    line-height: 28px;
    font-family: myriad-pro, sans-serif;
    color: #000000;
    font-weight: 300;
    display: block;
    max-width: 991px;
    margin: 30px auto 0;
    text-align: center;
  }
}
@media (max-width: 1200px) and (max-width: 1200px) {
  .layout-hero-wrap .layout-hero .text {
    font-size: 15px;
    line-height: 18px;
  }
}
/*
* Layout - Blocks with scrolling image
*/
.layout-blocks-w-scrolling-image-wrap {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.layout-blocks-w-scrolling-image-wrap .scrolling-image {
  position: absolute;
  z-index: 10;
  top: -70px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
}

.layout-blocks-w-scrolling-image-wrap .scrolling-image img {
  width: auto;
  height: auto;
}

.layout-blocks-w-scrolling-image-wrap .layout-blocks-w-scrolling-image {
  position: relative;
  z-index: 20;
  display: block;
  max-width: 1640px;
  width: 100%;
  margin: 0 0 0;
  padding: 150px 25px 0;
}

.layout-blocks-w-scrolling-image-wrap .layout-blocks-w-scrolling-image .blocks-wrap {
  position: relative;
  z-index: 20;
  display: block;
  width: 100%;
  padding: 0 0 0;
}

.layout-blocks-w-scrolling-image-wrap .layout-blocks-w-scrolling-image .blocks-wrap .blocks {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

.layout-blocks-w-scrolling-image-wrap .layout-blocks-w-scrolling-image .blocks-wrap .blocks .block-wrap {
  display: flex;
  width: 50%;
  margin: 0 0 100px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.layout-blocks-w-scrolling-image-wrap .layout-blocks-w-scrolling-image .blocks-wrap .blocks .block-wrap:nth-child(odd) {
  text-align: right;
  align-items: flex-start;
  justify-content: flex-start;
}

.layout-blocks-w-scrolling-image-wrap .layout-blocks-w-scrolling-image .blocks-wrap .blocks .block-wrap:nth-child(even) {
  text-align: left;
  align-items: flex-end;
  justify-content: flex-start;
}

.layout-blocks-w-scrolling-image-wrap .layout-blocks-w-scrolling-image .blocks-wrap .blocks .block-wrap .block {
  display: flex;
  flex-direction: column;
  width: 50%;
}

.layout-blocks-w-scrolling-image-wrap .layout-blocks-w-scrolling-image .blocks-wrap .blocks .block-wrap .block h3 {
  font-size: 26px;
  line-height: 35px;
  font-family: myriad-pro, sans-serif;
  color: #000000;
  font-weight: 600;
  margin: 0 0 5px;
}

.layout-blocks-w-scrolling-image-wrap .layout-blocks-w-scrolling-image .blocks-wrap .blocks .block-wrap .block .text {
  font-size: 26px;
  line-height: 35px;
  font-family: myriad-pro, sans-serif;
  color: #000000;
  font-weight: 300;
}

@media (max-width: 1200px) {
  .layout-blocks-w-scrolling-image-wrap .scrolling-image {
    position: relative;
    z-index: 10;
    top: 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
  }
  .layout-blocks-w-scrolling-image-wrap .scrolling-image img {
    width: auto;
    height: auto;
  }
  .layout-blocks-w-scrolling-image-wrap .layout-blocks-w-scrolling-image {
    position: relative;
    z-index: 10;
    display: block;
    max-width: 1640px;
    width: 100%;
    margin: 0 0 0;
    padding: 0 25px 0;
  }
  .layout-blocks-w-scrolling-image-wrap .layout-blocks-w-scrolling-image .blocks-wrap {
    padding: 0;
  }
  .layout-blocks-w-scrolling-image-wrap .layout-blocks-w-scrolling-image .blocks-wrap .blocks .block-wrap {
    display: flex;
    width: 50%;
    margin: 0 0 25px;
    padding: 0 20px 0 0;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .layout-blocks-w-scrolling-image-wrap .layout-blocks-w-scrolling-image .blocks-wrap .blocks .block-wrap:nth-child(odd) {
    text-align: left;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .layout-blocks-w-scrolling-image-wrap .layout-blocks-w-scrolling-image .blocks-wrap .blocks .block-wrap:nth-child(even) {
    text-align: left;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .layout-blocks-w-scrolling-image-wrap .layout-blocks-w-scrolling-image .blocks-wrap .blocks .block-wrap .block {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .layout-blocks-w-scrolling-image-wrap .layout-blocks-w-scrolling-image .blocks-wrap .blocks .block-wrap .block h3 {
    font-size: 20px;
    line-height: 35px;
    margin: 0 0 10px;
  }
  .layout-blocks-w-scrolling-image-wrap .layout-blocks-w-scrolling-image .blocks-wrap .blocks .block-wrap .block .text {
    font-size: 15px;
    line-height: 18px;
  }
}
@media (max-width: 768px) {
  .layout-blocks-w-scrolling-image-wrap .scrolling-image img {
    width: 100%;
    height: auto;
  }
}
/*
* Layout - Title with graph description
*/
.layout-title-with-graph-description-wrap {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.layout-title-with-graph-description-wrap .layout-title-with-graph-description {
  display: block;
  max-width: 1640px;
  width: 100%;
  margin: 150px 0 100px;
  padding: 0 25px;
}

.layout-title-with-graph-description-wrap .layout-title-with-graph-description h2 {
  display: block;
  font-size: 60px;
  line-height: 84px;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  color: #000000;
  font-weight: 500;
}

@media (max-width: 1200px) {
  .layout-title-with-graph-description-wrap .layout-title-with-graph-description h2 {
    font-size: 30px;
    line-height: 42px;
  }
}
.layout-title-with-graph-description-wrap .layout-title-with-graph-description h2 {
  text-align: center;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto 100px;
}

.layout-title-with-graph-description-wrap .layout-title-with-graph-description {
  -moz-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}

.layout-title-with-graph-description-wrap .layout-title-with-graph-description .graph-all {
  display: block;
  width: 100%;
  padding-left: 15%;
}

.layout-title-with-graph-description-wrap .layout-title-with-graph-description .blocks {
  position: relative;
  display: table;
  width: fit-content;
  margin: 0 auto;
}

.layout-title-with-graph-description-wrap .layout-title-with-graph-description .blocks .graph {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.layout-title-with-graph-description-wrap .layout-title-with-graph-description .blocks .block {
  position: absolute;
  z-index: 20;
}

.layout-title-with-graph-description-wrap .layout-title-with-graph-description .blocks .block h3 {
  display: block;
  font-size: 30px;
  line-height: 43px;
  font-family: myriad-pro, sans-serif;
  color: #000000;
  font-weight: 600;
  margin: 0;
  text-align: left;
}

.layout-title-with-graph-description-wrap .layout-title-with-graph-description .blocks .block .text {
  font-size: 30px;
  line-height: 35px;
  font-family: myriad-pro, sans-serif;
  color: #000000;
  font-weight: 300;
  text-align: left;
}

.layout-title-with-graph-description-wrap .layout-title-with-graph-description .blocks .block#blck_ind_1 {
  top: 30px;
  display: block;
  max-width: 210px;
  width: 100%;
}

.layout-title-with-graph-description-wrap .layout-title-with-graph-description .blocks .block#blck_ind_2 {
  top: 220px;
  display: block;
  max-width: 300px;
  width: 100%;
}

.layout-title-with-graph-description-wrap .layout-title-with-graph-description .blocks .block#blck_ind_3 {
  bottom: -90px;
  display: block;
  max-width: 250px;
  width: 100%;
}

@media (max-width: 1200px) {
  .layout-title-with-graph-description-wrap .layout-title-with-graph-description {
    margin: 75px 0 50px;
  }
  .layout-title-with-graph-description-wrap .layout-title-with-graph-description h2 {
    margin: 0 auto 50px;
  }
  .layout-title-with-graph-description-wrap .layout-title-with-graph-description .blocks .graph img {
    width: 450px;
  }
  .layout-title-with-graph-description-wrap .layout-title-with-graph-description .blocks .block h3 {
    font-size: 16px;
    line-height: 20px;
  }
  .layout-title-with-graph-description-wrap .layout-title-with-graph-description .blocks .block .text {
    font-size: 15px;
    line-height: 18px;
  }
  .layout-title-with-graph-description-wrap .layout-title-with-graph-description .blocks .block#blck_ind_1 {
    top: 30px;
    width: 150px;
  }
  .layout-title-with-graph-description-wrap .layout-title-with-graph-description .blocks .block#blck_ind_2 {
    top: 170px;
    display: block;
    max-width: 200px;
    width: 100%;
  }
  .layout-title-with-graph-description-wrap .layout-title-with-graph-description .blocks .block#blck_ind_3 {
    bottom: -50px;
    display: block;
    max-width: 150px;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .layout-title-with-graph-description-wrap .layout-title-with-graph-description .blocks {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .layout-title-with-graph-description-wrap .layout-title-with-graph-description .blocks .graph {
    order: 1;
    width: 100%;
    margin-top: 30px;
  }
  .layout-title-with-graph-description-wrap .layout-title-with-graph-description .blocks .graph img {
    width: 100%;
    height: auto;
  }
  .layout-title-with-graph-description-wrap .layout-title-with-graph-description .blocks .block {
    order: 2;
    position: relative !important;
    top: auto !important;
    left: auto !important;
    bottom: auto !important;
    margin-bottom: 10px;
  }
  .layout-title-with-graph-description-wrap .layout-title-with-graph-description .blocks .block h3 {
    margin: 0 0 5px;
  }
}
/*
* Layout - Page title
*/
.layout-page-title-wrap {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.layout-page-title-wrap .layout-page-title {
  display: block;
  max-width: 1640px;
  width: 100%;
  margin: 120px 0 50px;
  padding: 0 25px;
}

.layout-page-title-wrap .layout-page-title h1 {
  display: block;
  font-size: 47px;
  line-height: 65px;
  font-family: myriad-pro, sans-serif;
  color: #000000;
  font-weight: 600;
  margin: 0;
}

@media (max-width: 1200px) {
  .layout-page-title-wrap .layout-page-title h1 {
    font-size: 30px;
    line-height: 38px;
  }
}
.layout-page-title-wrap .layout-page-title h1 {
  margin-bottom: 20px;
}

.layout-page-title-wrap .layout-page-title .text {
  font-size: 20px;
  line-height: 28px;
  font-family: myriad-pro, sans-serif;
  color: #000000;
  font-weight: 300;
}

@media (max-width: 1200px) {
  .layout-page-title-wrap .layout-page-title .text {
    font-size: 15px;
    line-height: 18px;
  }
}
.layout-page-title-wrap .layout-page-title .text {
  display: block;
  max-width: 750px;
  width: 100%;
}

.layout-page-title-wrap .page-title-wrap {
  display: flex;
  flex-wrap: wrap;
}

.layout-page-title-wrap .page-title-wrap .content {
  display: block;
  width: auto;
  max-width: 750px;
  width: 50%;
}

.layout-page-title-wrap .page-title-wrap .image {
  display: block;
  width: 50%;
  text-align: center;
}

.layout-page-title-wrap .page-title-wrap .image img {
  width: auto;
  height: 100%;
}

@media (max-width: 1200px) {
  .layout-page-title-wrap .layout-page-title {
    margin: 70px 0 40px;
  }
}
@media (max-width: 991px) {
  .layout-page-title-wrap .page-title-wrap {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .layout-page-title-wrap .page-title-wrap .content {
    max-width: 100%;
    width: 100%;
  }
  .layout-page-title-wrap .page-title-wrap .image {
    display: block;
    width: 100%;
  }
  .layout-page-title-wrap .page-title-wrap .image img {
    width: auto;
    height: 300px;
    behavior: url(-ms-transform.htc);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
  }
}
/*
* Layout - Block with image
*/
.layout-blocks-with-image-wrap {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.layout-blocks-with-image-wrap .layout-blocks-with-image {
  display: block;
  max-width: 1640px;
  width: 100%;
  margin: 70px 0;
  padding: 0 25px;
}

.layout-blocks-with-image-wrap .layout-blocks-with-image h2 {
  display: block;
  font-size: 47px;
  line-height: 65px;
  font-family: myriad-pro, sans-serif;
  color: #000000;
  font-weight: 600;
  margin: 0;
}

@media (max-width: 1200px) {
  .layout-blocks-with-image-wrap .layout-blocks-with-image h2 {
    font-size: 30px;
    line-height: 38px;
  }
}
.layout-blocks-with-image-wrap .layout-blocks-with-image h2 {
  margin-bottom: 50px;
}

.layout-blocks-with-image-wrap .layout-blocks-with-image .blocks {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

.layout-blocks-with-image-wrap .layout-blocks-with-image .blocks .block {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 40px;
}

.layout-blocks-with-image-wrap .layout-blocks-with-image .blocks .block .content {
  display: block;
  width: calc(60% - 20px);
  padding: 40px 30px 30px;
  background-color: #005192;
}

.layout-blocks-with-image-wrap .layout-blocks-with-image .blocks .block .content h3 {
  display: block;
  font-size: 24px;
  line-height: 34px;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  color: #ffffff;
  font-weight: 500;
  margin: 0 0 35px;
}

.layout-blocks-with-image-wrap .layout-blocks-with-image .blocks .block .content .text {
  font-size: 20px;
  line-height: 28px;
  font-family: myriad-pro, sans-serif;
  color: #000000;
  font-weight: 300;
}

@media (max-width: 1200px) {
  .layout-blocks-with-image-wrap .layout-blocks-with-image .blocks .block .content .text {
    font-size: 15px;
    line-height: 18px;
  }
}
.layout-blocks-with-image-wrap .layout-blocks-with-image .blocks .block .content .text {
  color: #ffffff;
}

.layout-blocks-with-image-wrap .layout-blocks-with-image .blocks .block .content .text p {
  margin-bottom: 25px;
}

.layout-blocks-with-image-wrap .layout-blocks-with-image .blocks .block .content .text p:last-of-type {
  margin-bottom: 0;
}

.layout-blocks-with-image-wrap .layout-blocks-with-image .blocks .block .content .text a {
  color: #ffffff;
}

.layout-blocks-with-image-wrap .layout-blocks-with-image .blocks .block .image {
  display: block;
  width: calc(40% - 20px);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 1024px) {
  .layout-blocks-with-image-wrap .layout-blocks-with-image .blocks .block {
    width: 100%;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
  .layout-blocks-with-image-wrap .layout-blocks-with-image .blocks .block .content {
    order: 1 !important;
    width: 100%;
    padding: 40px 30px 30px;
  }
  .layout-blocks-with-image-wrap .layout-blocks-with-image .blocks .block .image {
    order: 2 !important;
    min-height: 32rem;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .layout-blocks-with-image-wrap .layout-blocks-with-image .blocks .block .image {
    order: 2 !important;
    min-height: 18rem;
    width: 100%;
  }
}
/*
* Layout - History
*/
.layout-history-wrap {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.layout-history-wrap .layout-history {
  display: block;
  max-width: 1640px;
  width: 100%;
  margin: 70px 0;
  padding: 0 25px;
}

.layout-history-wrap .layout-history h2 {
  display: block;
  font-size: 47px;
  line-height: 65px;
  font-family: myriad-pro, sans-serif;
  color: #000000;
  font-weight: 600;
  margin: 0;
}

@media (max-width: 1200px) {
  .layout-history-wrap .layout-history h2 {
    font-size: 30px;
    line-height: 38px;
  }
}
.layout-history-wrap .layout-history .years {
  display: block;
  max-width: 1640px;
  width: 100%;
  margin: 50px 0;
}

.layout-history-wrap .layout-history .years .year-one {
  position: relative;
  display: flex;
  margin: 20px 0;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.layout-history-wrap .layout-history .years .year-one .content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.layout-history-wrap .layout-history .years .year-one .content .year {
  font-size: 94px;
  line-height: 85px;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  color: #005192;
  font-weight: 500;
  margin-right: 140px;
}

.layout-history-wrap .layout-history .years .year-one .content .text {
  font-size: 20px;
  line-height: 28px;
  font-family: myriad-pro, sans-serif;
  color: #000000;
  font-weight: 300;
}

@media (max-width: 1200px) {
  .layout-history-wrap .layout-history .years .year-one .content .text {
    font-size: 15px;
    line-height: 18px;
  }
}
.layout-history-wrap .layout-history .years .year-one .content .text {
  max-width: 550px;
  width: 100%;
}

.layout-history-wrap .layout-history .years .year-one .image {
  display: block;
  max-width: 450px;
  width: 100%;
  aspect-ratio: 16/9;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 1500px) {
  .layout-history-wrap .layout-history .years .year-one .content .year {
    margin-right: 70px;
  }
  .layout-history-wrap .layout-history .years .year-one .content .text {
    padding-right: 50px;
  }
  .layout-history-wrap .layout-history .years .year-one .image {
    max-width: 350px;
    aspect-ratio: 16/9;
  }
}
@media (max-width: 991px) {
  .layout-history-wrap .layout-history {
    margin: 50px 0;
  }
  .layout-history-wrap .layout-history .years .year-one {
    margin: 0 0 50px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .layout-history-wrap .layout-history .years .year-one .content {
    margin: 0 0 20px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .layout-history-wrap .layout-history .years .year-one .content .year {
    font-size: 48px;
    line-height: 52px;
    margin-right: 0;
  }
  .layout-history-wrap .layout-history .years .year-one .content .text {
    max-width: 100%;
    width: 100%;
    padding-right: 0;
  }
  .layout-history-wrap .layout-history .years .year-one .image {
    max-width: 350px;
    aspect-ratio: 16/9;
  }
}
/*
* Layout - Statistic
*/
.layout-statistic-wrap {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.layout-statistic-wrap .layout-statistic {
  display: flex;
  max-width: 1640px;
  width: 100%;
  margin: 100px 0;
  padding: 0 25px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.layout-statistic-wrap .layout-statistic h2 {
  display: block;
  font-size: 50px;
  line-height: 70px;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  color: #000000;
  font-weight: 500;
}

@media (max-width: 1200px) {
  .layout-statistic-wrap .layout-statistic h2 {
    font-size: 30px;
    line-height: 42px;
  }
}
.layout-statistic-wrap .layout-statistic .blocks {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 30px;
}

.layout-statistic-wrap .layout-statistic .blocks .block {
  display: block;
  max-width: 295px;
  width: 100%;
  padding: 40px 25px;
  background-color: #005192;
}

.layout-statistic-wrap .layout-statistic .blocks .block .statistic,
.layout-statistic-wrap .layout-statistic .blocks .block .time-interval {
  display: block;
  font-size: 28px;
  line-height: 32px;
  font-family: myriad-pro, sans-serif;
  color: #000000;
  font-weight: 600;
  margin: 0 0 20px;
}

@media (max-width: 1200px) {
  .layout-statistic-wrap .layout-statistic .blocks .block .statistic,
  .layout-statistic-wrap .layout-statistic .blocks .block .time-interval {
    font-size: 16px;
    line-height: 20px;
  }
}
.layout-statistic-wrap .layout-statistic .blocks .block .statistic,
.layout-statistic-wrap .layout-statistic .blocks .block .time-interval {
  margin: 0;
  font-weight: 600;
  color: #ffffff;
}

.layout-statistic-wrap .layout-statistic .blocks .block .subtitle {
  font-size: 20px;
  line-height: 23px;
  font-family: myriad-pro, sans-serif;
  color: #000000;
  font-weight: 300;
}

@media (max-width: 1200px) {
  .layout-statistic-wrap .layout-statistic .blocks .block .subtitle {
    font-size: 15px;
    line-height: 18px;
  }
}
.layout-statistic-wrap .layout-statistic .blocks .block .subtitle {
  color: #ffffff;
  margin-top: 15px;
}

@media (max-width: 1500px) {
  .layout-statistic-wrap .layout-statistic .blocks .block {
    max-width: calc(25% - 25px);
    width: 100%;
    padding: 40px 25px;
  }
}
@media (max-width: 991px) {
  .layout-statistic-wrap .layout-statistic {
    display: flex;
    max-width: 1640px;
    width: 100%;
    margin: 50px 0;
    padding: 0 25px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .layout-statistic-wrap .layout-statistic .blocks .block {
    max-width: calc(50% - 25px);
    width: 100%;
    padding: 20px 15px;
  }
}
@media (max-width: 576px) {
  .layout-statistic-wrap .layout-statistic .blocks .block {
    max-width: 100%;
    width: 100%;
    padding: 20px 15px;
  }
}
/*
* Layout - EPAL Weltwelt
*/
.layout-epal-weltwelt-wrap {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 4rem;
}

@media (min-width: 768px) {
  .layout-epal-weltwelt-wrap {
    margin-bottom: 0;
  }
}
.layout-epal-weltwelt-wrap .layout-epal-weltwelt {
  display: block;
  max-width: 1640px;
  width: 100%;
  margin: 70px 0;
  padding: 0 25px;
}

.layout-epal-weltwelt-wrap .layout-epal-weltwelt h2 {
  display: block;
  font-size: 47px;
  line-height: 65px;
  font-family: myriad-pro, sans-serif;
  color: #000000;
  font-weight: 600;
  margin: 0;
}

@media (max-width: 1200px) {
  .layout-epal-weltwelt-wrap .layout-epal-weltwelt h2 {
    font-size: 30px;
    line-height: 38px;
  }
}
.layout-epal-weltwelt-wrap .layout-epal-weltwelt .globe-wrap {
  position: relative;
  display: flex;
  width: 100%;
  margin: 50px 0 0;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 100px;
}

.layout-epal-weltwelt-wrap .layout-epal-weltwelt .globe-wrap .globe {
  position: relative;
  z-index: 10;
  width: 500px;
}

.layout-epal-weltwelt-wrap .layout-epal-weltwelt .globe-wrap .globe .flag {
  position: absolute;
  z-index: 20;
  width: 30px;
  height: auto;
  cursor: pointer;
}

.layout-epal-weltwelt-wrap .layout-epal-weltwelt .globe-wrap .globe .globe-back {
  position: relative;
  z-index: 10;
  width: 500px;
}

.layout-epal-weltwelt-wrap .layout-epal-weltwelt .globe-wrap .globe-data {
  display: block;
  max-width: 550px;
  width: 100%;
  background-color: #ffffff;
}

.layout-epal-weltwelt-wrap .layout-epal-weltwelt .globe-wrap .globe-data .globe-epal-one {
  display: none;
}

.layout-epal-weltwelt-wrap .layout-epal-weltwelt .globe-wrap .globe-data .globe-epal-one .globe-epal-one-header {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}

.layout-epal-weltwelt-wrap .layout-epal-weltwelt .globe-wrap .globe-data .globe-epal-one .globe-epal-one-header .content h3 {
  display: block;
  font-size: 28px;
  line-height: 32px;
  font-family: myriad-pro, sans-serif;
  color: #000000;
  font-weight: 600;
  margin: 0 0 20px;
}

@media (max-width: 1200px) {
  .layout-epal-weltwelt-wrap .layout-epal-weltwelt .globe-wrap .globe-data .globe-epal-one .globe-epal-one-header .content h3 {
    font-size: 16px;
    line-height: 20px;
  }
}
.layout-epal-weltwelt-wrap .layout-epal-weltwelt .globe-wrap .globe-data .globe-epal-one .globe-epal-one-header .content h3 {
  text-transform: uppercase;
  margin-bottom: 10px;
  padding-left: 50px;
  background-position: left top 5px;
  background-repeat: no-repeat;
  background-size: 30px auto;
}

.layout-epal-weltwelt-wrap .layout-epal-weltwelt .globe-wrap .globe-data .globe-epal-one .globe-epal-one-header .content .group {
  font-size: 30px;
  line-height: 35px;
  font-family: myriad-pro, sans-serif;
  color: #000000;
  font-weight: 300;
}

@media (max-width: 1200px) {
  .layout-epal-weltwelt-wrap .layout-epal-weltwelt .globe-wrap .globe-data .globe-epal-one .globe-epal-one-header .content .group {
    font-size: 20px;
    line-height: 25px;
  }
}
.layout-epal-weltwelt-wrap .layout-epal-weltwelt .globe-wrap .globe-data .globe-epal-one .globe-epal-one-header .content .group {
  margin-bottom: 20px;
}

.layout-epal-weltwelt-wrap .layout-epal-weltwelt .globe-wrap .globe-data .globe-epal-one .globe-epal-one-header .close {
  display: none;
  width: 30px;
  height: 30px;
  background-image: url("../images/ico_close.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}

.layout-epal-weltwelt-wrap .layout-epal-weltwelt .globe-wrap .globe-data .globe-epal-one .group-info-wrap {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
}

.layout-epal-weltwelt-wrap .layout-epal-weltwelt .globe-wrap .globe-data .globe-epal-one .group-info-wrap .group-info {
  display: block;
  width: 350px;
}

.layout-epal-weltwelt-wrap .layout-epal-weltwelt .globe-wrap .globe-data .globe-epal-one .group-info-wrap .group-info ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.layout-epal-weltwelt-wrap .layout-epal-weltwelt .globe-wrap .globe-data .globe-epal-one .group-info-wrap .group-info ul li.name {
  font-weight: 600;
  margin-bottom: 10px;
}

.layout-epal-weltwelt-wrap .layout-epal-weltwelt .globe-wrap .globe-data .globe-epal-one .group-info-wrap .group-info ul li.country {
  margin-bottom: 10px;
}

.layout-epal-weltwelt-wrap .layout-epal-weltwelt .globe-wrap .globe-data .globe-epal-one .group-info-wrap .group-info ul li.web {
  margin-bottom: 10px;
}

.layout-epal-weltwelt-wrap .layout-epal-weltwelt .globe-wrap .globe-data .globe-epal-one .group-info-wrap .group-info-image {
  display: block;
  width: 200px;
  text-align: left;
}

.layout-epal-weltwelt-wrap .layout-epal-weltwelt .globe-wrap .globe-data .globe-epal-one .group-info-wrap .group-info-image img {
  width: auto;
  height: auto;
}

@media (max-width: 1200px) {
  .layout-epal-weltwelt-wrap .layout-epal-weltwelt {
    margin: 50px 0;
  }
  .layout-epal-weltwelt-wrap .layout-epal-weltwelt .globe-wrap .globe-data {
    position: absolute;
    z-index: 20;
    right: 0;
    max-width: 550px;
    width: 100%;
  }
  .layout-epal-weltwelt-wrap .layout-epal-weltwelt .globe-wrap .globe-data .globe-epal-one {
    padding: 40px;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.25);
  }
  .layout-epal-weltwelt-wrap .layout-epal-weltwelt .globe-wrap .globe-data .globe-epal-one .globe-epal-one-header .content h3 {
    font-size: 28px !important;
    line-height: 32px !important;
    margin-bottom: 10px;
    padding-left: 50px;
  }
  .layout-epal-weltwelt-wrap .layout-epal-weltwelt .globe-wrap .globe-data .globe-epal-one .globe-epal-one-header .close {
    display: block;
  }
  .layout-epal-weltwelt-wrap .layout-epal-weltwelt .globe-wrap .globe-data .globe-epal-one .group-info-wrap .group-info-image {
    width: auto;
    margin-left: auto;
  }
}
@media (max-width: 768px) {
  .layout-epal-weltwelt-wrap .layout-epal-weltwelt .globe-wrap .globe {
    width: 350px;
  }
  .layout-epal-weltwelt-wrap .layout-epal-weltwelt .globe-wrap .globe .globe-back {
    width: 100%;
  }
  .layout-epal-weltwelt-wrap .layout-epal-weltwelt .globe-wrap .globe-data {
    max-width: 100%;
    width: 100%;
  }
  .layout-epal-weltwelt-wrap .layout-epal-weltwelt .globe-wrap .globe-data .globe-epal-one {
    padding: 20px;
  }
  .layout-epal-weltwelt-wrap .layout-epal-weltwelt .globe-wrap .globe-data .globe-epal-one .globe-epal-one-header {
    flex-direction: column;
  }
  .layout-epal-weltwelt-wrap .layout-epal-weltwelt .globe-wrap .globe-data .globe-epal-one .globe-epal-one-header .content {
    order: 2;
  }
  .layout-epal-weltwelt-wrap .layout-epal-weltwelt .globe-wrap .globe-data .globe-epal-one .globe-epal-one-header .close {
    order: 1;
    margin-left: auto;
    margin-bottom: 10px;
  }
  .layout-epal-weltwelt-wrap .layout-epal-weltwelt .globe-wrap .globe-data .globe-epal-one .group-info-wrap {
    flex-direction: column;
  }
  .layout-epal-weltwelt-wrap .layout-epal-weltwelt .globe-wrap .globe-data .globe-epal-one .group-info-wrap .group-info {
    width: 100%;
  }
}
/*
* Layout - List
*/
.layout-list-wrap .list-item:not(.list-left) .heading-wrap {
  display: flex;
  gap: 1rem;
  align-items: center;
}

@media (min-width: 1025px) {
  .layout-list-wrap .list-item:not(.list-left) .heading-wrap {
    display: block;
  }
}
.layout-list-wrap .list-item:not(.list-left) .icon--desktop {
  display: none !important;
}

@media (min-width: 1025px) {
  .layout-list-wrap .list-item:not(.list-left) .icon--desktop {
    display: block !important;
  }
}
.layout-list-wrap .list-item:not(.list-left) .icon--mobile {
  display: block !important;
}

@media (min-width: 1025px) {
  .layout-list-wrap .list-item:not(.list-left) .icon--mobile {
    display: none !important;
  }
}
.layout-list-wrap .list-item.list-left .icon--mobile {
  display: none !important;
}

@media (max-width: 1025px) {
  .layout-list-wrap .list-item.list-left .icon {
    background-color: #005192;
    width: 45px !important;
    height: 45px !important;
    border-radius: 50%;
    background-size: 16px auto !important;
    flex-shrink: 0;
    flex-grow: 0;
    flex-basis: auto;
  }
}
.layout-list-wrap {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.layout-list-wrap .title {
  max-width: 1640px;
  width: 100%;
  margin: 70px 0 50px;
  padding: 0 25px;
}

.layout-list-wrap .title h2 {
  display: block;
  font-size: 47px;
  line-height: 65px;
  font-family: myriad-pro, sans-serif;
  color: #000000;
  font-weight: 600;
  margin: 0;
}

@media (max-width: 1200px) {
  .layout-list-wrap .title h2 {
    font-size: 30px;
    line-height: 38px;
  }
}
.layout-list-wrap .layout-list {
  max-width: 1640px;
  width: 100%;
  margin: 0 0 70px;
  padding: 0 25px;
}

.layout-list-wrap .layout-list.layout-flex {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}

.layout-list-wrap .layout-list.layout-block {
  display: block;
}

.layout-list-wrap .layout-list .image {
  display: block;
  width: 50%;
}

.layout-list-wrap .layout-list .image img {
  width: 100%;
  height: auto;
}

.layout-list-wrap .layout-list .list-wrap .list-item {
  display: flex;
  margin-bottom: 40px;
}

.layout-list-wrap .layout-list .list-wrap .list-item h3 {
  display: block;
  font-size: 30px;
  line-height: 42px;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  color: #000000;
  font-weight: 500;
  text-align: left;
}

.layout-list-wrap .layout-list .list-wrap .list-item .text {
  font-size: 30px;
  line-height: 35px;
  font-family: myriad-pro, sans-serif;
  color: #000000;
  font-weight: 300;
}

@media (max-width: 1200px) {
  .layout-list-wrap .layout-list .list-wrap .list-item .text {
    font-size: 20px;
    line-height: 25px;
  }
}
.layout-list-wrap .layout-list .list-wrap .list-item.icon-top {
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0 0 0 100px;
}

.layout-list-wrap .layout-list .list-wrap .list-item.icon-top .icon {
  display: block;
  width: 55px;
  height: 55px;
  margin-bottom: 15px;
  background-color: #e9f0f6;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 20px auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.layout-list-wrap .layout-list .list-wrap .list-item.list-left {
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  width: 950px;
}

.layout-list-wrap .layout-list .list-wrap .list-item.list-left .icon {
  display: block;
  width: 65px;
  height: 65px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.layout-list-wrap .layout-list .list-wrap .list-item.list-left .content {
  width: fit-content;
  padding: 0 0 0 50px;
}

.layout-list-wrap .layout-list .list-wrap.list-column {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 50%;
  flex-direction: column;
}

.layout-list-wrap .layout-list .list-wrap.list-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.layout-list-wrap .layout-list .list-wrap.list-row .list-item {
  width: 50%;
}

.layout-list-wrap .layout-list .list-wrap.list-row .list-item.icon-top {
  padding: 0;
}

.layout-list-wrap .layout-list .list-wrap.list-row .list-item:nth-child(even) {
  padding-left: 50px;
}

.layout-list-wrap .layout-list .list-wrap.list-row .list-item:nth-child(odd) {
  padding-right: 50px;
}

@media (max-width: 1024px) {
  .layout-list-wrap .title {
    margin: 50px 0 0;
  }
  .layout-list-wrap .layout-list {
    margin: 50px 0;
  }
  .layout-list-wrap .layout-list.layout-flex {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
  }
  .layout-list-wrap .layout-list .image {
    display: block;
    width: 100%;
  }
  .layout-list-wrap .layout-list .list-wrap {
    width: 100%;
  }
  .layout-list-wrap .layout-list .list-wrap .list-item {
    margin-bottom: 25px;
  }
  .layout-list-wrap .layout-list .list-wrap .list-item h3 {
    font-size: 20px;
    line-height: 32px;
  }
  .layout-list-wrap .layout-list .list-wrap .list-item.icon-top {
    padding: 0;
  }
  .layout-list-wrap .layout-list .list-wrap .list-item.list-left {
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
  }
  .layout-list-wrap .layout-list .list-wrap .list-item.list-left .icon {
    display: block;
    width: 35px;
    height: 45px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 25px auto;
  }
  .layout-list-wrap .layout-list .list-wrap .list-item.list-left .content {
    padding: 10px 0 0 10px;
  }
  .layout-list-wrap .layout-list .list-wrap.list-column {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    flex-direction: column;
  }
  .layout-list-wrap .layout-list .list-wrap.list-row {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
  }
  .layout-list-wrap .layout-list .list-wrap.list-row .list-item {
    width: 100%;
  }
  .layout-list-wrap .layout-list .list-wrap.list-row .list-item:nth-child(even) {
    padding-left: 0;
  }
  .layout-list-wrap .layout-list .list-wrap.list-row .list-item:nth-child(odd) {
    padding-right: 0;
  }
}
/*
* Layout - Licensee
*/
.layout-licensee-wrap {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.layout-licensee-wrap .layout-licensee {
  display: flex;
  max-width: 1640px;
  width: 100%;
  margin: 100px 0 50px;
  padding: 0 25px;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}

.layout-licensee-wrap .layout-licensee .content {
  display: block;
  width: 50%;
}

.layout-licensee-wrap .layout-licensee .content h2 {
  display: block;
  font-size: 60px;
  line-height: 84px;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  color: #000000;
  font-weight: 500;
}

@media (max-width: 1200px) {
  .layout-licensee-wrap .layout-licensee .content h2 {
    font-size: 30px;
    line-height: 42px;
  }
}
.layout-licensee-wrap .layout-licensee .content .text {
  font-size: 20px;
  line-height: 28px;
  font-family: myriad-pro, sans-serif;
  color: #000000;
  font-weight: 300;
}

@media (max-width: 1200px) {
  .layout-licensee-wrap .layout-licensee .content .text {
    font-size: 15px;
    line-height: 18px;
  }
}
.layout-licensee-wrap .layout-licensee .content .text {
  margin-bottom: auto;
}

.layout-licensee-wrap .layout-licensee .content .read-more-dark {
  display: block;
  width: fit-content;
  padding: 0 15px 0 0;
  color: #000000;
  text-decoration: none;
  font-weight: 600;
  font-size: 20px;
  line-height: 23px;
}

.layout-licensee-wrap .layout-licensee .content .read-more-dark:hover {
  color: #005192;
  text-decoration: none;
}

.layout-licensee-wrap .layout-licensee .content .read-more-dark {
  background-image: url("../images/ico_arr_right_black.svg");
  background-position: right bottom 5px;
  background-repeat: no-repeat;
  background-size: auto 12px;
  margin-top: 50px;
}

.layout-licensee-wrap .layout-licensee .licensee-wrap {
  display: flex;
  width: 50%;
  padding: 0 0 0 10%;
  flex-wrap: wrap;
}

.layout-licensee-wrap .layout-licensee .licensee-wrap .licensee-one {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33.3333%;
  height: 135px;
  padding: 15px;
}

.layout-licensee-wrap .layout-licensee .licensee-wrap .licensee-one:nth-child(1), .layout-licensee-wrap .layout-licensee .licensee-wrap .licensee-one:nth-child(2), .layout-licensee-wrap .layout-licensee .licensee-wrap .licensee-one:nth-child(3) {
  border-bottom: 2px solid #e9f0f6;
}

.layout-licensee-wrap .layout-licensee .licensee-wrap .licensee-one:nth-child(1)::after, .layout-licensee-wrap .layout-licensee .licensee-wrap .licensee-one:nth-child(2)::after, .layout-licensee-wrap .layout-licensee .licensee-wrap .licensee-one:nth-child(3)::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  top: 40%;
  border-left: 2px solid #e9f0f6;
}

.layout-licensee-wrap .layout-licensee .licensee-wrap .licensee-one:nth-child(4)::after, .layout-licensee-wrap .layout-licensee .licensee-wrap .licensee-one:nth-child(5)::after, .layout-licensee-wrap .layout-licensee .licensee-wrap .licensee-one:nth-child(6)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 40%;
  border-left: 2px solid #e9f0f6;
}

.layout-licensee-wrap .layout-licensee .licensee-wrap .licensee-one:nth-child(3n)::after {
  display: none;
}

@media (max-width: 1024px) {
  .layout-licensee-wrap .layout-licensee {
    margin: 50px 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 50px;
  }
  .layout-licensee-wrap .layout-licensee .content {
    width: 100%;
  }
  .layout-licensee-wrap .layout-licensee .licensee-wrap {
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 576px) {
  .layout-licensee-wrap .layout-licensee .licensee-wrap {
    width: 100%;
    padding: 0;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .layout-licensee-wrap .layout-licensee .licensee-wrap .licensee-one {
    width: 100%;
    height: 135px;
    padding: 15px;
    border-bottom: 2px solid #e9f0f6;
  }
  .layout-licensee-wrap .layout-licensee .licensee-wrap .licensee-one::after {
    display: none;
  }
  .layout-licensee-wrap .layout-licensee .licensee-wrap .licensee-one:last-of-type {
    border-bottom: none;
  }
}
/*
* Layout - Content with Image
*/
.layout-content-w-image-wrap {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.layout-content-w-image-wrap .layout-content-w-image {
  display: flex;
  max-width: 1640px;
  width: 100%;
  margin: 70px 0;
  padding: 0 25px;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 100px;
}

.layout-content-w-image-wrap .layout-content-w-image .content {
  display: block;
  width: 45%;
}

.layout-content-w-image-wrap .layout-content-w-image .content h1 {
  display: block;
  font-size: 60px;
  line-height: 84px;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  color: #000000;
  font-weight: 500;
}

@media (max-width: 1200px) {
  .layout-content-w-image-wrap .layout-content-w-image .content h1 {
    font-size: 30px;
    line-height: 42px;
  }
}
.layout-content-w-image-wrap .layout-content-w-image .content h1 {
  margin-bottom: 50px;
}

.layout-content-w-image-wrap .layout-content-w-image .content .text {
  font-size: 20px;
  line-height: 28px;
  font-family: myriad-pro, sans-serif;
  color: #000000;
  font-weight: 300;
}

@media (max-width: 1200px) {
  .layout-content-w-image-wrap .layout-content-w-image .content .text {
    font-size: 15px;
    line-height: 18px;
  }
}
.layout-content-w-image-wrap .layout-content-w-image .image {
  display: block;
  width: 55%;
}

@media (max-width: 768px) {
  .layout-content-w-image-wrap .layout-content-w-image {
    margin: 40px 0;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0;
  }
  .layout-content-w-image-wrap .layout-content-w-image .content {
    width: 100%;
  }
  .layout-content-w-image-wrap .layout-content-w-image .content h1 {
    margin-bottom: 20px;
  }
  .layout-content-w-image-wrap .layout-content-w-image .image {
    width: 100%;
  }
}
/*
* Layout - EPAL Weltwelt
*/
.layout-data-sheets-wrap {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.layout-data-sheets-wrap .layout-data-sheets {
  display: block;
  max-width: 1640px;
  width: 100%;
  margin: 70px 0;
  padding: 0 25px;
}

.layout-data-sheets-wrap .layout-data-sheets h2 {
  display: block;
  font-size: 47px;
  line-height: 65px;
  font-family: myriad-pro, sans-serif;
  color: #000000;
  font-weight: 600;
  margin: 0;
}

@media (max-width: 1200px) {
  .layout-data-sheets-wrap .layout-data-sheets h2 {
    font-size: 30px;
    line-height: 38px;
  }
}
.layout-data-sheets-wrap .layout-data-sheets h2 {
  margin-bottom: 30px;
}

.layout-data-sheets-wrap .layout-data-sheets .data-wrap {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.layout-data-sheets-wrap .layout-data-sheets .data-wrap .data-one {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  padding: 30px 40px;
  text-decoration: none;
  border-bottom: 2px solid #ffffff;
  background-color: #e9f0f6;
}

.layout-data-sheets-wrap .layout-data-sheets .data-wrap .data-one .icon {
  display: block;
  width: 70px;
}

.layout-data-sheets-wrap .layout-data-sheets .data-wrap .data-one h3 {
  display: block;
  font-size: 28px;
  line-height: 32px;
  font-family: myriad-pro, sans-serif;
  color: #000000;
  font-weight: 600;
  margin: 0 0 20px;
}

@media (max-width: 1200px) {
  .layout-data-sheets-wrap .layout-data-sheets .data-wrap .data-one h3 {
    font-size: 16px;
    line-height: 20px;
  }
}
.layout-data-sheets-wrap .layout-data-sheets .data-wrap .data-one h3 {
  text-align: left;
  width: 450px;
  margin-bottom: 0;
}

.layout-data-sheets-wrap .layout-data-sheets .data-wrap .data-one .date {
  font-size: 20px;
  line-height: 28px;
  font-family: myriad-pro, sans-serif;
  color: #000000;
  font-weight: 300;
}

@media (max-width: 1200px) {
  .layout-data-sheets-wrap .layout-data-sheets .data-wrap .data-one .date {
    font-size: 15px;
    line-height: 18px;
  }
}
.layout-data-sheets-wrap .layout-data-sheets .data-wrap .data-one .download {
  margin-left: auto;
  padding-right: 20px;
  font-size: 20px;
  line-height: 28px;
  font-family: myriad-pro, sans-serif;
  color: #000000;
  font-weight: 300;
}

@media (max-width: 1200px) {
  .layout-data-sheets-wrap .layout-data-sheets .data-wrap .data-one .download {
    font-size: 15px;
    line-height: 18px;
  }
}
.layout-data-sheets-wrap .layout-data-sheets .data-wrap .data-one .download {
  background-image: url("../images/ico_arr_down_black.svg");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto;
}

@media (max-width: 991px) {
  .layout-data-sheets-wrap .layout-data-sheets .data-wrap .data-one {
    flex-direction: column;
    align-items: flex-start;
    padding: 15px 20px;
  }
  .layout-data-sheets-wrap .layout-data-sheets .data-wrap .data-one .icon {
    width: 30px;
    margin-bottom: 10px;
  }
  .layout-data-sheets-wrap .layout-data-sheets .data-wrap .data-one h3 {
    width: 100%;
    margin-bottom: 10px;
  }
  .layout-data-sheets-wrap .layout-data-sheets .data-wrap .data-one .download {
    margin-top: 10px;
  }
}
/*
* Layout - Blue blocks
*/
.layout-blocks-blue-wrap {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.layout-blocks-blue-wrap .layout-blocks-blue {
  display: block;
  max-width: 1640px;
  width: 100%;
  margin: 70px 0;
  padding: 0 25px;
}

.layout-blocks-blue-wrap .layout-blocks-blue h2 {
  display: block;
  font-size: 47px;
  line-height: 65px;
  font-family: myriad-pro, sans-serif;
  color: #000000;
  font-weight: 600;
  margin: 0;
}

@media (max-width: 1200px) {
  .layout-blocks-blue-wrap .layout-blocks-blue h2 {
    font-size: 30px;
    line-height: 38px;
  }
}
.layout-blocks-blue-wrap .layout-blocks-blue h2 {
  margin-bottom: 50px;
}

.layout-blocks-blue-wrap .layout-blocks-blue .blue-blocks {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 25px;
}

.layout-blocks-blue-wrap .layout-blocks-blue .blue-blocks .blue-block {
  display: block;
  width: calc(50% - 15px);
  padding: 40px 30px 30px;
  background-color: #005192;
}

.layout-blocks-blue-wrap .layout-blocks-blue .blue-blocks .blue-block h3 {
  display: block;
  font-size: 24px;
  line-height: 34px;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  color: #ffffff;
  font-weight: 500;
  margin: 0 0 35px;
}

.layout-blocks-blue-wrap .layout-blocks-blue .blue-blocks .blue-block .text {
  font-size: 20px;
  line-height: 28px;
  font-family: myriad-pro, sans-serif;
  color: #000000;
  font-weight: 300;
}

@media (max-width: 1200px) {
  .layout-blocks-blue-wrap .layout-blocks-blue .blue-blocks .blue-block .text {
    font-size: 15px;
    line-height: 18px;
  }
}
.layout-blocks-blue-wrap .layout-blocks-blue .blue-blocks .blue-block .text {
  color: #ffffff;
}

.layout-blocks-blue-wrap .layout-blocks-blue .blue-blocks .blue-block .text p {
  margin-bottom: 25px;
}

.layout-blocks-blue-wrap .layout-blocks-blue .blue-blocks .blue-block .text p:last-of-type {
  margin-bottom: 0;
}

.layout-blocks-blue-wrap .layout-blocks-blue .blue-blocks .blue-block .text a {
  color: #ffffff;
}

@media (max-width: 991px) {
  .layout-blocks-blue-wrap .layout-blocks-blue {
    display: block;
    max-width: 1640px;
    width: 100%;
    margin: 20px 0;
    padding: 0 25px;
  }
  .layout-blocks-blue-wrap .layout-blocks-blue .blue-blocks {
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
    flex-direction: column;
    gap: 25px;
  }
  .layout-blocks-blue-wrap .layout-blocks-blue .blue-blocks .blue-block {
    width: 100%;
  }
}
/*
* Layout - Product block
*/
.layout-product-block-wrap {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.layout-product-block-wrap .layout-product-block {
  display: block;
  max-width: 1640px;
  width: 100%;
  margin: 70px 0;
  padding: 0 25px;
}

.layout-product-block-wrap .layout-product-block .product {
  display: flex;
  flex-direction: column;
  width: calc(33.333% - 55px);
}

.layout-product-block-wrap .layout-product-block .product .product-image {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 4/3;
  padding: 40px;
  background-color: #e9f0f6;
}

.layout-product-block-wrap .layout-product-block .product .product-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 35px 30px;
  flex: 1;
  background-color: #005192;
}

.layout-product-block-wrap .layout-product-block .product .product-content h3 {
  display: block;
  font-size: 28px;
  line-height: 32px;
  font-family: myriad-pro, sans-serif;
  color: #000000;
  font-weight: 600;
  margin: 0 0 20px;
}

@media (max-width: 1200px) {
  .layout-product-block-wrap .layout-product-block .product .product-content h3 {
    font-size: 16px;
    line-height: 20px;
  }
}
.layout-product-block-wrap .layout-product-block .product .product-content h3 {
  color: #ffffff;
  margin-bottom: 20px;
}

.layout-product-block-wrap .layout-product-block .product .product-content .data {
  font-size: 20px;
  line-height: 23px;
  font-family: myriad-pro, sans-serif;
  color: #000000;
  font-weight: 300;
}

@media (max-width: 1200px) {
  .layout-product-block-wrap .layout-product-block .product .product-content .data {
    font-size: 15px;
    line-height: 18px;
  }
}
.layout-product-block-wrap .layout-product-block .product .product-content .data {
  color: #ffffff;
}

.layout-product-block-wrap .layout-product-block .product .product-content .data .data-one span {
  font-weight: 600;
}

.layout-product-block-wrap .layout-product-block .product .product-content .read-more-white {
  display: block;
  width: fit-content;
  margin-top: 20px;
  padding: 0 15px 0 0;
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
  font-size: 20px;
  line-height: 23px;
}

.layout-product-block-wrap .layout-product-block .product .product-content .read-more-white:hover {
  color: #e9f0f6;
  text-decoration: none;
}

.layout-product-block-wrap .layout-product-block .product .product-content .read-more-white {
  background-image: url("../images/ico_arr_rm_right_white.svg");
  background-position: right bottom 3px;
  background-repeat: no-repeat;
  background-size: auto 12px;
}

@media (max-width: 1024px) {
  .layout-product-block-wrap .layout-product-block {
    margin: 20px 0;
  }
  .layout-product-block-wrap .layout-product-block .product {
    width: 100%;
  }
}
/*
* Layout - Links & Download
*/
.layout-links-download-wrap {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.layout-links-download-wrap .layout-links-download {
  display: block;
  max-width: 1640px;
  width: 100%;
  margin: 70px 0;
  padding: 0 25px;
}

.layout-links-download-wrap .layout-links-download h2 {
  display: block;
  font-size: 28px;
  line-height: 32px;
  font-family: myriad-pro, sans-serif;
  color: #000000;
  font-weight: 600;
  margin: 0 0 20px;
}

@media (max-width: 1200px) {
  .layout-links-download-wrap .layout-links-download h2 {
    font-size: 16px;
    line-height: 20px;
  }
}
.layout-links-download-wrap .layout-links-download h2 {
  margin-bottom: 25px;
  padding-top: 25px;
  border-top: 2px solid #e9f0f6;
}

.layout-links-download-wrap .layout-links-download .item-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.layout-links-download-wrap .layout-links-download .item-list .item {
  font-size: 20px;
  line-height: 23px;
  font-family: myriad-pro, sans-serif;
  color: #000000;
  font-weight: 300;
}

@media (max-width: 1200px) {
  .layout-links-download-wrap .layout-links-download .item-list .item {
    font-size: 15px;
    line-height: 18px;
  }
}
/*
* Layout - Specification
*/
.layout-specification-block-wrap {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.layout-specification-block-wrap .layout-specification-block {
  display: block;
  max-width: 1640px;
  width: 100%;
  margin: 0 0 50px;
  padding: 0 25px;
}

.layout-specification-block-wrap .layout-specification-block h3 {
  display: block;
  font-size: 28px;
  line-height: 32px;
  font-family: myriad-pro, sans-serif;
  color: #000000;
  font-weight: 600;
  margin: 0 0 20px;
}

@media (max-width: 1200px) {
  .layout-specification-block-wrap .layout-specification-block h3 {
    font-size: 16px;
    line-height: 20px;
  }
}
.layout-specification-block-wrap .layout-specification-block h3 {
  margin-bottom: 25px;
  padding-top: 25px;
  border-top: 2px solid #e9f0f6;
}

.layout-specification-block-wrap .layout-specification-block .spec-wrap {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}

.layout-specification-block-wrap .layout-specification-block .spec-wrap .image {
  position: relative;
  display: block;
  width: 200px;
  margin-right: 60px;
}

.layout-specification-block-wrap .layout-specification-block .spec-wrap .image .icon {
  position: absolute;
  z-index: 20;
  display: block;
  width: 20px;
  height: 20px;
  bottom: 0;
  right: 0;
}

.layout-specification-block-wrap .layout-specification-block .spec-wrap .image .icon.mark-image {
  background-image: url("assets/images/ico_zoom.svg");
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 15px auto;
}

@media (max-width: 991px) {
  .layout-specification-block-wrap .layout-specification-block .spec-wrap {
    flex-direction: column;
  }
  .layout-specification-block-wrap .layout-specification-block .spec-wrap .image {
    width: 100%;
    margin-right: 0;
  }
}
/*
* Layout - Accordion
*/
.layout-accordion-wrap {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.layout-accordion-wrap .layout-accordion {
  display: block;
  max-width: 1640px;
  width: 100%;
  margin: 70px 0;
  padding: 0 25px;
}

.layout-accordion-wrap .layout-accordion h2 {
  display: block;
  font-size: 47px;
  line-height: 65px;
  font-family: myriad-pro, sans-serif;
  color: #000000;
  font-weight: 600;
  margin: 0;
}

@media (max-width: 1200px) {
  .layout-accordion-wrap .layout-accordion h2 {
    font-size: 30px;
    line-height: 38px;
  }
}
.layout-accordion-wrap .layout-accordion h2 {
  margin-bottom: 50px;
}

@media (max-width: 991px) {
  .layout-accordion-wrap .layout-accordion {
    display: block;
    max-width: 1640px;
    width: 100%;
    margin: 20px 0;
    padding: 0 25px;
  }
}
/*
* Scrolling DOT
*/
.scrolling-dot {
  display: block;
  position: fixed;
  z-index: 1;
  width: 100%;
  height: 100svh;
  padding: 0;
}

.scrolling-dot svg {
  position: relative;
  top: 0;
  width: fit-content;
}

.scrolling-dot .circle {
  fill: #005192;
  stroke: #e9f0f6;
  stroke-width: 30;
}

/*
* Pagination
*/
.paging {
  display: block;
  width: 90%;
  margin: 50px auto;
  font-size: 20px;
  line-height: 23px;
  font-family: myriad-pro, sans-serif;
  color: #000000;
  font-weight: 300;
}

@media (max-width: 1200px) {
  .paging {
    font-size: 15px;
    line-height: 18px;
  }
}
.paging ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
  list-style: none;
}

.paging ul li.active {
  background-color: #005192;
}

.paging ul li.active .page-link.current {
  background-color: #005192 !important;
  color: #ffffff;
}

/*
* Font - Open Sans
*/
/* Page */
/*
    Transition 1s
*/
/*
    Background property
*/
/*
    Image property
*/
/*
    Link's
*/
/*
    Page Wrap
*/
/*
    Title Style
*/
/*
    Text Style
*/
/*
    Border radius All
*/
/*
    Border radius TOP
*/
/*
    Border radius BOTTOM
*/
/*
    Border radius RIGHT
*/
/*
    Border radius LEFT
*/
/*
    Block shaddow
*/
/*
* Placeholder
*/
/*
    UL prop - Navigation
*/
/*
    Input
*/
/*
    Buttons
*/
/*
    Animations
*/
/*
* Single, Page
*/
main section {
  position: relative;
  background-position: right -150px center;
  background-repeat: no-repeat;
  background-size: contain;
}

main section .animated-wrap {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  padding-top: 10px;
}

main section .animated-wrap .animated-content {
  position: relative;
  z-index: 10;
  width: 100%;
}

main section .page-header {
  display: block;
  max-width: 1640px;
  width: 100%;
  margin: 120px auto 50px;
  padding: 0 25px;
}

main section .page-header h1 {
  display: block;
  font-size: 60px;
  line-height: 84px;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  color: #000000;
  font-weight: 500;
}

@media (max-width: 1200px) {
  main section .page-header h1 {
    font-size: 30px;
    line-height: 42px;
  }
}
main section .page-wrap {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

main section .page-wrap .page-content {
  display: block;
  max-width: 1640px;
  width: 100%;
  padding: 0 25px;
}

main section .page-wrap .page-content .content {
  display: block;
  width: 100%;
  margin: 0 0 50px;
  font-size: 20px;
  line-height: 28px;
  font-family: myriad-pro, sans-serif;
  color: #000000;
  font-weight: 300;
}

@media (max-width: 1200px) {
  main section .page-wrap .page-content .content {
    font-size: 15px;
    line-height: 18px;
  }
}
@media (max-width: 1200px) {
  main section .page-header {
    display: block;
    max-width: 1640px;
    width: 100%;
    margin: 70px auto 50px;
    padding: 0 25px;
  }
}
@media (max-width: 768px) {
  main section {
    background-image: none !important;
  }
}
/*
* Licensee
*/
.licensee-page-map {
  display: block;
  width: 100%;
  margin-bottom: 120px;
}

.licensee-page-map .map-wrap {
  display: block;
  width: 100%;
  border: 10px solid #e9f0f6;
}

.licensee-page-map .map-wrap .map {
  display: block;
  width: 100%;
  height: 700px;
}

@media (max-width: 991px) {
  .licensee-page-map {
    margin-bottom: 60px;
  }
}
.functions {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  margin-bottom: 10px;
}

.functions .function-filter-icon {
  display: block;
  width: 30px;
  height: 30px;
  background-image: url("../images/ico_filter.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto;
  cursor: pointer;
}

.functions .function {
  display: block;
  font-size: 20px;
  line-height: 28px;
  font-family: myriad-pro, sans-serif;
  color: #000000;
  font-weight: 300;
}

@media (max-width: 1200px) {
  .functions .function {
    font-size: 15px;
    line-height: 18px;
  }
}
.functions .function span {
  padding-right: 5px;
  font-weight: 600;
}

.functions .function br {
  display: none;
}

.functions .function:not(:last-of-type):after {
  content: "/";
  margin-left: 10px;
}

.functions .function:hover {
  color: #005192;
}

.functions .function {
  cursor: pointer;
}

@media (max-width: 991px) {
  .functions {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 5px;
  }
  .functions .function:not(:last-of-type):after {
    display: none;
  }
}
.licensee-page-list {
  display: block;
  width: 100%;
}

.licensee-page-list .accordion {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 30px 40px;
  transition: 0.4s;
  font-size: 20px;
  line-height: 23px;
  font-family: myriad-pro, sans-serif;
  color: #000000;
  font-weight: 300;
}

@media (max-width: 1200px) {
  .licensee-page-list .accordion {
    font-size: 15px;
    line-height: 18px;
  }
}
.licensee-page-list .accordion {
  background-color: #e9f0f6;
  cursor: pointer;
}

.licensee-page-list .accordion:hover {
  background-color: #e9f0f6;
}

.licensee-page-list .accordion:after {
  content: " ";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 5px;
  background-image: url("../images/ico_arr_down_black.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 15px auto;
}

.licensee-page-list .accordion.active {
  background-color: #e9f0f6;
}

.licensee-page-list .accordion.active:after {
  background-image: url("../images/ico_arr_up_black.svg");
}

.licensee-page-list .accordion .basic {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.licensee-page-list .accordion .basic .title {
  display: block;
  font-size: 28px;
  line-height: 32px;
  font-family: myriad-pro, sans-serif;
  color: #000000;
  font-weight: 600;
  margin: 0 0 20px;
}

@media (max-width: 1200px) {
  .licensee-page-list .accordion .basic .title {
    font-size: 16px;
    line-height: 20px;
  }
}
.licensee-page-list .accordion .basic .title {
  margin-right: 50px;
  margin-bottom: 0;
}

.licensee-page-list .accordion .basic .code {
  margin-right: 50px;
}

.licensee-page-list .accordion .basic .function .function-label:not(:last-child):after {
  content: ", ";
}

.licensee-page-list .accordion .contact {
  margin-left: auto;
}

.licensee-page-list .panel {
  display: block;
  max-height: 0;
  overflow: hidden;
  transition: all 0.2s ease-out;
  padding: 0 40px;
  background-color: #e9f0f6;
  font-size: 20px;
  line-height: 28px;
  font-family: myriad-pro, sans-serif;
  color: #000000;
  font-weight: 300;
}

@media (max-width: 1200px) {
  .licensee-page-list .panel {
    font-size: 15px;
    line-height: 18px;
  }
}
.licensee-page-list .panel .details {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 50px;
}

.licensee-page-list .panel .details .detail-col:last-child {
  margin-right: auto;
}

.licensee-page-list .panel {
  border-bottom: 5px solid #ffffff;
}

.licensee-page-list .panel.active .details {
  padding-bottom: 40px;
}

@media (max-width: 991px) {
  .licensee-page-list .accordion {
    align-items: flex-start;
    padding: 15px 20px;
  }
  .licensee-page-list .accordion .basic {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 5px;
  }
  .licensee-page-list .panel {
    padding: 0 20px;
  }
  .licensee-page-list .panel .details {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
/*
* Products
*/
.products-wrap {
  display: block;
  width: 100%;
}

.products-wrap .page-header {
  display: flex !important;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 100px;
}

.products-wrap .page-header div[class*=_content] {
  display: block;
  width: 45%;
}

.products-wrap .page-header div[class*=_content] h1 {
  margin-bottom: 50px;
}

.products-wrap .page-header div[class*=_content] .intro {
  font-size: 20px;
  line-height: 28px;
  font-family: myriad-pro, sans-serif;
  color: #000000;
  font-weight: 300;
}

@media (max-width: 1200px) {
  .products-wrap .page-header div[class*=_content] .intro {
    font-size: 15px;
    line-height: 18px;
  }
}
.products-wrap .page-header div[class*=_image] {
  display: block;
  width: 55%;
}

.products-wrap .page-wrap .page-content .products {
  display: flex;
  flex-wrap: wrap;
  gap: 80px;
  margin: 0 0 100px;
}

.products-wrap .page-wrap .page-content .products .product {
  display: flex;
  flex-direction: column;
  width: calc(33.333% - 55px);
}

.products-wrap .page-wrap .page-content .products .product .product-image {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 4/3;
  padding: 40px;
  background-color: #e9f0f6;
}

.products-wrap .page-wrap .page-content .products .product .product-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 35px 30px;
  flex: 1;
  background-color: #005192;
}

.products-wrap .page-wrap .page-content .products .product .product-content h3 {
  display: block;
  font-size: 28px;
  line-height: 32px;
  font-family: myriad-pro, sans-serif;
  color: #000000;
  font-weight: 600;
  margin: 0 0 20px;
}

@media (max-width: 1200px) {
  .products-wrap .page-wrap .page-content .products .product .product-content h3 {
    font-size: 16px;
    line-height: 20px;
  }
}
.products-wrap .page-wrap .page-content .products .product .product-content h3 {
  color: #ffffff;
  margin-bottom: 20px;
}

.products-wrap .page-wrap .page-content .products .product .product-content .data {
  font-size: 20px;
  line-height: 23px;
  font-family: myriad-pro, sans-serif;
  color: #000000;
  font-weight: 300;
}

@media (max-width: 1200px) {
  .products-wrap .page-wrap .page-content .products .product .product-content .data {
    font-size: 15px;
    line-height: 18px;
  }
}
.products-wrap .page-wrap .page-content .products .product .product-content .data {
  color: #ffffff;
}

.products-wrap .page-wrap .page-content .products .product .product-content .data .data-one span {
  font-weight: 600;
}

.products-wrap .page-wrap .page-content .products .product .product-content .read-more-white {
  display: block;
  width: fit-content;
  margin-top: 20px;
  padding: 0 15px 0 0;
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
  font-size: 20px;
  line-height: 23px;
}

.products-wrap .page-wrap .page-content .products .product .product-content .read-more-white:hover {
  color: #e9f0f6;
  text-decoration: none;
}

.products-wrap .page-wrap .page-content .products .product .product-content .read-more-white {
  background-image: url("../images/ico_arr_rm_right_white.svg");
  background-position: right bottom 3px;
  background-repeat: no-repeat;
  background-size: auto 12px;
}

@media (max-width: 1200px) {
  .products-wrap .page-wrap .page-content .products {
    gap: 40px;
    margin: 0 0 50px;
  }
  .products-wrap .page-wrap .page-content .products .product {
    display: flex;
    flex-direction: column;
    width: calc(50% - 20px);
  }
}
@media (max-width: 768px) {
  .products-wrap .page-header {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0;
  }
  .products-wrap .page-header div[class*=_content] {
    width: 100%;
  }
  .products-wrap .page-header div[class*=_content] h1 {
    margin-bottom: 20px;
  }
  .products-wrap .page-header div[class*=_image] {
    width: 100%;
  }
  .products-wrap .page-wrap .page-content .products {
    gap: 25px;
  }
  .products-wrap .page-wrap .page-content .products .product {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
}
/*
* Product Single
*/
.product-single .page-header {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 100px;
}

.product-single .page-header .image {
  position: relative;
  display: block;
  width: 45%;
}

.product-single .page-header .image .icon {
  position: absolute;
  z-index: 20;
  display: block;
  width: 20px;
  height: 20px;
  bottom: 0;
  right: 0;
}

.product-single .page-header .image .icon.image {
  background-image: url("../images/ico_zoom.svg");
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 15px auto;
}

.product-single .page-header .image .icon.gallery {
  background-image: url("../images/ico_zoom_gallery.svg");
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 15px auto;
}

.product-single .page-header div[class*=content] {
  display: block;
  width: 55%;
}

.product-single .page-header div[class*=content] h1 {
  display: block;
  font-size: 50px;
  line-height: 55px;
  font-family: myriad-pro, sans-serif;
  color: #000000;
  font-weight: 600;
  margin: 0 0 20px;
  padding: 0;
}

@media (max-width: 1200px) {
  .product-single .page-header div[class*=content] h1 {
    font-size: 30px;
    line-height: 28px;
  }
}
.product-single .page-header div[class*=content] .description {
  max-width: 750px;
  width: 100%;
  display: block;
  font-size: 25px;
  line-height: 35px;
  font-family: myriad-pro, sans-serif;
  color: #000000;
  font-weight: 300;
}

.product-single .daten-fakten {
  display: block;
  margin-bottom: 100px;
}

.product-single .daten-fakten h2 {
  display: block;
  font-size: 28px;
  line-height: 32px;
  font-family: myriad-pro, sans-serif;
  color: #000000;
  font-weight: 600;
  margin: 0 0 20px;
}

@media (max-width: 1200px) {
  .product-single .daten-fakten h2 {
    font-size: 16px;
    line-height: 20px;
  }
}
.product-single .daten-fakten h2 {
  margin-bottom: 25px;
  padding-top: 25px;
  border-top: 2px solid #e9f0f6;
}

.product-single .daten-fakten .daten-wrap {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 50px;
  font-size: 20px;
  line-height: 23px;
  font-family: myriad-pro, sans-serif;
  color: #000000;
  font-weight: 300;
}

@media (max-width: 1200px) {
  .product-single .daten-fakten .daten-wrap {
    font-size: 15px;
    line-height: 18px;
  }
}
.product-single .daten-fakten .daten-wrap .material {
  display: block;
  max-width: 400px;
  width: 100%;
}

.product-single .daten-fakten .daten-wrap .daten {
  display: block;
  max-width: 500px;
  width: 100%;
}

.product-single .daten-fakten .daten-wrap .daten .daten-note {
  margin-top: 70px;
}

.product-single .daten-fakten .daten-wrap span {
  font-weight: 600;
}

.product-single .markings {
  display: block;
  width: 100%;
  margin-bottom: 100px;
}

.product-single .markings h2 {
  display: block;
  font-size: 28px;
  line-height: 32px;
  font-family: myriad-pro, sans-serif;
  color: #000000;
  font-weight: 600;
  margin: 0 0 20px;
}

@media (max-width: 1200px) {
  .product-single .markings h2 {
    font-size: 16px;
    line-height: 20px;
  }
}
.product-single .markings h2 {
  margin-bottom: 25px;
  padding-top: 25px;
  border-top: 2px solid #e9f0f6;
}

.product-single .markings .daten-wrap {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 50;
}

.product-single .markings .daten-wrap div[class*=_image] {
  position: relative;
  display: block;
  width: 200px;
  margin-right: 60px;
}

.product-single .markings .daten-wrap div[class*=_image] .icon {
  position: absolute;
  z-index: 20;
  display: block;
  width: 20px;
  height: 20px;
  bottom: 0;
  right: 0;
}

.product-single .markings .daten-wrap div[class*=_image] .icon.mark-image {
  background-image: url("../images/ico_zoom.svg");
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 15px auto;
}

.product-single .markings .daten-wrap div[class*=_data] {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 50px;
}

.product-single .markings .daten-wrap div[class*=_data] div[class*=_chunk] {
  display: block;
  width: 50%;
}

.product-single .markings .daten-wrap div[class*=_data] div[class*=_chunk] div[class*=_one] {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 20px;
  font-family: myriad-pro, sans-serif;
  color: #000000;
  font-weight: 300;
}

.product-single .markings .daten-wrap div[class*=_data] div[class*=_chunk] div[class*=_one] span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  margin-top: 3px;
  margin-right: 10px;
  font-size: 10px;
  line-height: 10px;
  font-weight: 600;
  color: #005192;
  border: 1px solid #005192;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.product-single .markings .daten-wrap div[class*=_data] div[class*=_chunk] div[class*=_one] .text {
  display: block;
  flex: 1;
}

.product-single .details-wrap {
  display: block;
  width: 100%;
  margin-bottom: 100px;
}

.product-single .details-wrap h2 {
  display: block;
  font-size: 28px;
  line-height: 32px;
  font-family: myriad-pro, sans-serif;
  color: #000000;
  font-weight: 600;
  margin: 0 0 20px;
}

@media (max-width: 1200px) {
  .product-single .details-wrap h2 {
    font-size: 16px;
    line-height: 20px;
  }
}
.product-single .details-wrap h2 {
  margin-bottom: 25px;
  padding-top: 25px;
  border-top: 2px solid #e9f0f6;
}

.product-single .details-wrap .details {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}

.product-single .details-wrap .details .detail {
  display: block;
  width: calc(50% - 25px);
  font-size: 20px;
  line-height: 28px;
  font-family: myriad-pro, sans-serif;
  color: #000000;
  font-weight: 300;
}

@media (max-width: 1200px) {
  .product-single .details-wrap .details .detail {
    font-size: 15px;
    line-height: 18px;
  }
}
.product-single .details-wrap .details .detail h3 {
  font-size: 20px;
  line-height: 28px;
  font-family: myriad-pro, sans-serif;
  color: #000000;
  font-weight: 300;
}

@media (max-width: 1200px) {
  .product-single .details-wrap .details .detail h3 {
    font-size: 15px;
    line-height: 18px;
  }
}
.product-single .details-wrap .details .detail h3 {
  font-weight: 600;
  margin-bottom: 15px;
}

.product-single .related-links-wrap {
  display: block;
  margin-bottom: 50px;
}

.product-single .related-links-wrap h2 {
  display: block;
  font-size: 28px;
  line-height: 32px;
  font-family: myriad-pro, sans-serif;
  color: #000000;
  font-weight: 600;
  margin: 0 0 20px;
}

@media (max-width: 1200px) {
  .product-single .related-links-wrap h2 {
    font-size: 16px;
    line-height: 20px;
  }
}
.product-single .related-links-wrap h2 {
  margin-bottom: 25px;
  padding-top: 25px;
  border-top: 2px solid #e9f0f6;
}

.product-single .related-links-wrap .related-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 20px;
  line-height: 23px;
  font-family: myriad-pro, sans-serif;
  color: #000000;
  font-weight: 300;
}

@media (max-width: 1200px) {
  .product-single .related-links-wrap .related-links {
    font-size: 15px;
    line-height: 18px;
  }
}
.product-single .back-to {
  display: block;
  width: 100%;
}

.product-single .back-to a {
  padding-left: 20px;
  background-image: url("../images/ico_arr_prev.svg");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 8px auto;
}

@media (max-width: 1200px) {
  .product-single .page-header div[class*=content] .description {
    font-size: 20px;
    line-height: 25px;
  }
}
@media (max-width: 991px) {
  .product-single .page-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 50px;
  }
  .product-single .page-header .image {
    order: 2;
    width: 100%;
  }
  .product-single .page-header div[class*=content] {
    order: 1;
    width: 100%;
  }
  .product-single .page-header div[class*=content] h1 {
    margin-bottom: 50px;
  }
  .product-single .page-header div[class*=content] .description {
    max-width: 100%;
    font-size: 20px;
    line-height: 25px;
  }
  .product-single .daten-fakten {
    display: block;
    margin-bottom: 50px;
  }
  .product-single .daten-fakten .daten-wrap {
    flex-direction: column;
    gap: 30px;
  }
  .product-single .daten-fakten .daten-wrap .material {
    max-width: 100%;
  }
  .product-single .daten-fakten .daten-wrap .daten {
    max-width: 100%;
  }
  .product-single .daten-fakten .daten-wrap .daten .daten-note {
    margin-top: 20px;
  }
  .product-single .markings {
    margin-bottom: 50px;
  }
  .product-single .markings .daten-wrap {
    display: flex;
    flex-direction: column;
    gap: 30;
  }
  .product-single .markings .daten-wrap div[class*=_image] {
    width: 100%;
    margin-right: 0;
  }
  .product-single .markings .daten-wrap div[class*=_data] {
    flex-direction: column;
    gap: 10px;
  }
  .product-single .markings .daten-wrap div[class*=_data] div[class*=_chunk] {
    width: 100%;
  }
  .product-single .details-wrap {
    margin-bottom: 50px;
  }
  .product-single .details-wrap .details {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    gap: 30px;
  }
  .product-single .details-wrap .details .detail {
    display: block;
    width: 100%;
  }
}
/*
* News Single
*/
.news-single .news-one {
  display: flex;
  max-width: 1640px;
  width: 100%;
  padding: 0 25px;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 100px;
}

.news-single .news-one .text {
  display: block;
  width: fit-content;
  font-size: 20px;
  line-height: 28px;
  font-family: myriad-pro, sans-serif;
  color: #000000;
  font-weight: 300;
}

@media (max-width: 1200px) {
  .news-single .news-one .text {
    font-size: 15px;
    line-height: 18px;
  }
}
.news-single .news-one .image {
  display: block;
  width: 50%;
  aspect-ratio: 2/1;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 991px) {
  .news-single .page-header {
    margin: 100px auto 0;
  }
  .news-single .news-one {
    flex-direction: column;
    justify-content: flex-start;
    gap: 50px;
  }
  .news-single .news-one .text {
    order: 2;
    width: 100%;
  }
  .news-single .news-one .image {
    order: 1;
    width: 100%;
  }
}
/*
* Search
*/
.srch-result-wrap {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 20px;
}

.srch-result-wrap .srch-res h3 {
  display: block;
  font-size: 28px;
  line-height: 32px;
  font-family: myriad-pro, sans-serif;
  color: #000000;
  font-weight: 600;
  margin: 0 0 20px;
}

@media (max-width: 1200px) {
  .srch-result-wrap .srch-res h3 {
    font-size: 16px;
    line-height: 20px;
  }
}
.srch-result-wrap .srch-res h3 {
  margin-bottom: 10px;
}

.srch-result-wrap .srch-res .excp {
  font-size: 20px;
  line-height: 28px;
  font-family: myriad-pro, sans-serif;
  color: #000000;
  font-weight: 300;
}

@media (max-width: 1200px) {
  .srch-result-wrap .srch-res .excp {
    font-size: 15px;
    line-height: 18px;
  }
}
/*
* Font - Open Sans
*/
/* Page */
/*
    Transition 1s
*/
/*
    Background property
*/
/*
    Image property
*/
/*
    Link's
*/
/*
    Page Wrap
*/
/*
    Title Style
*/
/*
    Text Style
*/
/*
    Border radius All
*/
/*
    Border radius TOP
*/
/*
    Border radius BOTTOM
*/
/*
    Border radius RIGHT
*/
/*
    Border radius LEFT
*/
/*
    Block shaddow
*/
/*
* Placeholder
*/
/*
    UL prop - Navigation
*/
/*
    Input
*/
/*
    Buttons
*/
/*
    Animations
*/
/*
* BS Modal Search
*/
#searchModal {
  z-index: 99999;
}

#searchModal .modal-dialog .modal-content {
  border-radius: 0;
}

#searchModal .modal-dialog .modal-content #searchform input[type=text] {
  height: 50px;
  width: 100%;
  padding: 0 60px 0 20px;
  border-collapse: collapse;
  border: 1px solid #e9f0f6;
  background-image: url("../images/ico_search_light.svg");
  background-position: right 20px center;
  background-repeat: no-repeat;
  background-size: 20px auto;
}

@media (min-width: 1200px) {
  #searchModal .modal-dialog.modal-xl {
    max-width: 1640px;
  }
}
/*
* BS Accordion
*/
.accordion .accordion-item .accordion-header .accordion-button {
  display: flex;
  flex-direction: row !important;
  align-items: center;
}

.accordion .accordion-item .accordion-header .accordion-button .acc-items {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  width: 100%;
  padding: 0 10px 0 0;
}

.accordion .accordion-item .accordion-header .accordion-button .acc-items .icon-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  flex: 1;
}

.accordion .accordion-item .accordion-header .accordion-button .acc-items .icon-title .icon {
  display: block;
  width: 60px;
  height: 60px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.accordion .accordion-item .accordion-header .accordion-button .acc-items .icon-title .title-url {
  flex: 1;
}

.accordion .accordion-item .accordion-header .accordion-button .acc-items .icon-title .title-url h3 {
  display: block;
  font-size: 28px;
  line-height: 32px;
  font-family: myriad-pro, sans-serif;
  color: #000000;
  font-weight: 600;
  margin: 0 0 20px;
}

@media (max-width: 1200px) {
  .accordion .accordion-item .accordion-header .accordion-button .acc-items .icon-title .title-url h3 {
    font-size: 16px;
    line-height: 20px;
  }
}
.accordion .accordion-item .accordion-header .accordion-button .acc-items .icon-title .title-url h3 {
  margin-bottom: 0;
}

.accordion .accordion-item .accordion-header .accordion-button .acc-items .tag-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}

.accordion .accordion-item .accordion-header .accordion-button .acc-items .tag-link .tag {
  display: block;
  padding: 3px 5px;
  background-color: #005192;
  color: #ffffff;
}

.accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background-color: #ffffff !important;
  color: #000000 !important;
  box-shadow: none !important;
}

@media (max-width: 768px) {
  .accordion .accordion-item .accordion-header .accordion-button .acc-items {
    flex-direction: column;
    align-items: flex-start;
  }
  .accordion .accordion-item .accordion-header .accordion-button .acc-items .tag-link {
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
  }
  .accordion .accordion-item .accordion-header .accordion-button .acc-items .tag-link .read-more {
    flex: 1;
    text-align: right;
  }
  .accordion .accordion-item .accordion-header .accordion-button::after {
    margin-top: auto;
  }
}
/*
* Simple Lughtbox Gallery
*/
#slb_viewer_wrap .slb_theme_slb_default .slb_details {
  display: none;
}

#slb_viewer_wrap .slb_theme_slb_default .slb_container {
  box-shadow: none !important;
  border-radius: 0px !important;
}

#slb_viewer_wrap .slb_theme_slb_baseline .slb_viewer_overlay {
  background-color: #005192 !important;
  height: 100vh !important;
}

#slb_viewer_wrap .slb_theme_slb_baseline .slb_content {
  position: unset !important;
}

#slb_viewer_wrap .slb_theme_slb_default .slb_content .slb_next .slb_template_tag, [dir=rtl] #slb_viewer_wrap .slb_theme_slb_default .slb_content .slb_prev .slb_template_tag {
  right: 50px !important;
  left: inherit;
  background-image: url("../images/ico_arr_next_white.svg") !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: 15px auto;
  display: block !important;
  width: 60px !important;
  height: 60px !important;
  z-index: 2;
  border: 1px solid #ffffff !important;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -moz-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}

#slb_viewer_wrap .slb_theme_slb_default .slb_content .slb_next .slb_template_tag:hover, [dir=rtl] #slb_viewer_wrap .slb_theme_slb_default .slb_content .slb_prev .slb_template_tag:hover {
  background-color: rgba(255, 255, 255, 0.3) !important;
  background-image: url("../images/ico_arr_next.svg") !important;
}

#slb_viewer_wrap .slb_theme_slb_default .slb_content .slb_prev .slb_template_tag, #slb_viewer_wrap .slb_theme_slb_default .slb_content .slb_next .slb_template_tag {
  position: absolute;
  top: 48% !important;
  height: 60px !important;
  width: 60px !important;
  min-width: 60px !important;
  min-height: 60px !important;
  background-repeat: no-repeat;
  opacity: 1 !important;
}

#slb_viewer_wrap .slb_theme_slb_default .slb_content .slb_prev .slb_template_tag, [dir=rtl] #slb_viewer_wrap .slb_theme_slb_default .slb_content .slb_next .slb_template_tag {
  left: 50px !important;
  right: inherit;
  background-image: url("../images/ico_arr_prev_white.svg") !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: 15px auto;
  display: block !important;
  width: 60px !important;
  height: 60px !important;
  z-index: 2;
  border: 1px solid #ffffff !important;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -moz-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}

#slb_viewer_wrap .slb_theme_slb_default .slb_content .slb_prev .slb_template_tag:hover, [dir=rtl] #slb_viewer_wrap .slb_theme_slb_default .slb_content .slb_next .slb_template_tag:hover {
  background-color: #ffffff !important;
  background-image: url("../images/ico_arr_prev.svg") !important;
}

#slb_viewer_wrap .slb_theme_slb_default .slb_controls {
  position: absolute;
  z-index: 80 !important;
  top: 50px !important;
  right: 50px !important;
  width: 50px !important;
  height: 50px !important;
  text-align: right;
}

.slb_controls .slb_slideshow {
  display: none;
}

.slb_controls .slb_close {
  position: absolute !important;
  z-index: 90;
  top: 0px !important;
  right: 0px !important;
  width: 50px !important;
  height: 50px !important;
}

#slb_viewer_wrap .slb_theme_slb_default .slb_controls .slb_close .slb_template_tag {
  background-image: url("../images/ico_close_white.svg") !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: 30px auto !important;
}

#slb_viewer_wrap .slb_theme_slb_default .slb_controls .slb_template_tag_ui {
  position: absolute;
  top: 0 !important;
  right: 0 !important;
  width: 50px !important;
  height: 50px !important;
  float: none !important;
  margin-left: auto !important;
  opacity: 1 !important;
}

#slb_viewer_wrap .slb_theme_slb_baseline .slb_template_tag_item_content > * {
  max-width: 1200px !important;
  width: 100% !important;
  height: auto !important;
}

#slb_viewer_wrap .slb_theme_slb_default .slb_content {
  min-height: 58px;
  min-width: 50px;
  max-width: 1200px !important;
  height: auto !important;
}

#slb_viewer_wrap .slb_theme_slb_baseline * {
  margin: 0;
  padding: 0;
  line-height: 0 !important;
  text-align: left;
  vertical-align: baseline;
  white-space: normal;
  outline: none;
  border: 0px;
  background: none;
  opacity: 1;
  width: auto;
  height: auto;
  position: static;
  float: none;
  clear: none;
}

#slb_viewer_wrap .slb_theme_slb_baseline .slb_viewer_layout {
  z-index: 2;
  position: absolute;
  top: 0 !important;
  left: 0 !important;
  width: 100%;
  text-align: center;
  height: 100vh !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

#slb_viewer_wrap .slb_theme_slb_baseline .slb_container {
  position: unset !important;
  display: inline-block;
  background-color: none !important;
  margin: 0 auto;
  padding: 0px !important;
}

#slb_viewer_wrap .slb_theme_slb_baseline {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh !important;
  z-index: 99999;
  text-align: center;
  line-height: 0;
  color: #000;
  font-family: arial, verdana, sans-serif;
  font-size: 12px;
  overflow: hidden;
}

#slb_viewer_wrap {
  display: block;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
}

@media screen and (max-width: 480px) {
  #slb_viewer_wrap .slb_theme_slb_baseline .slb_container {
    min-height: auto !important;
    min-width: 90% !important;
    width: 90% !important;
    height: 100vh !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 auto !important;
    background-color: transparent !important;
  }
}
body {
  position: relative;
  margin: 0;
  padding: 115px 0 0;
  font-family: myriad-pro, sans-serif;
  color: #000000;
  width: 100%;
}
@media (max-width: 1200px) {
  body {
    padding: 100px 0 0;
  }
}

html {
  scroll-behavior: smooth;
}

p:last-of-type,
p:first-of-type {
  margin-bottom: 0;
}

p:nth-child(2) {
  margin-top: 15px;
}

a {
  color: #000000;
  text-decoration: underline;
}
a:hover {
  color: #000000;
  text-decoration: none;
}

.addPdd {
  padding-left: 150px !important;
}
@media (max-width: 1200px) {
  .addPdd {
    padding-left: 70px !important;
  }
}

.wpcf7 {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.wpcf7 .wpcf7-form {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 20px;
}
.wpcf7 .wpcf7-form .f-row {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 20px;
}
@media (min-width: 1200px) {
  .wpcf7 .wpcf7-form .f-row {
    flex-direction: row;
  }
}
.wpcf7 .wpcf7-form .f-row .f-field {
  display: block;
  width: 100%;
}
@media (min-width: 1200px) {
  .wpcf7 .wpcf7-form .f-row .f-field {
    width: 33%;
    max-width: 210px;
  }
}
.wpcf7 .wpcf7-form .f-row .f-field .wpcf7-text {
  width: 100%;
  font-weight: 300;
  padding: 0 5px;
  border: 1px solid #000;
  height: 40px;
}
.wpcf7 .wpcf7-form-control-wrap {
  position: relative;
}
.wpcf7 .f-row .f-txtarea {
  width: 100%;
}
.wpcf7 .wpcf7-form .f-row .f-txtarea .wpcf7-textarea {
  width: 100%;
  height: 70px;
  border: 1px solid #000;
}
.wpcf7 .wpcf7-form .f-row .wpcf7-submit {
  background-color: #005192;
  color: #fff;
  padding: 5px 30px;
  border: none;
  border-collapse: collapse;
}

.search-form {
  display: flex;
  gap: 10px;
}
.search-form button[type=submit] {
  background-color: #005192;
  color: #fff;
  padding: 5px 30px;
  border: none;
  border-collapse: collapse;
}

.btn-epal {
  background-color: #005192;
  color: #fff;
  padding: 5px 30px;
  border: none;
  border-collapse: collapse;
  font-size: 20px;
}
.btn-epal:hover {
  color: #fff;
}

.rsp-nav-wrap .rsp-nav .rsp-footer .lng-wrap .lng-list {
  display: flex !important;
  margin: 0;
  padding: 0;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  list-style: none;
}

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