.header {
  background-color: #FFFFFF;
  box-shadow: 0px 25px 25px 10px rgba(0, 0, 0, 0);
  transition: box-shadow .3s ease-in-out;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 10000000000;
  /*!
   * Hamburgers
   * @description Tasty CSS-animated hamburgers
   * @author Jonathan Suh @jonsuh
   * @site https://jonsuh.com/hamburgers
   * @link https://github.com/jonsuh/hamburgers
   */
  /*
     * 3DX
     */
  /*
     * 3DX Reverse
     */
  /*
     * 3DY
     */
  /*
     * 3DY Reverse
     */
  /*
     * 3DXY
     */
  /*
     * 3DXY Reverse
     */
  /*
     * Arrow
     */
  /*
     * Arrow Right
     */
  /*
     * Arrow Alt
     */
  /*
     * Arrow Alt Right
     */
  /*
     * Arrow Turn
     */
  /*
     * Arrow Turn Right
     */
  /*
     * Boring
     */
  /*
     * Collapse
     */
  /*
     * Collapse Reverse
     */
  /*
     * Elastic
     */
  /*
     * Elastic Reverse
     */
  /*
     * Emphatic
     */
  /*
     * Emphatic Reverse
     */
  /*
     * Minus
     */
  /*
     * Slider
     */
  /*
     * Slider Reverse
     */
  /*
     * Spin
     */
  /*
     * Spin Reverse
     */
  /*
     * Spring
     */
  /*
     * Spring Reverse
     */
  /*
     * Stand
     */
  /*
     * Stand Reverse
     */
  /*
     * Squeeze
     */
  /*
     * Vortex
     */
  /*
     * Vortex Reverse
     */ }
  .header.scrolled {
    box-shadow: 0px 25px 25px 10px rgba(0, 0, 0, 0.1); }
  .header .header_inner:after {
    width: 100%;
    height: 139px;
    background-color: #FFFFFF;
    position: fixed;
    top: 0;
    z-index: 1;
    border-bottom: 1px solid #DDDDDD; }
  .header .servicenav {
    position: absolute;
    z-index: 99;
    right: 16px;
    bottom: 1px;
    transform: bottom .3s ease-in-out, right .3s ease-in-out; }
    @media screen and (min-width: 992px) {
      .header .servicenav {
        right: 16px;
        bottom: 24px;
        z-index: 99999999999999999999; } }
    .header .servicenav ul {
      list-style-type: none;
      padding-left: 0; }
      .header .servicenav ul li {
        display: inline-block; }
    .header .servicenav .langbtn {
      color: #015EAC;
      text-decoration: none;
      font-size: 18px;
      font-weight: normal;
      line-height: 1.2; }
      @media screen and (min-width: 576px) {
        .header .servicenav .langbtn {
          font-size: calc(18px + 2 * ((100vw - 576px) / (992 - 576))); } }
      @media screen and (min-width: 992px) {
        .header .servicenav .langbtn {
          font-size: 20px; } }
      .header .servicenav .langbtn span {
        position: relative;
        top: -2px; }
        @media screen and (min-width: 992px) {
          .header .servicenav .langbtn span {
            display: inline-block; } }
    .header .servicenav .hsearch {
      cursor: pointer; }
      .header .servicenav .hsearch svg {
        position: relative;
        top: -5px;
        left: -12px; }
  .header .snew {
    overflow: hidden;
    transition: top .3s ease-in-out, box-shadow .3s ease-in-out;
    background-color: #FFFFFF;
    width: 100%;
    position: relative;
    left: 0; }
    @media screen and (min-width: 992px) {
      .header .snew {
        top: 140px;
        overflow: hidden;
        box-shadow: 5px 5px 23px 7px rgba(0, 0, 0, 0.09);
        opacity: 0;
        transition: opacity .3s ease-in-out; } }
  .header_inner {
    max-width: 1920px;
    width: 100%;
    height: 64px;
    margin: auto;
    z-index: 999;
    background-color: transparent;
    transition: height .3s ease-in-out;
    position: relative; }
    @media screen and (min-width: 992px) {
      .header_inner {
        display: flex;
        height: 140px; } }
  .header_logo {
    display: flex;
    padding-left: 12px;
    z-index: 99;
    transition: padding-left .3s ease-in-out; }
    .header_logo a {
      display: flex;
      flex-direction: column;
      justify-content: center;
      transition: padding-top .3s ease-in-out; }
      @media screen and (min-width: 992px) {
        .header_logo a {
          padding-top: 39px;
          justify-content: flex-start; } }
      @media screen and (min-width: 1900px) {
        .header_logo a {
          display: flex;
          flex-direction: column;
          justify-content: center;
          padding-top: unset; } }
      .header_logo a img {
        height: auto;
        width: 124px;
        padding-top: 24px;
        transition: padding-top .3s ease-in-out, width .3s ease-in-out; }
        @media screen and (min-width: 992px) {
          .header_logo a img {
            width: 148px;
            padding-top: unset; } }
        @media screen and (min-width: 1900px) {
          .header_logo a img {
            width: auto; } }
  .header_mainnav {
    z-index: 99;
    overflow: auto;
    display: block;
    position: relative;
    top: 0px; }
    @media screen and (min-width: 992px) {
      .header_mainnav {
        position: absolute;
        top: 92px;
        left: 0;
        padding-left: 0;
        margin-left: 12px;
        width: 100%;
        z-index: 99999; } }
    @media screen and (min-width: 1900px) {
      .header_mainnav {
        margin-top: 70px;
        margin-left: 40px;
        height: auto;
        top: unset;
        position: relative;
        left: unset;
        padding-left: unset; } }
    @media screen and (min-width: 1900px) {
      .header_mainnav {
        margin-left: calc(40px + 155 * ((100vw - 1900px) / (1880 - 1900))); } }
    @media screen and (min-width: 1880px) {
      .header_mainnav {
        margin-left: 195px; } }
    .header_mainnav ul {
      overflow: hidden;
      background-color: white;
      padding-top: 0;
      padding-bottom: 0;
      margin-bottom: 0;
      box-shadow: 5px 5px 23px 7px rgba(0, 0, 0, 0.09);
      transition: background-color .3s ease-in-out, padding .3s ease-in-out, margin .3s ease-in-out, box-shadow .3s ease-in-out, padding-top .3s ease-in-out, padding-bottom .3s ease-in-out;
      list-style-type: none;
      padding-left: 0px; }
      @media screen and (min-width: 992px) {
        .header_mainnav ul {
          overflow: hidden;
          height: auto;
          background-color: transparent;
          padding-bottom: 0;
          margin-bottom: 0;
          padding-top: 0;
          box-shadow: 5px 5px 23px 7px rgba(0, 0, 0, 0); } }
      .header_mainnav ul li {
        display: block;
        float: none;
        padding-right: 0;
        margin-left: 12px;
        margin-right: 12px;
        transition: padding-left .3s ease-in-out, padding-right .3s ease-in-out, margin-left .3s ease-in-out, margin-right .3s ease-in-out; }
        @media screen and (min-width: 992px) {
          .header_mainnav ul li {
            display: inline-block;
            float: left;
            padding-right: 25px;
            border-bottom: none;
            margin-left: 0;
            margin-right: 0; }
            .header_mainnav ul li.is-active a {
              font-weight: normal; } }
        @media screen and (min-width: 1200px) {
          .header_mainnav ul li {
            padding-right: 35px; } }
        @media screen and (min-width: 1600px) {
          .header_mainnav ul li {
            padding-right: 60px; } }
        @media screen and (min-width: 1880px) {
          .header_mainnav ul li {
            padding-right: 60px; } }
        .header_mainnav ul li:last-of-type {
          padding-right: 0px; }
        .header_mainnav ul li a {
          display: block;
          text-decoration: none;
          color: #015EAC;
          text-transform: uppercase;
          font-size: 16px;
          padding-left: 5px;
          padding-top: 16px;
          padding-bottom: 16px;
          line-height: 1.2;
          font-weight: normal; }
          @media screen and (min-width: 992px) {
            .header_mainnav ul li a {
              font-size: 20px;
              padding-left: 0;
              padding-top: 0;
              padding-bottom: 0;
              font-weight: 300; } }
          .header_mainnav ul li a.active {
            color: #015EAC; }
        .header_mainnav ul li.active a {
          color: #015EAC; }
        .header_mainnav ul li .header_subnav {
          transition: border-right .3s ease-in-out, padding-top .3s ease-in-out, padding-bottom .3s ease-in-out; }
          @media screen and (min-width: 992px) {
            .header_mainnav ul li .header_subnav {
              border-right: 1px solid #DDDDDD;
              padding-top: 28px;
              padding-bottom: 10px; } }
          .header_mainnav ul li .header_subnav li {
            display: block;
            float: none;
            overflow: hidden;
            padding-right: 0px;
            margin-right: 0px; }
            @media screen and (min-width: 992px) {
              .header_mainnav ul li .header_subnav li {
                border-bottom: 1px solid #DDDDDD; } }
            .header_mainnav ul li .header_subnav li a {
              text-transform: none;
              font-size: 16px;
              line-height: 1.5;
              font-weight: 300;
              display: block;
              padding-left: 0;
              padding-top: 6px;
              padding-bottom: 6px;
              transition: padding-left .3s ease-in-out, padding-top .3s ease-in-out, padding-bottom .3s ease-in-out;
              color: #333333; }
              @media screen and (min-width: 992px) {
                .header_mainnav ul li .header_subnav li a {
                  padding-left: 22px;
                  padding-right: 22px;
                  padding-top: 16px;
                  padding-bottom: 16px;
                  font-weight: 300;
                  color: #333333;
                  transition: color .3s ease-in-out; }
                  .header_mainnav ul li .header_subnav li a span {
                    transform: rotate(-90deg); } }
              .header_mainnav ul li .header_subnav li a.active {
                color: #015EAC; }
            .header_mainnav ul li .header_subnav li.active a {
              color: #015EAC; }
            .header_mainnav ul li .header_subnav li.active ul li a {
              color: #333333; }
            .header_mainnav ul li .header_subnav li ul {
              position: relative;
              left: 0;
              width: 100%;
              padding-left: 20px;
              transition: padding-left .3s ease-in-out, left .3s ease-in-out, width .3s ease-in-out;
              top: 0px;
              margin-top: 10px;
              margin-bottom: 10px; }
              @media screen and (min-width: 992px) {
                .header_mainnav ul li .header_subnav li ul {
                  position: absolute;
                  left: 33.33333333%;
                  width: 66.66666667%;
                  padding-left: 0; } }
              .header_mainnav ul li .header_subnav li ul li {
                float: none;
                display: block;
                width: 100%;
                border: none; }
                @media screen and (min-width: 768px) {
                  .header_mainnav ul li .header_subnav li ul li {
                    float: left;
                    display: inline-block;
                    width: 50%; } }
                @media screen and (min-width: 1400px) {
                  .header_mainnav ul li .header_subnav li ul li {
                    float: left;
                    display: inline-block;
                    width: 33.33333333%; } }
                .header_mainnav ul li .header_subnav li ul li a {
                  display: inline-flex;
                  flex-direction: row;
                  align-items: center;
                  padding-top: 10px;
                  padding-bottom: 10px;
                  padding-left: 0px;
                  font-weight: 300;
                  color: #333333;
                  min-height: 70px; }
                  @media screen and (min-width: 992px) {
                    .header_mainnav ul li .header_subnav li ul li a {
                      min-height: 90px; } }
                .header_mainnav ul li .header_subnav li ul li span {
                  display: inline-block;
                  margin-right: 10px;
                  transition: margin-right .3s ease-in-out;
                  transform: unset; }
                  @media screen and (min-width: 992px) {
                    .header_mainnav ul li .header_subnav li ul li span {
                      margin-right: 20px; } }
                  .header_mainnav ul li .header_subnav li ul li span img {
                    width: 25px;
                    transition: width .3s ease-in-out;
                    height: auto; }
                    @media screen and (min-width: 992px) {
                      .header_mainnav ul li .header_subnav li ul li span img {
                        width: 30px; } }
                    @media screen and (min-width: 1200px) {
                      .header_mainnav ul li .header_subnav li ul li span img {
                        width: 48px; } }
      .header_mainnav ul.actul {
        padding-top: 16px;
        padding-bottom: 20px; }
  .header_sidenavmob {
    display: block; }
    @media screen and (min-width: 992px) {
      .header_sidenavmob {
        display: none; } }
    .header_sidenavmob .header_sidenav {
      padding-right: 0px; }
      .header_sidenavmob .header_sidenav ul {
        padding-top: 0;
        padding-bottom: 60px;
        box-shadow: none; }
        .header_sidenavmob .header_sidenav ul li {
          display: block;
          border: none;
          padding-left: 0px;
          padding-right: 0px;
          float: none;
          clear: left; }
          .header_sidenavmob .header_sidenav ul li a {
            padding-top: 4px;
            padding-bottom: 4px;
            text-transform: none;
            font-size: 16px;
            line-height: 22px;
            color: #333333; }
  .header_sidenav {
    z-index: 99;
    flex-grow: 1;
    justify-content: end;
    padding-right: 12px;
    height: 0;
    transition: height .3s ease-in-out;
    background-color: white;
    padding-left: 19px;
    padding-bottom: 30px; }
    @media screen and (min-width: 992px) {
      .header_sidenav {
        display: flex;
        background-color: unset;
        padding-left: unset;
        padding-bottom: 30px;
        height: auto;
        min-width: 280px; } }
    .header_sidenav ul {
      list-style-type: none;
      padding-left: 0px;
      overflow: hidden;
      margin-bottom: 0;
      padding-top: 25px; }
      .header_sidenav ul li {
        display: block;
        padding-top: 0;
        padding-bottom: 10px;
        left: -100px;
        position: relative;
        opacity: 0;
        height: 0;
        transition: opacity .3s ease-in-out, left .3s ease-in-out, height .3s ease-in-out; }
        @media screen and (min-width: 992px) {
          .header_sidenav ul li {
            display: inline-block;
            padding-left: 36px;
            float: left;
            padding-top: unset;
            padding-bottom: unset;
            opacity: 1 !important;
            transition: unset;
            left: unset;
            height: auto; }
            .header_sidenav ul li:first-of-type {
              padding-left: 0px; } }
        .header_sidenav ul li a {
          color: #5D5D5D;
          font-weight: 300;
          text-decoration: none;
          font-size: 14px;
          line-height: 20px; }
          @media screen and (min-width: 992px) {
            .header_sidenav ul li a {
              color: #015EAC;
              font-weight: normal; } }
  .header .header_sidenav.sidenavactive {
    margin-bottom: 30px;
    height: 250px;
    box-shadow: 0px 25px 25px 10px rgba(0, 0, 0, 0.1);
    transition-delay: .3s; }
    @media screen and (min-width: 992px) {
      .header .header_sidenav.sidenavactive {
        height: 165px;
        margin-bottom: unset;
        box-shadow: 0px 25px 25px 10px rgba(0, 0, 0, 0); } }
    .header .header_sidenav.sidenavactive ul li {
      left: 0;
      opacity: 1;
      height: auto; }
      @media screen and (min-width: 992px) {
        .header .header_sidenav.sidenavactive ul li {
          height: 24px; } }
      .header .header_sidenav.sidenavactive ul li:nth-of-type(1) {
        transition-delay: .35s; }
      .header .header_sidenav.sidenavactive ul li:nth-of-type(2) {
        transition-delay: .40s; }
      .header .header_sidenav.sidenavactive ul li:nth-of-type(3) {
        transition-delay: .45s; }
      .header .header_sidenav.sidenavactive ul li:nth-of-type(4) {
        transition-delay: .5s; }
  .header_white {
    background: white;
    background: -webkit-linear-gradient(white 0%, white 50%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(white 0%, white 50%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(white 0%, white 50%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    z-index: 1000000000;
    height: 120px; }
    @media screen and (min-width: 768px) {
      .header_white {
        height: calc(120px + 120 * ((100vw - 768px) / (1200 - 768))); } }
    @media screen and (min-width: 1200px) {
      .header_white {
        height: 240px; } }
  .header_sub {
    width: 100%;
    position: absolute;
    top: 140px;
    background-color: #FFFFFF;
    left: 0;
    display: block;
    z-index: 10;
    box-shadow: 5px 5px 23px 7px rgba(0, 0, 0, 0.09); }
  .header .header_in {
    z-index: 100;
    position: relative; }
  .header.header_open {
    box-shadow: 5px 5px 23px 7px rgba(0, 0, 0, 0.09); }
    .header.header_open .header_inner {
      background-color: transparent; }
  .header .headernavleft {
    border-right: 1px solid #DDDDDD;
    padding-right: 0; }
    .header .headernavleft ul {
      margin-top: 28px;
      margin-bottom: 28px;
      list-style-type: none;
      padding-left: 0px; }
      .header .headernavleft ul li {
        border-bottom: 1px solid #DDDDDD; }
        .header .headernavleft ul li a {
          font-size: 16px;
          line-height: 24px;
          color: #5D5D5D;
          text-decoration: none;
          padding-top: 16px;
          display: block;
          padding-bottom: 17px;
          padding-left: 23px; }
          .header .headernavleft ul li a span {
            position: relative;
            float: right;
            right: 17px;
            top: -4px; }
            .header .headernavleft ul li a span svg path {
              stroke: #FFFFFF; }
        .header .headernavleft ul li.headernavleftactive {
          color: #015EAC; }
          .header .headernavleft ul li.headernavleftactive a {
            color: #015EAC; }
            .header .headernavleft ul li.headernavleftactive a span svg path {
              stroke: #015EAC; }
  .header .headernavright {
    padding-top: 25px; }
    .header .headernavright a {
      text-decoration: none;
      font-size: 16px;
      line-height: 24px;
      color: #5D5D5D;
      text-decoration: none; }
      .header .headernavright a img {
        height: 80px;
        width: auto;
        margin-bottom: 25px; }
      .header .headernavright a span {
        margin-left: 15px;
        display: inline-block; }
      .header .headernavright a.headernavrightact {
        color: #015EAC;
        font-weight: 400; }
  .header.header_open {
    background-color: transparent; }
  .header_subnavwrapper {
    position: relative;
    top: unset;
    transition: top .3s ease-in-out;
    width: 100%;
    left: 0;
    right: 0px;
    background-color: #FFFFFF; }
    @media screen and (min-width: 992px) {
      .header_subnavwrapper {
        position: fixed;
        overflow: hidden;
        top: 140px;
        box-shadow: 0px 25px 25px 10px rgba(0, 0, 0, 0.1);
        border-top: 1px solid #DDDDDD;
        height: 0; } }
    .header_subnavwrapper .container {
      padding-left: 20px;
      padding-right: 0;
      transition: padding-left .3s ease-in-out, padding-right .3s ease-in-out; }
      @media screen and (min-width: 992px) {
        .header_subnavwrapper .container {
          padding-left: 12px;
          padding-right: 12px; } }
      .header_subnavwrapper .container ul {
        box-shadow: none;
        padding-top: 0px;
        padding-bottom: 20px; }
        .header_subnavwrapper .container ul li {
          margin-left: 0px;
          margin-right: 0px;
          border-bottom: none; }
    .header_subnavwrapper .container {
      position: relative;
      z-index: 1000; }
  .header .actshadow {
    box-shadow: 5px 5px 23px 7px rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    width: 100%;
    left: 0px;
    right: 0px;
    height: 140px;
    background-color: red;
    z-index: 10000000;
    display: none; }
  .header .actshadow.actlast {
    top: unset;
    bottom: 0;
    height: 1px;
    position: absolute;
    -webkit-box-shadow: 0px 17px 16px 3px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 17px 16px 3px rgba(0, 0, 0, 0.09);
    bottom: 30px; }
  .header .mobilebtncust {
    cursor: pointer;
    display: inline-block !important; }
    @media screen and (min-width: 992px) {
      .header .mobilebtncust {
        display: none !important; } }
  .header .mobarrow, .header .mobarrow2 {
    display: block;
    float: right;
    position: relative;
    top: -4px;
    right: 0px;
    transition: top .3s ease-in-out, right .3s ease-in-out; }
    .header .mobarrow svg, .header .mobarrow2 svg {
      width: 14px;
      height: auto;
      transition: width .3s ease-in-out; }
    @media screen and (min-width: 992px) {
      .header .mobarrow, .header .mobarrow2 {
        float: right;
        position: relative;
        top: -3px;
        right: -6px; } }
  .header .mobarrowcode, .header .mobarrowcode2 {
    width: 14px;
    height: 10px;
    background-color: white;
    top: 4px; }
    @media screen and (min-width: 992px) {
      .header .mobarrowcode, .header .mobarrowcode2 {
        top: 7px; } }
    .header .mobarrowcode .lineleft, .header .mobarrowcode2 .lineleft {
      width: 9px;
      height: 2px;
      background-color: #015EAC;
      position: absolute;
      border-radius: 3px;
      transform: rotate(45deg);
      top: 4px;
      left: 0;
      transition: transform .3s ease-in-out; }
    .header .mobarrowcode .lineright, .header .mobarrowcode2 .lineright {
      width: 9px;
      height: 2px;
      background-color: #015EAC;
      position: absolute;
      transform: rotate(-45deg);
      top: 4px;
      border-radius: 3px;
      left: 5px;
      transition: transform .3s ease-in-out; }
    .header .mobarrowcode.mobarrowactive .lineleft, .header .mobarrowcode.mobarrowactive2 .lineleft, .header .mobarrowcode2.mobarrowactive .lineleft, .header .mobarrowcode2.mobarrowactive2 .lineleft {
      transform: rotate(-45deg);
      transition-delay: .2s; }
    .header .mobarrowcode.mobarrowactive .lineright, .header .mobarrowcode.mobarrowactive2 .lineright, .header .mobarrowcode2.mobarrowactive .lineright, .header .mobarrowcode2.mobarrowactive2 .lineright {
      transform: rotate(45deg);
      transition-delay: .2s; }
  .header .mobarrowcode {
    padding-right: 10px;
    padding-bottom: 10px;
    width: 34px;
    height: 20px; }
  .header .mobarrow2 {
    top: 7px; }
    @media screen and (min-width: 992px) {
      .header .mobarrow2 {
        top: -6px; } }
  .header .mobarrowcode2 {
    top: 6px; }
  .header .test {
    display: none; }
  .header .dropdown-toggle:after {
    content: unset; }
  .header .custmoblevel1 {
    overflow: hidden;
    max-height: 0;
    height: 100%;
    border-bottom: 0px solid #DDDDDD;
    transition: max-height .55s ease-in-out, border-bottom .55s ease-in-out; }
    .header .custmoblevel1 a {
      opacity: 0;
      position: relative;
      text-indent: -200px;
      transition: opacity .7s ease-in-out, text-indent .6s ease-in-out; }
    .header .custmoblevel1.custmoblevel1act:nth-of-type(1) {
      max-height: 50px;
      border-bottom: 1px solid #DDDDDD; }
      @media screen and (min-width: 992px) {
        .header .custmoblevel1.custmoblevel1act:nth-of-type(1) {
          border-bottom: none; } }
      .header .custmoblevel1.custmoblevel1act:nth-of-type(1) a {
        opacity: 1;
        text-indent: 0; }
    .header .custmoblevel1.custmoblevel1act:nth-of-type(2) {
      transition-delay: 0.1s;
      max-height: 50px;
      border-bottom: 1px solid #DDDDDD; }
      @media screen and (min-width: 992px) {
        .header .custmoblevel1.custmoblevel1act:nth-of-type(2) {
          border-bottom: none; } }
      .header .custmoblevel1.custmoblevel1act:nth-of-type(2) a {
        opacity: 1;
        text-indent: 0;
        transition-delay: 0; }
    .header .custmoblevel1.custmoblevel1act:nth-of-type(3) {
      transition-delay: 0.15s;
      max-height: 50px;
      border-bottom: 1px solid #DDDDDD; }
      @media screen and (min-width: 992px) {
        .header .custmoblevel1.custmoblevel1act:nth-of-type(3) {
          border-bottom: none; } }
      .header .custmoblevel1.custmoblevel1act:nth-of-type(3) a {
        opacity: 1;
        text-indent: 0;
        transition-delay: 0.05s; }
    .header .custmoblevel1.custmoblevel1act:nth-of-type(4) {
      transition-delay: 0.2s;
      max-height: 50px;
      border-bottom: 1px solid #DDDDDD; }
      @media screen and (min-width: 992px) {
        .header .custmoblevel1.custmoblevel1act:nth-of-type(4) {
          border-bottom: none; } }
      .header .custmoblevel1.custmoblevel1act:nth-of-type(4) a {
        opacity: 1;
        text-indent: 0;
        transition-delay: 0.1s; }
    .header .custmoblevel1.custmoblevel1act:nth-of-type(5) {
      transition-delay: 0.25s;
      max-height: 50px;
      border-bottom: 1px solid #DDDDDD; }
      @media screen and (min-width: 992px) {
        .header .custmoblevel1.custmoblevel1act:nth-of-type(5) {
          border-bottom: none; } }
      .header .custmoblevel1.custmoblevel1act:nth-of-type(5) a {
        opacity: 1;
        text-indent: 0;
        transition-delay: 0.15s; }
    .header .custmoblevel1.custmoblevel1act:nth-of-type(6) {
      transition-delay: 0.3s;
      max-height: 50px;
      border-bottom: 1px solid #DDDDDD; }
      @media screen and (min-width: 992px) {
        .header .custmoblevel1.custmoblevel1act:nth-of-type(6) {
          border-bottom: none; } }
      .header .custmoblevel1.custmoblevel1act:nth-of-type(6) a {
        opacity: 1;
        text-indent: 0;
        transition-delay: 0.2s; }
    .header .custmoblevel1.custmoblevel1act:nth-of-type(7) {
      transition-delay: 0.35s;
      max-height: 50px;
      border-bottom: 1px solid #DDDDDD; }
      @media screen and (min-width: 992px) {
        .header .custmoblevel1.custmoblevel1act:nth-of-type(7) {
          border-bottom: none; } }
      .header .custmoblevel1.custmoblevel1act:nth-of-type(7) a {
        opacity: 1;
        text-indent: 0;
        transition-delay: 0.25s; }
  .header .language-menu {
    opacity: 0; }
    .header .language-menu a {
      text-transform: uppercase; }
  .header .language-menu-hidden {
    display: none;
    box-shadow: 0px 25px 25px 10px rgba(0, 0, 0, 0.1);
    flex-direction: column;
    border-radius: 5px;
    position: absolute;
    background-color: white;
    padding: 15px;
    padding-bottom: 0px;
    transform: translateX(-15px);
    margin-top: 3px; }
    .header .language-menu-hidden a {
      text-transform: uppercase; }
  .header .hamburger {
    padding: 15px 15px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible; }
  .header .hamburger.is-active .hamburger-inner,
  .header .hamburger.is-active .hamburger-inner::before,
  .header .hamburger.is-active .hamburger-inner::after {
    background-color: #015EAC; }
  .header .hamburger-box {
    width: 40px;
    height: 24px;
    display: inline-block;
    position: relative; }
  .header .hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px; }
  .header .hamburger-inner, .header .hamburger-inner::before, .header .hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #015EAC;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .header .hamburger-inner::before, .header .hamburger-inner::after {
    content: "";
    display: block; }
  .header .hamburger-inner::before {
    top: -10px; }
  .header .hamburger-inner::after {
    bottom: -10px; }
  .header .hamburger--3dx .hamburger-box {
    perspective: 80px; }
  .header .hamburger--3dx .hamburger-inner {
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .header .hamburger--3dx .hamburger-inner::before, .header .hamburger--3dx .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .header .hamburger--3dx.is-active .hamburger-inner {
    background-color: transparent !important;
    transform: rotateY(180deg); }
  .header .hamburger--3dx.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .header .hamburger--3dx.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }
  .header .hamburger--3dx-r .hamburger-box {
    perspective: 80px; }
  .header .hamburger--3dx-r .hamburger-inner {
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .header .hamburger--3dx-r .hamburger-inner::before, .header .hamburger--3dx-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .header .hamburger--3dx-r.is-active .hamburger-inner {
    background-color: transparent !important;
    transform: rotateY(-180deg); }
  .header .hamburger--3dx-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .header .hamburger--3dx-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }
  .header .hamburger--3dy .hamburger-box {
    perspective: 80px; }
  .header .hamburger--3dy .hamburger-inner {
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .header .hamburger--3dy .hamburger-inner::before, .header .hamburger--3dy .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .header .hamburger--3dy.is-active .hamburger-inner {
    background-color: transparent !important;
    transform: rotateX(-180deg); }
  .header .hamburger--3dy.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .header .hamburger--3dy.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }
  .header .hamburger--3dy-r .hamburger-box {
    perspective: 80px; }
  .header .hamburger--3dy-r .hamburger-inner {
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .header .hamburger--3dy-r .hamburger-inner::before, .header .hamburger--3dy-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .header .hamburger--3dy-r.is-active .hamburger-inner {
    background-color: transparent !important;
    transform: rotateX(180deg); }
  .header .hamburger--3dy-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .header .hamburger--3dy-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }
  .header .hamburger--3dxy .hamburger-box {
    perspective: 80px; }
  .header .hamburger--3dxy .hamburger-inner {
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .header .hamburger--3dxy .hamburger-inner::before, .header .hamburger--3dxy .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .header .hamburger--3dxy.is-active .hamburger-inner {
    background-color: transparent !important;
    transform: rotateX(180deg) rotateY(180deg); }
  .header .hamburger--3dxy.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .header .hamburger--3dxy.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }
  .header .hamburger--3dxy-r .hamburger-box {
    perspective: 80px; }
  .header .hamburger--3dxy-r .hamburger-inner {
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .header .hamburger--3dxy-r .hamburger-inner::before, .header .hamburger--3dxy-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .header .hamburger--3dxy-r.is-active .hamburger-inner {
    background-color: transparent !important;
    transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg); }
  .header .hamburger--3dxy-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .header .hamburger--3dxy-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }
  .header .hamburger--arrow.is-active .hamburger-inner::before {
    transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1); }
  .header .hamburger--arrow.is-active .hamburger-inner::after {
    transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1); }
  .header .hamburger--arrow-r.is-active .hamburger-inner::before {
    transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1); }
  .header .hamburger--arrow-r.is-active .hamburger-inner::after {
    transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1); }
  .header .hamburger--arrowalt .hamburger-inner::before {
    transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }
  .header .hamburger--arrowalt .hamburger-inner::after {
    transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }
  .header .hamburger--arrowalt.is-active .hamburger-inner::before {
    top: 0;
    transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
    transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }
  .header .hamburger--arrowalt.is-active .hamburger-inner::after {
    bottom: 0;
    transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
    transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }
  .header .hamburger--arrowalt-r .hamburger-inner::before {
    transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }
  .header .hamburger--arrowalt-r .hamburger-inner::after {
    transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }
  .header .hamburger--arrowalt-r.is-active .hamburger-inner::before {
    top: 0;
    transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
    transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }
  .header .hamburger--arrowalt-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
    transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }
  .header .hamburger--arrowturn.is-active .hamburger-inner {
    transform: rotate(-180deg); }
  .header .hamburger--arrowturn.is-active .hamburger-inner::before {
    transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1); }
  .header .hamburger--arrowturn.is-active .hamburger-inner::after {
    transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1); }
  .header .hamburger--arrowturn-r.is-active .hamburger-inner {
    transform: rotate(-180deg); }
  .header .hamburger--arrowturn-r.is-active .hamburger-inner::before {
    transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1); }
  .header .hamburger--arrowturn-r.is-active .hamburger-inner::after {
    transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1); }
  .header .hamburger--boring .hamburger-inner, .header .hamburger--boring .hamburger-inner::before, .header .hamburger--boring .hamburger-inner::after {
    transition-property: none; }
  .header .hamburger--boring.is-active .hamburger-inner {
    transform: rotate(45deg); }
  .header .hamburger--boring.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .header .hamburger--boring.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg); }
  .header .hamburger--collapse .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-duration: 0.13s;
    transition-delay: 0.13s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .header .hamburger--collapse .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .header .hamburger--collapse .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .header .hamburger--collapse.is-active .hamburger-inner {
    transform: translate3d(0, -10px, 0) rotate(-45deg);
    transition-delay: 0.22s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .header .hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
  .header .hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .header .hamburger--collapse-r .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-duration: 0.13s;
    transition-delay: 0.13s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .header .hamburger--collapse-r .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .header .hamburger--collapse-r .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .header .hamburger--collapse-r.is-active .hamburger-inner {
    transform: translate3d(0, -10px, 0) rotate(45deg);
    transition-delay: 0.22s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .header .hamburger--collapse-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
  .header .hamburger--collapse-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .header .hamburger--elastic .hamburger-inner {
    top: 2px;
    transition-duration: 0.275s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .header .hamburger--elastic .hamburger-inner::before {
    top: 10px;
    transition: opacity 0.125s 0.275s ease; }
  .header .hamburger--elastic .hamburger-inner::after {
    top: 20px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .header .hamburger--elastic.is-active .hamburger-inner {
    transform: translate3d(0, 10px, 0) rotate(135deg);
    transition-delay: 0.075s; }
  .header .hamburger--elastic.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }
  .header .hamburger--elastic.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(-270deg);
    transition-delay: 0.075s; }
  .header .hamburger--elastic-r .hamburger-inner {
    top: 2px;
    transition-duration: 0.275s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .header .hamburger--elastic-r .hamburger-inner::before {
    top: 10px;
    transition: opacity 0.125s 0.275s ease; }
  .header .hamburger--elastic-r .hamburger-inner::after {
    top: 20px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .header .hamburger--elastic-r.is-active .hamburger-inner {
    transform: translate3d(0, 10px, 0) rotate(-135deg);
    transition-delay: 0.075s; }
  .header .hamburger--elastic-r.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }
  .header .hamburger--elastic-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(270deg);
    transition-delay: 0.075s; }
  .header .hamburger--emphatic {
    overflow: hidden; }
  .header .hamburger--emphatic .hamburger-inner {
    transition: background-color 0.125s 0.175s ease-in; }
  .header .hamburger--emphatic .hamburger-inner::before {
    left: 0;
    transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in; }
  .header .hamburger--emphatic .hamburger-inner::after {
    top: 10px;
    right: 0;
    transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in; }
  .header .hamburger--emphatic.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent !important; }
  .header .hamburger--emphatic.is-active .hamburger-inner::before {
    left: -80px;
    top: -80px;
    transform: translate3d(80px, 80px, 0) rotate(45deg);
    transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }
  .header .hamburger--emphatic.is-active .hamburger-inner::after {
    right: -80px;
    top: -80px;
    transform: translate3d(-80px, 80px, 0) rotate(-45deg);
    transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }
  .header .hamburger--emphatic-r {
    overflow: hidden; }
  .header .hamburger--emphatic-r .hamburger-inner {
    transition: background-color 0.125s 0.175s ease-in; }
  .header .hamburger--emphatic-r .hamburger-inner::before {
    left: 0;
    transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in; }
  .header .hamburger--emphatic-r .hamburger-inner::after {
    top: 10px;
    right: 0;
    transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in; }
  .header .hamburger--emphatic-r.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent !important; }
  .header .hamburger--emphatic-r.is-active .hamburger-inner::before {
    left: -80px;
    top: 80px;
    transform: translate3d(80px, -80px, 0) rotate(-45deg);
    transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }
  .header .hamburger--emphatic-r.is-active .hamburger-inner::after {
    right: -80px;
    top: 80px;
    transform: translate3d(-80px, -80px, 0) rotate(45deg);
    transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }
  .header .hamburger--minus .hamburger-inner::before, .header .hamburger--minus .hamburger-inner::after {
    transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear; }
  .header .hamburger--minus.is-active .hamburger-inner::before, .header .hamburger--minus.is-active .hamburger-inner::after {
    opacity: 0;
    transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear; }
  .header .hamburger--minus.is-active .hamburger-inner::before {
    top: 0; }
  .header .hamburger--minus.is-active .hamburger-inner::after {
    bottom: 0; }
  .header .hamburger--slider .hamburger-inner {
    top: 2px; }
  .header .hamburger--slider .hamburger-inner::before {
    top: 10px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s; }
  .header .hamburger--slider .hamburger-inner::after {
    top: 20px; }
  .header .hamburger--slider.is-active .hamburger-inner {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .header .hamburger--slider.is-active .hamburger-inner::before {
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    opacity: 0; }
  .header .hamburger--slider.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(-90deg); }
  .header .hamburger--slider-r .hamburger-inner {
    top: 2px; }
  .header .hamburger--slider-r .hamburger-inner::before {
    top: 10px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s; }
  .header .hamburger--slider-r .hamburger-inner::after {
    top: 20px; }
  .header .hamburger--slider-r.is-active .hamburger-inner {
    transform: translate3d(0, 10px, 0) rotate(-45deg); }
  .header .hamburger--slider-r.is-active .hamburger-inner::before {
    transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
    opacity: 0; }
  .header .hamburger--slider-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(90deg); }
  .header .hamburger--spin .hamburger-inner {
    transition-duration: 0.22s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .header .hamburger--spin .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .header .hamburger--spin .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .header .hamburger--spin.is-active .hamburger-inner {
    transform: rotate(225deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .header .hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .header .hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .header .hamburger--spin-r .hamburger-inner {
    transition-duration: 0.22s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .header .hamburger--spin-r .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .header .hamburger--spin-r .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .header .hamburger--spin-r.is-active .hamburger-inner {
    transform: rotate(-225deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .header .hamburger--spin-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .header .hamburger--spin-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .header .hamburger--spring .hamburger-inner {
    top: 2px;
    transition: background-color 0s 0.13s linear; }
  .header .hamburger--spring .hamburger-inner::before {
    top: 10px;
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .header .hamburger--spring .hamburger-inner::after {
    top: 20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .header .hamburger--spring.is-active .hamburger-inner {
    transition-delay: 0.22s;
    background-color: transparent !important; }
  .header .hamburger--spring.is-active .hamburger-inner::before {
    top: 0;
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .header .hamburger--spring.is-active .hamburger-inner::after {
    top: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(-45deg); }
  .header .hamburger--spring-r .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-duration: 0.13s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .header .hamburger--spring-r .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear; }
  .header .hamburger--spring-r .hamburger-inner::before {
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .header .hamburger--spring-r.is-active .hamburger-inner {
    transform: translate3d(0, -10px, 0) rotate(-45deg);
    transition-delay: 0.22s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .header .hamburger--spring-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear; }
  .header .hamburger--spring-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .header .hamburger--stand .hamburger-inner {
    transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear; }
  .header .hamburger--stand .hamburger-inner::before {
    transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .header .hamburger--stand .hamburger-inner::after {
    transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .header .hamburger--stand.is-active .hamburger-inner {
    transform: rotate(90deg);
    background-color: transparent !important;
    transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear; }
  .header .hamburger--stand.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .header .hamburger--stand.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .header .hamburger--stand-r .hamburger-inner {
    transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear; }
  .header .hamburger--stand-r .hamburger-inner::before {
    transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .header .hamburger--stand-r .hamburger-inner::after {
    transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .header .hamburger--stand-r.is-active .hamburger-inner {
    transform: rotate(-90deg);
    background-color: transparent !important;
    transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear; }
  .header .hamburger--stand-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .header .hamburger--stand-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .header .hamburger--squeeze .hamburger-inner {
    transition-duration: 0.075s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .header .hamburger--squeeze .hamburger-inner::before {
    transition: top 0.075s 0.12s ease, opacity 0.075s ease; }
  .header .hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .header .hamburger--squeeze.is-active .hamburger-inner {
    transform: rotate(45deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .header .hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease; }
  .header .hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .header .hamburger--vortex .hamburger-inner {
    transition-duration: 0.2s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .header .hamburger--vortex .hamburger-inner::before, .header .hamburger--vortex .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear; }
  .header .hamburger--vortex .hamburger-inner::before {
    transition-property: top, opacity; }
  .header .hamburger--vortex .hamburger-inner::after {
    transition-property: bottom, transform; }
  .header .hamburger--vortex.is-active .hamburger-inner {
    transform: rotate(765deg);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .header .hamburger--vortex.is-active .hamburger-inner::before, .header .hamburger--vortex.is-active .hamburger-inner::after {
    transition-delay: 0s; }
  .header .hamburger--vortex.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .header .hamburger--vortex.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(90deg); }
  .header .hamburger--vortex-r .hamburger-inner {
    transition-duration: 0.2s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .header .hamburger--vortex-r .hamburger-inner::before, .header .hamburger--vortex-r .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear; }
  .header .hamburger--vortex-r .hamburger-inner::before {
    transition-property: top, opacity; }
  .header .hamburger--vortex-r .hamburger-inner::after {
    transition-property: bottom, transform; }
  .header .hamburger--vortex-r.is-active .hamburger-inner {
    transform: rotate(-765deg);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .header .hamburger--vortex-r.is-active .hamburger-inner::before, .header .hamburger--vortex-r.is-active .hamburger-inner::after {
    transition-delay: 0s; }
  .header .hamburger--vortex-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .header .hamburger--vortex-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg); }
  .header .hamburger {
    padding: 0px !important;
    margin-left: 20px; }
  .header .hamburger-inner, .header .hamburger-inner::before, .header .hamburger-inner::after {
    width: 100%;
    height: 2px; }
  .header .hamburger-box {
    width: 28px;
    height: 21px;
    top: 3px; }
  .header .hamburger-inner::before {
    top: -8px; }
  .header .hamburger--collapse .hamburger-inner::after {
    top: -16px; }
  .header .header .hamburger-inner, .header .header .hamburger-inner::before, .header .header .hamburger-inner::after {
    background-color: #015EAC; }

.mtet {
  width: 45px;
  height: 45px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center; }
  @media screen and (min-width: 992px) {
    .mtet {
      width: 65px;
      height: 65px; } }
  .mtet img {
    margin: auto;
    width: 100% !important;
    height: 100% !important;
    object-fit: contain; }

.mobilescorller {
  height: 100vh;
  max-height: 0vh;
  overflow: auto;
  margin-top: 19px;
  transform: max-height .3 ease-in-out; }
  .mobilescorller.mobilescorlleract {
    max-height: 10000px; }

@media screen and (min-width: 992px) {
  html[lang="fr-FR"] .header_mainnav ul li {
    padding-right: 13px; }
  html[lang="fr-FR"] .header_mainnav ul li a {
    font-size: 17px; }
  html[lang="fr-FR"] .header_sidenav ul li {
    padding-left: 15px; } }
@media screen and (min-width: 1200px) {
  html[lang="fr-FR"] .header_mainnav ul li {
    padding-right: 25px; } }
@media screen and (min-width: 1800px) {
  html[lang="fr-FR"] .header_sidenav ul li {
    padding-left: 10px; } }

@media screen and (min-width: 992px) {
  html[lang="it-IT"] .header_mainnav ul li {
    padding-right: 13px; }
  html[lang="it-IT"] .header_mainnav ul li a {
    font-size: 17px; }
  html[lang="it-IT"] .header_sidenav ul li {
    padding-left: 15px; } }
@media screen and (min-width: 1200px) {
  html[lang="it-IT"] .header_mainnav ul li {
    padding-right: 25px; } }
@media screen and (min-width: 1800px) {
  html[lang="it-IT"] .header_sidenav ul li {
    padding-left: 10px; } }

.footer {
  background-color: #015EAC;
  padding-top: 60px;
  transition: margin-top .3s ease-in-out;
  margin-top: 50px;
  width: 100%;
  overflow: hidden; }
  @media screen and (min-width: 576px) {
    .footer {
      margin-top: calc(50px + 115 * ((100vw - 576px) / (1100 - 576))); } }
  @media screen and (min-width: 1100px) {
    .footer {
      margin-top: 165px; } }
  .footer h2 {
    font-size: 16px;
    margin-bottom: 19px;
    margin-top: 19px;
    transition: margin-top .3s ease-in-out;
    line-height: 1.2;
    color: #FFFFFF;
    font-weight: bold;
    padding-left: 8px; }
    @media screen and (min-width: 576px) {
      .footer h2 {
        margin-bottom: calc(19px + 4 * ((100vw - 576px) / (992 - 576)));
        font-size: calc(16px + 4 * ((100vw - 576px) / (992 - 576))); } }
    @media screen and (min-width: 992px) {
      .footer h2 {
        margin-top: 0;
        margin-bottom: 23px; } }
    @media screen and (min-width: 992px) {
      .footer h2 {
        font-size: 20px; } }
    .footer h2:first-of-type {
      padding-left: 8px; }
  .footer p {
    font-size: 16px;
    line-height: 1.7;
    color: #E0F1FF;
    font-weight: 300; }
    @media screen and (min-width: 576px) {
      .footer p {
        font-size: calc(16px + 2 * ((100vw - 576px) / (992 - 576))); } }
    @media screen and (min-width: 992px) {
      .footer p {
        font-size: 18px; } }
  .footer ul {
    list-style-type: none;
    padding-left: 0px;
    margin-bottom: 0px;
    padding-left: 8px; }
    .footer ul li {
      margin-bottom: 15px; }
      .footer ul li a {
        font-size: 18px;
        line-height: 29px;
        color: #E0F1FF;
        font-weight: 300;
        text-decoration: none; }
      .footer ul li:last-of-type {
        margin-bottom: 0; }
  .footer .bor {
    transition: margin-left .3s ease-in-out, border-left .3s ease-in-out;
    margin-bottom: 0;
    margin-top: 0; }
    @media screen and (min-width: 992px) {
      .footer .bor {
        border-left: 2px solid rgba(255, 255, 255, 0.1); } }
    @media screen and (min-width: 992px) {
      .footer .bor {
        margin-bottom: calc(0px + 67 * ((100vw - 992px) / (1100 - 992)));
        margin-top: calc(0px + 43 * ((100vw - 992px) / (1100 - 992))); } }
    @media screen and (min-width: 1100px) {
      .footer .bor {
        margin-bottom: 67px;
        margin-top: 43px; } }
    .footer .bor .borwrap {
      border-top: 1px solid rgba(241, 248, 255, 0.2);
      transition: margin-bottom .3s ease-in-out, margin-top .3s ease-in-out, border-top .3s ease-in-out; }
      @media screen and (min-width: 768px) {
        .footer .bor .borwrap {
          margin-bottom: 50px; } }
      @media screen and (min-width: 992px) {
        .footer .bor .borwrap {
          border-top: none;
          margin-bottom: 0; } }
      .footer .bor .borwrap h2 span {
        position: relative;
        top: -3px;
        float: right;
        right: 5px; }
        @media screen and (min-width: 768px) {
          .footer .bor .borwrap h2 span {
            display: none; } }
    .footer .bor ul {
      display: none; }
      @media screen and (min-width: 768px) {
        .footer .bor ul {
          display: block !important; } }
    .footer .bor:last-of-type {
      margin-bottom: 35px;
      transition: margin-bottom .3s ease-in-out; }
      @media screen and (min-width: 992px) {
        .footer .bor:last-of-type {
          margin-bottom: 67px; } }
      .footer .bor:last-of-type .borwrap {
        border-bottom: 1px solid rgba(241, 248, 255, 0.2); }
        @media screen and (min-width: 768px) {
          .footer .bor:last-of-type .borwrap {
            border-bottom: none; } }
  .footer .nbor {
    margin-top: 23px;
    margin-bottom: 43px;
    transition: margin-bottom .3s ease-in-out, margin-top .3s ease-in-out; }
    @media screen and (min-width: 992px) {
      .footer .nbor {
        margin-bottom: 20px;
        margin-top: 43px; } }
    .footer .nbor .btn.btn-white {
      padding-top: 2px;
      padding-bottom: 3px;
      padding-left: 18px;
      padding-right: 18px;
      margin-top: 40px;
      color: #E0F1FF;
      border-color: #E0F1FF; }
      .footer .nbor .btn.btn-white svg line, .footer .nbor .btn.btn-white svg polyline {
        stroke: #E0F1FF; }
    .footer .nbor h2 {
      padding-left: 0px; }
  .footer .nborspec .btn-white-notext {
    margin-top: 30px;
    display: inline-block; }
  .footer_sub {
    background-color: #FFFFFF;
    height: auto;
    transition: height .3s ease-in-out; }
    @media screen and (min-width: 992px) {
      .footer_sub {
        height: 78px; } }
    .footer_sub .container, .footer_sub .row {
      height: 100%; }
  .footer_socialnav {
    overflow: hidden;
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 15px;
    padding-bottom: 15px;
    transition: padding-top .3s ease-in-out, padding-bottom .3s ease-in-out; }
    @media screen and (min-width: 992px) {
      .footer_socialnav {
        padding-top: 0;
        padding-bottom: 0; } }
    .footer_socialnav ul li {
      display: inline-block;
      float: left;
      margin-bottom: 0px;
      margin-right: 25px; }
      @media screen and (min-width: 576px) {
        .footer_socialnav ul li {
          margin-right: calc(25px + 10 * ((100vw - 576px) / (992 - 576))); } }
      @media screen and (min-width: 992px) {
        .footer_socialnav ul li {
          margin-right: 35px; } }
      .footer_socialnav ul li:last-of-type {
        margin-right: 0px !important; }
      .footer_socialnav ul li svg {
        width: 23px;
        height: auto; }
        @media screen and (min-width: 576px) {
          .footer_socialnav ul li svg {
            width: calc(23px + 7 * ((100vw - 576px) / (768 - 576))); } }
        @media screen and (min-width: 768px) {
          .footer_socialnav ul li svg {
            width: 30px; } }
  .footer_logowrapper img {
    width: 100%;
    transition: width .3s ease-in-out;
    height: auto; }
    @media screen and (min-width: 576px) {
      .footer_logowrapper img {
        width: auto; } }
  .footer_metanav {
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .footer_metanav ul {
      overflow: hidden;
      float: right; }
      .footer_metanav ul li {
        display: inline-block;
        float: left;
        margin-bottom: 0px;
        color: #5D5D5D;
        margin-left: 0;
        margin-right: 25px;
        transition: margin-left .3s ease-in-out, margin-right .3s ease-in-out;
        padding-top: 6px; }
        @media screen and (min-width: 992px) {
          .footer_metanav ul li {
            margin-left: 35px;
            margin-right: unset;
            padding-top: 0; } }
        .footer_metanav ul li:last-of-type {
          margin-right: 0;
          font-size: 14px;
          padding-top: 10px;
          padding-bottom: 20px;
          transition: padding-top .3s ease-in-out, padding-bottom .3s ease-in-out;
          line-height: 1.3; }
          @media screen and (min-width: 576px) {
            .footer_metanav ul li:last-of-type {
              font-size: calc(14px + 2 * ((100vw - 576px) / (992 - 576)));
              padding-top: 10px;
              padding-bottom: 20px; } }
          @media screen and (min-width: 992px) {
            .footer_metanav ul li:last-of-type {
              font-size: 16px; } }
          @media screen and (min-width: 992px) {
            .footer_metanav ul li:last-of-type {
              margin-left: 35px;
              padding-top: 0;
              padding-bottom: 0; } }
        .footer_metanav ul li a {
          color: #5D5D5D;
          font-size: 14px;
          line-height: 1.3; }
          @media screen and (min-width: 576px) {
            .footer_metanav ul li a {
              font-size: calc(14px + 2 * ((100vw - 576px) / (992 - 576))); } }
          @media screen and (min-width: 992px) {
            .footer_metanav ul li a {
              font-size: 16px; } }
  .footer_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-start; }
    @media screen and (min-width: 992px) {
      .footer_wrapper {
        flex-direction: row;
        justify-content: space-between; } }

.borclicker h2 {
  cursor: pointer; }
  @media screen and (min-width: 768px) {
    .borclicker h2 {
      cursor: inherit; } }
  .borclicker h2 svg {
    transform: rotate(0);
    transition: transform .3s ease-in-out; }
  .borclicker h2.borclickeracti svg {
    transform: rotate(180deg); }
.borclicker ul {
  margin-bottom: 20px; }
  @media screen and (min-width: 768px) {
    .borclicker ul {
      margin-bottom: unset; } }

.accordion {
  margin-bottom: 50px;
  margin-top: 35px; }
  @media screen and (min-width: 576px) {
    .accordion {
      margin-bottom: calc(50px + 50 * ((100vw - 576px) / (768 - 576)));
      margin-top: calc(35px + 5 * ((100vw - 576px) / (768 - 576))); } }
  @media screen and (min-width: 768px) {
    .accordion {
      margin-bottom: 100px;
      margin-top: 30px; } }
  .accordion h2 {
    color: #333333;
    text-transform: none;
    margin-bottom: 35px; }
  .accordion p, .accordion a {
    font-size: 16px;
    margin-bottom: 20px;
    transition: margin-bottom .3s ease-in-out;
    line-height: 1.5; }
    @media screen and (min-width: 576px) {
      .accordion p, .accordion a {
        font-size: calc(16px + 4 * ((100vw - 576px) / (992 - 576))); } }
    @media screen and (min-width: 768px) {
      .accordion p, .accordion a {
        margin-bottom: 20px; } }
    @media screen and (min-width: 992px) {
      .accordion p, .accordion a {
        font-size: 20px;
        margin-bottom: 40px; } }
  .accordion_wraper {
    border-top: 1px solid #DDDDDD;
    margin-top: 0; }
  .accordion_wrap {
    border-bottom: 1px solid #DDDDDD; }
  .accordion_content {
    display: none;
    padding-top: 1px;
    padding-bottom: 30px;
    overflow: hidden; }
    @media screen and (min-width: 576px) {
      .accordion_content {
        padding-top: calc(1px + 29 * ((100vw - 576px) / (992 - 576))); } }
    @media screen and (min-width: 992px) {
      .accordion_content {
        padding-top: 30px; } }
    .accordion_content p {
      padding-right: 1px; }
      @media screen and (min-width: 576px) {
        .accordion_content p {
          padding-right: calc(1 + 64 * ((100vw - 576px) / (768 - 576))); } }
      @media screen and (min-width: 768px) {
        .accordion_content p {
          padding-right: 65px; } }
    .accordion_content section {
      position: relative;
      overflow: hidden; }
    .accordion_content .container {
      padding-left: 0px !important;
      padding-right: 0px !important; }
  .accordion .notext {
    margin-top: 0;
    margin-bottom: 0; }
    .accordion .notext .container {
      padding-left: 0px;
      padding-right: 0px; }
      @media screen and (min-width: 768px) {
        .accordion .notext .container {
          padding-left: 24px;
          padding-right: 24px; } }
    @media screen and (min-width: 576px) {
      .accordion .notext {
        margin-top: 0;
        margin-bottom: 0; } }
    @media screen and (min-width: 992px) {
      .accordion .notext {
        margin-top: 0;
        margin-bottom: 0; } }
    .accordion .notext p {
      font-size: 16px !important;
      margin-bottom: 20px !important; }
      @media screen and (min-width: 576px) {
        .accordion .notext p {
          font-size: calc(16px + 4 * ((100vw - 576px) / (992 - 576))) !important;
          margin-bottom: calc(20px + 10 * ((100vw - 576px) / (992 - 576))) !important; } }
      @media screen and (min-width: 992px) {
        .accordion .notext p {
          font-size: 20px !important;
          margin-bottom: 30px !important; } }
    .accordion .notext p:last-of-type {
      margin-bottom: 0px !important; }
      .accordion .notext p:last-of-type a {
        margin-bottom: 0px !important; }
  .accordion_title {
    opacity: 1;
    transition: opacity .3s ease-in-out; }
    .accordion_title h3 {
      padding-right: 50px;
      font-size: 16px;
      line-height: 1.5;
      font-weight: bold;
      margin-bottom: 0px;
      padding-top: 26px;
      padding-bottom: 26px;
      cursor: pointer;
      position: relative;
      color: #333333;
      transition: color .3s ease-in-out; }
      @media screen and (min-width: 576px) {
        .accordion_title h3 {
          font-size: calc(16px + 4 * ((100vw - 576px) / (992 - 576))); } }
      @media screen and (min-width: 992px) {
        .accordion_title h3 {
          font-size: 20px; } }
    .accordion_title:hover h3 {
      color: #015EAC; }
    .accordion_title span {
      color: #333333;
      transition: color .3s ease-in-out; }
    .accordion_title span:not(.accordion_date, .accordion_titleinner) {
      float: right;
      margin-right: 6px;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%); }
      .accordion_title span:not(.accordion_date, .accordion_titleinner) svg {
        position: relative;
        top: -3px;
        transform: rotate(0deg);
        transition: transform .3s ease-in-out; }
        .accordion_title span:not(.accordion_date, .accordion_titleinner) svg line, .accordion_title span:not(.accordion_date, .accordion_titleinner) svg .circ {
          stroke: #7f7f7f;
          transition: stroke .3s ease-in-out; }
    .accordion_title .accordion_date {
      font-weight: 300;
      display: block; }
      @media screen and (min-width: 576px) {
        .accordion_title .accordion_date {
          display: inline-block; } }
    .accordion_title:hover h3 span {
      color: #015EAC; }
  .accordion_titleop {
    opacity: .35; }
  .accordion .accordion_wraper_active .accordion_title h3 span {
    color: #015EAC; }
  .accordion .accordion_wraper_active .accordion_title h3 span:not(.accordion_date, .accordion_titleinner) svg {
    transform: rotate(45deg); }
    .accordion .accordion_wraper_active .accordion_title h3 span:not(.accordion_date, .accordion_titleinner) svg line, .accordion .accordion_wraper_active .accordion_title h3 span:not(.accordion_date, .accordion_titleinner) svg .circ {
      stroke: #015EAC; }
  .accordion_titleinner {
    min-width: 200px;
    display: inline-block; }
    @media screen and (min-width: 576px) {
      .accordion_titleinner {
        min-width: calc(200px + 70 * ((100vw - 576px) / (992 - 576))); } }
    @media screen and (min-width: 992px) {
      .accordion_titleinner {
        min-width: 270px; } }

.accordion-comp h3 .mafilter {
  display: none;
  border: 1px solid #015EAC;
  color: #015EAC;
  background-color: #FFFFFF;
  transition: color .3s ease-in-out, background-color .3s ease-in-out; }
  @media screen and (min-width: 768px) {
    .accordion-comp h3 .mafilter {
      display: block; } }
  .accordion-comp h3 .mafilter.active {
    background-color: #015EAC;
    color: #FFFFFF; }
.accordion-comp .mafilterinner {
  display: inline-block;
  float: none;
  margin-bottom: 20px; }
  @media screen and (min-width: 768px) {
    .accordion-comp .mafilterinner {
      display: none; } }
.accordion-comp a {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #015EAC;
  text-decoration: none;
  position: relative; }
  @media screen and (min-width: 576px) {
    .accordion-comp a {
      font-size: calc(16px + 4 * ((100vw - 576px) / (992 - 576))); } }
  @media screen and (min-width: 992px) {
    .accordion-comp a {
      font-size: 20px; } }
  .accordion-comp a:after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #015EAC;
    position: absolute;
    left: 0;
    bottom: -2px; }
.accordion-comp button {
  float: none;
  display: block;
  margin-top: 10px;
  padding-left: 13px;
  padding-right: 12px;
  font-size: 16px;
  line-height: 1.5;
  line-height: 1.5;
  color: #015EAC;
  background-color: #FFFFFF;
  border-radius: 26px;
  padding-top: 4px;
  padding-bottom: 4px;
  border: 1px solid #015EAC;
  margin-right: 33px; }
  @media screen and (min-width: 576px) {
    .accordion-comp button {
      font-size: calc(16px + 2 * ((100vw - 576px) / (992 - 576))); } }
  @media screen and (min-width: 992px) {
    .accordion-comp button {
      font-size: 18px; } }
  @media screen and (min-width: 576px) {
    .accordion-comp button {
      font-size: calc(16px + 2 * ((100vw - 576px) / (992 - 576))); } }
  @media screen and (min-width: 992px) {
    .accordion-comp button {
      font-size: 18px; } }
  @media screen and (min-width: 576px) {
    .accordion-comp button {
      display: inline-block;
      float: right;
      padding-left: 23px;
      padding-right: 23px;
      margin-top: -4px; } }
.accordion-comp .accordion_wrap.active button {
  color: #FFFFFF;
  background-color: #015EAC; }

.breadcrumb {
  margin-bottom: 50px;
  display: none; }
  .breadcrumb a {
    font-size: 14px;
    line-height: 18px;
    color: #015EAC;
    font-weight: normal;
    text-decoration: none;
    margin-bottom: 0px;
    margin-top: 0px;
    margin-right: 15px; }
  .breadcrumb span {
    margin-right: 15px; }
    .breadcrumb span svg {
      position: relative;
      top: -6px; }
  .breadcrumb p {
    font-size: 14px;
    line-height: 18px;
    color: #5D5D5D;
    font-weight: normal;
    text-decoration: none;
    margin-bottom: 0px;
    margin-top: 0px; }
  @media screen and (min-width: 576px) {
    .breadcrumb {
      display: flex; } }

.calltoaction {
  margin-top: 50px;
  margin-bottom: 100px; }
  @media screen and (min-width: 576px) {
    .calltoaction {
      margin-top: calc(50px + 90 * ((100vw - 576px) / (768 - 576)));
      margin-bottom: calc(100px + 160 * ((100vw - 576px) / (768 - 576))); } }
  @media screen and (min-width: 768px) {
    .calltoaction {
      margin-top: 140px;
      margin-bottom: 130px; } }
  .calltoaction .container {
    position: relative; }
    .calltoaction .container img, .calltoaction .container iframe {
      width: 100%;
      height: auto;
      border-radius: 5px;
      margin-top: -60px;
      border-radius: 5px;
      margin-left: 50px;
      width: calc(100% - 50px);
      transition: width .3s ease-in-out, margin-left .3s ease-in-out, right .3s ease-in-out, bottom .3s ease-in-out, height .3s ease-in-out; }
      @media screen and (min-width: 768px) {
        .calltoaction .container img, .calltoaction .container iframe {
          width: 65%;
          margin-left: 35%; } }
      @media screen and (min-width: 992px) {
        .calltoaction .container img, .calltoaction .container iframe {
          position: absolute;
          right: 12px;
          bottom: 0;
          width: 50%;
          height: auto; } }
      @media screen and (min-width: 1400px) {
        .calltoaction .container img, .calltoaction .container iframe {
          position: absolute;
          right: calc(8.333333% + 12px);
          bottom: 0;
          width: 46%;
          height: auto; } }
  .calltoaction_wrapper {
    box-shadow: 5px 5px 23px 7px rgba(0, 0, 0, 0.09);
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 105px;
    transition: padding-left .3s ease-in-out, padding-right .3s ease-in-out, padding-top .3s ease-in-out, padding-bottom .3s ease-in-out;
    border-radius: 5px; }
    @media screen and (min-width: 768px) {
      .calltoaction_wrapper {
        padding-left: 50px;
        padding-right: 130px; } }
    @media screen and (min-width: 992px) {
      .calltoaction_wrapper {
        padding-top: 72px; } }
    @media screen and (min-width: 1400px) {
      .calltoaction_wrapper {
        padding-left: 130px;
        padding-right: 390px;
        padding-bottom: 72px;
        padding-top: 122px; } }
    .calltoaction_wrapper h2 {
      padding-top: 40px;
      transform: padding-top .3s ease-in-out;
      margin-bottom: 20px;
      color: #333333;
      text-transform: none; }
      @media screen and (min-width: 576px) {
        .calltoaction_wrapper h2 {
          padding-top: 74px; } }
      @media screen and (min-width: 992px) {
        .calltoaction_wrapper h2 {
          padding-top: 0px; } }
      @media screen and (min-width: 576px) {
        .calltoaction_wrapper h2 {
          margin-bottom: calc(20px + 15 * ((100vw - 576px) / (992 - 576))); } }
      @media screen and (min-width: 992px) {
        .calltoaction_wrapper h2 {
          margin-bottom: 35px; } }
    .calltoaction_wrapper p {
      font-size: 16px;
      margin-bottom: 25px;
      line-height: 1.5; }
      @media screen and (min-width: 576px) {
        .calltoaction_wrapper p {
          font-size: calc(16px + 4 * ((100vw - 576px) / (992 - 576)));
          margin-bottom: calc(25px + 15 * ((100vw - 576px) / (992 - 576))); } }
      @media screen and (min-width: 992px) {
        .calltoaction_wrapper p {
          font-size: 20px;
          margin-bottom: 40px; } }
      .calltoaction_wrapper p a {
        display: inline-block; }
    .calltoaction_wrapper .btn-blue {
      background-color: #015EAC;
      color: #FFFFFF; }
  .calltoaction.calltoactionblue .calltoaction_wrapper {
    box-shadow: 5px 5px 23px 7px rgba(0, 0, 0, 0.32);
    background-color: #015EAC;
    transform: padding-right .3s ease-in-out, padding-left .3s ease-in-out; }
    @media screen and (min-width: 992px) {
      .calltoaction.calltoactionblue .calltoaction_wrapper {
        padding-right: 170px;
        padding-left: 50px;
        transform: padding-right .3s ease-in-out, padding-left .3s ease-in-out; } }
    @media screen and (min-width: 1400px) {
      .calltoaction.calltoactionblue .calltoaction_wrapper {
        padding-right: 380px;
        padding-left: 130px; } }
    .calltoaction.calltoactionblue .calltoaction_wrapper h2, .calltoaction.calltoactionblue .calltoaction_wrapper p {
      color: #FFFFFF; }
  .calltoaction.calltoactionwhite .calltoaction_wrapper {
    background-color: #FFFFFF;
    transform: padding-right .3s ease-in-out, padding-left .3s ease-in-out; }
    @media screen and (min-width: 992px) {
      .calltoaction.calltoactionwhite .calltoaction_wrapper {
        padding-right: 170px;
        padding-left: 50px;
        transform: padding-right .3s ease-in-out, padding-left .3s ease-in-out; } }
    @media screen and (min-width: 1400px) {
      .calltoaction.calltoactionwhite .calltoaction_wrapper {
        padding-right: 380px;
        padding-left: 130px; } }
  .calltoaction.calltoactionreverse .container {
    position: relative; }
    .calltoaction.calltoactionreverse .container img, .calltoaction.calltoactionreverse .container iframe {
      position: relative;
      right: unset;
      bottom: 0;
      width: 40%;
      height: auto;
      border-radius: 5px;
      margin-left: 0;
      width: calc(100% - 50px); }
      @media screen and (min-width: 768px) {
        .calltoaction.calltoactionreverse .container img, .calltoaction.calltoactionreverse .container iframe {
          width: 65%;
          margin-left: 0; } }
      @media screen and (min-width: 992px) {
        .calltoaction.calltoactionreverse .container img, .calltoaction.calltoactionreverse .container iframe {
          position: absolute;
          right: unset;
          bottom: 0;
          width: 50%;
          height: auto; } }
      @media screen and (min-width: 1400px) {
        .calltoaction.calltoactionreverse .container img, .calltoaction.calltoactionreverse .container iframe {
          position: absolute;
          right: unset;
          left: calc(8.333333% + 12px);
          bottom: 0;
          width: 46%;
          height: auto; } }
  .calltoaction.calltoactionreverse .calltoaction_wrapper {
    box-shadow: 5px 5px 23px 7px rgba(0, 0, 0, 0.09);
    border-radius: 5px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 105px;
    transition: padding-left .3s ease-in-out, padding-right .3s ease-in-out, padding-top .3s ease-in-out, padding-bottom .3s ease-in-out; }
    @media screen and (min-width: 768px) {
      .calltoaction.calltoactionreverse .calltoaction_wrapper {
        padding-left: 50px;
        padding-right: 50px; } }
    @media screen and (min-width: 992px) {
      .calltoaction.calltoactionreverse .calltoaction_wrapper {
        padding-left: 150px;
        padding-right: 50px;
        padding-bottom: 72px;
        padding-top: 72px; } }
    @media screen and (min-width: 1200px) {
      .calltoaction.calltoactionreverse .calltoaction_wrapper {
        padding-left: 160px;
        padding-right: 50px;
        padding-bottom: 72px;
        padding-top: 72px; } }
    @media screen and (min-width: 1400px) {
      .calltoaction.calltoactionreverse .calltoaction_wrapper {
        padding-left: 290px;
        padding-right: 90px;
        padding-bottom: 72px;
        padding-top: 122px; } }

#c148 {
  margin-top: 50px; }
  @media screen and (min-width: 576px) {
    #c148 {
      margin-top: calc(50px + 80 * ((100vw - 576px) / (768 - 576))); } }
  @media screen and (min-width: 768px) {
    #c148 {
      margin-top: 130px; } }

.checklist {
  margin-top: 50px;
  margin-bottom: 55px; }
  @media screen and (min-width: 576px) {
    .checklist {
      margin-top: calc(50px + 87 * ((100vw - 576px) / (992 - 576)));
      margin-bottom: calc(55px + 90 * ((100vw - 576px) / (992 - 576))); } }
  @media screen and (min-width: 992px) {
    .checklist {
      margin-top: 137px;
      margin-bottom: 145px; } }
  .checklist_wraper {
    margin-top: 0; }
  .checklist_row {
    border-bottom: 1px solid #DDDDDD;
    display: flex;
    flex-direction: row;
    padding-bottom: 16px;
    padding-top: 16px; }
    .checklist_row:first-of-type {
      padding-top: 0; }
  .checklist h2 {
    color: #333333;
    text-transform: none;
    margin-bottom: 35px; }
  .checklist ul {
    list-style-type: none;
    padding-left: 0;
    overflow: hidden; }
    .checklist ul li {
      font-size: 16px;
      border-bottom: 1px solid #DDDDDD;
      padding-bottom: 16px;
      padding-top: 16px;
      display: inline-flex;
      overflow: hidden;
      width: 100%;
      line-height: 1.5;
      font-weight: 300;
      color: #5D5D5D;
      margin-bottom: 0px; }
      .checklist ul li:first-of-type {
        padding-top: 0; }
      @media screen and (min-width: 576px) {
        .checklist ul li {
          font-size: calc(16px + 4 * ((100vw - 576px) / (992 - 576))); } }
      @media screen and (min-width: 992px) {
        .checklist ul li {
          font-size: 20px; } }
      .checklist ul li p {
        font-size: 16px;
        line-height: 1.5;
        font-weight: 300;
        color: #5D5D5D; }
        @media screen and (min-width: 576px) {
          .checklist ul li p {
            font-size: calc(16px + 4 * ((100vw - 576px) / (992 - 576))); } }
        @media screen and (min-width: 992px) {
          .checklist ul li p {
            font-size: 20px; } }
      .checklist ul li a {
        color: #015EAC;
        transition: color .3s ease-in-out;
        font-size: 16px;
        line-height: 1.5;
        font-weight: 300;
        text-decoration: none;
        position: relative; }
        @media screen and (min-width: 576px) {
          .checklist ul li a {
            font-size: calc(16px + 4 * ((100vw - 576px) / (992 - 576))); } }
        @media screen and (min-width: 992px) {
          .checklist ul li a {
            font-size: 20px; } }
        .checklist ul li a:after {
          content: "";
          width: 100%;
          height: 1px;
          background-color: #015EAC;
          position: absolute;
          left: 0;
          bottom: -2px;
          z-index: -1;
          transition: width .3s ease-in-out, left .3s ease-in-out, height .3s ease-in-out; }
        .checklist ul li a:hover {
          color: #FFFFFF; }
          .checklist ul li a:hover:after {
            width: 100%;
            left: 0;
            height: 27px; }
      .checklist ul li.showable {
        max-height: 0px;
        padding-bottom: 0;
        padding-top: 0;
        display: block;
        opacity: 0;
        position: relative;
        border-bottom: 1px solid #FFFFFF;
        transition: max-height .6s ease-in-out, padding-bottom .6s ease-in-out, padding-top .6s ease-in-out, left .6s ease-in-out, border-bottom .6s ease-in-out, opacity .6s ease-in-out; }
        .checklist ul li.showable span {
          display: inline-block;
          float: left;
          width: 26px; }
        .checklist ul li.showable p {
          display: inline-block;
          float: left;
          width: calc(100% - 45px); }
      .checklist ul li.showableactive {
        max-height: 400px;
        padding-bottom: 16px;
        padding-top: 16px;
        opacity: 1;
        border-bottom: 1px solid #DDDDDD; }
      .checklist ul li:nth-of-type(7) {
        transition-delay: .05s; }
      .checklist ul li:nth-of-type(8) {
        transition-delay: .1s; }
      .checklist ul li:nth-of-type(9) {
        transition-delay: .15s; }
      .checklist ul li:nth-of-type(10) {
        transition-delay: .2s; }
      .checklist ul li:nth-of-type(11) {
        transition-delay: .25s; }
      .checklist ul li:nth-of-type(12) {
        transition-delay: .3s; }
  .checklist span {
    margin-right: 16px; }
    .checklist span svg {
      width: 24px;
      height: 24px;
      position: relative;
      top: -4px; }
  .checklist button {
    border: none;
    background-color: transparent;
    color: #015EAC;
    font-size: 16px;
    margin-top: 1px;
    line-height: 1.5;
    padding-left: 30px;
    padding-right: 0px;
    font-weight: 300; }
    @media screen and (min-width: 576px) {
      .checklist button {
        font-size: calc(16px + 4 * ((100vw - 576px) / (992 - 576)));
        margin-top: calc(1px + 10 * ((100vw - 576px) / (992 - 576))); } }
    @media screen and (min-width: 992px) {
      .checklist button {
        font-size: 20px;
        margin-top: 10px; } }
    .checklist button span {
      margin-right: 0px; }
      .checklist button span svg {
        position: relative;
        top: -5px; }

.contenttab {
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #DDDDDD;
  position: sticky;
  top: 63px;
  background-color: #FFFFFF;
  z-index: 99999;
  padding-top: 40px;
  margin-bottom: 30px;
  padding-top: 20px;
  z-index: 999999999999;
  color: #5D5D5D;
  overflow: hidden; }
  @media screen and (min-width: 992px) {
    .contenttab {
      margin-top: 100px;
      position: sticky;
      margin-top: 0;
      top: 140px;
      background-color: #FFFFFF;
      padding-top: 0;
      margin-bottom: 70px;
      padding-top: 30px; } }
  .contenttab .container {
    overflow-y: auto; }
  .contenttab .row {
    width: 2000px; }
    @media screen and (min-width: 992px) {
      .contenttab .row {
        width: 100%; } }
  .contenttab a {
    display: inline-block;
    background-color: transparent;
    float: left;
    border: none;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 18px;
    font-size: 16px;
    margin-right: 30px;
    color: #5D5D5D;
    text-decoration: none;
    border-bottom: 2px solid #FFFFFF;
    transition: border-bottom .3s ease-in-out;
    line-height: 1.5;
    font-weight: normal; }
    @media screen and (min-width: 576px) {
      .contenttab a {
        font-size: calc(16px + 4 * ((100vw - 576px) / (992 - 576)));
        margin-right: calc(30px + 15 * ((100vw - 576px) / (992 - 576))); } }
    @media screen and (min-width: 992px) {
      .contenttab a {
        font-size: 20px;
        margin-right: 45px; } }
    .contenttab a:last-of-type {
      margin-right: 0px; }
    .contenttab a.ctbactive {
      border-bottom: 2px solid #015EAC;
      color: #015EAC; }

.downloads {
  margin-top: 40px;
  margin-bottom: 40px; }
  @media screen and (min-width: 576px) {
    .downloads {
      margin-top: calc(40px + 90 * ((100vw - 576px) / (992 - 576)));
      margin-bottom: calc(40px + 90 * ((100vw - 576px) / (992 - 576))); } }
  @media screen and (min-width: 992px) {
    .downloads {
      margin-top: 130px;
      margin-bottom: 130px; } }
  .downloads h2 {
    color: #333333;
    text-transform: none;
    margin-bottom: 35px; }
  .downloads span {
    margin-right: 16px; }
    .downloads span svg {
      width: 23px;
      height: auto;
      position: relative;
      top: -3px; }
  .downloads_wrapper {
    border-top: 1px solid #DDDDDD; }
  .downloads_row {
    border-bottom: 1px solid #DDDDDD; }
    .downloads_row a {
      text-decoration: none;
      color: #015EAC;
      font-size: 16px;
      line-height: 1.5;
      font-weight: bold;
      padding-top: 26px;
      padding-bottom: 26px;
      padding-left: 12px;
      display: flex;
      background-color: #FFFFFF;
      transition: background-color .3s ease-in-out; }
      @media screen and (min-width: 576px) {
        .downloads_row a {
          font-size: calc(16px + 4 * ((100vw - 576px) / (992 - 576))); } }
      @media screen and (min-width: 992px) {
        .downloads_row a {
          font-size: 20px; } }
      .downloads_row a:hover {
        background-color: #f9f9f9; }
  .downloads a .custdownload {
    position: relative;
    margin: 0;
    margin-right: 26px;
    overflow: hidden;
    height: 24px;
    width: 28px;
    display: inline-block; }
    .downloads a .custdownload .check {
      position: absolute;
      width: 14px;
      height: 15px;
      top: 25px;
      transition: top .3s ease-in-out;
      left: 5px;
      margin: 0;
      z-index: 2; }
      .downloads a .custdownload .check .checkl1 {
        margin: 0;
        width: 8px;
        height: 2px;
        background-color: darkgreen;
        position: absolute;
        border-radius: 5px;
        transform: rotate(45deg);
        top: 10px;
        left: 1px; }
      .downloads a .custdownload .check .checkl2 {
        margin: 0;
        width: 14px;
        height: 2px;
        background-color: darkgreen;
        position: absolute;
        border-radius: 5px;
        transform: rotate(-67deg);
        top: 6px;
        left: 3px; }
    .downloads a .custdownload .arrw {
      margin: 0;
      position: absolute;
      width: 11px;
      height: 15px;
      top: 1px;
      transition: top .3s ease-in-out;
      left: 7px;
      margin: 0;
      z-index: 1; }
      .downloads a .custdownload .arrw .cbline1 {
        margin: 0;
        width: 2px;
        height: 14px;
        background-color: #015EAC;
        position: absolute;
        top: 0;
        left: 4px;
        border-radius: 5px;
        margin: 0; }
      .downloads a .custdownload .arrw .cbline2 {
        margin: 0;
        width: 2px;
        height: 8px;
        background-color: #015EAC;
        position: absolute;
        top: 7px;
        left: 2px;
        border-radius: 5px;
        transform: rotate(-45deg);
        margin: 0; }
      .downloads a .custdownload .arrw .cbline3 {
        margin: 0;
        width: 2px;
        height: 8px;
        background-color: #015EAC;
        position: absolute;
        top: 7px;
        left: 6px;
        border-radius: 5px;
        transform: rotate(45deg);
        margin: 0; }
    .downloads a .custdownload .custbox {
      position: absolute;
      margin: 0;
      width: 22px;
      height: 8px;
      top: 16px;
      left: 0; }
      .downloads a .custdownload .custbox .culine1 {
        margin: 0;
        width: 3px;
        height: 8px;
        background-color: #015EAC;
        transition: background-color .3s ease-in-out;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 5px;
        margin: 0; }
      .downloads a .custdownload .custbox .culine2 {
        margin: 0;
        width: 3px;
        height: 8px;
        background-color: #015EAC;
        transition: background-color .3s ease-in-out;
        position: absolute;
        top: 0;
        left: 21px;
        border-radius: 5px;
        margin: 0; }
      .downloads a .custdownload .custbox .culine3 {
        margin: 0;
        width: 24px;
        height: 3px;
        background-color: #015EAC;
        transition: background-color .3s ease-in-out;
        position: absolute;
        top: 5px;
        left: 0;
        border-radius: 5px;
        margin: 0; }
  .downloads a:hover .custdownload .check {
    top: 1px;
    transition-delay: .8s; }
  .downloads a:hover .custdownload .arrw {
    top: 25px;
    transition-delay: .2s; }
  .downloads a:hover .custdownload .custbox .culine1, .downloads a:hover .custdownload .custbox .culine2, .downloads a:hover .custdownload .custbox .culine3 {
    background-color: darkgreen;
    transition-delay: .6s; }

.fullscteaser {
  width: 100%;
  height: 400px;
  margin-top: 60px;
  margin-bottom: 60px;
  overflow: hidden;
  position: relative; }
  @media screen and (min-width: 576px) {
    .fullscteaser {
      height: calc(400px + 300 * ((100vw - 576px) / (992 - 576)));
      margin-top: calc(60 + 115 * ((100vw - 576px) / (992 - 576)));
      margin-bottom: calc(60px + 115 * ((100vw - 576px) / (992 - 576))); } }
  @media screen and (min-width: 992px) {
    .fullscteaser {
      height: 700px;
      margin-top: 175px;
      margin-bottom: 175px; } }
  .fullscteaser .container, .fullscteaser .row, .fullscteaser_wrap {
    height: 100%; }
  .fullscteaser_inner {
    top: 50%;
    position: relative;
    transform: translateY(-40%);
    transition: transform .3s ease-in-out; }
    @media screen and (min-width: 768px) {
      .fullscteaser_inner {
        transform: translateY(-30%); } }
    @media screen and (min-width: 992px) {
      .fullscteaser_inner {
        transform: translateY(-20%); } }
    .fullscteaser_inner .btn-blue-full {
      display: inline-block;
      margin-top: 20px; }
      @media screen and (min-width: 768px) {
        .fullscteaser_inner .btn-blue-full {
          margin-top: calc(20px + 20 * ((100vw - 768px) / (1200 - 768))); } }
      @media screen and (min-width: 1200px) {
        .fullscteaser_inner .btn-blue-full {
          margin-top: 40px; } }
    .fullscteaser_inner p {
      color: #FFFFFF;
      font-size: 20px;
      line-height: 1.5; }
      @media screen and (min-width: 576px) {
        .fullscteaser_inner p {
          font-size: calc(20px + 8 * ((100vw - 576px) / (992 - 576))); } }
      @media screen and (min-width: 992px) {
        .fullscteaser_inner p {
          font-size: 28px; } }
    .fullscteaser_inner .psmall {
      color: #FFFFFF;
      font-size: 14px;
      margin-top: 10px;
      line-height: 1.5; }
      @media screen and (min-width: 576px) {
        .fullscteaser_inner .psmall {
          font-size: calc(14px + 4 * ((100vw - 576px) / (992 - 576)));
          margin-top: calc(10px + 10 * ((100vw - 576px) / (992 - 576))); } }
      @media screen and (min-width: 992px) {
        .fullscteaser_inner .psmall {
          font-size: 18px;
          margin-top: 20px; } }
  .fullscteaser_img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    z-index: -1;
    filter: blur(0px);
    -webkit-filter: blur(0px);
    transition: filter .3s ease-in-out; }
  .fullscteaser h2 {
    color: #FFFFFF;
    text-transform: none;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 0; }
    @media screen and (min-width: 576px) {
      .fullscteaser h2 {
        font-size: calc(20px + 8 * ((100vw - 576px) / (992 - 576))); } }
    @media screen and (min-width: 992px) {
      .fullscteaser h2 {
        font-size: 28px; } }
  .fullscteaser .btn {
    margin-top: 25px;
    margin-bottom: 0; }
    @media screen and (min-width: 576px) {
      .fullscteaser .btn {
        margin-bottom: calc(20px + 110 * ((100vw - 576px) / (992 - 576))); } }
    @media screen and (min-width: 992px) {
      .fullscteaser .btn {
        margin-top: 45px; } }
  .fullscteaser:hover .fullscteaser_img {
    filter: blur(8px);
    -webkit-filter: blur(8px); }

.imgfilterb:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5); }

body {
  font-family: "Frutiger LT Pro 45";
  font-weight: 300;
  scroll-behavior: smooth; }

.container {
  max-width: 1564px; }

main {
  z-index: 999999999999999; }

h1 {
  font-size: 38px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 300;
  color: #015EAC;
  margin-bottom: 33px; }
  @media screen and (min-width: 576px) {
    h1 {
      font-size: calc(38px + 38 * ((100vw - 576px) / (992 - 576))); } }
  @media screen and (min-width: 992px) {
    h1 {
      font-size: 76px; } }

h2 {
  font-size: 28px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 300;
  color: #333333; }
  @media screen and (min-width: 576px) {
    h2 {
      font-size: calc(28px + 8 * ((100vw - 576px) / (992 - 576))); } }
  @media screen and (min-width: 992px) {
    h2 {
      font-size: 36px; } }

h3 {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 300;
  color: #333333; }
  @media screen and (min-width: 576px) {
    h3 {
      font-size: calc(20px + 10 * ((100vw - 576px) / (992 - 576))); } }
  @media screen and (min-width: 992px) {
    h3 {
      font-size: 30px; } }

p {
  font-size: 28px;
  line-height: 45px;
  font-weight: 300;
  color: #5D5D5D;
  margin-bottom: 0px; }
  p.lead {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 300;
    color: #5D5D5D;
    margin-bottom: 0px; }
    @media screen and (min-width: 576px) {
      p.lead {
        font-size: calc(20px + 8 * ((100vw - 576px) / (992 - 576))); } }
    @media screen and (min-width: 992px) {
      p.lead {
        font-size: 28px; } }

.btn {
  font-size: 16px;
  line-height: 2;
  color: #015EAC;
  background-color: #FFFFFF;
  padding-left: 25px;
  padding-right: 25px;
  border-radius: 26px;
  padding-top: 8px;
  padding-bottom: 8px;
  border: 1px solid #015EAC; }
  @media screen and (min-width: 576px) {
    .btn {
      font-size: calc(16px + 2 * ((100vw - 576px) / (992 - 576))); } }
  @media screen and (min-width: 992px) {
    .btn {
      font-size: 18px; } }
  .btn span {
    margin-left: 12px; }
    .btn span svg {
      position: relative;
      top: -4px;
      width: 22px;
      height: auto; }
  .btn.btn-blue {
    background-color: #015EAC;
    color: #FFFFFF; }
  .btn.btn-white {
    color: #FFFFFF;
    background-color: transparent;
    border: 1px solid #FFFFFF; }
  .btn.btn-blueb {
    color: #015EAC;
    background-color: transparent;
    border: 1px solid #015EAC; }
    .btn.btn-blueb svg line, .btn.btn-blueb svg polyline {
      stroke: #015EAC; }

.swiper-button-prev-teaser, .swiper-button-next-teaser {
  width: 38px;
  height: 38px;
  overflow: hidden;
  transition: width .3s ease-in-out, height .3s ease-in-out, border .3s ease-in-out;
  border: 1px solid #DDDDDD;
  background-color: #FFFFFF;
  border-radius: 50%;
  margin-right: 23px;
  margin-left: 23px;
  box-shadow: 5px 5px 23px 7px rgba(0, 0, 0, 0.09); }
  @media screen and (min-width: 576px) {
    .swiper-button-prev-teaser, .swiper-button-next-teaser {
      width: 48px;
      height: 48px; } }
  .swiper-button-prev-teaser svg, .swiper-button-next-teaser svg {
    height: 20px;
    transform: translateX(-8px);
    transition: height .3s ease-in-out, transform .3s ease-in-out;
    width: auto;
    position: relative;
    top: 8px;
    left: 50%; }
    @media screen and (min-width: 576px) {
      .swiper-button-prev-teaser svg, .swiper-button-next-teaser svg {
        height: 27px;
        transform: translateX(-12px); } }

.swiper-button-prev-teaser svg {
  height: 20px;
  transform: translateX(-11px);
  transition: height .3s ease-in-out, transform .3s ease-in-out;
  top: 3px;
  width: auto;
  position: relative;
  left: 50%;
  transition: left .3s ease-in-out; }
  @media screen and (min-width: 576px) {
    .swiper-button-prev-teaser svg {
      height: 27px;
      transform: translateX(-15px);
      top: 8px; } }
.swiper-button-prev-teaser:hover {
  border: 1px solid #015EAC; }
  @media screen and (min-width: 992px) {
    .swiper-button-prev-teaser:hover svg {
      left: 18px; } }

.swiper-button-next-teaser svg {
  height: 20px;
  transform: translateX(-8px);
  transition: height .3s ease-in-out, transform .3s ease-in-out;
  top: 3px;
  width: auto;
  position: relative;
  left: 50%;
  transition: left .3s ease-in-out; }
  @media screen and (min-width: 576px) {
    .swiper-button-next-teaser svg {
      height: 27px;
      transform: translateX(-11px);
      top: 8px; } }
.swiper-button-next-teaser:hover {
  border: 1px solid #015EAC; }
  @media screen and (min-width: 992px) {
    .swiper-button-next-teaser:hover svg {
      left: 26px; } }

.swiper-button-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 45px;
  padding-bottom: 30px; }

legend {
  color: #333333;
  line-height: 1.5;
  font-size: 14px;
  margin-top: 15px; }
  @media screen and (min-width: 576px) {
    legend {
      font-size: calc(14px + 2 * ((100vw - 576px) / (992 - 576)));
      margin-top: calc(15px + 5 * ((100vw - 576px) / (992 - 576))); } }
  @media screen and (min-width: 992px) {
    legend {
      font-size: 16px;
      margin-top: 20px; } }

.notext {
  margin-top: 25px;
  margin-bottom: 25px; }
  @media screen and (min-width: 576px) {
    .notext {
      margin-top: calc(25px + 25 * ((100vw - 576px) / (992 - 576)));
      margin-bottom: calc(25px + 5 * ((100vw - 576px) / (992 - 576))); } }
  @media screen and (min-width: 992px) {
    .notext {
      margin-top: 50px;
      margin-bottom: 30px; } }
  .notext p {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.5;
    color: #5D5D5D;
    font-weight: 300; }
    @media screen and (min-width: 576px) {
      .notext p {
        font-size: calc(16px + 4 * ((100vw - 576px) / (992 - 576)));
        margin-bottom: calc(20px + 10 * ((100vw - 576px) / (992 - 576))); } }
    @media screen and (min-width: 992px) {
      .notext p {
        font-size: 20px;
        margin-bottom: 30px; } }
    .notext p a {
      color: #015EAC;
      transition: color .3s ease-in-out;
      display: inline-block;
      font-size: 16px;
      line-height: 1.5;
      font-weight: 300;
      text-decoration: none;
      position: relative; }
      @media screen and (min-width: 576px) {
        .notext p a {
          font-size: calc(16px + 4 * ((100vw - 576px) / (992 - 576))); } }
      @media screen and (min-width: 992px) {
        .notext p a {
          font-size: 20px; } }
      .notext p a:after {
        content: "";
        width: 100%;
        height: 1px;
        background-color: #015EAC;
        position: absolute;
        left: 0;
        bottom: -2px;
        z-index: -1;
        transition: width .3s ease-in-out, left .3s ease-in-out, height .3s ease-in-out; }
      .notext p a:hover {
        color: #FFFFFF; }
        .notext p a:hover:after {
          width: 100%;
          left: 0;
          height: 27px; }
      .notext p a.btn-blue-notext {
        color: #015EAC;
        background-color: #FFFFFF;
        transition: color .3s ease-in-out, background-color .3s ease-in-out; }
        .notext p a.btn-blue-notext:hover {
          color: #FFFFFF;
          background-color: #015EAC; }
    .notext p b, .notext p strong {
      font-weight: normal; }
    .notext p:last-of-type {
      margin-bottom: 0px; }
  .notext h2 {
    font-size: 28px;
    margin-bottom: 13px;
    line-height: 1.2;
    color: #333333;
    font-weight: 300;
    text-transform: none; }
    @media screen and (min-width: 576px) {
      .notext h2 {
        font-size: calc(28px + 8 * ((100vw - 576px) / (992 - 576)));
        margin-bottom: calc(13px + 8 * ((100vw - 576px) / (992 - 576))); } }
    @media screen and (min-width: 992px) {
      .notext h2 {
        font-size: 36px;
        margin-bottom: 21px; } }
  .notext h3 {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 300;
    color: #333333; }
    @media screen and (min-width: 576px) {
      .notext h3 {
        font-size: calc(20px + 10 * ((100vw - 576px) / (992 - 576))); } }
    @media screen and (min-width: 992px) {
      .notext h3 {
        font-size: 30px; } }
  .notext ul.list-normal, .notext ol {
    margin-bottom: 25px;
    margin-bottom: 15px; }
    .notext ul.list-normal li, .notext ol li {
      font-size: 16px;
      line-height: 1.5;
      font-weight: 300; }
      @media screen and (min-width: 576px) {
        .notext ul.list-normal li, .notext ol li {
          font-size: calc(16px + 4 * ((100vw - 576px) / (992 - 576))); } }
      @media screen and (min-width: 992px) {
        .notext ul.list-normal li, .notext ol li {
          font-size: 20px; } }
      .notext ul.list-normal li a, .notext ol li a {
        color: #015EAC;
        transition: color .3s ease-in-out;
        font-size: 16px;
        line-height: 1.5;
        font-weight: 300;
        text-decoration: none;
        position: relative; }
        @media screen and (min-width: 576px) {
          .notext ul.list-normal li a, .notext ol li a {
            font-size: calc(16px + 4 * ((100vw - 576px) / (992 - 576))); } }
        @media screen and (min-width: 992px) {
          .notext ul.list-normal li a, .notext ol li a {
            font-size: 20px; } }
        .notext ul.list-normal li a:after, .notext ol li a:after {
          content: "";
          width: 100%;
          height: 1px;
          background-color: #015EAC;
          position: absolute;
          left: 0;
          bottom: -2px;
          z-index: -1;
          transition: width .3s ease-in-out, left .3s ease-in-out, height .3s ease-in-out; }
        .notext ul.list-normal li a:hover, .notext ol li a:hover {
          color: #FFFFFF; }
          .notext ul.list-normal li a:hover:after, .notext ol li a:hover:after {
            width: 100%;
            left: 0;
            height: 27px; }
      .notext ul.list-normal li b, .notext ul.list-normal li strong, .notext ol li b, .notext ol li strong {
        font-weight: normal; }

.contentnor {
  margin-top: 65px;
  margin-bottom: 65px; }
  .contentnor h2 {
    color: #333333;
    text-transform: none;
    margin-bottom: 35px; }
  .contentnor p {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 30px; }
  .contentnor a {
    border: none;
    background-color: transparent;
    color: #015EAC;
    font-size: 16px;
    line-height: 1.5;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 30px;
    text-decoration: none;
    font-weight: 300; }
    @media screen and (min-width: 576px) {
      .contentnor a {
        font-size: calc(16px + 4 * ((100vw - 576px) / (992 - 576))); } }
    @media screen and (min-width: 992px) {
      .contentnor a {
        font-size: 20px; } }
  .contentnor span {
    margin-right: 4px; }
  .contentnor svg {
    position: relative;
    top: -5px; }

iframe {
  width: 100%;
  aspect-ratio: 16 / 9; }

.listvorteile {
  list-style-type: none;
  padding-left: 0;
  margin-top: 20px;
  margin-bottom: 20px; }
  @media screen and (min-width: 576px) {
    .listvorteile {
      margin-top: calc(20px + 20 * ((100vw - 576px) / (992 - 576)));
      margin-bottom: calc(20px + 20 * ((100vw - 576px) / (992 - 576))); } }
  @media screen and (min-width: 992px) {
    .listvorteile {
      margin-top: 40px;
      margin-bottom: 40px; } }
  .listvorteile li {
    font-size: 16px;
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 16px;
    padding-top: 16px;
    display: flex;
    width: 100%;
    line-height: 1.5;
    font-weight: 300;
    color: #5D5D5D;
    margin-bottom: 0px; }
    .listvorteile li:first-of-type {
      padding-top: 0; }
    @media screen and (min-width: 576px) {
      .listvorteile li {
        font-size: calc(16px + 4 * ((100vw - 576px) / (992 - 576))); } }
    @media screen and (min-width: 992px) {
      .listvorteile li {
        font-size: 20px; } }
    .listvorteile li:before {
      content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 50 50'%3E%3Cg transform='matrix(3.5714285714285716 0 0 3.5714285714285716 0 0)'%3E%3Cpath d='M7 0a7 7 0 1 0 7 7A7 7 0 0 0 7 0Zm3.6 5.9-4 4a1 1 0 0 1-.7.3 1 1 0 0 1-.71-.3L3.4 8.07A1 1 0 0 1 4.82 6.65l.92.93a.29.29 0 0 0 .18.07.26.26 0 0 0 .17-.07L9.18 4.49a1 1 0 0 1 1.42 0A1 1 0 0 1 10.6 5.9Z' style='fill: %23015eac'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
      position: relative;
      top: 5px;
      margin-right: 16px; }
    .listvorteile li p {
      font-size: 16px;
      line-height: 1.5;
      font-weight: 300;
      color: #5D5D5D; }
      @media screen and (min-width: 576px) {
        .listvorteile li p {
          font-size: calc(16px + 4 * ((100vw - 576px) / (992 - 576))); } }
      @media screen and (min-width: 992px) {
        .listvorteile li p {
          font-size: 20px; } }
    .listvorteile li a {
      color: #015EAC;
      transition: color .3s ease-in-out;
      font-size: 16px;
      line-height: 1.5;
      font-weight: 300;
      text-decoration: none;
      position: relative; }
      @media screen and (min-width: 576px) {
        .listvorteile li a {
          font-size: calc(16px + 4 * ((100vw - 576px) / (992 - 576))); } }
      @media screen and (min-width: 992px) {
        .listvorteile li a {
          font-size: 20px; } }
      .listvorteile li a:after {
        content: "";
        width: 100%;
        height: 1px;
        background-color: #015EAC;
        position: absolute;
        left: 0;
        bottom: -2px;
        z-index: -1;
        transition: width .3s ease-in-out, left .3s ease-in-out, height .3s ease-in-out; }
      .listvorteile li a:hover {
        color: #FFFFFF; }
        .listvorteile li a:hover:after {
          width: 100%;
          left: 0;
          height: 27px; }
    .listvorteile li.showable {
      max-height: 0px;
      padding-bottom: 0;
      padding-top: 0;
      display: block;
      opacity: 0;
      position: relative;
      border-bottom: 1px solid #FFFFFF;
      transition: max-height .6s ease-in-out, padding-bottom .6s ease-in-out, padding-top .6s ease-in-out, left .6s ease-in-out, border-bottom .6s ease-in-out, opacity .6s ease-in-out; }
      .listvorteile li.showable span {
        display: inline-block;
        float: left;
        width: 26px; }
      .listvorteile li.showable p {
        display: inline-block;
        float: left;
        width: calc(100% - 45px); }
    .listvorteile li.showableactive {
      max-height: 400px;
      padding-bottom: 16px;
      padding-top: 16px;
      opacity: 1;
      border-bottom: 1px solid #DDDDDD; }
    .listvorteile li:nth-of-type(7) {
      transition-delay: .05s; }
    .listvorteile li:nth-of-type(8) {
      transition-delay: .1s; }
    .listvorteile li:nth-of-type(9) {
      transition-delay: .15s; }
    .listvorteile li:nth-of-type(10) {
      transition-delay: .2s; }
    .listvorteile li:nth-of-type(11) {
      transition-delay: .25s; }
    .listvorteile li:nth-of-type(12) {
      transition-delay: .3s; }

button.spec {
  border: none;
  background-color: transparent;
  color: #015EAC;
  font-size: 16px;
  line-height: 1.5;
  padding-left: 30px;
  padding-right: 0px;
  margin-top: 0px;
  margin-bottom: 50px;
  font-weight: 300; }
  @media screen and (min-width: 576px) {
    button.spec {
      font-size: calc(16px + 4 * ((100vw - 576px) / (992 - 576))); } }
  @media screen and (min-width: 992px) {
    button.spec {
      font-size: 20px; } }
  button.spec span {
    margin-right: 0px; }
    button.spec span svg {
      position: relative;
      top: -5px; }

.btn-blue-notext {
  font-size: 16px;
  line-height: 2 !important;
  color: #015EAC !important;
  background-color: transparent !important;
  padding-left: 25px !important;
  padding-right: 25px !important;
  border-radius: 26px !important;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  border: 1px solid #015EAC !important;
  text-decoration: none !important; }
  @media screen and (min-width: 576px) {
    .btn-blue-notext {
      font-size: calc(16px + 2 * ((100vw - 576px) / (992 - 576))); } }
  @media screen and (min-width: 992px) {
    .btn-blue-notext {
      font-size: 18px; } }
  .btn-blue-notext:after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22'  viewBox='0 0 50 50'%3E%3Cg transform='matrix(3.5714285714285716 0 0 3.5714285714285716 0 0)'%3E%3Cg%3E%3Cline x1='0.5' y1='7' x2='13.5' y2='7' fill='none' stroke='%23015EAC' stroke-linecap='round' stroke-linejoin='round'%3E%3C/line%3E%3Cpolyline points='10 10.5 13.5 7 10 3.5' fill='none' stroke='%23015EAC' stroke-linecap='round' stroke-linejoin='round'%3E%3C/polyline%3E%3C/g%3E%3C/g%3E%3C/svg%3E") !important;
    position: relative !important;
    width: 22px !important;
    height: 22px !important;
    display: inline-block;
    background-color: transparent !important;
    bottom: -4px !important;
    margin-left: 17px !important;
    left: 0 !important;
    transition: margin-left 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955), left 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955) !important; }
  .btn-blue-notext:hover:after, .btn-blue-notext.btnactove:after {
    margin-left: 47px !important;
    left: -17px !important; }

.btn-blue-full {
  font-size: 16px;
  line-height: 2;
  color: #FFFFFF !important;
  background-color: #015EAC !important;
  padding-left: 25px !important;
  padding-right: 25px !important;
  border-radius: 26px !important;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  border: 1px solid #015EAC !important;
  text-decoration: none !important; }
  @media screen and (min-width: 576px) {
    .btn-blue-full {
      font-size: calc(16px + 2 * ((100vw - 576px) / (992 - 576))); } }
  @media screen and (min-width: 992px) {
    .btn-blue-full {
      font-size: 18px; } }
  .btn-blue-full:after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50'%3E%3Cg transform='matrix(3.5714285714285716 0 0 3.5714285714285716 0 0)'%3E%3Cg%3E%3Cline x1='0.5' y1='7' x2='13.5' y2='7' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round'%3E%3C/line%3E%3Cpolyline points='10 10.5 13.5 7 10 3.5' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round'%3E%3C/polyline%3E%3C/g%3E%3C/g%3E%3C/svg%3E") !important;
    position: relative !important;
    width: 22px !important;
    height: 22px !important;
    display: inline-block;
    background-color: #015EAC !important;
    bottom: -4px !important;
    margin-left: 17px !important;
    left: 0 !important;
    z-index: 10 !important;
    transition: margin-left 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955), left 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955) !important; }
  .btn-blue-full:hover:after, .btn-blue-full.btnactove:after {
    margin-left: 47px !important;
    left: -17px !important; }

.btn-white-notext {
  font-size: 16px;
  line-height: 2;
  color: #FFFFFF !important;
  background-color: transparent !important;
  padding-left: 25px !important;
  padding-right: 25px !important;
  border-radius: 26px !important;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  border: 1px solid #FFFFFF !important;
  text-decoration: none !important; }
  @media screen and (min-width: 576px) {
    .btn-white-notext {
      font-size: calc(16px + 2 * ((100vw - 576px) / (992 - 576))); } }
  @media screen and (min-width: 992px) {
    .btn-white-notext {
      font-size: 18px; } }
  .btn-white-notext:after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50'%3E%3Cg transform='matrix(3.5714285714285716 0 0 3.5714285714285716 0 0)'%3E%3Cg%3E%3Cline x1='0.5' y1='7' x2='13.5' y2='7' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round'%3E%3C/line%3E%3Cpolyline points='10 10.5 13.5 7 10 3.5' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round'%3E%3C/polyline%3E%3C/g%3E%3C/g%3E%3C/svg%3E") !important;
    position: relative !important;
    width: 22px !important;
    height: 22px !important;
    display: inline-block;
    background-color: transparent !important;
    bottom: -4px !important;
    margin-left: 17px !important;
    left: 0 !important;
    z-index: 10 !important;
    transition: margin-left 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955), left 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955) !important; }
  .btn-white-notext:hover:after, .btn-white-notext.btnactove:after {
    margin-left: 47px !important;
    left: -17px !important; }

.checklist_showmore {
  position: relative;
  padding-left: 30px; }
  .checklist_showmore .cbline1 {
    width: 1.5px;
    background-color: #015EAC;
    height: 22px;
    position: absolute;
    left: 3px;
    top: 5px;
    border-radius: 5px; }
  .checklist_showmore .cbline2 {
    width: 1.5px;
    height: 9px;
    background-color: #015EAC;
    position: absolute;
    left: 0;
    border-radius: 5px;
    transform: rotate(-45deg);
    top: 19px;
    transition: transform .3s ease-in-out, top .3s ease-in-out; }
  .checklist_showmore .cbline3 {
    width: 1.5px;
    height: 9px;
    background-color: #015EAC;
    position: absolute;
    left: 6px;
    border-radius: 5px;
    transform: rotate(45deg);
    top: 19px;
    transition: transform .3s ease-in-out, top .3s ease-in-out; }
  .checklist_showmore:before {
    content: unset !important; }
  .checklist_showmore:after {
    content: unset !important; }
  .checklist_showmore.active .cbline2, .checklist_showmore:hover .cbline2 {
    transform: rotate(45deg);
    top: 4px; }
  .checklist_showmore.active .cbline3, .checklist_showmore:hover .cbline3 {
    transform: rotate(-45deg);
    top: 4px; }

.text_showmore {
  border: none;
  background-color: transparent;
  color: #015EAC;
  font-size: 16px;
  position: relative;
  line-height: 1.5;
  padding-left: 30px;
  padding-right: 0px;
  margin-top: 40px;
  margin-bottom: 30px;
  font-weight: 300; }
  @media screen and (min-width: 576px) {
    .text_showmore {
      font-size: calc(16px + 4 * ((100vw - 576px) / (992 - 576))); } }
  @media screen and (min-width: 992px) {
    .text_showmore {
      font-size: 20px; } }
  .text_showmore span {
    margin-right: 0px; }
    .text_showmore span svg {
      position: relative;
      top: -5px; }
  .text_showmore .cbline1 {
    width: 2px;
    background-color: #015EAC;
    height: 22px;
    position: absolute;
    left: 3px;
    top: 5px;
    border-radius: 5px; }
  .text_showmore .cbline2 {
    width: 1.5px;
    height: 9px;
    background-color: #015EAC;
    position: absolute;
    left: 0;
    border-radius: 5px;
    transform: rotate(-45deg);
    top: 19px;
    transition: transform .3s ease-in-out, top .3s ease-in-out; }
  .text_showmore .cbline3 {
    width: 1.5px;
    height: 9px;
    background-color: #015EAC;
    position: absolute;
    left: 6px;
    border-radius: 5px;
    transform: rotate(45deg);
    top: 19px;
    transition: transform .3s ease-in-out, top .3s ease-in-out; }
  .text_showmore:before {
    content: unset !important; }
  .text_showmore:after {
    content: unset !important; }
  .text_showmore.active .cbline2, .text_showmore:hover .cbline2 {
    transform: rotate(45deg);
    top: 4px; }
  .text_showmore.active .cbline3, .text_showmore:hover .cbline3 {
    transform: rotate(-45deg);
    top: 4px; }

.imgzommer {
  overflow: hidden; }
  .imgzommer img {
    transform: scale(1);
    transition: transform .5s ease-in-out; }
  .imgzommer:hover img {
    transform: scale(1.03); }

.checklist_showmoretext:after {
  content: unset !important; }
.checklist_showmoretext:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22'  viewBox='0 0 50 50'%3E%3Cg transform='matrix(3.5714285714285716 0 0 3.5714285714285716 0 0)'%3E%3Cg%3E%3Cline x1='0.5' y1='7' x2='13.5' y2='7' fill='none' stroke='%23015EAC' stroke-linecap='round' stroke-linejoin='round'%3E%3C/line%3E%3Cpolyline points='10 10.5 13.5 7 10 3.5' fill='none' stroke='%23015EAC' stroke-linecap='round' stroke-linejoin='round'%3E%3C/polyline%3E%3C/g%3E%3C/g%3E%3C/svg%3E") !important;
  position: relative !important;
  width: 22px !important;
  height: 22px !important;
  display: inline-block;
  background-color: transparent !important;
  bottom: -4px !important;
  margin-left: 17px !important;
  left: -20px !important;
  transition: margin-left 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955), left 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955) !important;
  transform: rotate(90deg); }
.checklist_showmoretext:hover {
  color: #015EAC !important; }
  .checklist_showmoretext:hover:before {
    transform: rotate(0deg);
    left: -10px !important; }

.btn-back:after {
  content: unset !important; }
.btn-back:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22'  viewBox='0 0 50 50'%3E%3Cg transform='matrix(3.5714285714285716 0 0 3.5714285714285716 0 0)'%3E%3Cg%3E%3Cline x1='0.5' y1='7' x2='13.5' y2='7' fill='none' stroke='%23015EAC' stroke-linecap='round' stroke-linejoin='round'%3E%3C/line%3E%3Cpolyline points='10 10.5 13.5 7 10 3.5' fill='none' stroke='%23015EAC' stroke-linecap='round' stroke-linejoin='round'%3E%3C/polyline%3E%3C/g%3E%3C/g%3E%3C/svg%3E") !important;
  position: relative !important;
  width: 22px !important;
  height: 22px !important;
  display: inline-block;
  background-color: transparent !important;
  bottom: -4px !important;
  margin-left: 17px !important;
  left: -20px !important;
  transition: margin-left 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955), left 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955) !important;
  transform: rotate(180deg); }
.btn-back:hover {
  color: #015EAC !important; }
  .btn-back:hover:before {
    left: -30px !important; }

.table-responsive table {
  width: 100%;
  min-width: 500px; }
  .table-responsive table tr {
    background-color: #FFFFFF;
    color: #5D5D5D;
    opacity: 1;
    border-radius: 0px;
    transition: opacity .3s ease-in-out, background-color .3s ease-in-out, color .3s ease-in-out, border-radius .3s ease-in-out; }
    .table-responsive table tr td {
      padding-top: 20px;
      padding-bottom: 20px;
      padding-left: 12px;
      padding-right: 12px; }
      .table-responsive table tr td:first-of-type {
        width: 30%; }
    .table-responsive table tr:nth-of-type(even) {
      background-color: #f6f6f6; }
    .table-responsive table tr:hover {
      background-color: #015EAC;
      color: #FFFFFF;
      border-radius: 5px; }
    .table-responsive table tr.custtr_hide {
      opacity: .75; }

.shortend {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

.isformobile .actul {
  max-height: inital;
  overflow: hidden;
  height: 100%; }

.inthom {
  margin-bottom: 45px; }
  @media screen and (min-width: 576px) {
    .inthom {
      margin-bottom: calc(45px + 105 * ((100vw - 576px) / (992 - 576))); } }
  @media screen and (min-width: 992px) {
    .inthom {
      margin-bottom: 150px; } }

.custshowmore.shortend {
  margin-bottom: 0px; }

.swiper-button-disabled {
  display: none; }

.nesstart {
  margin-top: 115px !important; }
  @media screen and (min-width: 576px) {
    .nesstart {
      margin-top: calc(115px + 140 * ((100vw - 576px) / (992 - 576))) !important; } }
  @media screen and (min-width: 992px) {
    .nesstart {
      margin-top: 255px !important; } }

@media screen and (min-width: 992px) {
  .nocontsehbr p, .nocontsehbr h1, .nocontsehbr h2, .nocontsehbr h3, .nocontsehbr ul, .nocontsehbr button, .nocontsehbr .btn-blue-notext, .nocontsehbr .btn-blue-full, .nocontsehbr .btn-white-notext, .nocontsehbr .checklist_showmoretext, .nocontsehbr .btn-back {
    padding-right: 25%; } }

.custgalsmall .swiper-button-wrapper {
  position: absolute;
  top: 50%;
  z-index: 99;
  width: 108%;
  justify-content: space-between;
  left: -4%;
  padding-bottom: 0;
  margin-top: 0;
  transform: translateY(calc(-50% - 10px)); }

.iconlist ul {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding-left: 0px;
  gap: 10px; }
  .iconlist ul li {
    width: 70px;
    border: 1px solid #DDDDDD;
    margin-bottom: 10px; }
    @media screen and (min-width: 576px) {
      .iconlist ul li {
        width: calc(70px + 30 * ((100vw - 576px) / (992 - 576))); } }
    @media screen and (min-width: 992px) {
      .iconlist ul li {
        width: 100px; } }
    .iconlist ul li img {
      width: 55%;
      height: auto;
      margin: auto;
      position: relative;
      display: block;
      margin-top: 10px; }
    .iconlist ul li p {
      font-size: 12px;
      line-height: 1.5;
      font-weight: 500;
      display: block;
      text-align: center;
      margin-top: 11px;
      margin-bottom: 11px;
      padding-left: 5px;
      padding-right: 5px; }
      @media screen and (min-width: 576px) {
        .iconlist ul li p {
          font-size: calc(12px + 3 * ((100vw - 576px) / (992 - 576))); } }
      @media screen and (min-width: 992px) {
        .iconlist ul li p {
          font-size: 15px; } }

.intro {
  width: 100%;
  height: 100%;
  position: relative;
  max-height: 1080px; }
  .intro img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: relative;
    max-height: 1080px; }
  .intro_arrow {
    position: absolute;
    left: 50%;
    transform: translateX(-50%) scale(0.4);
    cursor: pointer;
    z-index: 10000000;
    transition: transform .3s ease-in-out;
    bottom: 40px; }
    @media screen and (min-width: 576px) {
      .intro_arrow {
        transform: translateX(-50%) scale(0.5); } }
    @media screen and (min-width: 768px) {
      .intro_arrow {
        transform: translateX(-50%) scale(0.7); } }
    @media screen and (min-width: 992px) {
      .intro_arrow {
        transform: translateX(-50%) scale(1); } }
    @media screen and (min-width: 576px) {
      .intro_arrow {
        bottom: calc(40px + 70 * ((100vw - 576px) / (1100 - 576))); } }
    @media screen and (min-width: 1100px) {
      .intro_arrow {
        bottom: 110px; } }
  .intro_arrow span {
    display: block;
    border-radius: 3px;
    width: 30px;
    height: 30px;
    margin: -13px;
    animation: animate 3s infinite; }
  .intro_arrow span:nth-child(2) {
    animation-delay: -0.2s; }
  .intro_arrow span:nth-child(3) {
    animation-delay: -0.4s; }
@keyframes animate {
  0% {
    opacity: 0;
    transform: translate(0, -10px); }
  50% {
    opacity: 1; }
  100% {
    opacity: 0;
    transform: translate(0, 10px); } }
  .intro_white {
    background: white;
    background: -webkit-linear-gradient(bottom, white 0%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(bottom, white 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 100%);
    height: 48px;
    height: 48px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px; }
    @media screen and (min-width: 576px) {
      .intro_white {
        height: 58px; } }
    @media screen and (min-width: 768px) {
      .intro_white {
        height: 88px; } }
    @media screen and (min-width: 992px) {
      .intro_white {
        height: 138px; } }
    @media screen and (min-width: 576px) {
      .intro_white {
        height: calc(48px + 90 * ((100vw - 576px) / (1100 - 576))); } }
    @media screen and (min-width: 1100px) {
      .intro_white {
        height: 138px; } }

.introsub {
  width: 100%;
  height: 100%;
  max-height: 550px;
  max-height: 550px;
  min-height: 280px;
  position: relative; }
  @media screen and (min-width: 1100px) {
    .introsub {
      min-height: 550px; } }
  .introsub img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: relative;
    max-height: 550px;
    min-height: 280px; }
    @media screen and (min-width: 1100px) {
      .introsub img {
        min-height: 550px; } }

.inthom {
  width: 100%;
  height: 100%;
  max-height: 550px;
  min-height: 280px;
  position: relative; }
  @media screen and (min-width: 991px) {
    .inthom {
      min-height: unset;
      max-height: unset;
      height: 100vh;
      max-width: 4000px;
      margin: auto; } }
  .inthom img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: relative;
    max-height: 550px;
    min-height: 280px; }
    @media screen and (min-width: 992px) {
      .inthom img {
        max-height: unset;
        height: 100%;
        max-width: 4000px; } }
  .inthom .videocontent {
    position: absolute;
    padding-left: 20px;
    padding-right: 20px;
    left: 12px;
    width: calc(100% - 24px);
    box-shadow: 0px 0px 9px 3px rgba(0, 0, 0, 0.1);
    padding-top: 25px;
    padding-bottom: 36px;
    bottom: -250px;
    transition: max-width .55s ease-out; }
    @media screen and (min-width: 992px) {
      .inthom .videocontent {
        opacity: .85; } }
    @media screen and (min-width: 576px) {
      .inthom .videocontent {
        bottom: -220px; } }
    @media screen and (min-width: 768px) {
      .inthom .videocontent {
        bottom: -290px; } }
    @media screen and (min-width: 576px) {
      .inthom .videocontent {
        z-index: 9999;
        left: 12px;
        width: 75%;
        padding-top: 30px;
        padding-bottom: 50px; } }
    @media screen and (min-width: 992px) {
      .inthom .videocontent {
        max-width: 70%;
        width: 100%;
        bottom: 50px;
        left: 50px;
        padding-left: 50px;
        padding-right: 50px; } }
    @media screen and (min-width: 1200px) {
      .inthom .videocontent {
        max-width: 50%;
        width: 100%; } }
    @media screen and (min-width: 1400px) {
      .inthom .videocontent {
        max-width: 40%;
        width: 100%; } }
    .inthom .videocontent.vcwhite {
      background-color: white; }
    .inthom .videocontent.vcblue {
      background-color: #015EAC; }
      .inthom .videocontent.vcblue h1, .inthom .videocontent.vcblue h2, .inthom .videocontent.vcblue h3, .inthom .videocontent.vcblue p {
        color: white; }
      .inthom .videocontent.vcblue h1 {
        margin-bottom: 22px; }
    .inthom .videocontent p {
      line-height: 1.5;
      font-weight: 300;
      font-size: 16px; }
      @media screen and (min-width: 576px) {
        .inthom .videocontent p {
          font-size: calc(16px + 6 * ((100vw - 576px) / (992 - 576))); } }
      @media screen and (min-width: 992px) {
        .inthom .videocontent p {
          font-size: 22px; } }
    .inthom .videocontent .videocontent-link {
      margin-top: 36px; }
    @media screen and (min-width: 992px) {
      .inthom .videocontent.videocontenthidden {
        width: auto;
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 30px;
        padding-top: 0; } }
  .inthom .vidoverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin-top: 64px;
    height: calc(100% - 64px);
    object-fit: cover;
    display: block; }
    @media screen and (min-width: 768px) {
      .inthom .vidoverlay {
        height: calc(100% - calc(64px - 72 * ((100vw - 768px) / (992 - 768)))); } }
    @media screen and (min-width: 992px) {
      .inthom .vidoverlay {
        width: 100%;
        height: calc(100% + 6px); }
        .inthom .vidoverlay picture, .inthom .vidoverlay .plabtn {
          display: none; } }
  .inthom .plabtn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid white;
    border-radius: 50%;
    padding: 30px; }
    @media screen and (min-width: 992px) {
      .inthom .plabtn {
        display: none; } }
    .inthom .plabtn svg {
      position: relative;
      left: 5px; }
      .inthom .plabtn svg path {
        fill: white; }

.vidoverlay, .intro_arrow {
  display: none; }

.introlandingpage {
  width: 100%;
  height: 100%;
  max-height: 750px;
  position: relative; }
  .introlandingpage img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: relative;
    max-height: 750px; }

.inthomspez {
  width: 100%;
  height: 100%;
  max-height: 550px;
  min-height: 280px;
  margin-bottom: 295px; }
  @media screen and (min-width: 992px) {
    .inthomspez {
      min-height: unset;
      max-height: unset;
      height: 100vh;
      max-width: 4000px;
      margin: auto; } }
  @media screen and (min-width: 576px) {
    .inthomspez {
      margin-bottom: 275px; } }
  @media screen and (min-width: 768px) {
    .inthomspez {
      margin-bottom: 355px; } }
  @media screen and (min-width: 768px) {
    .inthomspez {
      margin-bottom: 355px; } }
  @media screen and (min-width: 992px) {
    .inthomspez {
      margin-bottom: 120px; } }
  .inthomspez .inthowrap {
    overflow: hidden; }
  .inthomspez .video-bg {
    width: 100%;
    height: auto;
    margin-top: 64px; }
    @media screen and (min-width: 992px) {
      .inthomspez .video-bg {
        width: 100vw;
        height: calc(100vh - 64px); } }
    .inthomspez .video-bg .video-fg {
      width: 100%;
      height: auto; }
      @media screen and (min-width: 992px) {
        .inthomspez .video-bg .video-fg {
          width: 100vw;
          height: 100vh; } }
      .inthomspez .video-bg .video-fg iframe {
        position: relative; }
        @media screen and (min-width: 992px) {
          .inthomspez .video-bg .video-fg iframe {
            top: 50%;
            left: 50%;
            width: 100vw;
            height: 100vh;
            transform: translate(-50%, -50%); } }
@media screen and (min-aspect-ratio: 16 / 9) and (min-width: 992px) {
  .inthomspez .video-bg .video-fg iframe {
    height: 56.25vw; } }

@media screen and (max-aspect-ratio: 16 / 9) and (min-width: 992px) {
  .inthomspez .video-bg .video-fg iframe {
    width: 177.78vh; } }

  .inthomspez img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: relative;
    max-height: unset;
    min-height: unset; }
    @media screen and (min-width: 992px) {
      .inthomspez img {
        max-height: unset;
        height: 100%;
        max-width: 4000px; } }

.newsoverview_block {
  box-shadow: 5px 5px 23px 7px rgba(0, 0, 0, 0.09);
  margin-bottom: 40px;
  border-radius: 5px;
  min-height: auto; }
  @media screen and (min-width: 576px) {
    .newsoverview_block {
      min-height: unset; } }
  @media screen and (min-width: 768px) {
    .newsoverview_block {
      min-height: unset; } }
  @media screen and (min-width: 992px) {
    .newsoverview_block {
      min-height: unset; } }
.newsoverview_image img {
  width: 100%;
  height: auto;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }
.newsoverview_content {
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 0;
  min-height: 100px; }
  @media screen and (min-width: 576px) {
    .newsoverview_content {
      min-height: 130px; } }
  @media screen and (min-width: 768px) {
    .newsoverview_content {
      padding-left: 33px;
      padding-right: 33px;
      padding-bottom: 0;
      min-height: 160px; } }
  @media screen and (min-width: 992px) {
    .newsoverview_content {
      padding-left: 33px;
      padding-right: 33px;
      padding-bottom: 0;
      min-height: 190px; } }
  .newsoverview_content span {
    font-size: 12px;
    line-height: 1.5;
    color: #7F7F7F;
    font-weight: 300;
    margin-top: 13px;
    display: block;
    margin-bottom: 0px; }
    @media screen and (min-width: 576px) {
      .newsoverview_content span {
        font-size: calc(12px + 2 * ((100vw - 576px) / (992 - 576))); } }
    @media screen and (min-width: 992px) {
      .newsoverview_content span {
        font-size: 14px; } }
    @media screen and (min-width: 576px) {
      .newsoverview_content span {
        margin-top: 28px; } }
  .newsoverview_content h2 {
    font-size: 16px;
    line-height: 1.5;
    color: #333333;
    font-weight: bold;
    margin-top: 3px;
    text-transform: none; }
    @media screen and (min-width: 576px) {
      .newsoverview_content h2 {
        font-size: calc(16px + 4 * ((100vw - 576px) / (992 - 576))); } }
    @media screen and (min-width: 992px) {
      .newsoverview_content h2 {
        font-size: 20px; } }
    @media screen and (min-width: 576px) {
      .newsoverview_content h2 {
        margin-top: 21px; } }
  .newsoverview_content a {
    text-decoration: none; }
.newsoverview_filter {
  overflow: hidden;
  display: block;
  margin-bottom: 72px; }
  .newsoverview_filter button {
    font-size: 16px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 15px;
    line-height: 1.5;
    line-height: 30px;
    font-weight: bold;
    color: #333333;
    border-radius: 26px;
    border: 1px solid #DDDDDD;
    background-color: #FFFFFF;
    float: left;
    display: inline-block;
    padding-top: 4px;
    padding-bottom: 4px; }
    @media screen and (min-width: 576px) {
      .newsoverview_filter button {
        font-size: calc(16px + 2 * ((100vw - 576px) / (992 - 576)));
        margin-right: calc(10px + 10 * ((100vw - 576px) / (992 - 576)));
        padding-left: calc(10px + 10 * ((100vw - 576px) / (992 - 576)));
        padding-right: calc(10px + 10 * ((100vw - 576px) / (992 - 576))); } }
    @media screen and (min-width: 992px) {
      .newsoverview_filter button {
        font-size: 18px;
        margin-right: 20px;
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 15px; } }
    .newsoverview_filter button:last-of-type {
      margin-right: 0px; }
    .newsoverview_filter button.active {
      border-color: #015EAC;
      color: #015EAC; }
.newsoverview .item {
  opacity: 0;
  transition: opacity .5s ease-in-out; }
  .newsoverview .item .newsoverview_block {
    background-color: white;
    transition: background-color .5s ease-in-out; }
    .newsoverview .item .newsoverview_block span {
      color: #7F7F7F;
      transition: color .5s ease-in-out; }
    .newsoverview .item .newsoverview_block h2 {
      color: #333333;
      transition: color .5s ease-in-out; }
    .newsoverview .item .newsoverview_block .news-img-wrap {
      overflow: hidden; }
      .newsoverview .item .newsoverview_block .news-img-wrap img {
        transform: scale(1);
        transition: transform .5s ease-in-out; }
  .newsoverview .item.itemactive {
    opacity: 1; }
    .newsoverview .item.itemactive:nth-of-type(1) {
      transition-delay: 0.1s; }
    .newsoverview .item.itemactive:nth-of-type(2) {
      transition-delay: 0.2s; }
    .newsoverview .item.itemactive:nth-of-type(3) {
      transition-delay: 0.2s; }
    .newsoverview .item.itemactive:nth-of-type(4) {
      transition-delay: 0.4s; }
    .newsoverview .item.itemactive:nth-of-type(5) {
      transition-delay: 0.5s; }
    .newsoverview .item.itemactive:nth-of-type(6) {
      transition-delay: 0.6s; }
    .newsoverview .item.itemactive:nth-of-type(7) {
      transition-delay: 0.7s; }
    .newsoverview .item.itemactive:nth-of-type(8) {
      transition-delay: 0.8s; }
    .newsoverview .item.itemactive:nth-of-type(9) {
      transition-delay: 0.9s; }
    .newsoverview .item.itemactive:nth-of-type(10) {
      transition-delay: 1s; }
    .newsoverview .item.itemactive:nth-of-type(11) {
      transition-delay: 1.1s; }
    .newsoverview .item.itemactive:nth-of-type(12) {
      transition-delay: 1.2s; }
  .newsoverview .item:hover .newsoverview_block {
    background-color: #015EAC; }
    .newsoverview .item:hover .newsoverview_block span {
      color: #FFFFFF; }
    .newsoverview .item:hover .newsoverview_block h2 {
      color: #FFFFFF; }
    .newsoverview .item:hover .newsoverview_block .news-img-wrap img {
      transform: scale(1.05); }
.newsoverview label.button {
  font-size: 16px;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 15px;
  cursor: pointer;
  line-height: 1.5;
  line-height: 30px;
  font-weight: bold;
  color: #333333;
  border-radius: 26px;
  border: 1px solid #DDDDDD;
  background-color: #FFFFFF;
  float: left;
  display: inline-block;
  padding-top: 4px;
  padding-bottom: 4px;
  transition: border-color .3s ease-in-out, color .3s ease-in-out, background-color .3s ease-in-out; }
  @media screen and (min-width: 576px) {
    .newsoverview label.button {
      font-size: calc(16px + 2 * ((100vw - 576px) / (992 - 576)));
      margin-right: calc(10px + 10 * ((100vw - 576px) / (992 - 576)));
      padding-left: calc(10px + 10 * ((100vw - 576px) / (992 - 576)));
      padding-right: calc(10px + 10 * ((100vw - 576px) / (992 - 576))); } }
  @media screen and (min-width: 992px) {
    .newsoverview label.button {
      font-size: 18px;
      margin-right: 20px;
      padding-left: 20px;
      padding-right: 20px;
      margin-bottom: 15px; } }
  .newsoverview label.button:last-of-type {
    margin-right: 0px; }
  .newsoverview label.button.active {
    border: 1px solid #015EAC;
    background-color: #015EAC;
    color: #FFFFFF; }
    .newsoverview label.button.active:hover {
      border: 1px solid #015EAC;
      background-color: #015EAC;
      color: #FFFFFF; }
  .newsoverview label.button:hover {
    border: 1px solid #015EAC;
    background-color: #FFFFFF;
    color: #015EAC; }
  .newsoverview label.button input {
    display: none; }

.newsimg {
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px; }
  @media screen and (min-width: 576px) {
    .newsimg {
      margin-top: calc(30px + 20 * ((100vw - 576px) / (992 - 576)));
      margin-bottom: calc(30px + 20 * ((100vw - 576px) / (992 - 576))); } }
  @media screen and (min-width: 992px) {
    .newsimg {
      margin-top: 50px;
      margin-bottom: 50px; } }
  .newsimg img, .newsimg video {
    width: 100%;
    height: auto; }

.backlink {
  margin-bottom: 50px; }
  @media screen and (min-width: 576px) {
    .backlink {
      margin-bottom: calc(50px + 80 * ((100vw - 576px) / (1100 - 576))); } }
  @media screen and (min-width: 1100px) {
    .backlink {
      margin-bottom: 130px; } }
  .backlink span {
    margin-right: 12px;
    transform: rotate(-180deg);
    display: inline-block; }
    .backlink span svg {
      width: 22px;
      position: relative;
      top: -5px; }
      .backlink span svg line, .backlink span svg polyline {
        stroke: #015EAC; }
  .backlink a {
    text-decoration: none;
    color: #015EAC;
    font-size: 16px;
    margin-bottom: 30px;
    line-height: 1.5; }
    @media screen and (min-width: 576px) {
      .backlink a {
        font-size: calc(16px + 4 * ((100vw - 576px) / (992 - 576)));
        margin-bottom: calc(30px + 20 * ((100vw - 576px) / (992 - 576))); } }
    @media screen and (min-width: 992px) {
      .backlink a {
        font-size: 20px;
        margin-bottom: 50px; } }

.product {
  margin-top: 50px;
  margin-bottom: 36px; }
  @media screen and (min-width: 576px) {
    .product {
      margin-top: calc(50px + 50 * ((100vw - 576px) / (1200 - 576)));
      margin-bottom: calc(36px + 20 * ((100vw - 576px) / (1200 - 576))); } }
  @media screen and (min-width: 1200px) {
    .product {
      margin-top: 100px;
      margin-bottom: 56px; } }
  .product_card {
    width: 100%;
    box-shadow: 5px 5px 23px 7px rgba(0, 0, 0, 0.09);
    border-radius: 5px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 45px;
    padding-top: 30px;
    margin-bottom: 32px;
    display: flex;
    flex-direction: column; }
    @media screen and (min-width: 576px) {
      .product_card {
        padding-left: calc(15px + 20 * ((100vw - 576px) / (1100 - 576)));
        padding-right: calc(15px + 20 * ((100vw - 576px) / (1100 - 576)));
        padding-bottom: calc(45px + 10 * ((100vw - 576px) / (1100 - 576)));
        padding-top: calc(30px + 20 * ((100vw - 576px) / (1100 - 576))); } }
    @media screen and (min-width: 1100px) {
      .product_card {
        padding-left: 35px;
        padding-right: 35px;
        padding-bottom: 55px;
        padding-top: 50px; } }
    .product_card h2 {
      margin-bottom: 0px;
      color: #333333; }
    .product_card p {
      font-size: 16px;
      margin-top: 15px;
      line-height: 1.5;
      font-weight: 300;
      color: #5D5D5D;
      margin-bottom: 0px;
      flex-grow: 1;
      display: flex; }
      @media screen and (min-width: 576px) {
        .product_card p {
          font-size: calc(16px + 4 * ((100vw - 576px) / (992 - 576)));
          margin-top: calc(15px + 10 * ((100vw - 576px) / (992 - 576))); } }
      @media screen and (min-width: 992px) {
        .product_card p {
          font-size: 20px;
          margin-top: 25px; } }
  .product_wrap {
    display: flex; }
  .product_cardimage {
    margin-top: 26px;
    display: flex; }
    @media screen and (min-width: 576px) {
      .product_cardimage {
        margin-top: calc(26px + 20 * ((100vw - 576px) / (992 - 576))); } }
    @media screen and (min-width: 992px) {
      .product_cardimage {
        margin-top: 46px;
        max-height: 200px; } }
    .product_cardimage img {
      width: 100%;
      height: auto;
      max-height: unset;
      margin: auto; }
      @media screen and (min-width: 576px) {
        .product_cardimage img {
          width: auto;
          height: auto;
          max-height: 200px;
          margin: auto; } }
  .product_filterwrap {
    overflow: hidden;
    margin-bottom: 0; }
    @media screen and (min-width: 576px) {
      .product_filterwrap {
        margin-bottom: 0; } }
    @media screen and (min-width: 1200px) {
      .product_filterwrap {
        margin-bottom: 0; } }
  .product_filter {
    display: inline-block;
    float: left;
    margin-right: 16px;
    border: 1px solid #DDDDDD;
    border-radius: 26px;
    background-color: #FFFFFF;
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 7px;
    padding-bottom: 5px;
    margin-bottom: 15px; }
    .product_filter:last-of-type {
      margin-right: 0; }
    @media screen and (min-width: 576px) {
      .product_filter {
        padding-left: calc(14px + 6 * ((100vw - 576px) / (1100 - 576)));
        padding-right: calc(14px + 6 * ((100vw - 576px) / (1100 - 576)));
        padding-top: calc(7px + 6 * ((100vw - 576px) / (1100 - 576)));
        padding-bottom: calc(5px + 8 * ((100vw - 576px) / (1100 - 576)));
        margin-bottom: 0; } }
    @media screen and (min-width: 1100px) {
      .product_filter {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 10px;
        padding-bottom: 10px; } }
    .product_filter p {
      font-size: 14px;
      margin-right: 15px;
      line-height: 1.5;
      color: #333333;
      font-weight: bold;
      display: inline-block;
      float: left; }
      @media screen and (min-width: 576px) {
        .product_filter p {
          font-size: calc(14px + 2 * ((100vw - 576px) / (992 - 576)));
          margin-right: calc(15px + 27 * ((100vw - 576px) / (992 - 576))); } }
      @media screen and (min-width: 992px) {
        .product_filter p {
          font-size: 16px;
          margin-right: 42px; } }
    .product_filter span svg {
      width: 11px;
      height: auto;
      position: relative;
      top: -3px; }
    .product_filter.prfactive {
      border: 1px solid #015EAC; }
      .product_filter.prfactive p {
        color: #015EAC; }
      .product_filter.prfactive svg path {
        fill: #015EAC !important; }
  .product_del p {
    margin-right: 21px; }

.custprouber {
  margin-top: 35px; }
  @media screen and (min-width: 576px) {
    .custprouber {
      margin-top: calc(35px + 35 * ((100vw - 576px) / (992 - 576))); } }
  @media screen and (min-width: 992px) {
    .custprouber {
      margin-top: 70px; } }

.productov a {
  text-decoration: none; }
.productov .product_card {
  cursor: pointer;
  opacity: 1;
  transition: opacity .3s ease-in-out; }
  .productov .product_card.product_cardhoveropac {
    opacity: .4; }
  .productov .product_card h2 {
    color: #015EAC;
    transition: color .3s ease-in-out; }
  .productov .product_card:hover h2 {
    color: #015EAC; }

.prodfilterbtn {
  cursor: pointer; }
  .prodfilterbtn p {
    margin-right: 0px; }

select.data-filter {
  border-radius: 26px;
  margin-bottom: 15px;
  float: left;
  padding-left: 14px;
  padding-right: 45px;
  padding-top: 7px;
  padding-bottom: 5px;
  background-size: 14px;
  background-position: right 16px top 12px;
  font-size: 14px;
  line-height: 1.5;
  background-color: white;
  font-weight: bold;
  border: 1px solid #DDDDDD;
  color: #333333;
  margin-right: 16px;
  /* for Firefox */
  -moz-appearance: none;
  /* for Chrome */
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cg transform='matrix(1.2857142857142858 0 0 1.2857142857142858 0 0)'%3E%3Cpath d='M13.71 3.4a1 1 0 0 0-1.42 0L7.18 8.51a.25.25 0 0 1-.36 0L1.71 3.4a1 1 0 0 0-1.42 0 1 1 0 0 0 0 1.41l5.65 5.65a1.5 1.5 0 0 0 2.12 0l5.65-5.65A1 1 0 0 0 13.71 3.4Z' style='fill: %23333333'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  cursor: pointer; }
  @media screen and (min-width: 576px) {
    select.data-filter {
      padding-left: calc(14px + 6 * ((100vw - 576px) / (1100 - 576)));
      padding-right: calc(45px + 5 * ((100vw - 576px) / (1100 - 576)));
      padding-top: calc(7px + 6 * ((100vw - 576px) / (1100 - 576)));
      padding-bottom: calc(5px + 8 * ((100vw - 576px) / (1100 - 576)));
      background-size: calc(14px + 3 * ((100vw - 576px) / (1100 - 576)));
      background-position: right 16px top calc(12px + 2 * ((100vw - 576px) / (1100 - 576))); } }
  @media screen and (min-width: 1100px) {
    select.data-filter {
      padding-top: 10px;
      padding-bottom: 10px;
      padding-left: 20px;
      padding-right: 50px;
      background-size: 17px;
      background-position: right 16px top 14px; } }
  @media screen and (min-width: 576px) {
    select.data-filter {
      font-size: calc(14px + 2 * ((100vw - 576px) / (992 - 576))); } }
  @media screen and (min-width: 992px) {
    select.data-filter {
      font-size: 16px; } }

.product_del {
  display: none;
  cursor: pointer; }

.productgallery {
  margin-bottom: 50px;
  margin-top: 50px; }
  @media (min-width: 992px) {
    .productgallery {
      margin-bottom: 100px;
      margin-top: 100px; } }
  .productgallery.prdfullscr {
    margin-bottom: 0px;
    margin-top: 0px; }
    .productgallery.prdfullscr .swiper-button-prev, .productgallery.prdfullscr .swiper-button-next {
      z-index: 99999999999; }
  .productgallery_wrap {
    box-shadow: 5px 5px 23px 7px rgba(0, 0, 0, 0.09);
    border-radius: 5px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 35px;
    padding-bottom: 80px;
    overflow: hidden;
    position: relative; }
    @media (min-width: 992px) {
      .productgallery_wrap {
        padding-left: 32px;
        padding-right: 32px;
        padding-top: 80px;
        padding-bottom: 80px; } }
    .productgallery_wrap .dofullscr {
      display: none;
      width: 24px;
      height: 24px;
      position: absolute;
      right: 19px;
      top: 20px;
      cursor: pointer; }
      @media (min-width: 992px) {
        .productgallery_wrap .dofullscr {
          display: block; } }
      .productgallery_wrap .dofullscr svg {
        width: 24px;
        height: auto; }
        .productgallery_wrap .dofullscr svg path {
          fill: #015EAC; }
    .productgallery_wrap img {
      height: 100%;
      max-height: 360px;
      width: 100%;
      object-fit: contain; }
      @media (min-width: 992px) {
        .productgallery_wrap img {
          max-height: 600px; } }
  .productgallery .swiper {
    overflow: unset; }
  .productgallery .swiper-pagination {
    bottom: -70px;
    left: 0;
    width: 100%; }
    @media (min-width: 992px) {
      .productgallery .swiper-pagination {
        bottom: -55px; } }
  .productgallery .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    opacity: 1;
    margin-left: 8px;
    margin-right: 8px; }
    .productgallery .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background-color: #FFFFFF;
      border: 2px solid #015EAC !important; }
  @media (min-width: 992px) {
    .productgallery .videoclicker:after {
      content: '';
      width: 100%;
      height: 100%;
      background-color: transparent;
      position: absolute;
      top: 0;
      left: 0; } }
  .productgallery .swiper-wrapper {
    align-items: center; }

.productgallery .swpbpre {
  margin-left: 0 !important;
  left: -10px !important; }
  @media (min-width: 992px) {
    .productgallery .swpbpre {
      left: -1px !important; } }

.productgallery .swpbnex {
  margin-right: 0 !important;
  right: -10px !important; }
  @media (min-width: 992px) {
    .productgallery .swpbnex {
      right: -1px !important; } }

.productgallery {
  width: 100%;
  background-color: #FFFFFF; }
  .productgallery h2 {
    margin-left: 30px;
    margin-top: 20px;
    color: #333333; }
  .productgallery .mySwiper2 {
    overflow: unset;
    height: 100vh;
    padding-bottom: 190px;
    padding-top: 50px; }
    .productgallery .mySwiper2 .swiper-wrapper {
      z-index: 99999;
      background-color: transparent;
      width: 80%;
      margin: auto;
      padding-top: 30px;
      padding-bottom: 30px;
      height: 86.1%;
      position: relative; }
      .productgallery .mySwiper2 .swiper-wrapper .swiper-slide {
        margin-right: 65px;
        justify-content: center;
        display: flex; }
        .productgallery .mySwiper2 .swiper-wrapper .swiper-slide iframe {
          width: auto !important;
          position: relative; }
        .productgallery .mySwiper2 .swiper-wrapper .swiper-slide img {
          margin: auto;
          display: block; }
  .productgallery .swiper-paginations {
    width: fit-content;
    margin: auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 100px;
    z-index: 999999; }
    .productgallery .swiper-paginations .swiper-pagination-bullet {
      width: 83px;
      height: 83px;
      border-radius: 5px;
      border: 1px solid #DDDDDD;
      padding: 9px; }
      .productgallery .swiper-paginations .swiper-pagination-bullet img, .productgallery .swiper-paginations .swiper-pagination-bullet svg {
        width: 100%;
        height: 100%;
        object-fit: contain; }
  .productgallery .swiper-button-prev, .productgallery .swiper-button-next {
    width: 48px;
    height: 48px;
    border: 1px solid #DDDDDD;
    background-color: #FFFFFF;
    border-radius: 50%;
    margin-right: 23px;
    margin-left: 23px;
    box-shadow: 5px 5px 23px 7px rgba(0, 0, 0, 0.045); }
    .productgallery .swiper-button-prev svg, .productgallery .swiper-button-next svg {
      height: 27px;
      width: auto;
      position: relative;
      top: 8px;
      left: 50%;
      transform: translateX(-50%); }
  .productgallery .swiper-button-prev {
    width: 32px;
    height: 32px;
    transition: width .3s ease-in-out, height .3s ease-in-out;
    background-color: #FFFFFF;
    cursor: pointer;
    opacity: 1;
    left: 3.75%;
    right: unset;
    margin-right: 3.75%;
    z-index: 9999999999; }
    @media (min-width: 768px) {
      .productgallery .swiper-button-prev {
        width: 40px;
        height: 40px; } }
    @media (min-width: 992px) {
      .productgallery .swiper-button-prev {
        width: 48px;
        height: 48px; } }
    .productgallery .swiper-button-prev:after {
      content: unset; }
    .productgallery .swiper-button-prev svg {
      width: auto;
      position: relative;
      left: 11px;
      transition: left .3s ease-in-out, top .3s ease-in-out, height .3s ease-in-out;
      left: 9px;
      top: 0px;
      height: 20px; }
      @media (min-width: 768px) {
        .productgallery .swiper-button-prev svg {
          left: 11px;
          top: 0px;
          height: 24px; } }
      @media (min-width: 992px) {
        .productgallery .swiper-button-prev svg {
          left: 13px;
          top: 1px;
          height: 28px; } }
  .productgallery .swiper-button-next {
    width: 32px;
    height: 32px;
    transition: width .3s ease-in-out, height .3s ease-in-out;
    background-color: #FFFFFF;
    cursor: pointer;
    opacity: 1;
    left: unset;
    right: 3.75%;
    margin-left: 3.75%;
    z-index: 9999999999; }
    @media (min-width: 768px) {
      .productgallery .swiper-button-next {
        width: 40px;
        height: 40px; } }
    @media (min-width: 992px) {
      .productgallery .swiper-button-next {
        width: 48px;
        height: 48px; } }
    .productgallery .swiper-button-next:after {
      content: unset; }
    .productgallery .swiper-button-next svg {
      transition: left .3s ease-in-out, top .3s ease-in-out, height .3s ease-in-out;
      left: 12px;
      top: 0px;
      height: 20px; }
      @media (min-width: 768px) {
        .productgallery .swiper-button-next svg {
          left: 14px;
          top: 0px;
          height: 24px; } }
      @media (min-width: 992px) {
        .productgallery .swiper-button-next svg {
          left: 16px;
          top: 1px;
          height: 28px; } }
  .productgallery .swiper-slide {
    text-align: center; }

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  pointer-events: initial !important; }

.slider .swiper {
  width: 600px;
  height: 300px; }

.referenceslider {
  width: 100%;
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 50px; }
  @media screen and (min-width: 576px) {
    .referenceslider {
      margin-top: calc(20px + 20 * ((100vw - 576px) / (992 - 576)));
      margin-bottom: calc(50px + 50 * ((100vw - 576px) / (992 - 576))); } }
  @media screen and (min-width: 992px) {
    .referenceslider {
      margin-top: 40px;
      margin-bottom: 100px; } }
  .referenceslider h2 {
    color: #333333;
    text-transform: none;
    margin-bottom: 35px; }
  .referenceslider p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.5; }
    @media screen and (min-width: 576px) {
      .referenceslider p {
        font-size: calc(16px + 4 * ((100vw - 576px) / (992 - 576)));
        margin-bottom: calc(20px + 10 * ((100vw - 576px) / (992 - 576))); } }
    @media screen and (min-width: 992px) {
      .referenceslider p {
        font-size: 20px;
        margin-bottom: 30px; } }
  .referenceslider .slider {
    position: relative;
    margin-top: 10px; }
    @media screen and (min-width: 576px) {
      .referenceslider .slider {
        margin-top: calc(10px + 60 * ((100vw - 576px) / (992 - 576))); } }
    @media screen and (min-width: 992px) {
      .referenceslider .slider {
        margin-top: 70px; } }
    .referenceslider .slider img {
      border-radius: 5px; }
  .referenceslider_counter {
    position: absolute;
    top: 27px;
    left: 15px;
    border-radius: 3px;
    background-color: rgba(255, 255, 255, 0.8);
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 7px;
    padding-bottom: 7px;
    z-index: 1000; }
    .referenceslider_counter span {
      font-size: 14px;
      line-height: 1;
      color: #333333;
      z-index: 1000;
      font-weight: normal; }
      @media screen and (min-width: 576px) {
        .referenceslider_counter span {
          font-size: calc(14px + 4 * ((100vw - 576px) / (992 - 576))); } }
      @media screen and (min-width: 992px) {
        .referenceslider_counter span {
          font-size: 18px; } }
  .referenceslider .swiper-slide {
    max-width: 1400px;
    width: 100%; }
    .referenceslider .swiper-slide img {
      width: 100%;
      height: auto; }
  .referenceslider.referencesliderteaser .swiper-slide {
    width: 100%; }

.refslidercust_nav {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 45px; }
  .refslidercust_nav div, .refslidercust_nav span {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid #015EAC;
    background-color: #FFFFFF;
    margin-left: 8px;
    margin-right: 8px; }
    .refslidercust_nav div.swiper-pagination-bullet-active, .refslidercust_nav span.swiper-pagination-bullet-active {
      background-color: #015EAC; }
  .refslidercust_nav .swiper-pagination-bullet {
    opacity: 1 !important; }
.refslidercust .swiper {
  padding-top: 10px;
  padding-bottom: 50px; }
  @media screen and (min-width: 576px) {
    .refslidercust .swiper {
      padding-bottom: calc(50px + 50 * ((100vw - 576px) / (992 - 576))); } }
  @media screen and (min-width: 992px) {
    .refslidercust .swiper {
      padding-bottom: 100px; } }
.refslidercust .pagcont {
  margin-top: 50px;
  margin-top: 80px; }
  @media screen and (min-width: 576px) {
    .refslidercust .pagcont {
      margin-top: calc(50px + 30 * ((100vw - 576px) / (992 - 576))); } }

.followeddata {
  width: 100%;
  overflow: hidden;
  padding-bottom: 40px; }
  .followeddata h2 {
    color: #333333;
    text-transform: none;
    margin-bottom: 35px; }
  .followeddata .referencesliderjsteaserend {
    position: relative;
    width: 90%; }
    @media screen and (min-width: 992px) {
      .followeddata .referencesliderjsteaserend {
        width: 100%; } }
    .followeddata .referencesliderjsteaserend a {
      text-decoration: none; }
    .followeddata .referencesliderjsteaserend .swiper-button-prev:after {
      content: unset; }
    .followeddata .referencesliderjsteaserend .swiper-button-next:after {
      content: unset; }
    .followeddata .referencesliderjsteaserend .swiper-button-prev, .followeddata .referencesliderjsteaserend .swiper-button-next {
      width: 48px;
      height: 48px;
      border: 1px solid #DDDDDD;
      background-color: #FFFFFF;
      border-radius: 50%;
      margin-right: 23px;
      margin-left: 23px;
      box-shadow: 5px 5px 23px 7px rgba(0, 0, 0, 0.045);
      top: calc(50% + 16px);
      width: 32px;
      height: 32px;
      transition: width .3s ease-in-out, height .3s ease-in-out; }
      @media (min-width: 768px) {
        .followeddata .referencesliderjsteaserend .swiper-button-prev, .followeddata .referencesliderjsteaserend .swiper-button-next {
          top: calc(50% + 20px); } }
      @media (min-width: 992px) {
        .followeddata .referencesliderjsteaserend .swiper-button-prev, .followeddata .referencesliderjsteaserend .swiper-button-next {
          top: calc(50% + 10px); } }
      @media (min-width: 768px) {
        .followeddata .referencesliderjsteaserend .swiper-button-prev, .followeddata .referencesliderjsteaserend .swiper-button-next {
          width: 40px;
          height: 40px; } }
      @media (min-width: 992px) {
        .followeddata .referencesliderjsteaserend .swiper-button-prev, .followeddata .referencesliderjsteaserend .swiper-button-next {
          width: 48px;
          height: 48px; } }
      .followeddata .referencesliderjsteaserend .swiper-button-prev svg, .followeddata .referencesliderjsteaserend .swiper-button-next svg {
        height: 27px;
        width: auto;
        position: relative;
        top: 8px;
        left: 50%;
        transform: translateX(-50%); }
    .followeddata .referencesliderjsteaserend .swiper-button-prev {
      width: 32px;
      height: 32px;
      transition: width .3s ease-in-out, height .3s ease-in-out;
      background-color: #FFFFFF;
      cursor: pointer;
      opacity: 1;
      left: 0;
      right: unset;
      margin-right: 0;
      margin-left: 5px;
      z-index: 999999999; }
      @media (min-width: 768px) {
        .followeddata .referencesliderjsteaserend .swiper-button-prev {
          width: 40px;
          height: 40px; } }
      @media (min-width: 992px) {
        .followeddata .referencesliderjsteaserend .swiper-button-prev {
          width: 48px;
          height: 48px; } }
      @media (min-width: 768px) {
        .followeddata .referencesliderjsteaserend .swiper-button-prev {
          margin-left: 0px; } }
      .followeddata .referencesliderjsteaserend .swiper-button-prev:after {
        content: unset; }
      .followeddata .referencesliderjsteaserend .swiper-button-prev svg {
        width: auto;
        position: relative;
        left: 11px;
        transition: left .3s ease-in-out, top .3s ease-in-out, height .3s ease-in-out;
        left: 9px;
        top: 0px;
        height: 20px; }
        @media (min-width: 768px) {
          .followeddata .referencesliderjsteaserend .swiper-button-prev svg {
            left: 11px;
            top: 0px;
            height: 24px; } }
        @media (min-width: 992px) {
          .followeddata .referencesliderjsteaserend .swiper-button-prev svg {
            left: 13px;
            top: 1px;
            height: 28px; } }
    .followeddata .referencesliderjsteaserend .swiper-button-next {
      width: 32px;
      height: 32px;
      transition: width .3s ease-in-out, height .3s ease-in-out;
      background-color: #FFFFFF;
      cursor: pointer;
      opacity: 1;
      left: unset;
      right: 0;
      margin-left: 0;
      margin-right: 5px;
      z-index: 999999999; }
      @media (min-width: 768px) {
        .followeddata .referencesliderjsteaserend .swiper-button-next {
          width: 40px;
          height: 40px; } }
      @media (min-width: 992px) {
        .followeddata .referencesliderjsteaserend .swiper-button-next {
          width: 48px;
          height: 48px; } }
      @media (min-width: 768px) {
        .followeddata .referencesliderjsteaserend .swiper-button-next {
          margin-right: 0px; } }
      .followeddata .referencesliderjsteaserend .swiper-button-next:after {
        content: unset; }
      .followeddata .referencesliderjsteaserend .swiper-button-next svg {
        transition: left .3s ease-in-out, top .3s ease-in-out, height .3s ease-in-out;
        left: 12px;
        top: 0px;
        height: 20px; }
        @media (min-width: 768px) {
          .followeddata .referencesliderjsteaserend .swiper-button-next svg {
            left: 14px;
            top: 0px;
            height: 24px; } }
        @media (min-width: 992px) {
          .followeddata .referencesliderjsteaserend .swiper-button-next svg {
            left: 16px;
            top: 1px;
            height: 28px; } }
    .followeddata .referencesliderjsteaserend .swiper-slide {
      width: 30%;
      padding-left: 0px;
      padding-right: 0px;
      box-shadow: 5px 5px 23px 7px rgba(0, 0, 0, 0.09);
      border-radius: 5px;
      cursor: pointer;
      opacity: 1;
      transition: opacity .3s ease-in-out; }
      .followeddata .referencesliderjsteaserend .swiper-slide.swiper-slidehoveropac {
        opacity: 0.4; }
      .followeddata .referencesliderjsteaserend .swiper-slide:hover h3 {
        color: #015EAC; }
    .followeddata .referencesliderjsteaserend .referencesliderjsteaserend_image {
      padding-left: 25px;
      padding-right: 25px;
      padding-top: 25px;
      padding-bottom: 25px;
      display: flex;
      border-bottom: 1px solid #DDDDDD; }
      @media screen and (min-width: 768px) {
        .followeddata .referencesliderjsteaserend .referencesliderjsteaserend_image {
          padding-left: 25px;
          padding-right: 25px;
          padding-top: 25px;
          padding-bottom: 25px; } }
      .followeddata .referencesliderjsteaserend .referencesliderjsteaserend_image img {
        width: 100%;
        height: auto;
        margin: auto; }
    .followeddata .referencesliderjsteaserend .referencesliderjsteaserend_content {
      padding-left: 12px;
      padding-right: 12px; }
      @media screen and (min-width: 768px) {
        .followeddata .referencesliderjsteaserend .referencesliderjsteaserend_content {
          padding-left: calc(12px + 20 * ((100vw - 576px) / (992 - 576)));
          padding-right: calc(12px + 48 * ((100vw - 576px) / (992 - 576))); } }
      @media screen and (min-width: 1200px) {
        .followeddata .referencesliderjsteaserend .referencesliderjsteaserend_content {
          padding-left: 32px;
          padding-right: 60px; } }
      .followeddata .referencesliderjsteaserend .referencesliderjsteaserend_content span {
        font-size: 12px;
        line-height: 1.5;
        color: #7F7F7F;
        font-weight: 300;
        margin-top: 11px;
        display: block; }
        @media screen and (min-width: 576px) {
          .followeddata .referencesliderjsteaserend .referencesliderjsteaserend_content span {
            font-size: calc(12px + 2 * ((100vw - 576px) / (992 - 576))); } }
        @media screen and (min-width: 992px) {
          .followeddata .referencesliderjsteaserend .referencesliderjsteaserend_content span {
            font-size: 14px; } }
        @media screen and (min-width: 576px) {
          .followeddata .referencesliderjsteaserend .referencesliderjsteaserend_content span {
            margin-top: calc(11px + 16 * ((100vw - 576px) / (992 - 576))); } }
        @media screen and (min-width: 992px) {
          .followeddata .referencesliderjsteaserend .referencesliderjsteaserend_content span {
            margin-top: 27px; } }
      .followeddata .referencesliderjsteaserend .referencesliderjsteaserend_content h3 {
        font-size: 16px;
        line-height: 1.5;
        color: #333333;
        transition: color .3s ease-in-out;
        font-weight: bold;
        margin-bottom: 10px;
        margin-top: 16px; }
        @media screen and (min-width: 576px) {
          .followeddata .referencesliderjsteaserend .referencesliderjsteaserend_content h3 {
            font-size: calc(16px + 4 * ((100vw - 576px) / (992 - 576))); } }
        @media screen and (min-width: 992px) {
          .followeddata .referencesliderjsteaserend .referencesliderjsteaserend_content h3 {
            font-size: 20px; } }
        @media screen and (min-width: 576px) {
          .followeddata .referencesliderjsteaserend .referencesliderjsteaserend_content h3 {
            margin-top: calc(16px + 6 * ((100vw - 576px) / (992 - 576))); } }
        @media screen and (min-width: 992px) {
          .followeddata .referencesliderjsteaserend .referencesliderjsteaserend_content h3 {
            margin-top: 22px; } }
      .followeddata .referencesliderjsteaserend .referencesliderjsteaserend_content p {
        font-size: 16px;
        line-height: 1.5;
        color: #5D5D5D;
        font-weight: 300;
        margin-top: 7px;
        margin-bottom: 70px; }
        @media screen and (min-width: 576px) {
          .followeddata .referencesliderjsteaserend .referencesliderjsteaserend_content p {
            font-size: calc(16px + 4 * ((100vw - 576px) / (992 - 576))); } }
        @media screen and (min-width: 992px) {
          .followeddata .referencesliderjsteaserend .referencesliderjsteaserend_content p {
            font-size: 20px; } }
  .followeddata.followeddatanews .referencesliderjsteaserend .swiper-slide {
    width: 30%;
    padding-left: 0px;
    padding-right: 0px;
    box-shadow: 5px 5px 23px 7px rgba(0, 0, 0, 0.09);
    border-radius: 5px;
    background-color: #FFFFFF;
    transition: background-color .3s ease-in-out; }
    .followeddata.followeddatanews .referencesliderjsteaserend .swiper-slide.swiper-slidehoveropac {
      opacity: 1; }
    .followeddata.followeddatanews .referencesliderjsteaserend .swiper-slide:hover {
      background-color: #015EAC; }
      .followeddata.followeddatanews .referencesliderjsteaserend .swiper-slide:hover .referencesliderjsteaserend_content h3 {
        color: #FFFFFF; }
      .followeddata.followeddatanews .referencesliderjsteaserend .swiper-slide:hover .referencesliderjsteaserend_content span, .followeddata.followeddatanews .referencesliderjsteaserend .swiper-slide:hover .referencesliderjsteaserend_content p {
        color: #FFFFFF; }
      .followeddata.followeddatanews .referencesliderjsteaserend .swiper-slide:hover .news-img-wrap img {
        transform: scale(1.05); }
  .followeddata.followeddatanews .referencesliderjsteaserend .swiper-button-prev, .followeddata.followeddatanews .referencesliderjsteaserend .swiper-button-next {
    top: calc(50% + 16px); }
    @media (min-width: 768px) {
      .followeddata.followeddatanews .referencesliderjsteaserend .swiper-button-prev, .followeddata.followeddatanews .referencesliderjsteaserend .swiper-button-next {
        top: calc(50% + 20px); } }
    @media (min-width: 992px) {
      .followeddata.followeddatanews .referencesliderjsteaserend .swiper-button-prev, .followeddata.followeddatanews .referencesliderjsteaserend .swiper-button-next {
        top: calc(50% + 10px); } }
  .followeddata.followeddatanews .referencesliderjsteaserend .news-img-wrap {
    overflow: hidden; }
    .followeddata.followeddatanews .referencesliderjsteaserend .news-img-wrap img {
      transform: scale(1);
      transition: transform .3s ease-in-out; }
  .followeddata.followeddatanews .referencesliderjsteaserend .referencesliderjsteaserend_image {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: none; }
    .followeddata.followeddatanews .referencesliderjsteaserend .referencesliderjsteaserend_image img {
      width: 100%;
      height: auto;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px; }
  .followeddata.followeddatanews .referencesliderjsteaserend .referencesliderjsteaserend_content p {
    margin-bottom: 0; }
  .followeddata.followeddatanews .referencesliderjsteaserend .referencesliderjsteaserend_content span {
    color: #7F7F7F;
    transition: color .3s ease-in-out; }
  .followeddata.followeddatanews .referencesliderjsteaserend .referencesliderjsteaserend_content h3 {
    font-size: 16px;
    transition: color .3s ease-in-out;
    line-height: 1.5;
    color: #333333;
    transition: color .3s ease-in-out;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 20px; }
    @media screen and (min-width: 576px) {
      .followeddata.followeddatanews .referencesliderjsteaserend .referencesliderjsteaserend_content h3 {
        font-size: calc(16px + 4 * ((100vw - 576px) / (992 - 576))); } }
    @media screen and (min-width: 992px) {
      .followeddata.followeddatanews .referencesliderjsteaserend .referencesliderjsteaserend_content h3 {
        font-size: 20px; } }
    @media screen and (min-width: 576px) {
      .followeddata.followeddatanews .referencesliderjsteaserend .referencesliderjsteaserend_content h3 {
        margin-bottom: calc(20px + 50 * ((100vw - 576px) / (1200 - 576))); } }
    @media screen and (min-width: 1200px) {
      .followeddata.followeddatanews .referencesliderjsteaserend .referencesliderjsteaserend_content h3 {
        margin-bottom: 70px; } }

.referencesliderjsteaserend .swiper-wrapper {
  padding-top: 10px; }

.team h2 {
  color: #333333;
  text-transform: none;
  margin-bottom: 35px; }
.team_wrap {
  box-shadow: 5px 5px 23px 7px rgba(0, 0, 0, 0.09);
  display: flex;
  flex-direction: column;
  border-radius: 5px;
  margin-bottom: 32px; }
  @media screen and (min-width: 576px) {
    .team_wrap {
      height: calc(100% - 32px); } }
  @media screen and (min-width: 420px) {
    .team_wrap {
      flex-direction: row; } }
  @media screen and (min-width: 576px) {
    .team_wrap {
      flex-direction: row; } }
  @media screen and (min-width: 768px) {
    .team_wrap {
      flex-direction: row; } }
  @media screen and (min-width: 992px) {
    .team_wrap {
      flex-direction: row; } }
  @media screen and (min-width: 1400px) {
    .team_wrap {
      flex-direction: row; } }
  @media screen and (min-width: 1540px) {
    .team_wrap {
      flex-direction: row; } }
.team_image {
  padding: 17px;
  text-align: center; }
  @media screen and (min-width: 576px) {
    .team_image {
      text-align: unset; } }
  @media screen and (min-width: 768px) {
    .team_image {
      text-align: center; } }
  .team_image img {
    border-radius: 5px;
    width: 138px;
    max-height: 211px;
    height: 207px;
    object-fit: cover; }
.team .row {
  margin-bottom: 40px; }
.team_content {
  padding-top: 12px;
  padding-left: 17px;
  padding-right: 17px;
  transition: padding-left .3s ease-in-out, padding-right .3s ease-in-out, padding-top .3s ease-in-out;
  display: flex;
  flex-direction: column;
  padding-bottom: 35px; }
  @media screen and (min-width: 420px) {
    .team_content {
      padding-top: 35px;
      padding-bottom: 45px; } }
  @media screen and (min-width: 992px) {
    .team_content {
      padding-left: 5px;
      padding-right: 5px;
      padding-top: 17px; } }
  @media screen and (min-width: 1200px) {
    .team_content {
      padding-left: 10px;
      padding-right: 10px;
      padding-top: 17px; } }
  @media screen and (min-width: 1400px) {
    .team_content {
      padding-left: 17px;
      padding-right: 17px;
      padding-top: 17px; } }
  @media screen and (min-width: 576px) {
    .team_content {
      padding-bottom: calc(35px + 15 * ((100vw - 576px) / (992 - 576))); } }
  @media screen and (min-width: 992px) {
    .team_content {
      padding-bottom: 50px; } }
  .team_content h3 {
    font-size: 14px;
    line-height: 1.5;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #333333; }
    @media screen and (min-width: 768px) {
      .team_content h3 {
        font-size: calc(16px + 4 * ((100vw - 768px) / (992 - 768))); } }
    @media screen and (min-width: 992px) {
      .team_content h3 {
        font-size: 18px; } }
  .team_content p {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 300;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #333333; }
    @media screen and (min-width: 768px) {
      .team_content p {
        font-size: calc(16px + 4 * ((100vw - 768px) / (992 - 768))); } }
    @media screen and (min-width: 992px) {
      .team_content p {
        font-size: 18px; } }
    .team_content p:first-of-type {
      padding-top: 20px;
      flex-grow: 1; }
  .team_content a {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 300;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #015EAC;
    text-decoration: none;
    position: relative; }
    @media screen and (min-width: 768px) {
      .team_content a {
        font-size: calc(16px + 4 * ((100vw - 768px) / (992 - 768))); } }
    @media screen and (min-width: 992px) {
      .team_content a {
        font-size: 18px; } }
    .team_content a:after {
      content: "";
      width: 100%;
      height: 1px;
      background-color: #015EAC;
      position: absolute;
      left: 0;
      bottom: -2px; }

.teasertext {
  margin-top: 25px;
  margin-bottom: 40px; }
  .teasertext p a {
    color: #015EAC;
    transition: color .3s ease-in-out;
    text-decoration: none;
    position: relative; }
    .teasertext p a:after {
      content: "";
      width: 100%;
      height: 1px;
      background-color: #015EAC;
      position: absolute;
      left: 0;
      bottom: -2px;
      z-index: -1;
      transition: width .3s ease-in-out, left .3s ease-in-out, height .3s ease-in-out; }
    .teasertext p a:hover {
      color: #FFFFFF; }
      .teasertext p a:hover:after {
        width: 100%;
        left: 0;
        height: 35px; }
  .teasertext p:not(.breadcrumb) {
    font-size: 20px;
    line-height: 1.5; }
    @media screen and (min-width: 576px) {
      .teasertext p:not(.breadcrumb) {
        font-size: calc(20px + 8 * ((100vw - 576px) / (992 - 576))); } }
    @media screen and (min-width: 992px) {
      .teasertext p:not(.breadcrumb) {
        font-size: 28px; } }
  @media screen and (min-width: 576px) {
    .teasertext {
      margin-top: calc(25px + 20 * ((100vw - 576px) / (1200 - 576)));
      margin-bottom: calc(40px + 30 * ((100vw - 576px) / (1200 - 576))); } }
  @media screen and (min-width: 1200px) {
    .teasertext {
      margin-top: 45px;
      margin-bottom: 70px; } }
  .teasertext.teasertextstart {
    margin-top: 45px;
    margin-bottom: 70px; }
  .teasertext .breadcrumb {
    margin-bottom: 50px;
    display: none; }
    .teasertext .breadcrumb a {
      font-size: 14px;
      line-height: 18px;
      color: #015EAC;
      font-weight: normal;
      text-decoration: none;
      margin-bottom: 0px;
      margin-top: 0px;
      margin-right: 15px; }
    .teasertext .breadcrumb span {
      margin-right: 15px; }
      .teasertext .breadcrumb span svg {
        position: relative;
        top: -6px; }
    .teasertext .breadcrumb p {
      font-size: 14px;
      line-height: 18px;
      color: #5D5D5D;
      font-weight: normal;
      text-decoration: none;
      margin-bottom: 0px;
      margin-top: 0px; }
    @media screen and (min-width: 576px) {
      .teasertext .breadcrumb {
        display: flex; } }

/* GESCHICHTE */
.history_start {
  position: relative;
  margin-top: 25px; }
  @media (min-width: 768px) {
    .history_start {
      margin-top: 50px;
      margin-bottom: 70px; } }
  .history_start span {
    width: 30px;
    height: 30px;
    background-color: #ffffff;
    display: block;
    margin: auto;
    position: relative;
    margin-bottom: 0;
    transform: rotate(45deg);
    border-top: 2px solid #015EAC;
    border-left: 2px solid #015EAC;
    left: 1px;
    position: relative; }
  .history_start:after {
    content: "";
    width: 2px;
    height: 105px;
    background-color: #015EAC;
    position: absolute;
    left: calc(50% - 0px);
    top: -3px; }
.history_end {
  margin-top: 100px; }
  @media (min-width: 768px) {
    .history_end {
      margin-top: 100px; } }
  .history_end span {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid #015EAC;
    background-color: #ffffff;
    display: block;
    margin: auto;
    position: relative; }
    @media (min-width: 768px) {
      .history_end span {
        margin-bottom: 68px; } }
    .history_end span:after {
      content: "";
      width: 2px;
      height: 80px;
      background-color: #015EAC;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      top: -82px; }
      @media (min-width: 768px) {
        .history_end span:after {
          height: 100px;
          top: -102px; } }
.history_wrap {
  display: block;
  padding-top: 60px;
  overflow: hidden;
  position: relative; }
  @media (min-width: 768px) {
    .history_wrap {
      display: flex;
      padding-top: 80px; } }
  .history_wrap:before {
    content: "";
    width: 2px;
    height: 30px;
    top: 15px;
    background-color: #015EAC;
    position: absolute;
    left: 50%;
    transform: translateX(-50%); }
    @media (min-width: 768px) {
      .history_wrap:before {
        height: 55px;
        top: 25px;
        height: 50px; } }
  @media (min-width: 768px) {
    .history_wrap:after {
      content: "";
      width: 2px;
      height: 100%;
      background-color: #015EAC;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      top: 75px; } }
.history_block_year {
  text-align: center;
  padding-top: 90px; }
  .history_block_year h2:before {
    content: "";
    width: 2px;
    height: 70px;
    background-color: #015EAC;
    position: absolute;
    left: calc(50% + 1px);
    transform: translateX(-50%);
    top: -90px; }
  .history_block_year h2:after {
    left: 50%;
    transform: translateX(-50%); }
.history_block_content {
  display: block; }
  @media (min-width: 768px) {
    .history_block_content {
      display: flex;
      flex-direction: column;
      justify-content: center; } }
  .history_block_content.hbcl {
    display: block;
    width: 100%; }
    @media (min-width: 768px) {
      .history_block_content.hbcl {
        float: left;
        display: inline-flex;
        width: 50%; } }
    @media (min-width: 768px) {
      .history_block_content.hbcl h3, .history_block_content.hbcl p, .history_block_content.hbcl .history_block_image {
        padding-right: 20px;
        padding-left: 20px; } }
    @media (min-width: 992px) {
      .history_block_content.hbcl h3, .history_block_content.hbcl p, .history_block_content.hbcl .history_block_image {
        padding-right: 40px;
        padding-left: 20px; } }
    @media (min-width: 1200px) {
      .history_block_content.hbcl h3, .history_block_content.hbcl p, .history_block_content.hbcl .history_block_image {
        padding-right: 160px;
        padding-left: 50px; } }
    .history_block_content.hbcl h3 img, .history_block_content.hbcl p img, .history_block_content.hbcl .history_block_image img {
      width: 100%;
      height: auto; }
    .history_block_content.hbcl a {
      color: #015EAC;
      position: relative;
      text-decoration: none;
      transition: color .3s ease-in-out; }
      .history_block_content.hbcl a:after {
        content: "";
        width: 100%;
        height: 1px;
        background-color: #015EAC;
        position: absolute;
        left: 0;
        bottom: -2px;
        z-index: -1;
        transition: width .3s ease-in-out, left .3s ease-in-out, height .3s ease-in-out; }
      .history_block_content.hbcl a:hover {
        color: #FFFFFF; }
        .history_block_content.hbcl a:hover:after {
          width: 100%;
          left: 0;
          height: 27px; }
    .history_block_content.hbcl .history_block_image {
      padding-top: 20px;
      padding-bottom: 20px; }
      @media (min-width: 992px) {
        .history_block_content.hbcl .history_block_image {
          padding-top: 35px;
          padding-bottom: 35px; } }
      @media (min-width: 1200px) {
        .history_block_content.hbcl .history_block_image {
          padding-top: 60px;
          padding-bottom: 60px; } }
  .history_block_content.hbcr {
    display: block;
    width: 100%; }
    @media (min-width: 768px) {
      .history_block_content.hbcr {
        float: right;
        display: inline-flex;
        width: 50%; } }
    @media (min-width: 768px) {
      .history_block_content.hbcr h3, .history_block_content.hbcr p, .history_block_content.hbcr .history_block_image {
        padding-left: 20px;
        padding-right: 20px; } }
    @media (min-width: 992px) {
      .history_block_content.hbcr h3, .history_block_content.hbcr p, .history_block_content.hbcr .history_block_image {
        padding-left: 40px;
        padding-right: 20px; } }
    @media (min-width: 1200px) {
      .history_block_content.hbcr h3, .history_block_content.hbcr p, .history_block_content.hbcr .history_block_image {
        padding-left: 160px;
        padding-right: 50px; } }
    .history_block_content.hbcr h3 img, .history_block_content.hbcr p img, .history_block_content.hbcr .history_block_image img {
      width: 100%;
      height: auto; }
    .history_block_content.hbcr a {
      position: relative;
      color: #001E32;
      transition: color .3s ease-in-out;
      text-decoration: none; }
      .history_block_content.hbcr a:after {
        content: "";
        width: 100%;
        height: 1px;
        background-color: #015EAC;
        position: absolute;
        left: 0;
        bottom: -2px;
        z-index: -1;
        transition: width .3s ease-in-out, left .3s ease-in-out, height .3s ease-in-out; }
      .history_block_content.hbcr a:hover {
        color: #FFFFFF; }
        .history_block_content.hbcr a:hover:after {
          width: 100%;
          left: 0;
          height: 27px; }
    .history_block_content.hbcr .history_block_image {
      padding-top: 20px;
      padding-bottom: 20px; }
      @media (min-width: 992px) {
        .history_block_content.hbcr .history_block_image {
          padding-top: 35px;
          padding-bottom: 35px; } }
      @media (min-width: 1200px) {
        .history_block_content.hbcr .history_block_image {
          padding-top: 60px;
          padding-bottom: 60px; } }
.history_block {
  overflow: hidden;
  display: block; }
  .history_block:nth-of-type(odd) h2:before {
    margin-left: 0px !important; }
  .history_block h2 {
    position: relative;
    display: inline-block;
    color: #333333;
    transition: color .3s ease-in-out; }
    .history_block h2:after {
      content: "";
      position: absolute;
      bottom: 1px;
      width: 100%;
      height: 0;
      z-index: -1;
      background-color: #015EAC;
      margin-left: 0x;
      transition: height .3s ease-in-out; }
  .history_block:hover .history_block_year h2 {
    color: white; }
    .history_block:hover .history_block_year h2:after {
      content: "";
      position: absolute;
      bottom: 1px;
      width: 100%;
      height: 43px;
      z-index: -1;
      background-color: #015EAC;
      margin-left: 0; }

/* :GESCHICHTE */
.formclassics {
  margin-top: 50px;
  margin-bottom: 50px; }
  @media screen and (min-width: 576px) {
    .formclassics {
      margin-top: calc(50px + 30 * ((100vw - 576px) / (992 - 576)));
      margin-bottom: calc(50px + 30 * ((100vw - 576px) / (992 - 576))); } }
  @media screen and (min-width: 992px) {
    .formclassics {
      margin-top: 80px;
      margin-bottom: 80px; } }
  .formclassics h2 {
    margin-bottom: 0;
    text-transform: none !important; }
  .formclassics .btn-blue-full {
    margin-top: 40px; }
  .formclassics .pplus {
    width: 20px;
    height: auto;
    position: absolute;
    top: 17px;
    right: 20px;
    cursor: pointer;
    z-index: -1; }
  .formclassics .actions {
    display: block;
    width: 100%;
    clear: both;
    float: none; }
  .formclassics .small.form-control {
    background-color: white; }
  .formclassics .legend {
    margin-bottom: 50px; }
  .formclassics .table-responsive ul {
    margin-bottom: 0px;
    list-style-type: none;
    padding-left: 0;
    margin-top: -12px; }
    .formclassics .table-responsive ul li {
      padding: 0px; }
  .formclassics .table-responsive p, .formclassics .table-responsive ul li {
    font-size: 18px;
    line-height: 27px; }
  .formclassics .table-responsive .summary-table-first-col {
    width: 50%;
    float: left;
    margin-bottom: 15px; }
    .formclassics .table-responsive .summary-table-first-col p:first-of-type {
      margin-bottom: 5px;
      font-size: 12px;
      line-height: 14px; }
    .formclassics .table-responsive .summary-table-first-col img {
      width: 200px;
      height: auto;
      padding: 0px; }
  .formclassics .btnnb.btnmore {
    display: inline-block;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 16px;
    padding-bottom: 16px;
    border-radius: 5px;
    background-color: #0070BA;
    color: #ffffff;
    margin-top: 40px;
    cursor: pointer; }
    .formclassics .btnnb.btnmore span {
      margin-left: 0px;
      margin-right: 0px;
      width: 0px; }
      .formclassics .btnnb.btnmore span svg line, .formclassics .btnnb.btnmore span svg path {
        stroke: white; }
    .formclassics .btnnb.btnmore button {
      font-size: 17px;
      line-height: 20px;
      color: #ffffff;
      background-color: #0070BA;
      border: none;
      padding: 0; }
      .formclassics .btnnb.btnmore button:focus {
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none; }
    .formclassics .btnnb.btnmore:hover span {
      margin-left: 0px;
      margin-right: 16px;
      width: 30px; }
  .formclassics .btnback {
    margin-right: 15px;
    background-color: white !important;
    border: 2px solid #0070BA;
    border-radius: 5px !important;
    background-color: white !important;
    color: #0070BA !important; }
    .formclassics .btnback span {
      transform: rotate(-180deg); }
      .formclassics .btnback span svg path, .formclassics .btnback span svg line {
        stroke: #0070BA !important; }
  .formclassics .form-group {
    margin-top: 30px;
    position: relative; }
    .formclassics .form-group.has-error input {
      border-color: red !important; }
    .formclassics .form-group .control-label {
      font-size: 18px;
      line-height: 27px;
      color: #001E32;
      position: absolute;
      top: 15px;
      left: 18px;
      padding-top: 0px;
      padding-bottom: 0px;
      background-color: white;
      width: calc(100% - 40px);
      transition: top .3s ease-in-out, font-size .3s ease-in-out, line-height .3s ease-in-out, padding-top .3s ease-in-out, padding-bottom .3s ease-in-out; }
    .formclassics .form-group.focused .control-label {
      padding-top: 4px;
      padding-bottom: 4px;
      top: 1px;
      font-size: 12px;
      line-height: 14px; }
    .formclassics .form-group.stnrs .control-label {
      left: 0;
      top: 7px;
      background-color: transparent;
      font-size: 12px;
      line-height: 14px;
      width: 100%;
      text-align: center;
      z-index: -1; }
    .formclassics .form-group.datwui .control-label {
      padding-top: 4px;
      padding-bottom: 4px;
      top: 1px;
      font-size: 12px;
      line-height: 14px; }
    .formclassics .form-group.datwui .input input[type="date"]::-webkit-inner-spin-button,
    .formclassics .form-group.datwui .input input[type="date"]::-webkit-calendar-picker-indicator {
      display: none;
      -webkit-appearance: none; }
    .formclassics .form-group.checkbox .control-label {
      margin-bottom: 18px; }
    .formclassics .form-group .checkbox .control-label {
      margin-bottom: 18px; }
    .formclassics .form-group .checkbox .form-check {
      position: relative;
      top: 0;
      padding-left: 0px;
      margin: 0;
      height: 37px;
      outline: none;
      cursor: pointer; }
      .formclassics .form-group .checkbox .form-check input[type="checkbox"]:before, .formclassics .form-group .checkbox .form-check input[type="checkbox"]:after {
        transition: all .4s ease-in-out;
        cursor: pointer;
        content: "";
        position: absolute;
        top: 0px;
        left: 0;
        z-index: 1;
        width: 20px;
        height: 20px;
        background: #fff;
        border: 2px solid #0070BA; }
      .formclassics .form-group .checkbox .form-check input[type="checkbox"]:after {
        z-index: 0;
        border: none; }
      .formclassics .form-group .checkbox .form-check input[type="checkbox"]:checked:before {
        transform: rotateY(180deg);
        background: #0070BA; }
      .formclassics .form-group .checkbox .form-check span {
        padding-left: 18px;
        cursor: pointer; }
        .formclassics .form-group .checkbox .form-check span span {
          padding-left: 0px; }
    .formclassics .form-group.radio {
      padding-bottom: 20px; }
      .formclassics .form-group.radio .control-label {
        position: relative;
        left: unset;
        top: unset; }
      .formclassics .form-group.radio .form-group {
        margin-top: 10px; }
        .formclassics .form-group.radio .form-group .radio {
          margin-bottom: 0px; }
          .formclassics .form-group.radio .form-group .radio span {
            padding-left: 18px;
            float: left;
            padding-top: 6px; }
        .formclassics .form-group.radio .form-group .radio label {
          position: relative;
          cursor: pointer; }
        .formclassics .form-group.radio .form-group .radio input {
          position: relative;
          margin: 0;
          cursor: pointer;
          margin-top: 6px;
          float: left;
          border: 1px solid white;
          button-color: transparent;
          margin-top: 9px; }
          .formclassics .form-group.radio .form-group .radio input:focus {
            outline: none;
            -webkit-box-shadow: none;
            box-shadow: none; }
          .formclassics .form-group.radio .form-group .radio input:active {
            background: transparent; }
          .formclassics .form-group.radio .form-group .radio input:before, .formclassics .form-group.radio .form-group .radio input:after {
            transition: all .3s ease-in-out;
            cursor: pointer;
            content: "";
            position: absolute;
            top: -2px;
            left: -2px;
            z-index: 1;
            width: 20px;
            height: 20px;
            background: #fff;
            border-radius: 50%;
            border: 2px solid #0070BA; }
          .formclassics .form-group.radio .form-group .radio input:after {
            top: -2;
            z-index: 0;
            border: none; }
          .formclassics .form-group.radio .form-group .radio input:checked:before {
            transform: rotateY(180deg);
            background: #0070BA; }
    .formclassics .form-group.select .control-label {
      padding-top: 4px;
      padding-bottom: 4px;
      top: 1px;
      font-size: 12px;
      line-height: 14px;
      background-color: transparent; }
    .formclassics .form-group.select select {
      cursor: pointer;
      font-size: 18px;
      line-height: 27px;
      border-radius: 5px;
      border: 1px solid #A5A5A5;
      color: #001E32;
      padding-left: 17px;
      padding-right: 17px;
      height: 54px;
      padding-top: 22px;
      font-weight: 300;
      -webkit-appearance: none;
      -moz-appearance: none;
      text-indent: 1px;
      text-overflow: '';
      background-color: transparent; }
      .formclassics .form-group.select select:focus {
        outline: 1px solid #001E32;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: 1px solid #001E32; }
      .formclassics .form-group.select select:-webkit-autofill, .formclassics .form-group.select select:-webkit-autofill:hover, .formclassics .form-group.select select:-webkit-autofill:focus, .formclassics .form-group.select select:-webkit-autofill:active {
        -webkit-box-shadow: 0 0 0 30px white inset !important;
        background-color: white !important; }
      .formclassics .form-group.select select::-ms-expand {
        display: none; }
  .formclassics .form-group.datequery .control-label {
    padding-top: 4px;
    padding-bottom: 4px;
    top: 1px;
    font-size: 12px;
    line-height: 14px;
    background-color: transparent; }
  .formclassics .input input[type="text"], .formclassics .input input[type="password"], .formclassics .input input[type="email"], .formclassics .input input[type="tel"], .formclassics .input input[type="url"], .formclassics .input input[type="number"], .formclassics .input input[type="date"], .formclassics .input textarea {
    font-size: 18px;
    line-height: 27px;
    border-radius: 5px;
    border: 1px solid #A5A5A5;
    color: #001E32;
    padding-left: 17px;
    padding-right: 17px;
    height: 54px;
    padding-top: 22px; }
    .formclassics .input input[type="text"]:focus, .formclassics .input input[type="password"]:focus, .formclassics .input input[type="email"]:focus, .formclassics .input input[type="tel"]:focus, .formclassics .input input[type="url"]:focus, .formclassics .input input[type="number"]:focus, .formclassics .input input[type="date"]:focus, .formclassics .input textarea:focus {
      outline: 1px solid #001E32;
      -webkit-box-shadow: none;
      box-shadow: none;
      border: 1px solid #001E32; }
    .formclassics .input input[type="text"]:-webkit-autofill, .formclassics .input input[type="text"]:-webkit-autofill:hover, .formclassics .input input[type="text"]:-webkit-autofill:focus, .formclassics .input input[type="text"]:-webkit-autofill:active, .formclassics .input input[type="password"]:-webkit-autofill, .formclassics .input input[type="password"]:-webkit-autofill:hover, .formclassics .input input[type="password"]:-webkit-autofill:focus, .formclassics .input input[type="password"]:-webkit-autofill:active, .formclassics .input input[type="email"]:-webkit-autofill, .formclassics .input input[type="email"]:-webkit-autofill:hover, .formclassics .input input[type="email"]:-webkit-autofill:focus, .formclassics .input input[type="email"]:-webkit-autofill:active, .formclassics .input input[type="tel"]:-webkit-autofill, .formclassics .input input[type="tel"]:-webkit-autofill:hover, .formclassics .input input[type="tel"]:-webkit-autofill:focus, .formclassics .input input[type="tel"]:-webkit-autofill:active, .formclassics .input input[type="url"]:-webkit-autofill, .formclassics .input input[type="url"]:-webkit-autofill:hover, .formclassics .input input[type="url"]:-webkit-autofill:focus, .formclassics .input input[type="url"]:-webkit-autofill:active, .formclassics .input input[type="number"]:-webkit-autofill, .formclassics .input input[type="number"]:-webkit-autofill:hover, .formclassics .input input[type="number"]:-webkit-autofill:focus, .formclassics .input input[type="number"]:-webkit-autofill:active, .formclassics .input input[type="date"]:-webkit-autofill, .formclassics .input input[type="date"]:-webkit-autofill:hover, .formclassics .input input[type="date"]:-webkit-autofill:focus, .formclassics .input input[type="date"]:-webkit-autofill:active, .formclassics .input textarea:-webkit-autofill, .formclassics .input textarea:-webkit-autofill:hover, .formclassics .input textarea:-webkit-autofill:focus, .formclassics .input textarea:-webkit-autofill:active {
      -webkit-box-shadow: 0 0 0 30px white inset !important;
      background-color: white !important; }
  .formclassics .input textarea {
    height: 110px; }
  .formclassics .input .help-block {
    font-size: 18px;
    line-height: 27px;
    color: #001E32; }
    .formclassics .input .help-block.error {
      color: red;
      font-size: 14px;
      line-height: 16px;
      margin-top: 5px;
      display: block; }
  .formclassics .input .inputnrs {
    display: flex;
    flex-direction: row; }
    .formclassics .input .inputnrs input[type="number"] {
      border-left: none;
      border-right: none;
      border-radius: 0;
      text-align: center;
      border-radius: 0px;
      background-color: transparent; }
      .formclassics .input .inputnrs input[type="number"]:focus {
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-color: #A5A5A5; }
      .formclassics .input .inputnrs input[type="number"]::-webkit-outer-spin-button, .formclassics .input .inputnrs input[type="number"]::-webkit-inner-spin-button {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        margin: 0; }
    .formclassics .input .inputnrs .number span svg {
      width: 20px;
      height: auto; }
    .formclassics .input .inputnrs .number.nrminus {
      background-color: white;
      font-size: 40px;
      line-height: 0px;
      width: 54px;
      border: 1px solid #A5A5A5;
      border-top-left-radius: 5px;
      border-bottom-left-radius: 5px; }
      .formclassics .input .inputnrs .number.nrminus span svg {
        width: 14px; }
    .formclassics .input .inputnrs .number.nrplus {
      background-color: white;
      font-size: 40px;
      line-height: 0px;
      width: 54px;
      border: 1px solid #A5A5A5;
      border-top-right-radius: 5px;
      border-bottom-right-radius: 5px; }
  .formclassics .catauswahlform {
    display: block;
    overflow: hidden;
    margin-top: 50px;
    display: block; }
    .formclassics .catauswahlform .catauswahlformds {
      width: calc(50% - 12px);
      display: inline-block;
      float: left;
      border: 1px solid yellow;
      background-color: #FFFFFF;
      padding-left: 17px;
      padding-right: 17px;
      height: 54px;
      border-radius: 5px;
      margin-bottom: 24px;
      padding-top: 14px;
      color: #5D5D5D;
      cursor: pointer;
      transition: color .3s ease-in-out, border .3s ease-in-out, background-color .3s ease-in-out; }
      .formclassics .catauswahlform .catauswahlformds:nth-of-type(even) {
        margin-left: 12px; }
      .formclassics .catauswahlform .catauswahlformds:nth-of-type(odd) {
        margin-right: 12px; }
      .formclassics .catauswahlform .catauswahlformds.active {
        border: 1px solid #015EAC;
        background-color: #015EAC;
        color: #FFFFFF; }
    .formclassics .catauswahlform.aus-pw, .formclassics .catauswahlform.aus-nf {
      display: none; }

.mustnav {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background-color: #f1f1f1;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 40px;
  border-radius: 5px;
  margin-bottom: 60px; }
  .mustnav div {
    font-size: 22px;
    line-height: 30px;
    color: #001E32; }
    .mustnav div .rounder {
      width: 25px;
      height: 25px;
      border: 2px solid #0070BA;
      background-color: white;
      border-radius: 50%;
      margin: auto;
      margin-top: 15px;
      margin-bottom: 50px; }
      .mustnav div .rounder.active {
        background-color: #0070BA; }
    .mustnav div.topacti {
      color: #0070BA; }
  .mustnav span {
    width: 40px;
    height: auto; }

.form {
  display: block;
  margin-top: 31px;
  width: 100%; }
  .form h2 {
    margin-bottom: 57px; }
  .form input[type="text"] {
    font-size: 18px;
    line-height: 27px;
    border-radius: 5px;
    border: 1px solid yellow;
    color: #5D5D5D;
    padding-left: 17px;
    padding-right: 17px;
    height: 54px; }
  .form .btnnb.btnmore {
    display: inline-block;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 16px;
    padding-bottom: 16px;
    border-radius: 5px;
    background-color: #015EAC;
    color: #FFFFFF; }
    .form .btnnb.btnmore span {
      margin-left: 0px;
      margin-right: 0px;
      width: 0px; }
      .form .btnnb.btnmore span svg path, .form .btnnb.btnmore span svg line {
        stroke: #FFFFFF; }
    .form .btnnb.btnmore input {
      font-size: 17px;
      line-height: 20px;
      color: #FFFFFF;
      background-color: #015EAC;
      border: none; }
    .form .btnnb.btnmore:hover span {
      margin-left: 0px;
      margin-right: 16px;
      width: 30px; }
      .form .btnnb.btnmore:hover span svg path, .form .btnnb.btnmore:hover span svg line {
        stroke: #FFFFFF; }

.has-error.select select {
  border-color: red !important; }

.has-error textarea {
  border-color: red !important; }

.agbspoezheight {
  height: auto !important; }

.formhalfwidth {
  width: 100%; }
  @media screen and (min-width: 992px) {
    .formhalfwidth {
      width: calc(50% - 12px); } }

.formhalfwidths2 {
  width: 100%;
  display: inline-block; }
  @media screen and (min-width: 768px) {
    .formhalfwidths2 {
      width: calc(50% - 12px);
      margin-right: 12px; } }

.formhalfwidths1 {
  width: 100%;
  display: inline-block; }
  @media screen and (min-width: 768px) {
    .formhalfwidths1 {
      width: calc(50% - 12px);
      margin-left: 12px; } }

.formhalfwidths4 {
  width: 100%;
  display: inline-block; }
  @media screen and (min-width: 768px) {
    .formhalfwidths4 {
      width: calc(50% - 12px);
      margin-right: 12px; } }

.formhalfwidths3 {
  width: 100%;
  display: inline-block; }
  @media screen and (min-width: 768px) {
    .formhalfwidths3 {
      width: calc(50% - 12px);
      margin-left: 12px; } }

#kontakt-1759-formdynamicrecipient-1 {
  display: none; }

#c1775 {
  margin-bottom: 0;
  margin-bottom: 0; }
  #c1775 .container {
    padding-left: 0; }
