@charset "UTF-8";
@font-face {
  font-family: Domine;
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("src/fonts/Domine.woff2") format("woff2"), url("src/fonts/Domine.woff") format("woff"), url("src/fonts/Domine-VariableFont_wght.ttf") format("truetype");
}
@font-face {
  font-family: Vivano;
  font-style: normal;
  font-weight: 300 900;
  font-display: swap;
  src: url("src/fonts/VivanoVaria.woff2") format("woff2"), url("src/fonts/VivanoVaria.woff") format("woff"), url("src/fonts/VivanoVaria_2.64.ttf") format("truetype");
}
@font-face {
  font-family: Raleway;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("src/fonts/Raleway-VariableFont_wght.ttf") format("truetype");
}
/** 1920px oder breiter */
/** 1400px oder schmaler */
/** 1200px oder schmaler */
/** 992px oder schmaler */
/** 768px oder schmaler */
/** 576px oder schmaler */
/** Breakpoints */
.main-image {
  position: relative;
  height: 40rem;
  width: 100%;
  overflow: hidden;
  margin-top: -12rem;
  top: 0;
  margin-bottom: 2rem;
  z-index: 0;
}
@media (max-width: 62em) {
  .main-image {
    height: 38rem;
  }
}
@media (max-width: 48em) {
  .main-image {
    height: 35rem;
  }
}
@media (max-width: 36em) {
  .main-image {
    height: 31rem;
  }
}
.main-image:after, .main-image:before {
  content: "";
  position: absolute;
  height: 16.6666666667vw;
  z-index: 2;
  bottom: -1px;
}
.main-image:before { /*weisse Kante links*/
  left: 0;
  width: 19.1666666667vw;
  background: linear-gradient(-170deg, rgba(255, 255, 255, 0) 16.6666666667vw, white calc(16.6666666667vw + 0.3%));
}
@media (max-width: 75em) {
  .main-image:before {
    background: linear-gradient(-170deg, rgba(255, 255, 255, 0) 16.6666666667vw, white calc(16.6666666667vw + 0.4%));
  }
}
@media (max-width: 62em) {
  .main-image:before {
    background: linear-gradient(-170deg, rgba(255, 255, 255, 0) 16.6666666667vw, white calc(16.6666666667vw + 0.5%));
  }
}
@media (max-width: 48em) {
  .main-image:before {
    background: linear-gradient(-170deg, rgba(255, 255, 255, 0) 16.6666666667vw, white calc(16.6666666667vw + 0.7%));
  }
}
@media (max-width: 36em) {
  .main-image:before {
    background: linear-gradient(-170deg, rgba(255, 255, 255, 0) 16.6666666667vw, white calc(16.6666666667vw + 1%));
  }
}
.main-image:after { /*weisse Kante rechts*/
  left: 13.1666666667vw;
  right: 0;
  background: linear-gradient(173deg, rgba(255, 255, 255, 0) 16.6666666667vw, white calc(16.6666666667vw + 0.2%));
}
@media (max-width: 75em) {
  .main-image:after {
    background: linear-gradient(173deg, rgba(255, 255, 255, 0) 16.6666666667vw, white calc(16.6666666667vw + 0.3%));
  }
}
@media (max-width: 62em) {
  .main-image:after {
    background: linear-gradient(173deg, rgba(255, 255, 255, 0) 16.6666666667vw, white calc(16.6666666667vw + 0.4%));
  }
}
@media (max-width: 48em) {
  .main-image:after {
    background: linear-gradient(173deg, rgba(255, 255, 255, 0) 16.6666666667vw, white calc(16.6666666667vw + 0.5%));
  }
}
@media (max-width: 36em) {
  .main-image:after {
    background: linear-gradient(173deg, rgba(255, 255, 255, 0) 16.6666666667vw, white calc(16.6666666667vw + 0.8%));
  }
}
.main-image_copyright {
  z-index: 0;
  position: absolute;
  bottom: 6rem;
  -webkit-transform: translate(-2rem, -1rem) rotate(-90deg);
          transform: translate(-2rem, -1rem) rotate(-90deg);
  font-size: 0.9rem;
  mix-blend-mode: hard-light;
  color: #585353;
}

.main-image_inner {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: visible;
  z-index: 0;
}
.main-image_inner img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  width: 100%;
  height: 100%;
  z-index: 0;
}
@media (min-width: 120.1em) {
  .main-image_inner img {
    -o-object-position: center;
       object-position: center;
  }
}
.main-image_inner:after, .main-image_inner:before {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  left: 0;
}
.main-image_inner:before { /*Verläufe von unten: gelb und weiss */
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.3)), color-stop(50%, rgba(255, 255, 255, 0))), -webkit-gradient(linear, left bottom, left top, from(rgba(222, 198, 106, 0.4)), color-stop(50%, rgba(222, 198, 106, 0)));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 50%), linear-gradient(0deg, rgba(222, 198, 106, 0.4) 0%, rgba(222, 198, 106, 0) 50%);
  top: 30%;
}
.main-image_inner:after { /*Grünton */
  background: rgba(40, 169, 133, 0.1);
  background-blend-mode: color;
  top: 0;
}

article, .container {
  display: grid;
  gap: 2rem;
  background-color: transparent;
  /*padding:20px;*/
}

.container, .fullwidth:not(.primary1, .primary2, .secondary1, .secondary2, .tertiary1, .tertiary2) .Parameter_Title {
  margin: 2rem 25vh;
  max-width: 125rem;
  color: #585353;
}
.container:not(.quicklinks) .rightside, .fullwidth:not(.primary1, .primary2, .secondary1, .secondary2, .tertiary1, .tertiary2) .Parameter_Title:not(.quicklinks) .rightside {
  margin-top: 6rem;
}
.container .rightside + section .Parameter_Title, .fullwidth:not(.primary1, .primary2, .secondary1, .secondary2, .tertiary1, .tertiary2) .Parameter_Title .rightside + section .Parameter_Title {
  margin-top: 4rem;
}
@media (max-width: 75em) {
  .container, .fullwidth:not(.primary1, .primary2, .secondary1, .secondary2, .tertiary1, .tertiary2) .Parameter_Title {
    margin: 0 16.6666666667vh;
  }
}
@media (max-width: 62em) {
  .container, .fullwidth:not(.primary1, .primary2, .secondary1, .secondary2, .tertiary1, .tertiary2) .Parameter_Title {
    margin: 0 8.3333333333vh;
  }
}
@media (max-width: 48em) {
  .container, .fullwidth:not(.primary1, .primary2, .secondary1, .secondary2, .tertiary1, .tertiary2) .Parameter_Title {
    margin: auto 4.1666666667vh;
    max-width: 100%;
  }
}

.fullwidth {
  width: 100%;
}
.fullwidth:is(.primary1, .primary2, .secondary1, .secondary2, .tertiary1, .tertiary2) {
  padding: 6rem 25vh;
  margin: 2rem auto;
}

.leftside {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
.leftside .Parameter_Title {
  padding-top: 0rem;
}

.rightside {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.leftside_image, .rightside_image {
  max-width: 80%;
  overflow: hidden;
  line-height: 0;
  border-radius: 0.1875rem;
  -webkit-box-shadow: 5px 5px 5px 0px rgba(88, 83, 83, 0.25), 20px 20px #f4f3f3, 25px 25px 15px 0px rgba(88, 83, 83, 0.15);
          box-shadow: 5px 5px 5px 0px rgba(88, 83, 83, 0.25), 20px 20px #f4f3f3, 25px 25px 15px 0px rgba(88, 83, 83, 0.15);
  margin-top: 1rem;
}
.leftside_image_inner, .rightside_image_inner {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: visible;
  z-index: 0;
}
.leftside_image_inner img, .rightside_image_inner img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  width: 100%;
  height: 100%;
  z-index: 0;
}
@media (min-width: 120.1em) {
  .leftside_image_inner img, .rightside_image_inner img {
    -o-object-position: center;
       object-position: center;
  }
}
.leftside_image_inner:after, .leftside_image_inner:before, .rightside_image_inner:after, .rightside_image_inner:before {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  left: 0;
}
.leftside_image_inner:before, .rightside_image_inner:before { /*Verläufe von unten: gelb und weiss */
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.3)), color-stop(50%, rgba(255, 255, 255, 0))), -webkit-gradient(linear, left bottom, left top, from(rgba(222, 198, 106, 0.4)), color-stop(50%, rgba(222, 198, 106, 0)));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 50%), linear-gradient(0deg, rgba(222, 198, 106, 0.4) 0%, rgba(222, 198, 106, 0) 50%);
  top: 30%;
}
.leftside_image_inner:after, .rightside_image_inner:after { /*Grünton */
  background: rgba(40, 169, 133, 0.1);
  background-blend-mode: color;
  top: 0;
}

.overflow-hidden {
  overflow-y: hidden;
}

.grid_1 {
  grid-template-columns: repeat(1, 1fr);
}

.grid_2 {
  grid-template-columns: repeat(2, 1fr);
}

.grid_3 {
  grid-template-columns: repeat(3, 1fr);
}

.grid_4 {
  grid-template-columns: repeat(4, 1fr);
}

.grid_5 {
  grid-template-columns: repeat(5, 1fr);
}

@media (max-width: 62em) {
  .grid_2, .grid_3 {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 48em) {
  .grid_2, .grid_3 {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 36em) {
  .grid_2, .grid_3 {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 62em) {
  .grid_4 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 48em) {
  .grid_4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 36em) {
  .grid_4 {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 62em) {
  .grid_5 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 48em) {
  .grid_5 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 36em) {
  .grid_5 {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* werden für JavaScript benötigt und automtatisch zugeteilt. Durch das spätere definieren von grids werden diese wieder überschrieben */
.cols-1 {
  grid-template-columns: repeat(1, 1fr);
}

.cols-2 {
  grid-template-columns: repeat(2, 1fr);
}

.cols-3 {
  grid-template-columns: repeat(3, 1fr);
}

.cols-4 {
  grid-template-columns: repeat(4, 1fr);
}

.cols-5 {
  grid-template-columns: repeat(5, 1fr);
}

.cols-6 {
  grid-template-columns: repeat(6, 1fr);
}

.cols-7 {
  grid-template-columns: repeat(7, 1fr);
}

.cols-8 {
  grid-template-columns: repeat(8, 1fr);
}

.cols-9 {
  grid-template-columns: repeat(9, 1fr);
}

.cols-10 {
  grid-template-columns: repeat(10, 1fr);
}

.cols-11 {
  grid-template-columns: repeat(11, 1fr);
}

.cols-12 {
  grid-template-columns: repeat(12, 1fr);
}

.grid_2-1 {
  grid-template-columns: 2fr 1fr;
}

.grid_3-1 {
  grid-template-columns: 3fr 1fr;
}

.grid_4-1 {
  grid-template-columns: 4fr 1fr;
}

.grid_5-1 {
  grid-template-columns: 5fr 1fr;
}

@media (max-width: 36em) {
  .grid_2-1, .grid_3-1, .grid_4-1, .grid_5-1 {
    grid-template-columns: 1fr;
  }
}
.grid_1-2 {
  grid-template-columns: 1fr 2fr;
}

.grid_1-3 {
  grid-template-columns: 1fr 3fr;
}

.grid_2-3 {
  grid-template-columns: 2fr 3fr;
}

.grid_3-2 {
  grid-template-columns: 3fr 2fr;
}

.grid_1-4 {
  grid-template-columns: 1fr 4fr;
}

.grid_3-4 {
  grid-template-columns: 3fr 4fr;
}

.grid_4-3 {
  grid-template-columns: 4fr 3fr;
}

/* 3er-Blöcke müssen insgesamt eine gerade Zahl ergeben */
.grid_1-1-2 {
  grid-template-columns: 1fr 1fr 2fr;
}

.grid_1-2-1 {
  grid-template-columns: 1fr 2fr 1fr;
}

.grid_2-1-1 {
  grid-template-columns: 2fr 1fr 1fr;
}

.grid_1-4-1 {
  grid-template-columns: 1fr 4fr 1fr;
}

.grid_1-3-2 {
  grid-template-columns: 1fr 3fr 2fr;
}

.grid_1-2-3 {
  grid-template-columns: 1fr 2fr 3fr;
}

.grid_1-4-3 {
  grid-template-columns: 1fr 4fr 3fr;
}

.grid_1-3-4 {
  grid-template-columns: 1fr 3fr 4fr;
}

.grid_2-3-1 {
  grid-template-columns: 2fr 3fr 1fr;
}

.grid_3-2-1 {
  grid-template-columns: 3fr 2fr 1fr;
}

.grid_3-4-1 {
  grid-template-columns: 3fr 4fr 1fr;
}

.grid_4-3-1 {
  grid-template-columns: 4fr 3fr 1fr;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body {
  height: 100%;
  padding: 0;
  margin: 0;
  font-family: Vivano, Tahoma, "sans-serif";
  font-size: 1.1rem;
  line-height: 1.65rem;
  color: #585353;
}

body {
  scroll-behavior: smooth;
  hyphenate-limit-chars: auto 5;
  hyphenate-limit-lines: 2;
  -webkit-hyphens: auto;
  -webkit-hyphenate-limit-chars: auto 3;
  -webkit-hyphenate-limit-lines: 4;
  -ms-hyphens: auto;
  -ms-hyphenate-limit-chars: auto 3;
  -ms-hyphenate-limit-lines: 4;
}

main {
  min-height: 100%;
  margin-bottom: 17rem;
  position: relative;
  z-index: 1;
}

a {
  color: #28A985;
}

u, .lead, .zoom .news_item_lead, .intro {
  font-size: 1.4rem;
  line-height: 1.9rem;
  display: block;
  font-weight: 300;
  margin-bottom: 1.2rem;
  text-decoration: none;
}

.intro {
  font-size: 2.2rem;
  line-height: 2.6rem;
  text-align: center;
  padding: 2rem;
}
@media (max-width: 48em) {
  .intro {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
}
@media (max-width: 36em) {
  .intro {
    font-size: 1.6rem;
    line-height: 2rem;
    padding: 1rem;
  }
}

.bigger {
  font-size: 1.32rem;
  line-height: 1.98rem;
}

.big {
  font-size: 1.21rem;
  line-height: 1.815rem;
}

.small {
  font-size: 0.99rem;
  line-height: 1.485rem;
}

.smaller {
  font-size: 0.88rem;
  line-height: 1.32rem;
}

@media (min-width: 120.1em) {
  .responsive {
    width: 30%;
  }
}
@media (max-width: 75em) {
  .responsive {
    width: 50%;
  }
}
@media (max-width: 62em) {
  .responsive {
    width: 60%;
  }
}
@media (max-width: 48em) {
  .responsive {
    width: 80%;
  }
}
@media (max-width: 36em) {
  .responsive {
    width: 100%;
  }
}

h1 {
  font-family: Domine;
  font-weight: 700;
  font-size: 3.4rem;
  line-height: 3.7rem;
  padding: 2rem 0 1rem 0;
  margin: 0;
}
@media (max-width: 36em) {
  h1 {
    font-size: 2.4rem;
  }
}

h2, #visual .visual_area .visual_item_content_zone_title, .store_oneitem_title, .store_oneitem_paybar .paybar_price_amount, .store_oneitem_paybar .paybar_price_discount, .quicklinks_area div[name=Content].quicklinks_item .quicklinks_item_title {
  font-family: Domine;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 2.4rem;
  padding: 2rem 0 1rem 0;
  margin: 0;
}
@media (max-width: 36em) {
  h2, #visual .visual_area .visual_item_content_zone_title, .store_oneitem_title, .store_oneitem_paybar .paybar_price_amount, .store_oneitem_paybar .paybar_price_discount, .quicklinks_area div[name=Content].quicklinks_item .quicklinks_item_title {
    font-size: 1.8rem;
  }
}

h3, .infobox_area .infobox_item_title, .structure_area .structure_item_title {
  font-family: Domine;
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.2rem;
  padding: 1.5rem 0 0.8rem 0;
  margin: 0;
}
@media (max-width: 36em) {
  h3, .infobox_area .infobox_item_title, .structure_area .structure_item_title {
    font-size: 1.6rem;
  }
}

h4, .infobox_area .infobox_item_small .infobox_item_title {
  font-family: Vivano;
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 1.8rem;
  margin: 0;
  padding: 1rem 0 0.4rem 0;
}

h5, .infobox_area .infobox_item_smaller .infobox_item_title, .members_area .members_item_name {
  font-family: Vivano;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.5rem;
  margin: 0;
  padding: 1.2rem 0 0.3rem 0;
}

h6 {
  font-family: Vivano;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 1.2rem;
  line-height: 1.3rem;
  margin: 0;
  padding: 0.7rem 0 0.2rem 0;
}

.radius {
  border-radius: 0.125rem;
}

.button-radius {
  border-radius: 0.3rem;
}

.image-radius {
  border-radius: 0.1875rem;
}

.hidden {
  display: none;
}

.min-height {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#DEC66A), to(transparent));
  background-image: linear-gradient(180deg, #DEC66A 0%, transparent 100%);
  height: 12rem;
  margin-bottom: 2rem;
}

.primary1 {
  padding: 3rem 25vh;
  color: #585353;
}
@media (max-width: 75em) {
  .primary1 {
    padding: 3rem 16.6666666667vh;
  }
}
@media (max-width: 62em) {
  .primary1 {
    padding: 3rem 8.3333333333vh;
  }
}
@media (max-width: 48em) {
  .primary1 {
    padding: 3rem 4.1666666667vh;
    max-width: 100%;
  }
}

.primary1, .primary2, .secondary1, .secondary2, .tertiary1, .tertiary2 {
  -webkit-box-shadow: inset 0 2em 3em -3em rgba(88, 83, 83, 0.5), inset 0 -2em 3em -3em rgba(88, 83, 83, 0.5);
          box-shadow: inset 0 2em 3em -3em rgba(88, 83, 83, 0.5), inset 0 -2em 3em -3em rgba(88, 83, 83, 0.5);
  background-repeat: no-repeat;
  min-height: 30rem;
}
.primary1 a, .primary2 a, .secondary1 a, .secondary2 a, .tertiary1 a, .tertiary2 a {
  color: inherit;
}
.primary1 button a, .primary2 button a, .secondary1 button a, .secondary2 button a, .tertiary1 button a, .tertiary2 button a {
  color: #f2f2f2;
}

.primary1 {
  background-color: #28A985;
  background-image: url("src/bb-images/raute_2_links_cropped.png");
  background-position: left bottom;
  color: #464242;
  background-size: 31%;
}
@media (max-width: 75em) {
  .primary1 {
    background-size: 41%;
  }
}
@media (max-width: 62em) {
  .primary1 {
    background-size: 51%;
  }
}
@media (max-width: 48em) {
  .primary1 {
    background-size: 71%;
  }
}
@media (max-width: 36em) {
  .primary1 {
    background-size: 86%;
  }
}
.primary1 a {
  color: inherit;
}

.primary2 {
  background-color: #04AEAE;
  background-image: url("src/bb-images/raute_2_unten_cropped.png");
  background-position: right bottom;
  color: #464242;
  background-size: 45%;
}
@media (max-width: 75em) {
  .primary2 {
    background-size: 55%;
  }
}
@media (max-width: 62em) {
  .primary2 {
    background-size: 65%;
  }
}
@media (max-width: 48em) {
  .primary2 {
    background-size: 85%;
  }
}
@media (max-width: 36em) {
  .primary2 {
    background-size: 100%;
  }
}

.secondary1 {
  background-color: #9ABB5A;
  background-image: url("src/bb-images/raute_2_oben_cropped.png");
  background-position: right top;
  color: #585353;
  background-size: 40%;
}
@media (max-width: 75em) {
  .secondary1 {
    background-size: 50%;
  }
}
@media (max-width: 62em) {
  .secondary1 {
    background-size: 60%;
  }
}
@media (max-width: 48em) {
  .secondary1 {
    background-size: 80%;
  }
}
@media (max-width: 36em) {
  .secondary1 {
    background-size: 95%;
  }
}

.secondary2 {
  background-color: #e3ce7f;
  background-image: url("src/bb-images/raute_3_unten1_cropped.png");
  background-position: center bottom;
  color: #585353;
  min-height: 42rem;
  background-size: 60%;
}
@media (max-width: 75em) {
  .secondary2 {
    background-size: 70%;
  }
}
@media (max-width: 62em) {
  .secondary2 {
    background-size: 80%;
  }
}
@media (max-width: 48em) {
  .secondary2 {
    background-size: 100%;
  }
}
@media (max-width: 36em) {
  .secondary2 {
    background-size: 115%;
  }
}

.tertiary1 {
  background-color: #cc6392;
  color: #464242;
}

.tertiary2 {
  background-color: #d46969;
  color: #464242;
}

button {
  position: relative;
  -webkit-transition: font-weight 0.3s;
  transition: font-weight 0.3s;
  margin: 2rem 0 0 0;
  padding: 0;
  border: none;
  border-radius: 0.3rem;
  font-weight: 400;
  font-family: Vivano;
  cursor: pointer;
}
button a, button span {
  text-decoration: none;
  color: white;
  background: #CE5555;
  border-radius: 0.3rem;
  padding: 0.5rem 1.1rem;
  font-size: 1.1rem;
  text-align: center;
  display: inline-block;
  text-shadow: none;
  cursor: pointer;
}
button a:hover, button span:hover {
  background-color: #9ABB5A;
  font-weight: 500;
}
button a::before, button span::before {
  display: block;
  content: attr(name);
  font-weight: 500;
  visibility: hidden;
  overflow: hidden;
  height: 0px;
}

.button_xl {
  position: relative;
  -webkit-transition: font-weight 0.3s;
  transition: font-weight 0.3s;
  margin: 2rem 0 0 0;
  padding: 0;
  border: none;
  border-radius: 0.3rem;
  font-weight: 400;
  font-family: Vivano;
  cursor: pointer;
}
.button_xl a, .button_xl span {
  text-decoration: none;
  color: white;
  background: #CE5555;
  border-radius: 0.3rem;
  padding: 0.7rem 1.54rem;
  font-size: 1.4rem;
  text-align: center;
  display: inline-block;
  text-shadow: none;
  cursor: pointer;
}
.button_xl a:hover, .button_xl span:hover {
  background-color: #9ABB5A;
  font-weight: 500;
}
.button_xl a::before, .button_xl span::before {
  display: block;
  content: attr(name);
  font-weight: 500;
  visibility: hidden;
  overflow: hidden;
  height: 0px;
}
@media (max-width: 48em) {
  .button_xl a, .button_xl span {
    font-size: 1.3rem;
    padding: 0.6rem 1rem;
  }
}
@media (max-width: 36em) {
  .button_xl a, .button_xl span {
    font-size: 1.05rem;
    padding: 0.4rem 1rem;
  }
}

.primary1 ~ i, .primary2 ~ i, .secondary1 ~ i, .secondary2 ~ i, .tertiary1 ~ i, .tertiary2 ~ i {
  background: white;
}
.primary1 button a, .primary1 button span, .primary2 button a, .primary2 button span, .secondary1 button a, .secondary1 button span, .secondary2 button a, .secondary2 button span, .tertiary1 button a, .tertiary1 button span, .tertiary2 button a, .tertiary2 button span {
  -webkit-box-shadow: 0rem 0rem 0.5rem 0rem rgba(255, 255, 255, 0.1);
          box-shadow: 0rem 0rem 0.5rem 0rem rgba(255, 255, 255, 0.1);
}

.primary1 button a, .primary1 button span {
  background: #20886b;
}

.primary2 button a, .primary2 button span {
  background: #038686;
}

.secondary1 button a, .secondary1 button span {
  background: #74923c;
}

.secondary2 button a, .secondary2 button span {
  background: #d2b134;
}

.tertiary1 button a, .tertiary1 button span {
  background: #b33a70;
}

.tertiary2 button a, .tertiary2 button span {
  background: #433f3f;
}

.filter {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0.5rem;
  background-color: none;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  font-weight: light;
}
@media (max-width: 36em) {
  .filter {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 75em) {
  .filter {
    /*width: 100%;*/
    max-width: 100%;
  }
}
.filter button, .filter div {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
  -webkit-transition: font-weight 0.3s;
  transition: font-weight 0.3s;
  margin: 0rem;
  padding: 0;
  border: none;
  border-radius: 0.3rem;
  font-weight: 400;
  font-family: Vivano;
  cursor: pointer;
  font-weight: light;
}
.filter button a, .filter button span, .filter div a, .filter div span {
  text-decoration: none;
  color: white;
  background: #8c8585;
  border-radius: 0.3rem;
  padding: 0.44rem 0.968rem;
  font-size: 0.95rem;
  text-align: center;
  display: inline-block;
  text-shadow: none;
  cursor: pointer;
}
.filter button a:hover, .filter button span:hover, .filter div a:hover, .filter div span:hover {
  background-color: #cac7c7;
  font-weight: 500;
}
.filter button a::before, .filter button span::before, .filter div a::before, .filter div span::before {
  display: block;
  content: attr(name);
  font-weight: 500;
  visibility: hidden;
  overflow: hidden;
  height: 0px;
}
.filter button a, .filter div a {
  font-weight: light;
}
@media (max-width: 48em) {
  .filter button, .filter div {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    word-wrap: break-word;
  }
}
.filter .active a::after {
  content: "\f00d";
  position: absolute;
  top: 0.1rem;
  right: 0.3rem;
  font-family: "Font Awesome 5 Pro";
  font-weight: 500;
  font-size: 0.8em;
}
.filter .active a {
  background: #28A985;
  position: relative;
}
.filter .active a:hover {
  background-color: #2ab18b;
}
.filter .not_active a {
  background: #a59f9f;
}
.filter .reset {
  display: none;
}
.filter_button:disabled a, .filter_button[disabled] a, .filter_button[disabled]:hover a {
  background-color: #e3e1e1;
  color: #a59f9f;
  cursor: auto;
}
.filter .button_active a {
  background-color: #04AEAE;
  color: white;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.filter .button_active a:hover {
  background-color: #039595;
  color: white;
}

.filter_big_button {
  padding: 1.4rem 1.8rem;
}

.filter_small_button {
  padding: 0.4rem 0.8rem;
}

.rotateicon {
  font-size: inherit;
  -webkit-transform: translateY(-70%) rotate(90deg);
          transform: translateY(-70%) rotate(90deg);
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  font-size: 1.3rem;
}

.rotateicon:before {
  content: "›";
  display: block;
  height: inherit;
  font-size: inherit;
  position: absolute;
  right: 0;
  top: -0.625rem;
}

.rotate {
  -webkit-transform: translateY(-50%) rotate(270deg);
          transform: translateY(-50%) rotate(270deg);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.items {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 3rem;
  max-width: 1900px;
}
@media (max-width: 36em) {
  .items {
    gap: 2rem;
  }
}

.item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  -ms-flex-preferred-size: calc(25% - 2.25rem);
      flex-basis: calc(25% - 2.25rem);
  max-width: calc(25% - 2.25rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  padding: 0rem;
  border-radius: none;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#1e8065), to(#9abb5a));
  background-image: linear-gradient(0deg, #1e8065 0%, #9abb5a 100%);
  -webkit-transition: background-image 0.2s linear;
  transition: background-image 0.2s linear;
  position: relative;
  z-index: 3;
}
.item a {
  text-decoration: none;
  cursor: pointer;
  /*display:flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1 0 100%;*/
}
@media (max-width: 87.5em) {
  .item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 33.3333333333%;
            flex: 1 1 33.3333333333%;
    -ms-flex-preferred-size: calc(33.3333333333% - 2rem);
        flex-basis: calc(33.3333333333% - 2rem);
    max-width: calc(33.3333333333% - 2rem);
  }
}
@media (max-width: 75em) {
  .item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 33.3333333333%;
            flex: 1 1 33.3333333333%;
    -ms-flex-preferred-size: calc(33.3333333333% - 2rem);
        flex-basis: calc(33.3333333333% - 2rem);
    max-width: calc(33.3333333333% - 2rem);
  }
}
@media (max-width: 62em) {
  .item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    -ms-flex-preferred-size: calc(50% - 1.5rem);
        flex-basis: calc(50% - 1.5rem);
    max-width: calc(50% - 1.5rem);
  }
}
@media (max-width: 36em) {
  .item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    flex-basis: -moz-calc(100%);
    flex-basis: 100%;
    max-width: -moz-calc(100%);
    max-width: 100%;
  }
}
.item:hover {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#1e8065), to(#a5c26c));
  background-image: linear-gradient(0deg, #1e8065 0%, #a5c26c 100%);
  -webkit-transition: background-image 0.2s linear;
  transition: background-image 0.2s linear;
}
.item_image, .item_image-second {
  overflow: hidden;
  border-radius: 0.1875rem;
  position: relative;
  z-index: 2;
  height: 13rem;
  padding: 0;
  margin-left: 0.5rem;
  margin-right: -0.5rem;
  margin-top: -0.5rem;
  -webkit-box-shadow: -4px 3px 7px 0px rgba(0, 0, 0, 0.1);
          box-shadow: -4px 3px 7px 0px rgba(0, 0, 0, 0.1);
}
.item_image_inner, .item_image-second_inner {
  position: relative;
  overflow: hidden;
  padding: 0;
  border-radius: 0.1875rem;
  width: 100%;
  height: 100%;
  background-size: cover;
}
.item_image_inner:before, .item_image-second_inner:before { /*Verläufe von unten: gelb und weiss */
  content: "";
  position: absolute;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.2)), color-stop(50%, rgba(255, 255, 255, 0))), -webkit-gradient(linear, left bottom, left top, from(rgba(222, 198, 106, 0.3)), color-stop(50%, rgba(222, 198, 106, 0)));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 50%), linear-gradient(0deg, rgba(222, 198, 106, 0.3) 0%, rgba(222, 198, 106, 0) 50%);
  right: 0;
  bottom: 0;
  top: 30%;
  left: 0;
  z-index: 1;
}
.item_image_inner:after, .item_image-second_inner:after { /*Grünton */
  content: "";
  position: absolute;
  background: rgba(40, 169, 133, 0.08);
  background-blend-mode: color;
  right: 0;
  bottom: 0;
  top: 0;
  left: 0;
  z-index: 1;
}
.item_image img, .item_image-second img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50%;
     object-position: 50%;
  width: 100%;
  height: 100%;
  /*
  min-height:$img-height;
  max-width:140%;
  min-width:100%;



  @media (max-width: $breakpoint-xl) {}
  @media (max-width: $breakpoint-lg) {}
  @media (max-width: $breakpoint-md) {}
  @media (max-width: $breakpoint-sm) {}
  @media (max-width: $breakpoint-xs) {height:100%; max-width: 200%; max-height:100%; min-height:100%;}      */
}
.item a .item_image_inner img {
  -webkit-transform: scale(100%);
          transform: scale(100%);
}
.item a:hover .item_image_inner img {
  -webkit-transform: scale(102%);
          transform: scale(102%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.item_refer {
  position: absolute;
  background: #9ABB5A;
  padding: 0.3rem 0.5rem;
  z-index: 3;
  top: 0;
  left: 0;
  color: white;
}
.item_textarea {
  -webkit-transform: translate(0, 0.7rem);
          transform: translate(0, 0.7rem);
  padding: 0 1rem 1.8rem 1rem;
  position: relative;
  z-index: 4;
  color: white;
  margin-top: -0.3rem;
}
.item_meta {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 0.95rem;
  vertical-align: middle;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (max-width: 36em) {
  .item_meta {
    margin-top: 0rem;
    background: transparent;
  }
}
.item_content_meta {
  color: #8c8585;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 0.8rem;
}
.item_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; /* Flexbox in Spaltenrichtung, um das Zentrieren zu ermöglichen */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 7rem;
  width: 60%;
  margin: auto;
}
.item_logo img {
  -o-object-fit: content;
     object-fit: content;
  -o-object-position: 50%;
     object-position: 50%;
  width: 100%;
  height: 100%;
}
.item_title, .item_content_title {
  -webkit-transform: translate(0rem);
          transform: translate(0rem);
  font-weight: 700;
  text-decoration: none;
  font-family: Domine;
  font-size: 1.2rem;
}
@media (max-width: 36em) {
  .item_title, .item_content_title {
    margin-top: 0;
    font-size: 1.1rem;
    line-height: 1.3rem;
    margin-bottom: 0;
    font-weight: 600;
  }
}
.item_content {
  color: #585353;
  padding: 1rem;
  margin: 0.4rem;
  background: white;
  font-size: 1rem;
  border-radius: 0.125rem;
}
.item_content h2, .item_content .store_oneitem_title, .item_content .store_oneitem_paybar .paybar_price_amount, .store_oneitem_paybar .item_content .paybar_price_amount, .item_content .store_oneitem_paybar .paybar_price_discount, .store_oneitem_paybar .item_content .paybar_price_discount {
  word-wrap: break-word;
  font-size: 1.5rem;
  line-height: 1.6rem;
}

.paybar {
  border-top: 1px solid white;
  margin: 0rem 0.8rem;
  color: white;
  padding: 0.5rem 0rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  gap: 0.8rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.paybar_price_discount {
  margin: 0;
  padding: 0;
}
.paybar_price_discount span {
  font-weight: bold;
  color: #DEC66A;
}
.paybar_price_discount + div {
  text-decoration: line-through;
  margin: 0;
  padding: 0;
  margin-top: -0.6rem;
}
.paybar_price_discount + div span {
  font-weight: normal;
}
.paybar_price_discountUnit {
  margin: 0;
  padding: 0;
}
.paybar_price_discountUnit span {
  font-weight: normal;
  text-transform: uppercase;
  color: #DEC66A;
}
.paybar_price_discountUnit + div {
  margin-top: -0.6rem;
}
.paybar_price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 87.5em) {
  .paybar_price {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.paybar_price_amount {
  font-weight: bold;
}
.paybar_quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  height: 2rem;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  text-align: center;
}
.paybar_quantity span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.paybar_quantity button, .paybar_quantity .btn-minus, .paybar_quantity .btn-plus {
  background-color: #b5cd85;
  color: white;
  padding: 0.5rem;
  border-radius: 0rem;
  width: 1.5rem;
  cursor: pointer;
  margin: 0;
}
.paybar_quantity button:hover, .paybar_quantity .btn-minus:hover, .paybar_quantity .btn-plus:hover {
  background-color: #9abb5a;
}
.paybar_quantity button i, .paybar_quantity .btn-minus i, .paybar_quantity .btn-plus i {
  margin-left: -0.2rem;
}
.paybar_quantity .btn-minus {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.paybar_quantity .btn-plus {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.paybar_quantity input[type=number] {
  color: #585353;
  line-height: 1.2em;
  font-size: 0.99rem;
  padding: 0;
  background: white;
  text-align: right;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
  border: none;
  text-align: center;
  width: 2rem;
  -moz-appearance: textfield;
}
.paybar_quantity input[type=number]::-webkit-inner-spin-button, .paybar_quantity input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.paybar_card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  justify-items: stretch;
}
.paybar_cart button {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.paybar_cart button::after {
  -webkit-transition: padding 0.3s ease, background-color 0.5s ease;
  transition: padding 0.3s ease, background-color 0.5s ease;
  background: #9ABB5A;
  border-radius: 0.3rem;
  color: white;
  font-size: 1.5em;
  line-height: inherit;
  padding: 0.4rem 0.6rem;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  cursor: pointer;
  /* Hier kannst du das Icon beim Hover ändern */
  content: "\f07a"; /* Zum Beispiel ein anderes Font Awesome-Icon (Check-Symbol) */
  width: 2rem;
  margin: 0;
}
.paybar_cart button:hover::after {
  -webkit-transition: padding 0.2s ease, background-color 0.3s ease;
  transition: padding 0.2s ease, background-color 0.3s ease;
  background-color: #CE5555;
  padding: 0.4rem 0.5rem 0.4rem 0.7rem;
  content: "\f217"; /* Zum Beispiel ein anderes Font Awesome-Icon (Check-Symbol) */
}

.cr_ipe_item.inactive {
  display: none;
}

.imprint {
  font-size: 0.8em;
}

.cr_captcha {
  padding-left: 130px;
}

.cr_error {
  font-size: 1.1em;
  padding: 10px;
}

.submit_container {
  text-align: center;
}

.cr_form input[type=text] {
  width: 100%;
  border-radius: 0.125rem;
  padding: 0.5rem 0.8rem;
  margin: 0.5rem;
  border: 1px solid #d6d4d4;
}

.cr_form label {
  text-transform: uppercase;
  float: left;
}

.inline-group {
  max-width: 9rem;
  padding: 0.5rem;
}

.inline-group .form-control {
  text-align: right;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

/*.cr_button, button, button[type=submit] {
    @include button;
}*/
i iframe.aspect {
  width: 300px;
  aspect-ratio: 800/533;
  margin: auto;
  display: block;
}

iframe.map {
  pointer-events: none;
}

.youtube {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.youtube iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.gallery {
  display: grid;
  gap: 0.7rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 1rem 0;
}
.gallery .gallery_img {
  margin: 0rem 0;
  overflow: hidden;
}
.gallery .gallery_img img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  border-radius: 0.1875rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50%;
     object-position: 50%;
}

.single-img .gallery_img img {
  max-width: 100%;
  width: auto;
}

nav {
  position: relative;
  text-align: right;
}
@media (max-width: 75em) {
  nav {
    max-width: 100%;
  }
}
nav i {
  opacity: 0.3;
}
nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-line-pack: center;
      align-content: center;
  gap: 1.5rem;
  list-style: none;
  overflow: visible;
}
nav .nav_menu-item {
  list-style: none;
}
nav .nav_menu-item_submenu {
  list-style: none;
  padding-left: 0;
  z-index: 100;
  line-height: 2rem;
}
nav .nav_menu-item_submenu_link {
  white-space: nowrap;
  padding: 0.5rem 0;
  text-decoration: none;
}
nav#mobile {
  display: none;
}
@media (max-width: 75em) {
  nav#mobile {
    display: block;
    position: absolute;
    left: 100%;
    right: 0;
    top: 0;
    background: white;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #585353;
    -webkit-box-shadow: 0.3rem 0.3rem 0.3rem rgba(88, 83, 83, 0.5);
            box-shadow: 0.3rem 0.3rem 0.3rem rgba(88, 83, 83, 0.5);
    z-index: 1000;
    -webkit-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
    overflow: hidden;
  }
  nav#mobile a {
    color: #585353;
  }
  nav#mobile a:hover {
    color: #28A985;
  }
  nav#mobile .rotateicon {
    display: none;
  }
  nav#mobile > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 3rem;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    max-width: 80%;
    margin: 0 auto;
  }
  nav#mobile > ul > li {
    border-top: 1px solid #d6d4d4;
    padding-top: 1.5rem;
    padding-bottom: 0.5rem;
    color: #585353;
  }
  nav#mobile > ul > li:first-child {
    border-top: none;
  }
  nav#mobile > ul > li:last-child {
    padding-bottom: 1rem;
  }
  nav#mobile > ul > li div {
    font-weight: 600;
    text-align: center;
    font-size: 1.32rem;
    text-transform: uppercase;
    padding-bottom: 0.5rem;
  }
  nav#mobile > ul > li div a {
    text-decoration: none;
    color: #585353;
    padding-right: 0 !important;
  }
  nav#mobile > ul > li li {
    padding-left: 0;
  }
}
nav#desktop {
  margin-top: -1rem;
}
@media (max-width: 75em) {
  nav#desktop {
    display: none;
  }
}
nav#desktop .nav_menu-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
  color: #585353;
  font-weight: normal;
}
nav#desktop .nav_menu-item .nav_menu-item_submenu {
  text-align: left;
  position: absolute;
  left: 0;
  top: 100%;
  margin-left: -2rem;
  background: white;
  border-radius: 0.125rem;
  padding: 0rem 2rem;
  border: 1px solid rgba(88, 83, 83, 0.1);
  opacity: 0;
  visibility: hidden;
  height: auto;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: opacity 0.3s ease-in-out, max-height 0.5s ease-in-out, padding 0.5s ease-in-out;
  transition: opacity 0.3s ease-in-out, max-height 0.5s ease-in-out, padding 0.5s ease-in-out; /* 0.3s für 300 Millisekunden, ändere dies nach Bedarf */
}
nav#desktop .nav_menu-item .nav_menu-item_submenu_link {
  margin-bottom: 0.3rem;
}
nav#desktop .nav_menu-item:hover {
  color: #28A985;
}
nav#desktop .nav_menu-item:hover .nav_menu-item_submenu {
  opacity: 1;
  visibility: visible;
  max-height: 500px;
  padding: 1rem 2rem;
  -webkit-transition: opacity 0.3s ease-in-out, max-height 0.5s ease-in-out, padding 0.5s ease-in-out;
  transition: opacity 0.3s ease-in-out, max-height 0.5s ease-in-out, padding 0.5s ease-in-out; /* 0.3s für 300 Millisekunden, ändere dies nach Bedarf */
}
nav#desktop .nav_menu-item_link, nav#desktop .nav_menu-item a {
  text-decoration: none;
  font-weight: normal;
  color: #585353;
}
nav#desktop .nav_menu-item_link:hover, nav#desktop .nav_menu-item a:hover {
  color: #28A985;
}
nav#desktop .nav_menu-item_link {
  padding-bottom: 0.7rem;
}
nav#desktop .nav_menu-item_link:hover .rotateicon {
  bottom: 0.8rem;
}
nav#desktop .rotateicon {
  margin-top: 0.4rem;
  bottom: 1.1rem;
}
nav .focus .nav_menu-item_link {
  padding-bottom: 0rem;
}
nav .focus .nav_menu-item_link a {
  background: #28A985;
  padding: 0.4rem 0.8rem;
  border-radius: 0.3rem;
  color: white !important;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
nav .focus .nav_menu-item_link a:hover {
  background: #04AEAE;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.header_mobilemenu {
  position: relative;
}

/**************** Systemrelevante Elemente */
#move {
  display: none;
}
@media (max-width: 75em) {
  #move {
    display: block;
  }
}

.mobile_icon {
  position: fixed;
  top: 2.5rem;
  right: 1rem;
  z-index: 1001;
  padding: 0.9rem;
  width: 4rem;
  height: 4rem;
  background-color: #28A985;
  border-radius: 0.125rem;
}
@media (min-width: 75em) {
  .mobile_icon {
    display: none;
  }
}
.mobile_icon .mobile_icon_padding {
  position: relative;
  height: 100%;
}
.mobile_icon .mobile_icon_padding div {
  position: absolute;
  background-color: white;
  display: block;
  left: 0rem;
  right: 0rem;
  height: 5px;
  border-radius: 5px;
}

#line1, #line2, #line3, #line4, #line5, #line6 {
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation: forwards; /* for less modern browsers */
  animation: forwards;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

#line1 {
  top: 0rem;
}

#line2 {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#line3 {
  top: 85%;
}

#line4 {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  right: 0%;
  left: -0.1rem;
}

#line5 {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0px;
}

#line6 {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  left: 0%;
  right: -0.1rem;
}

@-webkit-keyframes moveLine1 {
  0% {
    top: 0rem;
  }
  20% {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
  }
  25% {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 48.5%;
  }
  50% {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
    right: 33%;
    left: -0.3rem;
  }
  90% {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
    right: 33%;
    left: -0.3rem;
  }
  100% {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
    right: 0%;
    left: -0.1rem;
  }
}

@keyframes moveLine1 {
  0% {
    top: 0rem;
  }
  20% {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
  }
  25% {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 48.5%;
  }
  50% {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
    right: 33%;
    left: -0.3rem;
  }
  90% {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
    right: 33%;
    left: -0.3rem;
  }
  100% {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
    right: 0%;
    left: -0.1rem;
  }
}
@-webkit-keyframes moveLine3 {
  0% {
    top: 85%;
  }
  20% {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
  }
  25% {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 48.5%;
  }
  50% {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    left: 33%;
    right: -0.3rem;
  }
  90% {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    left: 33%;
    right: -0.3rem;
  }
  100% {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    left: 0%;
    right: -0.1rem;
  }
}
@keyframes moveLine3 {
  0% {
    top: 85%;
  }
  20% {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
  }
  25% {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 48.5%;
  }
  50% {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    left: 33%;
    right: -0.3rem;
  }
  90% {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    left: 33%;
    right: -0.3rem;
  }
  100% {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    left: 0%;
    right: -0.1rem;
  }
}
@-webkit-keyframes moveLine2 {
  0% {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  25.1% {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 0px;
  }
  100% {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 0px;
  }
}
@keyframes moveLine2 {
  0% {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  25.1% {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 0px;
  }
  100% {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 0px;
  }
}
@-webkit-keyframes removeLine1 {
  0% {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
    right: 0%;
    left: -0.1rem;
  }
  30% {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
    left: 0%;
    right: 0rem;
  }
  70% {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(0deg);
            transform: translateY(-50%) rotate(0deg);
    left: 0%;
    right: 0rem;
  }
  100% {
    top: 0rem;
    -webkit-transform: translateY(0%) rotate(0deg);
            transform: translateY(0%) rotate(0deg);
    right: 0rem;
    left: 0rem;
  }
}
@keyframes removeLine1 {
  0% {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
    right: 0%;
    left: -0.1rem;
  }
  30% {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
    left: 0%;
    right: 0rem;
  }
  70% {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(0deg);
            transform: translateY(-50%) rotate(0deg);
    left: 0%;
    right: 0rem;
  }
  100% {
    top: 0rem;
    -webkit-transform: translateY(0%) rotate(0deg);
            transform: translateY(0%) rotate(0deg);
    right: 0rem;
    left: 0rem;
  }
}
@-webkit-keyframes removeLine3 {
  0% {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    left: 0%;
    right: -0.1rem;
  }
  30% {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(315deg);
            transform: translateY(-50%) rotate(315deg);
    left: 0%;
    right: 0rem;
  }
  70% {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(360deg);
            transform: translateY(-50%) rotate(360deg);
    left: 0%;
    right: 0rem;
  }
  100% {
    top: 85%;
    -webkit-transform: translateY(0%) rotate(360deg);
            transform: translateY(0%) rotate(360deg);
    right: 0rem;
    left: 0rem;
  }
}
@keyframes removeLine3 {
  0% {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    left: 0%;
    right: -0.1rem;
  }
  30% {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(315deg);
            transform: translateY(-50%) rotate(315deg);
    left: 0%;
    right: 0rem;
  }
  70% {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(360deg);
            transform: translateY(-50%) rotate(360deg);
    left: 0%;
    right: 0rem;
  }
  100% {
    top: 85%;
    -webkit-transform: translateY(0%) rotate(360deg);
            transform: translateY(0%) rotate(360deg);
    right: 0rem;
    left: 0rem;
  }
}
@-webkit-keyframes removeLine2 {
  70% {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 0px;
  }
  70.1% {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%;
  }
  100% {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%;
  }
}
@keyframes removeLine2 {
  70% {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 0px;
  }
  70.1% {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%;
  }
  100% {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%;
  }
}
#templink {
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation: forwards; /* for less modern browsers */
  animation: forwards;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-name: showtemplink;
          animation-name: showtemplink;
  display: inline-block;
  width: 100%;
  text-decoration: none;
}

@-webkit-keyframes showtemplink {
  0% {
    color: rgba(0, 0, 0, 0);
    text-decoration: none;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    color: currentColor;
    text-decoration: none;
  }
}

@keyframes showtemplink {
  0% {
    color: rgba(0, 0, 0, 0);
    text-decoration: none;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    color: currentColor;
    text-decoration: none;
  }
}
header {
  display: grid;
  grid-template-columns: 1fr;
  position: absolute;
  z-index: 100;
  width: 100%;
}

.header_preheader {
  position: fixed;
  z-index: 101;
  display: grid;
  grid-template-columns: 2fr 1fr 2fr;
  background-color: #585353;
  height: 2rem;
  padding: 0.2rem 4.1666666667%;
  width: 100%;
  font-size: 0.9rem;
  color: white;
}
@media (max-width: 62em) {
  .header_preheader {
    padding: 0.2rem 0.8rem 0.2rem 1.2rem;
  }
}
@media (max-width: 48em) {
  .header_preheader {
    grid-template-columns: 1fr 1fr;
    padding: 0.2rem 0.8rem;
  }
}
.header_preheader_info {
  white-space: nowrap;
}
@media (max-width: 48em) {
  .header_preheader_info {
    display: none;
  }
}
.header_preheader_language {
  text-align: center;
  font-weight: 600;
}
@media (max-width: 48em) {
  .header_preheader_language {
    text-align: left;
  }
}
.header_preheader_language button {
  position: relative;
  -webkit-transition: font-weight 0.3s;
  transition: font-weight 0.3s;
  margin: 0 0.4rem;
  padding: 0;
  border: none;
  border-radius: 0.3rem;
  font-weight: 400;
  font-family: Vivano;
  cursor: pointer;
}
.header_preheader_language button a, .header_preheader_language button span {
  text-decoration: none;
  color: white;
  background: #8c8585;
  border-radius: 0.3rem;
  padding: 0.15rem 0.33rem;
  font-size: 0.9rem;
  text-align: center;
  display: inline-block;
  text-shadow: none;
  cursor: pointer;
}
.header_preheader_language button a:hover, .header_preheader_language button span:hover {
  background-color: #9ABB5A;
  font-weight: 500;
}
.header_preheader_language button a::before, .header_preheader_language button span::before {
  display: block;
  content: attr(name);
  font-weight: 500;
  visibility: hidden;
  overflow: hidden;
  height: 0px;
}
.header_preheader_social {
  text-align: right;
  white-space: nowrap;
}
.header_preheader_social a {
  padding: 0.2rem 0.5rem;
  color: white;
}
@media (max-width: 48em) {
  .header_preheader_social a {
    padding: 0.2rem 0.4rem;
  }
}

.header_main {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  position: relative;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), color-stop(1rem, rgba(255, 255, 255, 0.05)), color-stop(2rem, rgba(255, 255, 255, 0.15)), color-stop(3rem, rgba(255, 255, 255, 0.4)), color-stop(4rem, rgba(255, 255, 255, 0.65)), color-stop(5rem, rgba(255, 255, 255, 0.75)), color-stop(6rem, rgba(255, 255, 255, 0.85)), color-stop(8rem, rgba(255, 255, 255, 0.95)), to(rgb(255, 255, 255)));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.05) 1rem, rgba(255, 255, 255, 0.15) 2rem, rgba(255, 255, 255, 0.4) 3rem, rgba(255, 255, 255, 0.65) 4rem, rgba(255, 255, 255, 0.75) 5rem, rgba(255, 255, 255, 0.85) 6rem, rgba(255, 255, 255, 0.95) 8rem, rgb(255, 255, 255) 100%);
  z-index: 100;
  height: 10rem;
  margin-top: 2rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.header_main_logo {
  grid-column-start: 1;
  grid-column-end: 2;
  padding: 0 2rem 2rem 2rem;
  width: auto;
  height: auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 36em) {
  .header_main_logo {
    padding: 0 2rem 2rem 1.5rem;
  }
}
.header_main_nav {
  grid-column-start: 3;
  grid-column-end: 12;
  text-align: right;
  padding-top: 1rem;
  font-family: Vivano;
  font-size: 1.2rem;
  font-weight: 300;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.sticky .header_main {
  position: fixed;
  height: 5rem;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), color-stop(2%, rgba(255, 255, 255, 0.05)), color-stop(7%, rgba(255, 255, 255, 0.2)), color-stop(16%, rgba(255, 255, 255, 0.43)), color-stop(27%, rgba(255, 255, 255, 0.66)), color-stop(40%, rgba(255, 255, 255, 0.8)), color-stop(45%, rgba(255, 255, 255, 0.87)), color-stop(55%, rgba(255, 255, 255, 0.95)), to(rgb(255, 255, 255)));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.05) 2%, rgba(255, 255, 255, 0.2) 7%, rgba(255, 255, 255, 0.43) 16%, rgba(255, 255, 255, 0.66) 27%, rgba(255, 255, 255, 0.8) 40%, rgba(255, 255, 255, 0.87) 45%, rgba(255, 255, 255, 0.95) 55%, rgb(255, 255, 255) 100%);
  margin-top: 1.5rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 16rem;
  width: 100%;
}
.sticky .header_main_logo {
  padding: 0 2rem 2rem 1.5rem;
  margin-top: -0.5rem;
}
@media (max-width: 36em) {
  .sticky .header_main_logo {
    padding: 0 2rem 2rem 0.65rem;
  }
}
.sticky .header_main_logo img {
  width: 100px;
  height: auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 36em) {
  .sticky .header_main_logo img {
    height: 4.375rem;
    width: auto;
  }
}
.sticky .header_main_nav {
  padding-top: 0.75rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.footer {
  position: relative;
  z-index: 0;
  margin-top: 6rem;
}
.footer section {
  position: absolute;
  display: grid;
  grid-template-columns: 1fr;
  text-align: center;
  font-size: 0.9rem;
  color: #a59f9f;
  height: auto;
  -ms-flex-line-pack: end;
      align-content: flex-end;
  bottom: 26rem;
  left: 0;
  right: 0;
  padding: 0 16.6666666667%;
}
@media (min-width: 120.1em) {
  .footer section {
    bottom: 20rem;
  }
}
@media (max-width: 87.5em) {
  .footer section {
    bottom: 20rem;
  }
}
@media (max-width: 75em) {
  .footer section {
    bottom: 20rem;
  }
}
@media (max-width: 62em) {
  .footer section {
    bottom: 18rem;
  }
}
@media (max-width: 48em) {
  .footer section {
    bottom: 18rem;
  }
}
@media (max-width: 36em) {
  .footer section {
    bottom: 17rem;
  }
}
.footer div {
  position: relative;
  z-index: 1;
  margin-bottom: 1.5rem;
  line-height: 1.2rem;
}
.footer_reculation a {
  line-height: 1.5rem;
}
.footer_social {
  margin-top: 0.5rem;
}
.footer_social a {
  color: #28A985;
  padding: 0 0.5rem;
}
.footer:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 17rem;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(222, 198, 106, 0.5)), to(rgba(222, 198, 106, 0)));
  background-image: linear-gradient(0deg, rgba(222, 198, 106, 0.5) 0%, rgba(222, 198, 106, 0) 100%);
  z-index: -2;
}
@media (max-width: 48em) {
  .footer:before {
    height: 13rem;
  }
}
.footer:after {
  content: "";
  background-image: url("src/bb-images/footer-raute.png");
  background-position: top;
  background-repeat: no-repeat;
  background-size: 110%;
  height: 55rem;
  margin-top: -20rem;
  display: block;
  z-index: -1;
}
@media (min-width: 120.1em) {
  .footer:after {
    height: 40rem;
    background-size: 100%;
    margin-top: -15rem;
  }
}
@media (max-width: 87.5em) {
  .footer:after {
    height: 50rem;
    background-size: 130%;
    margin-top: -15rem;
  }
}
@media (max-width: 75em) {
  .footer:after {
    height: 45rem;
    background-size: 140%;
  }
}
@media (max-width: 62em) {
  .footer:after {
    height: 40rem;
    background-size: 160%;
    margin-top: -12rem;
  }
}
@media (max-width: 48em) {
  .footer:after {
    height: 35rem;
    background-size: 170%;
    margin-top: -8rem;
  }
}
@media (max-width: 36em) {
  .footer:after {
    height: 25rem;
    background-size: 180%;
    margin-top: -3rem;
  }
}

.news_lead .news_item_image {
  position: relative;
  height: 40rem;
  width: 100%;
  overflow: hidden;
  margin-top: -12rem;
  top: 0;
  margin-bottom: 2rem;
  z-index: 0;
  height: 46rem;
}
@media (max-width: 62em) {
  .news_lead .news_item_image {
    height: 38rem;
  }
}
@media (max-width: 48em) {
  .news_lead .news_item_image {
    height: 35rem;
  }
}
@media (max-width: 36em) {
  .news_lead .news_item_image {
    height: 31rem;
  }
}
.news_lead .news_item_image:after, .news_lead .news_item_image:before {
  content: "";
  position: absolute;
  height: 16.6666666667vw;
  z-index: 2;
  bottom: -1px;
}
.news_lead .news_item_image:before { /*weisse Kante links*/
  left: 0;
  width: 19.1666666667vw;
  background: linear-gradient(-170deg, rgba(255, 255, 255, 0) 16.6666666667vw, white calc(16.6666666667vw + 0.3%));
}
@media (max-width: 75em) {
  .news_lead .news_item_image:before {
    background: linear-gradient(-170deg, rgba(255, 255, 255, 0) 16.6666666667vw, white calc(16.6666666667vw + 0.4%));
  }
}
@media (max-width: 62em) {
  .news_lead .news_item_image:before {
    background: linear-gradient(-170deg, rgba(255, 255, 255, 0) 16.6666666667vw, white calc(16.6666666667vw + 0.5%));
  }
}
@media (max-width: 48em) {
  .news_lead .news_item_image:before {
    background: linear-gradient(-170deg, rgba(255, 255, 255, 0) 16.6666666667vw, white calc(16.6666666667vw + 0.7%));
  }
}
@media (max-width: 36em) {
  .news_lead .news_item_image:before {
    background: linear-gradient(-170deg, rgba(255, 255, 255, 0) 16.6666666667vw, white calc(16.6666666667vw + 1%));
  }
}
.news_lead .news_item_image:after { /*weisse Kante rechts*/
  left: 13.1666666667vw;
  right: 0;
  background: linear-gradient(173deg, rgba(255, 255, 255, 0) 16.6666666667vw, white calc(16.6666666667vw + 0.2%));
}
@media (max-width: 75em) {
  .news_lead .news_item_image:after {
    background: linear-gradient(173deg, rgba(255, 255, 255, 0) 16.6666666667vw, white calc(16.6666666667vw + 0.3%));
  }
}
@media (max-width: 62em) {
  .news_lead .news_item_image:after {
    background: linear-gradient(173deg, rgba(255, 255, 255, 0) 16.6666666667vw, white calc(16.6666666667vw + 0.4%));
  }
}
@media (max-width: 48em) {
  .news_lead .news_item_image:after {
    background: linear-gradient(173deg, rgba(255, 255, 255, 0) 16.6666666667vw, white calc(16.6666666667vw + 0.5%));
  }
}
@media (max-width: 36em) {
  .news_lead .news_item_image:after {
    background: linear-gradient(173deg, rgba(255, 255, 255, 0) 16.6666666667vw, white calc(16.6666666667vw + 0.8%));
  }
}
.news_lead .news_item_image_copyright {
  z-index: 0;
  position: absolute;
  bottom: 6rem;
  -webkit-transform: translate(-2rem, -1rem) rotate(-90deg);
          transform: translate(-2rem, -1rem) rotate(-90deg);
  font-size: 0.9rem;
  mix-blend-mode: hard-light;
  color: #585353;
}
@media (max-width: 62em) {
  .news_lead .news_item_image {
    height: 44rem;
  }
}
@media (max-width: 48em) {
  .news_lead .news_item_image {
    height: 41rem;
  }
}
@media (max-width: 36em) {
  .news_lead .news_item_image {
    height: 37rem;
  }
}
.news_lead .news_item_image_inner {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: visible;
  z-index: 0;
  height: 46rem;
  margin-top: 10rem;
}
.news_lead .news_item_image_inner img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  width: 100%;
  height: 100%;
  z-index: 0;
}
@media (min-width: 120.1em) {
  .news_lead .news_item_image_inner img {
    -o-object-position: center;
       object-position: center;
  }
}
.news_lead .news_item_image_inner:after, .news_lead .news_item_image_inner:before {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  left: 0;
}
.news_lead .news_item_image_inner:before { /*Verläufe von unten: gelb und weiss */
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.3)), color-stop(50%, rgba(255, 255, 255, 0))), -webkit-gradient(linear, left bottom, left top, from(rgba(222, 198, 106, 0.4)), color-stop(50%, rgba(222, 198, 106, 0)));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 50%), linear-gradient(0deg, rgba(222, 198, 106, 0.4) 0%, rgba(222, 198, 106, 0) 50%);
  top: 30%;
}
.news_lead .news_item_image_inner:after { /*Grünton */
  background: rgba(40, 169, 133, 0.1);
  background-blend-mode: color;
  top: 0;
}
@media (max-width: 62em) {
  .news_lead .news_item_image_inner {
    height: 44rem;
  }
}
@media (max-width: 48em) {
  .news_lead .news_item_image_inner {
    height: 41rem;
  }
}
@media (max-width: 36em) {
  .news_lead .news_item_image_inner {
    height: 37rem;
  }
}
.news_lead .news_item_image_inner img {
  min-height: 56rem;
  vertical-align: middle;
  -webkit-filter: grayscale(20%) contrast(0.9);
  -moz-filter: grayscale(20%) contrast(0.9);
  filter: grayscale(20%) contrast(0.9);
  overflow: hidden;
}
@media (max-width: 75em) {
  .news_lead .news_item_image_inner img {
    max-width: auto;
  }
}
@media (max-width: 62em) {
  .news_lead .news_item_image_inner img {
    min-height: 44rem;
  }
}
@media (max-width: 48em) {
  .news_lead .news_item_image_inner img {
    height: 41rem;
  }
}
@media (max-width: 36em) {
  .news_lead .news_item_image_inner img {
    height: 37rem;
  }
}
.news_lead .news_item_image_inner:before {
  content: none;
}
.news_lead .news_item_image_inner:after { /*Grünton */
  content: none;
  opacity: 0.65; /*0.75*/
  bottom: 10rem;
  margin-top: 0;
  z-index: 0;
}
.news_lead .news_item_image_inner_copyright {
  z-index: 1;
  position: absolute;
  bottom: 33%;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  mix-blend-mode: hard-light;
  color: #585353;
  font-size: 0.8rem;
  left: 0;
}
.news_lead .news_item_date, .news_lead .news_item_category, .news_lead .news_item_meta {
  display: none;
}
.news_lead .news_item_textarea {
  position: absolute;
  z-index: 3;
  left: 8.3333333333%;
  color: white;
  top: 9rem;
  width: 58.3333333333%;
}
@media (max-width: 75em) {
  .news_lead .news_item_textarea {
    width: 75%;
  }
}
@media (max-width: 62em) {
  .news_lead .news_item_textarea {
    width: 83.3333333333%;
    top: 11rem;
  }
}
@media (max-width: 48em) {
  .news_lead .news_item_textarea {
    top: 10.5rem;
  }
}
@media (max-width: 36em) {
  .news_lead .news_item_textarea {
    left: 4.1666666667%;
    width: 91.6666666667%;
    top: 11rem;
  }
}
.news_lead .news_item_title {
  font-size: 4.4rem;
  line-height: 4.6rem;
  font-family: Vivano;
  font-weight: 900;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  padding-bottom: 0.7rem;
  margin-left: -1rem;
  padding-left: 1rem;
  text-shadow: 0rem 0rem 0.8rem rgba(0, 0, 0, 0.3); /*0.6*/
  /*animation-fill-mode: forwards;
  -webkit-animation: forwards;
          animation: forwards;
  animation-duration: 1.5s;
  animation-name: animatefont;*/
}
@media (max-width: 62em) {
  .news_lead .news_item_title {
    font-size: 3.6rem;
    line-height: 3.6rem;
    font-weight: 850;
    letter-spacing: -0.05rem;
    word-spacing: -0.2rem;
  }
}
@media (max-width: 48em) {
  .news_lead .news_item_title {
    font-size: 3rem;
    line-height: 3.3rem;
  }
}
@media (max-width: 36em) {
  .news_lead .news_item_title {
    font-size: 2.4rem;
    line-height: 2.5rem;
  }
}
@-webkit-keyframes animatefont {
  20% {
    font-weight: 300;
  }
  100% {
    font-weight: 900;
  }
}
@keyframes animatefont {
  20% {
    font-weight: 300;
  }
  100% {
    font-weight: 900;
  }
}
.news_lead .news_item_lead {
  font-size: 1.4rem;
  line-height: 1.8rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-shadow: 0rem 0rem 0.8rem rgba(0, 0, 0, 0.6); /*0.9*/
}
@media (max-width: 62em) {
  .news_lead .news_item_lead {
    font-size: 1.3rem;
    line-height: 1.6rem;
    margin-top: 0.3rem;
  }
}
@media (max-width: 48em) {
  .news_lead .news_item_lead {
    font-size: 1.15rem;
    line-height: 1.5rem;
  }
}
.news_lead .news_item_button {
  position: relative;
  -webkit-transition: font-weight 0.3s;
  transition: font-weight 0.3s;
  margin: 2rem 0 0 0;
  padding: 0;
  border: none;
  border-radius: 0.3rem;
  font-weight: 400;
  font-family: Vivano;
  cursor: pointer;
  left: 8.3333333333%;
  position: relative;
  z-index: 1;
}
.news_lead .news_item_button a, .news_lead .news_item_button span {
  text-decoration: none;
  color: white;
  background: #CE5555;
  border-radius: 0.3rem;
  padding: 0.7rem 1.54rem;
  font-size: 1.5rem;
  text-align: center;
  display: inline-block;
  text-shadow: none;
  cursor: pointer;
}
.news_lead .news_item_button a:hover, .news_lead .news_item_button span:hover {
  background-color: #9ABB5A;
  font-weight: 500;
}
.news_lead .news_item_button a::before, .news_lead .news_item_button span::before {
  display: block;
  content: attr(name);
  font-weight: 500;
  visibility: hidden;
  overflow: hidden;
  height: 0px;
}
@media (max-width: 48em) {
  .news_lead .news_item_button {
    margin-top: 1.5rem;
  }
}
@media (max-width: 36em) {
  .news_lead .news_item_button {
    margin-top: 1rem;
  }
}
.news_lead .news_item_button a {
  background: #9ABB5A;
}
.news_lead .news_item_button a:hover {
  background: #DEC66A;
}
@media (max-width: 48em) {
  .news_lead .news_item_button a {
    font-size: 1.3rem;
    padding: 0.6rem 1rem;
  }
}
@media (max-width: 36em) {
  .news_lead .news_item_button a {
    font-size: 1.05rem;
    padding: 0.4rem 1rem;
  }
}

.news_filter {
  position: relative;
  padding-bottom: 2rem;
}
/* News-Items */
#news {
  padding: 2rem 8.3333333333%;
  padding-top: 0rem;
  display: grid;
  grid-template-columns: 80% 20%;
  gap: 3rem;
}
@media (max-width: 87.5em) {
  #news {
    grid-template-columns: 85% 15%;
  }
}
@media (max-width: 62em) {
  #news {
    grid-template-columns: 100%;
  }
}
@media (max-width: 36em) {
  #news {
    padding: 1rem 4.1666666667%;
  }
}
#news .news_area {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 3rem;
  max-width: 1900px;
}
@media (max-width: 36em) {
  #news .news_area {
    gap: 2rem;
  }
}
#news .news_area .news_item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  -ms-flex-preferred-size: calc(33.3333333333% - 2rem);
      flex-basis: calc(33.3333333333% - 2rem);
  max-width: calc(33.3333333333% - 2rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  padding: 0rem;
  border-radius: none;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#1e8065), to(#9abb5a));
  background-image: linear-gradient(0deg, #1e8065 0%, #9abb5a 100%);
  -webkit-transition: background-image 0.2s linear;
  transition: background-image 0.2s linear;
  position: relative;
  z-index: 3;
}
#news .news_area .news_item a {
  text-decoration: none;
  cursor: pointer;
  /*display:flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1 0 100%;*/
}
@media (max-width: 87.5em) {
  #news .news_area .news_item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    -ms-flex-preferred-size: calc(50% - 1.5rem);
        flex-basis: calc(50% - 1.5rem);
    max-width: calc(50% - 1.5rem);
  }
}
@media (max-width: 75em) {
  #news .news_area .news_item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    -ms-flex-preferred-size: calc(50% - 1.5rem);
        flex-basis: calc(50% - 1.5rem);
    max-width: calc(50% - 1.5rem);
  }
}
@media (max-width: 62em) {
  #news .news_area .news_item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    -ms-flex-preferred-size: calc(100% - 0rem);
        flex-basis: calc(100% - 0rem);
    max-width: calc(100% - 0rem);
  }
}
@media (max-width: 36em) {
  #news .news_area .news_item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    flex-basis: -moz-calc(100%);
    flex-basis: 100%;
    max-width: -moz-calc(100%);
    max-width: 100%;
  }
}
#news .news_area .news_item:hover {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#1e8065), to(#a5c26c));
  background-image: linear-gradient(0deg, #1e8065 0%, #a5c26c 100%);
  -webkit-transition: background-image 0.2s linear;
  transition: background-image 0.2s linear;
}
#news .news_area .news_item_image, #news .news_area .news_item_image-second {
  overflow: hidden;
  border-radius: 0.1875rem;
  position: relative;
  z-index: 2;
  height: 10rem;
  padding: 0;
  margin-left: 0.5rem;
  margin-right: -0.5rem;
  margin-top: -0.5rem;
  -webkit-box-shadow: -4px 3px 7px 0px rgba(0, 0, 0, 0.1);
          box-shadow: -4px 3px 7px 0px rgba(0, 0, 0, 0.1);
}
#news .news_area .news_item_image_inner, #news .news_area .news_item_image-second_inner {
  position: relative;
  overflow: hidden;
  padding: 0;
  border-radius: 0.1875rem;
  width: 100%;
  height: 100%;
  background-size: cover;
}
#news .news_area .news_item_image_inner:before, #news .news_area .news_item_image-second_inner:before { /*Verläufe von unten: gelb und weiss */
  content: "";
  position: absolute;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.2)), color-stop(50%, rgba(255, 255, 255, 0))), -webkit-gradient(linear, left bottom, left top, from(rgba(222, 198, 106, 0.3)), color-stop(50%, rgba(222, 198, 106, 0)));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 50%), linear-gradient(0deg, rgba(222, 198, 106, 0.3) 0%, rgba(222, 198, 106, 0) 50%);
  right: 0;
  bottom: 0;
  top: 30%;
  left: 0;
  z-index: 1;
}
#news .news_area .news_item_image_inner:after, #news .news_area .news_item_image-second_inner:after { /*Grünton */
  content: "";
  position: absolute;
  background: rgba(40, 169, 133, 0.08);
  background-blend-mode: color;
  right: 0;
  bottom: 0;
  top: 0;
  left: 0;
  z-index: 1;
}
#news .news_area .news_item_image img, #news .news_area .news_item_image-second img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50%;
     object-position: 50%;
  width: 100%;
  height: 100%;
  /*
  min-height:$img-height;
  max-width:140%;
  min-width:100%;



  @media (max-width: $breakpoint-xl) {}
  @media (max-width: $breakpoint-lg) {}
  @media (max-width: $breakpoint-md) {}
  @media (max-width: $breakpoint-sm) {}
  @media (max-width: $breakpoint-xs) {height:100%; max-width: 200%; max-height:100%; min-height:100%;}      */
}
#news .news_area .news_item a #news .news_area .news_item_image_inner img {
  -webkit-transform: scale(100%);
          transform: scale(100%);
}
#news .news_area .news_item a:hover #news .news_area .news_item_image_inner img {
  -webkit-transform: scale(102%);
          transform: scale(102%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#news .news_area .news_item_refer {
  position: absolute;
  background: #9ABB5A;
  padding: 0.3rem 0.5rem;
  z-index: 3;
  top: 0;
  left: 0;
  color: white;
}
#news .news_area .news_item_textarea {
  -webkit-transform: translate(0, 0.7rem);
          transform: translate(0, 0.7rem);
  padding: 0 1rem 1.8rem 1rem;
  position: relative;
  z-index: 4;
  color: white;
  margin-top: -0.3rem;
}
#news .news_area .news_item_meta {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 0.95rem;
  vertical-align: middle;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (max-width: 36em) {
  #news .news_area .news_item_meta {
    margin-top: 0rem;
    background: transparent;
  }
}
#news .news_area .news_item_content_meta {
  color: #8c8585;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 0.8rem;
}
#news .news_area .news_item_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; /* Flexbox in Spaltenrichtung, um das Zentrieren zu ermöglichen */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 7rem;
  width: 60%;
  margin: auto;
}
#news .news_area .news_item_logo img {
  -o-object-fit: content;
     object-fit: content;
  -o-object-position: 50%;
     object-position: 50%;
  width: 100%;
  height: 100%;
}
#news .news_area .news_item_title, #news .news_area .news_item_content_title {
  -webkit-transform: translate(0rem);
          transform: translate(0rem);
  font-weight: 700;
  text-decoration: none;
  font-family: Domine;
  font-size: 1.2rem;
}
@media (max-width: 36em) {
  #news .news_area .news_item_title, #news .news_area .news_item_content_title {
    margin-top: 0;
    font-size: 1.1rem;
    line-height: 1.3rem;
    margin-bottom: 0;
    font-weight: 600;
  }
}
#news .news_area .news_item_content {
  color: #585353;
  padding: 1rem;
  margin: 0.4rem;
  background: white;
  font-size: 1rem;
  border-radius: 0.125rem;
}
#news .news_area .news_item_content h2 {
  word-wrap: break-word;
  font-size: 1.5rem;
  line-height: 1.6rem;
}
#news .news_area .news_item:nth-child(n+10) {
  display: none;
}
@media (max-width: 75em) {
  #news .news_area .news_item:nth-child(n+8) {
    display: none;
  }
}
@media (max-width: 36em) {
  #news .news_area .news_item:nth-child(n+6) {
    display: none;
  }
}
@media (max-width: 36em) {
  #news .news_area .news_item, #news .news_area .news_item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 1rem;
  }
}
@media (max-width: 36em) {
  #news .news_area .news_item_image {
    max-width: 40%;
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    height: 7rem;
    margin-bottom: -0.5rem;
  }
}
#news .news_area .news_item_image_inner {
  height: 10rem;
  width: 100%;
}
@media (max-width: 36em) {
  #news .news_area .news_item_textarea {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    padding: 0.2rem;
    margin: 0;
  }
}
#news .news_area .news_item_date {
  font-size: 0.8rem;
  opacity: 0.7;
  font-weight: 300;
}
#news .news_area .news_item_category {
  color: #585353;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 0.9rem;
  margin-bottom: 0.2rem;
  background: white;
  margin-top: -2.2rem;
  height: 1.5rem;
  vertical-align: middle;
  padding: 0 0.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 36em) {
  #news .news_area .news_item_category {
    color: currentColor;
    margin: 0;
    background: transparent;
    height: auto;
    width: auto;
    padding: 0;
  }
}
#news .news_area .news_item_lead {
  display: none;
}

.zoom {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 3rem;
  max-width: 1900px;
  max-width: 100%; /*Für News muss die maximale Breite von 1900px aufgehoben werden*/
  gap: 0;
}
@media (max-width: 36em) {
  .zoom {
    gap: 2rem;
  }
}
.zoom .news_item {
  position: relative;
  /*
  &:nth-child(n+13) {
      max-width: 95vw;

      .news_latest_image {
          max-height:inherit;
          height: 30rem;
      }        
  }*/
}
.zoom .news_item_image {
  position: relative;
  height: 40rem;
  width: 100%;
  overflow: hidden;
  margin-top: -12rem;
  top: 0;
  margin-bottom: 2rem;
  z-index: 0;
  height: 40rem;
  /* &_copyright {
       position:absolute;
       z-index:4;
       bottom:10%;
       left:1rem;
       width:fit-content;
       text-align:left;
       font-size:0.8rem;
       mix-blend-mode:exclusion;
   } */
}
@media (max-width: 62em) {
  .zoom .news_item_image {
    height: 38rem;
  }
}
@media (max-width: 48em) {
  .zoom .news_item_image {
    height: 35rem;
  }
}
@media (max-width: 36em) {
  .zoom .news_item_image {
    height: 31rem;
  }
}
.zoom .news_item_image:after, .zoom .news_item_image:before {
  content: "";
  position: absolute;
  height: 16.6666666667vw;
  z-index: 2;
  bottom: -1px;
}
.zoom .news_item_image:before { /*weisse Kante links*/
  left: 0;
  width: 19.1666666667vw;
  background: linear-gradient(-170deg, rgba(255, 255, 255, 0) 16.6666666667vw, white calc(16.6666666667vw + 0.3%));
}
@media (max-width: 75em) {
  .zoom .news_item_image:before {
    background: linear-gradient(-170deg, rgba(255, 255, 255, 0) 16.6666666667vw, white calc(16.6666666667vw + 0.4%));
  }
}
@media (max-width: 62em) {
  .zoom .news_item_image:before {
    background: linear-gradient(-170deg, rgba(255, 255, 255, 0) 16.6666666667vw, white calc(16.6666666667vw + 0.5%));
  }
}
@media (max-width: 48em) {
  .zoom .news_item_image:before {
    background: linear-gradient(-170deg, rgba(255, 255, 255, 0) 16.6666666667vw, white calc(16.6666666667vw + 0.7%));
  }
}
@media (max-width: 36em) {
  .zoom .news_item_image:before {
    background: linear-gradient(-170deg, rgba(255, 255, 255, 0) 16.6666666667vw, white calc(16.6666666667vw + 1%));
  }
}
.zoom .news_item_image:after { /*weisse Kante rechts*/
  left: 13.1666666667vw;
  right: 0;
  background: linear-gradient(173deg, rgba(255, 255, 255, 0) 16.6666666667vw, white calc(16.6666666667vw + 0.2%));
}
@media (max-width: 75em) {
  .zoom .news_item_image:after {
    background: linear-gradient(173deg, rgba(255, 255, 255, 0) 16.6666666667vw, white calc(16.6666666667vw + 0.3%));
  }
}
@media (max-width: 62em) {
  .zoom .news_item_image:after {
    background: linear-gradient(173deg, rgba(255, 255, 255, 0) 16.6666666667vw, white calc(16.6666666667vw + 0.4%));
  }
}
@media (max-width: 48em) {
  .zoom .news_item_image:after {
    background: linear-gradient(173deg, rgba(255, 255, 255, 0) 16.6666666667vw, white calc(16.6666666667vw + 0.5%));
  }
}
@media (max-width: 36em) {
  .zoom .news_item_image:after {
    background: linear-gradient(173deg, rgba(255, 255, 255, 0) 16.6666666667vw, white calc(16.6666666667vw + 0.8%));
  }
}
.zoom .news_item_image_copyright {
  z-index: 0;
  position: absolute;
  bottom: 6rem;
  -webkit-transform: translate(-2rem, -1rem) rotate(-90deg);
          transform: translate(-2rem, -1rem) rotate(-90deg);
  font-size: 0.9rem;
  mix-blend-mode: hard-light;
  color: #585353;
}
@media (max-width: 62em) {
  .zoom .news_item_image {
    height: 38rem;
  }
}
@media (max-width: 48em) {
  .zoom .news_item_image {
    height: 35rem;
  }
}
@media (max-width: 36em) {
  .zoom .news_item_image {
    height: 31rem;
  }
}
.zoom .news_item_image_inner {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: visible;
  z-index: 0;
  height: 40rem;
  margin-top: 10rem;
}
.zoom .news_item_image_inner img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  width: 100%;
  height: 100%;
  z-index: 0;
}
@media (min-width: 120.1em) {
  .zoom .news_item_image_inner img {
    -o-object-position: center;
       object-position: center;
  }
}
.zoom .news_item_image_inner:after, .zoom .news_item_image_inner:before {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  left: 0;
}
.zoom .news_item_image_inner:before { /*Verläufe von unten: gelb und weiss */
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.3)), color-stop(50%, rgba(255, 255, 255, 0))), -webkit-gradient(linear, left bottom, left top, from(rgba(222, 198, 106, 0.4)), color-stop(50%, rgba(222, 198, 106, 0)));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 50%), linear-gradient(0deg, rgba(222, 198, 106, 0.4) 0%, rgba(222, 198, 106, 0) 50%);
  top: 30%;
}
.zoom .news_item_image_inner:after { /*Grünton */
  background: rgba(40, 169, 133, 0.1);
  background-blend-mode: color;
  top: 0;
}
@media (max-width: 62em) {
  .zoom .news_item_image_inner {
    height: 38rem;
  }
}
@media (max-width: 48em) {
  .zoom .news_item_image_inner {
    height: 35rem;
  }
}
@media (max-width: 36em) {
  .zoom .news_item_image_inner {
    height: 31rem;
  }
}
.zoom .news_item_image_inner:before {
  bottom: 10rem;
  margin-top: 0;
}
.zoom .news_item_image_inner img {
  min-height: 50rem;
}
.zoom .news_item_image_inner:after {
  bottom: 10rem;
  margin-top: 0;
}
.zoom .news_item_image_copyright {
  z-index: 1;
  position: absolute;
  bottom: 6rem;
  -webkit-transform: translate(-2rem, -1rem) rotate(-90deg);
          transform: translate(-2rem, -1rem) rotate(-90deg);
  font-size: 0.9rem;
  mix-blend-mode: hard-light;
  color: #585353;
}
.zoom .news_item_textarea {
  margin: 2rem 25% 3rem 16.6666666667%;
  max-width: 75rem;
}
@media (max-width: 75em) {
  .zoom .news_item_textarea {
    margin-right: 16.6666666667%;
  }
}
@media (max-width: 48em) {
  .zoom .news_item_textarea {
    margin: 2rem 4.1666666667%;
  }
}
@media (max-width: 36em) {
  .zoom .news_item_textarea {
    margin: 2rem 1rem;
  }
}
.zoom .news_item_title {
  font-family: Domine;
  font-size: 3rem;
  line-height: 3.2rem;
  font-weight: bold;
  position: relative;
  z-index: 2;
  color: #585353;
  margin-bottom: 1rem;
  color: #585353;
  padding: 0;
}
@media (max-width: 36em) {
  .zoom .news_item_title {
    font-size: 2.5rem;
    line-height: 2.7rem;
  }
}
.zoom .news_item_category {
  color: #585353;
  position: relative;
  z-index: 2;
}
.zoom .news_item_meta {
  position: relative;
  z-index: 2;
  padding: 0.3rem 0;
  color: #989292;
  background: none;
  font-size: 0.8rem;
  margin-bottom: 0.8rem;
  margin-top: 1.2rem;
  overflow: visible;
  white-space: wrap;
}
.zoom .news_item_lead {
  position: relative;
  z-index: 2;
  /*display: block;
  font-weight: 500;
  margin-bottom:1.5rem; 
  font-size:1.2em;
  color:$font-color;*/
}
.zoom .news_item_content {
  position: relative;
  z-index: 2;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: [start] 1fr 1fr 1fr [first] 1fr [middle-left] 1fr [middle] 1fr [middle-right] 1fr [second] 1fr 1fr 1fr [end];
  gap: 0.5rem;
}
.zoom .news_item_content *:not(img) {
  grid-column-start: start;
  grid-column-end: end;
}
.zoom .news_item_content p, .zoom .news_item_content div {
  margin: 0.4rem 0;
}
.zoom .news_item_content img {
  max-width: 100%;
  height: auto;
}
.zoom .news_item_content .img {
  height: 17rem;
}
.zoom .news_item_content .img:nth-of-type(5n + 1) {
  grid-column-start: start;
  grid-column-end: first;
}
.zoom .news_item_content .img:nth-of-type(5n + 2) {
  grid-column-start: first;
  grid-column-end: second;
}
.zoom .news_item_content .img:nth-of-type(5n + 3) {
  grid-column-start: second;
  grid-column-end: end;
}
.zoom .news_item_content .img:nth-of-type(15n + 4) {
  grid-column-start: start;
  grid-column-end: middle;
}
.zoom .news_item_content .img:nth-of-type(15n + 5) {
  grid-column-start: middle;
  grid-column-end: end;
}
.zoom .news_item_content .img:nth-of-type(15n + 9) {
  grid-column-start: start;
  grid-column-end: middle-left;
}
.zoom .news_item_content .img:nth-of-type(15n + 10) {
  grid-column-start: middle-left;
  grid-column-end: end;
}
.zoom .news_item_content .img:nth-of-type(15n + 14) {
  grid-column-start: start;
  grid-column-end: middle-right;
}
.zoom .news_item_content .img:nth-of-type(15n + 15) {
  grid-column-start: middle-right;
  grid-column-end: end;
}
.zoom .news_item_content .img:last-of-type {
  grid-column-end: end;
}
.zoom .news_item_content .img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}
.zoom .news_item_content_image {
  width: 80%;
  overflow: hidden;
  border-radius: 0.1875rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 4rem auto 0 auto;
}
.zoom .news_item_content_image img {
  max-width: 100%;
  border-radius: 0.1875rem;
}
.zoom .news_item_content_image_copyright {
  font-size: 0.9rem;
  color: #8c8585;
  font-weight: 300;
}
.zoom .news_item_button {
  display: none;
}

#news_equal {
  margin: 2rem 25% 3rem 16.6666666667%;
  max-width: 75rem;
}
@media (max-width: 75em) {
  #news_equal {
    margin-right: 16.6666666667%;
  }
}
@media (max-width: 48em) {
  #news_equal {
    margin: 2rem 4.1666666667%;
  }
}
@media (max-width: 36em) {
  #news_equal {
    margin: 2rem 1rem;
  }
}
#news_equal .news_area {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 3rem;
  max-width: 1900px;
  margin-top: 2rem;
}
@media (max-width: 36em) {
  #news_equal .news_area {
    gap: 2rem;
  }
}
#news_equal .news_area .news_item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  -ms-flex-preferred-size: calc(50% - 1.5rem);
      flex-basis: calc(50% - 1.5rem);
  max-width: calc(50% - 1.5rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  padding: 0rem;
  border-radius: none;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#1e8065), to(#9abb5a));
  background-image: linear-gradient(0deg, #1e8065 0%, #9abb5a 100%);
  -webkit-transition: background-image 0.2s linear;
  transition: background-image 0.2s linear;
  position: relative;
  z-index: 3;
  background: #e6e6e6;
  color: #585353;
}
#news_equal .news_area .news_item a {
  text-decoration: none;
  cursor: pointer;
  /*display:flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1 0 100%;*/
}
@media (max-width: 62em) {
  #news_equal .news_area .news_item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(infinity * 1%);
            flex: 1 1 calc(infinity * 1%);
    -ms-flex-preferred-size: calc(infinity * 1% + infinity * 1rem);
        flex-basis: calc(infinity * 1% + infinity * 1rem);
    max-width: calc(infinity * 1% + infinity * 1rem);
  }
}
@media (max-width: 62em) {
  #news_equal .news_area .news_item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    flex-basis: -moz-calc(100%);
    flex-basis: 100%;
    max-width: -moz-calc(100%);
    max-width: 100%;
  }
}
@media (max-width: 36em) {
  #news_equal .news_area .news_item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    flex-basis: -moz-calc(100%);
    flex-basis: 100%;
    max-width: -moz-calc(100%);
    max-width: 100%;
  }
}
#news_equal .news_area .news_item:hover {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#1e8065), to(#a5c26c));
  background-image: linear-gradient(0deg, #1e8065 0%, #a5c26c 100%);
  -webkit-transition: background-image 0.2s linear;
  transition: background-image 0.2s linear;
}
#news_equal .news_area .news_item_image, #news_equal .news_area .news_item_image-second {
  overflow: hidden;
  border-radius: 0.1875rem;
  position: relative;
  z-index: 2;
  height: 13rem;
  padding: 0;
  margin-left: 0.5rem;
  margin-right: -0.5rem;
  margin-top: -0.5rem;
  -webkit-box-shadow: -4px 3px 7px 0px rgba(0, 0, 0, 0.1);
          box-shadow: -4px 3px 7px 0px rgba(0, 0, 0, 0.1);
}
#news_equal .news_area .news_item_image_inner, #news_equal .news_area .news_item_image-second_inner {
  position: relative;
  overflow: hidden;
  padding: 0;
  border-radius: 0.1875rem;
  width: 100%;
  height: 100%;
  background-size: cover;
}
#news_equal .news_area .news_item_image_inner:before, #news_equal .news_area .news_item_image-second_inner:before { /*Verläufe von unten: gelb und weiss */
  content: "";
  position: absolute;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.2)), color-stop(50%, rgba(255, 255, 255, 0))), -webkit-gradient(linear, left bottom, left top, from(rgba(222, 198, 106, 0.3)), color-stop(50%, rgba(222, 198, 106, 0)));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 50%), linear-gradient(0deg, rgba(222, 198, 106, 0.3) 0%, rgba(222, 198, 106, 0) 50%);
  right: 0;
  bottom: 0;
  top: 30%;
  left: 0;
  z-index: 1;
}
#news_equal .news_area .news_item_image_inner:after, #news_equal .news_area .news_item_image-second_inner:after { /*Grünton */
  content: "";
  position: absolute;
  background: rgba(40, 169, 133, 0.08);
  background-blend-mode: color;
  right: 0;
  bottom: 0;
  top: 0;
  left: 0;
  z-index: 1;
}
#news_equal .news_area .news_item_image img, #news_equal .news_area .news_item_image-second img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50%;
     object-position: 50%;
  width: 100%;
  height: 100%;
  /*
  min-height:$img-height;
  max-width:140%;
  min-width:100%;



  @media (max-width: $breakpoint-xl) {}
  @media (max-width: $breakpoint-lg) {}
  @media (max-width: $breakpoint-md) {}
  @media (max-width: $breakpoint-sm) {}
  @media (max-width: $breakpoint-xs) {height:100%; max-width: 200%; max-height:100%; min-height:100%;}      */
}
#news_equal .news_area .news_item a #news_equal .news_area .news_item_image_inner img {
  -webkit-transform: scale(100%);
          transform: scale(100%);
}
#news_equal .news_area .news_item a:hover #news_equal .news_area .news_item_image_inner img {
  -webkit-transform: scale(102%);
          transform: scale(102%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#news_equal .news_area .news_item_refer {
  position: absolute;
  background: #9ABB5A;
  padding: 0.3rem 0.5rem;
  z-index: 3;
  top: 0;
  left: 0;
  color: white;
}
#news_equal .news_area .news_item_textarea {
  -webkit-transform: translate(0, 0.7rem);
          transform: translate(0, 0.7rem);
  padding: 0 1rem 1.8rem 1rem;
  position: relative;
  z-index: 4;
  color: white;
  margin-top: -0.3rem;
}
#news_equal .news_area .news_item_meta {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 0.95rem;
  vertical-align: middle;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (max-width: 36em) {
  #news_equal .news_area .news_item_meta {
    margin-top: 0rem;
    background: transparent;
  }
}
#news_equal .news_area .news_item_content_meta {
  color: #8c8585;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 0.8rem;
}
#news_equal .news_area .news_item_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; /* Flexbox in Spaltenrichtung, um das Zentrieren zu ermöglichen */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 7rem;
  width: 60%;
  margin: auto;
}
#news_equal .news_area .news_item_logo img {
  -o-object-fit: content;
     object-fit: content;
  -o-object-position: 50%;
     object-position: 50%;
  width: 100%;
  height: 100%;
}
#news_equal .news_area .news_item_title, #news_equal .news_area .news_item_content_title {
  -webkit-transform: translate(0rem);
          transform: translate(0rem);
  font-weight: 700;
  text-decoration: none;
  font-family: Domine;
  font-size: 1.2rem;
}
@media (max-width: 36em) {
  #news_equal .news_area .news_item_title, #news_equal .news_area .news_item_content_title {
    margin-top: 0;
    font-size: 1.1rem;
    line-height: 1.3rem;
    margin-bottom: 0;
    font-weight: 600;
  }
}
#news_equal .news_area .news_item_content {
  color: #585353;
  padding: 1rem;
  margin: 0.4rem;
  background: white;
  font-size: 1rem;
  border-radius: 0.125rem;
}
#news_equal .news_area .news_item_content h2 {
  word-wrap: break-word;
  font-size: 1.5rem;
  line-height: 1.6rem;
}
#news_equal .news_area .news_item:hover {
  background: #f2f2f2;
}
#news_equal .news_area .news_item, #news_equal .news_area .news_item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 1rem;
}
#news_equal .news_area .news_item_image {
  max-width: 40%;
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
  height: 7rem;
  margin-bottom: -0.5rem;
}
#news_equal .news_area .news_item_image_inner {
  height: 100%;
  width: 100%;
}
#news_equal .news_area .news_item img {
  -webkit-transform: scale(100%);
          transform: scale(100%);
}
#news_equal .news_area .news_item:hover img {
  -webkit-transform: scale(102%);
          transform: scale(102%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#news_equal .news_area .news_item_title {
  font-size: 1.1rem;
  line-height: 1.3rem;
}
#news_equal .news_area .news_item_textarea {
  max-width: 50%;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  padding: 0.2rem 0.5rem;
  margin: 0;
  color: #585353;
}
#news_equal .news_area .news_item_meta {
  color: #585353;
  font-size: 0.85rem;
}
#news_equal .news_area .news_item_date {
  font-size: 0.8rem;
  opacity: 0.7;
  font-weight: 300;
}
#news_equal .news_area .news_item_lead, #news_equal .news_area .news_item_button {
  display: none;
}

.error .news_item_textarea {
  top: 17rem;
}

.AutorArea {
  margin: 8rem auto 3rem auto;
  max-width: 75rem;
}
@media (max-width: 75em) {
  .AutorArea {
    margin-right: 16.6666666667%;
  }
}
@media (max-width: 48em) {
  .AutorArea {
    margin: 2rem 4.1666666667%;
  }
}
@media (max-width: 36em) {
  .AutorArea {
    margin: 2rem 1rem;
  }
}
.AutorArea .AutorBox {
  background: #e6e6e6;
  padding: 1rem 2rem;
  text-align: center;
  width: 83.3333333333%;
  margin: 0 auto;
  border-radius: 0.125rem;
}
.AutorArea .AutorBox .AutorDivBild {
  width: 8rem;
  height: 8rem;
  overflow: hidden;
  border: 4px solid white;
  border-radius: 50%;
  margin: 0 auto;
  margin-top: -6rem;
}
.AutorArea .AutorBox .AutorDivBild .AutorBild {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.AutorArea .AutorBox .AutorInfo {
  font-size: 1rem;
  padding-bottom: 1rem;
}
.AutorArea .AutorBox .AutorInfo .AutorPosition {
  text-transform: uppercase;
  font-size: 0.9rem;
  color: #8c8585;
  margin-top: 0;
  padding-top: 0;
}

.news_lead .primary1-primary2:after, .zoom .primary1-primary2:after {
  content: "";
  position: absolute;
  background-blend-mode: color;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#1e8065), color-stop(40%, rgba(4, 174, 174, 0.5)));
  background-image: linear-gradient(0deg, #1e8065, rgba(4, 174, 174, 0.5) 40%);
  right: 0;
  top: 0;
  left: 0;
  opacity: 0.65; /*0.75*/
  bottom: 10rem;
  margin-top: 0;
  z-index: 0;
}
.news_lead .primary1-secondary1:after, .zoom .primary1-secondary1:after {
  content: "";
  position: absolute;
  background-blend-mode: color;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#1e8065), color-stop(40%, rgba(154, 187, 90, 0.5)));
  background-image: linear-gradient(0deg, #1e8065, rgba(154, 187, 90, 0.5) 40%);
  right: 0;
  top: 0;
  left: 0;
  opacity: 0.65; /*0.75*/
  bottom: 10rem;
  margin-top: 0;
  z-index: 0;
}
.news_lead .primary1-secondary2:after, .zoom .primary1-secondary2:after {
  content: "";
  position: absolute;
  background-blend-mode: color;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#1e8065), color-stop(40%, rgba(222, 198, 106, 0.5)));
  background-image: linear-gradient(0deg, #1e8065, rgba(222, 198, 106, 0.5) 40%);
  right: 0;
  top: 0;
  left: 0;
  opacity: 0.65; /*0.75*/
  bottom: 10rem;
  margin-top: 0;
  z-index: 0;
}
.news_lead .primary1-tertiary1:after, .zoom .primary1-tertiary1:after {
  content: "";
  position: absolute;
  background-blend-mode: color;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#1e8065), color-stop(40%, rgba(198, 80, 133, 0.5)));
  background-image: linear-gradient(0deg, #1e8065, rgba(198, 80, 133, 0.5) 40%);
  right: 0;
  top: 0;
  left: 0;
  opacity: 0.65; /*0.75*/
  bottom: 10rem;
  margin-top: 0;
  z-index: 0;
}
.news_lead .primary1-tertiary2:after, .zoom .primary1-tertiary2:after {
  content: "";
  position: absolute;
  background-blend-mode: color;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#1e8065), color-stop(40%, rgba(206, 85, 85, 0.5)));
  background-image: linear-gradient(0deg, #1e8065, rgba(206, 85, 85, 0.5) 40%);
  right: 0;
  top: 0;
  left: 0;
  opacity: 0.65; /*0.75*/
  bottom: 10rem;
  margin-top: 0;
  z-index: 0;
}
.news_lead .primary2-primary1:after, .zoom .primary2-primary1:after {
  content: "";
  position: absolute;
  background-blend-mode: color;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#037c7c), color-stop(40%, rgba(40, 169, 133, 0.5)));
  background-image: linear-gradient(0deg, #037c7c, rgba(40, 169, 133, 0.5) 40%);
  right: 0;
  top: 0;
  left: 0;
  opacity: 0.65; /*0.75*/
  bottom: 10rem;
  margin-top: 0;
  z-index: 0;
}
.news_lead .primary2-secondary1:after, .zoom .primary2-secondary1:after {
  content: "";
  position: absolute;
  background-blend-mode: color;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#037c7c), color-stop(40%, rgba(154, 187, 90, 0.5)));
  background-image: linear-gradient(0deg, #037c7c, rgba(154, 187, 90, 0.5) 40%);
  right: 0;
  top: 0;
  left: 0;
  opacity: 0.65; /*0.75*/
  bottom: 10rem;
  margin-top: 0;
  z-index: 0;
}
.news_lead .primary2-secondary2:after, .zoom .primary2-secondary2:after {
  content: "";
  position: absolute;
  background-blend-mode: color;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#037c7c), color-stop(40%, rgba(222, 198, 106, 0.5)));
  background-image: linear-gradient(0deg, #037c7c, rgba(222, 198, 106, 0.5) 40%);
  right: 0;
  top: 0;
  left: 0;
  opacity: 0.65; /*0.75*/
  bottom: 10rem;
  margin-top: 0;
  z-index: 0;
}
.news_lead .primary2-tertiary1:after, .zoom .primary2-tertiary1:after {
  content: "";
  position: absolute;
  background-blend-mode: color;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#037c7c), color-stop(40%, rgba(198, 80, 133, 0.5)));
  background-image: linear-gradient(0deg, #037c7c, rgba(198, 80, 133, 0.5) 40%);
  right: 0;
  top: 0;
  left: 0;
  opacity: 0.65; /*0.75*/
  bottom: 10rem;
  margin-top: 0;
  z-index: 0;
}
.news_lead .primary2-tertiary2:after, .zoom .primary2-tertiary2:after {
  content: "";
  position: absolute;
  background-blend-mode: color;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#037c7c), color-stop(40%, rgba(206, 85, 85, 0.5)));
  background-image: linear-gradient(0deg, #037c7c, rgba(206, 85, 85, 0.5) 40%);
  right: 0;
  top: 0;
  left: 0;
  opacity: 0.65; /*0.75*/
  bottom: 10rem;
  margin-top: 0;
  z-index: 0;
}
.news_lead .secondary1-primary1:after, .zoom .secondary1-primary1:after {
  content: "";
  position: absolute;
  background-blend-mode: color;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#80a042), color-stop(40%, rgba(40, 169, 133, 0.5)));
  background-image: linear-gradient(0deg, #80a042, rgba(40, 169, 133, 0.5) 40%);
  right: 0;
  top: 0;
  left: 0;
  opacity: 0.65; /*0.75*/
  bottom: 10rem;
  margin-top: 0;
  z-index: 0;
}
.news_lead .secondary1-primary2:after, .zoom .secondary1-primary2:after {
  content: "";
  position: absolute;
  background-blend-mode: color;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#80a042), color-stop(40%, rgba(4, 174, 174, 0.5)));
  background-image: linear-gradient(0deg, #80a042, rgba(4, 174, 174, 0.5) 40%);
  right: 0;
  top: 0;
  left: 0;
  opacity: 0.65; /*0.75*/
  bottom: 10rem;
  margin-top: 0;
  z-index: 0;
}
.news_lead .secondary1-secondary2:after, .zoom .secondary1-secondary2:after {
  content: "";
  position: absolute;
  background-blend-mode: color;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#80a042), color-stop(40%, rgba(222, 198, 106, 0.5)));
  background-image: linear-gradient(0deg, #80a042, rgba(222, 198, 106, 0.5) 40%);
  right: 0;
  top: 0;
  left: 0;
  opacity: 0.65; /*0.75*/
  bottom: 10rem;
  margin-top: 0;
  z-index: 0;
}
.news_lead .secondary1-tertiary1:after, .zoom .secondary1-tertiary1:after {
  content: "";
  position: absolute;
  background-blend-mode: color;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#80a042), color-stop(40%, rgba(198, 80, 133, 0.5)));
  background-image: linear-gradient(0deg, #80a042, rgba(198, 80, 133, 0.5) 40%);
  right: 0;
  top: 0;
  left: 0;
  opacity: 0.65; /*0.75*/
  bottom: 10rem;
  margin-top: 0;
  z-index: 0;
}
.news_lead .secondary1-tertiary2:after, .zoom .secondary1-tertiary2:after {
  content: "";
  position: absolute;
  background-blend-mode: color;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#80a042), color-stop(40%, rgba(206, 85, 85, 0.5)));
  background-image: linear-gradient(0deg, #80a042, rgba(206, 85, 85, 0.5) 40%);
  right: 0;
  top: 0;
  left: 0;
  opacity: 0.65; /*0.75*/
  bottom: 10rem;
  margin-top: 0;
  z-index: 0;
}
.news_lead .secondary2-primary1:after, .zoom .secondary2-primary1:after {
  content: "";
  position: absolute;
  background-blend-mode: color;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#d5b640), color-stop(40%, rgba(40, 169, 133, 0.5)));
  background-image: linear-gradient(0deg, #d5b640, rgba(40, 169, 133, 0.5) 40%);
  right: 0;
  top: 0;
  left: 0;
  opacity: 0.65; /*0.75*/
  bottom: 10rem;
  margin-top: 0;
  z-index: 0;
}
.news_lead .secondary2-primary2:after, .zoom .secondary2-primary2:after {
  content: "";
  position: absolute;
  background-blend-mode: color;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#d5b640), color-stop(40%, rgba(4, 174, 174, 0.5)));
  background-image: linear-gradient(0deg, #d5b640, rgba(4, 174, 174, 0.5) 40%);
  right: 0;
  top: 0;
  left: 0;
  opacity: 0.65; /*0.75*/
  bottom: 10rem;
  margin-top: 0;
  z-index: 0;
}
.news_lead .secondary2-secondary1:after, .zoom .secondary2-secondary1:after {
  content: "";
  position: absolute;
  background-blend-mode: color;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#d5b640), color-stop(40%, rgba(154, 187, 90, 0.5)));
  background-image: linear-gradient(0deg, #d5b640, rgba(154, 187, 90, 0.5) 40%);
  right: 0;
  top: 0;
  left: 0;
  opacity: 0.65; /*0.75*/
  bottom: 10rem;
  margin-top: 0;
  z-index: 0;
}
.news_lead .secondary2-tertiary1:after, .zoom .secondary2-tertiary1:after {
  content: "";
  position: absolute;
  background-blend-mode: color;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#d5b640), color-stop(40%, rgba(198, 80, 133, 0.5)));
  background-image: linear-gradient(0deg, #d5b640, rgba(198, 80, 133, 0.5) 40%);
  right: 0;
  top: 0;
  left: 0;
  opacity: 0.65; /*0.75*/
  bottom: 10rem;
  margin-top: 0;
  z-index: 0;
}
.news_lead .secondary2-tertiary2:after, .zoom .secondary2-tertiary2:after {
  content: "";
  position: absolute;
  background-blend-mode: color;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#d5b640), color-stop(40%, rgba(206, 85, 85, 0.5)));
  background-image: linear-gradient(0deg, #d5b640, rgba(206, 85, 85, 0.5) 40%);
  right: 0;
  top: 0;
  left: 0;
  opacity: 0.65; /*0.75*/
  bottom: 10rem;
  margin-top: 0;
  z-index: 0;
}
.news_lead .tertiary1-primary1:after, .zoom .tertiary1-primary1:after {
  content: "";
  position: absolute;
  background-blend-mode: color;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ab386c), color-stop(40%, rgba(40, 169, 133, 0.5)));
  background-image: linear-gradient(0deg, #ab386c, rgba(40, 169, 133, 0.5) 40%);
  right: 0;
  top: 0;
  left: 0;
  opacity: 0.65; /*0.75*/
  bottom: 10rem;
  margin-top: 0;
  z-index: 0;
}
.news_lead .tertiary1-primary2:after, .zoom .tertiary1-primary2:after {
  content: "";
  position: absolute;
  background-blend-mode: color;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ab386c), color-stop(40%, rgba(4, 174, 174, 0.5)));
  background-image: linear-gradient(0deg, #ab386c, rgba(4, 174, 174, 0.5) 40%);
  right: 0;
  top: 0;
  left: 0;
  opacity: 0.65; /*0.75*/
  bottom: 10rem;
  margin-top: 0;
  z-index: 0;
}
.news_lead .tertiary1-secondary1:after, .zoom .tertiary1-secondary1:after {
  content: "";
  position: absolute;
  background-blend-mode: color;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ab386c), color-stop(40%, rgba(154, 187, 90, 0.5)));
  background-image: linear-gradient(0deg, #ab386c, rgba(154, 187, 90, 0.5) 40%);
  right: 0;
  top: 0;
  left: 0;
  opacity: 0.65; /*0.75*/
  bottom: 10rem;
  margin-top: 0;
  z-index: 0;
}
.news_lead .tertiary1-secondary2:after, .zoom .tertiary1-secondary2:after {
  content: "";
  position: absolute;
  background-blend-mode: color;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ab386c), color-stop(40%, rgba(222, 198, 106, 0.5)));
  background-image: linear-gradient(0deg, #ab386c, rgba(222, 198, 106, 0.5) 40%);
  right: 0;
  top: 0;
  left: 0;
  opacity: 0.65; /*0.75*/
  bottom: 10rem;
  margin-top: 0;
  z-index: 0;
}
.news_lead .tertiary1-tertiary2:after, .zoom .tertiary1-tertiary2:after {
  content: "";
  position: absolute;
  background-blend-mode: color;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ab386c), color-stop(40%, rgba(206, 85, 85, 0.5)));
  background-image: linear-gradient(0deg, #ab386c, rgba(206, 85, 85, 0.5) 40%);
  right: 0;
  top: 0;
  left: 0;
  opacity: 0.65; /*0.75*/
  bottom: 10rem;
  margin-top: 0;
  z-index: 0;
}
.news_lead .tertiary2-primary1:after, .zoom .tertiary2-primary1:after {
  content: "";
  position: absolute;
  background-blend-mode: color;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ba3636), color-stop(40%, rgba(40, 169, 133, 0.5)));
  background-image: linear-gradient(0deg, #ba3636, rgba(40, 169, 133, 0.5) 40%);
  right: 0;
  top: 0;
  left: 0;
  opacity: 0.65; /*0.75*/
  bottom: 10rem;
  margin-top: 0;
  z-index: 0;
}
.news_lead .tertiary2-primary2:after, .zoom .tertiary2-primary2:after {
  content: "";
  position: absolute;
  background-blend-mode: color;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ba3636), color-stop(40%, rgba(4, 174, 174, 0.5)));
  background-image: linear-gradient(0deg, #ba3636, rgba(4, 174, 174, 0.5) 40%);
  right: 0;
  top: 0;
  left: 0;
  opacity: 0.65; /*0.75*/
  bottom: 10rem;
  margin-top: 0;
  z-index: 0;
}
.news_lead .tertiary2-secondary1:after, .zoom .tertiary2-secondary1:after {
  content: "";
  position: absolute;
  background-blend-mode: color;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ba3636), color-stop(40%, rgba(154, 187, 90, 0.5)));
  background-image: linear-gradient(0deg, #ba3636, rgba(154, 187, 90, 0.5) 40%);
  right: 0;
  top: 0;
  left: 0;
  opacity: 0.65; /*0.75*/
  bottom: 10rem;
  margin-top: 0;
  z-index: 0;
}
.news_lead .tertiary2-secondary2:after, .zoom .tertiary2-secondary2:after {
  content: "";
  position: absolute;
  background-blend-mode: color;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ba3636), color-stop(40%, rgba(222, 198, 106, 0.5)));
  background-image: linear-gradient(0deg, #ba3636, rgba(222, 198, 106, 0.5) 40%);
  right: 0;
  top: 0;
  left: 0;
  opacity: 0.65; /*0.75*/
  bottom: 10rem;
  margin-top: 0;
  z-index: 0;
}
.news_lead .tertiary2-tertiary1:after, .zoom .tertiary2-tertiary1:after {
  content: "";
  position: absolute;
  background-blend-mode: color;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ba3636), color-stop(40%, rgba(198, 80, 133, 0.5)));
  background-image: linear-gradient(0deg, #ba3636, rgba(198, 80, 133, 0.5) 40%);
  right: 0;
  top: 0;
  left: 0;
  opacity: 0.65; /*0.75*/
  bottom: 10rem;
  margin-top: 0;
  z-index: 0;
}

.curriculum_area {
  grid-gap: 1rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media (max-width: 75em) {
  .curriculum_area {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 48em) {
  .curriculum_area {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 36em) {
  .curriculum_area {
    grid-template-columns: 1fr;
  }
}
.curriculum_item {
  padding: 1rem;
  border-radius: 0.3rem;
  -webkit-box-shadow: 3px 2px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 3px 2px 5px rgba(0, 0, 0, 0.3);
}
.curriculum_item_age {
  font-size: 0.9rem;
  text-transform: uppercase;
  border-bottom: 1px solid white;
  padding-bottom: 0.1rem;
  margin-bottom: 0.4rem;
}
.curriculum_item_truth {
  font-weight: 600;
  margin-bottom: 0.4rem;
}
.curriculum_item_textarea {
  font-size: 0.9rem;
  line-height: 1.1rem;
}
.curriculum_item_textarea div {
  padding-bottom: 0.3rem;
}
.curriculum_item_file {
  margin: 1rem 0.5rem;
}
.curriculum_item_file a {
  color: white;
  text-decoration: none;
}

.filter .reset a {
  background: white;
  border: 1px solid rgba(88, 83, 83, 0.6);
  color: rgba(88, 83, 83, 0.9);
}

._5-8-kids {
  background-color: #b49900;
  color: white;
}

._9-12-preteens {
  background-color: #c56058;
  color: white;
}

._13-15-teens {
  background-color: #4b385e;
  color: white;
}

._16-19-jugendliche {
  background-color: #9e640c;
  color: white;
}

._20-22-junge-erwachsene {
  background-color: #176902;
  color: white;
}

#Loader {
  position: relative;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 60px;
  height: 60px;
  margin: -76px 0 0 -76px;
  border: 10px solid #bdbaba;
  border-radius: 50%;
  border-top: 10px solid #28A985;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
  z-index: 100003;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.portfolio {
  padding: 2rem 8.3333333333%;
}

.portfolio_filter {
  position: relative;
  padding: 1rem 0;
}

.portfolio_area {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 3rem;
  max-width: 1900px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 36em) {
  .portfolio_area {
    gap: 2rem;
  }
}
.portfolio_area .portfolio_item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  -ms-flex-preferred-size: calc(33.3333333333% - 2rem);
      flex-basis: calc(33.3333333333% - 2rem);
  max-width: calc(33.3333333333% - 2rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  padding: 0rem;
  border-radius: none;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#9abb5a), to(#dec66a));
  background-image: linear-gradient(0deg, #9abb5a 0%, #dec66a 100%);
  -webkit-transition: background-image 0.2s linear;
  transition: background-image 0.2s linear;
  position: relative;
  z-index: 3;
  cursor: default;
}
.portfolio_area .portfolio_item a {
  text-decoration: none;
  cursor: pointer;
  /*display:flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1 0 100%;*/
}
@media (max-width: 87.5em) {
  .portfolio_area .portfolio_item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    -ms-flex-preferred-size: calc(50% - 1.5rem);
        flex-basis: calc(50% - 1.5rem);
    max-width: calc(50% - 1.5rem);
  }
}
@media (max-width: 75em) {
  .portfolio_area .portfolio_item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    -ms-flex-preferred-size: calc(50% - 1.5rem);
        flex-basis: calc(50% - 1.5rem);
    max-width: calc(50% - 1.5rem);
  }
}
@media (max-width: 62em) {
  .portfolio_area .portfolio_item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    -ms-flex-preferred-size: calc(100% - 0rem);
        flex-basis: calc(100% - 0rem);
    max-width: calc(100% - 0rem);
  }
}
@media (max-width: 36em) {
  .portfolio_area .portfolio_item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    flex-basis: -moz-calc(100%);
    flex-basis: 100%;
    max-width: -moz-calc(100%);
    max-width: 100%;
  }
}
.portfolio_area .portfolio_item:hover {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#9abb5a), to(#e3ce7f));
  background-image: linear-gradient(0deg, #9abb5a 0%, #e3ce7f 100%);
  -webkit-transition: background-image 0.2s linear;
  transition: background-image 0.2s linear;
}
.portfolio_area .portfolio_item_image, .portfolio_area .portfolio_item_image-second {
  overflow: hidden;
  border-radius: 0.1875rem;
  position: relative;
  z-index: 2;
  height: 13rem;
  padding: 0;
  margin-left: 0.5rem;
  margin-right: -0.5rem;
  margin-top: -0.5rem;
  -webkit-box-shadow: -4px 3px 7px 0px rgba(0, 0, 0, 0.1);
          box-shadow: -4px 3px 7px 0px rgba(0, 0, 0, 0.1);
}
.portfolio_area .portfolio_item_image_inner, .portfolio_area .portfolio_item_image-second_inner {
  position: relative;
  overflow: hidden;
  padding: 0;
  border-radius: 0.1875rem;
  width: 100%;
  height: 100%;
  background-size: cover;
}
.portfolio_area .portfolio_item_image_inner:before, .portfolio_area .portfolio_item_image-second_inner:before { /*Verläufe von unten: gelb und weiss */
  content: "";
  position: absolute;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.2)), color-stop(50%, rgba(255, 255, 255, 0))), -webkit-gradient(linear, left bottom, left top, from(rgba(222, 198, 106, 0.3)), color-stop(50%, rgba(222, 198, 106, 0)));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 50%), linear-gradient(0deg, rgba(222, 198, 106, 0.3) 0%, rgba(222, 198, 106, 0) 50%);
  right: 0;
  bottom: 0;
  top: 30%;
  left: 0;
  z-index: 1;
}
.portfolio_area .portfolio_item_image_inner:after, .portfolio_area .portfolio_item_image-second_inner:after { /*Grünton */
  content: "";
  position: absolute;
  background: rgba(40, 169, 133, 0.08);
  background-blend-mode: color;
  right: 0;
  bottom: 0;
  top: 0;
  left: 0;
  z-index: 1;
}
.portfolio_area .portfolio_item_image img, .portfolio_area .portfolio_item_image-second img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50%;
     object-position: 50%;
  width: 100%;
  height: 100%;
  /*
  min-height:$img-height;
  max-width:140%;
  min-width:100%;



  @media (max-width: $breakpoint-xl) {}
  @media (max-width: $breakpoint-lg) {}
  @media (max-width: $breakpoint-md) {}
  @media (max-width: $breakpoint-sm) {}
  @media (max-width: $breakpoint-xs) {height:100%; max-width: 200%; max-height:100%; min-height:100%;}      */
}
.portfolio_area .portfolio_item a .portfolio_area .portfolio_item_image_inner img {
  -webkit-transform: scale(100%);
          transform: scale(100%);
}
.portfolio_area .portfolio_item a:hover .portfolio_area .portfolio_item_image_inner img {
  -webkit-transform: scale(102%);
          transform: scale(102%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.portfolio_area .portfolio_item_refer {
  position: absolute;
  background: #9ABB5A;
  padding: 0.3rem 0.5rem;
  z-index: 3;
  top: 0;
  left: 0;
  color: white;
}
.portfolio_area .portfolio_item_textarea {
  -webkit-transform: translate(0, 0.7rem);
          transform: translate(0, 0.7rem);
  padding: 0 1rem 1.8rem 1rem;
  position: relative;
  z-index: 4;
  color: white;
  margin-top: -0.3rem;
}
.portfolio_area .portfolio_item_meta {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 0.95rem;
  vertical-align: middle;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (max-width: 36em) {
  .portfolio_area .portfolio_item_meta {
    margin-top: 0rem;
    background: transparent;
  }
}
.portfolio_area .portfolio_item_content_meta {
  color: #8c8585;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 0.8rem;
}
.portfolio_area .portfolio_item_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; /* Flexbox in Spaltenrichtung, um das Zentrieren zu ermöglichen */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 7rem;
  width: 60%;
  margin: auto;
}
.portfolio_area .portfolio_item_logo img {
  -o-object-fit: content;
     object-fit: content;
  -o-object-position: 50%;
     object-position: 50%;
  width: 100%;
  height: 100%;
}
.portfolio_area .portfolio_item_title, .portfolio_area .portfolio_item_content_title {
  -webkit-transform: translate(0rem);
          transform: translate(0rem);
  font-weight: 700;
  text-decoration: none;
  font-family: Domine;
  font-size: 1.2rem;
}
@media (max-width: 36em) {
  .portfolio_area .portfolio_item_title, .portfolio_area .portfolio_item_content_title {
    margin-top: 0;
    font-size: 1.1rem;
    line-height: 1.3rem;
    margin-bottom: 0;
    font-weight: 600;
  }
}
.portfolio_area .portfolio_item_content {
  color: #585353;
  padding: 1rem;
  margin: 0.4rem;
  background: white;
  font-size: 1rem;
  border-radius: 0.125rem;
}
.portfolio_area .portfolio_item_content h2 {
  word-wrap: break-word;
  font-size: 1.5rem;
  line-height: 1.6rem;
}
.portfolio_area .portfolio_item:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#80a042), color-stop(50%, #dec66a));
  background: linear-gradient(0deg, #80a042 0%, #dec66a 50%);
}
.portfolio_area .portfolio_item_content_title {
  font-size: 1.5rem;
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
}
.portfolio_area .portfolio_item i {
  font-size: 2.5rem;
  margin-bottom: 0.4rem;
  padding-top: 0;
  vertical-align: middle;
}
.portfolio_area .portfolio_item_arrow {
  cursor: pointer;
  text-align: middle;
  width: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(70, 88, 36, 0.7)), to(rgba(70, 88, 36, 0.3)));
  background: linear-gradient(0deg, rgba(70, 88, 36, 0.7) 0%, rgba(70, 88, 36, 0.3) 100%);
  border-radius: 0.125rem;
  height: 2rem;
  position: relative;
  z-index: 100;
  color: white;
  font-size: 2rem;
}
.portfolio_area .portfolio_item_arrow:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#ce5555), to(rgba(206, 85, 85, 0.6)));
  background: linear-gradient(0deg, #ce5555 0%, rgba(206, 85, 85, 0.6) 100%);
}
.portfolio_area .portfolio_item_arrow:hover .portfolio_item_arrow_symbol {
  -webkit-transform: rotate(90deg) translateX(0.2rem);
          transform: rotate(90deg) translateX(0.2rem);
}
.portfolio_area .portfolio_item_arrow:hover .portfolio_item_arrow_symbol_active {
  -webkit-transform: rotate(270deg) translateX(0rem);
          transform: rotate(270deg) translateX(0rem);
}
.portfolio_area .portfolio_item_arrow_symbol {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  padding: 0 0.7rem;
  position: relative;
  margin: 0 auto;
  font-weight: 300;
  width: 2rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.portfolio_area .portfolio_item_arrow_symbol_active {
  -webkit-transform: rotate(270deg) translate(-0.2rem);
          transform: rotate(270deg) translate(-0.2rem);
  padding: 0 0.7rem;
  position: relative;
  margin: 0 auto;
  font-weight: 300;
  width: 2rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.portfolio_check {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  cursor: default;
}
.portfolio_check .portfolio_item_image {
  height: 9rem;
}
.portfolio_check .portfolio_item_image img {
  -webkit-transform: translate(0, -2rem);
          transform: translate(0, -2rem);
}
.portfolio_check:hover img {
  -webkit-transform: scale(100%), translate(0, -2rem);
          transform: scale(100%), translate(0, -2rem);
}

.branches {
  padding: 2rem 8.3333333333%;
}

.branches_filter {
  position: relative;
  padding-top: 1rem;
  padding-bottom: 2rem;
}

.branches_area {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 3rem;
  max-width: 1900px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.5rem;
}
@media (max-width: 36em) {
  .branches_area {
    gap: 2rem;
  }
}
.branches_area .branches_item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  -ms-flex-preferred-size: calc(25% - 2.25rem);
      flex-basis: calc(25% - 2.25rem);
  max-width: calc(25% - 2.25rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  padding: 0rem;
  border-radius: none;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#05e0e0), to(#037c7c));
  background-image: linear-gradient(0deg, #05e0e0 0%, #037c7c 100%);
  -webkit-transition: background-image 0.2s linear;
  transition: background-image 0.2s linear;
  position: relative;
  z-index: 3;
  cursor: default;
  border-radius: 0.125rem;
  background-size: cover;
  /*&_image_inner img {
      margin-top:-3rem;
  }*/
}
.branches_area .branches_item a {
  text-decoration: none;
  cursor: pointer;
  /*display:flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1 0 100%;*/
}
@media (max-width: 87.5em) {
  .branches_area .branches_item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 33.3333333333%;
            flex: 1 1 33.3333333333%;
    -ms-flex-preferred-size: calc(33.3333333333% - 2rem);
        flex-basis: calc(33.3333333333% - 2rem);
    max-width: calc(33.3333333333% - 2rem);
  }
}
@media (max-width: 75em) {
  .branches_area .branches_item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 33.3333333333%;
            flex: 1 1 33.3333333333%;
    -ms-flex-preferred-size: calc(33.3333333333% - 2rem);
        flex-basis: calc(33.3333333333% - 2rem);
    max-width: calc(33.3333333333% - 2rem);
  }
}
@media (max-width: 62em) {
  .branches_area .branches_item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    -ms-flex-preferred-size: calc(50% - 1.5rem);
        flex-basis: calc(50% - 1.5rem);
    max-width: calc(50% - 1.5rem);
  }
}
@media (max-width: 36em) {
  .branches_area .branches_item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    flex-basis: -moz-calc(100%);
    flex-basis: 100%;
    max-width: -moz-calc(100%);
    max-width: 100%;
  }
}
.branches_area .branches_item:hover {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#05e0e0), to(#039595));
  background-image: linear-gradient(0deg, #05e0e0 0%, #039595 100%);
  -webkit-transition: background-image 0.2s linear;
  transition: background-image 0.2s linear;
}
.branches_area .branches_item_image, .branches_area .branches_item_image-second {
  overflow: hidden;
  border-radius: 0.1875rem;
  position: relative;
  z-index: 2;
  height: 18rem;
  padding: 0;
  margin-left: 0.5rem;
  margin-right: -0.5rem;
  margin-top: -0.5rem;
  -webkit-box-shadow: -4px 3px 7px 0px rgba(0, 0, 0, 0.1);
          box-shadow: -4px 3px 7px 0px rgba(0, 0, 0, 0.1);
}
.branches_area .branches_item_image_inner, .branches_area .branches_item_image-second_inner {
  position: relative;
  overflow: hidden;
  padding: 0;
  border-radius: 0.1875rem;
  width: 100%;
  height: 100%;
  background-size: cover;
}
.branches_area .branches_item_image_inner:before, .branches_area .branches_item_image-second_inner:before { /*Verläufe von unten: gelb und weiss */
  content: "";
  position: absolute;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.2)), color-stop(50%, rgba(255, 255, 255, 0))), -webkit-gradient(linear, left bottom, left top, from(rgba(222, 198, 106, 0.3)), color-stop(50%, rgba(222, 198, 106, 0)));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 50%), linear-gradient(0deg, rgba(222, 198, 106, 0.3) 0%, rgba(222, 198, 106, 0) 50%);
  right: 0;
  bottom: 0;
  top: 30%;
  left: 0;
  z-index: 1;
}
.branches_area .branches_item_image_inner:after, .branches_area .branches_item_image-second_inner:after { /*Grünton */
  content: "";
  position: absolute;
  background: rgba(40, 169, 133, 0.08);
  background-blend-mode: color;
  right: 0;
  bottom: 0;
  top: 0;
  left: 0;
  z-index: 1;
}
.branches_area .branches_item_image img, .branches_area .branches_item_image-second img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50%;
     object-position: 50%;
  width: 100%;
  height: 100%;
  /*
  min-height:$img-height;
  max-width:140%;
  min-width:100%;



  @media (max-width: $breakpoint-xl) {}
  @media (max-width: $breakpoint-lg) {}
  @media (max-width: $breakpoint-md) {}
  @media (max-width: $breakpoint-sm) {}
  @media (max-width: $breakpoint-xs) {height:100%; max-width: 200%; max-height:100%; min-height:100%;}      */
}
.branches_area .branches_item a .branches_area .branches_item_image_inner img {
  -webkit-transform: scale(100%);
          transform: scale(100%);
}
.branches_area .branches_item a:hover .branches_area .branches_item_image_inner img {
  -webkit-transform: scale(102%);
          transform: scale(102%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.branches_area .branches_item_refer {
  position: absolute;
  background: #9ABB5A;
  padding: 0.3rem 0.5rem;
  z-index: 3;
  top: 0;
  left: 0;
  color: white;
}
.branches_area .branches_item_textarea {
  -webkit-transform: translate(0, 0.7rem);
          transform: translate(0, 0.7rem);
  padding: 0 1rem 1.8rem 1rem;
  position: relative;
  z-index: 4;
  color: white;
  margin-top: -0.3rem;
}
.branches_area .branches_item_meta {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 0.95rem;
  vertical-align: middle;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (max-width: 36em) {
  .branches_area .branches_item_meta {
    margin-top: 0rem;
    background: transparent;
  }
}
.branches_area .branches_item_content_meta {
  color: #8c8585;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 0.8rem;
}
.branches_area .branches_item_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; /* Flexbox in Spaltenrichtung, um das Zentrieren zu ermöglichen */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 7rem;
  width: 60%;
  margin: auto;
}
.branches_area .branches_item_logo img {
  -o-object-fit: content;
     object-fit: content;
  -o-object-position: 50%;
     object-position: 50%;
  width: 100%;
  height: 100%;
}
.branches_area .branches_item_title, .branches_area .branches_item_content_title {
  -webkit-transform: translate(0rem);
          transform: translate(0rem);
  font-weight: 700;
  text-decoration: none;
  font-family: Domine;
  font-size: 1.2rem;
}
@media (max-width: 36em) {
  .branches_area .branches_item_title, .branches_area .branches_item_content_title {
    margin-top: 0;
    font-size: 1.1rem;
    line-height: 1.3rem;
    margin-bottom: 0;
    font-weight: 600;
  }
}
.branches_area .branches_item_content {
  color: #585353;
  padding: 1rem;
  margin: 0.4rem;
  background: white;
  font-size: 1rem;
  border-radius: 0.125rem;
}
.branches_area .branches_item_content h2 {
  word-wrap: break-word;
  font-size: 1.5rem;
  line-height: 1.6rem;
}
.branches_area .branches_item:after {
  content: "";
  position: absolute;
  left: -1px;
  right: -1px;
  top: -1px;
  bottom: -1px;
  -webkit-filter: blur(2px);
          filter: blur(2px);
  opacity: 0.8;
  z-index: -1;
  background-size: cover;
  background-blend-mode: hard-light;
  background-position: center;
}
.branches_area .branches_item_image-second {
  height: 0;
}
.branches_area .branches_item_textarea {
  min-height: auto;
  margin-bottom: 1rem;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.branches_area .branches_item_title, .branches_area .branches_item_content_title {
  display: inline-block;
  margin-bottom: 0.3rem;
}
.branches_area .branches_item_title, .branches_area .branches_item_subname {
  text-shadow: 0rem 0rem 0.8rem rgba(0, 0, 0, 0.6);
}
.branches_area .branches_item_title {
  font-size: 1.35rem;
  margin-top: 0.3rem;
}
.branches_area .branches_item_subname, .branches_area .branches_item_content_subname {
  display: inline-block;
  font-family: Domine;
  font-weight: 400;
}
.branches_area .branches_item_arrow {
  cursor: pointer;
  text-align: middle;
  width: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(1, 24, 24, 0.7)), to(rgba(1, 24, 24, 0.3)));
  background: linear-gradient(0deg, rgba(1, 24, 24, 0.7) 0%, rgba(1, 24, 24, 0.3) 100%);
  border-radius: 0.125rem;
  height: 2rem;
  position: relative;
  z-index: 100;
  color: white;
  font-size: 2rem;
}
.branches_area .branches_item_arrow:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#ce5555), to(rgba(206, 85, 85, 0.6)));
  background: linear-gradient(0deg, #ce5555 0%, rgba(206, 85, 85, 0.6) 100%);
}
.branches_area .branches_item_arrow:hover .branches_item_arrow_symbol {
  -webkit-transform: rotate(90deg) translateX(0.2rem);
          transform: rotate(90deg) translateX(0.2rem);
}
.branches_area .branches_item_arrow:hover .branches_item_arrow_symbol_active {
  -webkit-transform: rotate(270deg) translateX(0rem);
          transform: rotate(270deg) translateX(0rem);
}
.branches_area .branches_item_arrow_symbol {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  padding: 0 0.7rem;
  position: relative;
  margin: 0 auto;
  font-weight: 300;
  width: 2rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.branches_area .branches_item_arrow_symbol_active {
  -webkit-transform: rotate(270deg) translate(-0.2rem);
          transform: rotate(270deg) translate(-0.2rem);
  padding: 0 0.7rem;
  position: relative;
  margin: 0 auto;
  font-weight: 300;
  width: 2rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.branches_check {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  cursor: default;
}
.branches_check .branches_item_image {
  height: 9rem;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.branches_check:hover img {
  -webkit-transform: scale(100%);
          transform: scale(100%);
}

.agenda {
  padding: 2rem 8.3333333333%;
}

.agenda_filter {
  position: relative;
  padding-top: 1rem;
  padding-bottom: 2rem;
}

.agenda_area {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  gap: 1rem;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.agenda_area .agenda_item {
  padding: 0.5rem 0.8rem;
  border-radius: 0.1875rem;
  display: grid;
  grid-template-columns: 1fr 5fr 2fr;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f4f3f3;
}
@media (max-width: 75em) {
  .agenda_area .agenda_item {
    grid-template-columns: 1.5fr 4fr 2fr;
  }
}
@media (max-width: 48em) {
  .agenda_area .agenda_item {
    grid-template-columns: 1fr;
  }
}
.agenda_area .agenda_item_date, .agenda_area .agenda_item_location, .agenda_area .agenda_item_time, .agenda_area .agenda_item_category {
  font-size: 0.9rem;
  line-height: 1.1rem;
}
@media (max-width: 48em) {
  .agenda_area .agenda_item_date, .agenda_area .agenda_item_location, .agenda_area .agenda_item_time, .agenda_area .agenda_item_category {
    color: #a59f9f;
  }
}
.agenda_area .agenda_item_date {
  padding-bottom: 0.3rem;
  line-height: 1rem;
}
@media (max-width: 48em) {
  .agenda_area .agenda_item_date {
    border-bottom: 1px solid #a59f9f;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 2rem 0.3rem 0;
  }
}
.agenda_area .agenda_item_event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: left;
      -ms-flex-align: left;
          align-items: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-left: 1px solid #a59f9f;
  padding-left: 0.5rem;
  margin-left: 0.5rem;
}
@media (max-width: 48em) {
  .agenda_area .agenda_item_event {
    border-left: 0px solid #a59f9f;
    padding-left: 0;
    margin-left: 0;
    margin-top: 0.5rem;
  }
}
.agenda_area .agenda_item_name {
  font-weight: 600;
  font-size: 1.2rem;
}
.agenda_area .agenda_item_name a {
  text-decoration: none;
}
.agenda_area .agenda_item_name:hover a {
  color: #35cfa4;
}
.agenda_area .agenda_item_topic {
  margin-top: 0.1rem;
  font-size: 1rem;
}

#quicklinks {
  padding: 1rem 0;
}

.quicklinks_area {
  padding: 1rem 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 2rem;
}
@media (max-width: 36em) {
  .quicklinks_area {
    gap: 1rem;
  }
}
.quicklinks_area .quicklinks_item {
  padding: 1rem 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-decoration: none;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-height: 7rem;
  border-radius: 0.125rem;
  font-size: 1.1rem;
  line-height: 1.65rem;
}
@media (max-width: 36em) {
  .quicklinks_area .quicklinks_item {
    padding: 0.7rem;
    line-height: 1.54rem;
  }
}
.quicklinks_area .quicklinks_item p {
  margin-top: 0;
}
.quicklinks_area .quicklinks_item .quicklinks_item_title {
  font-weight: 700;
  font-family: Domine;
  text-align: center;
}
.quicklinks_area .quicklinks_item .quicklinks_item_title i {
  font-size: 4rem;
  padding: 2rem 0 1.5rem 0;
  text-align: center;
}
@media (max-width: 48em) {
  .quicklinks_area .quicklinks_item .quicklinks_item_title i {
    font-size: 3.5rem;
  }
}
@media (max-width: 36em) {
  .quicklinks_area .quicklinks_item .quicklinks_item_title i {
    font-size: 3rem;
    padding: 1rem 0;
  }
}
.quicklinks_area .quicklinks_item .quicklinks_item_text {
  margin-top: 0.3rem;
  text-align: center;
}
.quicklinks_area .quicklinks_item .quicklinks_item_text ul {
  text-align: left;
  font-size: 0.99rem;
  line-height: 1.43rem;
  padding-right: 0.7rem;
}
.quicklinks_area div[name=Content].quicklinks_item {
  color: #585353;
  padding: 3rem;
  border-radius: 0.125rem;
  font-size: 1.1rem;
  line-height: 1.65rem;
}
@media (max-width: 36em) {
  .quicklinks_area div[name=Content].quicklinks_item {
    padding: 0.5rem;
  }
}
.quicklinks_area div[name=Content].quicklinks_item .quicklinks_item_text {
  width: 80%;
  font-size: 1.1rem;
}
.quicklinks_area div[name=LinkBox].quicklinks_item {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  /* Die folgenden Eigenschaften heben die Eigenschaften aus frameworks.scc zu primary1, etc. wieder auf */
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-shadow: inset 0 0 0 0 #585353, inset 0 0 0 0 #585353;
          box-shadow: inset 0 0 0 0 #585353, inset 0 0 0 0 #585353;
  background-repeat: no-repeat;
  min-height: none;
}
.quicklinks_area div[name=LinkBox].quicklinks_item:not(.primary1):not(.primary2):not(.secondary1):not(.secondary2):not(.tertiary1):not(.tertiary2) {
  background: #efeeee;
  color: #585353;
}
.quicklinks_area div[name=LinkBox].quicklinks_item .quicklinks_item_title {
  font-size: 1.4rem;
}
.quicklinks_area div[name=LinkBox].quicklinks_item .quicklinks_item_title_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 8rem;
}
.quicklinks_area div[name=LinkBox].quicklinks_item .quicklinks_item_text {
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.quicklinks_area a.quicklinks_item {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-radius: 0.3rem;
  min-height: auto;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.quicklinks_area a.quicklinks_item:not(.primary1):not(.primary2):not(.secondary1):not(.secondary2):not(.tertiary1):not(.tertiary2) {
  background: #CE5555;
  color: white;
}
.quicklinks_area a.quicklinks_item .quicklinks_item_title {
  font-size: 1.3rem;
  font-family: Vivano;
}
.quicklinks_area a.quicklinks_item .quicklinks_item_text {
  opacity: 0.4;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.quicklinks_area a.quicklinks_item:hover {
  background: #585353;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.quicklinks_area a.quicklinks_item:hover .quicklinks_item_title {
  opacity: 0.5;
}
.quicklinks_area a.quicklinks_item:hover .quicklinks_item_text {
  opacity: 0.8;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* Keine Änderungen am CSS notwendig */
.quote_area {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.6))), -webkit-gradient(linear, left top, right top, from(rgba(40, 169, 133, 0.5)), to(rgba(40, 169, 133, 0.3)));
  background-image: linear-gradient(rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.6) 100%), linear-gradient(to right, rgba(40, 169, 133, 0.5) 0%, rgba(40, 169, 133, 0.3) 100%);
  min-height: 500px;
  margin: 2rem auto;
}

.quote {
  position: absolute;
  z-index: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
  height: 100%;
  width: 100%;
  padding: 6rem 16.6666666667%;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 2rem;
}
@media (max-width: 75em) {
  .quote {
    padding: 8rem 8.3333333333%;
  }
}
@media (max-width: 48em) {
  .quote {
    padding: 5rem 16.6666666667%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 36em) {
  .quote {
    padding: 3rem 4.1666666667%;
  }
}
.quote .quote_icon {
  -ms-flex-preferred-size: 16.6666666667%;
      flex-basis: 16.6666666667%;
  justify-items: flex-end;
  padding-right: 2rem;
  border-right: 1px solid white;
}
@media (max-width: 48em) {
  .quote .quote_icon {
    border-bottom: 1px solid white;
    border-right: 0px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 2.6666666667rem;
  }
}
@media (max-width: 36em) {
  .quote .quote_icon {
    padding: 2rem;
  }
}
.quote .quote_icon.fa-quote-left, .quote .quote_icon.fa-seedling {
  -webkit-transform: translate(3rem, 0);
          transform: translate(3rem, 0);
}
@media (max-width: 48em) {
  .quote .quote_icon.fa-quote-left, .quote .quote_icon.fa-seedling {
    -webkit-transform: translate(0rem, 0);
            transform: translate(0rem, 0);
  }
}
.quote .quote_icon i {
  color: white;
  font-size: 7rem;
}
@media (max-width: 48em) {
  .quote .quote_icon i {
    font-size: 7rem;
  }
}
@media (max-width: 36em) {
  .quote .quote_icon i {
    font-size: 6rem;
  }
}
.quote .quote_text {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: left;
      -ms-flex-align: left;
          align-items: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  text-decoration: none;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-left: 1.3333333333rem;
}
@media (max-width: 62em) {
  .quote .quote_text {
    -ms-flex-preferred-size: 58.3333333333%;
        flex-basis: 58.3333333333%;
  }
}
@media (max-width: 48em) {
  .quote .quote_text {
    border-left: 0px solid white;
    padding-top: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}
.quote .quote_text_title {
  font-family: Domine;
  font-size: 3rem;
  line-height: 3.2rem;
  padding: 1rem 0;
}
@media (max-width: 48em) {
  .quote .quote_text_title {
    font-size: 2.8rem;
  }
}
@media (max-width: 36em) {
  .quote .quote_text_title {
    font-size: 2.6rem;
    padding: 0 0 0.3333333333rem 0;
  }
}
.quote .quote_text_text {
  font-size: 1.8rem;
  line-height: 2rem;
  padding-bottom: 1rem;
}
@media (max-width: 48em) {
  .quote .quote_text_text {
    font-size: 1.7rem;
  }
}
@media (max-width: 36em) {
  .quote .quote_text_text {
    font-size: 1.6rem;
    padding: 0.3333333333rem 0 0.6666666667rem 0;
  }
}
.quote .quote_text_source {
  font-weight: 300;
  font-size: 1.2rem;
  padding-bottom: 4rem;
}
@media (max-width: 48em) {
  .quote .quote_text_source {
    padding-bottom: 12rem;
  }
}
@media (max-width: 36em) {
  .quote .quote_text_source {
    font-size: 1.1rem;
  }
}
.quote .primary1, .quote .primary2, .quote .secondary1, .quote .secondary2 {
  min-height: auto;
}
.quote .button-primary1 .button_xl a {
  background-color: #28A985;
  color: white;
}
.quote .button-primary2 .button_xl a {
  background-color: #04AEAE;
  color: white;
}
.quote .button-secondary1 .button_xl a {
  background-color: #9ABB5A;
  color: white;
}
.quote .button-secondary2 .button_xl a {
  background-color: #DEC66A;
}

.quote_unique {
  overflow: hidden;
}
.quote_unique .quote {
  position: relative;
}

.parallax {
  min-height: 500px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  position: relative;
  text-align: center;
}
.parallax .quote_text {
  text-shadow: 0rem 0rem 1rem rgba(0, 0, 0, 0.5);
}
.parallax .quote_text_title {
  font-size: 3.3rem;
  line-height: 3.5rem;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 1000;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev {
  left: 0;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0, 0, 0, 0.6);
}

/* The dots/bullets/indicators */
.dot_area {
  text-align: center;
  position: absolute;
  z-index: 1000;
  bottom: 1rem;
  left: 50%;
  mix-blend-mode: multiply;
  height: 1rem;
}
.dot_area .active, .dot_area .dot:hover {
  background-color: rgba(0, 0, 0, 0.5) !important;
}
.dot_area .dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  display: inline-block;
  -webkit-transition: background-color 0.6s ease;
  transition: background-color 0.6s ease;
}

#structure {
  padding: 2rem 0;
}

.structure_area {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 2rem;
  position: relative;
}
.structure_area .structure_item {
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 22%;
          flex: 1 1 22%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-decoration: none;
  min-height: 7rem;
  border-radius: 0.3rem;
  background: #d6d4d4;
  color: #585353;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  gap: 1rem;
  text-shadow: 0 0 1rem rgba(255, 255, 255, 0.5);
  color: #312e2e;
  position: relative;
  z-index: 0;
}
.structure_area .structure_item::before {
  content: "";
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  z-index: -1;
}
.structure_area .structure_item_title {
  text-align: center;
}
.structure_area .structure_item_text {
  margin-top: 0.3rem;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  justify-items: flex-start;
  -ms-flex-item-align: start;
      align-self: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  font-size: 1.1rem;
  line-height: 1.65rem;
}

.members_area {
  padding: 2rem 0;
}

h2 + .members_area {
  padding: 0 0 2rem 0;
}

.members_area {
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-template-columns: repeat(4, 1fr);
  gap: 3rem;
}
@media (min-width: 120.1em) {
  .members_area {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (max-width: 87.5em) {
  .members_area {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 75em) {
  .members_area {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 62em) {
  .members_area {
    grid-template-columns: repeat(2, 1fr);
    padding: 2rem 4rem;
  }
}
@media (max-width: 48em) {
  .members_area {
    padding: 2rem 0rem;
  }
}
@media (max-width: 36em) {
  .members_area {
    grid-template-columns: repeat(1, 1fr);
    padding: 2rem 0rem;
  }
}
.members_area .members_item {
  background-color: #f6f6f6;
  border-left-width: 0.3rem;
  border-left-style: solid;
  -o-border-image: linear-gradient(to bottom, #28A985, #DEC66A) 1 100%;
     border-image: -webkit-gradient(linear, left top, left bottom, from(#28A985), to(#DEC66A)) 1 100%;
     border-image: linear-gradient(to bottom, #28A985, #DEC66A) 1 100%;
  border-radius: 0.125rem;
  padding-bottom: 0.5rem;
}
.members_area .members_item_image {
  overflow: hidden;
  margin-left: -0.8rem;
  margin-right: -0.5rem;
  -webkit-filter: drop-shadow(-1px 6px 3px rgba(50, 50, 0, 0.1));
          filter: drop-shadow(-1px 6px 3px rgba(50, 50, 0, 0.1));
}
.members_area .members_item_image_inner {
  max-width: calc(100% + 1rem);
  height: 11rem;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 83%, 25% 100%, 0 86%);
          clip-path: polygon(0 0, 100% 0, 100% 83%, 25% 100%, 0 86%);
}
.members_area .members_item_image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50%;
     object-position: 50%;
  width: 100%;
  height: 100%;
}
.members_area .members_item_content {
  padding: 0.5rem 1rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.5rem;
}
.members_area .members_item_position {
  text-transform: none;
  font-weight: 300;
  line-height: 1.1rem;
  color: #726c6c;
}
.members_area .members_item_text {
  padding: 0.5rem 0;
}
.members_area .members_item_line {
  border-bottom: 1px solid #e3e1e1;
  margin: 0.5rem;
}
.members_area .members_item_adresse, .members_area .members_item_phone, .members_area .members_item_mail {
  display: grid;
  grid-template-columns: 1fr 8fr;
  font-size: 0.9rem;
  line-height: 1rem;
  color: #a59f9f;
  gap: 0.4rem;
}
.members_area .members_item_adresse i, .members_area .members_item_phone i, .members_area .members_item_mail i {
  font-size: 0.8rem;
  padding-top: 0.3rem;
}
.members_area .members_item_mail a {
  color: #bdbaba;
}
.members_area .members_item_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 0.7rem 0 0.2rem 0;
}
.members_area .members_item_social a {
  color: #a59f9f;
}
.members_area .members_item_social a .fa-xl {
  font-size: 1.3rem;
}

.infobox_area {
  margin: 2rem -4.1666666667%;
}

h2 + .infobox_area {
  padding: 0 0 2rem 0;
}

.infobox_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 1.5rem 3rem;
}
.infobox_area .infobox_item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 1.5rem);
          flex: 0 0 calc(50% - 1.5rem);
  background-color: transparent;
  position: relative;
}
@media (max-width: 62em) {
  .infobox_area .infobox_item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.infobox_area .infobox_item_image, .infobox_area .infobox_item_icon {
  height: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: -2rem;
  margin-left: -1rem;
  position: relative;
  z-index: 2;
}
.infobox_area .infobox_item_image {
  max-width: 100%;
  vertical-align: middle;
  text-align: center;
  margin-bottom: -3rem;
}
.infobox_area .infobox_item_icon {
  text-align: center;
  display: block;
  margin-bottom: -2rem;
}
.infobox_area .infobox_item_icon i {
  color: #585353;
  color: white;
  font-size: 5rem;
  background-color: #28A985;
  border-radius: 50%;
  width: 10rem;
  height: 10rem;
  padding-top: 2.5rem;
  -webkit-box-shadow: -4px 3px 7px 0px rgba(0, 0, 0, 0.1);
          box-shadow: -4px 3px 7px 0px rgba(0, 0, 0, 0.1);
}
.infobox_area .infobox_item_imageicon {
  text-align: center;
  overflow: hidden;
  width: 15rem;
  height: 15rem;
  border-radius: 50%;
  margin: -3.5rem auto 0 auto;
  -webkit-box-shadow: -4px 3px 7px 0px rgba(0, 0, 0, 0.1);
          box-shadow: -4px 3px 7px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 2;
  -webkit-transform: translate(-1rem, 3.5rem);
          transform: translate(-1rem, 3.5rem);
}
.infobox_area .infobox_item_imageicon img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50%;
     object-position: 50%;
  width: 100%;
  height: 100%;
}
.infobox_area .infobox_item:nth-child(1) i {
  background: #28A985;
}
.infobox_area .infobox_item:nth-child(1) button a {
  background: #239475;
}
.infobox_area .infobox_item:nth-child(2) i {
  background: #04AEAE;
}
.infobox_area .infobox_item:nth-child(2) button a {
  background: #049f9f;
}
.infobox_area .infobox_item:nth-child(3) i {
  background: #9ABB5A;
}
.infobox_area .infobox_item:nth-child(3) button a {
  background: #86a745;
}
.infobox_area .infobox_item:nth-child(4) i {
  background: #DEC66A;
}
.infobox_area .infobox_item:nth-child(4) button a {
  background: #d5b640;
}
.infobox_area .infobox_item:nth-child(5) i {
  background: #C65085;
}
.infobox_area .infobox_item:nth-child(5) button a {
  background: #be3e78;
}
.infobox_area .infobox_item:nth-child(6) i {
  background: #585353;
}
.infobox_area .infobox_item:nth-child(6) button a {
  background: #4b4747;
}
.infobox_area .infobox_item button:hover a {
  background: #c84141;
}
.infobox_area .infobox_item_content {
  padding: 3.5rem 4.5rem 4.5rem 3.5rem;
  margin-top: 2rem;
  text-align: center;
  -webkit-filter: url(#round);
          filter: url(#round);
  display: inline-block;
  width: 100%;
  margin: 0rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 48em) {
  .infobox_area .infobox_item_content {
    padding: 3.5rem 2.5rem 2.5rem 1.5rem;
  }
}
.infobox_area .infobox_item_content::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  background: #efeeee;
  -webkit-clip-path: polygon(3% 3%, 90% 0, 100% 94%, 0% 100%);
          clip-path: polygon(3% 3%, 90% 0, 100% 94%, 0% 100%);
}
@media (max-width: 36em) {
  .infobox_area .infobox_item_content::before {
    -webkit-clip-path: polygon(2% 3%, 92% 0, 100% 96%, 0% 100%);
            clip-path: polygon(2% 3%, 92% 0, 100% 96%, 0% 100%);
  }
}
.infobox_area .infobox_item_title {
  font-family: Domine;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding-bottom: 1rem;
  background: -webkit-gradient(linear, right top, left top, from(#9ABB5A), to(#DEC66A)) center bottom transparent no-repeat;
  background: linear-gradient(to left, #9ABB5A 0%, #DEC66A 100%) center bottom transparent no-repeat;
  background-size: 70% 4px;
}
.infobox_area .infobox_item_text {
  padding-top: 1.5rem;
  max-width: 40rem;
  margin: 0 auto;
}
.infobox_area .infobox_item_text img {
  max-width: 50%;
  margin: 1rem 0;
}
.infobox_area .infobox_item_small {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(31% - 3rem);
          flex: 0 0 calc(31% - 3rem);
}
@media (max-width: 87.5em) {
  .infobox_area .infobox_item_small {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 3rem);
            flex: 0 0 calc(50% - 3rem);
  }
}
@media (max-width: 75em) {
  .infobox_area .infobox_item_small {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 3rem);
            flex: 0 0 calc(50% - 3rem);
  }
}
@media (max-width: 48em) {
  .infobox_area .infobox_item_small {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.infobox_area .infobox_item_small .infobox_item_imageicon {
  height: 10rem;
  width: 10rem;
  -webkit-transform: translate(0rem, 3.5rem);
          transform: translate(0rem, 3.5rem);
}
.infobox_area .infobox_item_small .infobox_item_content {
  padding: 3.5rem 2rem 3.5rem 2rem;
}
.infobox_area .infobox_item_small .infobox_item_title {
  background: none;
  margin: 0 auto;
}
.infobox_area .infobox_item_small .infobox_item_text {
  padding-top: 0rem;
}
.infobox_area .infobox_item_small .infobox_item_content::before {
  -webkit-clip-path: polygon(1% 0%, 92% 0, 100% 99%, 0% 100%);
          clip-path: polygon(1% 0%, 92% 0, 100% 99%, 0% 100%);
}
.infobox_area .infobox_item_smaller {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(23% - 2.1rem);
          flex: 0 0 calc(23% - 2.1rem);
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (max-width: 75em) {
  .infobox_area .infobox_item_smaller {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(31% - 2.1rem);
            flex: 0 0 calc(31% - 2.1rem);
  }
}
@media (max-width: 48em) {
  .infobox_area .infobox_item_smaller {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 2.1rem);
            flex: 0 0 calc(50% - 2.1rem);
  }
}
@media (max-width: 36em) {
  .infobox_area .infobox_item_smaller {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.infobox_area .infobox_item_smaller .infobox_item_imageicon {
  height: 7rem;
  width: 7rem;
  margin: -2rem auto 0 auto;
  -webkit-box-shadow: -3x 2px 6px 0px rgba(0, 0, 0, 0.1);
          box-shadow: -3x 2px 6px 0px rgba(0, 0, 0, 0.1);
  -webkit-transform: translate(-0.5rem, 2rem);
          transform: translate(-0.5rem, 2rem);
}
.infobox_area .infobox_item_smaller .infobox_item_content {
  padding: 1.5rem 1.5rem 1.5rem 1.5rem;
  height: 100%;
}
.infobox_area .infobox_item_smaller .infobox_item_title {
  background: none;
  margin: 0 auto;
}
.infobox_area .infobox_item_smaller .infobox_item_text {
  padding-top: 0.4rem;
  font-size: 1.045rem;
}
.infobox_area .infobox_item_smaller .infobox_item_content::before {
  -webkit-clip-path: polygon(2% 0%, 96% 0, 100% 98%, 0% 100%);
          clip-path: polygon(2% 0%, 96% 0, 100% 98%, 0% 100%);
  bottom: 5rem;
}

.timeline_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem;
  padding: 1rem 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
}
.timeline_area.justone {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.timeline_date {
  padding: 1rem 0;
  font-family: Vivano;
}
.timeline_date_number {
  font-size: 3.8rem;
  display: inline-block;
  margin-right: 0.3rem;
  font-weight: 800;
}
.timeline_date_right {
  display: inline-block;
}
.timeline_date_right_weekday {
  font-size: 1.8rem;
  font-weight: 500;
}
.timeline_date_right_month {
  font-family: Vivano;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 0.9rem;
  letter-spacing: 2px;
  margin-top: 2px;
}

.timeline_list > ul { /* Ganzer Tag */
  padding: 0.3rem 0 0 0.5rem;
  margin: 0;
  list-style: none;
  position: relative;
}
@media (max-width: 36em) {
  .timeline_list > ul {
    padding: 0.125rem 0 0 0;
  }
}
.timeline_list > ul:before {
  content: " ";
  height: 100%;
  width: 1px;
  background-color: #585353;
  position: absolute;
  top: 0;
  left: 1rem;
  z-index: -1;
}
@media (max-width: 36em) {
  .timeline_list > ul:before {
    left: 0.5rem;
  }
}
.timeline_list > ul li {
  margin: 1rem 0;
  margin-left: 1.5rem;
}
.timeline_list > ul li div {
  display: inline-block;
  vertical-align: top;
}

.timeline_item_bullet {
  width: 1rem;
  height: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  background: white;
  z-index: 1;
  border: 2px solid #585353;
  margin: 0.4rem 0.3rem 0 0;
  margin-left: -1.5rem;
}
.timeline_item_time {
  width: 4.5rem;
  text-align: right;
  padding-right: 0.5rem;
}
@media (max-width: 36em) {
  .timeline_item_time {
    width: 4rem;
  }
}
.timeline_item_time_start {
  display: block;
}
.timeline_item_time .priority {
  font-weight: 600;
  padding: 0;
  font-size: 1.2rem;
  margin: 0;
}
.timeline_item_time .secondary {
  font-size: 1rem;
  font-weight: 400;
  padding: 0;
  margin: 0;
}
.timeline_item_time_end {
  display: block;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1rem;
}
.timeline_item_text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  word-wrap: break-word;
}
@media (max-width: 36em) {
  .timeline_item_text {
    width: 65%;
  }
}
.timeline_item_text .priority {
  font-weight: 700;
  padding: 0 0 0.3rem 0;
  font-size: 1.3rem;
  margin: 0;
}
.timeline_item_text .secondary {
  font-size: 1.1rem;
  font-weight: 450;
  padding: 0 0 0.3rem 0;
  margin: 0;
}
.timeline_item_text p {
  font-size: 1rem;
  line-height: 1.2rem;
  color: #8c8585;
  margin: 0;
}

#timeline:is(.primary1, .primary2, .secondary1, .secondary2, .tertiary1, .tertiary2) .timeline_item_text p {
  color: #cccccc;
}
#timeline:is(.primary1, .primary2, .secondary1, .secondary2, .tertiary1, .tertiary2) .timeline_item.primary2 .timeline_item_bullet {
  background-color: #04AEAE;
}

#timeline.primary1 .timeline_item_bullet {
  background-color: #28A985;
}

#timeline.primary2 .timeline_item_bullet {
  background-color: #04AEAE;
}

#timeline.secondary1 .timeline_item_bullet {
  background-color: #9ABB5A;
}

#timeline.secondary2 .timeline_item_bullet {
  background-color: #e3ce7f;
}

#timeline.tertiary1 .timeline_item_bullet {
  background-color: #cc6392;
}

#timeline.tertiary2 .timeline_item_bullet {
  background-color: #d46969;
}

form:not(.chooseLang):not(.simple_form) {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1.5rem 3rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 3rem;
  /* Stile für col-30, wenn es direkt nach col-70 kommt */
  /* Stile für col-30, wenn es direkt nach col-100 kommt */
}
@media (max-width: 75em) {
  form:not(.chooseLang):not(.simple_form) {
    gap: 1rem;
  }
}
@media (max-width: 48em) {
  form:not(.chooseLang):not(.simple_form) {
    grid-template-columns: 1fr;
  }
}
form:not(.chooseLang):not(.simple_form) .col-30 {
  grid-column-start: 1;
  grid-column-end: 3;
}
@media (max-width: 75em) {
  form:not(.chooseLang):not(.simple_form) .col-30 {
    grid-column-start: 1;
    grid-column-end: 3;
  }
}
@media (max-width: 62em) {
  form:not(.chooseLang):not(.simple_form) .col-30 {
    grid-column-start: 1;
    grid-column-end: 4;
  }
}
@media (max-width: 48em) {
  form:not(.chooseLang):not(.simple_form) .col-30 {
    grid-column-start: 1;
    grid-column-end: 2;
  }
}
form:not(.chooseLang):not(.simple_form) .col-30 + .col-30 {
  grid-column-start: 3;
  grid-column-end: 5;
}
@media (max-width: 48em) {
  form:not(.chooseLang):not(.simple_form) .col-30 + .col-30 {
    grid-column-start: 1;
    grid-column-end: 2;
  }
}
form:not(.chooseLang):not(.simple_form) .col-70 + .col-30 + .col-30 {
  grid-column-start: 5;
  grid-column-end: 7;
}
@media (max-width: 48em) {
  form:not(.chooseLang):not(.simple_form) .col-70 + .col-30 + .col-30 {
    grid-column-start: 1;
    grid-column-end: 2;
  }
}
form:not(.chooseLang):not(.simple_form) .col-70 {
  grid-column-start: 3;
  grid-column-end: 7;
}
@media (max-width: 75em) {
  form:not(.chooseLang):not(.simple_form) .col-70 {
    grid-column-start: 3;
    grid-column-end: 7;
  }
}
@media (max-width: 62em) {
  form:not(.chooseLang):not(.simple_form) .col-70 {
    grid-column-start: 4;
    grid-column-end: 7;
  }
}
@media (max-width: 48em) {
  form:not(.chooseLang):not(.simple_form) .col-70 {
    grid-column-start: 1;
    grid-column-end: 2;
  }
}
form:not(.chooseLang):not(.simple_form) .col-50:nth-child(2n+2) {
  grid-column-start: 1;
  grid-column-end: 4;
}
@media (max-width: 48em) {
  form:not(.chooseLang):not(.simple_form) .col-50:nth-child(2n+2) {
    grid-column-start: 1;
    grid-column-end: 2;
  }
}
form:not(.chooseLang):not(.simple_form) .col-50:nth-child(2n+1) {
  grid-column-start: 4;
  grid-column-end: 7;
}
@media (max-width: 48em) {
  form:not(.chooseLang):not(.simple_form) .col-50:nth-child(2n+1) {
    grid-column-start: 1;
    grid-column-end: 2;
  }
}
form:not(.chooseLang):not(.simple_form) .col-100 {
  grid-column-start: 1;
  grid-column-end: 7;
}
@media (max-width: 48em) {
  form:not(.chooseLang):not(.simple_form) .col-100 {
    grid-column-start: 1;
    grid-column-end: 2;
  }
}
form:not(.chooseLang):not(.simple_form) div label {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
}
form:not(.chooseLang):not(.simple_form) div label.text, form:not(.chooseLang):not(.simple_form) div label.email, form:not(.chooseLang):not(.simple_form) div label.number, form:not(.chooseLang):not(.simple_form) div label.textarea {
  grid-template-columns: 7rem 1fr;
  gap: 0.2rem 1rem;
}
@media (max-width: 75em) {
  form:not(.chooseLang):not(.simple_form) div label.text, form:not(.chooseLang):not(.simple_form) div label.email, form:not(.chooseLang):not(.simple_form) div label.number, form:not(.chooseLang):not(.simple_form) div label.textarea {
    grid-template-columns: 1fr;
  }
}
form:not(.chooseLang):not(.simple_form) div label.radio, form:not(.chooseLang):not(.simple_form) div label.checkbox {
  gap: 0.2rem;
  grid-template-columns: 1.5rem 1fr;
  cursor: pointer;
}
form:not(.chooseLang):not(.simple_form) div label.radio:hover span, form:not(.chooseLang):not(.simple_form) div label.checkbox:hover span {
  font-weight: 500;
}
form:not(.chooseLang):not(.simple_form) .disabled {
  color: #a59f9f;
}
form:not(.chooseLang):not(.simple_form) .required::after {
  content: "*";
  display: inline-block;
  color: #CE5555;
}
form:not(.chooseLang):not(.simple_form) .error-message {
  color: #CE5555;
  font-size: 0.9rem;
  grid-column-start: 2;
  grid-column-end: 3;
}
@media (max-width: 48em) {
  form:not(.chooseLang):not(.simple_form) .error-message {
    grid-column-start: 1;
    grid-column-end: 2;
  }
}
form:not(.chooseLang):not(.simple_form) input[type=text], form:not(.chooseLang):not(.simple_form) input[type=email], form:not(.chooseLang):not(.simple_form) input[type=number], form:not(.chooseLang):not(.simple_form) textarea {
  padding: 0.5rem 0.8rem;
  border: 1px solid #a59f9f;
  border-radius: 0.125rem;
  width: 100%;
  margin: 0rem;
}
form:not(.chooseLang):not(.simple_form) .inputcontent {
  height: 0.5px;
  overflow: hidden;
}
form:not(.chooseLang):not(.simple_form) .inputcontent input {
  margin-top: 1px;
}

input[type=submit] {
  grid-column-start: 1;
  grid-column-end: 7;
  justify-self: center;
  align-self: center;
  background: #CE5555;
  color: white;
  padding: 0.8rem 1.5rem;
  border-radius: 0.3rem;
  border: 0px solid white;
  font-size: 1.1rem;
  font-family: Vivano;
  font-weight: 500;
  cursor: pointer;
}
input[type=submit]:hover {
  background: #9ABB5A;
}
@media (max-width: 48em) {
  input[type=submit] {
    grid-column-start: 1;
    grid-column-end: 2;
  }
}

.form_success {
  border-top: 1px solid #585353;
  border-bottom: 1px solid #585353;
  display: grid;
  grid-template-columns: 1fr 3fr;
  padding: 1rem 0;
  margin: 2rem 0;
  gap: 0.5rem;
}
.form_success_label {
  font-weight: 650;
}

.form_error {
  border-radius: 0.3rem;
  color: white;
  background: #CE5555;
  padding: 1rem 2rem;
}

#store {
  padding: 0;
}

.store_area {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 3.5rem;
  max-width: 1900px;
  padding: 2rem 0;
}
@media (max-width: 36em) {
  .store_area {
    gap: 2.3333333333rem;
  }
}

.store_item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  -ms-flex-preferred-size: calc(25% - 2.625rem);
      flex-basis: calc(25% - 2.625rem);
  max-width: calc(25% - 2.625rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  padding: 0rem;
  border-radius: none;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#8c8585), to(#726c6c));
  background-image: linear-gradient(0deg, #8c8585 0%, #726c6c 100%);
  -webkit-transition: background-image 0.2s linear;
  transition: background-image 0.2s linear;
  position: relative;
  z-index: 3;
}
.store_item a {
  text-decoration: none;
  cursor: pointer;
  /*display:flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1 0 100%;*/
}
@media (max-width: 87.5em) {
  .store_item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 33.3333333333%;
            flex: 1 1 33.3333333333%;
    -ms-flex-preferred-size: calc(33.3333333333% - 2.3333333333rem);
        flex-basis: calc(33.3333333333% - 2.3333333333rem);
    max-width: calc(33.3333333333% - 2.3333333333rem);
  }
}
@media (max-width: 75em) {
  .store_item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 33.3333333333%;
            flex: 1 1 33.3333333333%;
    -ms-flex-preferred-size: calc(33.3333333333% - 2.3333333333rem);
        flex-basis: calc(33.3333333333% - 2.3333333333rem);
    max-width: calc(33.3333333333% - 2.3333333333rem);
  }
}
@media (max-width: 62em) {
  .store_item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    -ms-flex-preferred-size: calc(50% - 1.75rem);
        flex-basis: calc(50% - 1.75rem);
    max-width: calc(50% - 1.75rem);
  }
}
@media (max-width: 36em) {
  .store_item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    flex-basis: -moz-calc(100%);
    flex-basis: 100%;
    max-width: -moz-calc(100%);
    max-width: 100%;
  }
}
.store_item:hover {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#8c8585), to(#7f7878));
  background-image: linear-gradient(0deg, #8c8585 0%, #7f7878 100%);
  -webkit-transition: background-image 0.2s linear;
  transition: background-image 0.2s linear;
}
.store_item_image, .store_item_image-second {
  overflow: hidden;
  border-radius: 0.1875rem;
  position: relative;
  z-index: 2;
  height: 10rem;
  padding: 0;
  margin-left: 0.5rem;
  margin-right: -0.5rem;
  margin-top: -0.5rem;
  -webkit-box-shadow: -4px 3px 7px 0px rgba(0, 0, 0, 0.1);
          box-shadow: -4px 3px 7px 0px rgba(0, 0, 0, 0.1);
}
.store_item_image_inner, .store_item_image-second_inner {
  position: relative;
  overflow: hidden;
  padding: 0;
  border-radius: 0.1875rem;
  width: 100%;
  height: 100%;
  background-size: cover;
}
.store_item_image_inner:before, .store_item_image-second_inner:before { /*Verläufe von unten: gelb und weiss */
  content: "";
  position: absolute;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.2)), color-stop(50%, rgba(255, 255, 255, 0))), -webkit-gradient(linear, left bottom, left top, from(rgba(222, 198, 106, 0.3)), color-stop(50%, rgba(222, 198, 106, 0)));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 50%), linear-gradient(0deg, rgba(222, 198, 106, 0.3) 0%, rgba(222, 198, 106, 0) 50%);
  right: 0;
  bottom: 0;
  top: 30%;
  left: 0;
  z-index: 1;
}
.store_item_image_inner:after, .store_item_image-second_inner:after { /*Grünton */
  content: "";
  position: absolute;
  background: rgba(40, 169, 133, 0.08);
  background-blend-mode: color;
  right: 0;
  bottom: 0;
  top: 0;
  left: 0;
  z-index: 1;
}
.store_item_image img, .store_item_image-second img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50%;
     object-position: 50%;
  width: 100%;
  height: 100%;
  /*
  min-height:$img-height;
  max-width:140%;
  min-width:100%;



  @media (max-width: $breakpoint-xl) {}
  @media (max-width: $breakpoint-lg) {}
  @media (max-width: $breakpoint-md) {}
  @media (max-width: $breakpoint-sm) {}
  @media (max-width: $breakpoint-xs) {height:100%; max-width: 200%; max-height:100%; min-height:100%;}      */
}
.store_item a .store_item_image_inner img {
  -webkit-transform: scale(100%);
          transform: scale(100%);
}
.store_item a:hover .store_item_image_inner img {
  -webkit-transform: scale(102%);
          transform: scale(102%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.store_item_refer {
  position: absolute;
  background: #9ABB5A;
  padding: 0.3rem 0.5rem;
  z-index: 3;
  top: 0;
  left: 0;
  color: white;
}
.store_item_textarea {
  -webkit-transform: translate(0, 0.7rem);
          transform: translate(0, 0.7rem);
  padding: 0 1rem 1.8rem 1rem;
  position: relative;
  z-index: 4;
  color: white;
  margin-top: -0.3rem;
}
.store_item_meta {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 0.95rem;
  vertical-align: middle;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (max-width: 36em) {
  .store_item_meta {
    margin-top: 0rem;
    background: transparent;
  }
}
.store_item_content_meta {
  color: #8c8585;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 0.8rem;
}
.store_item_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; /* Flexbox in Spaltenrichtung, um das Zentrieren zu ermöglichen */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 7rem;
  width: 60%;
  margin: auto;
}
.store_item_logo img {
  -o-object-fit: content;
     object-fit: content;
  -o-object-position: 50%;
     object-position: 50%;
  width: 100%;
  height: 100%;
}
.store_item_title, .store_item_content_title {
  -webkit-transform: translate(0rem);
          transform: translate(0rem);
  font-weight: 700;
  text-decoration: none;
  font-family: Domine;
  font-size: 1.2rem;
}
@media (max-width: 36em) {
  .store_item_title, .store_item_content_title {
    margin-top: 0;
    font-size: 1.1rem;
    line-height: 1.3rem;
    margin-bottom: 0;
    font-weight: 600;
  }
}
.store_item_content {
  color: #585353;
  padding: 1rem;
  margin: 0.4rem;
  background: white;
  font-size: 1rem;
  border-radius: 0.125rem;
}
.store_item_content h2, .store_item_content .store_oneitem_paybar .paybar_price_discount, .store_oneitem_paybar .store_item_content .paybar_price_discount, .store_item_content .store_oneitem_paybar .paybar_price_amount, .store_oneitem_paybar .store_item_content .paybar_price_amount, .store_item_content .store_oneitem_title {
  word-wrap: break-word;
  font-size: 1.5rem;
  line-height: 1.6rem;
}
.store_item:hover, .store_item:hover .store_item_image {
  -webkit-box-shadow: 0px 4px 7px -3px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 4px 7px -3px rgba(0, 0, 0, 0.3);
}
.store_item a {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}
.store_item_image {
  margin-left: -0.5rem;
}
.store_item_image_inner:before { /*Verläufe von unten: gelb und weiss */
  display: none;
}
.store_item_image_inner:after { /*Verläufe von unten: gelb und weiss */
  display: none;
}

.store_oneitem_facts {
  display: grid;
  grid-template-columns: 50% 50%;
  gap: 2rem;
  margin-top: 2rem;
}
@media (max-width: 75em) {
  .store_oneitem_facts {
    grid-template-columns: 100%;
  }
}
.store_oneitem_right-site {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.store_oneitem_right-site > div:first-child {
  margin-bottom: 2rem;
}
.store_oneitem_image_inner {
  border-radius: 0.3rem;
  height: 25rem;
}
.store_oneitem_image_inner img {
  max-width: 100%;
  border-radius: 0.3rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50%;
     object-position: 50%;
  width: 100%;
  height: 100%;
  border-radius: 0.3rem;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
@media (max-width: 87.5em) {
  .store_oneitem_image_inner img {
    max-width: 37rem;
  }
}
@media (max-width: 75em) {
  .store_oneitem_image_inner img {
    max-width: 100%;
  }
}
.store_oneitem_gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 1rem;
  margin-top: 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.store_oneitem_gallery div {
  border-radius: 0.3rem;
  cursor: pointer;
  height: 6rem;
}
.store_oneitem_gallery div img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 50%;
     object-position: 50%;
  width: 100%;
  height: 100%;
  border-radius: 0.3rem;
  -webkit-transition: -webkit-transform 0.1s;
  transition: -webkit-transform 0.1s;
  transition: transform 0.1s;
  transition: transform 0.1s, -webkit-transform 0.1s;
}
.store_oneitem_gallery div img:hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.store_oneitem_title {
  padding-top: 0rem;
}
.store_oneitem_paybar {
  border-top: 1px solid #585353;
  margin: 0rem 0rem;
  color: #585353;
  padding: 1rem 0rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.8rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: grid;
  grid-template-columns: 60% 20% 20%;
}
.store_oneitem_paybar .paybar_price {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0.5rem;
}
.store_oneitem_paybar .paybar_price_amount {
  padding: 0;
  margin: 0;
}
.store_oneitem_paybar .paybar_price_discount {
  padding: 0;
  margin: 0;
  background-color: #DEC66A;
  color: white;
  padding: 0.3rem 0.8rem;
}
.store_oneitem_paybar .paybar_price_discount + div {
  text-decoration: line-through;
  margin: 0;
  padding: 0;
  margin-top: -0.6rem;
}
.store_oneitem_paybar .paybar_price_discount + div span {
  font-weight: normal;
  font-family: vivano;
  font-size: 1.32rem;
}
.store_oneitem_paybar .paybar_price_discount span {
  font-weight: bold;
  color: white;
  font-size: 1.21rem;
}
.store_oneitem_paybar .paybar_price_discount .paybar_price_discount_amount {
  font-size: 1.87rem;
}
.store_oneitem_paybar .paybar_price_discountUnit span {
  background-color: #DEC66A;
  color: white;
  padding: 0.3rem 0.8rem;
}
.store_oneitem_deal {
  display: grid;
  grid-template-columns: 1fr 2fr;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 2rem;
}
.store_oneitem_deal_table {
  display: grid;
  grid-template-columns: 1fr 2fr;
  margin-top: 0.5rem;
  margin-left: 1rem;
}
.store_oneitem_deal_table div {
  font-size: 0.88rem;
  border-bottom: 0.0625rem solid black;
  padding: 0.125rem 0.25rem;
}
.store_oneitem_deal_table div:nth-child(-n+2) {
  border-top: 0.0625rem solid black;
}

.cart {
  display: grid;
  grid-template-columns: 1fr;
}
.cart .cart_list {
  width: 100%;
  padding: 2rem;
  margin: 2rem 0;
  border-radius: 0.125rem;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.cart_products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cart_products .cart_head {
  border-bottom: 1px solid #585353;
  font-weight: normal;
  font-size: 0.99rem;
  margin-bottom: 1rem;
  display: grid;
  grid-template-columns: 3fr 1fr 0.5fr 1fr 1fr 2fr;
}
.cart_products .cart_head_quantity, .cart_products .cart_head_discount {
  text-align: center;
}
.cart_products .cart_head_price, .cart_products .cart_head_unit-price {
  text-align: right;
}
.cart_products .cart_product {
  display: grid;
  grid-template-columns: 3fr 1fr 0.5fr 1fr 1fr 2fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem;
}
.cart_products .cart_product_name {
  font-weight: bold;
}
.cart_products .cart_product_name a {
  text-decoration: none;
  color: inherit;
}
.cart_products .cart_product_quantity {
  height: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  text-align: center;
}
.cart_products .cart_product_quantity span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cart_products .cart_product_quantity_input {
  width: 3rem;
}
.cart_products .cart_product_delete button {
  cursor: pointer;
  background: none;
  margin-top: 0;
}
.cart_products .cart_product_delete button i {
  font-size: 1.5rem;
  color: #b0ca7e;
  padding: 0.5rem;
  width: 1.5rem;
  margin: 0;
}
.cart_products .cart_product_delete button i:hover {
  color: #9abb5a;
}
.cart_products .cart_product_discount {
  text-align: center;
}
.cart_products .cart_product_price, .cart_products .cart_product_unit-price {
  text-align: right;
}
.cart_products .cart_product_price::before, .cart_products .cart_product_unit-price::before {
  content: "CHF";
  margin-right: 0.5rem;
}
.cart_products_porto {
  text-align: right;
}
.cart_products_porto__info {
  text-align: right;
  color: #CE5555;
}
.cart_products_porto::before {
  content: "Porto: CHF";
  margin-right: 0.5rem;
  font-weight: normal;
}
.cart_products_total {
  font-weight: bold;
  text-align: right;
}
.cart_products_total::before {
  content: "Summe: CHF";
  font-weight: bold;
  margin-right: 0.5rem;
  font-weight: normal;
}

.cart_reduce {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  margin-bottom: 2rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.cart_reduce a, .cart_reduce div {
  border-radius: 0.3rem;
  padding: 1rem;
  min-height: 3rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  text-decoration: none;
  color: white;
  font-size: 1.54rem;
  font-weight: bold;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cart_reduce_list {
  background: #9ABB5A;
  -ms-flex-preferred-size: 6rem;
      flex-basis: 6rem;
}
.cart_reduce_list:hover {
  background: #DEC66A;
}
.cart_reduce_list::after {
  content: "\e197";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 2rem;
}
.cart_reduce_list:hover::after {
  content: "\e197";
  font-weight: 300;
}
.cart_reduce_symbol {
  background: #C65085;
  -ms-flex-preferred-size: 6rem;
      flex-basis: 6rem;
}
.cart_reduce_symbol:hover {
  background: #DEC66A;
}
.cart_reduce_symbol::after {
  content: "\e3f1";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 2rem;
}
.cart_reduce_symbol:hover::after {
  content: "\e3f1";
  font-weight: 300;
}
.cart_reduce_quantity, .cart_reduce_price {
  background: #b1acac;
}
.cart_reduce_quantity {
  -ms-flex-preferred-size: 7rem;
      flex-basis: 7rem;
}
.cart_reduce_quantity::after {
  content: "Produkte";
  font-size: 0.88rem;
  font-weight: normal;
}
.cart_reduce_price {
  -ms-flex-preferred-size: 8rem;
      flex-basis: 8rem;
}
.cart_reduce_price::before {
  content: "CHF";
  font-size: 0.88rem;
  font-weight: normal;
}

.cart_no-content {
  width: 50%;
}

.checkout {
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 2rem;
}
.checkout .cart_products .cart_head, .checkout .cart_products .cart_product {
  grid-template-columns: 4fr 1fr 2fr;
}
.checkout .cart_reduce {
  gap: 0.5rem;
  margin-bottom: 0rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.checkout .cart_reduce a {
  padding: 0.5rem;
  min-height: 2rem;
  font-size: 1.21rem;
}
.checkout .cart_reduce_list::after, .checkout .cart_reduce_symbol::after {
  font-size: 1.5rem;
}
.checkout .cart_list {
  padding: 0rem;
  margin: 2rem 0rem;
}
.checkout .fehler {
  color: #CE5555;
}
.checkout .checkout_adress form {
  margin-top: 1rem;
}
.checkout .checkout_adress label.radio, .checkout .checkout_adress label.checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.checkout .checkout_adress input {
  text-align: left;
  font-size: 1.1rem;
}
.checkout .checkout_adress input[type=radio], .checkout .checkout_adress input[type=checkbox] {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.confirm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.confirm div {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
.confirm .cart_list {
  padding: 0rem;
  margin: 0rem 0;
}
.confirm .cart, .confirm .buttons {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
}

.buttons {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 1rem;
  justify-self: end;
}
.buttons a, .buttons div {
  text-decoration: none;
  color: white;
  background: white;
  border-radius: 0.3rem;
  padding: 0.5rem 1.1rem;
  font-size: 1.1rem;
  text-align: center;
  display: inline-block;
  text-shadow: none;
  cursor: pointer;
  white-space: nowrap;
}
.buttons .cart_products_button_back, .buttons .button_back {
  background: #a59f9f;
}
.buttons .cart_products_button_back:hover, .buttons .button_back:hover {
  background: #cac7c7;
}
.buttons .cart_products_button_forward, .buttons .button_forward {
  background: #CE5555;
}
.buttons .cart_products_button_forward:hover, .buttons .button_forward:hover {
  background: #df9090;
}

.border-top {
  border-top: 1px solid #585353;
  margin-top: 1rem;
}

.shortageStock {
  color: #CE5555;
}

.enoughStock {
  color: #d68e60;
}

.plentyStock {
  color: #9ABB5A;
}

#accordion .accordion_item {
  border-radius: 0.1875rem;
  display: grid;
  gap: 0 2rem;
}
#accordion .accordion_item_index ul {
  padding-top: 0px;
  margin-top: 0px;
}
#accordion .accordion_item_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 1rem;
  grid-template-columns: 100%;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}
#accordion .accordion_item .column2 {
  display: grid;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  grid-template-columns: 50% 50%;
}
@media (max-width: 48em) {
  #accordion .accordion_item .column2 {
    grid-template-columns: 100%;
  }
}
#accordion .accordion_item .column3 {
  display: grid;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 62em) {
  #accordion .accordion_item .column3 {
    grid-template-columns: 50% 50%;
  }
}
@media (max-width: 48em) {
  #accordion .accordion_item .column3 {
    grid-template-columns: 100%;
  }
}
#accordion .accordion_item_box {
  margin-bottom: 30px;
  border-radius: 0px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#accordion .accordion_item_title {
  background: #e5e4e4;
  position: relative;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  border-radius: 0.1875rem;
  font-weight: 600;
  font-size: 1.2rem;
  padding: 0.8rem 1rem;
  padding-right: 4.1666666667vw;
  cursor: pointer;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
#accordion .accordion_item_symbol {
  font-size: 2.5rem;
  -webkit-transform: translate(50%, -50%) rotate(90deg);
          transform: translate(50%, -50%) rotate(90deg);
  position: absolute;
  right: 2.0833333333vw;
  top: 50%;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  font-weight: 300;
}
#accordion .accordion_item_active {
  background: #28A985;
  color: white;
  font-size: 1.3rem;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  padding-left: 2.7777777778vw;
  border-radius: 0.1875rem;
}
#accordion .accordion_item_content {
  background: #f4f3f3;
  margin-left: 2.7777777778vw;
  border-bottom-left-radius: 0.1875rem;
  border-bottom-right-radius: 0.1875rem;
  margin-right: 2.0833333333vw;
  -webkit-box-shadow: inset 0 7px 9px -7px rgba(88, 83, 83, 0.3);
          box-shadow: inset 0 7px 9px -7px rgba(88, 83, 83, 0.3);
}
#accordion .accordion_item_content_text {
  padding: 1rem 1.5rem;
}
#accordion .accordion_item_content_meta {
  font-size: 0.9rem;
  color: #a59f9f;
  border: 1px solid #f4f3f3;
  padding: 0.4rem 1.5rem;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f3f3), to(#fbfbfb));
  background-image: linear-gradient(#f4f3f3 0%, #fbfbfb 100%);
}
#accordion .accordion_item .rotate {
  -webkit-transform: translate(-10%, -50%) rotate(270deg);
          transform: translate(-10%, -50%) rotate(270deg);
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  right: 2.0833333333vw;
}

:root {
  --coverImageAfterRotate: 0deg;
  --coverImageAfterTranslate: 0%;
  --coverImageAfterLeft: calc(calc(100vw / 12 * 2) - 3.5vw);
  --coverImageBeforeRotate: 0deg;
  --coverImageBeforeTranslateLeft: 0rem;
  --coverImageBeforeTranslateDown: 0rem;
  --coverTitleAfterOpacity: 0.45;
  --coverImageAfterOpacity: 0.4;
}

.cover-image {
  position: relative;
  height: 40rem;
  width: 100%;
  overflow: hidden;
  margin-top: -12rem;
  top: 0;
  margin-bottom: 2rem;
  z-index: 0;
  height: 95vh;
  -webkit-transition: 0s;
  transition: 0s;
  margin-top: 0px;
  position: relative;
}
@media (max-width: 62em) {
  .cover-image {
    height: 38rem;
  }
}
@media (max-width: 48em) {
  .cover-image {
    height: 35rem;
  }
}
@media (max-width: 36em) {
  .cover-image {
    height: 31rem;
  }
}
.cover-image:after, .cover-image:before {
  content: "";
  position: absolute;
  height: 16.6666666667vw;
  z-index: 2;
  bottom: -1px;
}
.cover-image:before { /*weisse Kante links*/
  left: 0;
  width: 19.1666666667vw;
  background: linear-gradient(-170deg, rgba(255, 255, 255, 0) 16.6666666667vw, white calc(16.6666666667vw + 0.3%));
}
@media (max-width: 75em) {
  .cover-image:before {
    background: linear-gradient(-170deg, rgba(255, 255, 255, 0) 16.6666666667vw, white calc(16.6666666667vw + 0.4%));
  }
}
@media (max-width: 62em) {
  .cover-image:before {
    background: linear-gradient(-170deg, rgba(255, 255, 255, 0) 16.6666666667vw, white calc(16.6666666667vw + 0.5%));
  }
}
@media (max-width: 48em) {
  .cover-image:before {
    background: linear-gradient(-170deg, rgba(255, 255, 255, 0) 16.6666666667vw, white calc(16.6666666667vw + 0.7%));
  }
}
@media (max-width: 36em) {
  .cover-image:before {
    background: linear-gradient(-170deg, rgba(255, 255, 255, 0) 16.6666666667vw, white calc(16.6666666667vw + 1%));
  }
}
.cover-image:after { /*weisse Kante rechts*/
  left: 13.1666666667vw;
  right: 0;
  background: linear-gradient(173deg, rgba(255, 255, 255, 0) 16.6666666667vw, white calc(16.6666666667vw + 0.2%));
}
@media (max-width: 75em) {
  .cover-image:after {
    background: linear-gradient(173deg, rgba(255, 255, 255, 0) 16.6666666667vw, white calc(16.6666666667vw + 0.3%));
  }
}
@media (max-width: 62em) {
  .cover-image:after {
    background: linear-gradient(173deg, rgba(255, 255, 255, 0) 16.6666666667vw, white calc(16.6666666667vw + 0.4%));
  }
}
@media (max-width: 48em) {
  .cover-image:after {
    background: linear-gradient(173deg, rgba(255, 255, 255, 0) 16.6666666667vw, white calc(16.6666666667vw + 0.5%));
  }
}
@media (max-width: 36em) {
  .cover-image:after {
    background: linear-gradient(173deg, rgba(255, 255, 255, 0) 16.6666666667vw, white calc(16.6666666667vw + 0.8%));
  }
}
.cover-image_copyright {
  z-index: 0;
  position: absolute;
  bottom: 6rem;
  -webkit-transform: translate(-2rem, -1rem) rotate(-90deg);
          transform: translate(-2rem, -1rem) rotate(-90deg);
  font-size: 0.9rem;
  mix-blend-mode: hard-light;
  color: #585353;
}
.cover-image:after {
  left: var(--coverImageAfterLeft);
  -webkit-transform: rotate(var(--coverImageAfterRotate)) scale(1.01) translate(0, var(--coverImageAfterTranslate));
          transform: rotate(var(--coverImageAfterRotate)) scale(1.01) translate(0, var(--coverImageAfterTranslate));
}
.cover-image:before {
  -webkit-transform: rotate(var(--coverImageBeforeRotate)) translate(var(--coverImageBeforeTranslateLeft), var(--coverImageBeforeTranslateDown));
          transform: rotate(var(--coverImageBeforeRotate)) translate(var(--coverImageBeforeTranslateLeft), var(--coverImageBeforeTranslateDown));
}
.cover-image_title {
  position: absolute;
  z-index: 1;
  font-family: Vivano;
  font-weight: 900;
  text-transform: none;
  line-height: 8rem;
  margin-left: 25vh;
  max-width: 66.6666666667vw;
  font-size: 8rem;
  top: 30vh;
  left: 0;
  color: #f2f2f2;
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%; /* Drehpunkt ist untere linke Ecke, wichtig für js-Animation */
}
.cover-image_title:after {
  content: attr(data-text);
  position: absolute;
  font-weight: 300;
  color: inherit;
  font-size: 4.8rem;
  letter-spacing: 50px;
  left: 50px;
  top: -50px;
  opacity: var(--coverTitleAfterOpacity);
  mix-blend-mode: lighten;
}
@media (min-width: 120.1em) {
  .cover-image_title {
    font-size: 11.2rem;
    line-height: 11.2rem;
  }
}
@media (max-width: 87.5em) {
  .cover-image_title {
    font-size: 6.4rem;
    line-height: 6.4rem;
  }
}
@media (max-width: 75em) {
  .cover-image_title {
    font-size: 5.2rem;
    line-height: 5.2rem;
    margin-left: 16.6666666667vh;
  }
}
@media (max-width: 62em) {
  .cover-image_title {
    font-size: 4.4rem;
    line-height: 4.4rem;
    margin-left: 8.3333333333vh;
    top: 28.5vh;
  }
}
@media (max-width: 48em) {
  .cover-image_title {
    font-size: 4rem;
    line-height: 4rem;
    margin-left: 4.1666666667vh;
    top: 21vh;
  }
}
@media (max-width: 36em) {
  .cover-image_title {
    font-size: 3.2rem;
    line-height: 3.2rem;
    max-width: 100%;
    top: 24vh;
  }
}
.cover-image .cover-image_inner_gradient-primary1:before {
  content: "";
  position: absolute;
  background: none;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(15%, #0b2d24), color-stop(40%, rgba(177, 236, 220, 0.3)), color-stop(80%, #196b54));
  background-image: linear-gradient(90deg, #0b2d24 15%, rgba(177, 236, 220, 0.3) 40%, #196b54 80%);
  mix-blend-mode: multiply;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0rem;
  opacity: var(--coverImageAfterOpacity); /*0.75*/
  margin-top: 0;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.cover-image .cover-image_inner_gradient-primary2:before {
  content: "";
  position: absolute;
  background: none;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(15%, #011818), color-stop(40%, rgba(130, 252, 252, 0.3)), color-stop(80%, #026363));
  background-image: linear-gradient(90deg, #011818 15%, rgba(130, 252, 252, 0.3) 40%, #026363 80%);
  mix-blend-mode: multiply;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0rem;
  opacity: var(--coverImageAfterOpacity); /*0.75*/
  margin-top: 0;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.cover-image .cover-image_inner_gradient-secondary1:before {
  content: "";
  position: absolute;
  background: none;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(15%, #465824), color-stop(40%, rgba(242, 247, 234, 0.3)), color-stop(80%, #728e3b));
  background-image: linear-gradient(90deg, #465824 15%, rgba(242, 247, 234, 0.3) 40%, #728e3b 80%);
  mix-blend-mode: multiply;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0rem;
  opacity: var(--coverImageAfterOpacity); /*0.75*/
  margin-top: 0;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.cover-image .cover-image_inner_gradient-secondary2:before {
  content: "";
  position: absolute;
  background: none;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(15%, #8f7820), color-stop(40%, rgba(255, 255, 255, 0.3)), color-stop(80%, #cead2e));
  background-image: linear-gradient(90deg, #8f7820 15%, rgba(255, 255, 255, 0.3) 40%, #cead2e 80%);
  mix-blend-mode: multiply;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0rem;
  opacity: var(--coverImageAfterOpacity); /*0.75*/
  margin-top: 0;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.cover-image .cover-image_inner_gradient-tertiary1:before {
  content: "";
  position: absolute;
  background: none;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(15%, #5e1f3b), color-stop(40%, rgba(248, 234, 240, 0.3)), color-stop(80%, #983260));
  background-image: linear-gradient(90deg, #5e1f3b 15%, rgba(248, 234, 240, 0.3) 40%, #983260 80%);
  mix-blend-mode: multiply;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0rem;
  opacity: var(--coverImageAfterOpacity); /*0.75*/
  margin-top: 0;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.cover-image .cover-image_inner_gradient-tertiary2:before {
  content: "";
  position: absolute;
  background: none;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(15%, #6b1f1f), color-stop(40%, rgba(252, 243, 243, 0.3)), color-stop(80%, #a73030));
  background-image: linear-gradient(90deg, #6b1f1f 15%, rgba(252, 243, 243, 0.3) 40%, #a73030 80%);
  mix-blend-mode: multiply;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0rem;
  opacity: var(--coverImageAfterOpacity); /*0.75*/
  margin-top: 0;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.cover-image .cover-image_inner_gradient-primary1:after,
.cover-image .cover-image_inner_gradient-primary2:after,
.cover-image .cover-image_inner_gradient-secondary1:after,
.cover-image .cover-image_inner_gradient-secondary2:after,
.cover-image .cover-image_inner_gradient-tertiary1:after,
.cover-image .cover-image_inner_gradient-tertiary2:after {
  display: none;
}

.cover-image_inner {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: visible;
  z-index: 0;
  -webkit-transition: 0s;
  transition: 0s;
  margin-top: 0rem;
  height: 100%;
  background-size: cover;
  -webkit-filter: blur(0px);
          filter: blur(0px);
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.cover-image_inner img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  width: 100%;
  height: 100%;
  z-index: 0;
}
@media (min-width: 120.1em) {
  .cover-image_inner img {
    -o-object-position: center;
       object-position: center;
  }
}
.cover-image_inner:after, .cover-image_inner:before {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  left: 0;
}
.cover-image_inner:before { /*Verläufe von unten: gelb und weiss */
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.3)), color-stop(50%, rgba(255, 255, 255, 0))), -webkit-gradient(linear, left bottom, left top, from(rgba(222, 198, 106, 0.4)), color-stop(50%, rgba(222, 198, 106, 0)));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 50%), linear-gradient(0deg, rgba(222, 198, 106, 0.4) 0%, rgba(222, 198, 106, 0) 50%);
  top: 30%;
}
.cover-image_inner:after { /*Grünton */
  background: rgba(40, 169, 133, 0.1);
  background-blend-mode: color;
  top: 0;
}

#visual .visual_area {
  position: relative;
  height: 100%;
}
#visual .visual_area .visual_item_info {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 2rem;
  height: 2rem;
  border-radius: 2rem;
  border: 2px solid #28A985;
  background: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0.02rem 0.02rem 0.125rem 0.1rem rgba(0, 0, 0, 0.6);
          box-shadow: 0.02rem 0.02rem 0.125rem 0.1rem rgba(0, 0, 0, 0.6);
  cursor: pointer;
  -webkit-transition: border 0.2s;
  transition: border 0.2s;
  z-index: 2;
}
#visual .visual_area .visual_item_info i {
  color: #28A985;
  margin: 0;
  padding: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#visual .visual_area .visual_item_info:hover {
  width: 2.3rem;
  height: 2.3rem;
  -webkit-transform: translate(-0.15rem, -0.15rem);
          transform: translate(-0.15rem, -0.15rem);
  border-color: #04AEAE;
  background: white;
}
#visual .visual_area .visual_item_info:hover i {
  color: #04AEAE;
}
#visual .visual_area .visual_item_content {
  opacity: 0;
  position: absolute;
  left: 10%;
  top: 10%;
  right: 10%;
  min-height: 50%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: white;
  border-radius: 0.125rem;
  -webkit-box-shadow: 0.02rem 0.02rem 0.125rem 0.1rem rgba(0, 0, 0, 0.6);
          box-shadow: 0.02rem 0.02rem 0.125rem 0.1rem rgba(0, 0, 0, 0.6);
  z-index: 1;
}
#visual .visual_area .visual_item_content .visual_item_content_close {
  position: absolute;
  right: 1rem;
  top: 1rem;
  cursor: pointer;
}
#visual .visual_area .visual_item_content_zone {
  display: grid;
  grid-auto-flow: row dense;
  grid-template-columns: 1fr 2fr;
  grid-template-rows: 1fr auto;
  gap: 1rem;
  padding: 2rem;
  grid-template-areas: "picture title" "picture inhalt";
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-line-pack: start;
      align-content: start;
  justify-items: stretch;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media (max-width: 62em) {
  #visual .visual_area .visual_item_content_zone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#visual .visual_area .visual_item_content_zone_picture {
  grid-area: picture;
  text-align: center;
}
#visual .visual_area .visual_item_content_zone_picture img {
  max-width: 80%;
}
@media (max-width: 62em) {
  #visual .visual_area .visual_item_content_zone_picture img {
    max-width: 40%;
  }
}
#visual .visual_area .visual_item_content_zone_picture i {
  font-size: 6rem;
  background: #f2f7ea;
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
  line-height: 1.7rem;
  padding-top: 1rem;
  margin-top: 2rem;
}
#visual .visual_area .visual_item_content_zone_title {
  grid-area: title;
  padding: 0;
}
#visual .visual_area .visual_item_content_zone_text {
  grid-area: inhalt;
}
#visual .visual_area #overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background-color: rgba(255, 255, 255, 0.2); /* Transparentes Overlay */
  z-index: 9999; /* Stellen Sie sicher, dass das Overlay über dem Bild liegt */
  pointer-events: none; /* Erlaubt Klicks durch das Overlay */
}/*# sourceMappingURL=main.css.map */