@charset "UTF-8";
/*!
 *  @author Bett Ingenieure GmbH
 *  @date   June/July 2024
 *
 */
.V2Milestones {
  padding: clamp(60px, 6.25vw, 120px) 0 clamp(80px, 8.33vw, 160px);
  background: #f6f6f6; }
  .V2Milestones .V2Styles.V2Default {
    padding: 0 0 clamp(50px, 5.21vw, 100px) 0 !important; }
  .V2Milestones .milestoneSwiperWrapper {
    position: relative; }
  .V2Milestones .swiper-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0; }
    @media (max-width: 899px) {
      .V2Milestones .swiper-pagination {
        position: relative; } }
    .V2Milestones .swiper-pagination::before {
      content: "1990";
      font-size: clamp(19px, 1.3vw, 25px);
      color: #3da433;
      font-weight: 700;
      margin-right: 13px; }
    .V2Milestones .swiper-pagination::after {
      content: "2026";
      font-size: clamp(19px, 1.3vw, 25px);
      color: #3da433;
      font-weight: 700;
      margin-left: 13px; }
    .V2Milestones .swiper-pagination .swiper-pagination-bullet {
      width: clamp(25px, 4.2vw, 50px);
      border-radius: 0;
      background-color: #3da433;
      height: 2px;
      margin: 0 !important;
      opacity: 1; }
    .V2Milestones .swiper-pagination .swiper-pagination-bullet-active {
      width: 20px;
      height: 20px;
      border-radius: 10px; }
  .V2Milestones .milestoneSwiper {
    padding-bottom: 85px;
    /*overflow: visible;*/ }
    @media (max-width: 899px) {
      .V2Milestones .milestoneSwiper {
        padding-bottom: 10px; } }
    .V2Milestones .milestoneSwiper .content {
      overflow: hidden;
      flex-grow: 1;
      display: flex;
      flex-direction: column; }
      .V2Milestones .milestoneSwiper .content .text {
        flex-grow: 1;
        padding: 0 clamp(10px, 2.8vw, 60px) 0; }
        .V2Milestones .milestoneSwiper .content .text h3 {
          text-align: center;
          margin-top: 0; }
        .V2Milestones .milestoneSwiper .content .text p {
          text-align: center; }
    .V2Milestones .milestoneSwiper .swiper-wrapper {
      align-items: stretch;
      /* alle Slides gleich hoch */ }
    .V2Milestones .milestoneSwiper .swiper-slide {
      height: auto !important;
      /* Höhe durch Inhalt */
      display: flex; }
      .V2Milestones .milestoneSwiper .swiper-slide .wrapper {
        width: 100%;
        height: auto !important;
        /* Höhe durch Inhalt */
        display: flex;
        flex-direction: column; }
    .V2Milestones .milestoneSwiper .jahreszahl {
      display: flex;
      align-items: center;
      flex-direction: column;
      transform: translate(0, -50%); }
      .V2Milestones .milestoneSwiper .jahreszahl img {
        width: 12px; }
      .V2Milestones .milestoneSwiper .jahreszahl p {
        text-align: center;
        font-size: clamp(25px, 2.08vw, 40px);
        font-weight: 700;
        margin: 0 0 10px;
        color: #fff;
        padding: 10px 20px;
        background: #3da433;
        line-height: 1; }
  .V2Milestones .swiper-navi-wrapper {
    display: flex;
    gap: 20px;
    justify-content: right; }
    @media (max-width: 899px) {
      .V2Milestones .swiper-navi-wrapper {
        padding-bottom: 10px; } }
    .V2Milestones .swiper-navi-wrapper .milestone-next {
      background: 0;
      padding: 0;
      border: none;
      z-index: 9; }
      .V2Milestones .swiper-navi-wrapper .milestone-next img {
        width: clamp(40px, 6vw, 72px); }
      @media (min-width: 900px) {
        .V2Milestones .swiper-navi-wrapper .milestone-next {
          position: absolute;
          right: -20px;
          top: 150px;
          transform: translate(100%, 0); } }
    .V2Milestones .swiper-navi-wrapper .milestone-prev {
      background: 0;
      padding: 0;
      border: none;
      z-index: 9; }
      .V2Milestones .swiper-navi-wrapper .milestone-prev img {
        width: clamp(40px, 6vw, 72px); }
      @media (min-width: 900px) {
        .V2Milestones .swiper-navi-wrapper .milestone-prev {
          position: absolute;
          left: -20px;
          top: 150px;
          transform: translate(-100%, 0); } }
    .V2Milestones .swiper-navi-wrapper .swiper-button-disabled {
      opacity: .3; }

.V2Footer .goTop a {
  color: #3da433;
  gap: 30px; }
  .V2Footer .goTop a::after {
    background-image: url("../img/icon-link-top.png") !important; }
  .V2Footer .goTop a:hover::after {
    background-image: url("../img/icon-link-top-hover.png") !important;
    background-color: #3da433 !important; }

.V2Footer .cols2_wrapper .cols2_wrapper,
.V2Footer .cols1_wrapper {
  width: 100%; }
.V2Footer .col-md-6,
.V2Footer .col-sm-12 {
  padding: 0; }
.V2Footer .element2cols {
  gap: 20px; }
  .V2Footer .element2cols::before, .V2Footer .element2cols::after {
    display: none; }
@media (max-width: 991px) {
  .V2Footer #c1188 > div > .element2cols {
    flex-wrap: wrap;
    gap: 50px; }
    .V2Footer #c1188 > div > .element2cols > .col-md-6 {
      width: 100%; } }
.V2Footer #c801 p {
  display: flex;
  gap: 20px; }
.V2Footer h2 {
  text-transform: none; }
.V2Footer strong {
  color: #3da433; }
.V2Footer .goTop {
  padding-top: clamp(30px, 3.13vw, 60px);
  padding-bottom: clamp(30px, 3.13vw, 60px);
  text-align: right; }
  .V2Footer .goTop .row {
    margin: 0; }
.V2Footer .content {
  padding-bottom: 60px; }
  .V2Footer .content a {
    color: #4d4c4c; }
  .V2Footer .content h2 {
    font-size: clamp(22px, 1.56vw, 30px); }
  .V2Footer .content > .container {
    background: url("../img/greenhost.png") no-repeat;
    background-position: bottom right 10px;
    background-size: 116px 35px; }
  .V2Footer .content .row {
    display: flex; }
    .V2Footer .content .row .col {
      display: flex;
      flex-direction: column;
      gap: 40px;
      justify-content: space-between; }
      .V2Footer .content .row .col h3 {
        margin-top: 0;
        font-size: clamp(19px, 1.3vw, 25px);
        line-height: 1.75em; }
        .V2Footer .content .row .col h3 a {
          color: #3da433; }
      .V2Footer .content .row .col .ce-gallery .ce-row {
        display: flex;
        gap: 10px; }
        .V2Footer .content .row .col .ce-gallery .ce-row img {
          width: 50px;
          height: 50px; }
    @media (max-width: 767px) {
      .V2Footer .content .row {
        flex-wrap: wrap; } }
.V2Footer .end {
  background: #4b4b4b;
  text-align: right; }
  .V2Footer .end a {
    background: url("../img/powered-by-g3.png") no-repeat;
    background-size: contain;
    background-position: center right;
    height: 50px;
    width: 92px;
    display: inline-block;
    padding-top: 15px;
    padding-bottom: 15px; }

#page-45 .V2Footer {
  border-top: 5px solid #3da433;
  margin-top: 110px; }

.V2HeaderNavigation {
  display: flex;
  gap: 40px;
  justify-content: flex-end; }
  .V2HeaderNavigation a {
    color: #4d4c4c;
    font-weight: 600;
    text-decoration: none;
    background-size: 0;
    background-repeat: no-repeat;
    text-transform: uppercase; }
    .V2HeaderNavigation a:hover {
      color: #3da433;
      transition: color 150ms; }
  .V2HeaderNavigation .children {
    display: none; }
  .V2HeaderNavigation img {
    display: none; }
  @media (max-width: 995px) {
    .V2HeaderNavigation {
      display: none; } }

.header-container .V2Mainnav_news_articles {
  display: none; }

.navigation-expanded .V2HeaderNavigationCloneWrapper a {
  text-transform: none; }
.navigation-expanded .V2HeaderNavigationCloneWrapper > .logo {
  width: 120px;
  height: 30px;
  background: url("../img/logo-menu.png") no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 1001;
  background-position: center;
  top: 20px; }
.navigation-expanded .V2HeaderNavigationCloneWrapper > .close-icon {
  position: absolute;
  width: 20px;
  height: 20px;
  background: url("../img/icon-menu-close.png") no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 1000;
  right: 100px;
  top: 76px;
  cursor: pointer; }
.navigation-expanded .V2HeaderNavigationCloneWrapper .V2HeaderNavigation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: white;
  z-index: 1000;
  min-height: 100vh;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid #c6c6c6;
  background: #006b27;
  background: linear-gradient(180deg, #006b27 0%, #01a641 50%, #6aaa28 100%); }
  .navigation-expanded .V2HeaderNavigationCloneWrapper .V2HeaderNavigation > .item {
    width: 500px;
    height: 150px;
    min-height: 25vh;
    display: flex;
    justify-content: stretch;
    margin-left: 120px;
    background: white; }
    .navigation-expanded .V2HeaderNavigationCloneWrapper .V2HeaderNavigation > .item.opener {
      display: none; }
    .navigation-expanded .V2HeaderNavigationCloneWrapper .V2HeaderNavigation > .item > .wrapper > a {
      font-size: clamp(22px, 1.56vw, 30px);
      text-transform: uppercase;
      color: #3da433; }
    .navigation-expanded .V2HeaderNavigationCloneWrapper .V2HeaderNavigation > .item .children {
      position: absolute;
      left: 600px;
      width: calc(100% - 600px);
      height: 100vh;
      top: 0;
      background: #f6f6f6;
      padding: 60px clamp(80px, 10vw, 200px); }
      .navigation-expanded .V2HeaderNavigationCloneWrapper .V2HeaderNavigation > .item .children .item {
        font-size: 20px;
        margin-bottom: 10px; }
      .navigation-expanded .V2HeaderNavigationCloneWrapper .V2HeaderNavigation > .item .children h2 {
        color: #3da433;
        text-transform: uppercase;
        font-weight: normal;
        font-size: clamp(19px, 1.3vw, 25px);
        margin-bottom: 40px; }
    .navigation-expanded .V2HeaderNavigationCloneWrapper .V2HeaderNavigation > .item.active a {
      background-size: cover;
      color: white; }
    .navigation-expanded .V2HeaderNavigationCloneWrapper .V2HeaderNavigation > .item.active .children {
      display: block; }
    .navigation-expanded .V2HeaderNavigationCloneWrapper .V2HeaderNavigation > .item.active .children a {
      color: #4d4c4c; }
    .navigation-expanded .V2HeaderNavigationCloneWrapper .V2HeaderNavigation > .item.active .children .active a {
      color: #3da433; }
  .navigation-expanded .V2HeaderNavigationCloneWrapper .V2HeaderNavigation > .item > .wrapper > a {
    width: 500px;
    height: 150px;
    min-height: 25vh;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #c6c6c6;
    border-right: 1px solid #c6c6c6; }
.navigation-expanded .V2HeaderNavigationCloneWrapper .top-menu-news img {
  display: block; }
.navigation-expanded .V2HeaderNavigationCloneWrapper .top-menu-news .article-teaser header {
  padding-right: 0; }
  .navigation-expanded .V2HeaderNavigationCloneWrapper .top-menu-news .article-teaser header h4 {
    margin-top: 10px;
    color: inherit;
    line-height: 1.5; }
.navigation-expanded .V2HeaderNavigationCloneWrapper .top-menu-news .footer-row a {
  color: #3da433 !important; }
.navigation-expanded .content-container,
.navigation-expanded .footer-container {
  display: none; }

.header-container .rootline {
  display: none; }

.header-container .logo-wrap img {
  width: clamp(120px, 14vw, 194px);
  max-width: 100%; }

.header-container {
  border: 0;
  background: white;
  height: auto; }
  .header-container header {
    max-width: 1160px;
    padding: 30px 0 0 15px;
    margin: 0 auto;
    position: relative; }
    @media (max-width: 767px) {
      .header-container header {
        padding-top: 20px; } }
  .header-container .navbar {
    justify-content: space-between;
    height: 55px; }
    .header-container .navbar::before {
      display: none; }
    .header-container .navbar .logo-wrap {
      position: initial;
      line-height: 0; }
    .header-container .navbar .navbar-collapse {
      margin-left: 0;
      width: 100%; }
      .header-container .navbar .navbar-collapse .opener {
        flex-grow: 1;
        display: flex;
        justify-content: flex-end;
        max-width: 200px; }
        .header-container .navbar .navbar-collapse .opener a {
          background: url("../img/menu-burger.png") no-repeat;
          background-size: contain;
          width: 30px;
          height: 23px;
          display: inline-block;
          margin-top: 5px; }
    .header-container .navbar .item.active a {
      color: #3da433; }
    @media (max-width: 767px) {
      .header-container .navbar {
        margin-bottom: 10px; } }

.V2HeaderShortcuts {
  font-size: 0.65em;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  right: 0; }
  .V2HeaderShortcuts ul {
    display: flex;
    gap: 1px; }
    .V2HeaderShortcuts ul .page-links {
      background: #3da433; }
    .V2HeaderShortcuts ul .page-link-48 {
      background: #0c334b;
      background: linear-gradient(153deg, #0c334b 0%, #0874b3 57%, #34943e 88%, #94db4d 100%); }
  .V2HeaderShortcuts .page-links:hover {
    opacity: 0.5; }
  .V2HeaderShortcuts a {
    color: white;
    display: block;
    padding: 0 8px;
    text-decoration: none; }
  @media (max-width: 767px) {
    .V2HeaderShortcuts {
      display: none; } }

.V2SideShortcuts {
  position: fixed;
  right: 0;
  z-index: 10; }
  .V2SideShortcuts .page-link-52 {
    background: url("../img/icon-side-call.png") no-repeat; }
  .V2SideShortcuts .page-link-53 {
    background: url("../img/icon-side-mail.png") no-repeat; }
  .V2SideShortcuts .page-link-54 {
    background: url("../img/icon-side-clock.png") no-repeat; }
  .V2SideShortcuts .page-link-58 {
    background: url("../img/icon-side-container.png") no-repeat; }
  .V2SideShortcuts ul {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-top: 55px; }
  .V2SideShortcuts .page-links {
    background-size: 40px;
    width: 40px;
    height: 40px;
    margin-bottom: 8px;
    margin-right: 8px;
    cursor: pointer;
    background-color: transparent;
    transition: background-color 500ms; }
    .V2SideShortcuts .page-links a {
      display: block;
      width: 10000px;
      margin-left: 200px;
      height: 40px;
      line-height: 40px;
      text-decoration: none;
      transition: margin-left 500ms; }
    .V2SideShortcuts .page-links.show-full {
      width: auto;
      background-color: #3da433;
      border-radius: 40px;
      margin-right: -50px;
      padding-right: 60px; }
      .V2SideShortcuts .page-links.show-full a {
        width: auto;
        margin-left: 50px;
        color: white; }

.frame-type-menu_pages {
  background: #006b27;
  background: linear-gradient(-55deg, #006b27 0%, #01a641 50%, #6aaa28 100%); }
  .frame-type-menu_pages header {
    background-image: url("../img/icon-quicklinks-box.png");
    background-repeat: no-repeat;
    background-size: 60px;
    background-position: top left;
    min-height: 100px;
    padding-top: 15px;
    padding-left: 100px;
    padding-right: 40px;
    color: white;
    display: flex;
    font-size: 0.8em;
    text-transform: uppercase;
    gap: 5px; }
    .frame-type-menu_pages header h2 {
      font-size: inherit;
      font-weight: normal; }
    .frame-type-menu_pages header h3 {
      font-size: inherit;
      font-weight: bold; }
  .frame-type-menu_pages ul {
    padding: 40px;
    padding-top: 0; }
    .frame-type-menu_pages ul a {
      color: white;
      display: block;
      font-weight: bold;
      border-top: 1px solid white;
      border-bottom: 1px solid white;
      padding: 10px;
      margin-bottom: -1px;
      background: url("../img/icon-quicklinks.png") no-repeat;
      background-position: center right;
      background-size: 50px;
      padding-right: 50px;
      text-decoration: none;
      transition: color 250ms, background-color 250ms; }
      .frame-type-menu_pages ul a:hover {
        background-color: #fff;
        background-image: url("../img/icon-quicklinks-hover.png");
        color: #3da433; }
    .frame-type-menu_pages ul li:first-child a {
      border-top: 0; }

/* Main Navi mobile */
.mobile-nav {
  display: none; }
  .mobile-nav .mobile_navi {
    display: none;
    padding: 15px;
    border-bottom: 5px solid #3da433; }
    .mobile-nav .mobile_navi a {
      color: #4d4c4c; }
    .mobile-nav .mobile_navi .mobile-item {
      padding: 5px 0; }
    .mobile-nav .mobile_navi .mobile-subitem {
      padding: 3px 0; }

@media (max-width: 991px) {
  .desktop-nav {
    display: none; }

  .mobile-nav {
    display: block; }
    .mobile-nav .mobile_navi {
      display: none;
      margin: 0;
      list-style: none; }
    .mobile-nav .mobile-item {
      list-style: none; }
      .mobile-nav .mobile-item.has-children > .mobile-toggle-area {
        position: relative;
        cursor: pointer;
        padding-right: 55px; }
        .mobile-nav .mobile-item.has-children > .mobile-toggle-area::after {
          content: "+";
          position: absolute;
          right: 15px;
          top: 50%;
          transform: translateY(-50%);
          font-size: 35px;
          line-height: 1;
          font-weight: 300; }
      .mobile-nav .mobile-item.has-children.is-open > .mobile-toggle-area::after {
        content: "–"; }
    .mobile-nav .mobile-link {
      display: block;
      font-size: clamp(17px, 1.04vw, 20px); }
    .mobile-nav .mobile-sublink {
      display: block; }
    .mobile-nav .mobile-subnav {
      display: none;
      margin: 0;
      padding: 0 0 0 10px;
      list-style: none; }
    .mobile-nav .mobile-subitem {
      list-style: none; } }
@media (min-width: 992px) {
  .desktop-nav {
    display: block; }

  .mobile-nav {
    display: none; } }
.rvrjobs-page .rvrjobs-content .teaser_container .teaser_txt {
  padding-right: 50px;
  background: #fff; }
  .rvrjobs-page .rvrjobs-content .teaser_container .teaser_txt .ce-bodytext {
    color: #4d4c4c !important; }
.rvrjobs-page .rvrjobs-content .kontaktformular header {
  padding: 50px !important; }
.rvrjobs-page .rvrjobs-content .kontaktformular .tx-powermail .powermail_fieldwrap_type_textarea textarea {
  color: #000; }
.rvrjobs-page .rvrjobs-content .kontaktformular .tx-powermail .powermail_fieldwrap_type_input input {
  color: #000; }
.rvrjobs-page .rvrjobs-content .kontaktformular .tx-powermail .powermail_field input {
  color: #000; }
.rvrjobs-page .rvrjobs-content .kontaktformular .tx-powermail .powermail_fieldwrap_type_file a.link-upload {
  background-image: url(../img/rvr-upload-icon.svg);
  background-position: right 10px center;
  padding-right: 45px; }
.rvrjobs-page .rvrjobs-content .kontaktformular .tx-powermail .powermail_fieldwrap_zustimmungdatenschutzerklaerung input[type="checkbox"]:checked::before {
  box-shadow: 0px 0px 0px 5px #fff inset; }
.rvrjobs-page .rvrjobs-content .kontaktformular .tx-powermail .powermail_fieldwrap_zustimmungdatenschutzerklaerung input[type="checkbox"]::before {
  margin-right: 0 !important; }
.rvrjobs-page .rvrjobs-show-content .container-c470 {
  padding-left: 15px !important; }
.rvrjobs-page .rvrjobs-show-content .teaser_container {
  background: #fff;
  padding: clamp(30px, 3.13vw, 60px); }

.job-list .ci-link-white {
  margin-bottom: 10px; }

.V2JobContact .row .col-sm-12 {
  padding: clamp(40px, 4.17vw, 80px) clamp(30px, 3.13vw, 60px);
  background-color: #fff; }
  .V2JobContact .row .col-sm-12 > .frame-type-text {
    margin-bottom: clamp(60px, 6.25vw, 120px); }
    .V2JobContact .row .col-sm-12 > .frame-type-text h2 {
      margin-bottom: clamp(20px, 2.08vw, 40px);
      color: #333;
      background: none;
      padding: 0; }
      .V2JobContact .row .col-sm-12 > .frame-type-text h2 strong {
        color: #3da433; }
    .V2JobContact .row .col-sm-12 > .frame-type-text p {
      max-width: 720px; }
      .V2JobContact .row .col-sm-12 > .frame-type-text p:not(:last-of-type) {
        margin-bottom: 1em; }
  .V2JobContact .row .col-sm-12 .ce-textpic {
    display: flex;
    gap: clamp(25px, 2.6vw, 50px);
    align-items: center; }
    .V2JobContact .row .col-sm-12 .ce-textpic .ce-gallery {
      max-width: 180px;
      align-self: start; }
      .V2JobContact .row .col-sm-12 .ce-textpic .ce-gallery img {
        border-radius: 50%; }
      @media (max-width: 767px) {
        .V2JobContact .row .col-sm-12 .ce-textpic .ce-gallery {
          max-width: 87px; } }
    .V2JobContact .row .col-sm-12 .ce-textpic h3 {
      margin: 0; }
    .V2JobContact .row .col-sm-12 .ce-textpic p:first-of-type {
      margin-bottom: clamp(20px, 2.08vw, 40px); }
    .V2JobContact .row .col-sm-12 .ce-textpic a {
      color: #3da433; }
      .V2JobContact .row .col-sm-12 .ce-textpic a::after {
        display: none; }
  .V2JobContact .row .col-sm-12 .cols2_wrapper {
    max-width: 100%; }
    .V2JobContact .row .col-sm-12 .cols2_wrapper .element2cols {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
      justify-content: space-between;
      align-items: end; }
      .V2JobContact .row .col-sm-12 .cols2_wrapper .element2cols::before, .V2JobContact .row .col-sm-12 .cols2_wrapper .element2cols::after {
        display: none; }
      .V2JobContact .row .col-sm-12 .cols2_wrapper .element2cols .col-sm-8 {
        width: auto; }
      .V2JobContact .row .col-sm-12 .cols2_wrapper .element2cols .col-sm-4 {
        width: auto;
        margin-left: auto; }
        .V2JobContact .row .col-sm-12 .cols2_wrapper .element2cols .col-sm-4 a {
          color: #3da433;
          gap: 30px;
          font-size: 1.2em;
          font-weight: bold;
          line-height: 1.5em;
          display: inline-flex;
          align-items: center; }
          .V2JobContact .row .col-sm-12 .cols2_wrapper .element2cols .col-sm-4 a::after {
            content: " ";
            background: url(../img/icon-link-green.png) no-repeat;
            background-size: 50px;
            background-position: top right;
            width: 50px;
            height: 50px;
            display: inline-block;
            transition: background-color 250ms; }
          .V2JobContact .row .col-sm-12 .cols2_wrapper .element2cols .col-sm-4 a:hover::after {
            background-image: url(../img/icon-link-green-hover.png);
            background-color: #3da433; }

:root {
  --swiper-theme-color: #007aff; }

:host {
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1; }

.swiper {
  display: block;
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0;
  position: relative;
  z-index: 1; }

.swiper-vertical > .swiper-wrapper {
  flex-direction: column; }

.swiper-wrapper {
  box-sizing: initial;
  display: flex;
  height: 100%;
  position: relative;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  width: 100%;
  z-index: 1; }

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translateZ(0); }

.swiper-horizontal {
  touch-action: pan-y; }

.swiper-vertical {
  touch-action: pan-x; }

.swiper-slide {
  display: block;
  flex-shrink: 0;
  height: 100%;
  position: relative;
  transition-property: transform;
  width: 100%; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto; }

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height; }

.swiper-backface-hidden .swiper-slide {
  backface-visibility: hidden;
  transform: translateZ(0); }

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px; }

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d; }

.swiper-3d {
  perspective: 1200px; }
  .swiper-3d .swiper-cube-shadow,
  .swiper-3d .swiper-slide {
    transform-style: preserve-3d; }

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none; }
  .swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none; }
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory; }
.swiper-css-mode.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-slides-offset-before);
  scroll-margin-inline-start: var(--swiper-slides-offset-before); }
.swiper-css-mode.swiper-horizontal > .swiper-wrapper > .swiper-slide:last-child {
  margin-inline-end: var(--swiper-slides-offset-after); }
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory; }
.swiper-css-mode.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-slides-offset-before);
  scroll-margin-block-start: var(--swiper-slides-offset-before); }
.swiper-css-mode.swiper-vertical > .swiper-wrapper > .swiper-slide:last-child {
  margin-block-end: var(--swiper-slides-offset-after); }
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none; }
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none; }
.swiper-css-mode.swiper-centered > .swiper-wrapper:before {
  content: "";
  flex-shrink: 0;
  order: 9999; }
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always; }
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before); }
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after); }
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before); }
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper:before {
  height: var(--swiper-centered-offset-after);
  min-width: 1px;
  width: 100%; }

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10; }
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15); }
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5), #000000); }
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), #000000); }
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), #000000); }
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), #000000); }

.swiper-lazy-preloader {
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top: 4px solid #0000;
  box-sizing: border-box;
  height: 42px;
  left: 50%;
  margin-left: -21px;
  margin-top: -21px;
  position: absolute;
  top: 50%;
  transform-origin: 50%;
  width: 42px;
  z-index: 10; }

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s linear infinite; }

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff; }

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000; }

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg); }
  to {
    transform: rotate(1turn); } }
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0); }

.swiper-virtual.swiper-css-mode .swiper-wrapper:after {
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0; }

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after {
  height: 1px;
  width: var(--swiper-virtual-size); }

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after {
  height: var(--swiper-virtual-size);
  width: 1px; }

:root {
  --swiper-navigation-size: 44px; }

.swiper-button-next,
.swiper-button-prev {
  align-items: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  cursor: pointer;
  display: flex;
  height: var(--swiper-navigation-size);
  justify-content: center;
  position: absolute;
  width: var(--swiper-navigation-size);
  z-index: 10; }
  .swiper-button-next.swiper-button-disabled,
  .swiper-button-prev.swiper-button-disabled {
    cursor: auto;
    opacity: 0.35;
    pointer-events: none; }
  .swiper-button-next.swiper-button-hidden,
  .swiper-button-prev.swiper-button-hidden {
    cursor: auto;
    opacity: 0;
    pointer-events: none; }
  .swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled
  .swiper-button-prev {
    display: none !important; }
  .swiper-button-next svg,
  .swiper-button-prev svg {
    height: 100%;
    object-fit: contain;
    transform-origin: center;
    width: 100%;
    fill: currentColor;
    pointer-events: none; }

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

.swiper-button-next,
.swiper-button-prev {
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  top: var(--swiper-navigation-top-offset, 50%); }

.swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 4px);
  right: auto; }
  .swiper-button-prev .swiper-navigation-icon,
  .swiper-button-prev .swiper-navigation-icon {
    transform: rotate(180deg); }

.swiper-button-next {
  left: auto;
  right: var(--swiper-navigation-sides-offset, 4px); }

.swiper-horizontal .swiper-button-next,
.swiper-horizontal .swiper-button-prev,
.swiper-horizontal ~ .swiper-button-next,
.swiper-horizontal ~ .swiper-button-prev {
  margin-left: 0;
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  top: var(--swiper-navigation-top-offset, 50%); }
.swiper-horizontal.swiper-rtl .swiper-button-next, .swiper-horizontal.swiper-rtl ~ .swiper-button-next, .swiper-horizontal ~ .swiper-button-prev,
.swiper-horizontal .swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 4px);
  right: auto; }
.swiper-horizontal.swiper-rtl .swiper-button-prev, .swiper-horizontal.swiper-rtl ~ .swiper-button-prev, .swiper-horizontal ~ .swiper-button-next,
.swiper-horizontal .swiper-button-next {
  left: auto;
  right: var(--swiper-navigation-sides-offset, 4px); }
.swiper-horizontal.swiper-rtl .swiper-button-next .swiper-navigation-icon,
.swiper-horizontal.swiper-rtl .swiper-button-next .swiper-navigation-icon, .swiper-horizontal.swiper-rtl ~ .swiper-button-next .swiper-navigation-icon,
.swiper-horizontal.swiper-rtl ~ .swiper-button-next .swiper-navigation-icon, .swiper-horizontal ~ .swiper-button-prev .swiper-navigation-icon,
.swiper-horizontal ~ .swiper-button-prev .swiper-navigation-icon,
.swiper-horizontal .swiper-button-prev .swiper-navigation-icon,
.swiper-horizontal .swiper-button-prev .swiper-navigation-icon {
  transform: rotate(180deg); }
.swiper-horizontal.swiper-rtl .swiper-button-prev .swiper-navigation-icon,
.swiper-horizontal.swiper-rtl .swiper-button-prev .swiper-navigation-icon, .swiper-horizontal.swiper-rtl ~ .swiper-button-prev .swiper-navigation-icon,
.swiper-horizontal.swiper-rtl ~ .swiper-button-prev .swiper-navigation-icon {
  transform: rotate(0deg); }

.swiper-vertical .swiper-button-next,
.swiper-vertical .swiper-button-prev,
.swiper-vertical ~ .swiper-button-next,
.swiper-vertical ~ .swiper-button-prev {
  left: var(--swiper-navigation-top-offset, 50%);
  margin-left: calc(0px - var(--swiper-navigation-size) / 2);
  margin-top: 0;
  right: auto; }
.swiper-vertical .swiper-button-prev,
.swiper-vertical ~ .swiper-button-prev {
  bottom: auto;
  top: var(--swiper-navigation-sides-offset, 4px); }
  .swiper-vertical .swiper-button-prev .swiper-navigation-icon,
  .swiper-vertical .swiper-button-prev .swiper-navigation-icon,
  .swiper-vertical ~ .swiper-button-prev .swiper-navigation-icon,
  .swiper-vertical ~ .swiper-button-prev .swiper-navigation-icon {
    transform: rotate(-90deg); }
.swiper-vertical .swiper-button-next,
.swiper-vertical ~ .swiper-button-next {
  bottom: var(--swiper-navigation-sides-offset, 4px);
  top: auto; }
  .swiper-vertical .swiper-button-next .swiper-navigation-icon,
  .swiper-vertical .swiper-button-next .swiper-navigation-icon,
  .swiper-vertical ~ .swiper-button-next .swiper-navigation-icon,
  .swiper-vertical ~ .swiper-button-next .swiper-navigation-icon {
    transform: rotate(90deg); }

.swiper-pagination {
  position: absolute;
  text-align: center;
  transform: translateZ(0);
  transition: opacity 0.3s;
  z-index: 10; }
  .swiper-pagination.swiper-pagination-hidden {
    opacity: 0; }
  .swiper-pagination.swiper-pagination-disabled, .swiper-pagination-disabled > .swiper-pagination {
    display: none !important; }

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  left: 0;
  top: var(--swiper-pagination-top, auto);
  width: 100%; }

.swiper-pagination-bullets-dynamic {
  font-size: 0;
  overflow: hidden; }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    position: relative;
    transform: scale(0.33); }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1); }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(0.66); }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33); }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(0.66); }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33); }

.swiper-pagination-bullet {
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  display: inline-block;
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px)); }
  .swiper-pagination-bullet button {
    appearance: none;
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0; }
  .swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer; }
  .swiper-pagination-bullet:only-child {
    display: none !important; }

.swiper-pagination-bullet-active {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  opacity: var(--swiper-pagination-bullet-opacity, 1); }

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  left: var(--swiper-pagination-left, auto);
  right: var(--swiper-pagination-right, 8px);
  top: 50%;
  transform: translate3d(0, -50%, 0); }
  .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
  .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    display: block;
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0; }
  .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
  .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px; }
    .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
    .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
      display: inline-block;
      transition: transform 0.2s, top 0.2s; }

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px); }
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap; }
  .swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
  .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform 0.2s, left 0.2s; }

.swiper-horizontal.swiper-rtl
> .swiper-pagination-bullets-dynamic
.swiper-pagination-bullet {
  transition: transform 0.2s, right 0.2s; }

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit); }

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute; }
  .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: scale(0);
    transform-origin: left top;
    width: 100%; }
  .swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top; }
  .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-horizontal > .swiper-pagination-progressbar, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0;
    width: 100%; }
  .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar {
    height: 100%;
    left: 0;
    top: 0;
    width: var(--swiper-pagination-progressbar-size, 4px); }

.swiper-pagination-lock {
  display: none; }

.swiper-scrollbar {
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none; }
  .swiper-scrollbar.swiper-scrollbar-disabled, .swiper-scrollbar-disabled > .swiper-scrollbar {
    display: none !important; }
  .swiper-scrollbar.swiper-scrollbar-horizontal, .swiper-horizontal > .swiper-scrollbar {
    bottom: var(--swiper-scrollbar-bottom, 4px);
    height: var(--swiper-scrollbar-size, 4px);
    left: var(--swiper-scrollbar-sides-offset, 1%);
    position: absolute;
    top: var(--swiper-scrollbar-top, auto);
    width: calc(100% - var(--swiper-scrollbar-sides-offset, 1%) * 2);
    z-index: 50; }
  .swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
    height: calc(100% - var(--swiper-scrollbar-sides-offset, 1%) * 2);
    left: var(--swiper-scrollbar-left, auto);
    position: absolute;
    right: var(--swiper-scrollbar-right, 4px);
    top: var(--swiper-scrollbar-sides-offset, 1%);
    width: var(--swiper-scrollbar-size, 4px);
    z-index: 50; }

.swiper-scrollbar-drag {
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  height: 100%;
  left: 0;
  position: relative;
  top: 0;
  width: 100%; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  text-align: center;
  width: 100%; }
  .swiper-zoom-container > canvas,
  .swiper-zoom-container > img,
  .swiper-zoom-container > svg {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none; }

.swiper .swiper-notification {
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  z-index: -1000; }

.swiper-free-mode > .swiper-wrapper {
  margin: 0 auto;
  transition-timing-function: ease-out; }

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap; }

.swiper-grid-column > .swiper-wrapper {
  flex-direction: column;
  flex-wrap: wrap; }

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out; }
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity; }
  .swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none; }
.swiper-fade .swiper-slide-active {
  pointer-events: auto; }
  .swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto; }

.swiper.swiper-cube {
  overflow: visible; }

.swiper-cube .swiper-slide {
  backface-visibility: hidden;
  height: 100%;
  pointer-events: none;
  transform-origin: 0 0;
  visibility: hidden;
  width: 100%;
  z-index: 1; }
  .swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none; }
.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0; }
.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible; }
.swiper-cube .swiper-cube-shadow {
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  width: 100%;
  z-index: 0; }
  .swiper-cube .swiper-cube-shadow:before {
    background: #000;
    bottom: 0;
    content: "";
    filter: blur(50px);
    left: 0;
    position: absolute;
    right: 0;
    top: 0; }

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  backface-visibility: hidden;
  z-index: 0; }

.swiper.swiper-flip {
  overflow: visible; }

.swiper-flip .swiper-slide {
  backface-visibility: hidden;
  pointer-events: none;
  z-index: 1; }
  .swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none; }
.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  backface-visibility: hidden;
  z-index: 0; }

.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height; }

.swiper.swiper-cards {
  overflow: visible; }

.swiper-cards .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transform-origin: center bottom; }

.frame-space-after-extra-small {
  margin-bottom: clamp(20px, 2.08vw, 40px); }

.frame-space-before-extra-small {
  margin-top: clamp(20px, 2.08vw, 40px); }

.frame-space-after-small {
  margin-bottom: clamp(40px, 4.17vw, 80px); }

.frame-space-before-small {
  margin-top: clamp(40px, 4.17vw, 80px); }

.frame-space-after-medium {
  margin-bottom: clamp(60px, 6.25vw, 120px); }

.frame-space-before-medium {
  margin-top: clamp(60px, 6.25vw, 120px); }

.frame-space-after-large {
  margin-bottom: clamp(80px, 8.33vw, 160px); }

.frame-space-before-large {
  margin-top: clamp(80px, 8.33vw, 160px); }

.frame-space-after-extra-large {
  margin-bottom: clamp(100px, 10.42vw, 200px); }

.frame-space-before-extra-large {
  margin-top: clamp(100px, 10.42vw, 200px); }

body {
  color: #4d4c4c; }

#main-content .container .container {
  padding-left: 0;
  padding-right: 0; }

#main-content .container .V2Styles.V2Default {
  padding-bottom: 50px; }

#main-content .V2Styles.V2Default .container .V2Styles.V2Default {
  padding: 0 0 50px; }

#main-content .teaser .V2Styles.V2Default {
  padding-top: 0; }

em {
  color: #3da433;
  font-weight: bold;
  margin-top: 40px;
  display: inline-block; }

img[title="150"] {
  max-width: clamp(120px, 25vw, 150px); }

img[title="185"] {
  max-width: clamp(148px, 30.83vw, 185px); }

img[title="190"] {
  max-width: clamp(152px, 31.67vw, 190px); }

img[title="210"] {
  max-width: clamp(168px, 35vw, 210px); }

img[title="220"] {
  max-width: clamp(176px, 36.67vw, 220px); }

img[title="225"] {
  max-width: clamp(180px, 37.5vw, 225px); }

img[title="250"] {
  max-width: clamp(200px, 41.67vw, 250px); }

.ce-gallery * {
  width: 100%; }

@media (max-width: 599px) {
  #c833 {
    display: none; } }

#c1293 .ce-row .ce-column {
  width: 100%; }
  #c1293 .ce-row .ce-column .image {
    margin-bottom: clamp(30px, 6.67vw, 40px); }
@media (min-width: 600px) {
  #c1293 {
    display: none; } }

#c828 .image::after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 50%); }

.V2Styles a {
  text-decoration: none; }
.V2Styles h1,
.V2Styles h2 {
  color: #fff;
  background: #3da433;
  padding: 10px;
  line-height: 1;
  display: table;
  margin-bottom: 5px;
  font-size: clamp(25px, 2.08vw, 40px);
  text-transform: uppercase; }
  .V2Styles h1.text-center,
  .V2Styles h2.text-center {
    margin: 0 auto; }
.V2Styles h1 {
  font-size: clamp(30px, 3.13vw, 60px); }
.V2Styles h3 {
  color: #3da433;
  font-weight: bold;
  font-size: clamp(19px, 1.3vw, 25px);
  line-height: 1.3; }
  .V2Styles h3 strong {
    font-size: 16px; }
  .V2Styles h3:first-of-type {
    margin-top: clamp(30px, 3.13vw, 60px); }
  .V2Styles h3:last-of-type {
    margin-bottom: 10px; }
.V2Styles h4 {
  color: #3da433;
  font-weight: bold;
  font-size: 1.1em;
  margin-bottom: 10px;
  line-height: 1; }
  .V2Styles h4:first-of-type {
    margin-top: clamp(30px, 3.13vw, 60px); }
.V2Styles .image {
  line-height: 0; }
.V2Styles.V2Default {
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 0; }
  .V2Styles.V2Default .element2cols {
    display: flex; }
    .V2Styles.V2Default .element2cols .frame-type-image {
      margin-bottom: 10px; }
    .V2Styles.V2Default .element2cols .col2 {
      align-self: flex-end; }
    @media (max-width: 767px) {
      .V2Styles.V2Default .element2cols {
        flex-wrap: wrap; } }
.V2Styles.V2Centered {
  padding: 5% 0; }
  .V2Styles.V2Centered .ce-textpic {
    display: flex;
    justify-content: center; }
    .V2Styles.V2Centered .ce-textpic .ce-bodytext {
      display: table; }
.V2Styles.V2HeaderImage {
  background-color: white; }
  .V2Styles.V2HeaderImage h4 {
    font-size: clamp(22px, 1.56vw, 30px);
    color: #4d4c4c;
    line-height: initial; }
  .V2Styles.V2HeaderImage .ce-row {
    position: relative; }
    .V2Styles.V2HeaderImage .ce-row .ce-column {
      display: none; }
      @media (min-width: 960px) {
        .V2Styles.V2HeaderImage .ce-row .ce-column {
          display: block; } }
      .V2Styles.V2HeaderImage .ce-row .ce-column figure {
        background-size: cover !important;
        background-position: center !important; }
      .V2Styles.V2HeaderImage .ce-row .ce-column img {
        width: auto;
        position: absolute;
        bottom: 0;
        right: 0; }
    .V2Styles.V2HeaderImage .ce-row .ce-column:first-child {
      display: block; }
      .V2Styles.V2HeaderImage .ce-row .ce-column:first-child .image {
        background-position: top center;
        background-repeat: no-repeat;
        min-height: 400px;
        background-attachment: initial;
        background-size: auto 100%; }
        @media (max-width: 959px) {
          .V2Styles.V2HeaderImage .ce-row .ce-column:first-child .image {
            background-position: top center !important; } }
        @media (min-width: 960px) {
          .V2Styles.V2HeaderImage .ce-row .ce-column:first-child .image {
            background-attachment: fixed; } }
        .V2Styles.V2HeaderImage .ce-row .ce-column:first-child .image img {
          width: 100%;
          opacity: 0.0001;
          position: initial; }
  .V2Styles.V2HeaderImage .ce-textpic {
    position: relative; }
    .V2Styles.V2HeaderImage .ce-textpic .ce-bodytext {
      position: absolute !important;
      bottom: 5%;
      left: 20px;
      font-weight: bolder; }
      @media (min-width: 960px) {
        .V2Styles.V2HeaderImage .ce-textpic .ce-bodytext {
          left: 10%; } }
      @media (min-width: 1200px) {
        .V2Styles.V2HeaderImage .ce-textpic .ce-bodytext {
          width: 1200px;
          left: 50%;
          margin-left: -580px;
          bottom: 20%; } }
.V2Styles.V2InfoColumns {
  margin-top: 100px; }
  .V2Styles.V2InfoColumns h2:last-child {
    margin-bottom: 90px; }
  .V2Styles.V2InfoColumns .cols3_wrapper {
    width: 100%; }
  .V2Styles.V2InfoColumns .element4cols {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 -190px; }
    @media (max-width: 1599px) {
      .V2Styles.V2InfoColumns .element4cols {
        margin: 0; } }
    .V2Styles.V2InfoColumns .element4cols::before, .V2Styles.V2InfoColumns .element4cols::after {
      display: none; }
    .V2Styles.V2InfoColumns .element4cols > .col {
      background: #f6f6f6;
      padding-bottom: 50px;
      padding-left: 0;
      padding-right: 0;
      width: calc((100% - 30px) / 4); }
      .V2Styles.V2InfoColumns .element4cols > .col .ce-bodytext {
        padding-left: 40px;
        padding-right: 40px; }
        .V2Styles.V2InfoColumns .element4cols > .col .ce-bodytext h3 {
          text-transform: none; }
      @media (max-width: 1199px) {
        .V2Styles.V2InfoColumns .element4cols > .col {
          width: calc(50% - 5px); } }
      @media (max-width: 767px) {
        .V2Styles.V2InfoColumns .element4cols > .col {
          width: 100%; } }
  .V2Styles.V2InfoColumns .element3cols {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0; }
    .V2Styles.V2InfoColumns .element3cols::before, .V2Styles.V2InfoColumns .element3cols::after {
      display: none; }
    .V2Styles.V2InfoColumns .element3cols > .col {
      background: #f6f6f6;
      padding-bottom: 50px;
      padding-left: 0;
      padding-right: 0;
      width: calc((100% - 20px) / 3); }
      .V2Styles.V2InfoColumns .element3cols > .col .ce-bodytext {
        padding-left: 40px;
        padding-right: 40px; }
        .V2Styles.V2InfoColumns .element3cols > .col .ce-bodytext h3 {
          text-transform: none; }
      @media (max-width: 991px) {
        .V2Styles.V2InfoColumns .element3cols > .col {
          width: calc(50% - 5px); } }
      @media (max-width: 767px) {
        .V2Styles.V2InfoColumns .element3cols > .col {
          width: 100%; } }
.V2Styles.V2InfoAppendix {
  background: #006b27;
  background: linear-gradient(-66deg, #006b27 0%, #01a641 50%, #6aaa28 100%);
  color: white;
  padding-bottom: 90px;
  padding-top: 140px;
  margin-top: -90px; }
  .V2Styles.V2InfoAppendix .container {
    max-width: 800px; }
  .V2Styles.V2InfoAppendix h2 {
    background: url("../img/icon-info.png") no-repeat;
    background-position: left center;
    font-weight: normal;
    padding-left: 70px;
    background-size: contain;
    font-size: 2em; }
  .V2Styles.V2InfoAppendix h3 {
    color: inherit;
    margin-bottom: 20px; }
  .V2Styles.V2InfoAppendix a {
    color: white;
    font-size: 1.2em;
    font-weight: bold; }
.V2Styles.V2TeaserRightOverlay .ce-textpic, .V2Styles.V2TeaserLeftOverlay .ce-textpic {
  position: relative; }
  .V2Styles.V2TeaserRightOverlay .ce-textpic .ce-bodytext, .V2Styles.V2TeaserLeftOverlay .ce-textpic .ce-bodytext {
    background: #006b27;
    background: linear-gradient(-28deg, rgba(0, 107, 39, 0.9) 0%, rgba(1, 166, 65, 0.9) 50%, rgba(106, 170, 40, 0.9) 100%);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    color: white;
    width: clamp(340px, 46%, 1200px); }
    .V2Styles.V2TeaserRightOverlay .ce-textpic .ce-bodytext h2, .V2Styles.V2TeaserLeftOverlay .ce-textpic .ce-bodytext h2 {
      background: white;
      color: #3da433; }
    .V2Styles.V2TeaserRightOverlay .ce-textpic .ce-bodytext h4, .V2Styles.V2TeaserLeftOverlay .ce-textpic .ce-bodytext h4 {
      color: white;
      font-size: clamp(19px, 1.3vw, 25px);
      font-weight: normal;
      line-height: 1.5;
      margin-bottom: 100px; }
    .V2Styles.V2TeaserRightOverlay .ce-textpic .ce-bodytext p, .V2Styles.V2TeaserLeftOverlay .ce-textpic .ce-bodytext p {
      display: block;
      margin-top: 40px; }
    .V2Styles.V2TeaserRightOverlay .ce-textpic .ce-bodytext a, .V2Styles.V2TeaserLeftOverlay .ce-textpic .ce-bodytext a {
      font-weight: bold;
      color: inherit;
      font-size: 1.2em; }
  .V2Styles.V2TeaserRightOverlay .ce-textpic .ce-gallery, .V2Styles.V2TeaserLeftOverlay .ce-textpic .ce-gallery {
    z-index: -1;
    height: 100%;
    width: 100%;
    position: absolute; }
    .V2Styles.V2TeaserRightOverlay .ce-textpic .ce-gallery *, .V2Styles.V2TeaserLeftOverlay .ce-textpic .ce-gallery * {
      height: 100%; }
    .V2Styles.V2TeaserRightOverlay .ce-textpic .ce-gallery .image, .V2Styles.V2TeaserLeftOverlay .ce-textpic .ce-gallery .image {
      display: flex; }
      .V2Styles.V2TeaserRightOverlay .ce-textpic .ce-gallery .image img, .V2Styles.V2TeaserLeftOverlay .ce-textpic .ce-gallery .image img {
        object-fit: cover; }
.V2Styles.V2TeaserLeftOverlay .ce-textpic .ce-bodytext {
  padding: clamp(100px, 10.42vw, 200px) clamp(25px, 2.6vw, 50px) clamp(100px, 10.42vw, 200px) clamp(25px, calc((100% - 1200px) / 2 + 15px), 100vw); }
.V2Styles.V2TeaserRightOverlay .ce-textpic .ce-bodytext {
  padding: clamp(100px, 10.42vw, 200px) clamp(25px, calc((100% - 1200px) / 2 + 15px), 100vw) clamp(100px, 10.42vw, 200px) clamp(25px, 2.6vw, 50px);
  margin-left: auto; }
.V2Styles.V2Teaser2ColumnsImage .ce-bodytext p:first-child {
  margin-bottom: 50px; }
.V2Styles.V2ProductListening {
  background: #f6f6f6;
  padding-bottom: 100px;
  padding-top: 60px; }
  .V2Styles.V2ProductListening .ce-row {
    display: flex;
    gap: 100px;
    margin-bottom: 40px; }
.V2Styles.V2Rootline {
  padding: 40px 20px;
  padding-bottom: 0; }
  .V2Styles.V2Rootline a {
    color: #3da433; }
.V2Styles .frame-type-uploads header {
  margin-bottom: 150px; }
.V2Styles .frame-type-uploads .ce-uploads {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 960px; }
  .V2Styles .frame-type-uploads .ce-uploads span {
    display: inline;
    color: #4d4c4c;
    font-size: clamp(18px, 1.15vw, 22px); }
  .V2Styles .frame-type-uploads .ce-uploads a {
    width: 100%;
    border-bottom: 1px solid #4d4c4c33;
    justify-content: space-between;
    padding-bottom: 10px; }
    .V2Styles .frame-type-uploads .ce-uploads a .ce-uploads-fileSize {
      font-size: clamp(16px, 0.94vw, 18px);
      font-weight: 400; }
    .V2Styles .frame-type-uploads .ce-uploads a::after {
      background-image: url("../img/rvr-download-icon.svg");
      background-size: 31px;
      background-position: top center;
      width: 35px;
      height: 38px; }
    .V2Styles .frame-type-uploads .ce-uploads a:hover::after {
      background-image: url("../img/rvr-download-icon-white.svg"); }

.V2TeaserLeftOverlay a,
.V2TeaserLeftOverlay.V2Styles .frame-type-textpic .ce-bodytext a,
.V2TeaserRightOverlay a,
.V2TeaserRightOverlay.V2Styles .frame-type-textpic .ce-bodytext a,
.V2ProductListening a,
.V2InfoAppendix a,
.V2Styles .frame-type-textpic .ce-bodytext a,
#c671 .col2 a,
#c749 .col2 a,
.V2Footer .goTop a,
.V2NewsList a,
#c37 .powermail_fieldwrap_senden2 .powermail_field,
#c1279 .powermail_fieldwrap_senden2 .powermail_field,
#c1286 .powermail_fieldwrap_senden2 .powermail_field,
#c803 a,
#c809 a,
#c814 a,
#c819 a,
#c861 a,
#c863 a,
#c868 a,
#c873 a,
#c762 a,
#c905 a,
.frame-type-uploads a,
.ci-link a,
.ci-link-white a,
#c1294 a.custom-btn {
  display: inline-flex;
  align-items: center;
  gap: 20px; }
  .V2TeaserLeftOverlay a::after,
  .V2TeaserLeftOverlay.V2Styles .frame-type-textpic .ce-bodytext a::after,
  .V2TeaserRightOverlay a::after,
  .V2TeaserRightOverlay.V2Styles .frame-type-textpic .ce-bodytext a::after,
  .V2ProductListening a::after,
  .V2InfoAppendix a::after,
  .V2Styles .frame-type-textpic .ce-bodytext a::after,
  #c671 .col2 a::after,
  #c749 .col2 a::after,
  .V2Footer .goTop a::after,
  .V2NewsList a::after,
  #c37 .powermail_fieldwrap_senden2 .powermail_field::after,
  #c1279 .powermail_fieldwrap_senden2 .powermail_field::after,
  #c1286 .powermail_fieldwrap_senden2 .powermail_field::after,
  #c803 a::after,
  #c809 a::after,
  #c814 a::after,
  #c819 a::after,
  #c861 a::after,
  #c863 a::after,
  #c868 a::after,
  #c873 a::after,
  #c762 a::after,
  #c905 a::after,
  .frame-type-uploads a::after,
  .ci-link a::after,
  .ci-link-white a::after,
  #c1294 a.custom-btn::after {
    content: " ";
    background: url("../img/icon-link.png") no-repeat;
    background-size: 50px;
    background-position: top right;
    width: 50px;
    height: 50px;
    display: inline-block;
    transition: background-color 250ms; }
  .V2TeaserLeftOverlay a:hover::after,
  .V2TeaserLeftOverlay.V2Styles .frame-type-textpic .ce-bodytext a:hover::after,
  .V2TeaserRightOverlay a:hover::after,
  .V2TeaserRightOverlay.V2Styles .frame-type-textpic .ce-bodytext a:hover::after,
  .V2ProductListening a:hover::after,
  .V2InfoAppendix a:hover::after,
  .V2Styles .frame-type-textpic .ce-bodytext a:hover::after,
  #c671 .col2 a:hover::after,
  #c749 .col2 a:hover::after,
  .V2Footer .goTop a:hover::after,
  .V2NewsList a:hover::after,
  #c37 .powermail_fieldwrap_senden2 .powermail_field:hover::after,
  #c1279 .powermail_fieldwrap_senden2 .powermail_field:hover::after,
  #c1286 .powermail_fieldwrap_senden2 .powermail_field:hover::after,
  #c803 a:hover::after,
  #c809 a:hover::after,
  #c814 a:hover::after,
  #c819 a:hover::after,
  #c861 a:hover::after,
  #c863 a:hover::after,
  #c868 a:hover::after,
  #c873 a:hover::after,
  #c762 a:hover::after,
  #c905 a:hover::after,
  .frame-type-uploads a:hover::after,
  .ci-link a:hover::after,
  .ci-link-white a:hover::after,
  #c1294 a.custom-btn:hover::after {
    background-image: url("../img/icon-link-hover.png");
    background-color: #fff; }

.ci-link-white a {
  font-weight: bold;
  color: white; }

.V2ProductListening a,
.V2Default .frame-type-textpic .ce-bodytext a,
.V2NewsList a,
#c37 .powermail_fieldwrap_senden2 .powermail_field,
#c1279 .powermail_fieldwrap_senden2 .powermail_field,
#c1286 .powermail_fieldwrap_senden2 .powermail_field,
#c803 a,
#c809 a,
#c814 a,
#c819 a,
#c861 a,
#c863 a,
#c868 a,
#c873 a,
#c762 a,
#c905 a,
.frame-type-uploads a,
.ci-link a,
#c1294 a.custom-btn {
  color: #3da433;
  gap: 30px;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.5em; }
  .V2ProductListening a::after,
  .V2Default .frame-type-textpic .ce-bodytext a::after,
  .V2NewsList a::after,
  #c37 .powermail_fieldwrap_senden2 .powermail_field::after,
  #c1279 .powermail_fieldwrap_senden2 .powermail_field::after,
  #c1286 .powermail_fieldwrap_senden2 .powermail_field::after,
  #c803 a::after,
  #c809 a::after,
  #c814 a::after,
  #c819 a::after,
  #c861 a::after,
  #c863 a::after,
  #c868 a::after,
  #c873 a::after,
  #c762 a::after,
  #c905 a::after,
  .frame-type-uploads a::after,
  .ci-link a::after,
  #c1294 a.custom-btn::after {
    background-image: url("../img/icon-link-green.png"); }
  .V2ProductListening a:hover::after,
  .V2Default .frame-type-textpic .ce-bodytext a:hover::after,
  .V2NewsList a:hover::after,
  #c37 .powermail_fieldwrap_senden2 .powermail_field:hover::after,
  #c1279 .powermail_fieldwrap_senden2 .powermail_field:hover::after,
  #c1286 .powermail_fieldwrap_senden2 .powermail_field:hover::after,
  #c803 a:hover::after,
  #c809 a:hover::after,
  #c814 a:hover::after,
  #c819 a:hover::after,
  #c861 a:hover::after,
  #c863 a:hover::after,
  #c868 a:hover::after,
  #c873 a:hover::after,
  #c762 a:hover::after,
  #c905 a:hover::after,
  .frame-type-uploads a:hover::after,
  .ci-link a:hover::after,
  #c1294 a.custom-btn:hover::after {
    background-image: url("../img/icon-link-green-hover.png");
    background-color: #3da433; }

#c749 a {
  font-size: 1em;
  line-height: 1; }

@keyframes fadeIn {
  0% {
    opacity: 0.01; }
  100% {
    opacity: 1; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0.01; } }
#c545 .ce-gallery {
  padding: 5vw 0 1vw; }
#c545 .ce-inner {
  position: relative; }
  #c545 .ce-inner .ce-row:nth-child(2) {
    position: absolute;
    width: calc(336 / 2094 * 100%);
    top: -16%;
    left: 25%;
    opacity: 0.01;
    animation: 10s ease-out 0s infinite fadeInAndOut; }
  #c545 .ce-inner .ce-row:nth-child(3) {
    position: absolute;
    width: calc(227 / 2094 * 100%);
    top: -16.4%;
    left: 57%;
    opacity: 0.01;
    animation: 10s ease-out 1s infinite fadeInAndOut; }
  #c545 .ce-inner .ce-row:nth-child(4) {
    position: absolute;
    width: calc(234 / 2094 * 100%);
    top: 30%;
    left: 45%;
    opacity: 0.01;
    animation: 10s ease-out 2s infinite fadeInAndOut; }
  #c545 .ce-inner .ce-row:nth-child(5) {
    position: absolute;
    width: calc(291 / 2094 * 100%);
    top: 29.5%;
    left: 21%;
    opacity: 0.01;
    animation: 10s ease-out 3s infinite fadeInAndOut; }
  #c545 .ce-inner .ce-row:nth-child(6) {
    position: absolute;
    width: calc(347 / 2094 * 100%);
    bottom: 0;
    left: 33%;
    opacity: 0.01;
    animation: 10s ease-out 4s infinite fadeInAndOut; }

@keyframes fadeInAndOut {
  0% {
    opacity: 0.01; }
  10% {
    opacity: 1; }
  50% {
    opacity: 1; }
  65% {
    opacity: 1; }
  67% {
    opacity: 0.01; }
  100% {
    opacity: 0.01; } }
.V2Styles.V2Default:has(#c602) .container,
.V2Styles.V2Default:has(#c1276) .container,
.V2Styles.V2Default:has(#c1283) .container {
  width: 100%; }

#c602,
#c1276,
#c1283 {
  margin-top: -100px;
  margin-bottom: -100px; }
  #c602 .element2cols,
  #c1276 .element2cols,
  #c1283 .element2cols {
    align-items: stretch; }
    #c602 .element2cols .col1,
    #c602 .element2cols .col2,
    #c1276 .element2cols .col1,
    #c1276 .element2cols .col2,
    #c1283 .element2cols .col1,
    #c1283 .element2cols .col2 {
      display: flex;
      flex-direction: column;
      justify-content: top;
      padding-bottom: clamp(30px, 3.13vw, 60px);
      width: auto; }
    #c602 .element2cols .col1,
    #c1276 .element2cols .col1,
    #c1283 .element2cols .col1 {
      background: #006b27;
      background: linear-gradient(180deg, #006b27 0%, #01a641 50%, #6aaa28 100%);
      flex-grow: 1;
      color: white; }
      #c602 .element2cols .col1 .frame,
      #c1276 .element2cols .col1 .frame,
      #c1283 .element2cols .col1 .frame {
        min-width: 280px; }
      #c602 .element2cols .col1 h3,
      #c1276 .element2cols .col1 h3,
      #c1283 .element2cols .col1 h3 {
        color: inherit;
        font-size: clamp(19px, 1.3vw, 25px);
        margin-top: 30px; }
      #c602 .element2cols .col1 a,
      #c1276 .element2cols .col1 a,
      #c1283 .element2cols .col1 a {
        color: inherit;
        font-size: inherit; }
        #c602 .element2cols .col1 a::after,
        #c1276 .element2cols .col1 a::after,
        #c1283 .element2cols .col1 a::after {
          display: none; }
      #c602 .element2cols .col1 h2,
      #c1276 .element2cols .col1 h2,
      #c1283 .element2cols .col1 h2 {
        background: white;
        color: #3da433;
        margin-bottom: 50px;
        margin-top: 110px; }
      #c602 .element2cols .col1 img,
      #c1276 .element2cols .col1 img,
      #c1283 .element2cols .col1 img {
        max-width: 180px;
        border-radius: 50%; }
      @media (min-width: 1200px) {
        #c602 .element2cols .col1,
        #c1276 .element2cols .col1,
        #c1283 .element2cols .col1 {
          width: 37%;
          padding-left: calc((100vw - 1200px) / 2);
          margin-left: calc((-100vw + 1200px) / 2); } }
    #c602 .element2cols .col2,
    #c1276 .element2cols .col2,
    #c1283 .element2cols .col2 {
      background: #f6f6f6;
      flex-grow: 2; }
      #c602 .element2cols .col2 header h2,
      #c1276 .element2cols .col2 header h2,
      #c1283 .element2cols .col2 header h2 {
        display: none; }
      #c602 .element2cols .col2 header h3,
      #c1276 .element2cols .col2 header h3,
      #c1283 .element2cols .col2 header h3 {
        font-weight: bold; }
      #c602 .element2cols .col2 #c37,
      #c602 .element2cols .col2 #c1279,
      #c602 .element2cols .col2 #c1286,
      #c1276 .element2cols .col2 #c37,
      #c1276 .element2cols .col2 #c1279,
      #c1276 .element2cols .col2 #c1286,
      #c1283 .element2cols .col2 #c37,
      #c1283 .element2cols .col2 #c1279,
      #c1283 .element2cols .col2 #c1286 {
        margin-left: 100px;
        padding-bottom: 0; }
      @media (max-width: 767px) {
        #c602 .element2cols .col2 #c37,
        #c602 .element2cols .col2 #c1279,
        #c602 .element2cols .col2 #c1286,
        #c1276 .element2cols .col2 #c37,
        #c1276 .element2cols .col2 #c1279,
        #c1276 .element2cols .col2 #c1286,
        #c1283 .element2cols .col2 #c37,
        #c1283 .element2cols .col2 #c1279,
        #c1283 .element2cols .col2 #c1286 {
          margin-left: 0;
          padding: 0; } }
      #c602 .element2cols .col2 .tx-powermail .powermail_fieldwrap_type_input input,
      #c602 .element2cols .col2 .tx-powermail .powermail_fieldwrap_type_input textarea,
      #c602 .element2cols .col2 .tx-powermail .powermail_fieldwrap_type_textarea input,
      #c602 .element2cols .col2 .tx-powermail .powermail_fieldwrap_type_textarea textarea,
      #c1276 .element2cols .col2 .tx-powermail .powermail_fieldwrap_type_input input,
      #c1276 .element2cols .col2 .tx-powermail .powermail_fieldwrap_type_input textarea,
      #c1276 .element2cols .col2 .tx-powermail .powermail_fieldwrap_type_textarea input,
      #c1276 .element2cols .col2 .tx-powermail .powermail_fieldwrap_type_textarea textarea,
      #c1283 .element2cols .col2 .tx-powermail .powermail_fieldwrap_type_input input,
      #c1283 .element2cols .col2 .tx-powermail .powermail_fieldwrap_type_input textarea,
      #c1283 .element2cols .col2 .tx-powermail .powermail_fieldwrap_type_textarea input,
      #c1283 .element2cols .col2 .tx-powermail .powermail_fieldwrap_type_textarea textarea {
        background: white;
        text-transform: initial;
        color: #333; }
        #c602 .element2cols .col2 .tx-powermail .powermail_fieldwrap_type_input input::placeholder,
        #c602 .element2cols .col2 .tx-powermail .powermail_fieldwrap_type_input textarea::placeholder,
        #c602 .element2cols .col2 .tx-powermail .powermail_fieldwrap_type_textarea input::placeholder,
        #c602 .element2cols .col2 .tx-powermail .powermail_fieldwrap_type_textarea textarea::placeholder,
        #c1276 .element2cols .col2 .tx-powermail .powermail_fieldwrap_type_input input::placeholder,
        #c1276 .element2cols .col2 .tx-powermail .powermail_fieldwrap_type_input textarea::placeholder,
        #c1276 .element2cols .col2 .tx-powermail .powermail_fieldwrap_type_textarea input::placeholder,
        #c1276 .element2cols .col2 .tx-powermail .powermail_fieldwrap_type_textarea textarea::placeholder,
        #c1283 .element2cols .col2 .tx-powermail .powermail_fieldwrap_type_input input::placeholder,
        #c1283 .element2cols .col2 .tx-powermail .powermail_fieldwrap_type_input textarea::placeholder,
        #c1283 .element2cols .col2 .tx-powermail .powermail_fieldwrap_type_textarea input::placeholder,
        #c1283 .element2cols .col2 .tx-powermail .powermail_fieldwrap_type_textarea textarea::placeholder {
          font-size: 16px; }
      #c602 .element2cols .col2 .powermail_fieldwrap_senden2,
      #c1276 .element2cols .col2 .powermail_fieldwrap_senden2,
      #c1283 .element2cols .col2 .powermail_fieldwrap_senden2 {
        text-align: right; }
        #c602 .element2cols .col2 .powermail_fieldwrap_senden2 input[type="submit"],
        #c1276 .element2cols .col2 .powermail_fieldwrap_senden2 input[type="submit"],
        #c1283 .element2cols .col2 .powermail_fieldwrap_senden2 input[type="submit"] {
          font-size: clamp(19px, 1.3vw, 25px);
          font-weight: bold;
          opacity: initial;
          background: #f6f6f6;
          color: #3da433;
          width: auto;
          border: 0; }
      @media (min-width: 1200px) {
        #c602 .element2cols .col2,
        #c1276 .element2cols .col2,
        #c1283 .element2cols .col2 {
          width: 63%;
          padding-right: calc((100vw - 1200px) / 2);
          margin-right: calc((-100vw + 1200px) / 2); } }

#c641 img {
  width: auto; }

#c764 {
  background: #006b27;
  background: linear-gradient(-3deg, #006b27 0%, #01a641 50%, #6aaa28 100%);
  padding-top: 20px;
  padding-bottom: 20px;
  z-index: 999; }
  #c764 .ce-bodytext {
    display: flex;
    gap: 40px;
    color: white; }
    #c764 .ce-bodytext a {
      color: inherit;
      font-weight: 600;
      text-decoration: none;
      transition: border-bottom-color 250ms ease-in-out;
      border-bottom: 2px solid transparent; }
      #c764 .ce-bodytext a:hover, #c764 .ce-bodytext a.active {
        border-bottom: 2px solid #fff;
        padding-bottom: 4px; }
    @media (max-width: 1024px) {
      #c764 .ce-bodytext {
        overflow: auto; } }

#c754 .element2cols,
#c756 .element2cols {
  align-items: center; }
#c754 .ce-row,
#c756 .ce-row {
  display: flex;
  gap: clamp(100px, 10.42vw, 200px);
  margin-bottom: 50px;
  align-items: center;
  justify-content: space-between; }
  @media (max-width: 767px) {
    #c754 .ce-row,
    #c756 .ce-row {
      gap: 30px; } }

#page-1 .content-container {
  margin-top: 110px; }

.content-container {
  scroll-margin-top: 110px;
  margin-top: 110px; }
  .content-container * {
    scroll-margin-top: inherit; }

#main-content > .frame-type-image {
  line-height: 0; }

#c704 .container,
#c773 .container,
#c986 .container,
#c1201 .container {
  max-width: 1150px; }
  #c704 .container .ce-bodytext,
  #c773 .container .ce-bodytext,
  #c986 .container .ce-bodytext,
  #c1201 .container .ce-bodytext {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    align-items: center;
    justify-content: space-between; }

#c749 {
  background: #0c334b;
  background: linear-gradient(74deg, #0c334b 0%, #0874b3 21%, #34943e 72%, #94db4d 100%);
  padding-top: 150px;
  padding-bottom: 150px; }
  #c749 .element2cols {
    align-items: center;
    display: flex;
    gap: 100px;
    color: white; }
    #c749 .element2cols::before, #c749 .element2cols::after {
      display: none; }
  #c749 h2 {
    background-color: white;
    color: #3da433;
    font-size: clamp(23px, 1.82vw, 35px); }
    #c749 h2:last-of-type {
      margin-bottom: 20px; }
  #c749 a {
    margin-top: 50px;
    color: white; }

#c671 {
  background: #006b27;
  background: linear-gradient(-40deg, #006b27 0%, #01a641 50%, #6aaa28 100%);
  margin-bottom: 2px;
  padding-top: 100px;
  padding-bottom: 100px;
  color: white; }
  #c671 #c672 {
    margin-top: -100px;
    margin-bottom: -100px; }
  #c671 h2 {
    background: transparent;
    font-size: clamp(25px, 2.08vw, 40px); }
    #c671 h2 a {
      color: white;
      border: 1px solid #fff;
      line-height: 1;
      padding: 10px 15px;
      margin-bottom: 30px;
      text-decoration: none; }
      #c671 h2 a.active {
        background: white;
        color: #3da433; }
      #c671 h2 a:hover {
        color: rgba(255, 255, 255, 0.5);
        transition: color 150ms; }
      #c671 h2 a::after {
        display: none; }
  #c671 .col2 a {
    color: white;
    font-weight: bold;
    margin-top: 40px;
    text-decoration: none; }
    #c671 .col2 a:hover {
      color: rgba(255, 255, 255, 0.5);
      transition: color 150ms; }

#c37,
#c1279,
#c1286,
.kontaktformular {
  padding-left: 0 !important;
  padding-right: 0 !important; }
  #c37 .container-fluid,
  #c1279 .container-fluid,
  #c1286 .container-fluid,
  .kontaktformular .container-fluid {
    padding: 0; }

#c37 header,
#c1279 header,
#c1286 header,
.kontaktformular header {
  padding: 0 !important; }

#c543 h2 {
  font-size: clamp(25px, 2.08vw, 40px); }

#c544 p {
  font-size: 20px; }

#c551 .ce-bodytext,
#c1002 .ce-bodytext {
  background: linear-gradient(152deg, rgba(148, 219, 77, 0.9), rgba(52, 148, 62, 0.9) 19.33%, rgba(8, 116, 179, 0.9) 55.04%, rgba(12, 51, 75, 0.9)); }

#c719 {
  font-weight: bold; }

#page-12 #c709 {
  border-top: 5px solid white; }

#c774 {
  font-weight: bold; }

#c586,
#c624,
#c630,
#c716 {
  background: url("../img/nachhaltig-herz.png") no-repeat;
  background-size: contain;
  background-position: top right; }

.V2NewsList.V2Styles.V2Default {
  padding: clamp(60px, 6.25vw, 120px) 20px; }
  .V2NewsList.V2Styles.V2Default.top-menu-news {
    max-width: 1000px;
    margin: 0; }
  .V2NewsList.V2Styles.V2Default .header-row {
    margin-bottom: 120px; }
    .V2NewsList.V2Styles.V2Default .header-row h2 {
      font-size: clamp(28px, 2.6vw, 50px); }
    .V2NewsList.V2Styles.V2Default .header-row .news-blog-link {
      text-align: right; }
  .V2NewsList.V2Styles.V2Default .articles-row {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 100px 140px; }
    .V2NewsList.V2Styles.V2Default .articles-row .col-12 {
      padding: 0;
      width: calc(50% - 70px); }
    .V2NewsList.V2Styles.V2Default .articles-row::before, .V2NewsList.V2Styles.V2Default .articles-row::after {
      display: none; }
    @media (max-width: 1024px) {
      .V2NewsList.V2Styles.V2Default .articles-row {
        gap: 50px 70px; } }
    @media (max-width: 767px) {
      .V2NewsList.V2Styles.V2Default .articles-row .col-12 {
        width: 100%; } }
  .V2NewsList.V2Styles.V2Default .article-teaser header {
    position: relative;
    padding-right: 85px; }
    .V2NewsList.V2Styles.V2Default .article-teaser header .copy-date {
      border-right: 1px solid #4d4c4c;
      margin-right: 5px; }
    .V2NewsList.V2Styles.V2Default .article-teaser header .copy-category {
      font-weight: bold; }
    .V2NewsList.V2Styles.V2Default .article-teaser header h3 {
      margin-top: 15px; }
    .V2NewsList.V2Styles.V2Default .article-teaser header a {
      position: absolute;
      right: 0;
      top: 0; }
      .V2NewsList.V2Styles.V2Default .article-teaser header a::after {
        background-size: clamp(40px, 4.17vw, 80px);
        height: clamp(40px, 4.17vw, 80px);
        width: clamp(40px, 4.17vw, 80px); }
  .V2NewsList.V2Styles.V2Default .img-container > a::after {
    display: none; }

.top-menu-news .article-teaser .img-container .top-news-content header {
  padding-right: 0; }

#c803 {
  background: #f6f6f6; }

#c803,
#c809,
#c814,
#c819 {
  padding-bottom: clamp(20px, 2.08vw, 40px); }
  #c803 .V2Styles h2,
  #c809 .V2Styles h2,
  #c814 .V2Styles h2,
  #c819 .V2Styles h2 {
    margin-bottom: clamp(25px, 2.6vw, 50px); }
  #c803 figure,
  #c809 figure,
  #c814 figure,
  #c819 figure {
    margin-right: clamp(30px, 3.13vw, 60px); }
  #c803 a,
  #c809 a,
  #c814 a,
  #c819 a {
    margin-top: clamp(20px, 2.08vw, 40px); }
  #c803 #c807,
  #c809 #c807,
  #c814 #c807,
  #c819 #c807 {
    margin-top: 100px;
    margin-bottom: clamp(30px, 3.13vw, 60px);
    max-width: 980px; }
    #c803 #c807 strong,
    #c809 #c807 strong,
    #c814 #c807 strong,
    #c819 #c807 strong {
      color: #3da433; }
    #c803 #c807 p:last-child,
    #c809 #c807 p:last-child,
    #c814 #c807 p:last-child,
    #c819 #c807 p:last-child {
      margin-top: 30px; }
    @media (min-width: 1025px) {
      #c803 #c807,
      #c809 #c807,
      #c814 #c807,
      #c819 #c807 {
        padding-left: 120px; } }

#c819 figure {
  margin-right: 150px; }

#page-31 .V2Rootline .rootline a {
  color: #fff; }

#page-46 .youtube-container {
  height: 1px; }
  #page-46 .youtube-container .icon-wir {
    display: none; }

#c887,
#c827 {
  padding-bottom: 100px; }

#c828 .ce-row .ce-column:first-child .image {
  background-attachment: initial;
  background-position: 0 !important; }
#c828 strong {
  font-size: clamp(19px, 1.3vw, 25px);
  margin-top: 20px;
  display: block; }

#c828 .ce-row .ce-column:first-child .image,
#c846 .ce-row .ce-column:first-child .image,
#c883 .ce-row .ce-column:first-child .image {
  background-attachment: initial;
  background-position: 0 !important; }

#c829 {
  background: #f6f6f6;
  padding-bottom: clamp(80px, 8.33vw, 160px);
  padding-top: clamp(30px, 3.13vw, 60px); }
  #c829 h3 {
    color: #3da433;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 20px; }

#c767 {
  padding-top: clamp(25px, 2.6vw, 50px); }

.teaser-c739 {
  padding-top: 0; }

#c736 {
  padding-bottom: 100px; }

#c835 {
  padding-bottom: 100px; }
  #c835 .element2cols {
    display: flex;
    gap: clamp(80px, 8.33vw, 160px);
    align-items: center; }
    #c835 .element2cols::before, #c835 .element2cols::after {
      display: none; }
    @media (max-width: 767px) {
      #c835 .element2cols {
        flex-wrap: wrap; } }
  #c835 em {
    font-weight: initial; }
  #c835 p:last-child {
    margin-top: 20px; }

#c838 {
  background: #f6f6f6;
  padding-bottom: clamp(80px, 8.33vw, 160px);
  padding-top: clamp(25px, 2.6vw, 50px); }
  #c838 h2 {
    font-size: clamp(25px, 2.08vw, 40px); }
  #c838 #c845 .cols2_wrapper {
    max-width: 100%; }
    #c838 #c845 .cols2_wrapper .col1 {
      padding-right: 70px; }
    #c838 #c845 .cols2_wrapper .col2 h3 {
      color: #3da433;
      font-weight: bold;
      line-height: 2;
      font-size: clamp(18px, 1.15vw, 22px);
      background: url("../img/icon-list-green.png") no-repeat;
      background-position: center left;
      background-size: 30px 29px;
      padding-left: 50px; }
  #c838 .image {
    margin-top: -120px; }

#c847,
#c881 {
  padding-top: clamp(25px, 2.6vw, 50px);
  padding-bottom: clamp(25px, 2.6vw, 50px);
  background: url("/fileadmin/user_upload/04_unternehmen/Nachhaltigkeit/von-herzen-nachhaltig.png") no-repeat;
  background-size: cover;
  background-position: center right; }
  #c847 h2,
  #c881 h2 {
    margin-bottom: clamp(25px, 2.6vw, 50px); }
  #c847 .ce-bodytext,
  #c881 .ce-bodytext {
    top: clamp(60px, 6.25vw, 120px); }
    #c847 .ce-bodytext table,
    #c881 .ce-bodytext table {
      width: 750px; }
      #c847 .ce-bodytext table tr,
      #c881 .ce-bodytext table tr {
        display: flex;
        gap: 40px; }
        #c847 .ce-bodytext table tr td,
        #c881 .ce-bodytext table tr td {
          color: white;
          vertical-align: top; }
  #c847 .frame-type-text,
  #c881 .frame-type-text {
    margin-bottom: clamp(40px, 4.17vw, 80px); }
    @media (min-width: 768px) {
      #c847 .frame-type-text,
      #c881 .frame-type-text {
        column-count: 2;
        column-gap: clamp(20px, 2.08vw, 40px); } }
    #c847 .frame-type-text p,
    #c881 .frame-type-text p {
      margin-bottom: 1em;
      color: #fff; }
      #c847 .frame-type-text p:last-of-type,
      #c881 .frame-type-text p:last-of-type {
        font-weight: 700; }

#c861,
#c863,
#c868,
#c873 {
  padding-top: clamp(25px, 2.6vw, 50px);
  padding-bottom: clamp(80px, 8.33vw, 160px);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right; }
  #c861 h2,
  #c863 h2,
  #c868 h2,
  #c873 h2 {
    margin-bottom: clamp(60px, 6.25vw, 120px); }
  #c861 .element2cols,
  #c863 .element2cols,
  #c868 .element2cols,
  #c873 .element2cols {
    display: flex;
    gap: 50px; }
    #c861 .element2cols::before, #c861 .element2cols::after,
    #c863 .element2cols::before,
    #c863 .element2cols::after,
    #c868 .element2cols::before,
    #c868 .element2cols::after,
    #c873 .element2cols::before,
    #c873 .element2cols::after {
      display: none; }
    #c861 .element2cols .col1,
    #c863 .element2cols .col1,
    #c868 .element2cols .col1,
    #c873 .element2cols .col1 {
      color: #3da433;
      font-size: clamp(19px, 1.3vw, 25px);
      line-height: 1.75; }
      #c861 .element2cols .col1 p,
      #c863 .element2cols .col1 p,
      #c868 .element2cols .col1 p,
      #c873 .element2cols .col1 p {
        font-size: inherit; }
    @media (max-width: 767px) {
      #c861 .element2cols,
      #c863 .element2cols,
      #c868 .element2cols,
      #c873 .element2cols {
        flex-wrap: wrap; } }
  #c861 a,
  #c863 a,
  #c868 a,
  #c873 a {
    margin-top: 60px; }

#c861 {
  background-image: url("../img/bg-klimaschutz.png");
  margin-top: -150px;
  padding-top: 200px; }

#c863 {
  background-image: url("../img/bg-kreislaufwirtschaft.png"); }

#c868 {
  background-image: url("../img/bg-mitarbeiter.png"); }

#c873 {
  background-image: url("../img/bg-regionale-verantwortung.png"); }

#c883 {
  color: white; }

#c453,
#c454 {
  color: white; }

#c938 .element2cols {
  align-items: start; }

#c352 .container,
#c351 .container {
  padding: 0;
  border: none; }

#c738 em {
  display: inline; }

#c956 .ce-row .ce-column .image img,
#c957 .ce-row .ce-column .image img,
#c958 .ce-row .ce-column .image img,
#c1156 .ce-row .ce-column .image img {
  opacity: 1;
  min-height: 400px;
  object-fit: cover; }

#c352 .container,
#c351 .container {
  padding: 0;
  border: none; }

.text_bild_border #c351 a {
  background-color: transparent;
  color: #4d4c4c;
  padding: 0;
  margin: 0;
  text-transform: none; }
  .text_bild_border #c351 a:after {
    display: none; }

.tx-rvransprechpartner .ansprechpartner-list {
  display: flex;
  flex-wrap: wrap;
  gap: 45px; }
  .tx-rvransprechpartner .ansprechpartner-list .ansprechpartner-item {
    width: calc((100% - 45px * 2) / 3);
    flex-direction: column;
    border: none;
    margin-top: 0; }
    .tx-rvransprechpartner .ansprechpartner-list .ansprechpartner-item .image {
      width: 100%;
      height: auto; }
      .tx-rvransprechpartner .ansprechpartner-list .ansprechpartner-item .image img {
        width: 100%;
        border-radius: 0; }
    .tx-rvransprechpartner .ansprechpartner-list .ansprechpartner-item div.description {
      margin-left: 0; }
      .tx-rvransprechpartner .ansprechpartner-list .ansprechpartner-item div.description h3 {
        margin: clamp(20px, 2.08vw, 40px) 0 0; }
    .tx-rvransprechpartner .ansprechpartner-list .ansprechpartner-item .links a {
      width: 100%;
      background: none;
      padding-left: 0;
      font-weight: 700; }
    @media (max-width: 1024px) {
      .tx-rvransprechpartner .ansprechpartner-list .ansprechpartner-item {
        width: calc((100% - 45px * 1) / 2); } }
    @media (max-width: 644px) {
      .tx-rvransprechpartner .ansprechpartner-list .ansprechpartner-item {
        width: 100%; } }

#c786,
#c1040 {
  margin-bottom: clamp(60px, 6.25vw, 120px); }

#c760 {
  margin-top: clamp(30px, 3.13vw, 60px); }

#c1001 .image {
  text-align: right; }
  #c1001 .image .image-embed-item {
    width: 250px; }

#c763 .ce-bodytext a {
  color: #3da433;
  gap: 30px;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.5em;
  display: inline-flex;
  align-items: center; }
  #c763 .ce-bodytext a::after {
    background-image: url(../img/icon-link-green.png);
    content: " ";
    background-size: 50px;
    background-position: top right;
    width: 50px;
    height: 50px;
    display: inline-block;
    transition: background-color 250ms; }
  #c763 .ce-bodytext a:hover {
    text-decoration: none; }
    #c763 .ce-bodytext a:hover::after {
      background-image: url(../img/icon-link-green-hover.png);
      background-color: #3da433; }

#c846 p {
  color: #fff; }
  #c846 p:not(:last-of-type) {
    margin-bottom: 1em; }

#c847 {
  background: linear-gradient(152deg, #006b27 35.53%, #00792d 52.67%, #01a641 85.26%, #67aa29 100.46%, #6aaa28 102.72%); }
  #c847 .ce-bodytext {
    margin-right: clamp(40px, 4.17vw, 80px); }
  #c847 .container-c846 .col2 {
    align-self: flex-start; }
  #c847 .container-c846 #c1045 h3 {
    color: #fff;
    font-family: "Encode Sans", sans-serif;
    font-size: clamp(20px, 1.46vw, 28px);
    font-weight: 400;
    line-height: 1.5em;
    margin: 0 0 clamp(20px, 2.08vw, 40px); }
  #c847 .container-c846 #c1048 p {
    color: #fff;
    font-family: "Encode Sans", sans-serif;
    font-size: clamp(20px, 1.46vw, 28px);
    font-weight: 700;
    line-height: 1.5em;
    margin: clamp(20px, 2.08vw, 40px) 0 0; }

.tx-rvransprechpartner .news-list .news .image img.picture-header {
  width: 100%;
  margin-left: 0; }

.V2ContainerList .gridelement .container {
  width: 100%; }
  .V2ContainerList .gridelement .container .col {
    display: flex;
    flex-wrap: wrap;
    gap: clamp(30px, 3.13vw, 60px);
    justify-content: space-between; }
    .V2ContainerList .gridelement .container .col .V2Container {
      background: #fff;
      padding: clamp(20px, 2.08vw, 40px);
      width: calc((100% - clamp(30px, 3.13vw, 60px)) / 2); }
      .V2ContainerList .gridelement .container .col .V2Container .upper {
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
        align-items: center;
        margin-bottom: clamp(30px, 3.13vw, 60px); }
        .V2ContainerList .gridelement .container .col .V2Container .upper .volume {
          font-weight: 700;
          color: #fff;
          background: #3da433;
          padding: 0 10px;
          font-size: clamp(16px, 0.94vw, 18px); }
        .V2ContainerList .gridelement .container .col .V2Container .upper .description {
          font-size: clamp(18px, 1.15vw, 22px);
          font-weight: 700;
          color: #3da433; }
      .V2ContainerList .gridelement .container .col .V2Container .lower {
        display: flex;
        justify-content: space-between; }
        .V2ContainerList .gridelement .container .col .V2Container .lower img {
          width: 40%;
          max-height: 200px; }
        .V2ContainerList .gridelement .container .col .V2Container .lower .units {
          width: 40%;
          display: flex;
          flex-direction: column;
          gap: 15px;
          justify-content: space-between;
          border-left: 1px solid #3da433;
          padding-left: 18px; }
          .V2ContainerList .gridelement .container .col .V2Container .lower .units p {
            display: flex;
            flex-direction: column;
            line-height: 1.4em;
            font-weight: 600;
            font-size: clamp(16px, 0.94vw, 18px); }
            .V2ContainerList .gridelement .container .col .V2Container .lower .units p span {
              color: #3da433;
              text-transform: uppercase;
              font-weight: 400;
              font-size: 15px; }
      @media (max-width: 767px) {
        .V2ContainerList .gridelement .container .col .V2Container {
          width: 100%; } }

.V2ImageRow .row {
  display: flex;
  flex-wrap: nowrap; }
  .V2ImageRow .row .col {
    padding: 0;
    width: 100%; }
    .V2ImageRow .row .col figure {
      display: flex; }
      .V2ImageRow .row .col figure img {
        height: 28.125vw;
        object-fit: cover; }
    .V2ImageRow .row .col.col-sm-8 {
      width: 200%; }
    .V2ImageRow .row .col .frame-type-html {
      height: 100%;
      display: flex; }
      .V2ImageRow .row .col .frame-type-html video {
        width: 100%;
        object-fit: cover;
        max-height: 28.125vw; }
.V2ImageRow .container {
  width: 100%; }
.V2ImageRow #c1157,
.V2ImageRow #c1161 {
  margin-bottom: clamp(100px, 10.42vw, 200px); }

.V2VideoTeaser .cols2_wrapper {
  width: 100%; }
.V2VideoTeaser .row {
  position: relative;
  display: flex; }
  .V2VideoTeaser .row .col-sm-4 {
    background: #006b27;
    background: linear-gradient(-28deg, rgba(0, 107, 39, 0.9) 0%, rgba(1, 166, 65, 0.9) 50%, rgba(106, 170, 40, 0.9) 100%);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    color: white;
    width: clamp(340px, 46%, 1200px);
    z-index: 1;
    padding: clamp(100px, 10.42vw, 200px) clamp(25px, 2.6vw, 50px) clamp(100px, 10.42vw, 200px) clamp(25px, calc((100% - 1200px) / 2 + 15px), 100vw); }
    .V2VideoTeaser .row .col-sm-4.col2 {
      margin-left: auto;
      padding-right: clamp(25px, calc((100% - 1200px) / 2 + 15px), 100vw);
      padding-left: clamp(25px, 2.6vw, 50px); }
    .V2VideoTeaser .row .col-sm-4 h2 {
      background: white;
      color: #3da433; }
    .V2VideoTeaser .row .col-sm-4 p {
      display: block;
      margin-top: 40px; }
    .V2VideoTeaser .row .col-sm-4 a {
      display: inline-flex;
      align-items: center;
      gap: 20px;
      font-weight: bold;
      color: inherit;
      font-size: 1.2em; }
      .V2VideoTeaser .row .col-sm-4 a::after {
        content: " ";
        background: url(../img/icon-link.png) no-repeat;
        background-size: 50px;
        background-position: top right;
        width: 50px;
        height: 50px;
        display: inline-block;
        transition: background-color 250ms; }
      .V2VideoTeaser .row .col-sm-4 a:hover::after {
        background-image: url(../img/icon-link-hover.png);
        background-color: #fff; }
  .V2VideoTeaser .row .col1.col-md-6 {
    width: 100%;
    background: none;
    max-width: 1170px;
    margin: 0 auto;
    height: clamp(500px, calc(56vw - 100px), 2160px);
    z-index: 1;
    display: flex;
    align-items: end;
    padding: clamp(100px, 10.42vw, 200px) 15px clamp(100px, 10.42vw, 200px); }
    .V2VideoTeaser .row .col1.col-md-6 h4 {
      font-size: clamp(22px, 1.56vw, 30px);
      color: #fff;
      line-height: initial; }
  .V2VideoTeaser .row .col-sm-8,
  .V2VideoTeaser .row .col2.col-md-6 {
    width: 100%;
    height: 100%;
    padding: 0;
    position: absolute;
    top: 0; }
    .V2VideoTeaser .row .col-sm-8 .frame,
    .V2VideoTeaser .row .col2.col-md-6 .frame {
      display: flex;
      height: 100%; }
      .V2VideoTeaser .row .col-sm-8 .frame video,
      .V2VideoTeaser .row .col2.col-md-6 .frame video {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .V2VideoTeaser .row .col-sm-8 .frame-type-image,
    .V2VideoTeaser .row .col2.col-md-6 .frame-type-image {
      position: absolute;
      bottom: 0;
      right: 0;
      align-items: end; }
      @media (max-width: 1024px) {
        .V2VideoTeaser .row .col-sm-8 .frame-type-image,
        .V2VideoTeaser .row .col2.col-md-6 .frame-type-image {
          width: clamp(100px, 30vw, 360px); } }

video,
img {
  max-width: 100%; }

#c836 figure {
  display: flex;
  justify-content: end;
  margin-bottom: clamp(30px, 3.13vw, 60px); }
  #c836 figure img {
    max-width: 384px; }

#c838 > div > .row {
  display: flex; }
  #c838 > div > .row > .col1 {
    width: 72%; }
  #c838 > div > .row > .col2 {
    width: 28%; }
  @media (max-width: 767px) {
    #c838 > div > .row {
      flex-wrap: wrap; }
      #c838 > div > .row > .col1,
      #c838 > div > .row > .col2 {
        width: 100%; }
      #c838 > div > .row .image {
        margin-top: 40px;
        max-width: 300px; } }

@media (min-width: 768px) {
  #c858 .col-sm-4,
  #c865 .col-sm-4,
  #c870 .col-sm-4,
  #c875 .col-sm-4,
  #c695 .col-sm-4 {
    width: 40%; }
  #c858 .col-sm-8,
  #c865 .col-sm-8,
  #c870 .col-sm-8,
  #c875 .col-sm-8,
  #c695 .col-sm-8 {
    width: 60%; } }

@media (min-width: 768px) {
  #c696 {
    padding-right: clamp(20px, 2.08vw, 40px); } }

.V2Leistungsumfang {
  padding: clamp(60px, 6.25vw, 120px) 0; }
  .V2Leistungsumfang .element4cols {
    display: flex;
    row-gap: 80px;
    column-gap: 50px;
    margin-top: clamp(60px, 6.25vw, 120px); }
    .V2Leistungsumfang .element4cols figure {
      display: flex;
      justify-content: center; }
      .V2Leistungsumfang .element4cols figure img {
        height: 96px;
        margin-bottom: clamp(30px, 3.13vw, 60px); }
    .V2Leistungsumfang .element4cols ul {
      list-style-type: none; }
      .V2Leistungsumfang .element4cols ul li {
        padding-left: 24px;
        position: relative;
        line-height: 1.25em;
        margin-bottom: 10px; }
        .V2Leistungsumfang .element4cols ul li::before {
          content: "";
          width: 11px;
          height: 11px;
          border-radius: 50px;
          background-color: #3da433;
          font-size: 25px;
          position: absolute;
          left: 0;
          top: 4px; }
    .V2Leistungsumfang .element4cols > div {
      width: 25%; }
      .V2Leistungsumfang .element4cols > div:not(:first-of-type)::before {
        content: "";
        background-image: url(/fileadmin/user_upload/00_allgemeines/leistungsumfang/STRICH_Kurz.svg);
        position: absolute;
        width: 50%;
        height: 6px;
        top: 45px;
        left: calc(-25% - 25px);
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat; }
    .V2Leistungsumfang .element4cols::before, .V2Leistungsumfang .element4cols::after {
      display: none; }
    @media (max-width: 1024px) {
      .V2Leistungsumfang .element4cols {
        flex-wrap: wrap; }
        .V2Leistungsumfang .element4cols > div {
          width: calc(50% - 25px); }
          .V2Leistungsumfang .element4cols > div:not(:first-of-type)::before {
            display: none; } }
    @media (max-width: 767px) {
      .V2Leistungsumfang .element4cols {
        row-gap: 150px; }
        .V2Leistungsumfang .element4cols > div {
          width: 100%; }
          .V2Leistungsumfang .element4cols > div:not(:first-of-type)::before {
            content: "";
            width: 120px;
            height: 6px;
            top: -80px;
            left: calc(50% - 60px);
            transform: rotate(90deg);
            display: flex; } }
  .V2Leistungsumfang .gridelement .gridelement .element1cols > .col {
    display: flex;
    row-gap: 80px;
    column-gap: 50px;
    margin-top: clamp(60px, 6.25vw, 120px); }
    .V2Leistungsumfang .gridelement .gridelement .element1cols > .col figure {
      display: flex;
      justify-content: center; }
      .V2Leistungsumfang .gridelement .gridelement .element1cols > .col figure img {
        height: 96px;
        margin-bottom: clamp(30px, 3.13vw, 60px); }
    .V2Leistungsumfang .gridelement .gridelement .element1cols > .col ul {
      list-style-type: none; }
      .V2Leistungsumfang .gridelement .gridelement .element1cols > .col ul li {
        padding-left: 24px;
        position: relative;
        line-height: 1.25em;
        margin-bottom: 10px; }
        .V2Leistungsumfang .gridelement .gridelement .element1cols > .col ul li::before {
          content: "";
          width: 11px;
          height: 11px;
          border-radius: 50px;
          background-color: #3da433;
          font-size: 25px;
          position: absolute;
          left: 0;
          top: 4px; }
    .V2Leistungsumfang .gridelement .gridelement .element1cols > .col > div {
      width: 25%;
      position: relative; }
      .V2Leistungsumfang .gridelement .gridelement .element1cols > .col > div:not(:first-of-type)::before {
        content: "";
        background-image: url(/fileadmin/user_upload/00_allgemeines/leistungsumfang/STRICH_Kurz.svg);
        position: absolute;
        width: 40%;
        height: 6px;
        top: 45px;
        left: calc(-20% - 25px);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat; }
    .V2Leistungsumfang .gridelement .gridelement .element1cols > .col::before, .V2Leistungsumfang .gridelement .gridelement .element1cols > .col::after {
      display: none; }
    @media (max-width: 1024px) {
      .V2Leistungsumfang .gridelement .gridelement .element1cols > .col {
        flex-wrap: wrap; }
        .V2Leistungsumfang .gridelement .gridelement .element1cols > .col > div {
          width: calc(50% - 25px); }
          .V2Leistungsumfang .gridelement .gridelement .element1cols > .col > div:not(:first-of-type)::before {
            display: none; } }
    @media (max-width: 767px) {
      .V2Leistungsumfang .gridelement .gridelement .element1cols > .col {
        row-gap: 150px; }
        .V2Leistungsumfang .gridelement .gridelement .element1cols > .col > div {
          width: 100%; }
          .V2Leistungsumfang .gridelement .gridelement .element1cols > .col > div:not(:first-of-type)::before {
            content: "";
            width: 120px;
            height: 6px;
            top: -80px;
            left: calc(50% - 60px);
            transform: rotate(90deg);
            display: flex; } }

a.regular-link {
  color: #3da433;
  text-decoration: underline !important;
  margin: 0 !important; }
  a.regular-link:after {
    display: none !important; }

#c668 ul {
  list-style: disc;
  padding-left: 20px; }

.phone-box {
  background: #f6f6f6;
  padding: 30px;
  margin-left: clamp(30px, 3.13vw, 60px); }
  .phone-box .phone-title {
    background: #3da433;
    padding: 5px 10px;
    display: inline;
    font-size: clamp(19px, 1.3vw, 25px);
    line-height: 1.5em;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase; }
  .phone-box .phone-number {
    margin-top: 25px; }
    .phone-box .phone-number a {
      font-size: clamp(23px, 1.82vw, 35px);
      line-height: 1.125em;
      font-weight: 400;
      color: #3da433;
      display: flex;
      align-items: center;
      gap: 10px; }
      .phone-box .phone-number a:before {
        content: "";
        background-image: url("/fileadmin/user_upload/00_allgemeines/phone-call.svg");
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        width: clamp(28px, 2.6vw, 50px);
        height: clamp(28px, 2.6vw, 50px); }
  @media (max-width: 1024px) {
    .phone-box {
      margin-left: 0;
      margin-top: clamp(30px, 3.13vw, 60px);
      padding: 20px; } }

.V2ShopTeaser {
  background-color: #f6f6f6;
  padding-bottom: clamp(50px, 5.21vw, 100px); }
  .V2ShopTeaser > div {
    background: #006b27;
    background: linear-gradient(-40deg, #006b27 0%, #01a641 50%, #6aaa28 100%);
    padding: clamp(20px, 2.08vw, 40px) 0;
    color: white; }
    .V2ShopTeaser > div .container > .row > .col {
      display: flex;
      gap: 20px;
      align-items: center; }
      @media (max-width: 991px) {
        .V2ShopTeaser > div .container > .row > .col {
          flex-wrap: wrap; } }
      @media (max-width: 991px) {
        .V2ShopTeaser > div .container > .row > .col > div {
          width: 100%; } }
      .V2ShopTeaser > div .container > .row > .col .frame-type-image {
        flex-grow: 1; }
        .V2ShopTeaser > div .container > .row > .col .frame-type-image img.image-embed-item {
          width: clamp(70px, 5.21vw, 100px);
          margin-left: 0;
          transition: 0.4s; }
      .V2ShopTeaser > div .container > .row > .col .frame-type-text h2 {
        font-size: clamp(23px, 1.82vw, 35px);
        line-height: 1.25em;
        background: none;
        padding: 0;
        margin: 0; }
      .V2ShopTeaser > div .container > .row > .col .frame-type-text a {
        color: white;
        font-weight: bold;
        text-decoration: none;
        display: flex;
        align-items: center;
        gap: 20px;
        font-size: clamp(18px, 1.15vw, 22px); }
        .V2ShopTeaser > div .container > .row > .col .frame-type-text a:after {
          content: " ";
          background: url(/typo3conf/ext/g3_core/Resources/Public/redesign2024/img/icon-link.png) no-repeat;
          background-size: 50px;
          background-position: top right;
          width: 50px;
          height: 50px;
          display: inline-block;
          transition: background-color 250ms; }
        .V2ShopTeaser > div .container > .row > .col .frame-type-text a:hover:after {
          background-image: url(/typo3conf/ext/g3_core/Resources/Public/redesign2024/img/icon-link-hover.png);
          background-color: #fff; }
    .V2ShopTeaser > div:hover .container > .row > .col .frame-type-image img.image-embed-item {
      margin-left: calc(100% - clamp(70px, 5.21vw, 100px)); }

#c588 a::after {
  display: none; }

/* Datenschutzseite */
#page-22 #main-content a {
  padding: 0;
  background: none;
  color: #3da433; }
  #page-22 #main-content a::after {
    display: none; }

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