/*
Kanton St.Gallen Theme
Theme URI: https://vietswiss.com
Description: A child theme for Twenty Twenty.
Author: VietSwiss - Tuan
Author URI: https://vietswiss.com
Template: twentytwenty
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap");
/*variables*/
svg {
  width: 100%;
  display: block; }

.d-flex {
  display: flex; }

.site-description {
  display: none !important; }

.btn.ouline.secondary {
  border: 2px solid #ff0098;
  color: #ff0098;
  border-radius: 50px;
  padding: 0.75rem 2.5rem;
  font-weight: bold;
  position: relative;
  line-height: 23px;
  margin-bottom: 2rem;
  display: inline-block; }
  .btn.ouline.secondary::after {
    content: '';
    background: url(assets/img/arrow-top.svg) no-repeat center center;
    display: block;
    width: 60px;
    height: 45px;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1;
    margin-left: -30px;
    transform: rotate(90deg);
    opacity: 0; }
  .btn.ouline.secondary:hover {
    background-color: #ff0098; }
    .btn.ouline.secondary:hover:after {
      opacity: 1; }

h1, h2, h3, h4, h5 {
  margin: 0;
  color: #014727;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0px; }

h1 {
  font-size: 2.188rem; }

h2 {
  font-size: 1.875rem; }

h3 {
  font-size: 1.5rem; }

h4 {
  font-size: 17px; }

h5 {
  font-size: 16; }

h6 {
  font-size: 1rem; }

p {
  font-family: "Roboto", sans-serif;
  margin-bottom: 0.5em;
  line-height: 1.7; }

small, .text_small {
  font-size: 0.75em; }

blockquote {
  border-color: #ff0098; }

ul, ol {
  margin: 0; }

a {
  color: #014727; }
  a:hover, a:active, a:focus {
    color: #ff0098;
    outline: 0 none;
    text-decoration: none; }

.elementor a {
  color: #000;
  font-weight: bold; }

@media screen and (min-width: 1024px) {
  h1 {
    font-size: 8.125rem; }
  h2 {
    font-size: 5.313rem; } }

.link {
  text-decoration: none;
  color: #014727;
  font-weight: 700; }
  .link:hover, .link:active, .link:focus {
    color: #014727; }
  .link.with-icon-left {
    padding-left: 40px;
    background-repeat: no-repeat;
    background-position: left center; }
  .link.vs-back {
    background-image: url("assets/img/arrow-left.svg"); }
  .link.vs-top {
    background-image: url("assets/img/arrow-top.svg"); }

/**--menu---**/
.menu-button {
  background: transparent;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  width: 54px;
  height: 54px;
  box-sizing: border-box;
  overflow: hidden;
  display: block;
  transition: all 500ms ease; }
  .menu-button.is-circle {
    border-radius: 50%; }
  .menu-button:hover, .menu-button:active, .menu-button:focus {
    background-color: #ff0098; }
  .menu-button.is-tranparent:hover, .menu-button.is-tranparent:active, .menu-button.is-tranparent:focus {
    background-color: transparent; }

.menu-download {
  background-image: url("assets/img/icon-download.svg"); }

.menu-share {
  background-image: url("assets/img/icon-share.svg"); }

.menu-fb {
  background-image: url("assets/img/icon-facebook.svg");
  background-size: 24px;
  background-position: center; }

.menu-instagrams {
  background-image: url("assets/img/icon-instagram.svg");
  background-size: 24px;
  background-position: center; }

.menu-linkedin {
  background-image: url("assets/img/icon-linkedin.svg");
  background-position: center; }

.menu-hamburger {
  background-image: url("assets/img/icon-hamburger.svg"); }
  .menu-hamburger.active {
    background-color: #ff0098;
    background-image: url("assets/img/icon-hamburger-active.svg"); }

#site-header {
  background-color: transparent; }

.header {
  z-index: 200 !important; }
  .header .badge {
    background: url("assets/img/logo.svg") no-repeat 0 0;
    width: 43px;
    height: 54px;
    background-size: contain;
    overflow: hidden; }
  .header .site-logo > a {
    width: 158px;
    height: 28px;
    transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275); }
  .header .site-logo img {
    width: 100%;
    display: block;
    object-fit: contain;
    height: auto !important;
    transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275); }
  .header .container {
    padding: 30px 15px 30px 30px;
    position: relative;
    transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275); }
    .header .container.d-flex {
      flex-direction: column-reverse; }
  .header .main-nav {
    margin-bottom: 20px; }
    .header .main-nav .menu-group {
      margin-left: auto; }
    .header .main-nav .menu-button {
      margin-left: 3rem; }
    .header .main-nav .menu-download {
      order: 0; }
    .header .main-nav .menu-hamburger {
      order: 2; }

/**--body--**/
body.home.is-open {
  overflow: hidden;
  height: 100vh; }
  body.home.is-open .header {
    background: #fff !important; }

@media screen and (max-width: 1024px) {
  body.sticky .header {
    background: #fff !important;
    position: fixed !important;
    top: 0;
    width: 100%;
    box-sizing: border-box;
    z-index: 800; }
    body.sticky .header .container {
      padding: 15px 15px 0px 15px; } }

@media screen and (min-width: 1024px) {
  .header .container.d-flex {
    flex-direction: row; }
  .header .badge {
    margin: 0 auto 40px; }
  .header .site-logo > a {
    width: 295px;
    height: 40px; }
  .header .main-nav {
    margin-left: auto;
    justify-content: center;
    position: fixed;
    right: 30px;
    z-index: 999; }
    .header .main-nav.d-flex {
      flex-direction: column; }
    .header .main-nav .menu-group.d-flex {
      flex-direction: column;
      justify-content: center; }
    .header .main-nav .menu-button {
      margin-left: 0;
      margin-bottom: 1rem; }
    .header .main-nav .menu-download {
      order: 0; }
    .header .main-nav .menu-hamburger {
      order: 0; }
  .header .socials {
    position: relative; }
    .header .socials .menu-share {
      position: relative;
      z-index: 2;
      min-width: 54px;
      margin-bottom: 0; }
    .header .socials .group {
      position: absolute;
      z-index: 100;
      display: flex;
      justify-content: flex-end;
      right: -155px;
      top: 0;
      opacity: 0;
      box-sizing: border-box;
      transition: all 550ms ease; }
      .header .socials .group .menu-button {
        margin-right: 0.5rem; }
    .header .socials:hover .group {
      right: 55px;
      opacity: 1; }
  body.sticky .header {
    background: #fff !important;
    position: fixed !important;
    top: 0;
    width: 100%;
    box-sizing: border-box;
    z-index: 800; } }

.footer {
  background: #fff;
  box-shadow: 2px 0px 6px rgba(0, 0, 0, 0.25);
  padding: 30px;
  position: relative;
  z-index: 1; }
  .footer .backtop {
    background: #ff0098 url("assets/img/backtotop.svg") no-repeat center center;
    background-size: contain;
    width: 54px;
    height: 54px;
    cursor: pointer;
    border-radius: 50%;
    overflow: hidden;
    box-sizing: border-box;
    position: absolute;
    top: -27px;
    left: 50%;
    margin-left: -27px;
    z-index: 10; }
  .footer-left {
    margin-bottom: 3rem; }
  .footer-top {
    border-bottom: 0; }

/**--Footer menu --**/
.footer-menu {
  display: flex;
  letter-spacing: 0; }
  .footer-menu > li {
    margin-right: 2rem; }
    @media (min-width: 1000px) {
      .footer-menu > li {
        margin-right: 0; } }
  .footer-menu a {
    color: #014727 !important;
    font-size: 0.875rem; }

/**--Footer download --**/
.download-pdf {
  display: flex;
  margin-top: 1.5rem;
  border: 1px; }
  .download-pdf > a {
    display: block;
    width: 114px;
    height: 152px; }
    .download-pdf > a svg {
      fill: #014727;
      width: 100%;
      display: block;
      transition: all 550ms ease; }
    .download-pdf > a:hover svg, .download-pdf > a:active svg, .download-pdf > a:focus svg {
      fill: #ff0098; }
  .download-pdf-content {
    display: flex;
    border: 2px solid;
    color: #ff0098;
    padding-right: 10px; }
    .download-pdf-content h3 {
      padding-top: 10px; }
      .download-pdf-content h3 span {
        padding-top: 10px; }
      .download-pdf-content h3 a {
        color: #014727; }
      .download-pdf-content h3 a:hover {
        color: #ff0098; }
      .download-pdf-content h3 p {
        margin-bottom: 0px;
        padding-top: 40px;
        font-size: 20px; }

body.template-kontakt .footer-top {
  display: none; }

@media screen and (min-width: 1024px) {
  .footer-top > .wrap, .footer-bottom .wrap {
    display: flex;
    flex-direction: row;
    width: 100%;
    box-sizing: border-box;
    max-width: 1170px;
    margin: 0 auto; }
  .footer-left {
    margin-bottom: 0;
    flex-basis: 55%; } }

.sidebar-menu {
  background: #fff;
  z-index: 10;
  top: 0;
  right: -100vw;
  width: 100vw;
  height: 100vh;
  padding: 12rem 30px 30px;
  position: fixed;
  transition: right 1000ms ease; }
  .sidebar-menu .widget-title {
    font-size: 1rem;
    font-weight: 800;
    color: #014727;
    text-transform: uppercase;
    margin-bottom: 0.875rem; }
  .sidebar-menu .menu-item {
    margin-bottom: 1rem; }
    .sidebar-menu .menu-item > a {
      color: #014727;
      font-size: 1.875rem;
      font-weight: 400;
      transition: all 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
      text-decoration: none;
      outline: 0 none;
      text-align: left; }
      .sidebar-menu .menu-item > a:hover, .sidebar-menu .menu-item > a:active, .sidebar-menu .menu-item > a:focus {
        color: #ff0098; }

body.sidebar-open {
  overflow: hidden !important;
  height: 100vh !important; }
  body.sidebar-open .sidebar-menu {
    right: 0; }
  body.sidebar-open .header .container {
    z-index: 20; }

/**
* 
* Sub page menu
*
**/
.vs-page-nav {
  margin-top: 5rem; }
  .vs-page-nav .widget_nav_menu a {
    color: #014727;
    display: flex;
    flex-direction: column-reverse; }
    .vs-page-nav .widget_nav_menu a:hover, .vs-page-nav .widget_nav_menu a:active, .vs-page-nav .widget_nav_menu a:focus {
      text-decoration: none; }
    .vs-page-nav .widget_nav_menu a .menu-icon {
      transition: all 880ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
      height: 100px;
      width: 100px;
      display: block; }
      .vs-page-nav .widget_nav_menu a .menu-icon__hover {
        display: none; }
  .vs-page-nav .widget_nav_menu a {
    font-size: 0;
    line-height: 0; }
  .vs-page-nav .widget_nav_menu .menu-item {
    display: none; }
    .vs-page-nav .widget_nav_menu .menu-item.current-menu-item {
      display: block; }
      .vs-page-nav .widget_nav_menu .menu-item.current-menu-item .menu-icon__normal {
        display: none; }
      .vs-page-nav .widget_nav_menu .menu-item.current-menu-item .menu-icon__hover {
        display: block; }

/**
* Sticky nav Home
*
*
**/
.stickymenu {
  position: fixed;
  right: 3rem;
  top: 40%;
  z-index: 9;
  display: none;
  justify-content: center;
  flex-direction: column; }
  .stickymenu a {
    background: #014727;
    display: block;
    width: 1px;
    margin: 0 auto;
    border: 1px solid transparent;
    height: 90px;
    text-indent: -9999;
    font-size: 0;
    transition: all 550ms linear;
    margin-bottom: 0.875rem; }
    .stickymenu a.active {
      width: 5px; }

/**---media---**/
@media screen and (min-width: 1024px) {
  .sidebar-menu {
    background: transparent;
    position: fixed;
    justify-content: flex-end;
    padding: 0;
    display: flex;
    z-index: 50; }
    .sidebar-menu .wrap {
      background-color: #fff;
      box-shadow: 4px 0px 16px rgba(0, 0, 0, 0.5);
      width: calc(100vw - 390px);
      padding: 9.375rem 5.938rem;
      z-index: 20;
      min-height: 100vh;
      position: relative; }
    .sidebar-menu .overlay {
      background-color: transparents;
      width: 100vw;
      height: 100vh;
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0; }
    .sidebar-menu .widget-title {
      font-size: 1.25rem;
      padding-left: 10px; }
    .sidebar-menu .menu-item > a {
      font-size: 5.313rem;
      line-height: 1.3; }
  body.sidebar-open .sidebar-menu {
    right: 0; }
  body.sidebar-open .header .container {
    z-index: 80; }
  /**
  * 
  * Sub page menu
  *
  **/
  .vs-page-nav {
    margin-left: Max(0px, calc((100% - 1140px)/2)); }
    .vs-page-nav .widget_nav_menu .menu {
      display: flex;
      flex-wrap: wrap;
      gap: 3rem 1rem;
      width: fit-content;
      margin-right: auto; }
    .vs-page-nav .widget_nav_menu a {
      font-size: 0;
      line-height: 0;
      min-width: 120px;
      max-width: 150px; }
      .vs-page-nav .widget_nav_menu a .menu-icon {
        margin: 0 auto;
        width: 80px;
        height: 80px;
        position: relative; }
        .vs-page-nav .widget_nav_menu a .menu-icon:after {
          content: attr(data-title);
          font-size: 0.8rem;
          line-height: 1.4;
          width: 120px;
          display: block;
          margin-left: -18px;
          opacity: 0; }
    .vs-page-nav .widget_nav_menu .menu-item {
      display: flex;
      justify-content: center;
      align-items: center;
      align-content: flex-start;
      text-align: center; }
      .vs-page-nav .widget_nav_menu .menu-item.current-menu-item .menu-icon__hover {
        transform: scale(1.4); }
      .vs-page-nav .widget_nav_menu .menu-item.current-menu-item .menu-icon:after {
        opacity: 0 !important; }
      .vs-page-nav .widget_nav_menu .menu-item:hover .menu-icon__hover {
        display: block; }
      .vs-page-nav .widget_nav_menu .menu-item:hover .menu-icon:after {
        opacity: 1; }
      .vs-page-nav .widget_nav_menu .menu-item:hover .menu-icon__normal {
        display: none; }
  .stickymenu {
    display: flex; } }

@media screen and (min-width: 1366px) {
  .sidebar-menu .menu-item > a {
    font-size: 5.313rem;
    line-height: 1.3; }
  .vs-page-nav .widget_nav_menu .menu {
    flex-wrap: nowrap;
    gap: 3rem 2rem; } }

.widget_text p {
  font-family: "Roboto", sans-serif; }

/**--kontakt box --**/
.kontakt-title {
  line-height: 1.2;
  margin-bottom: 1rem; }
  .kontakt-title span {
    display: block; }

.kontakt-content {
  color: #014727;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 1rem; }
  .kontakt-content p {
    margin-bottom: 0; }
  .kontakt-content a {
    color: #014727;
    text-decoration: none; }

/**--download--**/
.download-box-title span {
  display: block;
  font-weight: 900; }

.widget-download {
  margin-top: 1rem; }
  .widget-download img {
    width: 46px;
    height: 64px; }

@media screen and (min-width: 1024px) {
  .kontakt-title {
    font-size: 40px; }
  .kontakt-content {
    font-size: 1rem; }
  .download-box-title {
    font-size: 40px; }
  .widget-download img {
    width: 96px;
    height: 126px; } }

/**--page--**/
.vs-page {
  margin-bottom: 4rem;
  padding-top: 10.5rem;
  /**--page info --**/ }
  .vs-page .container {
    max-width: 1140px;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
    overflow: hidden; }
  .vs-page-header, .vs-page-footer {
    margin: 0 30px;
    position: relative;
    overflow: hidden;
    box-sizing: border-box; }
  .vs-page-title {
    margin: 5rem 0 1rem;
    font-weight: 300;
    font-size: 2rem; }
    .vs-page-title .vs-heading {
      font-weight: 300;
      font-size: 2rem; }
    .vs-page-title .vs-page-category {
      font-size: 17px;
      font-weight: 800;
      line-height: 1;
      color: #014727;
      margin-bottom: 10px; }
  .vs-page-footer {
    margin-top: 2rem; }
  .vs-page.is-info .vs-page-title {
    margin-top: 2rem; }

.vs-entry-content {
  box-sizing: border-box;
  width: 100%;
  padding: 0 20px; }
  .vs-entry-content .vs-entry-wrap {
    box-sizing: border-box;
    width: 100%; }
    .vs-entry-content .vs-entry-wrap a.external-link {
      position: relative; }
      .vs-entry-content .vs-entry-wrap a.external-link::after {
        content: '';
        display: inline-block;
        position: relative;
        width: 18px;
        height: 18px;
        background: url("assets/img/box-arrow-up-right.svg") no-repeat center;
        margin-left: 6px; }

.vs-page-action.is-top {
  justify-content: flex-end; }

.custom-underline .elementor-heading-title {
  text-decoration: none !important;
  text-shadow: -2px -2px white, -2px 2px white, 2px -2px white, 2px 2px white;
  background-size: 1px 1em;
  box-shadow: inset 0 -0.175em white, inset 0 -0.2em #000;
  display: inline;
  box-shadow: inset 0 0.175em white, inset 0 -0.05em #ff0098; }

@media screen and (min-width: 1024px) {
  .vs-page {
    padding-right: 120px;
    /**--page info --**/ }
    .vs-page-title {
      font-size: 5.313rem;
      margin: 5rem 10px 1rem; }
      .vs-page-title .vs-heading {
        font-size: 5.313rem; }
      .vs-page-title .vs-page-category {
        font-size: 18px;
        line-height: 21px; }
    .vs-page-action.is-bottom {
      padding-left: 100px; }
    .vs-page-header {
      padding-top: 2.8rem; }
    .vs-page.is-info .vs-page-title {
      margin-top: 6rem; }
  .vs-entry-content {
    padding: 0 0 0 20px; } }

@media screen and (min-width: 1366px) {
  .vs-page-title {
    font-size: 5.313rem;
    margin-bottom: 4rem; } }

body {
  overflow: hidden;
  overflow-y: auto; }
  body .header {
    background-color: transparent;
    position: fixed !important;
    top: 0;
    width: 100%;
    box-sizing: border-box;
    z-index: 800; }
  body #site-content {
    min-height: 100vh;
    position: relative;
    z-index: 0; }

.section {
  background: transparent;
  padding: 0 2rem;
  position: relative;
  box-sizing: border-box;
  transition: all 550ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  /*list*/ }
  .section__inner {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    border-left: 0rem solid #ff0098;
    border-right: 0rem solid #ff0098;
    padding: 5rem 0;
    z-index: 0;
    top: 0;
    left: 0;
    max-width: 800px;
    margin: 0 auto; }
    .section__inner:before {
      position: absolute;
      width: 60%;
      height: 100%;
      left: 50%;
      top: 0;
      margin-left: -30%;
      border-left: 1px solid #ff0098;
      border-right: 1px solid #ff0098;
      content: '';
      pointer-events: none;
      z-index: 0; }
    .section__inner:after {
      position: absolute;
      width: 50%;
      height: 100%;
      left: 50%;
      top: 0;
      width: 1px;
      background-color: #ff0098;
      content: '';
      pointer-events: none;
      z-index: 0; }
  .section__content {
    position: relative;
    z-index: 1; }
  .section .sub-title {
    text-transform: initial !important;
    font-weight: bold;
    color: #014727;
    margin: 0; }
  .section__title {
    font-weight: 400;
    font-size: 2.188rem;
    line-height: 1.3;
    margin: 0.25rem 0 1rem; }
  .section__desc * {
    letter-spacing: 1px; }
  .section__more {
    font-weight: bold;
    color: #014727;
    text-decoration: none;
    outline: 0 none;
    padding-right: 40px;
    background: url("assets/img/arrow-right.svg") no-repeat center right;
    margin-top: 1rem;
    display: inline-block; }
    .section__more:hover, .section__more:active, .section__more:focus {
      color: #014727; }
    .section__more.no-text {
      background-position: left center;
      padding: 0px;
      display: block;
      width: 20px;
      height: 20px;
      margin-top: 0.5rem; }
  .section .item {
    display: flex;
    cursor: pointer;
    align-items: center;
    margin-bottom: 1.5rem;
    transition: all 550ms cubic-bezier(0.175, 0.885, 0.32, 1.275); }
    .section .item__icon {
      width: 60px;
      min-width: 60px;
      margin-right: 1rem;
      transition: all 550ms cubic-bezier(0.175, 0.885, 0.32, 1.275); }
      .section .item__icon img {
        width: 100%;
        object-fit: contain;
        max-width: 100%; }
        .section .item__icon img.active {
          display: none; }
    .section .item__title {
      font-size: 1rem;
      font-weight: bold;
      margin-bottom: 0.5rem;
      line-height: 1.3;
      transition: all 550ms cubic-bezier(0.175, 0.885, 0.32, 1.275); }
      .section .item__title a {
        text-decoration: none;
        outline: 0 none;
        color: #014727; }
  .section .group {
    margin-bottom: 1rem;
    position: relative; }
    .section .group h4 {
      padding-left: 70px;
      background-repeat: no-repeat;
      background-size: contain;
      height: 60px;
      font-weight: bold;
      line-height: 1.2;
      display: flex;
      align-items: center;
      margin-bottom: 2rem; }
    .section .group .statistic-item {
      margin-bottom: 1.5rem;
      display: flex;
      align-items: center;
      margin-left: 1.8rem;
      transition: all 550ms cubic-bezier(0.175, 0.885, 0.32, 1.275); }
      .section .group .statistic-item .number {
        font-size: 2rem;
        font-weight: 300;
        color: #014727;
        display: block;
        margin-right: 0.5rem;
        line-height: 1;
        min-width: 125px;
        text-align: right;
        white-space: nowrap;
        transition: all 550ms cubic-bezier(0.175, 0.885, 0.32, 1.275); }
      .section .group .statistic-item .text {
        font-size: 0.875rem;
        color: #014727;
        line-height: 1.25; }
        .section .group .statistic-item .text.break-text {
          max-width: 100px; }
      .section .group .statistic-item.is-xlarge .number {
        font-size: 4rem; }
      .section .group .statistic-item.is-xlarge .text {
        font-size: 1rem; }

/**--section styling--**/
.section {
  /**-- intro --*/ }
  .section__intro {
    z-index: 4;
    /**--decor--**/ }
    .section__intro h1 {
      color: #014727;
      font-size: 2.188rem;
      line-height: 1.2;
      position: relative; }
      .section__intro h1 span {
        font-weight: 400;
        display: block; }
      .section__intro h1:after {
        content: '';
        background: url("assets/img/2024.svg") no-repeat left center;
        background-size: contain;
        display: block;
        width: 280px;
        height: 200px;
        position: absolute;
        top: -150px;
        left: 1.875rem;
        z-index: 1; }
    .section__intro .section__inner {
      height: 100vh;
      max-height: 26rem;
      padding: 20rem 0;
      padding-bottom: 9.8rem; }
    .section__intro::before {
      content: '';
      background: url("assets/img/shapes/shape01.svg") no-repeat right top;
      background-size: contain;
      display: block;
      width: 110px;
      height: 340px;
      position: absolute;
      top: -27px;
      left: 0;
      z-index: 0; }
    .section__intro::after {
      content: '';
      background: url("assets/img/shapes/shape10.svg") no-repeat left top;
      background-size: contain;
      display: block;
      width: 210px;
      height: 340px;
      position: absolute;
      top: -27px;
      right: -154px;
      z-index: 0;
      transform: rotate(4deg); }
    .section__intro .section__decor {
      position: relative; }
      .section__intro .section__decor::before {
        background: url("assets/img/shapes/titel.svg") no-repeat right top;
        background-size: contain;
        content: '';
        display: block;
        position: absolute;
        width: 350px;
        height: 220px;
        top: -10px;
        left: -140px;
        z-index: 0; }
      .section__intro .section__decor::after {
        background: url("assets/img/shapes/titel02.svg") no-repeat right top;
        background-size: contain;
        content: '';
        display: block;
        position: absolute;
        width: 350px;
        height: 220px;
        bottom: 42px;
        right: -59px;
        z-index: 0;
        transform: scale(1.5); }
  .section__editorial {
    z-index: 3;
    /**--decor--**/ }
    .section__editorial .section__inner {
      padding: 2rem 0; }
    .section__editorial::before {
      content: '';
      background: url("assets/img/shapes/shape02.svg") no-repeat right top;
      background-size: contain;
      display: block;
      width: 310px;
      height: 380px;
      position: absolute;
      top: -223px;
      left: -47px;
      z-index: 0; }
    .section__editorial::after {
      content: '';
      background: url("assets/img/shapes/shape04.svg") no-repeat right top;
      background-size: contain;
      display: block;
      width: 400px;
      height: 380px;
      position: absolute;
      bottom: -130px;
      right: -241px;
      z-index: -1; }
  .section__schwerpunkte {
    /**--decor--**/ }
    .section__schwerpunkte .items__list {
      margin-top: 1rem; }
      .section__schwerpunkte .items__list > :not(:last-child) {
        margin-bottom: 3rem; }
      .section__schwerpunkte .items__list .items__group_title {
        font-size: 0.875rem;
        font-weight: 900;
        margin-bottom: 2rem; }
    .section__schwerpunkte .section__inner {
      padding: 2rem 0 0; }
    .section__schwerpunkte::before {
      content: '';
      background: url("assets/img/shapes/shape02.svg") no-repeat right top;
      background-size: contain;
      display: block;
      width: 370px;
      height: 340px;
      position: absolute;
      top: -147px;
      left: -290px;
      transform: scale(1.2);
      z-index: 0; }
    .section__schwerpunkte::after {
      content: '';
      background: url("assets/img/shapes/shape04.svg") no-repeat right top;
      background-size: contain;
      display: block;
      width: 410px;
      height: 380px;
      position: absolute;
      bottom: -240px;
      right: -141px;
      transform: scale(1.2);
      z-index: -1; }
    .section__schwerpunkte .section__content::before {
      content: '';
      background: url("assets/img/shapes/titel.svg") no-repeat right top;
      background-size: contain;
      display: block;
      width: 330px;
      height: 360px;
      position: absolute;
      top: 213px;
      left: -360px;
      transform: scale(1.5);
      z-index: 0; }
  .section__zahlen {
    /**--decor--**/ }
    .section__zahlen .section__inner {
      padding: 2rem 0 0rem; }
    .section__zahlen::before {
      content: '';
      background: url("assets/img/shapes/shape08.svg") no-repeat left top;
      background-size: contain;
      display: block;
      width: 500px;
      height: 780px;
      position: absolute;
      top: 260px;
      left: 0px;
      transform: scale(1.2);
      z-index: 0; }
    .section__zahlen::after {
      background: url("assets/img/shapes/titel02.svg") no-repeat right top;
      background-size: contain;
      content: '';
      display: block;
      position: absolute;
      width: 350px;
      height: 320px;
      top: 580px;
      right: -59px;
      z-index: 0;
      transform: scale(1.5); }
  .section__group .section__inner {
    padding: 1rem 0; }
  .section__group.last .section__inner {
    padding-bottom: 4rem; }
  .section__group.group_4 h4 {
    max-width: 200px; }
  .section__group.group_4::before {
    content: '';
    background: url("assets/img/shapes/shape09.svg") no-repeat left top;
    background-size: contain;
    display: block;
    width: 160px;
    height: 160px;
    position: absolute;
    top: -43px;
    left: -30px;
    z-index: -1; }
  .section__group.group_4::after {
    content: '';
    background: url("assets/img/shapes/shape10.svg") no-repeat right top;
    background-size: contain;
    display: block;
    width: 370px;
    height: 600px;
    position: absolute;
    top: 153px;
    right: -80px;
    z-index: -1; }
  .section__group.group_5 h4 {
    max-width: 250px; }
  .section__group.group_5 .statistic-item:last-child .text {
    max-width: 140px; }
  .section__group.group_6 .statistic-item:last-child .text {
    max-width: 140px; }
  .section__group.group_7::before {
    content: '';
    background: url("assets/img/shapes/shape01.svg") no-repeat left top;
    background-size: contain;
    display: block;
    width: 240px;
    height: 600px;
    position: absolute;
    bottom: -130px;
    left: -60px;
    z-index: -1; }
  .section__group.group_7::after {
    content: '';
    background: url("assets/img/shapes/titel.svg") no-repeat left top;
    background-size: contain;
    display: block;
    width: 200px;
    height: 230px;
    position: absolute;
    bottom: -230px;
    right: -180px;
    z-index: -1;
    transform: scale(2.4); }

@media screen and (min-width: 640px) {
  /**--section styling--**/
  .section {
    padding: 0 6.4rem;
    /**-- intro --*/ }
    .section__intro h1 {
      font-size: 4.125rem;
      line-height: 1; }
      .section__intro h1 span {
        font-weight: 300;
        font-size: 4rem;
        letter-spacing: 1px; }
      .section__intro h1:after {
        width: 450px;
        height: 220px;
        top: -165px;
        left: 8.875rem; }
    .section__intro .section__content {
      padding-top: 4rem; }
    .section__intro .section__inner {
      max-height: 40rem; }
    .section__schwerpunkte .section__inner {
      padding: 5rem 0; } }

@media screen and (min-width: 1024px) {
  .section {
    padding: 0 14rem; }
    .section__inner {
      border-left: 1px solid #ff0098;
      border-right: 1px solid #ff0098; }
      .section__inner:before {
        width: 50%;
        margin-left: -25%; }
  /**--section styling--**/
  .section {
    /**-- intro --*/
    /**-- intro --*/
    /**-- schwerpunkte --*/
    /**-- zahlen --*/
    /**-- group --*/
    /**-- group --*/
    /**--item--**/ }
    .section__title {
      font-size: 5.313rem;
      font-weight: 300;
      line-height: 1.1; }
    .section__header {
      transform: translate(-11rem, 0); }
    .section .item__icon {
      width: 84px; }
    .section .item__title {
      font-size: 1.5rem;
      max-width: 275px;
      font-weight: 400; }
    .section__intro {
      /**-- styling-- **/ }
      .section__intro .section__content {
        padding-top: 15rem; }
      .section__intro .section__inner {
        max-height: 96rem;
        padding-bottom: 12.8rem;
        z-index: 10; }
      .section__intro h1 {
        font-size: 8.125rem;
        transform: translate(-12rem, 0); }
        .section__intro h1 span {
          font-size: 5rem; }
        .section__intro h1:after {
          width: 890px;
          height: 534px;
          top: -418px;
          left: 11.875rem; }
      .section__intro:before {
        background-image: url("assets/img/shapes/shape011.svg");
        width: 330px;
        height: 1000px;
        top: -1px; }
      .section__intro:after {
        width: 180px;
        height: 240px;
        top: 60px;
        right: 0px;
        z-index: -1;
        transform: scale(4); }
      .section__intro .section__decor:before {
        transform: scale(2.5); }
      .section__intro .section__decor:after {
        width: 150px;
        height: 220px;
        top: 31rem;
        right: 0px;
        z-index: 0;
        transform: scale(4); }
      .section__intro .extra {
        position: relative; }
        .section__intro .extra::before {
          content: '';
          background: url("assets/img/shapes/shape02.svg") no-repeat right top;
          background-size: contain;
          display: block;
          width: 310px;
          height: 380px;
          position: absolute;
          left: 50px;
          top: -250px;
          transform: scale(3);
          z-index: 0; }
    .section__editorial {
      z-index: 5;
      /**-- styling-- **/ }
      .section__editorial .section__inner {
        padding: 10rem 0; }
      .section__editorial .section__desc {
        margin-top: 3rem;
        transform: translate(5rem, 0);
        max-width: 80%; }
      .section__editorial:before {
        display: none; }
      .section__editorial:after {
        width: 790px;
        height: 610px;
        transform: scale(1.4);
        bottom: -430px; }
    .section__schwerpunkte {
      z-index: 6;
      /**-- styling-- **/ }
      .section__schwerpunkte .section__header {
        white-space: nowrap;
        margin-bottom: 3rem; }
      .section__schwerpunkte .wrap {
        flex-direction: row-reverse;
        justify-content: stretch;
        margin-left: -10rem; }
        .section__schwerpunkte .wrap > div {
          flex-basis: 48%; }
        .section__schwerpunkte .wrap .items__content {
          padding-top: 2rem;
          margin-right: 5%;
          flex-basis: 55%;
          font-size: 1.25rem;
          color: #014727;
          letter-spacing: 1px;
          font-weight: 400; }
        .section__schwerpunkte .wrap .items__list {
          transform: translate(4rem, 0px); }
      .section__schwerpunkte:before {
        top: 320px;
        left: -440px;
        transform: scale(3); }
      .section__schwerpunkte:after {
        display: none; }
      .section__schwerpunkte .section__content::before {
        top: 983px;
        left: -440px;
        transform: scale(1.8); }
    .section__zahlen {
      z-index: 7;
      /**-- styling-- **/ }
      .section__zahlen .section__header {
        overflow: hidden; }
      .section__zahlen:before {
        display: none; }
      .section__zahlen:after {
        content: '';
        background: url("assets/img/shapes/shape06.svg") no-repeat left top;
        background-size: contain;
        display: block;
        width: 240px;
        height: 380px;
        position: absolute;
        right: -280px;
        top: -300px;
        transform: scale(2.5);
        z-index: 0; }
    .section__group {
      /*--custom group--**/
      /**-- // group --*/ }
      .section__group .section__inner {
        padding-top: 8rem; }
      .section__group.last .section__inner {
        padding-bottom: 12rem; }
      .section__group .group h4 {
        font-size: 2.5rem;
        background: none !important;
        padding-left: 0; }
        .section__group .group h4 .ic {
          transform: scale(1.2) translate(-1rem, 0); }
      .section__group .statistic-item .number {
        font-size: 5.625rem !important;
        font-weight: 300;
        line-height: 1.1; }
      .section__group .statistic-item .text {
        font-size: 2rem !important;
        font-weight: 300;
        transform: translate(1rem, 0); }
      .section__group .statistic-item.is-xlarge .number {
        font-size: 14.625rem !important;
        min-width: auto; }
      .section__group .statistic-item.is-xlarge .text {
        font-size: 3rem !important; }
      .section__group.group_1 {
        z-index: 7; }
        .section__group.group_1 .group {
          margin-left: -8rem; }
          .section__group.group_1 .group .statistic-item:nth-child(1) {
            margin-left: 10rem;
            margin-top: 6rem; }
          .section__group.group_1 .group .statistic-item:nth-child(3) {
            margin-left: 10.5rem;
            margin-top: 6rem; }
        .section__group.group_1:after {
          content: '';
          background: url("assets/img/shapes/shape04.svg") no-repeat left top;
          background-size: contain;
          display: block;
          width: 1120px;
          height: 860px;
          position: absolute;
          right: 0px;
          bottom: -320px;
          transform: scale(1);
          z-index: -1; }
      .section__group.group_2 {
        z-index: 8; }
        .section__group.group_2 .group h4 {
          margin-left: 27rem; }
        .section__group.group_2 .group .statistic-item:nth-child(1) {
          margin-top: 6rem;
          margin-left: 0rem; }
        .section__group.group_2 .group .statistic-item:nth-child(2) {
          margin: 3rem 0 6rem 12rem; }
        .section__group.group_2 .group .statistic-item:nth-child(3) {
          margin: 0rem 0 0rem -10em; }
        .section__group.group_2:before {
          content: '';
          background: url("assets/img/shapes/shape08.svg") no-repeat left top;
          background-size: contain;
          display: block;
          width: 1090px;
          height: 1360px;
          position: absolute;
          left: 0px;
          top: 240px;
          transform: scale(1);
          z-index: -1; }
      .section__group.group_3 {
        z-index: 9; }
        .section__group.group_3 .group h4 {
          margin-left: -8rem;
          max-width: 750px; }
        .section__group.group_3 .group .statistic-item:nth-child(1) {
          margin-top: 6rem;
          margin-left: 5rem; }
        .section__group.group_3 .group .statistic-item:nth-child(2) {
          margin: 3rem 0 6rem 8rem;
          transform: translate(11rem, 0); }
          .section__group.group_3 .group .statistic-item:nth-child(2) .text {
            font-size: 1.4rem !important;
            max-width: 200px; }
      .section__group.group_4 {
        z-index: 10; }
        .section__group.group_4 .group h4 {
          margin-left: 24rem;
          max-width: 100%; }
          .section__group.group_4 .group h4 .ic {
            transform: scale(2.5) translate(-1rem, 0); }
        .section__group.group_4 .group .statistic-item:nth-child(1) {
          margin-top: 6rem;
          margin-left: -4rem; }
        .section__group.group_4 .group .statistic-item:nth-child(2) {
          margin: 3rem 0 6rem 8rem;
          transform: translate(11rem, 0); }
        .section__group.group_4:before {
          width: 490px;
          height: 290px;
          top: -200px;
          left: 0px; }
        .section__group.group_4:after {
          width: 1140px;
          height: 1700px;
          top: -77px;
          right: 0px; }
      .section__group.group_5 {
        z-index: 11; }
        .section__group.group_5 .group h4 {
          margin-left: 14rem;
          max-width: 100%; }
          .section__group.group_5 .group h4 .ic {
            transform: scale(2) translate(-2rem, 0); }
        .section__group.group_5 .group .statistic-item:nth-child(1) {
          margin-top: 6rem;
          margin-left: -7rem; }
          .section__group.group_5 .group .statistic-item:nth-child(1) .text {
            margin-left: 5.2rem; }
        .section__group.group_5 .group .statistic-item:nth-child(2) {
          margin: 3rem 0 6rem 8rem;
          transform: translate(12rem, 0); }
          .section__group.group_5 .group .statistic-item:nth-child(2) .text {
            max-width: 270px;
            font-size: 1.8rem !important; }
        .section__group.group_5 .group .statistic-item:nth-child(3) {
          margin: 3rem 0 6rem 1rem;
          transform: translate(6rem, 0); }
          .section__group.group_5 .group .statistic-item:nth-child(3) .text {
            max-width: 270px;
            font-size: 1.8rem !important; }
        .section__group.group_5:before {
          content: '';
          background: url("assets/img/shapes/shape01.svg") no-repeat left top;
          background-size: contain;
          display: block;
          width: 480px;
          height: 1360px;
          position: absolute;
          top: 340px;
          left: 0px;
          z-index: -1; }
      .section__group.group_6 {
        z-index: 12; }
        .section__group.group_6 .group h4 {
          margin-left: 24rem;
          max-width: 100%;
          transform: translate(140px, 0px); }
          .section__group.group_6 .group h4 .ic {
            transform: scale(1.2) translate(0rem, -2rem); }
        .section__group.group_6 .group .statistic-item:nth-child(1) {
          margin-top: 4rem;
          margin-left: 16rem; }
          .section__group.group_6 .group .statistic-item:nth-child(1) .text {
            margin-left: 2rem;
            max-width: 100%; }
        .section__group.group_6:after {
          content: '';
          background: url("assets/img/shapes/titel.svg") no-repeat left top;
          background-size: contain;
          display: block;
          width: 780px;
          height: 690px;
          position: absolute;
          top: 0px;
          right: -110px;
          z-index: -1; }
      .section__group.group_7 {
        z-index: 14; }
        .section__group.group_7 .group h4 {
          margin-left: -2rem;
          max-width: 560px; }
          .section__group.group_7 .group h4 .ic {
            transform: scale(2) translate(-2rem, 0rem); }
        .section__group.group_7 .group .statistic-item:nth-child(1) {
          margin-top: 5rem;
          margin-left: 2rem; }
          .section__group.group_7 .group .statistic-item:nth-child(1) .text {
            margin-left: 2rem;
            max-width: 100%; }
        .section__group.group_7 .group .statistic-item:nth-child(2) {
          margin-left: 12rem; }
        .section__group.group_7:before {
          display: none; }
        .section__group.group_7:after {
          content: '';
          background: url(assets/img/shapes/shape04.svg) no-repeat left top;
          background-size: contain;
          display: block;
          width: 800px;
          height: 660px;
          position: absolute;
          right: -440px;
          bottom: 0;
          transform: scale(1);
          z-index: -1; }
    .section__group.group_7 .group .statistic-item .number {
      min-width: 230px; }
    .section__group.group_7 .group .statistic-item:nth-child(1) .text {
      transform: translateX(3.75rem); }
    .section .items__list {
      transform: translate(20px, 0px); }
      .section .items__list > :not(:last-child) {
        margin-bottom: 3.5rem; }
      .section .items__list .items__group_title {
        font-size: 1.125rem;
        margin-left: 6.4rem; }
      .section .items__list.active .item {
        opacity: 0.3; }
        .section .items__list.active .item.active {
          opacity: 1;
          transform: translate(-4rem, 0); }
          .section .items__list.active .item.active .item__title {
            font-weight: bold;
            min-width: 300px;
            max-width: 100%; }
          .section .items__list.active .item.active .item__icon {
            transform: scale(2) translate(-20px, 0px); }
            .section .items__list.active .item.active .item__icon img.normal {
              display: none; }
            .section .items__list.active .item.active .item__icon img.active {
              display: block; }
    .section .items__content {
      transform: translate(-10px, 0px);
      min-width: 510px;
      flex-basis: auto; }
      .section .items__content .section__more {
        display: block;
        max-width: 190px; } }

@media screen and (min-width: 1366px) {
  .section__intro .section__content {
    padding-top: 22rem; } }

.cookie-consent {
  background-color: #fff;
  bottom: 0;
  box-sizing: border-box;
  border: 1px solid #ff0098;
  color: #000;
  display: none;
  padding: 20px;
  position: fixed;
  width: 90%;
  height: fit-content;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2000;
  max-width: 900px;
  margin: 0 auto; }
  .cookie-consent * {
    box-sizing: border-box; }
  .cookie-consent-container {
    max-width: 1920px;
    margin: 0 auto; }
  .cookie-consent-row {
    align-items: center;
    display: flex;
    flex-wrap: wrap; }
  .cookie-consent-col-text {
    flex: 0 0 100%;
    padding: 12px;
    width: 100%; }
    .cookie-consent-col-text p {
      font-size: 16px;
      line-height: 20px;
      margin: 0; }
  .cookie-consent-col-button {
    flex: 0 0 100%;
    padding: 12px;
    width: 100%; }
    .cookie-consent-col-button-inner > :not([hidden]) ~ :not([hidden]) {
      margin-bottom: 0;
      margin-top: 16px; }
  .cookie-consent-button {
    border: 1px solid #ff0098;
    cursor: pointer;
    display: block;
    font-size: 16px;
    line-height: 24px;
    padding: 8px 12px;
    text-align: center;
    transition-duration: 300ms;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    width: 100%; }
    .cookie-consent-button:hover {
      background-color: #ff0098;
      color: #014727; }
  @media screen and (min-width: 1024px) {
    .cookie-consent {
      padding: 30px 50px; }
      .cookie-consent-col-button {
        flex: 0 0 auto;
        width: 100%; }
        .cookie-consent-col-button-inner {
          display: flex;
          gap: 25px;
          justify-content: center; }
        .cookie-consent-col-button-inner > :not([hidden]) ~ :not([hidden]) {
          margin: auto 0; }
      .cookie-consent-button {
        width: auto;
        min-width: 255px; } }

/*--mixins -- */
html, body {
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important; }

html {
  font-size: 100%;
  scroll-behavior: smooth; }

/*16px*/
body {
  background: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
  color: #000; }

body:not(.elementor-editor-active) .hidden, body:not(.elementor-editor-active) .show-on-tablet, body:not(.elementor-editor-active) .show-on-desktop {
  display: none;
  opacity: 0;
  visibility: hidden;
  transition: all 550ms cubic-bezier(0.6, -0.28, 0.735, 0.045); }

.align-center {
  justify-content: center; }

/**/
@media screen and (min-width: 640px) {
  body:not(.elementor-editor-active) .show-on-tablet {
    display: block;
    opacity: 1;
    visibility: visible; }
  body:not(.elementor-editor-active) .hidden-on-tablet {
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: all 550ms cubic-bezier(0.6, -0.28, 0.735, 0.045); } }

@media screen and (min-width: 1024px) {
  body:not(.elementor-editor-active) .show-on-desktop {
    display: block;
    opacity: 1;
    visibility: visible; }
  body:not(.elementor-editor-active) .hidden-on-desktop {
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: all 550ms cubic-bezier(0.6, -0.28, 0.735, 0.045); }
  body:not(.elementor-editor-active) .d-flex-desktop {
    display: flex; } }
