@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");
}
@font-face {
  font-family: Sedgwick;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("src/fonts/SedgwickAve-Regular.ttf") format("truetype");
}
@font-face {
  font-family: Maverick;
  font-style: bold;
  font-weight: 800;
  font-display: swap;
  src: url("src/fonts/MaverickUmlaut.otf") format("opentype");
}
@font-face {
  font-family: DM Sans;
  font-style: normal;
  font-weight: 300 900;
  font-display: swap;
  src: url("src/fonts/DMSans-VariableFont_wght.ttf") format("opentype");
}
@font-face {
  font-family: Ruddy;
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("src/fonts/Ruddy-Bold.ttf") format("opentype");
}
@font-face {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 300 900;
  font-display: swap;
  src: url("src/fonts/OpenSans-VariableFont_wght.ttf") format("opentype");
}
@font-face {
  font-family: Higuen;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("src/fonts/Higuen-Serif.woff2") format("woff2"), url("src/fonts/Higuen-Serif.woff") format("woff"), url("src/fonts/Higuen-Serif.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(191, 167, 67, 0.4)), color-stop(50%, rgba(191, 167, 67, 0)));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 50%), linear-gradient(0deg, rgba(191, 167, 67, 0.4) 0%, rgba(191, 167, 67, 0) 50%);
  top: 30%;
}
.main-image_inner:after { /*Grünton */
  background: rgba(101, 104, 173, 0.1);
  background-blend-mode: color;
  top: 0;
}

article, .container {
  display: grid;
  gap: 2rem;
  background: transparent;
  /*padding:20px;*/
}
article:is(.html) h1:first-child, article:is(.html) h2:first-child, .container:is(.html) h1:first-child, .container:is(.html) h2:first-child {
  padding-top: 0rem;
}

.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;
}
@media (max-width: 75em) {
  .fullwidth:is(.primary1, .primary2, .secondary1, .secondary2, .tertiary1, .tertiary2) {
    padding: 3rem 16.6666666667vh;
  }
}
@media (max-width: 62em) {
  .fullwidth:is(.primary1, .primary2, .secondary1, .secondary2, .tertiary1, .tertiary2) {
    padding: 0 4.1666666667vh;
  }
}
@media (max-width: 48em) {
  .fullwidth:is(.primary1, .primary2, .secondary1, .secondary2, .tertiary1, .tertiary2) {
    padding: auto 2.0833333333vh;
    margin: 2rem 0;
    max-width: 100%;
  }
}

.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;
}
.rightside_image_inner.no-overlay:before, .rightside_image_inner.no-overlay:after {
  display: none;
}

.leftside_image, .rightside_image {
  max-width: 80%;
  overflow: hidden;
  line-height: 0;
  border-radius: 0.1875rem;
  margin-top: 1rem;
}
.leftside_image:not(.no-shadow), .rightside_image:not(.no-shadow) {
  -webkit-box-shadow: 5px 5px 5px 0px rgba(88, 83, 83, 0.25), 20px 20px rgb(243.9333333333, 243.2666666667, 243.2666666667), 25px 25px 15px 0px rgba(88, 83, 83, 0.15);
          box-shadow: 5px 5px 5px 0px rgba(88, 83, 83, 0.25), 20px 20px rgb(243.9333333333, 243.2666666667, 243.2666666667), 25px 25px 15px 0px rgba(88, 83, 83, 0.15);
}
.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(191, 167, 67, 0.4)), color-stop(50%, rgba(191, 167, 67, 0)));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 50%), linear-gradient(0deg, rgba(191, 167, 67, 0.4) 0%, rgba(191, 167, 67, 0) 50%);
  top: 30%;
}
.leftside_image_inner:after, .rightside_image_inner:after { /*Grünton */
  background: rgba(101, 104, 173, 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);
  }
}

.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: 62em) {
  .grid_4-1, .grid_5-1 {
    grid-template-columns: 3fr 1fr;
  }
}
@media (max-width: 48em) {
  .grid_3-1, .grid_4-1, .grid_5-1 {
    grid-template-columns: 2fr 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;
}

@media (max-width: 48em) {
  .grid_1-2, .grid_1-3, .grid_2-3, .grid_3-2, .grid_1-4, .grid_3-4, .grid_4-3 {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 36em) {
  .grid_1-2, .grid_1-3, .grid_2-3, .grid_3-2, .grid_1-4, .grid_3-4, .grid_4-3 {
    grid-template-columns: 1fr;
  }
}
/* 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 {
  background: white;
  min-height: 100%;
  margin-bottom: 17rem;
  position: relative;
  z-index: 1;
}

a {
  color: #6568ad;
}

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;
}

big, .intro {
  font-size: 2.2rem;
  line-height: 2.6rem;
  display: block;
  font-weight: 450;
  margin-bottom: 1.2rem;
  text-align: center;
  padding: 0 8.3333333333vw;
}
@media (max-width: 48em) {
  big, .intro {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
}
@media (max-width: 36em) {
  big, .intro {
    font-size: 1.6rem;
    line-height: 2rem;
    padding: 0 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_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_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, #accordion .accordion_item_anker {
  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, #accordion .accordion_item_anker {
    font-size: 1.6rem;
  }
}

h4, .infobox_area .infobox_item_small .infobox_item_title, .members_area.modern .members_item_name {
  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, #booking .booking_day_slot.nogrid .booking_day_slot_time {
  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(#BFA743), to(transparent));
  background-image: linear-gradient(180deg, #BFA743 0%, transparent 100%);
  height: 12rem;
  margin-bottom: 2rem;
}

[id] {
  scroll-margin-top: 10rem;
}

.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 {
  background-repeat: no-repeat;
}
.primary1:is(article), .primary2:is(article), .secondary1:is(article), .secondary2:is(article), .tertiary1:is(article), .tertiary2:is(article) {
  -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);
  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: rgb(242.25, 242.25, 242.25);
}

.primary1 {
  color: rgb(229.5, 229.5, 229.5);
  background-color: #6568ad;
}
.primary1:not(i) {
  background-size: 31%;
}
@media (max-width: 75em) {
  .primary1:not(i) {
    background-size: 41%;
  }
}
@media (max-width: 62em) {
  .primary1:not(i) {
    background-size: 51%;
  }
}
@media (max-width: 48em) {
  .primary1:not(i) {
    background-size: 71%;
  }
}
@media (max-width: 36em) {
  .primary1:not(i) {
    background-size: 86%;
  }
}

.primary2 {
  color: rgb(69.6280701754, 65.6719298246, 65.6719298246);
  background-color: #A57B6A;
}
.primary2:not(i) {
  background-size: 45%;
}
@media (max-width: 75em) {
  .primary2:not(i) {
    background-size: 55%;
  }
}
@media (max-width: 62em) {
  .primary2:not(i) {
    background-size: 65%;
  }
}
@media (max-width: 48em) {
  .primary2:not(i) {
    background-size: 85%;
  }
}
@media (max-width: 36em) {
  .primary2:not(i) {
    background-size: 100%;
  }
}

.secondary1 {
  color: #585353;
  background-color: #88AD3E;
}
.secondary1:not(i) {
  background-size: 40%;
}
@media (max-width: 75em) {
  .secondary1:not(i) {
    background-size: 50%;
  }
}
@media (max-width: 62em) {
  .secondary1:not(i) {
    background-size: 60%;
  }
}
@media (max-width: 48em) {
  .secondary1:not(i) {
    background-size: 80%;
  }
}
@media (max-width: 36em) {
  .secondary1:not(i) {
    background-size: 95%;
  }
}

.secondary2 {
  color: #585353;
  background-color: rgb(197.4761904762, 175.9047619048, 86.0238095238);
}
.secondary2:not(i) {
  background-size: 60%;
}
@media (max-width: 75em) {
  .secondary2:not(i) {
    background-size: 70%;
  }
}
@media (max-width: 62em) {
  .secondary2:not(i) {
    background-size: 80%;
  }
}
@media (max-width: 48em) {
  .secondary2:not(i) {
    background-size: 100%;
  }
}
@media (max-width: 36em) {
  .secondary2:not(i) {
    background-size: 115%;
  }
}

.tertiary1 {
  background-color: rgb(20.9805194805, 158.5194805195, 108.3993506494);
  color: rgb(229.5, 229.5, 229.5);
}

.tertiary2 {
  background-color: rgb(73.5219123506, 165.1593625498, 210.9780876494);
  color: rgb(69.6280701754, 65.6719298246, 65.6719298246);
}

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: #359BCE;
  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: #88AD3E;
  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: #359BCE;
  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: #88AD3E;
  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: rgb(81.0271186441, 83.9915254237, 152.1728813559);
}

.primary2 button a, .primary2 button span {
  background: rgb(143.5138075314, 103.060251046, 86.6861924686);
}

.secondary1 button a, .secondary1 button span {
  background: rgb(94.6791489362, 120.4374468085, 43.1625531915);
}

.secondary2 button a, .secondary2 button span {
  background: rgb(143.0142857143, 124.7571428571, 48.6857142857);
}

.tertiary1 button a, .tertiary1 button span {
  background: rgb(13.2311688312, 99.9688311688, 68.361038961);
}

.tertiary2 button a, .tertiary2 button span {
  background: rgb(42.596812749, 131.2677290837, 175.603187251);
}

.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;
  opacity: 0.95;
  font-weight: light;
}
.filter button a, .filter button span, .filter div a, .filter div span {
  text-decoration: none;
  color: white;
  background: rgb(139.9649122807, 133.0350877193, 133.0350877193);
  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: rgb(201.850877193, 198.649122807, 198.649122807);
  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 6 Pro";
  font-weight: 500;
  font-size: 0.8em;
}
.filter .active a {
  background: #6568ad;
  position: relative;
}
.filter .active a:hover {
  background-color: rgb(107.6559322034, 110.5262711864, 176.5440677966);
}
.filter .not_active a {
  background: rgba(152.3421052632, 146.1578947368, 146.1578947368, 0.9);
}
.filter .reset {
  display: none;
}
.filter_button:disabled a, .filter_button[disabled] a, .filter_button[disabled]:hover a {
  background-color: rgb(226.6052631579, 224.8947368421, 224.8947368421);
  color: rgb(164.7192982456, 159.2807017544, 159.2807017544);
  cursor: auto;
}
.filter .button_active a {
  background-color: #A57B6A;
  color: white;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.filter .button_active a:hover {
  background-color: rgb(153.0523012552, 109.910041841, 92.4476987448);
  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(rgb(77.4830508475, 80.3177966102, 145.5169491525)), to(#88ad3e));
  background-image: linear-gradient(0deg, rgb(77.4830508475, 80.3177966102, 145.5169491525) 0%, #88ad3e 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(rgb(77.4830508475, 80.3177966102, 145.5169491525)), to(rgb(149.8914893617, 189.1744680851, 71.3255319149)));
  background-image: linear-gradient(0deg, rgb(77.4830508475, 80.3177966102, 145.5169491525) 0%, rgb(149.8914893617, 189.1744680851, 71.3255319149) 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(191, 167, 67, 0.3)), color-stop(50%, rgba(191, 167, 67, 0)));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 50%), linear-gradient(0deg, rgba(191, 167, 67, 0.3) 0%, rgba(191, 167, 67, 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(101, 104, 173, 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%;
}
.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_icon {
  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;
  padding: 0.5rem;
  height: 13rem;
  background-color: white;
  border: 2px solid rgb(238.9824561404, 238.0175438596, 238.0175438596);
  border-radius: 0.1875rem;
}
.item_icon i {
  font-size: 5rem;
  color: #585353;
}
.item_icon i.primary1, .item_icon i.primary2, .item_icon i.secondary1, .item_icon i.secondary2, .item_icon i.tertiary1, .item_icon i.tertiary2 {
  padding: 0;
  background-color: white;
}
.item_icon i.primary1 {
  color: rgb(77.4830508475, 80.3177966102, 145.5169491525);
}
.item_icon i.primary2 {
  color: rgb(137.1548117155, 98.4937238494, 82.8451882845);
}
.item_icon i.secondary1 {
  color: rgb(106.485106383, 135.4553191489, 48.5446808511);
}
.item_icon i.secondary2 {
  color: rgb(154.4285714286, 134.7142857143, 52.5714285714);
}
.item_icon i.tertiary1 {
  color: rgb(12.038961039, 90.961038961, 62.2012987013);
}
.item_icon i.tertiary2 {
  color: rgb(40.6055776892, 125.1314741036, 167.3944223108);
}
.item_refer {
  position: absolute;
  background: #88AD3E;
  padding: 0.3rem 0.5rem;
  z-index: 3;
  top: 0;
  left: 0;
  color: white;
}
.item_refer.primary1, .item_refer.primary2, .item_refer.secondary1, .item_refer.secondary2, .item_refer.tertiary1, .item_refer.tertiary2 {
  padding: 0.1rem 0.3rem;
}
.item_refer.primary1 {
  background: rgb(86.343220339, 89.5021186441, 162.156779661);
}
.item_refer.primary2 {
  background: rgb(153.0523012552, 109.910041841, 92.4476987448);
}
.item_refer.secondary1 {
  background: rgb(121.2425531915, 154.2276595745, 55.2723404255);
}
.item_refer.secondary2 {
  background: rgb(173.4523809524, 151.3095238095, 59.0476190476);
}
.item_refer.tertiary1 {
  background: rgb(15.0194805195, 113.4805194805, 77.6006493506);
}
.item_refer.tertiary2 {
  background: rgb(45.5836653386, 140.4721115538, 187.9163346614);
}
.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: rgb(139.9649122807, 133.0350877193, 133.0350877193);
  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;
}
.item_title.vivano, .item_content_title.vivano {
  font-family: Vivano;
  font-weight: 500;
  line-height: 1.3rem;
}
@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_textline {
  font-size: 0.99rem;
  line-height: 1.155rem;
}
.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.5rem;
  color: white;
  padding: 0.5rem 0rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  gap: 0.4rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.paybar_price_discount {
  margin: 0;
  padding: 0;
}
.paybar_price_discount span {
  font-weight: bold;
  color: #BFA743;
}
.paybar_price_discount + div {
  text-decoration: line-through;
  margin: 0;
  padding: 0;
  margin-top: -0.8rem;
}
.paybar_price_discount + div span {
  font-weight: normal;
}
.paybar_price_discountUnit {
  margin: 0;
  padding: 0;
}
.paybar_price_discountUnit span {
  font-weight: 500;
  text-transform: uppercase;
  color: #BFA743;
  font-size: 0.75em;
}
.paybar_price_discountUnit + div {
  margin-top: -0.8rem;
}
.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: rgb(164.9310638298, 198.5931914894, 97.6068085106);
  color: white;
  padding: 0.45rem;
  border-radius: 0rem;
  width: 1.45rem;
  cursor: pointer;
  margin: 0;
}
.paybar_quantity button:hover, .paybar_quantity .btn-minus:hover, .paybar_quantity .btn-plus:hover {
  background-color: #88ad3e;
}
.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.935rem;
  padding: 0;
  background: white;
  text-align: right;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
  border: none;
  text-align: center;
  width: 1.8rem;
  -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: #88AD3E;
  border-radius: 0.3rem;
  color: white;
  font-size: 1.5em;
  line-height: inherit;
  padding: 0.4rem 0.6rem;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  cursor: pointer;
  content: "\f07a"; /* Icon für Hover */
  width: 1.5rem;
  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: #359BCE;
  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 rgb(214.2280701754, 211.7719298246, 211.7719298246);
}

.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;
}

.video-wrapper { /* Eltern-Container um die Boxen */
  font-size: 0; /* killt inline-block whitespace */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1em; /* Abstand statt margin an Boxen */
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; /* alle Boxen in der Reihe gleich hoch */
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.youtube-box, .vimeo-box {
  display: inline-block;
  margin: 0.5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1rem; /* reset */
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* jetzt reicht wieder -1em */
.youtube-box[data-width="50"], .vimeo-box[data-width="50"] {
  width: calc(50% - 1.2em);
}

.youtube-box[data-width="33"], .vimeo-box[data-width="33"] {
  width: calc(33.3333% - 1.2em);
}

.youtube-box[data-width="25"], .vimeo-box[data-width="25"] {
  width: calc(25% - 1.2em);
}

.youtube-box[data-width="20"], .vimeo-box[data-width="20"] {
  width: calc(20% - 1.2em);
}

/* Für Responsiveness */
@media (max-width: 800px) {
  .youtube-box, .vimeo-box {
    width: 100% !important;
  }
}
/* Embed-Wrapper */
.youtube-inner, .vimeo-inner {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  overflow: hidden;
}

.youtube-inner iframe, .vimeo-inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 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;
}

.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: rgb(229.5, 229.5, 229.5);
  padding: 1rem 2rem;
  text-align: center;
  width: 83.3333333333%;
  margin: 0 auto;
  border-radius: 0.125rem;
}
.AutorArea .AutorBox .AutorDivBild {
  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: rgb(139.9649122807, 133.0350877193, 133.0350877193);
  margin-top: 0;
  padding-top: 0;
}

.news_area .AutorArea .AutorDivBild {
  width: 8rem;
  height: 8rem;
}

#booking .AutorArea {
  max-width: 100%;
  margin: 0;
}
#booking .AutorArea .AutorBox {
  background: none;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 2rem;
  margin: 0;
  width: 100%;
  padding: 2rem 0;
}
@media (max-width: 48em) {
  #booking .AutorArea .AutorBox {
    display: grid;
    text-align: center;
    gap: 0.5rem;
  }
}
#booking .AutorArea .AutorBox .AutorDivBild {
  margin: 0;
  margin-top: 0;
  height: 10rem;
  max-width: 10rem;
}
@media (max-width: 48em) {
  #booking .AutorArea .AutorBox .AutorDivBild {
    margin: 0 auto;
  }
}
@media (min-width: 48em) {
  #booking .AutorArea .AutorBox .AutorInfo {
    max-width: calc(100% - 20rem);
  }
}

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: #6568ad;
  }
  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 rgb(214.2280701754, 211.7719298246, 211.7719298246);
    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;
  }
  nav#mobile > ul > li:not(.focus) div a {
    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: #6568ad;
}
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: #6568ad;
}
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: #6568ad;
  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: #A57B6A;
  -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: #6568ad;
  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%;
  pointer-events: none;
}

.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;
  pointer-events: auto;
  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: rgb(139.9649122807, 133.0350877193, 133.0350877193);
  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: #88AD3E;
  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;
  pointer-events: none;
}
.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;
  pointer-events: auto;
  align-self: start;
}
@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;
  pointer-events: auto;
  align-self: start;
}

.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%;
  pointer-events: none;
}
.sticky .header_main_logo {
  padding: 0 2rem 2rem 1.5rem;
  margin-top: -0.5rem;
  pointer-events: auto;
}
@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;
  pointer-events: auto;
}

.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: rgb(164.7192982456, 159.2807017544, 159.2807017544);
  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: #6568ad;
  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(136, 173, 62, 0.5)), to(rgba(136, 173, 62, 0)));
  background-image: linear-gradient(0deg, rgba(136, 173, 62, 0.5) 0%, rgba(136, 173, 62, 0) 100%);
  z-index: -2;
}
@media (max-width: 48em) {
  .footer:before {
    height: 13rem;
  }
}
.footer:after {
  content: "";
  height: 35rem;
  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(191, 167, 67, 0.4)), color-stop(50%, rgba(191, 167, 67, 0)));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 50%), linear-gradient(0deg, rgba(191, 167, 67, 0.4) 0%, rgba(191, 167, 67, 0) 50%);
  top: 30%;
}
.news_lead .news_item_image_inner:after { /*Grünton */
  background: rgba(101, 104, 173, 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: #359BCE;
  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: #88AD3E;
  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: #88AD3E;
}
.news_lead .news_item_button a:hover {
  background: #BFA743;
}
@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(rgb(77.4830508475, 80.3177966102, 145.5169491525)), to(#88ad3e));
  background-image: linear-gradient(0deg, rgb(77.4830508475, 80.3177966102, 145.5169491525) 0%, #88ad3e 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(rgb(77.4830508475, 80.3177966102, 145.5169491525)), to(rgb(149.8914893617, 189.1744680851, 71.3255319149)));
  background-image: linear-gradient(0deg, rgb(77.4830508475, 80.3177966102, 145.5169491525) 0%, rgb(149.8914893617, 189.1744680851, 71.3255319149) 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(191, 167, 67, 0.3)), color-stop(50%, rgba(191, 167, 67, 0)));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 50%), linear-gradient(0deg, rgba(191, 167, 67, 0.3) 0%, rgba(191, 167, 67, 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(101, 104, 173, 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%;
}
#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_icon {
  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;
  padding: 0.5rem;
  height: 10rem;
  background-color: white;
  border: 2px solid rgb(238.9824561404, 238.0175438596, 238.0175438596);
  border-radius: 0.1875rem;
}
#news .news_area .news_item_icon i {
  font-size: 5rem;
  color: #585353;
}
#news .news_area .news_item_icon i.primary1, #news .news_area .news_item_icon i.primary2, #news .news_area .news_item_icon i.secondary1, #news .news_area .news_item_icon i.secondary2, #news .news_area .news_item_icon i.tertiary1, #news .news_area .news_item_icon i.tertiary2 {
  padding: 0;
  background-color: white;
}
#news .news_area .news_item_icon i.primary1 {
  color: rgb(77.4830508475, 80.3177966102, 145.5169491525);
}
#news .news_area .news_item_icon i.primary2 {
  color: rgb(137.1548117155, 98.4937238494, 82.8451882845);
}
#news .news_area .news_item_icon i.secondary1 {
  color: rgb(106.485106383, 135.4553191489, 48.5446808511);
}
#news .news_area .news_item_icon i.secondary2 {
  color: rgb(154.4285714286, 134.7142857143, 52.5714285714);
}
#news .news_area .news_item_icon i.tertiary1 {
  color: rgb(12.038961039, 90.961038961, 62.2012987013);
}
#news .news_area .news_item_icon i.tertiary2 {
  color: rgb(40.6055776892, 125.1314741036, 167.3944223108);
}
#news .news_area .news_item_refer {
  position: absolute;
  background: #88AD3E;
  padding: 0.3rem 0.5rem;
  z-index: 3;
  top: 0;
  left: 0;
  color: white;
}
#news .news_area .news_item_refer.primary1, #news .news_area .news_item_refer.primary2, #news .news_area .news_item_refer.secondary1, #news .news_area .news_item_refer.secondary2, #news .news_area .news_item_refer.tertiary1, #news .news_area .news_item_refer.tertiary2 {
  padding: 0.1rem 0.3rem;
}
#news .news_area .news_item_refer.primary1 {
  background: rgb(86.343220339, 89.5021186441, 162.156779661);
}
#news .news_area .news_item_refer.primary2 {
  background: rgb(153.0523012552, 109.910041841, 92.4476987448);
}
#news .news_area .news_item_refer.secondary1 {
  background: rgb(121.2425531915, 154.2276595745, 55.2723404255);
}
#news .news_area .news_item_refer.secondary2 {
  background: rgb(173.4523809524, 151.3095238095, 59.0476190476);
}
#news .news_area .news_item_refer.tertiary1 {
  background: rgb(15.0194805195, 113.4805194805, 77.6006493506);
}
#news .news_area .news_item_refer.tertiary2 {
  background: rgb(45.5836653386, 140.4721115538, 187.9163346614);
}
#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: rgb(139.9649122807, 133.0350877193, 133.0350877193);
  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;
}
#news .news_area .news_item_title.vivano, #news .news_area .news_item_content_title.vivano {
  font-family: Vivano;
  font-weight: 500;
  line-height: 1.3rem;
}
@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_textline {
  font-size: 0.99rem;
  line-height: 1.155rem;
}
#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(191, 167, 67, 0.4)), color-stop(50%, rgba(191, 167, 67, 0)));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 50%), linear-gradient(0deg, rgba(191, 167, 67, 0.4) 0%, rgba(191, 167, 67, 0) 50%);
  top: 30%;
}
.zoom .news_item_image_inner:after { /*Grünton */
  background: rgba(101, 104, 173, 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: rgb(152.3421052632, 146.1578947368, 146.1578947368);
  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):not(.gallery_img) {
  grid-column-start: start;
  grid-column-end: end;
}
.zoom .news_item_content p, .zoom .news_item_content div:not(.gallery_img) {
  margin: 0.4rem 0;
}
.zoom .news_item_content img {
  max-width: 100%;
  height: auto;
}
.zoom .news_item_content .gallery {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 75em) {
  .zoom .news_item_content .gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 62em) {
  .zoom .news_item_content .gallery {
    grid-template-columns: repeat(1, 1fr);
  }
}
.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: rgb(139.9649122807, 133.0350877193, 133.0350877193);
  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(rgb(77.4830508475, 80.3177966102, 145.5169491525)), to(#88ad3e));
  background-image: linear-gradient(0deg, rgb(77.4830508475, 80.3177966102, 145.5169491525) 0%, #88ad3e 100%);
  -webkit-transition: background-image 0.2s linear;
  transition: background-image 0.2s linear;
  position: relative;
  z-index: 3;
  background: rgb(229.5, 229.5, 229.5);
  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(rgb(77.4830508475, 80.3177966102, 145.5169491525)), to(rgb(149.8914893617, 189.1744680851, 71.3255319149)));
  background-image: linear-gradient(0deg, rgb(77.4830508475, 80.3177966102, 145.5169491525) 0%, rgb(149.8914893617, 189.1744680851, 71.3255319149) 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(191, 167, 67, 0.3)), color-stop(50%, rgba(191, 167, 67, 0)));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 50%), linear-gradient(0deg, rgba(191, 167, 67, 0.3) 0%, rgba(191, 167, 67, 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(101, 104, 173, 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%;
}
#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_icon {
  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;
  padding: 0.5rem;
  height: 13rem;
  background-color: white;
  border: 2px solid rgb(238.9824561404, 238.0175438596, 238.0175438596);
  border-radius: 0.1875rem;
}
#news_equal .news_area .news_item_icon i {
  font-size: 5rem;
  color: #585353;
}
#news_equal .news_area .news_item_icon i.primary1, #news_equal .news_area .news_item_icon i.primary2, #news_equal .news_area .news_item_icon i.secondary1, #news_equal .news_area .news_item_icon i.secondary2, #news_equal .news_area .news_item_icon i.tertiary1, #news_equal .news_area .news_item_icon i.tertiary2 {
  padding: 0;
  background-color: white;
}
#news_equal .news_area .news_item_icon i.primary1 {
  color: rgb(77.4830508475, 80.3177966102, 145.5169491525);
}
#news_equal .news_area .news_item_icon i.primary2 {
  color: rgb(137.1548117155, 98.4937238494, 82.8451882845);
}
#news_equal .news_area .news_item_icon i.secondary1 {
  color: rgb(106.485106383, 135.4553191489, 48.5446808511);
}
#news_equal .news_area .news_item_icon i.secondary2 {
  color: rgb(154.4285714286, 134.7142857143, 52.5714285714);
}
#news_equal .news_area .news_item_icon i.tertiary1 {
  color: rgb(12.038961039, 90.961038961, 62.2012987013);
}
#news_equal .news_area .news_item_icon i.tertiary2 {
  color: rgb(40.6055776892, 125.1314741036, 167.3944223108);
}
#news_equal .news_area .news_item_refer {
  position: absolute;
  background: #88AD3E;
  padding: 0.3rem 0.5rem;
  z-index: 3;
  top: 0;
  left: 0;
  color: white;
}
#news_equal .news_area .news_item_refer.primary1, #news_equal .news_area .news_item_refer.primary2, #news_equal .news_area .news_item_refer.secondary1, #news_equal .news_area .news_item_refer.secondary2, #news_equal .news_area .news_item_refer.tertiary1, #news_equal .news_area .news_item_refer.tertiary2 {
  padding: 0.1rem 0.3rem;
}
#news_equal .news_area .news_item_refer.primary1 {
  background: rgb(86.343220339, 89.5021186441, 162.156779661);
}
#news_equal .news_area .news_item_refer.primary2 {
  background: rgb(153.0523012552, 109.910041841, 92.4476987448);
}
#news_equal .news_area .news_item_refer.secondary1 {
  background: rgb(121.2425531915, 154.2276595745, 55.2723404255);
}
#news_equal .news_area .news_item_refer.secondary2 {
  background: rgb(173.4523809524, 151.3095238095, 59.0476190476);
}
#news_equal .news_area .news_item_refer.tertiary1 {
  background: rgb(15.0194805195, 113.4805194805, 77.6006493506);
}
#news_equal .news_area .news_item_refer.tertiary2 {
  background: rgb(45.5836653386, 140.4721115538, 187.9163346614);
}
#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: rgb(139.9649122807, 133.0350877193, 133.0350877193);
  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;
}
#news_equal .news_area .news_item_title.vivano, #news_equal .news_area .news_item_content_title.vivano {
  font-family: Vivano;
  font-weight: 500;
  line-height: 1.3rem;
}
@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_textline {
  font-size: 0.99rem;
  line-height: 1.155rem;
}
#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: rgb(242.25, 242.25, 242.25);
}
#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;
}

.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(rgb(77.4830508475, 80.3177966102, 145.5169491525)), color-stop(40%, rgba(165, 123, 106, 0.5)));
  background-image: linear-gradient(0deg, rgb(77.4830508475, 80.3177966102, 145.5169491525), rgba(165, 123, 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-secondary1:after, .zoom .primary1-secondary1:after {
  content: "";
  position: absolute;
  background-blend-mode: color;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(77.4830508475, 80.3177966102, 145.5169491525)), color-stop(40%, rgba(136, 173, 62, 0.5)));
  background-image: linear-gradient(0deg, rgb(77.4830508475, 80.3177966102, 145.5169491525), rgba(136, 173, 62, 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(rgb(77.4830508475, 80.3177966102, 145.5169491525)), color-stop(40%, rgba(191, 167, 67, 0.5)));
  background-image: linear-gradient(0deg, rgb(77.4830508475, 80.3177966102, 145.5169491525), rgba(191, 167, 67, 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(rgb(77.4830508475, 80.3177966102, 145.5169491525)), color-stop(40%, rgba(18, 136, 93, 0.5)));
  background-image: linear-gradient(0deg, rgb(77.4830508475, 80.3177966102, 145.5169491525), rgba(18, 136, 93, 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(rgb(77.4830508475, 80.3177966102, 145.5169491525)), color-stop(40%, rgba(53, 155, 206, 0.5)));
  background-image: linear-gradient(0deg, rgb(77.4830508475, 80.3177966102, 145.5169491525), rgba(53, 155, 206, 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(rgb(137.1548117155, 98.4937238494, 82.8451882845)), color-stop(40%, rgba(101, 104, 173, 0.5)));
  background-image: linear-gradient(0deg, rgb(137.1548117155, 98.4937238494, 82.8451882845), rgba(101, 104, 173, 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(rgb(137.1548117155, 98.4937238494, 82.8451882845)), color-stop(40%, rgba(136, 173, 62, 0.5)));
  background-image: linear-gradient(0deg, rgb(137.1548117155, 98.4937238494, 82.8451882845), rgba(136, 173, 62, 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(rgb(137.1548117155, 98.4937238494, 82.8451882845)), color-stop(40%, rgba(191, 167, 67, 0.5)));
  background-image: linear-gradient(0deg, rgb(137.1548117155, 98.4937238494, 82.8451882845), rgba(191, 167, 67, 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(rgb(137.1548117155, 98.4937238494, 82.8451882845)), color-stop(40%, rgba(18, 136, 93, 0.5)));
  background-image: linear-gradient(0deg, rgb(137.1548117155, 98.4937238494, 82.8451882845), rgba(18, 136, 93, 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(rgb(137.1548117155, 98.4937238494, 82.8451882845)), color-stop(40%, rgba(53, 155, 206, 0.5)));
  background-image: linear-gradient(0deg, rgb(137.1548117155, 98.4937238494, 82.8451882845), rgba(53, 155, 206, 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(rgb(106.485106383, 135.4553191489, 48.5446808511)), color-stop(40%, rgba(101, 104, 173, 0.5)));
  background-image: linear-gradient(0deg, rgb(106.485106383, 135.4553191489, 48.5446808511), rgba(101, 104, 173, 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(rgb(106.485106383, 135.4553191489, 48.5446808511)), color-stop(40%, rgba(165, 123, 106, 0.5)));
  background-image: linear-gradient(0deg, rgb(106.485106383, 135.4553191489, 48.5446808511), rgba(165, 123, 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-secondary2:after, .zoom .secondary1-secondary2:after {
  content: "";
  position: absolute;
  background-blend-mode: color;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(106.485106383, 135.4553191489, 48.5446808511)), color-stop(40%, rgba(191, 167, 67, 0.5)));
  background-image: linear-gradient(0deg, rgb(106.485106383, 135.4553191489, 48.5446808511), rgba(191, 167, 67, 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(rgb(106.485106383, 135.4553191489, 48.5446808511)), color-stop(40%, rgba(18, 136, 93, 0.5)));
  background-image: linear-gradient(0deg, rgb(106.485106383, 135.4553191489, 48.5446808511), rgba(18, 136, 93, 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(rgb(106.485106383, 135.4553191489, 48.5446808511)), color-stop(40%, rgba(53, 155, 206, 0.5)));
  background-image: linear-gradient(0deg, rgb(106.485106383, 135.4553191489, 48.5446808511), rgba(53, 155, 206, 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(rgb(154.4285714286, 134.7142857143, 52.5714285714)), color-stop(40%, rgba(101, 104, 173, 0.5)));
  background-image: linear-gradient(0deg, rgb(154.4285714286, 134.7142857143, 52.5714285714), rgba(101, 104, 173, 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(rgb(154.4285714286, 134.7142857143, 52.5714285714)), color-stop(40%, rgba(165, 123, 106, 0.5)));
  background-image: linear-gradient(0deg, rgb(154.4285714286, 134.7142857143, 52.5714285714), rgba(165, 123, 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 .secondary2-secondary1:after, .zoom .secondary2-secondary1:after {
  content: "";
  position: absolute;
  background-blend-mode: color;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(154.4285714286, 134.7142857143, 52.5714285714)), color-stop(40%, rgba(136, 173, 62, 0.5)));
  background-image: linear-gradient(0deg, rgb(154.4285714286, 134.7142857143, 52.5714285714), rgba(136, 173, 62, 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(rgb(154.4285714286, 134.7142857143, 52.5714285714)), color-stop(40%, rgba(18, 136, 93, 0.5)));
  background-image: linear-gradient(0deg, rgb(154.4285714286, 134.7142857143, 52.5714285714), rgba(18, 136, 93, 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(rgb(154.4285714286, 134.7142857143, 52.5714285714)), color-stop(40%, rgba(53, 155, 206, 0.5)));
  background-image: linear-gradient(0deg, rgb(154.4285714286, 134.7142857143, 52.5714285714), rgba(53, 155, 206, 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(rgb(12.038961039, 90.961038961, 62.2012987013)), color-stop(40%, rgba(101, 104, 173, 0.5)));
  background-image: linear-gradient(0deg, rgb(12.038961039, 90.961038961, 62.2012987013), rgba(101, 104, 173, 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(rgb(12.038961039, 90.961038961, 62.2012987013)), color-stop(40%, rgba(165, 123, 106, 0.5)));
  background-image: linear-gradient(0deg, rgb(12.038961039, 90.961038961, 62.2012987013), rgba(165, 123, 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-secondary1:after, .zoom .tertiary1-secondary1:after {
  content: "";
  position: absolute;
  background-blend-mode: color;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(12.038961039, 90.961038961, 62.2012987013)), color-stop(40%, rgba(136, 173, 62, 0.5)));
  background-image: linear-gradient(0deg, rgb(12.038961039, 90.961038961, 62.2012987013), rgba(136, 173, 62, 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(rgb(12.038961039, 90.961038961, 62.2012987013)), color-stop(40%, rgba(191, 167, 67, 0.5)));
  background-image: linear-gradient(0deg, rgb(12.038961039, 90.961038961, 62.2012987013), rgba(191, 167, 67, 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(rgb(12.038961039, 90.961038961, 62.2012987013)), color-stop(40%, rgba(53, 155, 206, 0.5)));
  background-image: linear-gradient(0deg, rgb(12.038961039, 90.961038961, 62.2012987013), rgba(53, 155, 206, 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(rgb(40.6055776892, 125.1314741036, 167.3944223108)), color-stop(40%, rgba(101, 104, 173, 0.5)));
  background-image: linear-gradient(0deg, rgb(40.6055776892, 125.1314741036, 167.3944223108), rgba(101, 104, 173, 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(rgb(40.6055776892, 125.1314741036, 167.3944223108)), color-stop(40%, rgba(165, 123, 106, 0.5)));
  background-image: linear-gradient(0deg, rgb(40.6055776892, 125.1314741036, 167.3944223108), rgba(165, 123, 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-secondary1:after, .zoom .tertiary2-secondary1:after {
  content: "";
  position: absolute;
  background-blend-mode: color;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(40.6055776892, 125.1314741036, 167.3944223108)), color-stop(40%, rgba(136, 173, 62, 0.5)));
  background-image: linear-gradient(0deg, rgb(40.6055776892, 125.1314741036, 167.3944223108), rgba(136, 173, 62, 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(rgb(40.6055776892, 125.1314741036, 167.3944223108)), color-stop(40%, rgba(191, 167, 67, 0.5)));
  background-image: linear-gradient(0deg, rgb(40.6055776892, 125.1314741036, 167.3944223108), rgba(191, 167, 67, 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(rgb(40.6055776892, 125.1314741036, 167.3944223108)), color-stop(40%, rgba(18, 136, 93, 0.5)));
  background-image: linear-gradient(0deg, rgb(40.6055776892, 125.1314741036, 167.3944223108), rgba(18, 136, 93, 0.5) 40%);
  right: 0;
  top: 0;
  left: 0;
  opacity: 0.65; /*0.75*/
  bottom: 10rem;
  margin-top: 0;
  z-index: 0;
}

.curriculum_filter {
  gap: 0.5rem 1rem;
  display: grid;
  grid-template-columns: 1fr 1fr; /* Erster Spalte ist 1fr, zweite Spalte ist 2fr */
  grid-template-rows: repeat(3, auto); /* Drei Zeilen mit automatischer Höhe */
}
.curriculum_filter h6 {
  font-size: 1.1rem;
  padding: 0.2ream 0;
}
.curriculum_filter > div:nth-child(1) {
  grid-column: 1; /* Diese Zelle ist in der ersten Spalte */
  grid-row: 1; /* Diese Zelle ist in der ersten Zeile */
}
.curriculum_filter > div:nth-child(2) {
  grid-column: 1; /* Diese Zelle ist in der ersten Spalte */
  grid-row: 2; /* Diese Zelle ist in der zweiten Zeile */
}
.curriculum_filter > div:nth-child(3) {
  grid-column: 1; /* Diese Zelle ist in der ersten Spalte */
  grid-row: 3; /* Diese Zelle ist in der dritten Zeile */
}
.curriculum_filter > div:nth-child(4) {
  grid-column: 2; /* Diese Zelle ist in der zweiten Spalte */
  grid-row: 1/span 3; /* Diese Zelle nimmt alle drei Zeilen ein */
}
.curriculum_filter_session {
  border: 1px solid rgb(139.9649122807, 133.0350877193, 133.0350877193);
  border-radius: 0.1875rem;
  background: white;
  padding: 0.7rem;
}
.curriculum_filter_session button a {
  padding: 0.2rem 0.4rem 0.3rem 0.4rem;
  font-size: 0.8rem;
  line-height: 0.9rem;
  border-radius: 0.1875rem;
}
.curriculum_area {
  grid-gap: 1.2rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media (min-width: 120.1em) {
  .curriculum_area {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (max-width: 75em) {
  .curriculum_area {
    grid-template-columns: repeat(3, 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: none;
  margin: 1rem;
}
.curriculum_item_age {
  font-size: 0.9rem;
  text-transform: uppercase;
  border-bottom: 1px solid #585353;
  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);
}

._0-4-kleinkinder {
  background-color: #BACF35;
  color: #585353;
}

._5-8-kids {
  background-color: #F4D345;
  border-color: #F4D345;
  color: #585353;
}

._9-12-preteens {
  background-color: #E9883F;
  color: rgb(61.7543859649, 58.2456140351, 58.2456140351);
}

._13-15-teens {
  background-color: #EA5464;
  color: rgb(61.7543859649, 58.2456140351, 58.2456140351);
}

._16-19-jugendliche {
  background-color: #9377B4;
  color: rgb(61.7543859649, 58.2456140351, 58.2456140351);
}

._20-22-junge-erwachsene {
  background-color: #3899D5;
  color: #585353;
}

#Loader {
  position: relative;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 60px;
  height: 60px;
  margin: -76px 0 0 -76px;
  border: 10px solid rgb(189.4736842105, 185.5263157895, 185.5263157895);
  border-radius: 50%;
  border-top: 10px solid #6568ad;
  -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);
  }
}
.border-start, .border-middle, .border-end {
  margin: 1rem 0;
}
@media (max-width: 36em) {
  .border-start, .border-middle, .border-end {
    margin: 0rem;
  }
}
.border-start {
  margin-left: 2rem;
}
@media (max-width: 36em) {
  .border-start {
    margin-left: 0rem;
    margin-top: 2rem;
  }
}
.border-end {
  margin-right: 2rem;
}
@media (max-width: 36em) {
  .border-end {
    margin-right: 0rem;
    margin-bottom: 2rem;
  }
}

.show-serie-button {
  padding: 0.4rem 0.8rem;
  font-size: 1rem;
  float: right;
  position: absolute;
  right: -1rem;
  bottom: -1rem;
}

._0-4-kleinkinder.border-start {
  -webkit-box-shadow: 0px 0px 0px 15px #ffffff, 15px 0px 0px 15px #ffffff, 0px 0px 0px 17px #BACF35;
          box-shadow: 0px 0px 0px 15px #ffffff, 15px 0px 0px 15px #ffffff, 0px 0px 0px 17px #BACF35;
}
@media (max-width: 36em) {
  ._0-4-kleinkinder.border-start {
    -webkit-box-shadow: 0px 0px 0px 15px #ffffff, 0px 15px 0px 15px #ffffff, 0px 0px 0px 17px #BACF35;
            box-shadow: 0px 0px 0px 15px #ffffff, 0px 15px 0px 15px #ffffff, 0px 0px 0px 17px #BACF35;
  }
}
._0-4-kleinkinder.border-middle {
  -webkit-box-shadow: 0px 0px 0px 15px #ffffff, 15px 0px 0px 15px #ffffff, -15px 0px 0px 15px #ffffff, 0px 0px 0px 17px #BACF35;
          box-shadow: 0px 0px 0px 15px #ffffff, 15px 0px 0px 15px #ffffff, -15px 0px 0px 15px #ffffff, 0px 0px 0px 17px #BACF35;
}
@media (max-width: 36em) {
  ._0-4-kleinkinder.border-middle {
    -webkit-box-shadow: 0px 0px 0px 15px #ffffff, 0px 15px 0px 15px #ffffff, 0px -15px 0px 15px #ffffff, 0px 0px 0px 17px #BACF35;
            box-shadow: 0px 0px 0px 15px #ffffff, 0px 15px 0px 15px #ffffff, 0px -15px 0px 15px #ffffff, 0px 0px 0px 17px #BACF35;
  }
}
._0-4-kleinkinder.border-end {
  -webkit-box-shadow: 0px 0px 0px 15px #ffffff, -15px 0px 0px 15px #ffffff, 0px 0px 0px 17px #BACF35;
          box-shadow: 0px 0px 0px 15px #ffffff, -15px 0px 0px 15px #ffffff, 0px 0px 0px 17px #BACF35;
  position: relative;
}
@media (max-width: 36em) {
  ._0-4-kleinkinder.border-end {
    -webkit-box-shadow: 0px 0px 0px 15px #ffffff, 0px -15px 0px 15px #ffffff, 0px 0px 0px 17px #BACF35;
            box-shadow: 0px 0px 0px 15px #ffffff, 0px -15px 0px 15px #ffffff, 0px 0px 0px 17px #BACF35;
  }
}
._0-4-kleinkinder.collection-section {
  -webkit-box-shadow: 3px 3px 0px 0px white, 5px 5px 0px 0px #BACF35, 7px 7px 0px 0px white, 9px 9px 0px 0px #BACF35;
          box-shadow: 3px 3px 0px 0px white, 5px 5px 0px 0px #BACF35, 7px 7px 0px 0px white, 9px 9px 0px 0px #BACF35;
}
._0-4-kleinkinder .show-serie-button {
  background-color: rgb(154.9486545455, 174.0544, 33.9456);
}
._0-4-kleinkinder .close-button {
  color: rgb(116.2114909091, 130.5408, 25.4592);
}

._5-8-kids.border-start {
  -webkit-box-shadow: 0px 0px 0px 15px #ffffff, 15px 0px 0px 15px #ffffff, 0px 0px 0px 17px #F4D345;
          box-shadow: 0px 0px 0px 15px #ffffff, 15px 0px 0px 15px #ffffff, 0px 0px 0px 17px #F4D345;
}
@media (max-width: 36em) {
  ._5-8-kids.border-start {
    -webkit-box-shadow: 0px 0px 0px 15px #ffffff, 0px 15px 0px 15px #ffffff, 0px 0px 0px 17px #F4D345;
            box-shadow: 0px 0px 0px 15px #ffffff, 0px 15px 0px 15px #ffffff, 0px 0px 0px 17px #F4D345;
  }
}
._5-8-kids.border-middle {
  -webkit-box-shadow: 0px 0px 0px 15px #ffffff, 15px 0px 0px 15px #ffffff, -15px 0px 0px 15px #ffffff, 0px 0px 0px 17px #F4D345;
          box-shadow: 0px 0px 0px 15px #ffffff, 15px 0px 0px 15px #ffffff, -15px 0px 0px 15px #ffffff, 0px 0px 0px 17px #F4D345;
}
@media (max-width: 36em) {
  ._5-8-kids.border-middle {
    -webkit-box-shadow: 0px 0px 0px 15px #ffffff, 0px 15px 0px 15px #ffffff, 0px -15px 0px 15px #ffffff, 0px 0px 0px 17px #F4D345;
            box-shadow: 0px 0px 0px 15px #ffffff, 0px 15px 0px 15px #ffffff, 0px -15px 0px 15px #ffffff, 0px 0px 0px 17px #F4D345;
  }
}
._5-8-kids.border-end {
  -webkit-box-shadow: 0px 0px 0px 15px #ffffff, -15px 0px 0px 15px #ffffff, 0px 0px 0px 17px #F4D345;
          box-shadow: 0px 0px 0px 15px #ffffff, -15px 0px 0px 15px #ffffff, 0px 0px 0px 17px #F4D345;
  position: relative;
}
@media (max-width: 36em) {
  ._5-8-kids.border-end {
    -webkit-box-shadow: 0px 0px 0px 15px #ffffff, 0px -15px 0px 15px #ffffff, 0px 0px 0px 17px #F4D345;
            box-shadow: 0px 0px 0px 15px #ffffff, 0px -15px 0px 15px #ffffff, 0px 0px 0px 17px #F4D345;
  }
}
._5-8-kids.collection-section {
  -webkit-box-shadow: 3px 3px 0px 0px white, 5px 5px 0px 0px #F4D345, 7px 7px 0px 0px white, 9px 9px 0px 0px #F4D345;
          box-shadow: 3px 3px 0px 0px white, 5px 5px 0px 0px #F4D345, 7px 7px 0px 0px white, 9px 9px 0px 0px #F4D345;
}
._5-8-kids .show-serie-button {
  background-color: rgb(238.5155329949, 195.7793891226, 11.8844670051);
}
._5-8-kids .close-button {
  color: rgb(178.8866497462, 146.8345418419, 8.9133502538);
}

._9-12-preteens.border-start {
  -webkit-box-shadow: 0px 0px 0px 15px #ffffff, 15px 0px 0px 15px #ffffff, 0px 0px 0px 17px #E9883F;
          box-shadow: 0px 0px 0px 15px #ffffff, 15px 0px 0px 15px #ffffff, 0px 0px 0px 17px #E9883F;
}
@media (max-width: 36em) {
  ._9-12-preteens.border-start {
    -webkit-box-shadow: 0px 0px 0px 15px #ffffff, 0px 15px 0px 15px #ffffff, 0px 0px 0px 17px #E9883F;
            box-shadow: 0px 0px 0px 15px #ffffff, 0px 15px 0px 15px #ffffff, 0px 0px 0px 17px #E9883F;
  }
}
._9-12-preteens.border-middle {
  -webkit-box-shadow: 0px 0px 0px 15px #ffffff, 15px 0px 0px 15px #ffffff, -15px 0px 0px 15px #ffffff, 0px 0px 0px 17px #E9883F;
          box-shadow: 0px 0px 0px 15px #ffffff, 15px 0px 0px 15px #ffffff, -15px 0px 0px 15px #ffffff, 0px 0px 0px 17px #E9883F;
}
@media (max-width: 36em) {
  ._9-12-preteens.border-middle {
    -webkit-box-shadow: 0px 0px 0px 15px #ffffff, 0px 15px 0px 15px #ffffff, 0px -15px 0px 15px #ffffff, 0px 0px 0px 17px #E9883F;
            box-shadow: 0px 0px 0px 15px #ffffff, 0px 15px 0px 15px #ffffff, 0px -15px 0px 15px #ffffff, 0px 0px 0px 17px #E9883F;
  }
}
._9-12-preteens.border-end {
  -webkit-box-shadow: 0px 0px 0px 15px #ffffff, -15px 0px 0px 15px #ffffff, 0px 0px 0px 17px #E9883F;
          box-shadow: 0px 0px 0px 15px #ffffff, -15px 0px 0px 15px #ffffff, 0px 0px 0px 17px #E9883F;
  position: relative;
}
@media (max-width: 36em) {
  ._9-12-preteens.border-end {
    -webkit-box-shadow: 0px 0px 0px 15px #ffffff, 0px -15px 0px 15px #ffffff, 0px 0px 0px 17px #E9883F;
            box-shadow: 0px 0px 0px 15px #ffffff, 0px -15px 0px 15px #ffffff, 0px 0px 0px 17px #E9883F;
  }
}
._9-12-preteens.collection-section {
  -webkit-box-shadow: 3px 3px 0px 0px white, 5px 5px 0px 0px #E9883F, 7px 7px 0px 0px white, 9px 9px 0px 0px #E9883F;
          box-shadow: 3px 3px 0px 0px white, 5px 5px 0px 0px #E9883F, 7px 7px 0px 0px white, 9px 9px 0px 0px #E9883F;
}
._9-12-preteens .show-serie-button {
  background-color: rgb(216.1076635514, 104.6059769104, 20.6923364486);
}
._9-12-preteens .close-button {
  color: rgb(162.0807476636, 78.4544826828, 15.5192523364);
}

._13-15-teens.border-start {
  -webkit-box-shadow: 0px 0px 0px 15px #ffffff, 15px 0px 0px 15px #ffffff, 0px 0px 0px 17px #EA5464;
          box-shadow: 0px 0px 0px 15px #ffffff, 15px 0px 0px 15px #ffffff, 0px 0px 0px 17px #EA5464;
}
@media (max-width: 36em) {
  ._13-15-teens.border-start {
    -webkit-box-shadow: 0px 0px 0px 15px #ffffff, 0px 15px 0px 15px #ffffff, 0px 0px 0px 17px #EA5464;
            box-shadow: 0px 0px 0px 15px #ffffff, 0px 15px 0px 15px #ffffff, 0px 0px 0px 17px #EA5464;
  }
}
._13-15-teens.border-middle {
  -webkit-box-shadow: 0px 0px 0px 15px #ffffff, 15px 0px 0px 15px #ffffff, -15px 0px 0px 15px #ffffff, 0px 0px 0px 17px #EA5464;
          box-shadow: 0px 0px 0px 15px #ffffff, 15px 0px 0px 15px #ffffff, -15px 0px 0px 15px #ffffff, 0px 0px 0px 17px #EA5464;
}
@media (max-width: 36em) {
  ._13-15-teens.border-middle {
    -webkit-box-shadow: 0px 0px 0px 15px #ffffff, 0px 15px 0px 15px #ffffff, 0px -15px 0px 15px #ffffff, 0px 0px 0px 17px #EA5464;
            box-shadow: 0px 0px 0px 15px #ffffff, 0px 15px 0px 15px #ffffff, 0px -15px 0px 15px #ffffff, 0px 0px 0px 17px #EA5464;
  }
}
._13-15-teens.border-end {
  -webkit-box-shadow: 0px 0px 0px 15px #ffffff, -15px 0px 0px 15px #ffffff, 0px 0px 0px 17px #EA5464;
          box-shadow: 0px 0px 0px 15px #ffffff, -15px 0px 0px 15px #ffffff, 0px 0px 0px 17px #EA5464;
  position: relative;
}
@media (max-width: 36em) {
  ._13-15-teens.border-end {
    -webkit-box-shadow: 0px 0px 0px 15px #ffffff, 0px -15px 0px 15px #ffffff, 0px 0px 0px 17px #EA5464;
            box-shadow: 0px 0px 0px 15px #ffffff, 0px -15px 0px 15px #ffffff, 0px 0px 0px 17px #EA5464;
  }
}
._13-15-teens.collection-section {
  -webkit-box-shadow: 3px 3px 0px 0px white, 5px 5px 0px 0px #EA5464, 7px 7px 0px 0px white, 9px 9px 0px 0px #EA5464;
          box-shadow: 3px 3px 0px 0px white, 5px 5px 0px 0px #EA5464, 7px 7px 0px 0px white, 9px 9px 0px 0px #EA5464;
}
._13-15-teens .show-serie-button {
  background-color: rgb(230.74875, 23.65125, 45.74165);
}
._13-15-teens .close-button {
  color: rgb(173.0615625, 17.7384375, 34.3062375);
}

._16-19-jugendliche.border-start {
  -webkit-box-shadow: 0px 0px 0px 15px #ffffff, 15px 0px 0px 15px #ffffff, 0px 0px 0px 17px #9377B4;
          box-shadow: 0px 0px 0px 15px #ffffff, 15px 0px 0px 15px #ffffff, 0px 0px 0px 17px #9377B4;
}
@media (max-width: 36em) {
  ._16-19-jugendliche.border-start {
    -webkit-box-shadow: 0px 0px 0px 15px #ffffff, 0px 15px 0px 15px #ffffff, 0px 0px 0px 17px #9377B4;
            box-shadow: 0px 0px 0px 15px #ffffff, 0px 15px 0px 15px #ffffff, 0px 0px 0px 17px #9377B4;
  }
}
._16-19-jugendliche.border-middle {
  -webkit-box-shadow: 0px 0px 0px 15px #ffffff, 15px 0px 0px 15px #ffffff, -15px 0px 0px 15px #ffffff, 0px 0px 0px 17px #9377B4;
          box-shadow: 0px 0px 0px 15px #ffffff, 15px 0px 0px 15px #ffffff, -15px 0px 0px 15px #ffffff, 0px 0px 0px 17px #9377B4;
}
@media (max-width: 36em) {
  ._16-19-jugendliche.border-middle {
    -webkit-box-shadow: 0px 0px 0px 15px #ffffff, 0px 15px 0px 15px #ffffff, 0px -15px 0px 15px #ffffff, 0px 0px 0px 17px #9377B4;
            box-shadow: 0px 0px 0px 15px #ffffff, 0px 15px 0px 15px #ffffff, 0px -15px 0px 15px #ffffff, 0px 0px 0px 17px #9377B4;
  }
}
._16-19-jugendliche.border-end {
  -webkit-box-shadow: 0px 0px 0px 15px #ffffff, -15px 0px 0px 15px #ffffff, 0px 0px 0px 17px #9377B4;
          box-shadow: 0px 0px 0px 15px #ffffff, -15px 0px 0px 15px #ffffff, 0px 0px 0px 17px #9377B4;
  position: relative;
}
@media (max-width: 36em) {
  ._16-19-jugendliche.border-end {
    -webkit-box-shadow: 0px 0px 0px 15px #ffffff, 0px -15px 0px 15px #ffffff, 0px 0px 0px 17px #9377B4;
            box-shadow: 0px 0px 0px 15px #ffffff, 0px -15px 0px 15px #ffffff, 0px 0px 0px 17px #9377B4;
  }
}
._16-19-jugendliche.collection-section {
  -webkit-box-shadow: 3px 3px 0px 0px white, 5px 5px 0px 0px #9377B4, 7px 7px 0px 0px white, 9px 9px 0px 0px #9377B4;
          box-shadow: 3px 3px 0px 0px white, 5px 5px 0px 0px #9377B4, 7px 7px 0px 0px white, 9px 9px 0px 0px #9377B4;
}
._16-19-jugendliche .show-serie-button {
  background-color: rgb(115.7205034574, 72.2701421801, 166.9298578199);
}
._16-19-jugendliche .close-button {
  color: rgb(86.790377593, 54.2026066351, 125.1973933649);
}

._20-22-junge-erwachsene.border-start {
  -webkit-box-shadow: 0px 0px 0px 15px #ffffff, 15px 0px 0px 15px #ffffff, 0px 0px 0px 17px #3899D5;
          box-shadow: 0px 0px 0px 15px #ffffff, 15px 0px 0px 15px #ffffff, 0px 0px 0px 17px #3899D5;
}
@media (max-width: 36em) {
  ._20-22-junge-erwachsene.border-start {
    -webkit-box-shadow: 0px 0px 0px 15px #ffffff, 0px 15px 0px 15px #ffffff, 0px 0px 0px 17px #3899D5;
            box-shadow: 0px 0px 0px 15px #ffffff, 0px 15px 0px 15px #ffffff, 0px 0px 0px 17px #3899D5;
  }
}
._20-22-junge-erwachsene.border-middle {
  -webkit-box-shadow: 0px 0px 0px 15px #ffffff, 15px 0px 0px 15px #ffffff, -15px 0px 0px 15px #ffffff, 0px 0px 0px 17px #3899D5;
          box-shadow: 0px 0px 0px 15px #ffffff, 15px 0px 0px 15px #ffffff, -15px 0px 0px 15px #ffffff, 0px 0px 0px 17px #3899D5;
}
@media (max-width: 36em) {
  ._20-22-junge-erwachsene.border-middle {
    -webkit-box-shadow: 0px 0px 0px 15px #ffffff, 0px 15px 0px 15px #ffffff, 0px -15px 0px 15px #ffffff, 0px 0px 0px 17px #3899D5;
            box-shadow: 0px 0px 0px 15px #ffffff, 0px 15px 0px 15px #ffffff, 0px -15px 0px 15px #ffffff, 0px 0px 0px 17px #3899D5;
  }
}
._20-22-junge-erwachsene.border-end {
  -webkit-box-shadow: 0px 0px 0px 15px #ffffff, -15px 0px 0px 15px #ffffff, 0px 0px 0px 17px #3899D5;
          box-shadow: 0px 0px 0px 15px #ffffff, -15px 0px 0px 15px #ffffff, 0px 0px 0px 17px #3899D5;
  position: relative;
}
@media (max-width: 36em) {
  ._20-22-junge-erwachsene.border-end {
    -webkit-box-shadow: 0px 0px 0px 15px #ffffff, 0px -15px 0px 15px #ffffff, 0px 0px 0px 17px #3899D5;
            box-shadow: 0px 0px 0px 15px #ffffff, 0px -15px 0px 15px #ffffff, 0px 0px 0px 17px #3899D5;
  }
}
._20-22-junge-erwachsene.collection-section {
  -webkit-box-shadow: 3px 3px 0px 0px white, 5px 5px 0px 0px #3899D5, 7px 7px 0px 0px white, 9px 9px 0px 0px #3899D5;
          box-shadow: 3px 3px 0px 0px white, 5px 5px 0px 0px #3899D5, 7px 7px 0px 0px white, 9px 9px 0px 0px #3899D5;
}
._20-22-junge-erwachsene .show-serie-button {
  background-color: rgb(31.8781742739, 125.445271031, 183.3218257261);
}
._20-22-junge-erwachsene .close-button {
  color: rgb(23.9086307054, 94.0839532733, 137.4913692946);
}

.collection-section {
  position: relative;
}
.collection-section .curriculum_item_textarea {
  padding-bottom: 1rem;
}
.collection-section .curriculum_item_textarea_thema,
.collection-section .curriculum_item_textarea_bibeltext,
.collection-section .curriculum_item_textarea_art,
.collection-section .curriculum_item_file {
  display: none;
}

.close-button {
  position: absolute;
  top: -3.8rem;
  right: -1.9rem;
  border: none;
  width: 2rem;
  height: 2rem;
  cursor: pointer;
  text-align: center;
  line-height: 18px;
  font-size: 20px;
  padding: 0rem;
  background-color: white;
  border-radius: 50%;
}

.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(#88ad3e), to(#bfa743));
  background-image: linear-gradient(0deg, #88ad3e 0%, #bfa743 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(#88ad3e), to(rgb(197.4761904762, 175.9047619048, 86.0238095238)));
  background-image: linear-gradient(0deg, #88ad3e 0%, rgb(197.4761904762, 175.9047619048, 86.0238095238) 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(191, 167, 67, 0.3)), color-stop(50%, rgba(191, 167, 67, 0)));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 50%), linear-gradient(0deg, rgba(191, 167, 67, 0.3) 0%, rgba(191, 167, 67, 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(101, 104, 173, 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%;
}
.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_icon {
  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;
  padding: 0.5rem;
  height: 13rem;
  background-color: white;
  border: 2px solid rgb(238.9824561404, 238.0175438596, 238.0175438596);
  border-radius: 0.1875rem;
}
.portfolio_area .portfolio_item_icon i {
  font-size: 5rem;
  color: #585353;
}
.portfolio_area .portfolio_item_icon i.primary1, .portfolio_area .portfolio_item_icon i.primary2, .portfolio_area .portfolio_item_icon i.secondary1, .portfolio_area .portfolio_item_icon i.secondary2, .portfolio_area .portfolio_item_icon i.tertiary1, .portfolio_area .portfolio_item_icon i.tertiary2 {
  padding: 0;
  background-color: white;
}
.portfolio_area .portfolio_item_icon i.primary1 {
  color: rgb(77.4830508475, 80.3177966102, 145.5169491525);
}
.portfolio_area .portfolio_item_icon i.primary2 {
  color: rgb(137.1548117155, 98.4937238494, 82.8451882845);
}
.portfolio_area .portfolio_item_icon i.secondary1 {
  color: rgb(106.485106383, 135.4553191489, 48.5446808511);
}
.portfolio_area .portfolio_item_icon i.secondary2 {
  color: rgb(154.4285714286, 134.7142857143, 52.5714285714);
}
.portfolio_area .portfolio_item_icon i.tertiary1 {
  color: rgb(12.038961039, 90.961038961, 62.2012987013);
}
.portfolio_area .portfolio_item_icon i.tertiary2 {
  color: rgb(40.6055776892, 125.1314741036, 167.3944223108);
}
.portfolio_area .portfolio_item_refer {
  position: absolute;
  background: #88AD3E;
  padding: 0.3rem 0.5rem;
  z-index: 3;
  top: 0;
  left: 0;
  color: white;
}
.portfolio_area .portfolio_item_refer.primary1, .portfolio_area .portfolio_item_refer.primary2, .portfolio_area .portfolio_item_refer.secondary1, .portfolio_area .portfolio_item_refer.secondary2, .portfolio_area .portfolio_item_refer.tertiary1, .portfolio_area .portfolio_item_refer.tertiary2 {
  padding: 0.1rem 0.3rem;
}
.portfolio_area .portfolio_item_refer.primary1 {
  background: rgb(86.343220339, 89.5021186441, 162.156779661);
}
.portfolio_area .portfolio_item_refer.primary2 {
  background: rgb(153.0523012552, 109.910041841, 92.4476987448);
}
.portfolio_area .portfolio_item_refer.secondary1 {
  background: rgb(121.2425531915, 154.2276595745, 55.2723404255);
}
.portfolio_area .portfolio_item_refer.secondary2 {
  background: rgb(173.4523809524, 151.3095238095, 59.0476190476);
}
.portfolio_area .portfolio_item_refer.tertiary1 {
  background: rgb(15.0194805195, 113.4805194805, 77.6006493506);
}
.portfolio_area .portfolio_item_refer.tertiary2 {
  background: rgb(45.5836653386, 140.4721115538, 187.9163346614);
}
.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: rgb(139.9649122807, 133.0350877193, 133.0350877193);
  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;
}
.portfolio_area .portfolio_item_title.vivano, .portfolio_area .portfolio_item_content_title.vivano {
  font-family: Vivano;
  font-weight: 500;
  line-height: 1.3rem;
}
@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_textline {
  font-size: 0.99rem;
  line-height: 1.155rem;
}
.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(rgb(106.485106383, 135.4553191489, 48.5446808511)), color-stop(50%, #bfa743));
  background: linear-gradient(0deg, rgb(106.485106383, 135.4553191489, 48.5446808511) 0%, #bfa743 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(47.4553191489, 60.3659574468, 21.6340425532, 0.7)), to(rgba(47.4553191489, 60.3659574468, 21.6340425532, 0.3)));
  background: linear-gradient(0deg, rgba(47.4553191489, 60.3659574468, 21.6340425532, 0.7) 0%, rgba(47.4553191489, 60.3659574468, 21.6340425532, 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(#359bce), to(rgba(53, 155, 206, 0.6)));
  background: linear-gradient(0deg, #359bce 0%, rgba(53, 155, 206, 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%;
  display: grid;
  grid-template-columns: 1fr;
}

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

.section_filter {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

#section_map {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  height: 25rem;
  width: 100%;
  border-radius: 0.1875rem;
  justify-self: center; /* horizontal zentrieren */
}
#section_map .leaflet-shadow-pane {
  display: none !important;
}

.section_area {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.branches_area {
  gap: 1.5rem;
  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) {
  .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(rgb(184.2050209205, 151.1673640167, 137.7949790795)), to(rgb(137.1548117155, 98.4937238494, 82.8451882845)));
  background-image: linear-gradient(0deg, rgb(184.2050209205, 151.1673640167, 137.7949790795) 0%, rgb(137.1548117155, 98.4937238494, 82.8451882845) 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(rgb(184.2050209205, 151.1673640167, 137.7949790795)), to(rgb(153.0523012552, 109.910041841, 92.4476987448)));
  background-image: linear-gradient(0deg, rgb(184.2050209205, 151.1673640167, 137.7949790795) 0%, rgb(153.0523012552, 109.910041841, 92.4476987448) 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(191, 167, 67, 0.3)), color-stop(50%, rgba(191, 167, 67, 0)));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 50%), linear-gradient(0deg, rgba(191, 167, 67, 0.3) 0%, rgba(191, 167, 67, 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(101, 104, 173, 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%;
}
.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_icon {
  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;
  padding: 0.5rem;
  height: 18rem;
  background-color: white;
  border: 2px solid rgb(238.9824561404, 238.0175438596, 238.0175438596);
  border-radius: 0.1875rem;
}
.branches_area .branches_item_icon i {
  font-size: 5rem;
  color: #585353;
}
.branches_area .branches_item_icon i.primary1, .branches_area .branches_item_icon i.primary2, .branches_area .branches_item_icon i.secondary1, .branches_area .branches_item_icon i.secondary2, .branches_area .branches_item_icon i.tertiary1, .branches_area .branches_item_icon i.tertiary2 {
  padding: 0;
  background-color: white;
}
.branches_area .branches_item_icon i.primary1 {
  color: rgb(77.4830508475, 80.3177966102, 145.5169491525);
}
.branches_area .branches_item_icon i.primary2 {
  color: rgb(137.1548117155, 98.4937238494, 82.8451882845);
}
.branches_area .branches_item_icon i.secondary1 {
  color: rgb(106.485106383, 135.4553191489, 48.5446808511);
}
.branches_area .branches_item_icon i.secondary2 {
  color: rgb(154.4285714286, 134.7142857143, 52.5714285714);
}
.branches_area .branches_item_icon i.tertiary1 {
  color: rgb(12.038961039, 90.961038961, 62.2012987013);
}
.branches_area .branches_item_icon i.tertiary2 {
  color: rgb(40.6055776892, 125.1314741036, 167.3944223108);
}
.branches_area .branches_item_refer {
  position: absolute;
  background: #88AD3E;
  padding: 0.3rem 0.5rem;
  z-index: 3;
  top: 0;
  left: 0;
  color: white;
}
.branches_area .branches_item_refer.primary1, .branches_area .branches_item_refer.primary2, .branches_area .branches_item_refer.secondary1, .branches_area .branches_item_refer.secondary2, .branches_area .branches_item_refer.tertiary1, .branches_area .branches_item_refer.tertiary2 {
  padding: 0.1rem 0.3rem;
}
.branches_area .branches_item_refer.primary1 {
  background: rgb(86.343220339, 89.5021186441, 162.156779661);
}
.branches_area .branches_item_refer.primary2 {
  background: rgb(153.0523012552, 109.910041841, 92.4476987448);
}
.branches_area .branches_item_refer.secondary1 {
  background: rgb(121.2425531915, 154.2276595745, 55.2723404255);
}
.branches_area .branches_item_refer.secondary2 {
  background: rgb(173.4523809524, 151.3095238095, 59.0476190476);
}
.branches_area .branches_item_refer.tertiary1 {
  background: rgb(15.0194805195, 113.4805194805, 77.6006493506);
}
.branches_area .branches_item_refer.tertiary2 {
  background: rgb(45.5836653386, 140.4721115538, 187.9163346614);
}
.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: rgb(139.9649122807, 133.0350877193, 133.0350877193);
  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;
}
.branches_area .branches_item_title.vivano, .branches_area .branches_item_content_title.vivano {
  font-family: Vivano;
  font-weight: 500;
  line-height: 1.3rem;
}
@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_textline {
  font-size: 0.99rem;
  line-height: 1.155rem;
}
.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(73.5648535565, 52.8284518828, 44.4351464435, 0.7)), to(rgba(73.5648535565, 52.8284518828, 44.4351464435, 0.3)));
  background: linear-gradient(0deg, rgba(73.5648535565, 52.8284518828, 44.4351464435, 0.7) 0%, rgba(73.5648535565, 52.8284518828, 44.4351464435, 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(#359bce), to(rgba(53, 155, 206, 0.6)));
  background: linear-gradient(0deg, #359bce 0%, rgba(53, 155, 206, 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_year:first-child h2 {
  margin: 0rem 0rem 1rem 0;
}

.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: rgb(243.9333333333, 243.2666666667, 243.2666666667);
}
@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: rgb(164.7192982456, 159.2807017544, 159.2807017544);
  }
}
.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 rgb(164.7192982456, 159.2807017544, 159.2807017544);
    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 rgb(164.7192982456, 159.2807017544, 159.2807017544);
  padding-left: 0.5rem;
  margin-left: 0.5rem;
}
@media (max-width: 48em) {
  .agenda_area .agenda_item_event {
    border-left: 0px solid rgb(164.7192982456, 159.2807017544, 159.2807017544);
    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: rgb(134.2796610169, 136.6313559322, 190.7203389831);
}
.agenda_area .agenda_item_topic {
  margin-top: 0.1rem;
  font-size: 1rem;
}

.quicklinks {
  padding: 1rem 0;
  position: relative;
}
.quicklinks section:not(.quicklinks_zone):not(:last-child) {
  position: sticky;
  top: 0;
  z-index: 3;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), to(white));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, white 100%);
  margin-top: -3rem;
  margin-bottom: -2rem;
  padding-top: 3rem;
  padding-bottom: 2rem;
}
.quicklinks .quicklinks_filter {
  position: sticky;
}

.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;
  position: relative;
}
@media (max-width: 75em) {
  .quicklinks_area {
    grid-template-columns: repeat(5, 1fr) !important;
  }
}
@media (max-width: 48em) {
  .quicklinks_area {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}
@media (max-width: 36em) {
  .quicklinks_area {
    gap: 1rem;
    grid-template-columns: 1fr !important;
  }
}
.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;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
@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_category {
  text-transform: uppercase;
  font-size: 0.77rem;
  margin-bottom: 0.7rem;
  text-align: center;
  line-height: 0.99rem;
  border-bottom: 1px solid black;
  padding-bottom: 0.4rem;
}
.quicklinks_area .quicklinks_item .quicklinks_item_title {
  font-weight: 700;
  font-family: Domine;
  text-align: center;
}
.quicklinks_area .quicklinks_item .quicklinks_item_title_img {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
@media (max-width: 36em) {
  .quicklinks_area .quicklinks_item .quicklinks_item_title_img {
    margin-left: -0.7rem;
    margin-right: -0.7rem;
  }
}
.quicklinks_area .quicklinks_item .quicklinks_item_title_img img[width="100%"] {
  margin-top: -1rem;
  margin-bottom: -1rem;
}
.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: rgb(238.9824561404, 238.0175438596, 238.0175438596);
  color: #585353;
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary1 {
  background-color: #6568ad;
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary1 a:not(button a) {
  border-bottom: 2px solid rgb(184.1991525424, 185.5783898305, 217.3008474576);
  text-decoration: none;
  font-weight: 450;
  padding-bottom: 0.05rem;
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary1 a:not(button a):hover {
  opacity: 0.8;
  border-bottom: 2px solid rgb(200.8389830508, 201.8940677966, 226.1610169492);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary1.change1 {
  background-color: rgb(88.68, 82.79, 184.57);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary1.change1 a:not(button a) {
  border-bottom: 2px solid rgb(176.0761424332, 173.2811597428, 221.5788402572);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary1.change1 a:not(button a):hover {
  border-bottom: 2px solid rgb(193.5553709199, 191.3793916914, 228.9806083086);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary1.change1 button a, .quicklinks_area div[name=LinkBox].quicklinks_item.primary1.change1 button span {
  background: rgb(68.0538872404, 62.8018249258, 153.5581750742);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary1.change2 {
  background-color: rgb(88.68, 82.79, 184.57);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary1.change2 a:not(button a) {
  border-bottom: 2px solid rgb(176.0761424332, 173.2811597428, 221.5788402572);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary1.change2 a:not(button a):hover {
  border-bottom: 2px solid rgb(193.5553709199, 191.3793916914, 228.9806083086);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary1.change2 button a, .quicklinks_area div[name=LinkBox].quicklinks_item.primary1.change2 button span {
  background: rgb(68.0538872404, 62.8018249258, 153.5581750742);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary1.change3 {
  background-color: rgb(81.43, 95.29, 173.57);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary1.change3 a:not(button a) {
  border-bottom: 2px solid rgb(168.215, 175.145, 214.285);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary1.change3 a:not(button a):hover {
  border-bottom: 2px solid rgb(185.572, 191.116, 222.428);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary1.change3 button a, .quicklinks_area div[name=LinkBox].quicklinks_item.primary1.change3 button span {
  background: rgb(65.144, 76.232, 138.856);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary1.change4 {
  background-color: rgb(95.18, 93.79, 174.82);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary1.change4 a:not(button a) {
  border-bottom: 2px solid rgb(179.5954687435, 178.9396540867, 217.1703459133);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary1.change4 a:not(button a):hover {
  border-bottom: 2px solid rgb(196.4785624922, 195.9695849041, 225.6404150959);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary1.change4 button a, .quicklinks_area div[name=LinkBox].quicklinks_item.primary1.change4 button span {
  background: rgb(73.5343125233, 72.2812452877, 145.3287547123);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary1.change5 {
  background-color: rgb(51.93, 86.04, 181.32);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary1.change5 a:not(button a) {
  border-bottom: 2px solid rgb(138.9785209003, 160.8045337621, 221.7714790997);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary1.change5 a:not(button a):hover {
  border-bottom: 2px solid rgb(158.8012861736, 176.8982315113, 227.4487138264);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary1.change5 button a, .quicklinks_area div[name=LinkBox].quicklinks_item.primary1.change5 button span {
  background: rgb(40.5755305466, 67.2273954984, 141.6744694534);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary1.change6 {
  background-color: rgb(60.68, 90.79, 209.57);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary1.change6 a:not(button a) {
  border-bottom: 2px solid rgb(164.0201459854, 178.1175286757, 233.7298540146);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary1.change6 a:not(button a):hover {
  border-bottom: 2px solid rgb(184.6881751825, 195.5830344108, 238.5618248175);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary1.change6 button a, .quicklinks_area div[name=LinkBox].quicklinks_item.primary1.change6 button span {
  background: rgb(41.5454744526, 69.0808967675, 177.7045255474);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary1.change7 {
  background-color: rgb(88.68, 82.79, 184.57);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary1.change7 a:not(button a) {
  border-bottom: 2px solid rgb(176.0761424332, 173.2811597428, 221.5788402572);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary1.change7 a:not(button a):hover {
  border-bottom: 2px solid rgb(193.5553709199, 191.3793916914, 228.9806083086);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary1.change7 button a, .quicklinks_area div[name=LinkBox].quicklinks_item.primary1.change7 button span {
  background: rgb(68.0538872404, 62.8018249258, 153.5581750742);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary1.change8 {
  background-color: rgb(88.68, 82.79, 184.57);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary1.change8 a:not(button a) {
  border-bottom: 2px solid rgb(176.0761424332, 173.2811597428, 221.5788402572);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary1.change8 a:not(button a):hover {
  border-bottom: 2px solid rgb(193.5553709199, 191.3793916914, 228.9806083086);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary1.change8 button a, .quicklinks_area div[name=LinkBox].quicklinks_item.primary1.change8 button span {
  background: rgb(68.0538872404, 62.8018249258, 153.5581750742);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary1.change9 {
  background-color: rgb(81.43, 95.29, 173.57);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary1.change9 a:not(button a) {
  border-bottom: 2px solid rgb(168.215, 175.145, 214.285);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary1.change9 a:not(button a):hover {
  border-bottom: 2px solid rgb(185.572, 191.116, 222.428);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary1.change9 button a, .quicklinks_area div[name=LinkBox].quicklinks_item.primary1.change9 button span {
  background: rgb(65.144, 76.232, 138.856);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary1.change10 {
  background-color: rgb(95.18, 93.79, 174.82);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary1.change10 a:not(button a) {
  border-bottom: 2px solid rgb(179.5954687435, 178.9396540867, 217.1703459133);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary1.change10 a:not(button a):hover {
  border-bottom: 2px solid rgb(196.4785624922, 195.9695849041, 225.6404150959);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary1.change10 button a, .quicklinks_area div[name=LinkBox].quicklinks_item.primary1.change10 button span {
  background: rgb(73.5343125233, 72.2812452877, 145.3287547123);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary1.change11 {
  background-color: rgb(51.93, 86.04, 181.32);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary1.change11 a:not(button a) {
  border-bottom: 2px solid rgb(138.9785209003, 160.8045337621, 221.7714790997);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary1.change11 a:not(button a):hover {
  border-bottom: 2px solid rgb(158.8012861736, 176.8982315113, 227.4487138264);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary1.change11 button a, .quicklinks_area div[name=LinkBox].quicklinks_item.primary1.change11 button span {
  background: rgb(40.5755305466, 67.2273954984, 141.6744694534);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary1.change12 {
  background-color: rgb(60.68, 90.79, 209.57);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary1.change12 a:not(button a) {
  border-bottom: 2px solid rgb(164.0201459854, 178.1175286757, 233.7298540146);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary1.change12 a:not(button a):hover {
  border-bottom: 2px solid rgb(184.6881751825, 195.5830344108, 238.5618248175);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary1.change12 button a, .quicklinks_area div[name=LinkBox].quicklinks_item.primary1.change12 button span {
  background: rgb(41.5454744526, 69.0808967675, 177.7045255474);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary2 {
  background-color: #A57B6A;
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary2 a:not(button a) {
  border-bottom: 2px solid rgb(213.0125523013, 193.4184100418, 185.4874476987);
  text-decoration: none;
  font-weight: 450;
  padding-bottom: 0.05rem;
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary2 a:not(button a):hover {
  opacity: 0.8;
  border-bottom: 2px solid rgb(222.6150627615, 207.5020920502, 201.3849372385);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary2.change1 {
  background-color: rgb(177.68, 106.0974576271, 94.07);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary2.change1 a:not(button a) {
  border-bottom: 2px solid rgb(219.0579643232, 185.7829734825, 180.1920356768);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary2.change1 a:not(button a):hover {
  border-bottom: 2px solid rgb(227.3335571878, 201.7200766536, 197.4164428122);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary2.change1 button a, .quicklinks_area div[name=LinkBox].quicklinks_item.primary2.change1 button span {
  background: rgb(149.1093284365, 82.7846852935, 71.6406715635);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary2.change2 {
  background-color: rgb(186.43, 123.3474576271, 66.32);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary2.change2 a:not(button a) {
  border-bottom: 2px solid rgb(220.954421365, 188.5708016899, 159.295578635);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary2.change2 a:not(button a):hover {
  border-bottom: 2px solid rgb(227.6454599407, 201.6262510688, 178.1045400593);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary2.change2 button a, .quicklinks_area div[name=LinkBox].quicklinks_item.primary2.change2 button span {
  background: rgb(148.8120771513, 98.4583563849, 52.9379228487);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary2.change3 {
  background-color: rgb(186.43, 123.3474576271, 66.32);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary2.change3 a:not(button a) {
  border-bottom: 2px solid rgb(220.954421365, 188.5708016899, 159.295578635);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary2.change3 a:not(button a):hover {
  border-bottom: 2px solid rgb(227.6454599407, 201.6262510688, 178.1045400593);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary2.change3 button a, .quicklinks_area div[name=LinkBox].quicklinks_item.primary2.change3 button span {
  background: rgb(148.8120771513, 98.4583563849, 52.9379228487);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary2.change4 {
  background-color: rgb(200.18, 121.8474576271, 67.57);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary2.change4 a:not(button a) {
  border-bottom: 2px solid rgb(229.0326315789, 191.9277430865, 166.2173684211);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary2.change4 a:not(button a):hover {
  border-bottom: 2px solid rgb(234.8031578947, 205.9438001784, 185.9468421053);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary2.change4 button a, .quicklinks_area div[name=LinkBox].quicklinks_item.primary2.change4 button span {
  background: rgb(167.7005263158, 97.613514719, 49.0494736842);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary2.change5 {
  background-color: rgb(156.93, 114.0974576271, 74.07);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary2.change5 a:not(button a) {
  border-bottom: 2px solid rgb(206.4216233766, 178.3301507814, 152.0783766234);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary2.change5 a:not(button a):hover {
  border-bottom: 2px solid rgb(214.5981818182, 191.2349768875, 169.4018181818);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary2.change5 button a, .quicklinks_area div[name=LinkBox].quicklinks_item.primary2.change5 button span {
  background: rgb(122.2831168831, 88.9071098393, 57.7168831169);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary2.change6 {
  background-color: rgb(165.68, 118.8474576271, 102.32);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary2.change6 a:not(button a) {
  border-bottom: 2px solid rgb(212.7390909091, 190.580718588, 182.7609090909);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary2.change6 a:not(button a):hover {
  border-bottom: 2px solid rgb(222.1509090909, 204.9273707802, 198.8490909091);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary2.change6 button a, .quicklinks_area div[name=LinkBox].quicklinks_item.primary2.change6 button span {
  background: rgb(136.9072727273, 94.9128029136, 80.0927272727);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary2.change7 {
  background-color: rgb(177.68, 106.0974576271, 94.07);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary2.change7 a:not(button a) {
  border-bottom: 2px solid rgb(219.0579643232, 185.7829734825, 180.1920356768);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary2.change7 a:not(button a):hover {
  border-bottom: 2px solid rgb(227.3335571878, 201.7200766536, 197.4164428122);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary2.change7 button a, .quicklinks_area div[name=LinkBox].quicklinks_item.primary2.change7 button span {
  background: rgb(149.1093284365, 82.7846852935, 71.6406715635);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary2.change8 {
  background-color: rgb(186.43, 123.3474576271, 66.32);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary2.change8 a:not(button a) {
  border-bottom: 2px solid rgb(220.954421365, 188.5708016899, 159.295578635);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary2.change8 a:not(button a):hover {
  border-bottom: 2px solid rgb(227.6454599407, 201.6262510688, 178.1045400593);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary2.change8 button a, .quicklinks_area div[name=LinkBox].quicklinks_item.primary2.change8 button span {
  background: rgb(148.8120771513, 98.4583563849, 52.9379228487);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary2.change9 {
  background-color: rgb(186.43, 123.3474576271, 66.32);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary2.change9 a:not(button a) {
  border-bottom: 2px solid rgb(220.954421365, 188.5708016899, 159.295578635);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary2.change9 a:not(button a):hover {
  border-bottom: 2px solid rgb(227.6454599407, 201.6262510688, 178.1045400593);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary2.change9 button a, .quicklinks_area div[name=LinkBox].quicklinks_item.primary2.change9 button span {
  background: rgb(148.8120771513, 98.4583563849, 52.9379228487);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary2.change10 {
  background-color: rgb(200.18, 121.8474576271, 67.57);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary2.change10 a:not(button a) {
  border-bottom: 2px solid rgb(229.0326315789, 191.9277430865, 166.2173684211);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary2.change10 a:not(button a):hover {
  border-bottom: 2px solid rgb(234.8031578947, 205.9438001784, 185.9468421053);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary2.change10 button a, .quicklinks_area div[name=LinkBox].quicklinks_item.primary2.change10 button span {
  background: rgb(167.7005263158, 97.613514719, 49.0494736842);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary2.change11 {
  background-color: rgb(156.93, 114.0974576271, 74.07);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary2.change11 a:not(button a) {
  border-bottom: 2px solid rgb(206.4216233766, 178.3301507814, 152.0783766234);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary2.change11 a:not(button a):hover {
  border-bottom: 2px solid rgb(214.5981818182, 191.2349768875, 169.4018181818);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary2.change11 button a, .quicklinks_area div[name=LinkBox].quicklinks_item.primary2.change11 button span {
  background: rgb(122.2831168831, 88.9071098393, 57.7168831169);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary2.change12 {
  background-color: rgb(165.68, 118.8474576271, 102.32);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary2.change12 a:not(button a) {
  border-bottom: 2px solid rgb(212.7390909091, 190.580718588, 182.7609090909);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary2.change12 a:not(button a):hover {
  border-bottom: 2px solid rgb(222.1509090909, 204.9273707802, 198.8490909091);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary2.change12 button a, .quicklinks_area div[name=LinkBox].quicklinks_item.primary2.change12 button span {
  background: rgb(136.9072727273, 94.9128029136, 80.0927272727);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary1 {
  background-color: #88AD3E;
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary1 a:not(button a) {
  border-bottom: 2px solid rgb(192.8617021277, 216.085106383, 146.414893617);
  text-decoration: none;
  font-weight: 450;
  padding-bottom: 0.05rem;
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary1 a:not(button a):hover {
  opacity: 0.8;
  border-bottom: 2px solid rgb(203.6042553191, 222.8127659574, 165.1872340426);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary1.change1 {
  background-color: rgb(136.65, 183.95, 61.55);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary1.change1 a:not(button a) {
  border-bottom: 2px solid rgb(194.2568228106, 220.6523421589, 152.3476578411);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary1.change1 a:not(button a):hover {
  border-bottom: 2px solid rgb(205.5630346232, 227.0455193483, 171.4544806517);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary1.change1 button a, .quicklinks_area div[name=LinkBox].quicklinks_item.secondary1.change1 button span {
  background: rgb(108.2624236253, 145.7363543788, 48.7636456212);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary1.change2 {
  background-color: rgb(152.65, 188.7, 44.8);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary1.change2 a:not(button a) {
  border-bottom: 2px solid rgb(203.4083511777, 226.4124197002, 134.5875802998);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary1.change2 a:not(button a):hover {
  border-bottom: 2px solid rgb(212.2377944325, 231.3049250535, 155.1950749465);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary1.change2 button a, .quicklinks_area div[name=LinkBox].quicklinks_item.secondary1.change2 button span {
  background: rgb(119.3088865096, 147.4850107066, 35.0149892934);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary1.change3 {
  background-color: rgb(159.15, 199.7, 35.05);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary1.change3 a:not(button a) {
  border-bottom: 2px solid rgb(207.4178913738, 232.9397763578, 129.3102236422);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary1.change3 a:not(button a):hover {
  border-bottom: 2px solid rgb(215.6300319489, 236.7471246006, 151.0028753994);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary1.change3 button a, .quicklinks_area div[name=LinkBox].quicklinks_item.secondary1.change3 button span {
  background: rgb(124.5742811502, 156.3146964856, 27.4353035144);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary1.change4 {
  background-color: rgb(159.15, 199.7, 35.05);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary1.change4 a:not(button a) {
  border-bottom: 2px solid rgb(207.4178913738, 232.9397763578, 129.3102236422);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary1.change4 a:not(button a):hover {
  border-bottom: 2px solid rgb(215.6300319489, 236.7471246006, 151.0028753994);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary1.change4 button a, .quicklinks_area div[name=LinkBox].quicklinks_item.secondary1.change4 button span {
  background: rgb(124.5742811502, 156.3146964856, 27.4353035144);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary1.change5 {
  background-color: rgb(115.9, 191.95, 41.55);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary1.change5 a:not(button a) {
  border-bottom: 2px solid rgb(179.9576017131, 228.4862955032, 132.5137044968);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary1.change5 a:not(button a):hover {
  border-bottom: 2px solid rgb(192.8004282655, 233.023875803, 153.476124197);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary1.change5 button a, .quicklinks_area div[name=LinkBox].quicklinks_item.secondary1.change5 button span {
  background: rgb(90.5856531049, 150.0251605996, 32.4748394004);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary1.change6 {
  background-color: rgb(124.65, 196.7, 69.8);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary1.change6 a:not(button a) {
  border-bottom: 2px solid rgb(192.9030800821, 227.2266940452, 166.7733059548);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary1.change6 a:not(button a):hover {
  border-bottom: 2px solid rgb(206.5536960986, 233.3320328542, 186.1679671458);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary1.change6 button a, .quicklinks_area div[name=LinkBox].quicklinks_item.secondary1.change6 button span {
  background: rgb(100.1389117043, 163.9039014374, 51.5960985626);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary1.change7 {
  background-color: rgb(136.65, 183.95, 61.55);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary1.change7 a:not(button a) {
  border-bottom: 2px solid rgb(194.2568228106, 220.6523421589, 152.3476578411);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary1.change7 a:not(button a):hover {
  border-bottom: 2px solid rgb(205.5630346232, 227.0455193483, 171.4544806517);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary1.change7 button a, .quicklinks_area div[name=LinkBox].quicklinks_item.secondary1.change7 button span {
  background: rgb(108.2624236253, 145.7363543788, 48.7636456212);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary1.change8 {
  background-color: rgb(152.65, 188.7, 44.8);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary1.change8 a:not(button a) {
  border-bottom: 2px solid rgb(203.4083511777, 226.4124197002, 134.5875802998);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary1.change8 a:not(button a):hover {
  border-bottom: 2px solid rgb(212.2377944325, 231.3049250535, 155.1950749465);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary1.change8 button a, .quicklinks_area div[name=LinkBox].quicklinks_item.secondary1.change8 button span {
  background: rgb(119.3088865096, 147.4850107066, 35.0149892934);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary1.change9 {
  background-color: rgb(159.15, 199.7, 35.05);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary1.change9 a:not(button a) {
  border-bottom: 2px solid rgb(207.4178913738, 232.9397763578, 129.3102236422);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary1.change9 a:not(button a):hover {
  border-bottom: 2px solid rgb(215.6300319489, 236.7471246006, 151.0028753994);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary1.change9 button a, .quicklinks_area div[name=LinkBox].quicklinks_item.secondary1.change9 button span {
  background: rgb(124.5742811502, 156.3146964856, 27.4353035144);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary1.change10 {
  background-color: rgb(159.15, 199.7, 35.05);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary1.change10 a:not(button a) {
  border-bottom: 2px solid rgb(207.4178913738, 232.9397763578, 129.3102236422);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary1.change10 a:not(button a):hover {
  border-bottom: 2px solid rgb(215.6300319489, 236.7471246006, 151.0028753994);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary1.change10 button a, .quicklinks_area div[name=LinkBox].quicklinks_item.secondary1.change10 button span {
  background: rgb(124.5742811502, 156.3146964856, 27.4353035144);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary1.change11 {
  background-color: rgb(115.9, 191.95, 41.55);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary1.change11 a:not(button a) {
  border-bottom: 2px solid rgb(179.9576017131, 228.4862955032, 132.5137044968);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary1.change11 a:not(button a):hover {
  border-bottom: 2px solid rgb(192.8004282655, 233.023875803, 153.476124197);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary1.change11 button a, .quicklinks_area div[name=LinkBox].quicklinks_item.secondary1.change11 button span {
  background: rgb(90.5856531049, 150.0251605996, 32.4748394004);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary1.change12 {
  background-color: rgb(124.65, 196.7, 69.8);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary1.change12 a:not(button a) {
  border-bottom: 2px solid rgb(192.9030800821, 227.2266940452, 166.7733059548);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary1.change12 a:not(button a):hover {
  border-bottom: 2px solid rgb(206.5536960986, 233.3320328542, 186.1679671458);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary1.change12 button a, .quicklinks_area div[name=LinkBox].quicklinks_item.secondary1.change12 button span {
  background: rgb(100.1389117043, 163.9039014374, 51.5960985626);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary2 {
  background-color: #BFA743;
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary2 a:not(button a) {
  border-bottom: 2px solid rgb(223.380952381, 211.5238095238, 162.119047619);
  text-decoration: none;
  font-weight: 450;
  padding-bottom: 0.05rem;
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary2 a:not(button a):hover {
  opacity: 0.8;
  border-bottom: 2px solid rgb(229.8571428571, 220.4285714286, 181.1428571429);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary2.change1 {
  background-color: rgb(198.74, 169.7841935484, 63.26);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary2.change1 a:not(button a) {
  border-bottom: 2px solid rgb(227.6639919355, 213.594739204, 161.8360080645);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary2.change1 a:not(button a):hover {
  border-bottom: 2px solid rgb(233.4487903226, 222.3568483351, 181.5512096774);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary2.change1 button a, .quicklinks_area div[name=LinkBox].quicklinks_item.secondary2.change1 button span {
  background: rgb(163.1336290323, 138.4978420916, 47.8663709677);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary2.change2 {
  background-color: rgb(214.74, 174.5341935484, 46.51);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary2.change2 a:not(button a) {
  border-bottom: 2px solid rgb(235.3757788945, 215.7779737397, 153.3742211055);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary2.change2 a:not(button a):hover {
  border-bottom: 2px solid rgb(239.5029346734, 224.0267297779, 174.7470653266);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary2.change2 button a, .quicklinks_area div[name=LinkBox].quicklinks_item.secondary2.change2 button span {
  background: rgb(176.2211959799, 142.238197763, 34.0288040201);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary2.change3 {
  background-color: rgb(207.49, 187.0341935484, 35.51);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary2.change3 a:not(button a) {
  border-bottom: 2px solid rgb(234.6146296296, 222.8714814815, 135.8853703704);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary2.change3 a:not(button a):hover {
  border-bottom: 2px solid rgb(238.3409876543, 228.7444364795, 157.6590123457);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary2.change3 button a, .quicklinks_area div[name=LinkBox].quicklinks_item.secondary2.change3 button span {
  background: rgb(163.9427160494, 147.7801035444, 28.0572839506);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary2.change4 {
  background-color: rgb(177.99, 177.7841935484, 43.26);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary2.change4 a:not(button a) {
  border-bottom: 2px solid rgb(223.4715254237, 223.3215308912, 125.2784745763);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary2.change4 a:not(button a):hover {
  border-bottom: 2px solid rgb(228.4574237288, 228.3311492619, 145.7925762712);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary2.change4 button a, .quicklinks_area div[name=LinkBox].quicklinks_item.secondary2.change4 button span {
  background: rgb(136.9617966102, 136.8034302898, 33.2882033898);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary2.change5 {
  background-color: rgb(177.99, 177.7841935484, 43.26);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary2.change5 a:not(button a) {
  border-bottom: 2px solid rgb(223.4715254237, 223.3215308912, 125.2784745763);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary2.change5 a:not(button a):hover {
  border-bottom: 2px solid rgb(228.4574237288, 228.3311492619, 145.7925762712);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary2.change5 button a, .quicklinks_area div[name=LinkBox].quicklinks_item.secondary2.change5 button span {
  background: rgb(136.9617966102, 136.8034302898, 33.2882033898);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary2.change6 {
  background-color: rgb(186.74, 182.5341935484, 71.51);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary2.change6 a:not(button a) {
  border-bottom: 2px solid rgb(221.3106057597, 219.2348502419, 164.4393942403);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary2.change6 a:not(button a):hover {
  border-bottom: 2px solid rgb(228.2247269116, 226.5749815805, 183.0252730884);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary2.change6 button a, .quicklinks_area div[name=LinkBox].quicklinks_item.secondary2.change6 button span {
  background: rgb(151.0558192651, 147.5934423551, 56.1941807349);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary2.change7 {
  background-color: rgb(198.74, 169.7841935484, 63.26);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary2.change7 a:not(button a) {
  border-bottom: 2px solid rgb(227.6639919355, 213.594739204, 161.8360080645);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary2.change7 a:not(button a):hover {
  border-bottom: 2px solid rgb(233.4487903226, 222.3568483351, 181.5512096774);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary2.change7 button a, .quicklinks_area div[name=LinkBox].quicklinks_item.secondary2.change7 button span {
  background: rgb(163.1336290323, 138.4978420916, 47.8663709677);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary2.change8 {
  background-color: rgb(214.74, 174.5341935484, 46.51);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary2.change8 a:not(button a) {
  border-bottom: 2px solid rgb(235.3757788945, 215.7779737397, 153.3742211055);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary2.change8 a:not(button a):hover {
  border-bottom: 2px solid rgb(239.5029346734, 224.0267297779, 174.7470653266);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary2.change8 button a, .quicklinks_area div[name=LinkBox].quicklinks_item.secondary2.change8 button span {
  background: rgb(176.2211959799, 142.238197763, 34.0288040201);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary2.change9 {
  background-color: rgb(207.49, 187.0341935484, 35.51);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary2.change9 a:not(button a) {
  border-bottom: 2px solid rgb(234.6146296296, 222.8714814815, 135.8853703704);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary2.change9 a:not(button a):hover {
  border-bottom: 2px solid rgb(238.3409876543, 228.7444364795, 157.6590123457);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary2.change9 button a, .quicklinks_area div[name=LinkBox].quicklinks_item.secondary2.change9 button span {
  background: rgb(163.9427160494, 147.7801035444, 28.0572839506);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary2.change10 {
  background-color: rgb(177.99, 177.7841935484, 43.26);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary2.change10 a:not(button a) {
  border-bottom: 2px solid rgb(223.4715254237, 223.3215308912, 125.2784745763);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary2.change10 a:not(button a):hover {
  border-bottom: 2px solid rgb(228.4574237288, 228.3311492619, 145.7925762712);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary2.change10 button a, .quicklinks_area div[name=LinkBox].quicklinks_item.secondary2.change10 button span {
  background: rgb(136.9617966102, 136.8034302898, 33.2882033898);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary2.change11 {
  background-color: rgb(177.99, 177.7841935484, 43.26);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary2.change11 a:not(button a) {
  border-bottom: 2px solid rgb(223.4715254237, 223.3215308912, 125.2784745763);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary2.change11 a:not(button a):hover {
  border-bottom: 2px solid rgb(228.4574237288, 228.3311492619, 145.7925762712);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary2.change11 button a, .quicklinks_area div[name=LinkBox].quicklinks_item.secondary2.change11 button span {
  background: rgb(136.9617966102, 136.8034302898, 33.2882033898);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary2.change12 {
  background-color: rgb(186.74, 182.5341935484, 71.51);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary2.change12 a:not(button a) {
  border-bottom: 2px solid rgb(221.3106057597, 219.2348502419, 164.4393942403);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary2.change12 a:not(button a):hover {
  border-bottom: 2px solid rgb(228.2247269116, 226.5749815805, 183.0252730884);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary2.change12 button a, .quicklinks_area div[name=LinkBox].quicklinks_item.secondary2.change12 button span {
  background: rgb(151.0558192651, 147.5934423551, 56.1941807349);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary1 {
  background-color: #12885D;
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary1 a:not(button a) {
  border-bottom: 2px solid rgb(53.2077922078, 228.2922077922, 164.4902597403);
  text-decoration: none;
  font-weight: 450;
  padding-bottom: 0.05rem;
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary1 a:not(button a):hover {
  opacity: 0.8;
  border-bottom: 2px solid rgb(75.7272727273, 231.2727272727, 174.5909090909);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary1.change1 {
  background-color: rgb(25.25, 141.5, 116.6610169492);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary1.change1 a:not(button a) {
  border-bottom: 2px solid rgb(71.9197901049, 222.3302098951, 190.192215333);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary1.change1 a:not(button a):hover {
  border-bottom: 2px solid rgb(93.5584707646, 226.1915292354, 197.8519998475);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary1.change1 button a, .quicklinks_area div[name=LinkBox].quicklinks_item.tertiary1.change1 button span {
  background: rgb(17.5273613193, 98.2226386807, 80.9805859782);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary1.change2 {
  background-color: rgb(41.25, 146.25, 99.9110169492);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary1.change2 a:not(button a) {
  border-bottom: 2px solid rgb(102.9, 212.1, 163.9074576271);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary1.change2 a:not(button a):hover {
  border-bottom: 2px solid rgb(122.79, 217.71, 175.819559322);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary1.change2 button a, .quicklinks_area div[name=LinkBox].quicklinks_item.tertiary1.change2 button span {
  background: rgb(30.03, 106.47, 72.735220339);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary1.change3 {
  background-color: rgb(34, 158.75, 88.9110169492);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary1.change3 a:not(button a) {
  border-bottom: 2px solid rgb(98.7208171206, 221.5291828794, 152.7771878916);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary1.change3 a:not(button a):hover {
  border-bottom: 2px solid rgb(119.7227626459, 226.0272373541, 166.5146409022);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary1.change3 button a, .quicklinks_area div[name=LinkBox].quicklinks_item.tertiary1.change3 button span {
  background: rgb(25.0038910506, 116.7461089494, 65.3859229704);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary1.change4 {
  background-color: rgb(47.75, 157.25, 90.1610169492);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary1.change4 a:not(button a) {
  border-bottom: 2px solid rgb(118.8445121951, 213.6554878049, 155.5662463828);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary1.change4 a:not(button a):hover {
  border-bottom: 2px solid rgb(138.4048780488, 219.5951219512, 169.851095494);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary1.change4 button a, .quicklinks_area div[name=LinkBox].quicklinks_item.tertiary1.change4 button span {
  background: rgb(35.8707317073, 118.1292682927, 67.7307151716);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary1.change5 {
  background-color: rgb(13.25, 154.25, 124.9110169492);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary1.change5 a:not(button a) {
  border-bottom: 2px solid rgb(57.0074626866, 237.9925373134, 200.3335441437);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary1.change5 a:not(button a):hover {
  border-bottom: 2px solid rgb(80.4902985075, 240.0097014925, 206.8172400708);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary1.change5 button a, .quicklinks_area div[name=LinkBox].quicklinks_item.tertiary1.change5 button span {
  background: rgb(9.2156716418, 107.2843283582, 86.8784088034);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary1.change6 {
  background-color: rgb(13.25, 154.25, 124.9110169492);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary1.change6 a:not(button a) {
  border-bottom: 2px solid rgb(57.0074626866, 237.9925373134, 200.3335441437);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary1.change6 a:not(button a):hover {
  border-bottom: 2px solid rgb(80.4902985075, 240.0097014925, 206.8172400708);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary1.change6 button a, .quicklinks_area div[name=LinkBox].quicklinks_item.tertiary1.change6 button span {
  background: rgb(9.2156716418, 107.2843283582, 86.8784088034);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary1.change7 {
  background-color: rgb(25.25, 141.5, 116.6610169492);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary1.change7 a:not(button a) {
  border-bottom: 2px solid rgb(71.9197901049, 222.3302098951, 190.192215333);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary1.change7 a:not(button a):hover {
  border-bottom: 2px solid rgb(93.5584707646, 226.1915292354, 197.8519998475);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary1.change7 button a, .quicklinks_area div[name=LinkBox].quicklinks_item.tertiary1.change7 button span {
  background: rgb(17.5273613193, 98.2226386807, 80.9805859782);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary1.change8 {
  background-color: rgb(41.25, 146.25, 99.9110169492);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary1.change8 a:not(button a) {
  border-bottom: 2px solid rgb(102.9, 212.1, 163.9074576271);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary1.change8 a:not(button a):hover {
  border-bottom: 2px solid rgb(122.79, 217.71, 175.819559322);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary1.change8 button a, .quicklinks_area div[name=LinkBox].quicklinks_item.tertiary1.change8 button span {
  background: rgb(30.03, 106.47, 72.735220339);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary1.change9 {
  background-color: rgb(34, 158.75, 88.9110169492);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary1.change9 a:not(button a) {
  border-bottom: 2px solid rgb(98.7208171206, 221.5291828794, 152.7771878916);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary1.change9 a:not(button a):hover {
  border-bottom: 2px solid rgb(119.7227626459, 226.0272373541, 166.5146409022);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary1.change9 button a, .quicklinks_area div[name=LinkBox].quicklinks_item.tertiary1.change9 button span {
  background: rgb(25.0038910506, 116.7461089494, 65.3859229704);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary1.change10 {
  background-color: rgb(47.75, 157.25, 90.1610169492);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary1.change10 a:not(button a) {
  border-bottom: 2px solid rgb(118.8445121951, 213.6554878049, 155.5662463828);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary1.change10 a:not(button a):hover {
  border-bottom: 2px solid rgb(138.4048780488, 219.5951219512, 169.851095494);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary1.change10 button a, .quicklinks_area div[name=LinkBox].quicklinks_item.tertiary1.change10 button span {
  background: rgb(35.8707317073, 118.1292682927, 67.7307151716);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary1.change11 {
  background-color: rgb(13.25, 154.25, 124.9110169492);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary1.change11 a:not(button a) {
  border-bottom: 2px solid rgb(57.0074626866, 237.9925373134, 200.3335441437);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary1.change11 a:not(button a):hover {
  border-bottom: 2px solid rgb(80.4902985075, 240.0097014925, 206.8172400708);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary1.change11 button a, .quicklinks_area div[name=LinkBox].quicklinks_item.tertiary1.change11 button span {
  background: rgb(9.2156716418, 107.2843283582, 86.8784088034);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary1.change12 {
  background-color: rgb(13.25, 154.25, 124.9110169492);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary1.change12 a:not(button a) {
  border-bottom: 2px solid rgb(57.0074626866, 237.9925373134, 200.3335441437);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary1.change12 a:not(button a):hover {
  border-bottom: 2px solid rgb(80.4902985075, 240.0097014925, 206.8172400708);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary1.change12 button a, .quicklinks_area div[name=LinkBox].quicklinks_item.tertiary1.change12 button span {
  background: rgb(9.2156716418, 107.2843283582, 86.8784088034);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary2 {
  background-color: #359BCE;
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary2 a:not(button a) {
  border-bottom: 2px solid rgb(155.609561753, 205.796812749, 230.890438247);
  text-decoration: none;
  font-weight: 450;
  padding-bottom: 0.05rem;
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary2 a:not(button a):hover {
  opacity: 0.8;
  border-bottom: 2px solid rgb(176.1314741036, 215.9561752988, 235.8685258964);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary2.change1 {
  background-color: rgb(34.88, 152.29, 227.87);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary2.change1 a:not(button a) {
  border-bottom: 2px solid rgb(148.3898078868, 205.2547118301, 241.8601921132);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary2.change1 a:not(button a):hover {
  border-bottom: 2px solid rgb(171.0917694641, 215.8476541962, 244.6582305359);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary2.change1 button a, .quicklinks_area div[name=LinkBox].quicklinks_item.tertiary2.change1 button span {
  background: rgb(23.2346916077, 123.7870374115, 188.5153083923);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary2.change2 {
  background-color: rgb(50.88, 157.04, 211.12);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary2.change2 a:not(button a) {
  border-bottom: 2px solid rgb(155.8207258065, 207.4025, 233.6792741935);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary2.change2 a:not(button a):hover {
  border-bottom: 2px solid rgb(176.8088709677, 217.475, 238.1911290323);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary2.change2 button a, .quicklinks_area div[name=LinkBox].quicklinks_item.tertiary2.change2 button span {
  background: rgb(37.3333870968, 127.655, 173.6666129032);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary2.change3 {
  background-color: rgb(43.63, 169.54, 200.12);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary2.change3 a:not(button a) {
  border-bottom: 2px solid rgb(141.0855384615, 212.7573846154, 230.1644615385);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary2.change3 a:not(button a):hover {
  border-bottom: 2px solid rgb(162.0211692308, 220.5208923077, 234.7288307692);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary2.change3 button a, .quicklinks_area div[name=LinkBox].quicklinks_item.tertiary2.change3 button span {
  background: rgb(34.5012615385, 134.0670153846, 158.2487384615);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary2.change4 {
  background-color: rgb(57.38, 168.04, 201.37);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary2.change4 a:not(button a) {
  border-bottom: 2px solid rgb(157.6647761194, 212.1689552239, 228.5852238806);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary2.change4 a:not(button a):hover {
  border-bottom: 2px solid rgb(177.7217313433, 220.9947462687, 234.0282686567);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary2.change4 button a, .quicklinks_area div[name=LinkBox].quicklinks_item.tertiary2.change4 button span {
  background: rgb(44.3448059701, 135.845761194, 163.4051940299);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary2.change5 {
  background-color: rgb(14.13, 160.29, 207.87);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary2.change5 a:not(button a) {
  border-bottom: 2px solid rgb(104.7156081081, 210.3853378378, 244.7843918919);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary2.change5 a:not(button a):hover {
  border-bottom: 2px solid rgb(128.5925675676, 217.4736486486, 246.4074324324);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary2.change5 button a, .quicklinks_area div[name=LinkBox].quicklinks_item.tertiary2.change5 button span {
  background: rgb(10.8839189189, 123.4666216216, 160.1160810811);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary2.change6 {
  background-color: rgb(34.88, 152.29, 227.87);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary2.change6 a:not(button a) {
  border-bottom: 2px solid rgb(148.3898078868, 205.2547118301, 241.8601921132);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary2.change6 a:not(button a):hover {
  border-bottom: 2px solid rgb(171.0917694641, 215.8476541962, 244.6582305359);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary2.change6 button a, .quicklinks_area div[name=LinkBox].quicklinks_item.tertiary2.change6 button span {
  background: rgb(23.2346916077, 123.7870374115, 188.5153083923);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary2.change7 {
  background-color: rgb(34.88, 152.29, 227.87);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary2.change7 a:not(button a) {
  border-bottom: 2px solid rgb(148.3898078868, 205.2547118301, 241.8601921132);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary2.change7 a:not(button a):hover {
  border-bottom: 2px solid rgb(171.0917694641, 215.8476541962, 244.6582305359);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary2.change7 button a, .quicklinks_area div[name=LinkBox].quicklinks_item.tertiary2.change7 button span {
  background: rgb(23.2346916077, 123.7870374115, 188.5153083923);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary2.change8 {
  background-color: rgb(50.88, 157.04, 211.12);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary2.change8 a:not(button a) {
  border-bottom: 2px solid rgb(155.8207258065, 207.4025, 233.6792741935);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary2.change8 a:not(button a):hover {
  border-bottom: 2px solid rgb(176.8088709677, 217.475, 238.1911290323);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary2.change8 button a, .quicklinks_area div[name=LinkBox].quicklinks_item.tertiary2.change8 button span {
  background: rgb(37.3333870968, 127.655, 173.6666129032);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary2.change9 {
  background-color: rgb(43.63, 169.54, 200.12);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary2.change9 a:not(button a) {
  border-bottom: 2px solid rgb(141.0855384615, 212.7573846154, 230.1644615385);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary2.change9 a:not(button a):hover {
  border-bottom: 2px solid rgb(162.0211692308, 220.5208923077, 234.7288307692);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary2.change9 button a, .quicklinks_area div[name=LinkBox].quicklinks_item.tertiary2.change9 button span {
  background: rgb(34.5012615385, 134.0670153846, 158.2487384615);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary2.change10 {
  background-color: rgb(57.38, 168.04, 201.37);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary2.change10 a:not(button a) {
  border-bottom: 2px solid rgb(157.6647761194, 212.1689552239, 228.5852238806);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary2.change10 a:not(button a):hover {
  border-bottom: 2px solid rgb(177.7217313433, 220.9947462687, 234.0282686567);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary2.change10 button a, .quicklinks_area div[name=LinkBox].quicklinks_item.tertiary2.change10 button span {
  background: rgb(44.3448059701, 135.845761194, 163.4051940299);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary2.change11 {
  background-color: rgb(14.13, 160.29, 207.87);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary2.change11 a:not(button a) {
  border-bottom: 2px solid rgb(104.7156081081, 210.3853378378, 244.7843918919);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary2.change11 a:not(button a):hover {
  border-bottom: 2px solid rgb(128.5925675676, 217.4736486486, 246.4074324324);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary2.change11 button a, .quicklinks_area div[name=LinkBox].quicklinks_item.tertiary2.change11 button span {
  background: rgb(10.8839189189, 123.4666216216, 160.1160810811);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary2.change12 {
  background-color: rgb(34.88, 152.29, 227.87);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary2.change12 a:not(button a) {
  border-bottom: 2px solid rgb(148.3898078868, 205.2547118301, 241.8601921132);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary2.change12 a:not(button a):hover {
  border-bottom: 2px solid rgb(171.0917694641, 215.8476541962, 244.6582305359);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary2.change12 button a, .quicklinks_area div[name=LinkBox].quicklinks_item.tertiary2.change12 button span {
  background: rgb(23.2346916077, 123.7870374115, 188.5153083923);
}
.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;
}
.quicklinks_area div[name=LinkBox].quicklinks_item .quicklinks_item_text {
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 48em) {
  .quicklinks_area.quicklinks_grid .quicklinks_item {
    grid-column: span 7 !important;
  }
}
.quicklinks_area.quicklinks_grid .quicklinks_item_title {
  font-size: 1.7rem !important;
  line-height: 2rem;
  padding-top: 0.7rem;
  padding-bottom: 0.9rem;
}
.quicklinks_area.quicklinks_grid .quicklinks_item_text {
  text-align: left;
  font-size: 0.99rem;
  line-height: 1.3rem;
}
.quicklinks_area.quicklinks_grid .quicklinks_item_text a {
  line-height: 1.3rem;
  font-size: 0.99rem;
}
.quicklinks_area.quicklinks_grid .quicklinks_item_text button {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.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.primary1 {
  background-color: #6568ad;
  color: rgb(251.3596491228, 251.1403508772, 251.1403508772);
}
.quicklinks_area a.quicklinks_item.primary2 {
  background-color: #A57B6A;
  color: rgb(251.3596491228, 251.1403508772, 251.1403508772);
}
.quicklinks_area a.quicklinks_item.secondary1 {
  background-color: #88AD3E;
  color: rgb(251.3596491228, 251.1403508772, 251.1403508772);
}
.quicklinks_area a.quicklinks_item.secondary2 {
  background-color: #BFA743;
  color: rgb(251.3596491228, 251.1403508772, 251.1403508772);
}
.quicklinks_area a.quicklinks_item.tertiary1 {
  background-color: #12885D;
  color: rgb(251.3596491228, 251.1403508772, 251.1403508772);
}
.quicklinks_area a.quicklinks_item.tertiary2 {
  background-color: #359BCE;
  color: rgb(251.3596491228, 251.1403508772, 251.1403508772);
}
.quicklinks_area a.quicklinks_item:not(.primary1):not(.primary2):not(.secondary1):not(.secondary2):not(.tertiary1):not(.tertiary2) {
  background: #359BCE;
  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:not(.primary1):not(.primary2):not(.secondary1):not(.secondary2):not(.tertiary1):not(.tertiary2):hover {
  background: #585353;
}
.quicklinks_area a.quicklinks_item:hover {
  -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;
}

:root {
  --parallax-offset-value: 10rem;
}

.quote { /* Enspricht dem Areal-Tag */
  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(101, 104, 173, 0.5)), to(rgba(101, 104, 173, 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(101, 104, 173, 0.5) 0%, rgba(101, 104, 173, 0.3) 100%);
  margin: 2rem auto;
}
.quote .quoting {
  padding: 6rem 16.6666666667%;
}
.quote:not(.quote_unique) {
  min-height: 31rem;
}
@media (max-width: 75em) {
  .quote:not(.quote_unique) {
    min-height: 40rem;
  }
}
.quote:not(.quote_unique) .quoting {
  padding: 0rem 16.6666666667%;
}

.quoting {
  position: absolute;
  z-index: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
  height: 100%;
  width: 100%;
  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;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 1rem;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  text-align: center;
}
.quoting:not(.primary1):not(.primary2):not(.secondary1):not(.secondary2):not(.tertiary1):not(.tertiary2) {
  background: white;
  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(101, 104, 173, 0.5)), to(rgba(101, 104, 173, 0.3))), -webkit-gradient(linear, left top, left bottom, from(white), to(white));
  background-image: linear-gradient(rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.6) 100%), linear-gradient(to right, rgba(101, 104, 173, 0.5) 0%, rgba(101, 104, 173, 0.3) 100%), linear-gradient(white 0%, white 100%);
}
@media (max-width: 75em) {
  .quoting {
    padding: 8rem 8.3333333333%;
  }
}
@media (max-width: 48em) {
  .quoting {
    padding: 4rem 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) {
  .quoting {
    padding: 2rem 4.1666666667%;
  }
}
.quoting .quote_item_icon {
  -ms-flex-preferred-size: 16.6666666667%;
      flex-basis: 16.6666666667%;
  justify-items: flex-end;
  padding-right: 1rem;
  border-right: 1px solid white;
}
@media (max-width: 48em) {
  .quoting .quote_item_icon {
    border-bottom: 1px solid white;
    border-right: 0px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1.3333333333rem;
  }
}
@media (max-width: 36em) {
  .quoting .quote_item_icon {
    padding: 1rem;
  }
}
.quoting .quote_item_icon.fa-quote-left, .quoting .quote_item_icon.fa-seedling {
  -webkit-transform: translate(3rem, 0);
          transform: translate(3rem, 0);
}
@media (max-width: 48em) {
  .quoting .quote_item_icon.fa-quote-left, .quoting .quote_item_icon.fa-seedling {
    -webkit-transform: translate(0rem, 0);
            transform: translate(0rem, 0);
  }
}
.quoting .quote_item_icon i {
  color: white;
  font-size: 7rem;
}
@media (max-width: 48em) {
  .quoting .quote_item_icon i {
    font-size: 7rem;
  }
}
@media (max-width: 36em) {
  .quoting .quote_item_icon i {
    font-size: 6rem;
  }
}
.quoting .quote_item_imageicon {
  text-align: center;
  overflow: hidden;
  width: 15rem;
  height: 15rem;
  border-radius: 50%;
  position: relative;
  z-index: 2;
  position: relative;
  -ms-flex-item-align: center;
      align-self: center;
}
@media (max-width: 62em) {
  .quoting .quote_item_imageicon {
    width: 10rem;
    height: 10rem;
  }
}
.quoting .quote_item_imageicon img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50%;
     object-position: 50%;
  width: 100%;
  height: 100%;
}
.quoting .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: 0.6666666667rem;
}
@media (max-width: 62em) {
  .quoting .quote_text {
    -ms-flex-preferred-size: 58.3333333333%;
        flex-basis: 58.3333333333%;
  }
}
@media (max-width: 48em) {
  .quoting .quote_text {
    border-left: 0px solid white;
    padding-top: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}
.quoting .quote_text_title {
  font-family: Domine;
  font-size: 3rem;
  line-height: 3.2rem;
  padding: 0.3333333333rem 0;
}
@media (max-width: 62em) {
  .quoting .quote_text_title {
    font-size: 2.7rem;
    line-height: 3rem;
  }
}
@media (max-width: 36em) {
  .quoting .quote_text_title {
    font-size: 2.4rem;
    padding: 0 0 0.1666666667rem 0;
  }
}
.quoting .quote_text_text {
  font-size: 1.8rem;
  line-height: 2rem;
  display: -webkit-box; /* Setzt den Anzeige-Modus auf -webkit-box, damit line-clamp funktioniert */
  -webkit-line-clamp: 5; /* Begrenzung auf 4 Zeilen */
  -webkit-box-orient: vertical; /* Box-Ausrichtung auf vertikal setzen */
  overflow: hidden; /* Verhindert das Anzeigen von überfließendem Inhalt */
  text-overflow: ellipsis; /* Fügt "..." am Ende des Textes hinzu */
}
@media (max-width: 62em) {
  .quoting .quote_text_text {
    font-size: 1.5rem;
    line-height: 1.7rem;
    -webkit-line-clamp: 9;
  }
}
@media (max-width: 36em) {
  .quoting .quote_text_text {
    font-size: 1.4rem;
    padding: 0.1666666667rem 0 0.3333333333rem 0;
  }
}
.quoting .quote_text_source {
  font-weight: 300;
  font-size: 1.2rem;
  padding-bottom: 2rem;
}
@media (max-width: 48em) {
  .quoting .quote_text_source {
    padding-bottom: 12rem;
  }
}
@media (max-width: 36em) {
  .quoting .quote_text_source {
    font-size: 1.1rem;
  }
}
.quoting .primary1, .quoting .primary2, .quoting .secondary1, .quoting .secondary2 {
  min-height: auto;
}
.quoting .button-primary1 .button_xl a {
  background-color: #6568ad;
  color: white;
}
.quoting .button-primary2 .button_xl a {
  background-color: #A57B6A;
  color: white;
}
.quoting .button-secondary1 .button_xl a {
  background-color: #88AD3E;
  color: white;
}
.quoting .button-secondary2 .button_xl a {
  background-color: #BFA743;
}

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

.parallax {
  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);
  -webkit-transition: -webkit-transform 0.1s ease;
  transition: -webkit-transform 0.1s ease;
  transition: transform 0.1s ease;
  transition: transform 0.1s ease, -webkit-transform 0.1s ease; /* Sanfter Übergang für die Bewegung */
}
.parallax .quote_text_title {
  font-size: 3.3rem;
  line-height: 3.5rem;
}
@media (max-width: 62em) {
  .parallax .quote_text_title {
    font-size: 2.3rem;
    line-height: 2.5rem;
  }
}

.parallax-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1; /* Stellt sicher, dass es hinter dem Inhalt bleibt */
  -webkit-transition: -webkit-transform 0.1s ease;
  transition: -webkit-transform 0.1s ease;
  transition: transform 0.1s ease;
  transition: transform 0.1s ease, -webkit-transform 0.1s ease; /* Sanfter Übergang für die Bewegung */
}

.parallax-image img {
  /*     width: 100%;
      height: auto;
      display: block;
      position: absolute;
      top: 0; */
  position: absolute;
  left: 0;
  top: 0;
  /* object-fit: cover;
  object-position: 100%;            
  width:100%;
  height:100%;   */
}

/* 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: rgb(214.2280701754, 211.7719298246, 211.7719298246);
  color: #585353;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  gap: 1rem;
  text-shadow: 0 0 1rem rgba(255, 255, 255, 0.5);
  color: rgb(48.6315789474, 45.8684210526, 45.8684210526);
  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;
  gap: 3rem;
}
.members_area.row3 {
  grid-template-columns: repeat(3, 1fr);
}
@media (min-width: 120.1em) {
  .members_area.row3 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 75em) {
  .members_area.row3 {
    grid-template-columns: repeat(2, 1fr);
    padding: 2rem 0rem;
  }
}
@media (max-width: 48em) {
  .members_area.row3 {
    grid-template-columns: repeat(2, 1fr);
    padding: 2rem 0rem;
  }
}
@media (max-width: 36em) {
  .members_area.row3 {
    grid-template-columns: repeat(1, 1fr);
    padding: 2rem 0rem;
  }
}
.members_area.row4 {
  grid-template-columns: repeat(4, 1fr);
}
@media (min-width: 120.1em) {
  .members_area.row4 {
    grid-template-columns: repeat(5, 1fr);
  }
}
.members_area.row5 {
  grid-template-columns: repeat(5, 1fr);
  gap: 2rem;
}
@media (min-width: 120.1em) {
  .members_area.row5 {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (max-width: 87.5em) {
  .members_area.row5 {
    grid-template-columns: repeat(4, 1fr);
    padding: 2rem 0rem;
    gap: 2rem !important;
  }
}
@media (max-width: 75em) {
  .members_area.row5 {
    grid-template-columns: repeat(3, 1fr);
    padding: 2rem 0rem;
  }
}
@media (max-width: 62em) {
  .members_area.row5 {
    grid-template-columns: repeat(2, 1fr);
    padding: 2rem 0rem;
  }
}
@media (max-width: 48em) {
  .members_area.row5 {
    grid-template-columns: repeat(2, 1fr);
    padding: 2rem 0rem;
  }
}
@media (max-width: 36em) {
  .members_area.row5 {
    grid-template-columns: repeat(1, 1fr);
    padding: 2rem 0rem;
  }
}
@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 {
    padding: 1rem 4rem;
  }
}
@media (max-width: 48em) {
  .members_area {
    grid-template-columns: repeat(2, 1fr);
    padding: 2rem 0rem;
  }
}
@media (max-width: 36em) {
  .members_area {
    grid-template-columns: repeat(1, 1fr);
    padding: 2rem 0rem;
  }
}
.members_area .members_item {
  background-color: rgb(246.4087719298, 245.8912280702, 245.8912280702);
  border-left-width: 0.3rem;
  border-left-style: solid;
  -o-border-image: linear-gradient(to bottom, #6568ad, #BFA743) 1 100%;
     border-image: -webkit-gradient(linear, left top, left bottom, from(#6568ad), to(#BFA743)) 1 100%;
     border-image: linear-gradient(to bottom, #6568ad, #BFA743) 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: 16rem;
  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: rgb(114.2456140351, 107.7543859649, 107.7543859649);
}
.members_area .members_item_text {
  padding: 0.5rem 0;
}
.members_area .members_item_line {
  border-bottom: 1px solid rgb(226.6052631579, 224.8947368421, 224.8947368421);
  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: rgb(164.7192982456, 159.2807017544, 159.2807017544);
  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: rgb(189.4736842105, 185.5263157895, 185.5263157895);
}
.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: rgb(164.7192982456, 159.2807017544, 159.2807017544);
}
.members_area .members_item_social a .fa-xl {
  font-size: 1.3rem;
}
.members_area.modern {
  max-width: 100%;
}
.members_area.modern.row3 .members_item_image {
  width: 9rem;
  height: 9rem;
  margin-top: -6.4rem;
}
@media (max-width: 87.5em) {
  .members_area.modern.row3 .members_item_image {
    width: 8.1rem;
    height: 8.1rem;
  }
}
.members_area.modern.row3 .members_item_name {
  height: 12rem;
  font-size: 1.5em;
}
@media (min-width: 120.1em) {
  .members_area.modern.row3 .members_item_name {
    height: 10rem;
    font-size: 1.6em;
  }
}
@media (max-width: 87.5em) {
  .members_area.modern.row3 .members_item_name {
    height: 12rem;
    font-size: 1.4em;
  }
}
@media (max-width: 75em) {
  .members_area.modern.row3 .members_item_name {
    height: 10rem;
    font-size: 1.3em;
  }
}
@media (max-width: 62em) {
  .members_area.modern.row3 .members_item_name {
    font-size: 1.2em;
  }
}
@media (max-width: 48em) {
  .members_area.modern.row3 .members_item_name {
    font-size: 1.1em;
  }
}
@media (max-width: 36em) {
  .members_area.modern.row3 .members_item_name {
    font-size: 1em;
  }
}
.members_area.modern.row5 {
  gap: 1.5%;
}
.members_area.modern.row5 .members_item_image {
  width: 8rem;
  height: 8rem;
  justify-self: end;
  margin-top: -5.3rem;
  margin-left: 4rem;
}
.members_area.modern.row5 .members_item_name {
  height: 11rem;
  font-size: 1.5em;
}
@media (max-width: 75em) {
  .members_area.modern.row5 .members_item_name {
    font-size: 1.3em;
  }
}
@media (max-width: 62em) {
  .members_area.modern.row5 .members_item_name {
    font-size: 1.2em;
  }
}
@media (max-width: 48em) {
  .members_area.modern.row5 .members_item_name {
    font-size: 1.1em;
  }
}
@media (max-width: 36em) {
  .members_area.modern.row5 .members_item_name {
    font-size: 1em;
  }
}
.members_area.modern .members_item {
  display: grid;
  grid-template-columns: 1fr;
  border-left: 0;
  border-radius: 0.1875rem;
}
.members_area.modern .members_item_image {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin: 0;
  align-self: top;
  justify-self: end;
  margin-right: 1rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  border: 0.35rem solid rgb(246.4087719298, 245.8912280702, 245.8912280702);
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-filter: none;
          filter: none;
  z-index: 3;
}
.members_area.modern .members_item_image_inner {
  margin: 0;
  display: grid;
  place-items: center;
  -webkit-box-shadow: 0 6px 16px rgba(31, 42, 68, 0.18);
          box-shadow: 0 6px 16px rgba(31, 42, 68, 0.18);
  max-width: 100%;
  height: auto;
  min-height: 100%;
  min-width: 100%;
  clip-path: none;
}
.members_area.modern .members_item_name {
  word-spacing: 100vw;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  position: relative;
  color: white;
  padding: 0.8rem;
  background: linear-gradient(135deg, #6568ad, rgb(118.7, 120.225, 155.3));
  clip-path: polygon(0 0, 100% 0, 100% 74%, 0 92%); /* schräger Abschluss */
  border-top-right-radius: 0.1875rem;
  border-top-left-radius: 0.1875rem;
  line-height: 1.2em;
  font-weight: 470;
  text-transform: uppercase;
}
.members_area.modern .members_item_name::first-line {
  font-weight: 820;
  text-transform: none;
  font-size: 1.5em;
}
.members_area.modern .members_item:nth-child(1) .members_item_name {
  background: linear-gradient(135deg, #6568ad, rgb(118.7, 120.225, 155.3));
}
.members_area.modern .members_item:nth-child(2) .members_item_name {
  background: linear-gradient(135deg, #A57B6A, rgb(147.075, 130.5953389831, 123.925));
}
.members_area.modern .members_item:nth-child(3) .members_item_name {
  background: linear-gradient(135deg, #88AD3E, rgb(130.125, 155.375, 79.625));
}
.members_area.modern .members_item:nth-child(4) .members_item_name {
  background: linear-gradient(135deg, #BFA743, rgb(172.1, 155.4161290323, 85.9));
}
.members_area.modern .members_item:nth-child(5) .members_item_name {
  background: linear-gradient(135deg, #12885D, rgb(29.55, 124.45, 89.8677966102));
}
.members_area.modern .members_item:nth-child(6) .members_item_name {
  background: linear-gradient(135deg, #359BCE, rgb(71.825, 148.725, 187.175));
}
.members_area.modern .members_item:nth-child(7) .members_item_name {
  background: linear-gradient(135deg, #6568ad, rgb(118.7, 120.225, 155.3));
}
.members_area.modern .members_item:nth-child(8) .members_item_name {
  background: linear-gradient(135deg, #A57B6A, rgb(147.075, 130.5953389831, 123.925));
}
.members_area.modern .members_item:nth-child(9) .members_item_name {
  background: linear-gradient(135deg, #88AD3E, rgb(130.125, 155.375, 79.625));
}
.members_area.modern .members_item:nth-child(10) .members_item_name {
  background: linear-gradient(135deg, #BFA743, rgb(172.1, 155.4161290323, 85.9));
}
.members_area.modern .members_item:nth-child(11) .members_item_name {
  background: linear-gradient(135deg, #12885D, rgb(29.55, 124.45, 89.8677966102));
}
.members_area.modern .members_item:nth-child(12) .members_item_name {
  background: linear-gradient(135deg, #359BCE, rgb(71.825, 148.725, 187.175));
}
.members_area.modern .members_item:nth-child(13) .members_item_name {
  background: linear-gradient(135deg, #6568ad, rgb(118.7, 120.225, 155.3));
}
.members_area.modern .members_item:nth-child(14) .members_item_name {
  background: linear-gradient(135deg, #A57B6A, rgb(147.075, 130.5953389831, 123.925));
}
.members_area.modern .members_item:nth-child(15) .members_item_name {
  background: linear-gradient(135deg, #88AD3E, rgb(130.125, 155.375, 79.625));
}
.members_area.modern .members_item:nth-child(16) .members_item_name {
  background: linear-gradient(135deg, #BFA743, rgb(172.1, 155.4161290323, 85.9));
}
.members_area.modern .members_item:nth-child(17) .members_item_name {
  background: linear-gradient(135deg, #12885D, rgb(29.55, 124.45, 89.8677966102));
}
.members_area.modern .members_item:nth-child(18) .members_item_name {
  background: linear-gradient(135deg, #359BCE, rgb(71.825, 148.725, 187.175));
}
.members_area.modern .members_item:nth-child(19) .members_item_name {
  background: linear-gradient(135deg, #6568ad, rgb(118.7, 120.225, 155.3));
}
.members_area.modern .members_item:nth-child(20) .members_item_name {
  background: linear-gradient(135deg, #A57B6A, rgb(147.075, 130.5953389831, 123.925));
}
.members_area.modern .members_item:nth-child(21) .members_item_name {
  background: linear-gradient(135deg, #88AD3E, rgb(130.125, 155.375, 79.625));
}
.members_area.modern .members_item:nth-child(22) .members_item_name {
  background: linear-gradient(135deg, #BFA743, rgb(172.1, 155.4161290323, 85.9));
}
.members_area.modern .members_item:nth-child(23) .members_item_name {
  background: linear-gradient(135deg, #12885D, rgb(29.55, 124.45, 89.8677966102));
}
.members_area.modern .members_item:nth-child(24) .members_item_name {
  background: linear-gradient(135deg, #359BCE, rgb(71.825, 148.725, 187.175));
}
.members_area.modern .members_item:nth-child(25) .members_item_name {
  background: linear-gradient(135deg, #6568ad, rgb(118.7, 120.225, 155.3));
}
.members_area.modern .members_item:nth-child(26) .members_item_name {
  background: linear-gradient(135deg, #A57B6A, rgb(147.075, 130.5953389831, 123.925));
}
.members_area.modern .members_item:nth-child(27) .members_item_name {
  background: linear-gradient(135deg, #88AD3E, rgb(130.125, 155.375, 79.625));
}
.members_area.modern .members_item:nth-child(28) .members_item_name {
  background: linear-gradient(135deg, #BFA743, rgb(172.1, 155.4161290323, 85.9));
}
.members_area.modern .members_item:nth-child(29) .members_item_name {
  background: linear-gradient(135deg, #12885D, rgb(29.55, 124.45, 89.8677966102));
}
.members_area.modern .members_item:nth-child(30) .members_item_name {
  background: linear-gradient(135deg, #359BCE, rgb(71.825, 148.725, 187.175));
}
.members_area.modern .members_item:nth-child(31) .members_item_name {
  background: linear-gradient(135deg, #6568ad, rgb(118.7, 120.225, 155.3));
}
.members_area.modern .members_item:nth-child(32) .members_item_name {
  background: linear-gradient(135deg, #A57B6A, rgb(147.075, 130.5953389831, 123.925));
}
.members_area.modern .members_item:nth-child(33) .members_item_name {
  background: linear-gradient(135deg, #88AD3E, rgb(130.125, 155.375, 79.625));
}
.members_area.modern .members_item:nth-child(34) .members_item_name {
  background: linear-gradient(135deg, #BFA743, rgb(172.1, 155.4161290323, 85.9));
}
.members_area.modern .members_item:nth-child(35) .members_item_name {
  background: linear-gradient(135deg, #12885D, rgb(29.55, 124.45, 89.8677966102));
}
.members_area.modern .members_item:nth-child(36) .members_item_name {
  background: linear-gradient(135deg, #359BCE, rgb(71.825, 148.725, 187.175));
}
.members_area.modern .members_item:nth-child(37) .members_item_name {
  background: linear-gradient(135deg, #6568ad, rgb(118.7, 120.225, 155.3));
}
.members_area.modern .members_item:nth-child(38) .members_item_name {
  background: linear-gradient(135deg, #A57B6A, rgb(147.075, 130.5953389831, 123.925));
}
.members_area.modern .members_item:nth-child(39) .members_item_name {
  background: linear-gradient(135deg, #88AD3E, rgb(130.125, 155.375, 79.625));
}
.members_area.modern .members_item:nth-child(40) .members_item_name {
  background: linear-gradient(135deg, #BFA743, rgb(172.1, 155.4161290323, 85.9));
}
.members_area.modern .members_item:nth-child(41) .members_item_name {
  background: linear-gradient(135deg, #12885D, rgb(29.55, 124.45, 89.8677966102));
}
.members_area.modern .members_item:nth-child(42) .members_item_name {
  background: linear-gradient(135deg, #359BCE, rgb(71.825, 148.725, 187.175));
}
.members_area.modern .members_item:nth-child(43) .members_item_name {
  background: linear-gradient(135deg, #6568ad, rgb(118.7, 120.225, 155.3));
}
.members_area.modern .members_item:nth-child(44) .members_item_name {
  background: linear-gradient(135deg, #A57B6A, rgb(147.075, 130.5953389831, 123.925));
}
.members_area.modern .members_item:nth-child(45) .members_item_name {
  background: linear-gradient(135deg, #88AD3E, rgb(130.125, 155.375, 79.625));
}
.members_area.modern .members_item:nth-child(46) .members_item_name {
  background: linear-gradient(135deg, #BFA743, rgb(172.1, 155.4161290323, 85.9));
}
.members_area.modern .members_item:nth-child(47) .members_item_name {
  background: linear-gradient(135deg, #12885D, rgb(29.55, 124.45, 89.8677966102));
}
.members_area.modern .members_item:nth-child(48) .members_item_name {
  background: linear-gradient(135deg, #359BCE, rgb(71.825, 148.725, 187.175));
}
.members_area.modern .members_item:nth-child(49) .members_item_name {
  background: linear-gradient(135deg, #6568ad, rgb(118.7, 120.225, 155.3));
}
.members_area.modern .members_item:nth-child(50) .members_item_name {
  background: linear-gradient(135deg, #A57B6A, rgb(147.075, 130.5953389831, 123.925));
}
.members_area.modern .members_item:nth-child(51) .members_item_name {
  background: linear-gradient(135deg, #88AD3E, rgb(130.125, 155.375, 79.625));
}
.members_area.modern .members_item:nth-child(52) .members_item_name {
  background: linear-gradient(135deg, #BFA743, rgb(172.1, 155.4161290323, 85.9));
}
.members_area.modern .members_item:nth-child(53) .members_item_name {
  background: linear-gradient(135deg, #12885D, rgb(29.55, 124.45, 89.8677966102));
}
.members_area.modern .members_item:nth-child(54) .members_item_name {
  background: linear-gradient(135deg, #359BCE, rgb(71.825, 148.725, 187.175));
}
.members_area.modern .members_item:nth-child(55) .members_item_name {
  background: linear-gradient(135deg, #6568ad, rgb(118.7, 120.225, 155.3));
}
.members_area.modern .members_item:nth-child(56) .members_item_name {
  background: linear-gradient(135deg, #A57B6A, rgb(147.075, 130.5953389831, 123.925));
}
.members_area.modern .members_item:nth-child(57) .members_item_name {
  background: linear-gradient(135deg, #88AD3E, rgb(130.125, 155.375, 79.625));
}
.members_area.modern .members_item:nth-child(58) .members_item_name {
  background: linear-gradient(135deg, #BFA743, rgb(172.1, 155.4161290323, 85.9));
}
.members_area.modern .members_item:nth-child(59) .members_item_name {
  background: linear-gradient(135deg, #12885D, rgb(29.55, 124.45, 89.8677966102));
}
.members_area.modern .members_item:nth-child(60) .members_item_name {
  background: linear-gradient(135deg, #359BCE, rgb(71.825, 148.725, 187.175));
}
.members_area.modern .members_item_position {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  padding: 0.8rem;
  line-height: 1.2em;
}
.members_area.modern .members_item_text, .members_area.modern .members_item_adresse, .members_area.modern .members_item_phone, .members_area.modern .members_item_mail, .members_area.modern .members_item_social {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
  padding: 0.25rem 1rem;
}
.members_area.modern .members_item_line {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  border-bottom: 1px solid rgb(226.6052631579, 224.8947368421, 224.8947368421);
  margin: 0.5rem;
}
.members_area.modern .members_item_adresse, .members_area.modern .members_item_phone, .members_area.modern .members_item_mail {
  grid-template-columns: 1fr 8fr;
  font-size: 1rem;
  line-height: 1.1rem;
  color: rgb(164.7192982456, 159.2807017544, 159.2807017544);
}
.members_area.modern .members_item_adresse i, .members_area.modern .members_item_phone i, .members_area.modern .members_item_mail i {
  font-size: 0.8rem;
  padding-top: 0.3rem;
}
.members_area.modern .members_item_mail a {
  color: rgb(189.4736842105, 185.5263157895, 185.5263157895);
}
.members_area.modern .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.modern .members_item_social a {
  color: rgb(164.7192982456, 159.2807017544, 159.2807017544);
}
.members_area.modern .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: #6568ad;
  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: #6568ad;
}
.infobox_area .infobox_item:nth-child(1) button a {
  background: rgb(86.343220339, 89.5021186441, 162.156779661);
}
.infobox_area .infobox_item:nth-child(2) i {
  background: #A57B6A;
}
.infobox_area .infobox_item:nth-child(2) button a {
  background: rgb(159.2384937238, 114.549790795, 96.4615062762);
}
.infobox_area .infobox_item:nth-child(3) i {
  background: #88AD3E;
}
.infobox_area .infobox_item:nth-child(3) button a {
  background: rgb(112.3880851064, 142.9642553191, 51.2357446809);
}
.infobox_area .infobox_item:nth-child(4) i {
  background: #BFA743;
}
.infobox_area .infobox_item:nth-child(4) button a {
  background: rgb(154.4285714286, 134.7142857143, 52.5714285714);
}
.infobox_area .infobox_item:nth-child(5) i {
  background: #12885D;
}
.infobox_area .infobox_item:nth-child(5) button a {
  background: rgb(15.0194805195, 113.4805194805, 77.6006493506);
}
.infobox_area .infobox_item:nth-child(6) i {
  background: #585353;
}
.infobox_area .infobox_item:nth-child(6) button a {
  background: rgb(74.8771929825, 70.6228070175, 70.6228070175);
}
.infobox_area .infobox_item button:hover a {
  background: rgb(45.5836653386, 140.4721115538, 187.9163346614);
}
.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: rgb(238.9824561404, 238.0175438596, 238.0175438596);
  clip-path: polygon(3% 3%, 90% 0, 100% 94%, 0% 100%);
}
@media (max-width: 36em) {
  .infobox_area .infobox_item_content::before {
    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(#88AD3E), to(#BFA743)) center bottom transparent no-repeat;
  background: linear-gradient(to left, #88AD3E 0%, #BFA743 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 {
  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 {
  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: 0.9rem;
  font-weight: 300;
  line-height: 1rem;
}
.timeline_item_time_end i {
  font-size: 0.6rem;
  vertical-align: top;
  margin-top: 0.28rem;
  color: rgba(88, 83, 83, 0.4);
  padding-right: 0.125rem;
}
.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: rgb(139.9649122807, 133.0350877193, 133.0350877193);
  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: #A57B6A;
}

#timeline.primary1 .timeline_item_bullet {
  background-color: #6568ad;
}

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

#timeline.secondary1 .timeline_item_bullet {
  background-color: #88AD3E;
}

#timeline.secondary2 .timeline_item_bullet {
  background-color: rgb(197.4761904762, 175.9047619048, 86.0238095238);
}

#timeline.tertiary1 .timeline_item_bullet {
  background-color: rgb(20.9805194805, 158.5194805195, 108.3993506494);
}

#timeline.tertiary2 .timeline_item_bullet {
  background-color: rgb(73.5219123506, 165.1593625498, 210.9780876494);
}

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: rgb(164.7192982456, 159.2807017544, 159.2807017544);
}
form:not(.chooseLang):not(.simple_form) .required::after {
  content: "*";
  display: inline-block;
  color: #359BCE;
}
form:not(.chooseLang):not(.simple_form) .error-message {
  color: #359BCE;
  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 rgb(164.7192982456, 159.2807017544, 159.2807017544);
  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: #359BCE;
  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: #88AD3E;
}
@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: #359BCE;
  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(rgb(139.9649122807, 133.0350877193, 133.0350877193)), to(rgb(114.2456140351, 107.7543859649, 107.7543859649)));
  background-image: linear-gradient(0deg, rgb(139.9649122807, 133.0350877193, 133.0350877193) 0%, rgb(114.2456140351, 107.7543859649, 107.7543859649) 100%);
  -webkit-transition: background-image 0.2s linear;
  transition: background-image 0.2s linear;
  position: relative;
  z-index: 3;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.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(rgb(139.9649122807, 133.0350877193, 133.0350877193)), to(rgb(127.3684210526, 120.1315789474, 120.1315789474)));
  background-image: linear-gradient(0deg, rgb(139.9649122807, 133.0350877193, 133.0350877193) 0%, rgb(127.3684210526, 120.1315789474, 120.1315789474) 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(191, 167, 67, 0.3)), color-stop(50%, rgba(191, 167, 67, 0)));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 50%), linear-gradient(0deg, rgba(191, 167, 67, 0.3) 0%, rgba(191, 167, 67, 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(101, 104, 173, 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%;
}
.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_icon {
  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;
  padding: 0.5rem;
  height: 10rem;
  background-color: white;
  border: 2px solid rgb(238.9824561404, 238.0175438596, 238.0175438596);
  border-radius: 0.1875rem;
}
.store_item_icon i {
  font-size: 5rem;
  color: #585353;
}
.store_item_icon i.primary1, .store_item_icon i.primary2, .store_item_icon i.secondary1, .store_item_icon i.secondary2, .store_item_icon i.tertiary1, .store_item_icon i.tertiary2 {
  padding: 0;
  background-color: white;
}
.store_item_icon i.primary1 {
  color: rgb(77.4830508475, 80.3177966102, 145.5169491525);
}
.store_item_icon i.primary2 {
  color: rgb(137.1548117155, 98.4937238494, 82.8451882845);
}
.store_item_icon i.secondary1 {
  color: rgb(106.485106383, 135.4553191489, 48.5446808511);
}
.store_item_icon i.secondary2 {
  color: rgb(154.4285714286, 134.7142857143, 52.5714285714);
}
.store_item_icon i.tertiary1 {
  color: rgb(12.038961039, 90.961038961, 62.2012987013);
}
.store_item_icon i.tertiary2 {
  color: rgb(40.6055776892, 125.1314741036, 167.3944223108);
}
.store_item_refer {
  position: absolute;
  background: #88AD3E;
  padding: 0.3rem 0.5rem;
  z-index: 3;
  top: 0;
  left: 0;
  color: white;
}
.store_item_refer.primary1, .store_item_refer.primary2, .store_item_refer.secondary1, .store_item_refer.secondary2, .store_item_refer.tertiary1, .store_item_refer.tertiary2 {
  padding: 0.1rem 0.3rem;
}
.store_item_refer.primary1 {
  background: rgb(86.343220339, 89.5021186441, 162.156779661);
}
.store_item_refer.primary2 {
  background: rgb(153.0523012552, 109.910041841, 92.4476987448);
}
.store_item_refer.secondary1 {
  background: rgb(121.2425531915, 154.2276595745, 55.2723404255);
}
.store_item_refer.secondary2 {
  background: rgb(173.4523809524, 151.3095238095, 59.0476190476);
}
.store_item_refer.tertiary1 {
  background: rgb(15.0194805195, 113.4805194805, 77.6006493506);
}
.store_item_refer.tertiary2 {
  background: rgb(45.5836653386, 140.4721115538, 187.9163346614);
}
.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: rgb(139.9649122807, 133.0350877193, 133.0350877193);
  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;
}
.store_item_title.vivano, .store_item_content_title.vivano {
  font-family: Vivano;
  font-weight: 500;
  line-height: 1.3rem;
}
@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_textline {
  font-size: 0.99rem;
  line-height: 1.155rem;
}
.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: #BFA743;
  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: #BFA743;
  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;
  margin-top: 0.5rem;
}
.store_oneitem_deal_table {
  display: grid;
  grid-template-columns: 1fr 2fr;
  margin-left: 1rem;
}
.store_oneitem_deal_table div {
  font-size: 0.88rem;
  padding: 0.125rem 0.25rem;
  border-bottom: 0.0625rem solid black;
}
.cart {
  display: grid;
  grid-template-columns: 1fr;
}
.cart .cart_list {
  width: 100%;
  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: right;
}
.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: right;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.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: rgb(160.6340425532, 195.9021276596, 90.0978723404);
  padding: 0.5rem;
  width: 1.5rem;
  margin: 0;
}
.cart_products .cart_product_delete button i:hover {
  color: #88ad3e;
}
.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, .cart_products_fee {
  text-align: right;
  color: rgb(114.2456140351, 107.7543859649, 107.7543859649);
}
.cart_products_porto__info, .cart_products_fee__info {
  text-align: right;
  color: #359BCE;
}
.cart_products_porto::before {
  content: "Porto: CHF";
  margin-right: 0.5rem;
  font-weight: normal;
}
.cart_products_fee::before {
  content: "Kleinbestellzuschlag: CHF";
  margin-right: 0.5rem;
  font-weight: normal;
}
.cart_products_producttotal {
  text-align: right;
}
.cart_products_producttotal::before {
  content: "Produkt-Summe: CHF";
  margin-right: 0.5rem;
}
.cart_products_total {
  font-weight: bold;
  text-align: right;
}
.cart_products_total::before {
  content: "Summe: CHF";
  font-weight: bold;
  margin-right: 0.5rem;
}

.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: #88AD3E;
  -ms-flex-preferred-size: 6rem;
      flex-basis: 6rem;
}
.cart_reduce_list:hover {
  background: #BFA743;
}
.cart_reduce_list:before {
  content: "\e197";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  font-size: 2rem;
}
.cart_reduce_list:hover:before {
  content: "\e197";
  font-weight: 300;
}
.cart_reduce_list:after {
  content: "Shop";
  font-size: 0.88rem;
  font-weight: normal;
}
.cart_reduce_symbol {
  background: #12885D;
  -ms-flex-preferred-size: 6rem;
      flex-basis: 6rem;
}
.cart_reduce_symbol:hover {
  background: #BFA743;
}
.cart_reduce_symbol:before {
  content: "\e3f1";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  font-size: 2rem;
}
.cart_reduce_symbol:hover:before {
  content: "\e3f1";
  font-weight: 300;
}
.cart_reduce_symbol:after {
  content: "Korb";
  font-size: 0.88rem;
  font-weight: normal;
}
.cart_reduce_quantity, .cart_reduce_price {
  background: rgb(177.0964912281, 172.4035087719, 172.4035087719);
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.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.2rem;
  padding-top: 0.125rem;
}
.checkout .cart_list {
  padding: 0rem;
  margin: 2rem 0rem;
}
.checkout .fehler {
  color: #359BCE;
}
.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: rgb(164.7192982456, 159.2807017544, 159.2807017544);
}
.buttons .cart_products_button_back:hover, .buttons .button_back:hover {
  background: rgb(201.850877193, 198.649122807, 198.649122807);
}
.buttons .cart_products_button_forward, .buttons .button_forward {
  background: #359BCE;
}
.buttons .cart_products_button_forward:hover, .buttons .button_forward:hover {
  background: rgb(114.5657370518, 185.4780876494, 220.9342629482);
}

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

.shortageStock {
  color: #359BCE;
}

.enoughStock {
  color: rgb(122, 161, 136.5);
}

.plentyStock {
  color: #88AD3E;
}

#accordion .accordion_item {
  border-radius: 0.1875rem;
  display: grid;
  gap: 0 2rem;
}
#accordion .accordion_item_index {
  margin-bottom: 5rem;
}
#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_anker {
  padding-bottom: 1.5rem;
  padding-top: 0rem;
}
#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: rgba(229.0807017544, 227.5192982456, 227.5192982456, 0.8);
  background-blend-mode: multiply;
  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_title.primary1 {
  background-color: #6568ad;
}
#accordion .accordion_item_title.primary2 {
  background-color: #A57B6A;
}
#accordion .accordion_item_title.secondary1 {
  background-color: #88AD3E;
}
#accordion .accordion_item_title.secondary2 {
  background-color: #BFA743;
}
#accordion .accordion_item_title.tertiary1 {
  background-color: #12885D;
}
#accordion .accordion_item_title.tertiary2 {
  background-color: #359BCE;
}
#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: #6568ad;
  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: rgba(243.9333333333, 243.2666666667, 243.2666666667, 0.8);
  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: rgb(164.7192982456, 159.2807017544, 159.2807017544);
  border: 0px solid rgb(243.9333333333, 243.2666666667, 243.2666666667);
  padding: 0.4rem 1.5rem;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(243.9333333333, 243.2666666667, 243.2666666667, 0.5)), to(rgba(251.3596491228, 251.1403508772, 251.1403508772, 0)));
  background-image: linear-gradient(rgba(243.9333333333, 243.2666666667, 243.2666666667, 0.5) 0%, rgba(251.3596491228, 251.1403508772, 251.1403508772, 0) 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;
}
@media (max-width: 48em) {
  .cover-image {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.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_image {
  position: absolute;
  z-index: 1;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: -2rem;
}
.cover-image_image img {
  width: 40%;
}
@media (max-width: 62em) {
  .cover-image_image img {
    width: 45%;
  }
}
@media (max-width: 48em) {
  .cover-image_image img {
    width: 60%;
  }
}
@media (max-width: 36em) {
  .cover-image_image img {
    width: 70%;
  }
}
.cover-image_title_img {
  position: absolute;
  z-index: 1;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  left: 25vh;
  top: 0;
  height: 100%;
}
@media (max-width: 75em) {
  .cover-image_title_img {
    left: 16.6666666667vh;
  }
}
@media (max-width: 62em) {
  .cover-image_title_img {
    height: 75%;
    left: 16.6666666667vh;
  }
}
@media (max-width: 48em) {
  .cover-image_title_img {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    left: 0;
    height: 75%;
  }
}
.cover-image_title_img img {
  width: 30%;
}
@media (max-width: 75em) {
  .cover-image_title_img img {
    width: 40%;
  }
}
@media (max-width: 48em) {
  .cover-image_title_img img {
    width: 55%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 36em) {
  .cover-image_title_img img {
    width: 70%;
  }
}
.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: rgb(242.25, 242.25, 242.25);
  -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%, rgb(42.0423728814, 43.5805084746, 78.9576271186)), color-stop(40%, rgba(234.1186440678, 234.5254237288, 243.8813559322, 0.3)), color-stop(80%, rgb(68.6228813559, 71.1334745763, 128.8771186441)));
  background-image: linear-gradient(90deg, rgb(42.0423728814, 43.5805084746, 78.9576271186) 15%, rgba(234.1186440678, 234.5254237288, 243.8813559322, 0.3) 40%, rgb(68.6228813559, 71.1334745763, 128.8771186441) 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%, rgb(73.5648535565, 52.8284518828, 44.4351464435)), color-stop(40%, rgba(241.820083682, 235.6694560669, 233.179916318, 0.3)), color-stop(80%, rgb(121.2573221757, 87.0774058577, 73.2426778243)));
  background-image: linear-gradient(90deg, rgb(73.5648535565, 52.8284518828, 44.4351464435) 15%, rgba(241.820083682, 235.6694560669, 233.179916318, 0.3) 40%, rgb(121.2573221757, 87.0774058577, 73.2426778243) 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%, rgb(47.4553191489, 60.3659574468, 21.6340425532)), color-stop(40%, rgba(225.0893617021, 236.2680851064, 202.7319148936, 0.3)), color-stop(80%, rgb(91.7276595745, 116.6829787234, 41.8170212766)));
  background-image: linear-gradient(90deg, rgb(47.4553191489, 60.3659574468, 21.6340425532) 15%, rgba(225.0893617021, 236.2680851064, 202.7319148936, 0.3) 40%, rgb(91.7276595745, 116.6829787234, 41.8170212766) 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%, rgb(78.3333333333, 68.3333333333, 26.6666666667)), color-stop(40%, rgba(242.8095238095, 238.2380952381, 219.1904761905, 0.3)), color-stop(80%, rgb(135.4047619048, 118.119047619, 46.0952380952)));
  background-image: linear-gradient(90deg, rgb(78.3333333333, 68.3333333333, 26.6666666667) 15%, rgba(242.8095238095, 238.2380952381, 219.1904761905, 0.3) 40%, rgb(135.4047619048, 118.119047619, 46.0952380952) 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%, rgb(0.1168831169, 0.8831168831, 0.6038961039)), color-stop(40%, rgba(120.7662337662, 237.2337662338, 194.7922077922, 0.3)), color-stop(80%, rgb(9.0584415584, 68.4415584416, 46.8019480519)));
  background-image: linear-gradient(90deg, rgb(0.1168831169, 0.8831168831, 0.6038961039) 15%, rgba(120.7662337662, 237.2337662338, 194.7922077922, 0.3) 40%, rgb(9.0584415584, 68.4415584416, 46.8019480519) 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%, rgb(20.6932270916, 63.7689243028, 85.3067729084)), color-stop(40%, rgba(217.1752988048, 236.2749003984, 245.8247011952, 0.3)), color-stop(80%, rgb(35.6274900398, 109.7908366534, 146.8725099602)));
  background-image: linear-gradient(90deg, rgb(20.6932270916, 63.7689243028, 85.3067729084) 15%, rgba(217.1752988048, 236.2749003984, 245.8247011952, 0.3) 40%, rgb(35.6274900398, 109.7908366534, 146.8725099602) 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(191, 167, 67, 0.4)), color-stop(50%, rgba(191, 167, 67, 0)));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 50%), linear-gradient(0deg, rgba(191, 167, 67, 0.4) 0%, rgba(191, 167, 67, 0) 50%);
  top: 30%;
}
.cover-image_inner:after { /*Grünton */
  background: rgba(101, 104, 173, 0.1);
  background-blend-mode: color;
  top: 0;
}

@media (max-width: 75em) {
  main:not(.noHeader) > :first-child#visual section {
    margin-top: 10rem;
  }
}

#visual {
  position: relative;
  gap: 1rem;
}
@media (max-width: 62em) {
  #visual section {
    overflow: visible;
  }
}
#visual .visual_area {
  position: relative;
  width: 100%;
  height: 100%;
}
#visual .visual_area.edit:after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  /* Zwei Hintergründe für "normale" und "stärkere" Linien */
  background-image: linear-gradient(to right, rgb(255, 255, 255) 1px, transparent 0), linear-gradient(to right, rgb(255, 255, 255) 3px, transparent 0), linear-gradient(to bottom, rgb(255, 255, 255) 1px, transparent 0), linear-gradient(to bottom, rgb(255, 255, 255) 3px, transparent 0);
  /* Wiederholungen: alle 10% (dünn) und alle 20% (dick) */
  background-size: 10% 100%, 20% 100%, 100% 10%, 100% 20%; /* dicke horizontale */
  background-position: 0 0, 0 0, 0 0, 0 0;
  background-repeat: repeat;
}
#visual .visual_area_img {
  -webkit-transition: -webkit-filter 1s ease;
  transition: -webkit-filter 1s ease;
  transition: filter 1s ease;
  transition: filter 1s ease, -webkit-filter 1s ease;
}
@media (max-width: 48em) {
  #visual .visual_area {
    -ms-touch-action: pan-x pan-y;
        touch-action: pan-x pan-y;
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }
  #visual .visual_area:not(.full) {
    width: 150vw;
  }
}
@media (max-width: 36em) {
  #visual .visual_area:not(.full) {
    width: 200vw;
  }
}
#visual .visual_area .visual_item_info {
  -webkit-transition: border 0.2s, -webkit-filter 1s ease;
  transition: border 0.2s, -webkit-filter 1s ease;
  transition: filter 1s ease, border 0.2s;
  transition: filter 1s ease, border 0.2s, -webkit-filter 1s ease;
  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;
  border-color: #6568ad;
  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;
  z-index: 2;
}
#visual .visual_area .visual_item_info.color_primary1 {
  border-color: #6568ad;
  -webkit-box-shadow: 0.02rem 0.02rem 0.125rem 0.1rem rgba(59.7627118644, 61.9491525424, 112.2372881356, 0.6);
          box-shadow: 0.02rem 0.02rem 0.125rem 0.1rem rgba(59.7627118644, 61.9491525424, 112.2372881356, 0.6);
}
#visual .visual_area .visual_item_info.color_primary2 {
  border-color: #A57B6A;
  -webkit-box-shadow: 0.02rem 0.02rem 0.125rem 0.1rem rgba(105.359832636, 75.6610878661, 63.640167364, 0.6);
          box-shadow: 0.02rem 0.02rem 0.125rem 0.1rem rgba(105.359832636, 75.6610878661, 63.640167364, 0.6);
}
#visual .visual_area .visual_item_info.color_secondary1 {
  border-color: #88AD3E;
  -webkit-box-shadow: 0.02rem 0.02rem 0.125rem 0.1rem rgba(76.970212766, 97.9106382979, 35.0893617021, 0.6);
          box-shadow: 0.02rem 0.02rem 0.125rem 0.1rem rgba(76.970212766, 97.9106382979, 35.0893617021, 0.6);
}
#visual .visual_area .visual_item_info.color_secondary2 {
  border-color: #BFA743;
  -webkit-box-shadow: 0.02rem 0.02rem 0.125rem 0.1rem rgba(116.380952381, 101.5238095238, 39.619047619, 0.6);
          box-shadow: 0.02rem 0.02rem 0.125rem 0.1rem rgba(116.380952381, 101.5238095238, 39.619047619, 0.6);
}
#visual .visual_area .visual_item_info.color_tertiary1 {
  border-color: #12885D;
  -webkit-box-shadow: 0.02rem 0.02rem 0.125rem 0.1rem rgba(6.0779220779, 45.9220779221, 31.4025974026, 0.6);
          box-shadow: 0.02rem 0.02rem 0.125rem 0.1rem rgba(6.0779220779, 45.9220779221, 31.4025974026, 0.6);
}
#visual .visual_area .visual_item_info.color_tertiary2 {
  border-color: #359BCE;
  -webkit-box-shadow: 0.02rem 0.02rem 0.125rem 0.1rem rgba(30.6494023904, 94.4501992032, 126.3505976096, 0.6);
          box-shadow: 0.02rem 0.02rem 0.125rem 0.1rem rgba(30.6494023904, 94.4501992032, 126.3505976096, 0.6);
}
#visual .visual_area .visual_item_info.color_primary1:hover {
  -webkit-transform: translate(-0.3rem, -0.3rem);
          transform: translate(-0.3rem, -0.3rem);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-box-shadow: 0.3rem 0.3rem 0.5rem 0rem rgba(59.7627118644, 61.9491525424, 112.2372881356, 0.4);
          box-shadow: 0.3rem 0.3rem 0.5rem 0rem rgba(59.7627118644, 61.9491525424, 112.2372881356, 0.4);
}
#visual .visual_area .visual_item_info.color_primary2:hover {
  -webkit-transform: translate(-0.3rem, -0.3rem);
          transform: translate(-0.3rem, -0.3rem);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-box-shadow: 0.3rem 0.3rem 0.5rem 0rem rgba(105.359832636, 75.6610878661, 63.640167364, 0.4);
          box-shadow: 0.3rem 0.3rem 0.5rem 0rem rgba(105.359832636, 75.6610878661, 63.640167364, 0.4);
}
#visual .visual_area .visual_item_info.color_secondary1:hover {
  -webkit-transform: translate(-0.3rem, -0.3rem);
          transform: translate(-0.3rem, -0.3rem);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-box-shadow: 0.3rem 0.3rem 0.5rem 0rem rgba(76.970212766, 97.9106382979, 35.0893617021, 0.4);
          box-shadow: 0.3rem 0.3rem 0.5rem 0rem rgba(76.970212766, 97.9106382979, 35.0893617021, 0.4);
}
#visual .visual_area .visual_item_info.color_secondary2:hover {
  -webkit-transform: translate(-0.3rem, -0.3rem);
          transform: translate(-0.3rem, -0.3rem);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-box-shadow: 0.3rem 0.3rem 0.5rem 0rem rgba(116.380952381, 101.5238095238, 39.619047619, 0.4);
          box-shadow: 0.3rem 0.3rem 0.5rem 0rem rgba(116.380952381, 101.5238095238, 39.619047619, 0.4);
}
#visual .visual_area .visual_item_info.color_tertiary1:hover {
  -webkit-transform: translate(-0.3rem, -0.3rem);
          transform: translate(-0.3rem, -0.3rem);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-box-shadow: 0.3rem 0.3rem 0.5rem 0rem rgba(6.0779220779, 45.9220779221, 31.4025974026, 0.4);
          box-shadow: 0.3rem 0.3rem 0.5rem 0rem rgba(6.0779220779, 45.9220779221, 31.4025974026, 0.4);
}
#visual .visual_area .visual_item_info.color_tertiary2:hover {
  -webkit-transform: translate(-0.3rem, -0.3rem);
          transform: translate(-0.3rem, -0.3rem);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-box-shadow: 0.3rem 0.3rem 0.5rem 0rem rgba(30.6494023904, 94.4501992032, 126.3505976096, 0.4);
          box-shadow: 0.3rem 0.3rem 0.5rem 0rem rgba(30.6494023904, 94.4501992032, 126.3505976096, 0.4);
}
#visual .visual_area .visual_item_info i {
  color: #6568ad;
  margin: 0;
  padding: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#visual .visual_area .visual_item_info.color_primary1 i {
  color: #6568ad;
}
#visual .visual_area .visual_item_info.color_primary2 i {
  color: #A57B6A;
}
#visual .visual_area .visual_item_info.color_secondary1 i {
  color: #88AD3E;
}
#visual .visual_area .visual_item_info.color_secondary2 i {
  color: #BFA743;
}
#visual .visual_area .visual_item_info.color_tertiary1 i {
  color: #12885D;
}
#visual .visual_area .visual_item_info.color_tertiary2 i {
  color: #359BCE;
}
#visual .visual_area .visual_item_info img {
  max-width: 1.1rem;
  max-height: 1.1rem;
}
#visual .visual_area .visual_item_info:not(.no-image):after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #6568ad;
  position: absolute;
  left: 0;
  top: 0;
  mix-blend-mode: screen;
  border-radius: 50%;
  opacity: 0.9;
}
#visual .visual_area .visual_item_info.color_primary1:not(.no-image):after {
  background-color: #6568ad;
}
#visual .visual_area .visual_item_info.color_primary2:not(.no-image):after {
  background-color: #A57B6A;
}
#visual .visual_area .visual_item_info.color_secondary1:not(.no-image):after {
  background-color: #88AD3E;
}
#visual .visual_area .visual_item_info.color_secondary2:not(.no-image):after {
  background-color: #BFA743;
}
#visual .visual_area .visual_item_info.color_tertiary1:not(.no-image):after {
  background-color: #12885D;
}
#visual .visual_area .visual_item_info.color_tertiary2:not(.no-image):after {
  background-color: #359BCE;
}
#visual .visual_area .visual_item_info.color_primary1:hover:not(.no-image):after {
  background-color: #A57B6A;
}
#visual .visual_area .visual_item_info.color_primary2:hover:not(.no-image):after {
  background-color: #A57B6A;
}
#visual .visual_area .visual_item_info.color_secondary1:hover:not(.no-image):after {
  background-color: #A57B6A;
}
#visual .visual_area .visual_item_info.color_secondary2:hover:not(.no-image):after {
  background-color: #A57B6A;
}
#visual .visual_area .visual_item_info.color_tertiary1:hover:not(.no-image):after {
  background-color: #A57B6A;
}
#visual .visual_area .visual_item_info.color_tertiary2:hover:not(.no-image):after {
  background-color: #A57B6A;
}
#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: #A57B6A;
  background: white;
  -webkit-transition: -webkit-filter 0.5s ease;
  transition: -webkit-filter 0.5s ease;
  transition: filter 0.5s ease;
  transition: filter 0.5s ease, -webkit-filter 0.5s ease;
  -webkit-filter: blur(0px) !important;
          filter: blur(0px) !important;
}
#visual .visual_area .visual_item_info:hover i {
  color: #A57B6A;
}
#visual .visual_area .visual_item_info:hover + .visual_item_short-content, #visual .visual_area .visual_item_info:focus + .visual_item_short-content, #visual .visual_area .visual_item_info:active + .visual_item_short-content {
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  pointer-events: auto;
}
#visual .visual_area .visual_item_info:hover + .visual_item_short-content:before, #visual .visual_area .visual_item_info:focus + .visual_item_short-content:before, #visual .visual_area .visual_item_info:active + .visual_item_short-content:before {
  -webkit-transform: rotate(45deg) translate(-0.2rem, 0.3rem);
          transform: rotate(45deg) translate(-0.2rem, 0.3rem);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
#visual .visual_area .visual_item_info:hover ~ .visual_item_more {
  opacity: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  pointer-events: auto;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
#visual .visual_area .visual_item_info:hover ~ .visual_item_more:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  translate: 3rem 0rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
@media (max-width: 48em) {
  #visual .visual_area .visual_item_info .visual_item_info {
    width: 2.5rem;
    height: 2.5rem;
  }
  #visual .visual_area .visual_item_info .visual_item_info i {
    font-size: 1.2rem;
  }
}
#visual .visual_area .visual_item_short-content {
  position: absolute;
  opacity: 0;
  z-index: 3;
  padding: 0.4rem;
  background: white;
  border-radius: 0.125rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  pointer-events: none;
  /* @media (max-width: $breakpoint-sm) {
      left:10% !important;
      top:50% !important;
      right:10% !important;
      min-height:50% !important;
      margin-top:-25% !important;
      width:auto !important;
  }*/
}
@media (max-width: 48em) {
  #visual .visual_area .visual_item_short-content {
    display: none !important;
    /*                 display: block !important;
                    position: fixed;
                    bottom: 0;
                    left: 0;
                    right: 0;
                    width: 100%;
                    background: white;
                    z-index: 10000;
                    opacity: 1;
                    padding: 1rem;
                    box-shadow: 0 -4px 8px rgba(0,0,0,0.2);
                    pointer-events: auto; */
  }
}
#visual .visual_area .visual_item_short-content:before {
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg) translate(0.4rem, 0);
          transform: rotate(45deg) translate(0.4rem, 0);
  background: white;
  left: 0rem;
  top: 0.65rem;
  width: 1.3rem;
  height: 1.3rem;
  border-radius: 0.125rem;
  z-index: -1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#visual .visual_area .visual_item_more {
  position: absolute;
  opacity: 0;
  z-index: 3;
  padding: 0.4rem;
  font-size: 0.8rem;
  line-height: 1rem;
  width: 4rem;
  background: white;
  border-radius: 0.125rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  pointer-events: none;
}
#visual .visual_area .visual_item_more:before {
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  translate: 2rem 0rem;
  background: white;
  left: 0rem;
  top: 0.65rem;
  width: 1.3rem;
  height: 1.3rem;
  border-radius: 0.125rem;
  z-index: -1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 48em) {
  #visual .visual_area .visual_item_more {
    display: none !important;
  }
}
#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 */
}
#visual .visual_mobile {
  position: absolute;
  opacity: 0;
  top: 5%; /* Zentriert vertikal innerhalb des Containers */
  left: 10vw; /* Startet bei der Bildschirmmitte des Viewports */
  width: 80vw; /* Optional: Feste Breite */
  z-index: 1000000;
}
#visual .visual_item_content {
  opacity: 0;
  position: absolute;
  left: 10%;
  top: 10%;
  right: 10%;
  -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.3rem;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
@media (max-width: 62em) {
  #visual .visual_item_content {
    padding: 0.5rem;
    gap: 0.5rem;
    left: 0% !important;
    right: 0% !important;
    margin-top: 5% !important;
  }
}
@media (max-width: 48em) {
  #visual .visual_item_content:not(.visual_mobile) {
    display: none !important;
  }
}
@media (min-width: 48em) {
  #visual .visual_item_content:is(.visual_mobile) {
    display: none !important;
  }
}
#visual .visual_item_content .visual_item_content_close {
  position: absolute;
  right: 1rem;
  top: 1rem;
  cursor: pointer;
}
#visual .visual_item_content_zone {
  display: grid;
  grid-auto-flow: row dense;
  grid-template-columns: 1fr 3fr;
  grid-template-rows: auto 1fr;
  gap: 1rem;
  padding: 1.5rem;
  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;
}
#visual .visual_item_content_zone.nopicture {
  grid-template-columns: 1fr;
}
@media (max-width: 62em) {
  #visual .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;
    gap: 0.4rem;
    grid-template-columns: 1fr 5fr;
  }
}
@media (max-width: 48em) {
  #visual .visual_item_content_zone {
    padding: 1rem;
    gap: 0.2rem;
  }
}
#visual .visual_item_content_zone_picture {
  grid-area: picture;
  text-align: center;
}
#visual .visual_item_content_zone_picture img {
  border-radius: 0.1875rem;
  max-width: 80%;
}
@media (max-width: 62em) {
  #visual .visual_item_content_zone_picture img {
    max-width: 40%;
  }
}
#visual .visual_item_content_zone_picture i {
  font-size: 6rem;
  background: rgb(225.0893617021, 236.2680851064, 202.7319148936);
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
  line-height: 1.7rem;
  padding-top: 1rem;
  margin-top: 2rem;
}
#visual .visual_item_content_zone_title {
  grid-area: title;
  padding: 0;
}
#visual .visual_item_content_zone_text {
  grid-area: inhalt;
  align-self: stretch;
  justify-self: stretch;
  place-self: stretch;
}

.webling-form__container form {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(6, 1fr);
}
.webling-form__container form .field_half {
  grid-column: span 3;
}
@media (max-width: 36em) {
  .webling-form__container form .field_half {
    grid-column: span 6;
  }
}
.webling-form__container form .field_oneThird {
  grid-column: span 2;
}
@media (max-width: 36em) {
  .webling-form__container form .field_oneThird {
    grid-column: span 6;
  }
}
.webling-form__container form .field_twoThird {
  grid-column: span 4;
}
@media (max-width: 36em) {
  .webling-form__container form .field_twoThird {
    grid-column: span 6;
  }
}
.webling-form__container form .field_full {
  grid-column: span 6;
}
.webling-form__container form .field_half_newline {
  grid-column: 1/span 3;
}
@media (max-width: 36em) {
  .webling-form__container form .field_half_newline {
    grid-column: 1/span 6;
  }
}
.webling-form__container form .field_oneThird_newline {
  grid-column: 1/span 2;
}
@media (max-width: 36em) {
  .webling-form__container form .field_oneThird_newline {
    grid-column: 1/span 6;
  }
}
.webling-form__container form .field_twoThird_newline {
  grid-column: 1/span 4;
}
@media (max-width: 36em) {
  .webling-form__container form .field_twoThird_newline {
    grid-column: 1/span 6;
  }
}
.webling-form__container form .field_full_fix {
  gap: 0;
  grid-column: span 6;
  margin-top: -1rem;
  margin-bottom: -1rem;
}

.webling-form__multiselect {
  display: grid;
  grid-template-columns: 1fr;
}
.webling-form__multiselect.columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 11rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.webling-form__multiselect.columns label {
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
}

.webling-Title {
  font-size: 1.9rem;
  font-weight: bold;
  margin-top: 1.5rem;
}

.subInfo {
  font-size: 0.9rem;
  line-height: 1.1rem;
  padding-bottom: 0.4rem;
}

.inputcontent {
  height: 0.5px;
  overflow: hidden;
}
.inputcontent input {
  margin-top: 1px;
}

input[type=text], input[type=url], input[type=search], input[type=email], input[type=password], input[type=tel],
input[type=time], input[type=number], input[type=date], select, textarea {
  background: auto;
  color: black;
  padding: 0.5rem 0.8rem;
  height: auto;
  margin: 5px 0;
  border: 1px solid black;
  width: 100%;
}

select {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}

body select option {
  background: white;
  color: black !important;
}

.wgl-style-input input[type=radio], .wgl-style-input input[type=checkbox] {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  width: 1.3rem;
  height: 1.3rem;
}

.webling-form__group--field-hide {
  display: none;
}

.error-message, .webling-form__required {
  color: red;
}

.webling-label .webling-form__required {
  display: inline-block;
  padding-left: 0.2rem;
}
.webling-label .webling-form__required:after {
  color: rgb(122, 161, 136.5);
  position: relative;
  content: " *";
}

.webling-group {
  margin: 0 0 1.5rem 0;
}

h2 {
  margin: 3rem 0 1rem 0;
}

.has-sm-font-size {
  font-size: 16px;
}

input[type=number] {
  width: 18%;
  padding: 0.2rem 1%;
  font-size: inherit;
}

#webling-form__submit, .btn-primary {
  margin: 2rem 0;
  font-size: 1.1rem;
  padding: 0.5rem 0.8rem;
  margin: 2rem 0 0 0;
  background: #359BCE;
}

.btn-primary:hover, .btn-primary:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #256AAB;
  background-color: var(--wbl-primary__dark);
  border-color: #256AAB;
  border-color: var(--wbl-primary__dark);
}

.btn-primary:hover {
  color: #fff;
  background-color: #6568ad;
  border-color: #0062cc;
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
  cursor: pointer;
}

@-webkit-keyframes einblenden {
  0% {
    opacity: 0; /* Start-Transparenz */
    -webkit-transform: translate(-4rem, 0);
            transform: translate(-4rem, 0);
  }
  100% {
    opacity: 1; /* Ziel-Transparenz (vollständig eingeblendet) */
    -webkit-transform: translate(0rem, 0);
            transform: translate(0rem, 0);
  }
}

@keyframes einblenden {
  0% {
    opacity: 0; /* Start-Transparenz */
    -webkit-transform: translate(-4rem, 0);
            transform: translate(-4rem, 0);
  }
  100% {
    opacity: 1; /* Ziel-Transparenz (vollständig eingeblendet) */
    -webkit-transform: translate(0rem, 0);
            transform: translate(0rem, 0);
  }
}
@media (max-width: 921px) {
  .webling-form__group--field-50-left,
  .webling-form__group--field-50-right,
  .webling-form__group--field-50-right input,
  .webling-form__group--field-50-left-alone,
  .webling-form__group--field-50-left-alone input,
  .webling-form__group--field-50-left select {
    width: 100%;
    float: none;
    padding-right: 0%;
  }
}
/* Melo */
.webling-form__group--field-AngabenUebernehmen,
.webling-form__group--field-NeueGruppe,
.webling-form__group--field-Angabenbernehmen,
.webling-form__group--field-VornameGruppenleiterin,
.webling-form__group--field-NachnameGruppenleiterin,
.webling-form__group--field-EMailGruppenleiterin,
.webling-form__group--field-MobileGruppenleiterin {
  background: #006993;
  color: white;
  padding: 1rem 2rem;
  margin: 0 !important;
}

.webling-form__group--field-NeueGruppe input[type=text],
.webling-form__group--field-Angabenbernehmen input[type=text],
.webling-form__group--field-VornameGruppenleiterin input[type=text],
.webling-form__group--field-NachnameGruppenleiterin input[type=text],
.webling-form__group--field-EMailGruppenleiterin input[type=text],
.webling-form__group--field-MobileGruppenleiterin input[type=text] {
  margin: 0;
}

.webling-form__group--field-NeueGruppe:before {
  content: "Neue Gruppe starten";
  font-size: 1.6rem;
  font-weight: bold;
  display: block;
  padding-bottom: 1rem;
}

/* Newleaders */
.webling-form__group--field-AngabenUebernehmen,
.webling-form__group--field-GruppenleiterneuesTeam,
.webling-form__group--field-GruppenleiterVorname,
.webling-form__group--field-GruppenleiterNachname,
.webling-form__group--field-GruppenleiterEMail,
.webling-form__group--field-GruppenleiterTeamgrsse {
  background: #209289;
  color: white;
  padding: 1rem 2rem;
  margin: 0 !important;
}

.webling-form__group--field-GruppenleiterneuesTeam input[type=text],
.webling-form__group--field-GruppenleiterVorname input[type=text],
.webling-form__group--field-GruppenleiterNachname input[type=text],
.webling-form__group--field-GruppenleiterEMail input[type=text],
.webling-form__group--field-GruppenleiterTeamgrsse input[type=text] {
  margin: 0;
  padding-left: 5%;
}

.ticketpreis { /* GAnzes Paket */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ticket_preisbereich {
  color: black;
  font-weight: bold;
  /*margin-bottom: 1rem;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
}

.ticket_preisbereich_waehrung {
  font-weight: normal;
  text-align: right;
}

.ticket_preisbereich_aufsplittung {
  display: block;
  font-size: 0.8rem;
  font-weight: normal;
}

#ticketpreis {
  /*border:1px solid black;*/
  font-size: 1.1rem;
  border-radius: 3px;
  /*padding:0.7rem;*/
  margin: 0 0.5rem;
  color: black;
  /*background-color: #FAEA00;*/
  display: inline-block;
  font-weight: bold;
  /*min-height:79px;
  min-width:141px;*/
}

#divSearchInput {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

#searchInput {
  margin: 1rem 0;
  position: relative;
  padding-right: 20px; /* Platz für das Lösch-X einfügen */
}

#clearSearchInput {
  position: absolute;
  right: 10px; /* Abstand zum rechten Rand des Suchfelds */
  top: 58%; /* Zentriert vertikal */
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); /* Zentriert vertikal */
  cursor: pointer; /* Zeiger-Cursor, um anklickbar anzuzeigen */
  font-size: 1.3em;
}

#clearSearchInput svg {
  fill: rgba(0, 0, 0, 0.6);
}

.newleaders_ticketpreise, .ticketpreis, .newleaders_hl-rabatt {
  font-size: 0.9rem;
  color: #209289;
  padding: 1rem;
  border: 1px solid #209289;
  background: rgba(32, 146, 137, 0.2);
  border-radius: 0.2rem;
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
}

.newleaders_ticketpreise {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #C9B148;
  padding: 1rem;
  border: 1px solid #C9B148;
  background: rgba(201, 177, 72, 0.1);
}

/* Behandelt das Problem, dass bei Autofill des Browser die Schrift weiss auf weiss ist */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 50px white inset; /* Change the color to your own background color */
  -webkit-text-fill-color: #333;
}

input:-webkit-autofill:focus, input:-webkit-autofill:hover {
  -webkit-box-shadow: 0 0 0 50px white inset; /*your box-shadow*/
  -webkit-text-fill-color: #333;
}

.invalid-feedback {
  display: none;
}

.webling-form__privacy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3rem;
}

/*Friendly Captcha*/
.frc-captcha * {
  margin: 0;
  padding: 0;
  border: 0;
  text-align: initial;
  border-radius: px;
  -webkit-filter: none !important;
          filter: none !important;
  -webkit-transition: none !important;
  transition: none !important;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  text-decoration: none;
  background-color: initial;
  color: #222;
}

.frc-captcha {
  position: relative;
  min-width: 250px;
  max-width: 312px;
  border: 1px solid #f4f4f4;
  padding-bottom: 12px;
  background-color: #fff;
}

.frc-captcha b {
  font-weight: 700;
}

.frc-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 52px;
}

.frc-icon {
  fill: #222;
  stroke: #222;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 8px 8px 0;
}

.frc-icon.frc-warning {
  fill: #c00;
}

.frc-success .frc-icon {
  -webkit-animation: 1s ease-in both frc-fade-in;
          animation: 1s ease-in both frc-fade-in;
}

.frc-content {
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 4px 6px 0 0;
  overflow-x: auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.frc-banner {
  position: absolute;
  bottom: 0;
  right: 6px;
  line-height: 1;
}

.frc-banner * {
  font-size: 10px;
  opacity: 0.8;
  text-decoration: none;
}

.frc-progress {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 3px 0;
  height: 4px;
  border: none;
  background-color: #eee;
  color: #222;
  width: 100%;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}

.frc-progress::-webkit-progress-bar {
  background: #eee;
}

.frc-progress::-webkit-progress-value {
  background: #222;
}

.frc-progress::-moz-progress-bar {
  background: #222;
}

.frc-button {
  cursor: pointer;
  padding: 2px 6px;
  background-color: #f1f1f1;
  border: 1px solid transparent;
  text-align: center;
  font-weight: 600;
  text-transform: none;
}

.frc-button:focus {
  border: 1px solid #333;
}

.frc-button:hover {
  background-color: #ddd;
}

.frc-captcha-solution {
  display: none;
}

.frc-err-url {
  text-decoration: underline;
  font-size: 0.9em;
}

.dark.frc-captcha {
  color: #fff;
  background-color: #222;
  border-color: #333;
}

.dark.frc-captcha * {
  color: #fff;
}

.dark.frc-captcha button {
  background-color: #444;
}

.dark .frc-icon {
  fill: #fff;
  stroke: #fff;
}

.dark .frc-progress {
  background-color: #444;
}

.dark .frc-progress::-webkit-progress-bar {
  background: #444;
}

.dark .frc-progress::-webkit-progress-value {
  background: #ddd;
}

.dark .frc-progress::-moz-progress-bar {
  background: #ddd;
}

@-webkit-keyframes frc-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes frc-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.documents_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: 1.5rem;
  max-width: 1900px;
}
@media (max-width: 36em) {
  .documents_area {
    gap: 1rem;
  }
}
.documents_area .documents_item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
  -ms-flex-preferred-size: calc(16.6666666667% - 2.5rem);
      flex-basis: calc(16.6666666667% - 2.5rem);
  max-width: calc(16.6666666667% - 2.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(rgb(238.9824561404, 238.0175438596, 238.0175438596)), to(white));
  background-image: linear-gradient(0deg, rgb(238.9824561404, 238.0175438596, 238.0175438596) 0%, white 100%);
  -webkit-transition: background-image 0.2s linear;
  transition: background-image 0.2s linear;
  position: relative;
  z-index: 3;
}
.documents_area .documents_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) {
  .documents_area .documents_item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 20%;
            flex: 1 1 20%;
    -ms-flex-preferred-size: calc(20% - 2.4rem);
        flex-basis: calc(20% - 2.4rem);
    max-width: calc(20% - 2.4rem);
  }
}
@media (max-width: 75em) {
  .documents_area .documents_item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 20%;
            flex: 1 1 20%;
    -ms-flex-preferred-size: calc(20% - 2.4rem);
        flex-basis: calc(20% - 2.4rem);
    max-width: calc(20% - 2.4rem);
  }
}
@media (max-width: 62em) {
  .documents_area .documents_item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 25%;
            flex: 1 1 25%;
    -ms-flex-preferred-size: calc(25% - 2.25rem);
        flex-basis: calc(25% - 2.25rem);
    max-width: calc(25% - 2.25rem);
  }
}
@media (max-width: 36em) {
  .documents_area .documents_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%;
  }
}
.documents_area .documents_item:hover {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(238.9824561404, 238.0175438596, 238.0175438596)), to(white));
  background-image: linear-gradient(0deg, rgb(238.9824561404, 238.0175438596, 238.0175438596) 0%, white 100%);
  -webkit-transition: background-image 0.2s linear;
  transition: background-image 0.2s linear;
}
.documents_area .documents_item_image, .documents_area .documents_item_image-second {
  overflow: hidden;
  border-radius: 0.1875rem;
  position: relative;
  z-index: 2;
  height: 7rem;
  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);
}
.documents_area .documents_item_image_inner, .documents_area .documents_item_image-second_inner {
  position: relative;
  overflow: hidden;
  padding: 0;
  border-radius: 0.1875rem;
  width: 100%;
  height: 100%;
  background-size: cover;
}
.documents_area .documents_item_image_inner:before, .documents_area .documents_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(191, 167, 67, 0.3)), color-stop(50%, rgba(191, 167, 67, 0)));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 50%), linear-gradient(0deg, rgba(191, 167, 67, 0.3) 0%, rgba(191, 167, 67, 0) 50%);
  right: 0;
  bottom: 0;
  top: 30%;
  left: 0;
  z-index: 1;
}
.documents_area .documents_item_image_inner:after, .documents_area .documents_item_image-second_inner:after { /*Grünton */
  content: "";
  position: absolute;
  background: rgba(101, 104, 173, 0.08);
  background-blend-mode: color;
  right: 0;
  bottom: 0;
  top: 0;
  left: 0;
  z-index: 1;
}
.documents_area .documents_item_image img, .documents_area .documents_item_image-second img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50%;
     object-position: 50%;
  width: 100%;
  height: 100%;
}
.documents_area .documents_item a .documents_area .documents_item_image_inner img {
  -webkit-transform: scale(100%);
          transform: scale(100%);
}
.documents_area .documents_item a:hover .documents_area .documents_item_image_inner img {
  -webkit-transform: scale(102%);
          transform: scale(102%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.documents_area .documents_item_icon {
  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;
  padding: 0.5rem;
  height: 7rem;
  background-color: white;
  border: 2px solid rgb(238.9824561404, 238.0175438596, 238.0175438596);
  border-radius: 0.1875rem;
}
.documents_area .documents_item_icon i {
  font-size: 5rem;
  color: #585353;
}
.documents_area .documents_item_icon i.primary1, .documents_area .documents_item_icon i.primary2, .documents_area .documents_item_icon i.secondary1, .documents_area .documents_item_icon i.secondary2, .documents_area .documents_item_icon i.tertiary1, .documents_area .documents_item_icon i.tertiary2 {
  padding: 0;
  background-color: white;
}
.documents_area .documents_item_icon i.primary1 {
  color: rgb(77.4830508475, 80.3177966102, 145.5169491525);
}
.documents_area .documents_item_icon i.primary2 {
  color: rgb(137.1548117155, 98.4937238494, 82.8451882845);
}
.documents_area .documents_item_icon i.secondary1 {
  color: rgb(106.485106383, 135.4553191489, 48.5446808511);
}
.documents_area .documents_item_icon i.secondary2 {
  color: rgb(154.4285714286, 134.7142857143, 52.5714285714);
}
.documents_area .documents_item_icon i.tertiary1 {
  color: rgb(12.038961039, 90.961038961, 62.2012987013);
}
.documents_area .documents_item_icon i.tertiary2 {
  color: rgb(40.6055776892, 125.1314741036, 167.3944223108);
}
.documents_area .documents_item_refer {
  position: absolute;
  background: #88AD3E;
  padding: 0.3rem 0.5rem;
  z-index: 3;
  top: 0;
  left: 0;
  color: white;
}
.documents_area .documents_item_refer.primary1, .documents_area .documents_item_refer.primary2, .documents_area .documents_item_refer.secondary1, .documents_area .documents_item_refer.secondary2, .documents_area .documents_item_refer.tertiary1, .documents_area .documents_item_refer.tertiary2 {
  padding: 0.1rem 0.3rem;
}
.documents_area .documents_item_refer.primary1 {
  background: rgb(86.343220339, 89.5021186441, 162.156779661);
}
.documents_area .documents_item_refer.primary2 {
  background: rgb(153.0523012552, 109.910041841, 92.4476987448);
}
.documents_area .documents_item_refer.secondary1 {
  background: rgb(121.2425531915, 154.2276595745, 55.2723404255);
}
.documents_area .documents_item_refer.secondary2 {
  background: rgb(173.4523809524, 151.3095238095, 59.0476190476);
}
.documents_area .documents_item_refer.tertiary1 {
  background: rgb(15.0194805195, 113.4805194805, 77.6006493506);
}
.documents_area .documents_item_refer.tertiary2 {
  background: rgb(45.5836653386, 140.4721115538, 187.9163346614);
}
.documents_area .documents_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;
}
.documents_area .documents_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) {
  .documents_area .documents_item_meta {
    margin-top: 0rem;
    background: transparent;
  }
}
.documents_area .documents_item_content_meta {
  color: rgb(139.9649122807, 133.0350877193, 133.0350877193);
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 0.8rem;
}
.documents_area .documents_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;
}
.documents_area .documents_item_logo img {
  -o-object-fit: content;
     object-fit: content;
  -o-object-position: 50%;
     object-position: 50%;
  width: 100%;
  height: 100%;
}
.documents_area .documents_item_title, .documents_area .documents_item_content_title {
  -webkit-transform: translate(0rem);
          transform: translate(0rem);
  font-weight: 700;
  text-decoration: none;
  font-family: Domine;
  font-size: 1.2rem;
}
.documents_area .documents_item_title.vivano, .documents_area .documents_item_content_title.vivano {
  font-family: Vivano;
  font-weight: 500;
  line-height: 1.3rem;
}
@media (max-width: 36em) {
  .documents_area .documents_item_title, .documents_area .documents_item_content_title {
    margin-top: 0;
    font-size: 1.1rem;
    line-height: 1.3rem;
    margin-bottom: 0;
    font-weight: 600;
  }
}
.documents_area .documents_item_textline {
  font-size: 0.99rem;
  line-height: 1.155rem;
}
.documents_area .documents_item_content {
  color: #585353;
  padding: 1rem;
  margin: 0.4rem;
  background: white;
  font-size: 1rem;
  border-radius: 0.125rem;
}
.documents_area .documents_item_content h2 {
  word-wrap: break-word;
  font-size: 1.5rem;
  line-height: 1.6rem;
}
.documents_area .documents_item_image {
  margin: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  overflow: visible;
}
.documents_area .documents_item_image_inner:after, .documents_area .documents_item_image_inner:before {
  content: none;
}
.documents_area .documents_item:is(.contain) img {
  -o-object-fit: contain;
     object-fit: contain;
}
.documents_area .documents_item_refer {
  margin-left: -0.2rem;
  margin-top: -0.2rem;
  -webkit-box-shadow: 0.4rem 0.4rem 0.5rem 0rem rgba(0, 0, 0, 0.3);
          box-shadow: 0.4rem 0.4rem 0.5rem 0rem rgba(0, 0, 0, 0.3);
  font-weight: 550;
}
.documents_area .documents_item_textarea {
  padding: 0.4rem;
  -webkit-transform: translate(0, 0rem);
          transform: translate(0, 0rem);
  margin-top: 0rem;
}
.documents_area .documents_item_title {
  color: #585353;
}
.documents_area .documents_item_textline {
  color: rgb(164.7192982456, 159.2807017544, 159.2807017544);
}

.indexlist_item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1rem;
  margin: 0 auto;
}
.indexlist_item_title {
  color: rgb(178.5, 178.5, 178.5);
  text-transform: uppercase;
  text-align: center;
}
.indexlist_item ol, .indexlist_item ul {
  list-style-type: none;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 2px solid rgb(229.5, 229.5, 229.5);
  border-radius: 0.3rem;
  counter-reset: item;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media (max-width: 62em) {
  .indexlist_item ol, .indexlist_item ul {
    padding: 0.5rem;
  }
}
.indexlist_item ol li, .indexlist_item ul li {
  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;
  text-transform: uppercase;
}
@media (max-width: 62em) {
  .indexlist_item ol li, .indexlist_item ul li {
    padding: 1rem;
  }
}
.indexlist_item ol li a, .indexlist_item ul li a {
  text-decoration: none;
  color: rgb(178.5, 178.5, 178.5);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  padding: 1.5rem;
}
.indexlist_item ol li a:hover, .indexlist_item ul li a:hover {
  color: #6568ad;
  background: rgb(249.9, 249.9, 249.9);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.indexlist_item ol li a:before, .indexlist_item ul li a:before {
  content: counter(item);
  counter-increment: item;
  display: block;
  font-weight: bold;
  font-size: 2rem;
  padding-bottom: 1rem;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 62em) {
  .indexlist_item ol li a:before, .indexlist_item ul li a:before {
    font-size: 1.5rem;
    padding-bottom: 0.5rem;
  }
}
.indexlist_item ol li:not(:last-child), .indexlist_item ul li:not(:last-child) {
  border-right: 4px solid rgb(229.5, 229.5, 229.5);
}
@media (max-width: 62em) {
  .indexlist_item ol li:not(:last-child), .indexlist_item ul li:not(:last-child) {
    border-right: none;
    border-bottom: 4px solid rgb(229.5, 229.5, 229.5);
  }
}

#booking .booking .confirmation {
  padding: 1em;
  background: rgba(136, 173, 62, 0.5);
  border: 1px solid #88AD3E;
  margin-bottom: 1em;
}
#booking .booking_overview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#booking .booking_overview_event {
  background: #6568ad;
  border-radius: 0.3rem;
  color: white;
  padding: 2rem 3rem;
}
#booking .booking_overview_event a {
  color: white;
  text-decoration: none;
}
#booking .booking_head h2 {
  margin-top: 0rem;
  padding-top: 0rem;
}
#booking .booking_topic {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 1.5rem;
}
#booking .booking_topic_image img {
  max-width: 100%;
  border-radius: 0.1875rem;
}
#booking .booking_topic > div:only-child {
  grid-column: 1/-1; /* über alle Spalten */
}
#booking .booking_meta {
  display: grid;
  grid-template-columns: -webkit-min-content auto;
  grid-template-columns: min-content auto;
  gap: 0.75rem 1.5rem;
  border-top: 1px dashed black;
  border-bottom: 1px dashed black;
  padding: 1rem 0;
  margin: 1rem 0;
}
#booking .booking_meta_key {
  display: inline-block;
  width: 5rem;
  font-weight: bold;
}
#booking .booking .booking_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; /* falls die Kinder umbrechen sollen */
  gap: 2rem; /* optionaler Abstand */
  width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 2rem;
}
@media (max-width: 48em) {
  #booking .booking .booking_area {
    gap: 1rem;
  }
}
#booking .booking .booking_area > :not(.severalDays) {
  display: block; /* alle anderen Kinder normal behandeln */
  width: 100%;
}
#booking .booking .booking_area > .severalDays {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto; /* steuern, wie die Flex-Kinder wachsen/schrumpfen */
}
#booking .booking_day {
  margin-bottom: 2rem;
}
@media (max-width: 48em) {
  #booking .booking_day {
    margin-bottom: 1rem;
  }
}
#booking .booking_day_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
  margin-top: 1rem;
}
@media (max-width: 48em) {
  #booking .booking_day_grid {
    gap: 0.5rem;
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
    max-width: 100%;
  }
}
#booking .booking_day_grid.all_access {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#booking .booking_day_note {
  display: block;
  width: 100%;
  font-weight: normal;
  padding-top: 0.43rem;
  text-align: center;
}
#booking .booking_day_slot {
  border: 0px solid #aaa;
  padding: 1rem;
  border-radius: 0.1875rem;
  background: rgba(101, 104, 173, 0.5);
  color: #6568ad;
  text-align: center;
  display: grid;
  gap: 0.5rem;
}
@media (max-width: 48em) {
  #booking .booking_day_slot {
    gap: 0.25rem;
    padding: 0.5rem;
  }
}
#booking .booking_day_slot.nogrid {
  display: block;
  background: none;
  color: inherit;
  text-align: left;
  padding: 0;
}
#booking .booking_day_slot.nogrid .booking_day_slot_time {
  padding: 0rem;
  background: rgba(101, 104, 173, 0);
  color: inherit;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
  margin-bottom: 1.5rem;
}
#booking .booking_day_slot.nogrid .booking_day_slot_time:before {
  content: "Uhrzeit:";
  padding-right: 0.4rem;
  position: relative;
  display: inline-block;
}
#booking .booking_day_slot.nogrid form {
  width: 50%;
}
#booking .booking_day_slot.full {
  background: rgba(122, 161, 136.5, 0.5);
  color: rgb(122, 161, 136.5);
}
#booking .booking_day_slot.full .full_warning {
  color: rgb(122, 161, 136.5);
}
#booking .booking_day_slot.access {
  white-space: nowrap;
}
#booking .booking_day_slot_time {
  font-weight: bold;
  font-size: 1.1em;
}
@media (max-width: 48em) {
  #booking .booking_day_slot_time {
    font-size: 1em;
  }
}
@media (min-width: 48em) {
  #booking .booking_day_slot_time:after {
    content: "Uhr";
    padding-left: 0.28rem;
    position: relative;
    display: inline-block;
  }
}
#booking .booking_day_slot_button button {
  margin: 1rem 0 0 0;
}
@media (max-width: 48em) {
  #booking .booking_day_slot_button button {
    margin: 0.5rem 0 0 0;
  }
}
#booking .booking_day_slot_button button a {
  background-color: #A57B6A;
}
@media (max-width: 48em) {
  #booking .booking_day_slot_button button a {
    padding: 0.3rem 0.6rem 0.35rem 0.6rem;
  }
}
#booking .booking_day_slot_button .cancel-reservation {
  background: inherit;
}
#booking .booking_day_slot_button .cancel-reservation a {
  border: 2px solid #A57B6A;
  background: inherit;
  color: #A57B6A;
}
#booking .booking_day_slot_registrations button {
  margin-top: 0;
  background: inherit;
}
#booking .booking_day_slot_registrations button a {
  margin-top: 0;
  background: inherit;
  color: inherit;
  position: relative;
}
#booking .booking_day_slot_registrations button a:after {
  content: "\f1f8";
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  font-size: 1rem;
}
#booking .booking_day_slot.full button a {
  background-color: rgba(122, 161, 136.5, 0);
}
#booking .booking_day_slot form {
  text-align: left;
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1rem;
}
#booking .booking_day_slot form .wlan {
  display: none;
}/*# sourceMappingURL=main.css.map */