@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");
}
/** 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(93, 156, 111, 0.4)), color-stop(50%, rgba(93, 156, 111, 0)));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 50%), linear-gradient(0deg, rgba(93, 156, 111, 0.4) 0%, rgba(93, 156, 111, 0) 50%);
  top: 30%;
}
.main-image_inner:after { /*Grünton */
  background: rgba(99, 159, 204, 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(93, 156, 111, 0.4)), color-stop(50%, rgba(93, 156, 111, 0)));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 50%), linear-gradient(0deg, rgba(93, 156, 111, 0.4) 0%, rgba(93, 156, 111, 0) 50%);
  top: 30%;
}
.leftside_image_inner:after, .rightside_image_inner:after { /*Grünton */
  background: rgba(99, 159, 204, 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: #639fcc;
}

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

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

h5, .infobox_area .infobox_item_smaller .infobox_item_title, .members_area .members_item_name, #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(#5d9c6f), to(transparent));
  background-image: linear-gradient(180deg, #5d9c6f 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(69.6280701754, 65.6719298246, 65.6719298246);
  background-color: #639fcc;
}
.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: #ba68a7;
}
.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: #eae779;
}
.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: rgb(69.6280701754, 65.6719298246, 65.6719298246);
  background-color: rgb(107.4578313253, 167.0421686747, 124.4819277108);
}
.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(217.6418918919, 238.6148648649, 243.8581081081);
  color: #585353;
}

.tertiary2 {
  background-color: rgb(204, 229.5, 209.25);
  color: #585353;
}

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: #bbddc2;
  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: #eae779;
  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: #bbddc2;
  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: #eae779;
  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(68.252173913, 140.0782608696, 193.947826087);
}

.primary2 button a, .primary2 button span {
  background: rgb(171.0418181818, 78.1581818182, 149.52);
}

.secondary1 button a, .secondary1 button span {
  background: rgb(224.3264516129, 219.944516129, 59.2735483871);
}

.secondary2 button a, .secondary2 button span {
  background: rgb(68.2373493976, 114.4626506024, 81.4445783133);
}

.tertiary1 button a, .tertiary1 button span {
  background: rgb(166.572972973, 216.2162162162, 228.627027027);
}

.tertiary2 button a, .tertiary2 button span {
  background: rgb(159.8, 207.4, 169.6);
}

.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: #639fcc;
  position: relative;
}
.filter .active a:hover {
  background-color: rgb(106.6869565217, 163.7304347826, 206.5130434783);
}
.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: #ba68a7;
  color: white;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.filter .button_active a:hover {
  background-color: rgb(178.0022727273, 86.4977272727, 156.8);
  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(62.0869565217, 135.1304347826, 189.9130434783)), to(#eae779));
  background-image: linear-gradient(0deg, rgb(62.0869565217, 135.1304347826, 189.9130434783) 0%, #eae779 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(62.0869565217, 135.1304347826, 189.9130434783)), to(rgb(237.4548387097, 234.9483870968, 143.0451612903)));
  background-image: linear-gradient(0deg, rgb(62.0869565217, 135.1304347826, 189.9130434783) 0%, rgb(237.4548387097, 234.9483870968, 143.0451612903) 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(93, 156, 111, 0.3)), color-stop(50%, rgba(93, 156, 111, 0)));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 50%), linear-gradient(0deg, rgba(93, 156, 111, 0.3) 0%, rgba(93, 156, 111, 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(99, 159, 204, 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(62.0869565217, 135.1304347826, 189.9130434783);
}
.item_icon i.primary2 {
  color: rgb(164.0409090909, 74.9590909091, 143.4);
}
.item_icon i.secondary1 {
  color: rgb(227.0903225806, 223.1032258065, 76.9096774194);
}
.item_icon i.secondary2 {
  color: rgb(73.9518072289, 124.0481927711, 88.265060241);
}
.item_icon i.tertiary1 {
  color: rgb(158.7162162162, 212.7702702703, 226.2837837838);
}
.item_icon i.tertiary2 {
  color: rgb(153, 204, 163.5);
}
.item_refer {
  position: absolute;
  background: #eae779;
  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(79.7826086957, 147.1739130435, 197.7173913043);
}
.item_refer.primary2 {
  background: rgb(178.0022727273, 86.4977272727, 156.8);
}
.item_refer.secondary1 {
  background: rgb(230.5451612903, 227.0516129032, 98.9548387097);
}
.item_refer.secondary2 {
  background: rgb(83.4759036145, 140.0240963855, 99.6325301205);
}
.item_refer.tertiary1 {
  background: rgb(178.3581081081, 221.3851351351, 232.1418918919);
}
.item_refer.tertiary2 {
  background: rgb(170, 212.5, 178.75);
}
.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.8rem;
  color: white;
  padding: 0.5rem 0rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  gap: 0.8rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.paybar_price_discount {
  margin: 0;
  padding: 0;
}
.paybar_price_discount span {
  font-weight: bold;
  color: #5d9c6f;
}
.paybar_price_discount + div {
  text-decoration: line-through;
  margin: 0;
  padding: 0;
  margin-top: -0.6rem;
}
.paybar_price_discount + div span {
  font-weight: normal;
}
.paybar_price_discountUnit {
  margin: 0;
  padding: 0;
}
.paybar_price_discountUnit span {
  font-weight: normal;
  text-transform: uppercase;
  color: #5d9c6f;
}
.paybar_price_discountUnit + div {
  margin-top: -0.6rem;
}
.paybar_price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 87.5em) {
  .paybar_price {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.paybar_price_amount {
  font-weight: bold;
}
.paybar_quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  height: 2rem;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  text-align: center;
}
.paybar_quantity span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.paybar_quantity button, .paybar_quantity .btn-minus, .paybar_quantity .btn-plus {
  background-color: rgb(242.2916129032, 240.4761290323, 173.9083870968);
  color: white;
  padding: 0.5rem;
  border-radius: 0rem;
  width: 1.5rem;
  cursor: pointer;
  margin: 0;
}
.paybar_quantity button:hover, .paybar_quantity .btn-minus:hover, .paybar_quantity .btn-plus:hover {
  background-color: #eae779;
}
.paybar_quantity button i, .paybar_quantity .btn-minus i, .paybar_quantity .btn-plus i {
  margin-left: -0.2rem;
}
.paybar_quantity .btn-minus {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.paybar_quantity .btn-plus {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.paybar_quantity input[type=number] {
  color: #585353;
  line-height: 1.2em;
  font-size: 0.99rem;
  padding: 0;
  background: white;
  text-align: right;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
  border: none;
  text-align: center;
  width: 2rem;
  -moz-appearance: textfield;
}
.paybar_quantity input[type=number]::-webkit-inner-spin-button, .paybar_quantity input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.paybar_card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  justify-items: stretch;
}
.paybar_cart button {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.paybar_cart button::after {
  -webkit-transition: padding 0.3s ease, background-color 0.5s ease;
  transition: padding 0.3s ease, background-color 0.5s ease;
  background: #eae779;
  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;
  /* Hier kannst du das Icon beim Hover ändern */
  content: "\f07a"; /* Zum Beispiel ein anderes Font Awesome-Icon (Check-Symbol) */
  width: 2rem;
  margin: 0;
}
.paybar_cart button:hover::after {
  -webkit-transition: padding 0.2s ease, background-color 0.3s ease;
  transition: padding 0.2s ease, background-color 0.3s ease;
  background-color: #bbddc2;
  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;
}

.youtube-box {
  display: inline-block;
  vertical-align: top;
  margin: 0.5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Korrigierte Breiten inkl. Abstandsausgleich */
.youtube-box[data-width="100"] {
  width: 100%;
}

.youtube-box[data-width="50"] {
  width: calc(50% - 1em);
}

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

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

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

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

.youtube-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: #639fcc;
  }
  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: #639fcc;
}
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: #639fcc;
}
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: #639fcc;
  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: #ba68a7;
  -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: #639fcc;
  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: #eae779;
  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: #639fcc;
  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(234, 231, 121, 0.5)), to(rgba(234, 231, 121, 0)));
  background-image: linear-gradient(0deg, rgba(234, 231, 121, 0.5) 0%, rgba(234, 231, 121, 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(93, 156, 111, 0.4)), color-stop(50%, rgba(93, 156, 111, 0)));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 50%), linear-gradient(0deg, rgba(93, 156, 111, 0.4) 0%, rgba(93, 156, 111, 0) 50%);
  top: 30%;
}
.news_lead .news_item_image_inner:after { /*Grünton */
  background: rgba(99, 159, 204, 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: #bbddc2;
  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: #eae779;
  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: #eae779;
}
.news_lead .news_item_button a:hover {
  background: #5d9c6f;
}
@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(62.0869565217, 135.1304347826, 189.9130434783)), to(#eae779));
  background-image: linear-gradient(0deg, rgb(62.0869565217, 135.1304347826, 189.9130434783) 0%, #eae779 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(62.0869565217, 135.1304347826, 189.9130434783)), to(rgb(237.4548387097, 234.9483870968, 143.0451612903)));
  background-image: linear-gradient(0deg, rgb(62.0869565217, 135.1304347826, 189.9130434783) 0%, rgb(237.4548387097, 234.9483870968, 143.0451612903) 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(93, 156, 111, 0.3)), color-stop(50%, rgba(93, 156, 111, 0)));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 50%), linear-gradient(0deg, rgba(93, 156, 111, 0.3) 0%, rgba(93, 156, 111, 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(99, 159, 204, 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(62.0869565217, 135.1304347826, 189.9130434783);
}
#news .news_area .news_item_icon i.primary2 {
  color: rgb(164.0409090909, 74.9590909091, 143.4);
}
#news .news_area .news_item_icon i.secondary1 {
  color: rgb(227.0903225806, 223.1032258065, 76.9096774194);
}
#news .news_area .news_item_icon i.secondary2 {
  color: rgb(73.9518072289, 124.0481927711, 88.265060241);
}
#news .news_area .news_item_icon i.tertiary1 {
  color: rgb(158.7162162162, 212.7702702703, 226.2837837838);
}
#news .news_area .news_item_icon i.tertiary2 {
  color: rgb(153, 204, 163.5);
}
#news .news_area .news_item_refer {
  position: absolute;
  background: #eae779;
  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(79.7826086957, 147.1739130435, 197.7173913043);
}
#news .news_area .news_item_refer.primary2 {
  background: rgb(178.0022727273, 86.4977272727, 156.8);
}
#news .news_area .news_item_refer.secondary1 {
  background: rgb(230.5451612903, 227.0516129032, 98.9548387097);
}
#news .news_area .news_item_refer.secondary2 {
  background: rgb(83.4759036145, 140.0240963855, 99.6325301205);
}
#news .news_area .news_item_refer.tertiary1 {
  background: rgb(178.3581081081, 221.3851351351, 232.1418918919);
}
#news .news_area .news_item_refer.tertiary2 {
  background: rgb(170, 212.5, 178.75);
}
#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(93, 156, 111, 0.4)), color-stop(50%, rgba(93, 156, 111, 0)));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 50%), linear-gradient(0deg, rgba(93, 156, 111, 0.4) 0%, rgba(93, 156, 111, 0) 50%);
  top: 30%;
}
.zoom .news_item_image_inner:after { /*Grünton */
  background: rgba(99, 159, 204, 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(62.0869565217, 135.1304347826, 189.9130434783)), to(#eae779));
  background-image: linear-gradient(0deg, rgb(62.0869565217, 135.1304347826, 189.9130434783) 0%, #eae779 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(62.0869565217, 135.1304347826, 189.9130434783)), to(rgb(237.4548387097, 234.9483870968, 143.0451612903)));
  background-image: linear-gradient(0deg, rgb(62.0869565217, 135.1304347826, 189.9130434783) 0%, rgb(237.4548387097, 234.9483870968, 143.0451612903) 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(93, 156, 111, 0.3)), color-stop(50%, rgba(93, 156, 111, 0)));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 50%), linear-gradient(0deg, rgba(93, 156, 111, 0.3) 0%, rgba(93, 156, 111, 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(99, 159, 204, 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(62.0869565217, 135.1304347826, 189.9130434783);
}
#news_equal .news_area .news_item_icon i.primary2 {
  color: rgb(164.0409090909, 74.9590909091, 143.4);
}
#news_equal .news_area .news_item_icon i.secondary1 {
  color: rgb(227.0903225806, 223.1032258065, 76.9096774194);
}
#news_equal .news_area .news_item_icon i.secondary2 {
  color: rgb(73.9518072289, 124.0481927711, 88.265060241);
}
#news_equal .news_area .news_item_icon i.tertiary1 {
  color: rgb(158.7162162162, 212.7702702703, 226.2837837838);
}
#news_equal .news_area .news_item_icon i.tertiary2 {
  color: rgb(153, 204, 163.5);
}
#news_equal .news_area .news_item_refer {
  position: absolute;
  background: #eae779;
  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(79.7826086957, 147.1739130435, 197.7173913043);
}
#news_equal .news_area .news_item_refer.primary2 {
  background: rgb(178.0022727273, 86.4977272727, 156.8);
}
#news_equal .news_area .news_item_refer.secondary1 {
  background: rgb(230.5451612903, 227.0516129032, 98.9548387097);
}
#news_equal .news_area .news_item_refer.secondary2 {
  background: rgb(83.4759036145, 140.0240963855, 99.6325301205);
}
#news_equal .news_area .news_item_refer.tertiary1 {
  background: rgb(178.3581081081, 221.3851351351, 232.1418918919);
}
#news_equal .news_area .news_item_refer.tertiary2 {
  background: rgb(170, 212.5, 178.75);
}
#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(62.0869565217, 135.1304347826, 189.9130434783)), color-stop(40%, rgba(186, 104, 167, 0.5)));
  background-image: linear-gradient(0deg, rgb(62.0869565217, 135.1304347826, 189.9130434783), rgba(186, 104, 167, 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(62.0869565217, 135.1304347826, 189.9130434783)), color-stop(40%, rgba(234, 231, 121, 0.5)));
  background-image: linear-gradient(0deg, rgb(62.0869565217, 135.1304347826, 189.9130434783), rgba(234, 231, 121, 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(62.0869565217, 135.1304347826, 189.9130434783)), color-stop(40%, rgba(93, 156, 111, 0.5)));
  background-image: linear-gradient(0deg, rgb(62.0869565217, 135.1304347826, 189.9130434783), rgba(93, 156, 111, 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(62.0869565217, 135.1304347826, 189.9130434783)), color-stop(40%, rgba(198, 230, 238, 0.5)));
  background-image: linear-gradient(0deg, rgb(62.0869565217, 135.1304347826, 189.9130434783), rgba(198, 230, 238, 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(62.0869565217, 135.1304347826, 189.9130434783)), color-stop(40%, rgba(187, 221, 194, 0.5)));
  background-image: linear-gradient(0deg, rgb(62.0869565217, 135.1304347826, 189.9130434783), rgba(187, 221, 194, 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(164.0409090909, 74.9590909091, 143.4)), color-stop(40%, rgba(99, 159, 204, 0.5)));
  background-image: linear-gradient(0deg, rgb(164.0409090909, 74.9590909091, 143.4), rgba(99, 159, 204, 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(164.0409090909, 74.9590909091, 143.4)), color-stop(40%, rgba(234, 231, 121, 0.5)));
  background-image: linear-gradient(0deg, rgb(164.0409090909, 74.9590909091, 143.4), rgba(234, 231, 121, 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(164.0409090909, 74.9590909091, 143.4)), color-stop(40%, rgba(93, 156, 111, 0.5)));
  background-image: linear-gradient(0deg, rgb(164.0409090909, 74.9590909091, 143.4), rgba(93, 156, 111, 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(164.0409090909, 74.9590909091, 143.4)), color-stop(40%, rgba(198, 230, 238, 0.5)));
  background-image: linear-gradient(0deg, rgb(164.0409090909, 74.9590909091, 143.4), rgba(198, 230, 238, 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(164.0409090909, 74.9590909091, 143.4)), color-stop(40%, rgba(187, 221, 194, 0.5)));
  background-image: linear-gradient(0deg, rgb(164.0409090909, 74.9590909091, 143.4), rgba(187, 221, 194, 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(227.0903225806, 223.1032258065, 76.9096774194)), color-stop(40%, rgba(99, 159, 204, 0.5)));
  background-image: linear-gradient(0deg, rgb(227.0903225806, 223.1032258065, 76.9096774194), rgba(99, 159, 204, 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(227.0903225806, 223.1032258065, 76.9096774194)), color-stop(40%, rgba(186, 104, 167, 0.5)));
  background-image: linear-gradient(0deg, rgb(227.0903225806, 223.1032258065, 76.9096774194), rgba(186, 104, 167, 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(227.0903225806, 223.1032258065, 76.9096774194)), color-stop(40%, rgba(93, 156, 111, 0.5)));
  background-image: linear-gradient(0deg, rgb(227.0903225806, 223.1032258065, 76.9096774194), rgba(93, 156, 111, 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(227.0903225806, 223.1032258065, 76.9096774194)), color-stop(40%, rgba(198, 230, 238, 0.5)));
  background-image: linear-gradient(0deg, rgb(227.0903225806, 223.1032258065, 76.9096774194), rgba(198, 230, 238, 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(227.0903225806, 223.1032258065, 76.9096774194)), color-stop(40%, rgba(187, 221, 194, 0.5)));
  background-image: linear-gradient(0deg, rgb(227.0903225806, 223.1032258065, 76.9096774194), rgba(187, 221, 194, 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(73.9518072289, 124.0481927711, 88.265060241)), color-stop(40%, rgba(99, 159, 204, 0.5)));
  background-image: linear-gradient(0deg, rgb(73.9518072289, 124.0481927711, 88.265060241), rgba(99, 159, 204, 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(73.9518072289, 124.0481927711, 88.265060241)), color-stop(40%, rgba(186, 104, 167, 0.5)));
  background-image: linear-gradient(0deg, rgb(73.9518072289, 124.0481927711, 88.265060241), rgba(186, 104, 167, 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(73.9518072289, 124.0481927711, 88.265060241)), color-stop(40%, rgba(234, 231, 121, 0.5)));
  background-image: linear-gradient(0deg, rgb(73.9518072289, 124.0481927711, 88.265060241), rgba(234, 231, 121, 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(73.9518072289, 124.0481927711, 88.265060241)), color-stop(40%, rgba(198, 230, 238, 0.5)));
  background-image: linear-gradient(0deg, rgb(73.9518072289, 124.0481927711, 88.265060241), rgba(198, 230, 238, 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(73.9518072289, 124.0481927711, 88.265060241)), color-stop(40%, rgba(187, 221, 194, 0.5)));
  background-image: linear-gradient(0deg, rgb(73.9518072289, 124.0481927711, 88.265060241), rgba(187, 221, 194, 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(158.7162162162, 212.7702702703, 226.2837837838)), color-stop(40%, rgba(99, 159, 204, 0.5)));
  background-image: linear-gradient(0deg, rgb(158.7162162162, 212.7702702703, 226.2837837838), rgba(99, 159, 204, 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(158.7162162162, 212.7702702703, 226.2837837838)), color-stop(40%, rgba(186, 104, 167, 0.5)));
  background-image: linear-gradient(0deg, rgb(158.7162162162, 212.7702702703, 226.2837837838), rgba(186, 104, 167, 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(158.7162162162, 212.7702702703, 226.2837837838)), color-stop(40%, rgba(234, 231, 121, 0.5)));
  background-image: linear-gradient(0deg, rgb(158.7162162162, 212.7702702703, 226.2837837838), rgba(234, 231, 121, 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(158.7162162162, 212.7702702703, 226.2837837838)), color-stop(40%, rgba(93, 156, 111, 0.5)));
  background-image: linear-gradient(0deg, rgb(158.7162162162, 212.7702702703, 226.2837837838), rgba(93, 156, 111, 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(158.7162162162, 212.7702702703, 226.2837837838)), color-stop(40%, rgba(187, 221, 194, 0.5)));
  background-image: linear-gradient(0deg, rgb(158.7162162162, 212.7702702703, 226.2837837838), rgba(187, 221, 194, 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(153, 204, 163.5)), color-stop(40%, rgba(99, 159, 204, 0.5)));
  background-image: linear-gradient(0deg, rgb(153, 204, 163.5), rgba(99, 159, 204, 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(153, 204, 163.5)), color-stop(40%, rgba(186, 104, 167, 0.5)));
  background-image: linear-gradient(0deg, rgb(153, 204, 163.5), rgba(186, 104, 167, 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(153, 204, 163.5)), color-stop(40%, rgba(234, 231, 121, 0.5)));
  background-image: linear-gradient(0deg, rgb(153, 204, 163.5), rgba(234, 231, 121, 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(153, 204, 163.5)), color-stop(40%, rgba(93, 156, 111, 0.5)));
  background-image: linear-gradient(0deg, rgb(153, 204, 163.5), rgba(93, 156, 111, 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(153, 204, 163.5)), color-stop(40%, rgba(198, 230, 238, 0.5)));
  background-image: linear-gradient(0deg, rgb(153, 204, 163.5), rgba(198, 230, 238, 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 #639fcc;
  -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(#eae779), to(#5d9c6f));
  background-image: linear-gradient(0deg, #eae779 0%, #5d9c6f 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(#eae779), to(rgb(107.4578313253, 167.0421686747, 124.4819277108)));
  background-image: linear-gradient(0deg, #eae779 0%, rgb(107.4578313253, 167.0421686747, 124.4819277108) 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(93, 156, 111, 0.3)), color-stop(50%, rgba(93, 156, 111, 0)));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 50%), linear-gradient(0deg, rgba(93, 156, 111, 0.3) 0%, rgba(93, 156, 111, 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(99, 159, 204, 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(62.0869565217, 135.1304347826, 189.9130434783);
}
.portfolio_area .portfolio_item_icon i.primary2 {
  color: rgb(164.0409090909, 74.9590909091, 143.4);
}
.portfolio_area .portfolio_item_icon i.secondary1 {
  color: rgb(227.0903225806, 223.1032258065, 76.9096774194);
}
.portfolio_area .portfolio_item_icon i.secondary2 {
  color: rgb(73.9518072289, 124.0481927711, 88.265060241);
}
.portfolio_area .portfolio_item_icon i.tertiary1 {
  color: rgb(158.7162162162, 212.7702702703, 226.2837837838);
}
.portfolio_area .portfolio_item_icon i.tertiary2 {
  color: rgb(153, 204, 163.5);
}
.portfolio_area .portfolio_item_refer {
  position: absolute;
  background: #eae779;
  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(79.7826086957, 147.1739130435, 197.7173913043);
}
.portfolio_area .portfolio_item_refer.primary2 {
  background: rgb(178.0022727273, 86.4977272727, 156.8);
}
.portfolio_area .portfolio_item_refer.secondary1 {
  background: rgb(230.5451612903, 227.0516129032, 98.9548387097);
}
.portfolio_area .portfolio_item_refer.secondary2 {
  background: rgb(83.4759036145, 140.0240963855, 99.6325301205);
}
.portfolio_area .portfolio_item_refer.tertiary1 {
  background: rgb(178.3581081081, 221.3851351351, 232.1418918919);
}
.portfolio_area .portfolio_item_refer.tertiary2 {
  background: rgb(170, 212.5, 178.75);
}
.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(227.0903225806, 223.1032258065, 76.9096774194)), color-stop(50%, #5d9c6f));
  background: linear-gradient(0deg, rgb(227.0903225806, 223.1032258065, 76.9096774194) 0%, #5d9c6f 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(174.6322580645, 170.7225806452, 27.3677419355, 0.7)), to(rgba(174.6322580645, 170.7225806452, 27.3677419355, 0.3)));
  background: linear-gradient(0deg, rgba(174.6322580645, 170.7225806452, 27.3677419355, 0.7) 0%, rgba(174.6322580645, 170.7225806452, 27.3677419355, 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(#bbddc2), to(rgba(187, 221, 194, 0.6)));
  background: linear-gradient(0deg, #bbddc2 0%, rgba(187, 221, 194, 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(201.9954545455, 139.0045454545, 187.4)), to(rgb(164.0409090909, 74.9590909091, 143.4)));
  background-image: linear-gradient(0deg, rgb(201.9954545455, 139.0045454545, 187.4) 0%, rgb(164.0409090909, 74.9590909091, 143.4) 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(201.9954545455, 139.0045454545, 187.4)), to(rgb(178.0022727273, 86.4977272727, 156.8)));
  background-image: linear-gradient(0deg, rgb(201.9954545455, 139.0045454545, 187.4) 0%, rgb(178.0022727273, 86.4977272727, 156.8) 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(93, 156, 111, 0.3)), color-stop(50%, rgba(93, 156, 111, 0)));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 50%), linear-gradient(0deg, rgba(93, 156, 111, 0.3) 0%, rgba(93, 156, 111, 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(99, 159, 204, 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(62.0869565217, 135.1304347826, 189.9130434783);
}
.branches_area .branches_item_icon i.primary2 {
  color: rgb(164.0409090909, 74.9590909091, 143.4);
}
.branches_area .branches_item_icon i.secondary1 {
  color: rgb(227.0903225806, 223.1032258065, 76.9096774194);
}
.branches_area .branches_item_icon i.secondary2 {
  color: rgb(73.9518072289, 124.0481927711, 88.265060241);
}
.branches_area .branches_item_icon i.tertiary1 {
  color: rgb(158.7162162162, 212.7702702703, 226.2837837838);
}
.branches_area .branches_item_icon i.tertiary2 {
  color: rgb(153, 204, 163.5);
}
.branches_area .branches_item_refer {
  position: absolute;
  background: #eae779;
  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(79.7826086957, 147.1739130435, 197.7173913043);
}
.branches_area .branches_item_refer.primary2 {
  background: rgb(178.0022727273, 86.4977272727, 156.8);
}
.branches_area .branches_item_refer.secondary1 {
  background: rgb(230.5451612903, 227.0516129032, 98.9548387097);
}
.branches_area .branches_item_refer.secondary2 {
  background: rgb(83.4759036145, 140.0240963855, 99.6325301205);
}
.branches_area .branches_item_refer.tertiary1 {
  background: rgb(178.3581081081, 221.3851351351, 232.1418918919);
}
.branches_area .branches_item_refer.tertiary2 {
  background: rgb(170, 212.5, 178.75);
}
.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(94.0318181818, 42.9681818182, 82.2, 0.7)), to(rgba(94.0318181818, 42.9681818182, 82.2, 0.3)));
  background: linear-gradient(0deg, rgba(94.0318181818, 42.9681818182, 82.2, 0.7) 0%, rgba(94.0318181818, 42.9681818182, 82.2, 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(#bbddc2), to(rgba(187, 221, 194, 0.6)));
  background: linear-gradient(0deg, #bbddc2 0%, rgba(187, 221, 194, 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(137.4347826087, 182.652173913, 216.5652173913);
}
.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 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: #639fcc;
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary1 a:not(button a) {
  border-bottom: 2px solid rgb(195.0869565217, 218.1304347826, 235.4130434783);
  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(214.3043478261, 229.9565217391, 241.6956521739);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary1.change1 {
  background-color: rgb(95.91, 148.7985714286, 219.59);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary1.change1 a:not(button a) {
  border-bottom: 2px solid rgb(200.1977892031, 218.4164744767, 242.8022107969);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary1.change1 a:not(button a):hover {
  border-bottom: 2px solid rgb(221.0553470437, 232.3400550863, 247.4446529563);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary1.change1 button a, .quicklinks_area div[name=LinkBox].quicklinks_item.primary1.change1 button span {
  background: rgb(54.1948843188, 120.9514102093, 210.3051156812);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary1.change2 {
  background-color: rgb(95.91, 148.7985714286, 219.59);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary1.change2 a:not(button a) {
  border-bottom: 2px solid rgb(200.1977892031, 218.4164744767, 242.8022107969);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary1.change2 a:not(button a):hover {
  border-bottom: 2px solid rgb(221.0553470437, 232.3400550863, 247.4446529563);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary1.change2 button a, .quicklinks_area div[name=LinkBox].quicklinks_item.primary1.change2 button span {
  background: rgb(54.1948843188, 120.9514102093, 210.3051156812);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary1.change3 {
  background-color: rgb(107.91, 180.5485714286, 208.09);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary1.change3 a:not(button a) {
  border-bottom: 2px solid rgb(204.5799742268, 229.4792783505, 238.9200257732);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary1.change3 a:not(button a):hover {
  border-bottom: 2px solid rgb(223.9139690722, 239.2654197349, 245.0860309278);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary1.change3 button a, .quicklinks_area div[name=LinkBox].quicklinks_item.primary1.change3 button span {
  background: rgb(69.2420103093, 160.9762886598, 195.7579896907);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary1.change4 {
  background-color: rgb(72.66, 161.7985714286, 205.59);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary1.change4 a:not(button a) {
  border-bottom: 2px solid rgb(172.9765048544, 213.0744382802, 232.7734951456);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary1.change4 a:not(button a):hover {
  border-bottom: 2px solid rgb(193.0398058252, 223.3296116505, 238.2101941748);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary1.change4 button a, .quicklinks_area div[name=LinkBox].quicklinks_item.primary1.change4 button span {
  background: rgb(48.4505825243, 135.8583079057, 178.7994174757);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary1.change5 {
  background-color: rgb(98.91, 180.2985714286, 237.34);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary1.change5 a:not(button a) {
  border-bottom: 2px solid rgb(213.4508633094, 235.1154470709, 250.2991366906);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary1.change5 a:not(button a):hover {
  border-bottom: 2px solid rgb(236.3590359712, 246.0788221994, 252.8909640288);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary1.change5 button a, .quicklinks_area div[name=LinkBox].quicklinks_item.primary1.change5 button span {
  background: rgb(53.0936546763, 158.3718211716, 232.1563453237);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary1.change6 {
  background-color: rgb(96.16, 178.0485714286, 226.34);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary1.change6 a:not(button a) {
  border-bottom: 2px solid rgb(204.1712, 230.3755428571, 245.8288);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary1.change6 a:not(button a):hover {
  border-bottom: 2px solid rgb(225.77344, 240.8409371429, 249.72656);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary1.change6 button a, .quicklinks_area div[name=LinkBox].quicklinks_item.primary1.change6 button span {
  background: rgb(52.95552, 157.1177828571, 218.54448);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary1.change7 {
  background-color: rgb(95.91, 148.7985714286, 219.59);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary1.change7 a:not(button a) {
  border-bottom: 2px solid rgb(200.1977892031, 218.4164744767, 242.8022107969);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary1.change7 a:not(button a):hover {
  border-bottom: 2px solid rgb(221.0553470437, 232.3400550863, 247.4446529563);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary1.change7 button a, .quicklinks_area div[name=LinkBox].quicklinks_item.primary1.change7 button span {
  background: rgb(54.1948843188, 120.9514102093, 210.3051156812);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary1.change8 {
  background-color: rgb(95.91, 148.7985714286, 219.59);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary1.change8 a:not(button a) {
  border-bottom: 2px solid rgb(200.1977892031, 218.4164744767, 242.8022107969);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary1.change8 a:not(button a):hover {
  border-bottom: 2px solid rgb(221.0553470437, 232.3400550863, 247.4446529563);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary1.change8 button a, .quicklinks_area div[name=LinkBox].quicklinks_item.primary1.change8 button span {
  background: rgb(54.1948843188, 120.9514102093, 210.3051156812);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary1.change9 {
  background-color: rgb(107.91, 180.5485714286, 208.09);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary1.change9 a:not(button a) {
  border-bottom: 2px solid rgb(204.5799742268, 229.4792783505, 238.9200257732);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary1.change9 a:not(button a):hover {
  border-bottom: 2px solid rgb(223.9139690722, 239.2654197349, 245.0860309278);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary1.change9 button a, .quicklinks_area div[name=LinkBox].quicklinks_item.primary1.change9 button span {
  background: rgb(69.2420103093, 160.9762886598, 195.7579896907);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary1.change10 {
  background-color: rgb(72.66, 161.7985714286, 205.59);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary1.change10 a:not(button a) {
  border-bottom: 2px solid rgb(172.9765048544, 213.0744382802, 232.7734951456);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary1.change10 a:not(button a):hover {
  border-bottom: 2px solid rgb(193.0398058252, 223.3296116505, 238.2101941748);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary1.change10 button a, .quicklinks_area div[name=LinkBox].quicklinks_item.primary1.change10 button span {
  background: rgb(48.4505825243, 135.8583079057, 178.7994174757);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary1.change11 {
  background-color: rgb(98.91, 180.2985714286, 237.34);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary1.change11 a:not(button a) {
  border-bottom: 2px solid rgb(213.4508633094, 235.1154470709, 250.2991366906);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary1.change11 a:not(button a):hover {
  border-bottom: 2px solid rgb(236.3590359712, 246.0788221994, 252.8909640288);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary1.change11 button a, .quicklinks_area div[name=LinkBox].quicklinks_item.primary1.change11 button span {
  background: rgb(53.0936546763, 158.3718211716, 232.1563453237);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary1.change12 {
  background-color: rgb(96.16, 178.0485714286, 226.34);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary1.change12 a:not(button a) {
  border-bottom: 2px solid rgb(204.1712, 230.3755428571, 245.8288);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary1.change12 a:not(button a):hover {
  border-bottom: 2px solid rgb(225.77344, 240.8409371429, 249.72656);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary1.change12 button a, .quicklinks_area div[name=LinkBox].quicklinks_item.primary1.change12 button span {
  background: rgb(52.95552, 157.1177828571, 218.54448);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary2 {
  background-color: #ba68a7;
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary2 a:not(button a) {
  border-bottom: 2px solid rgb(225.9886363636, 191.5113636364, 218);
  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(233.9863636364, 209.0136363636, 228.2);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary2.change1 {
  background-color: rgb(190.65, 91.35, 190.4158536585);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary2.change1 a:not(button a) {
  border-bottom: 2px solid rgb(226.6351973684, 182.8648026316, 226.5319881258);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary2.change1 a:not(button a):hover {
  border-bottom: 2px solid rgb(233.8322368421, 201.1677631579, 233.7552150193);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary2.change1 button a, .quicklinks_area div[name=LinkBox].quicklinks_item.primary2.change1 button span {
  background: rgb(165.8032894737, 65.1967105263, 165.5660622593);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary2.change2 {
  background-color: rgb(224.4, 109.35, 169.6658536585);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary2.change2 a:not(button a) {
  border-bottom: 2px solid rgb(246.5361702128, 214.7138297872, 231.396938246);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary2.change2 a:not(button a):hover {
  border-bottom: 2px solid rgb(250.9634042553, 235.7865957447, 243.7431551635);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary2.change2 button a, .quicklinks_area div[name=LinkBox].quicklinks_item.primary2.change2 button span {
  background: rgb(215.5455319149, 67.2044680851, 144.9734198236);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary2.change3 {
  background-color: rgb(224.4, 109.35, 169.6658536585);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary2.change3 a:not(button a) {
  border-bottom: 2px solid rgb(246.5361702128, 214.7138297872, 231.396938246);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary2.change3 a:not(button a):hover {
  border-bottom: 2px solid rgb(250.9634042553, 235.7865957447, 243.7431551635);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary2.change3 button a, .quicklinks_area div[name=LinkBox].quicklinks_item.primary2.change3 button span {
  background: rgb(215.5455319149, 67.2044680851, 144.9734198236);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary2.change4 {
  background-color: rgb(189.15, 90.6, 167.1658536585);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary2.change4 a:not(button a) {
  border-bottom: 2px solid rgb(225.6141693811, 181.6358306189, 215.8036545642);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary2.change4 a:not(button a):hover {
  border-bottom: 2px solid rgb(232.9070032573, 199.8429967427, 225.5312147454);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary2.change4 button a, .quicklinks_area div[name=LinkBox].quicklinks_item.primary2.change4 button span {
  background: rgb(163.328990228, 65.421009772, 141.488063081);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary2.change5 {
  background-color: rgb(215.4, 109.1, 198.9158536585);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary2.change5 a:not(button a) {
  border-bottom: 2px solid rgb(242.618328841, 209.381671159, 237.4642561304);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary2.change5 a:not(button a):hover {
  border-bottom: 2px solid rgb(248.0619946092, 229.4380053908, 245.1739366248);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary2.change5 button a, .quicklinks_area div[name=LinkBox].quicklinks_item.primary2.change5 button span {
  background: rgb(204.5126684636, 68.9873315364, 183.4964926698);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary2.change6 {
  background-color: rgb(212.65, 106.85, 187.9158536585);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary2.change6 a:not(button a) {
  border-bottom: 2px solid rgb(240.994488189, 206.005511811, 232.8146917611);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary2.change6 a:not(button a):hover {
  border-bottom: 2px solid rgb(246.6633858268, 225.8366141732, 241.7944593816);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary2.change6 button a, .quicklinks_area div[name=LinkBox].quicklinks_item.primary2.change6 button span {
  background: rgb(201.3122047244, 67.1877952756, 169.9563184175);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary2.change7 {
  background-color: rgb(190.65, 91.35, 190.4158536585);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary2.change7 a:not(button a) {
  border-bottom: 2px solid rgb(226.6351973684, 182.8648026316, 226.5319881258);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary2.change7 a:not(button a):hover {
  border-bottom: 2px solid rgb(233.8322368421, 201.1677631579, 233.7552150193);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary2.change7 button a, .quicklinks_area div[name=LinkBox].quicklinks_item.primary2.change7 button span {
  background: rgb(165.8032894737, 65.1967105263, 165.5660622593);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary2.change8 {
  background-color: rgb(224.4, 109.35, 169.6658536585);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary2.change8 a:not(button a) {
  border-bottom: 2px solid rgb(246.5361702128, 214.7138297872, 231.396938246);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary2.change8 a:not(button a):hover {
  border-bottom: 2px solid rgb(250.9634042553, 235.7865957447, 243.7431551635);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary2.change8 button a, .quicklinks_area div[name=LinkBox].quicklinks_item.primary2.change8 button span {
  background: rgb(215.5455319149, 67.2044680851, 144.9734198236);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary2.change9 {
  background-color: rgb(224.4, 109.35, 169.6658536585);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary2.change9 a:not(button a) {
  border-bottom: 2px solid rgb(246.5361702128, 214.7138297872, 231.396938246);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary2.change9 a:not(button a):hover {
  border-bottom: 2px solid rgb(250.9634042553, 235.7865957447, 243.7431551635);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary2.change9 button a, .quicklinks_area div[name=LinkBox].quicklinks_item.primary2.change9 button span {
  background: rgb(215.5455319149, 67.2044680851, 144.9734198236);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary2.change10 {
  background-color: rgb(189.15, 90.6, 167.1658536585);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary2.change10 a:not(button a) {
  border-bottom: 2px solid rgb(225.6141693811, 181.6358306189, 215.8036545642);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary2.change10 a:not(button a):hover {
  border-bottom: 2px solid rgb(232.9070032573, 199.8429967427, 225.5312147454);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary2.change10 button a, .quicklinks_area div[name=LinkBox].quicklinks_item.primary2.change10 button span {
  background: rgb(163.328990228, 65.421009772, 141.488063081);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary2.change11 {
  background-color: rgb(215.4, 109.1, 198.9158536585);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary2.change11 a:not(button a) {
  border-bottom: 2px solid rgb(242.618328841, 209.381671159, 237.4642561304);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary2.change11 a:not(button a):hover {
  border-bottom: 2px solid rgb(248.0619946092, 229.4380053908, 245.1739366248);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary2.change11 button a, .quicklinks_area div[name=LinkBox].quicklinks_item.primary2.change11 button span {
  background: rgb(204.5126684636, 68.9873315364, 183.4964926698);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary2.change12 {
  background-color: rgb(212.65, 106.85, 187.9158536585);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary2.change12 a:not(button a) {
  border-bottom: 2px solid rgb(240.994488189, 206.005511811, 232.8146917611);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary2.change12 a:not(button a):hover {
  border-bottom: 2px solid rgb(246.6633858268, 225.8366141732, 241.7944593816);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.primary2.change12 button a, .quicklinks_area div[name=LinkBox].quicklinks_item.primary2.change12 button span {
  background: rgb(201.3122047244, 67.1877952756, 169.9563184175);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary1 {
  background-color: #eae779;
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary1 a:not(button a) {
  border-bottom: 2px solid rgb(251.2741935484, 250.7419354839, 231.2258064516);
  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(254.7290322581, 254.6903225806, 253.2709677419);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary1.change1 {
  background-color: rgb(216, 227.9137168142, 126);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary1.change1 a:not(button a) {
  border-bottom: 2px solid rgb(247.8573797678, 250.0393068129, 231.3744100013);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary1.change1 a:not(button a):hover {
  border-bottom: 2px solid rgb(254.2288557214, 254.4644248126, 252.4492920015);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary1.change1 button a, .quicklinks_area div[name=LinkBox].quicklinks_item.secondary1.change1 button span {
  background: rgb(203.2570480929, 219.0634808147, 83.8502359995);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary1.change2 {
  background-color: rgb(237.75, 214.1637168142, 116.75);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary1.change2 a:not(button a) {
  border-bottom: 2px solid rgb(251.8938906752, 247.646842899, 230.1061093248);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary1.change2 a:not(button a):hover {
  border-bottom: 2px solid rgb(254.7226688103, 254.343468116, 252.7773311897);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary1.change2 button a, .quicklinks_area div[name=LinkBox].quicklinks_item.secondary1.change2 button span {
  background: rgb(232.0924437299, 200.7704663802, 71.4075562701);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary1.change3 {
  background-color: rgb(214.5, 227.1637168142, 102.75);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary1.change3 a:not(button a) {
  border-bottom: 2px solid rgb(243.1737552058, 246.8716370589, 210.5420797553);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary1.change3 a:not(button a):hover {
  border-bottom: 2px solid rgb(248.908506247, 250.8132211078, 232.1004957063);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary1.change3 button a, .quicklinks_area div[name=LinkBox].quicklinks_item.secondary1.change3 button span {
  background: rgb(203.0304979177, 219.2805487163, 59.6331680979);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary1.change4 {
  background-color: rgb(214.5, 227.1637168142, 102.75);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary1.change4 a:not(button a) {
  border-bottom: 2px solid rgb(243.1737552058, 246.8716370589, 210.5420797553);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary1.change4 a:not(button a):hover {
  border-bottom: 2px solid rgb(248.908506247, 250.8132211078, 232.1004957063);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary1.change4 button a, .quicklinks_area div[name=LinkBox].quicklinks_item.secondary1.change4 button span {
  background: rgb(203.0304979177, 219.2805487163, 59.6331680979);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary1.change5 {
  background-color: rgb(240.75, 245.6637168142, 134.5);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary1.change5 a:not(button a) {
  border-bottom: 2px solid rgb(254.7435845006, 254.8320022655, 252.8317145486);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary1.change5 a:not(button a):hover {
  border-bottom: 2px solid white;
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary1.change5 button a, .quicklinks_area div[name=LinkBox].quicklinks_item.secondary1.change5 button span {
  background: rgb(235.1525661998, 241.9964026336, 87.1673141806);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary1.change6 {
  background-color: rgb(238, 243.4137168142, 123.5);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary1.change6 a:not(button a) {
  border-bottom: 2px solid rgb(253.1482025512, 253.7379147268, 240.6758020874);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary1.change6 a:not(button a):hover {
  border-bottom: 2px solid white;
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary1.change6 button a, .quicklinks_area div[name=LinkBox].quicklinks_item.secondary1.change6 button span {
  background: rgb(231.9407189795, 239.2840376491, 76.6296791651);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary1.change7 {
  background-color: rgb(216, 227.9137168142, 126);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary1.change7 a:not(button a) {
  border-bottom: 2px solid rgb(247.8573797678, 250.0393068129, 231.3744100013);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary1.change7 a:not(button a):hover {
  border-bottom: 2px solid rgb(254.2288557214, 254.4644248126, 252.4492920015);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary1.change7 button a, .quicklinks_area div[name=LinkBox].quicklinks_item.secondary1.change7 button span {
  background: rgb(203.2570480929, 219.0634808147, 83.8502359995);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary1.change8 {
  background-color: rgb(237.75, 214.1637168142, 116.75);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary1.change8 a:not(button a) {
  border-bottom: 2px solid rgb(251.8938906752, 247.646842899, 230.1061093248);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary1.change8 a:not(button a):hover {
  border-bottom: 2px solid rgb(254.7226688103, 254.343468116, 252.7773311897);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary1.change8 button a, .quicklinks_area div[name=LinkBox].quicklinks_item.secondary1.change8 button span {
  background: rgb(232.0924437299, 200.7704663802, 71.4075562701);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary1.change9 {
  background-color: rgb(214.5, 227.1637168142, 102.75);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary1.change9 a:not(button a) {
  border-bottom: 2px solid rgb(243.1737552058, 246.8716370589, 210.5420797553);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary1.change9 a:not(button a):hover {
  border-bottom: 2px solid rgb(248.908506247, 250.8132211078, 232.1004957063);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary1.change9 button a, .quicklinks_area div[name=LinkBox].quicklinks_item.secondary1.change9 button span {
  background: rgb(203.0304979177, 219.2805487163, 59.6331680979);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary1.change10 {
  background-color: rgb(214.5, 227.1637168142, 102.75);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary1.change10 a:not(button a) {
  border-bottom: 2px solid rgb(243.1737552058, 246.8716370589, 210.5420797553);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary1.change10 a:not(button a):hover {
  border-bottom: 2px solid rgb(248.908506247, 250.8132211078, 232.1004957063);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary1.change10 button a, .quicklinks_area div[name=LinkBox].quicklinks_item.secondary1.change10 button span {
  background: rgb(203.0304979177, 219.2805487163, 59.6331680979);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary1.change11 {
  background-color: rgb(240.75, 245.6637168142, 134.5);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary1.change11 a:not(button a) {
  border-bottom: 2px solid rgb(254.7435845006, 254.8320022655, 252.8317145486);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary1.change11 a:not(button a):hover {
  border-bottom: 2px solid white;
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary1.change11 button a, .quicklinks_area div[name=LinkBox].quicklinks_item.secondary1.change11 button span {
  background: rgb(235.1525661998, 241.9964026336, 87.1673141806);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary1.change12 {
  background-color: rgb(238, 243.4137168142, 123.5);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary1.change12 a:not(button a) {
  border-bottom: 2px solid rgb(253.1482025512, 253.7379147268, 240.6758020874);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary1.change12 a:not(button a):hover {
  border-bottom: 2px solid white;
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary1.change12 button a, .quicklinks_area div[name=LinkBox].quicklinks_item.secondary1.change12 button span {
  background: rgb(231.9407189795, 239.2840376491, 76.6296791651);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary2 {
  background-color: #5d9c6f;
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary2 a:not(button a) {
  border-bottom: 2px solid rgb(171.3614457831, 205.1385542169, 181.0120481928);
  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(187.3373493976, 214.6626506024, 195.1445783133);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary2.change1 {
  background-color: rgb(64.62, 186.63, 121.4442857143);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary2.change1 a:not(button a) {
  border-bottom: 2px solid rgb(157.5067164179, 221.2432835821, 187.1910447761);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary2.change1 a:not(button a):hover {
  border-bottom: 2px solid rgb(176.4482686567, 227.8017313433, 200.3653560768);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary2.change1 button a, .quicklinks_area div[name=LinkBox].quicklinks_item.secondary2.change1 button span {
  background: rgb(51.5031044776, 148.7468955224, 96.7929083156);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary2.change2 {
  background-color: rgb(86.37, 172.88, 112.1942857143);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary2.change2 a:not(button a) {
  border-bottom: 2px solid rgb(172.1140677966, 214.6359322034, 184.8073607748);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary2.change2 a:not(button a):hover {
  border-bottom: 2px solid rgb(189.2628813559, 222.9871186441, 199.3299757869);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary2.change2 button a, .quicklinks_area div[name=LinkBox].quicklinks_item.secondary2.change2 button span {
  background: rgb(68.2013559322, 140.0486440678, 89.6486440678);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary2.change3 {
  background-color: rgb(98.37, 204.63, 100.6942857143);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary2.change3 a:not(button a) {
  border-bottom: 2px solid rgb(194.845, 235.655, 195.7376604555);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary2.change3 a:not(button a):hover {
  border-bottom: 2px solid rgb(214.14, 241.86, 214.7463354037);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary2.change3 button a, .quicklinks_area div[name=LinkBox].quicklinks_item.secondary2.change3 button span {
  background: rgb(61.32, 190.68, 64.1495652174);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary2.change4 {
  background-color: rgb(89.37, 204.38, 129.9442857143);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary2.change4 a:not(button a) {
  border-bottom: 2px solid rgb(187.0246820809, 234.2253179191, 203.6765565648);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary2.change4 a:not(button a):hover {
  border-bottom: 2px solid rgb(206.5556184971, 240.1943815029, 218.4230107349);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary2.change4 button a, .quicklinks_area div[name=LinkBox].quicklinks_item.secondary2.change4 button span {
  background: rgb(56.8231445087, 185.9268554913, 102.3695392238);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary2.change5 {
  background-color: rgb(89.37, 204.38, 129.9442857143);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary2.change5 a:not(button a) {
  border-bottom: 2px solid rgb(187.0246820809, 234.2253179191, 203.6765565648);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary2.change5 a:not(button a):hover {
  border-bottom: 2px solid rgb(206.5556184971, 240.1943815029, 218.4230107349);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary2.change5 button a, .quicklinks_area div[name=LinkBox].quicklinks_item.secondary2.change5 button span {
  background: rgb(56.8231445087, 185.9268554913, 102.3695392238);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary2.change6 {
  background-color: rgb(86.62, 202.13, 118.9442857143);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary2.change6 a:not(button a) {
  border-bottom: 2px solid rgb(183.6525423729, 232.5974576271, 197.3492736077);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary2.change6 a:not(button a):hover {
  border-bottom: 2px solid rgb(203.0590508475, 238.6909491525, 213.0302711864);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary2.change6 button a, .quicklinks_area div[name=LinkBox].quicklinks_item.secondary2.change6 button span {
  background: rgb(56.8128474576, 180.9371525424, 91.5477578692);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary2.change7 {
  background-color: rgb(64.62, 186.63, 121.4442857143);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary2.change7 a:not(button a) {
  border-bottom: 2px solid rgb(157.5067164179, 221.2432835821, 187.1910447761);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary2.change7 a:not(button a):hover {
  border-bottom: 2px solid rgb(176.4482686567, 227.8017313433, 200.3653560768);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary2.change7 button a, .quicklinks_area div[name=LinkBox].quicklinks_item.secondary2.change7 button span {
  background: rgb(51.5031044776, 148.7468955224, 96.7929083156);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary2.change8 {
  background-color: rgb(86.37, 172.88, 112.1942857143);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary2.change8 a:not(button a) {
  border-bottom: 2px solid rgb(172.1140677966, 214.6359322034, 184.8073607748);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary2.change8 a:not(button a):hover {
  border-bottom: 2px solid rgb(189.2628813559, 222.9871186441, 199.3299757869);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary2.change8 button a, .quicklinks_area div[name=LinkBox].quicklinks_item.secondary2.change8 button span {
  background: rgb(68.2013559322, 140.0486440678, 89.6486440678);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary2.change9 {
  background-color: rgb(98.37, 204.63, 100.6942857143);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary2.change9 a:not(button a) {
  border-bottom: 2px solid rgb(194.845, 235.655, 195.7376604555);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary2.change9 a:not(button a):hover {
  border-bottom: 2px solid rgb(214.14, 241.86, 214.7463354037);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary2.change9 button a, .quicklinks_area div[name=LinkBox].quicklinks_item.secondary2.change9 button span {
  background: rgb(61.32, 190.68, 64.1495652174);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary2.change10 {
  background-color: rgb(89.37, 204.38, 129.9442857143);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary2.change10 a:not(button a) {
  border-bottom: 2px solid rgb(187.0246820809, 234.2253179191, 203.6765565648);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary2.change10 a:not(button a):hover {
  border-bottom: 2px solid rgb(206.5556184971, 240.1943815029, 218.4230107349);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary2.change10 button a, .quicklinks_area div[name=LinkBox].quicklinks_item.secondary2.change10 button span {
  background: rgb(56.8231445087, 185.9268554913, 102.3695392238);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary2.change11 {
  background-color: rgb(89.37, 204.38, 129.9442857143);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary2.change11 a:not(button a) {
  border-bottom: 2px solid rgb(187.0246820809, 234.2253179191, 203.6765565648);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary2.change11 a:not(button a):hover {
  border-bottom: 2px solid rgb(206.5556184971, 240.1943815029, 218.4230107349);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary2.change11 button a, .quicklinks_area div[name=LinkBox].quicklinks_item.secondary2.change11 button span {
  background: rgb(56.8231445087, 185.9268554913, 102.3695392238);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary2.change12 {
  background-color: rgb(86.62, 202.13, 118.9442857143);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary2.change12 a:not(button a) {
  border-bottom: 2px solid rgb(183.6525423729, 232.5974576271, 197.3492736077);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary2.change12 a:not(button a):hover {
  border-bottom: 2px solid rgb(203.0590508475, 238.6909491525, 213.0302711864);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.secondary2.change12 button a, .quicklinks_area div[name=LinkBox].quicklinks_item.secondary2.change12 button span {
  background: rgb(56.8128474576, 180.9371525424, 91.5477578692);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary1 {
  background-color: #c6e6ee;
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary1 a:not(button a) {
  border-bottom: 2px solid white;
  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 white;
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary1.change1 {
  background-color: rgb(164.37, 217.578, 238.38);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary1.change1 a:not(button a) {
  border-bottom: 2px solid white;
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary1.change1 a:not(button a):hover {
  border-bottom: 2px solid white;
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary1.change1 button a, .quicklinks_area div[name=LinkBox].quicklinks_item.tertiary1.change1 button span {
  background: rgb(121.2732167832, 199.7829230769, 230.4767832168);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary1.change2 {
  background-color: rgb(186.12, 203.828, 229.13);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary1.change2 a:not(button a) {
  border-bottom: 2px solid white;
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary1.change2 a:not(button a):hover {
  border-bottom: 2px solid white;
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary1.change2 button a, .quicklinks_area div[name=LinkBox].quicklinks_item.tertiary1.change2 button span {
  background: rgb(149.0447493404, 176.28423219, 215.2052506596);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary1.change3 {
  background-color: rgb(198.12, 235.578, 217.63);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary1.change3 a:not(button a) {
  border-bottom: 2px solid white;
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary1.change3 a:not(button a):hover {
  border-bottom: 2px solid white;
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary1.change3 button a, .quicklinks_area div[name=LinkBox].quicklinks_item.tertiary1.change3 button span {
  background: rgb(160.1015994338, 222.5964005662, 192.6520177715);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary1.change4 {
  background-color: rgb(162.87, 216.828, 215.13);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary1.change4 a:not(button a) {
  border-bottom: 2px solid rgb(253.0188465258, 254.1791534742, 254.1426398674);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary1.change4 a:not(button a):hover {
  border-bottom: 2px solid white;
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary1.change4 button a, .quicklinks_area div[name=LinkBox].quicklinks_item.tertiary1.change4 button span {
  background: rgb(126.8104613897, 201.8875386103, 199.524944053);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary1.change5 {
  background-color: rgb(186.37, 233.078, 235.88);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary1.change5 a:not(button a) {
  border-bottom: 2px solid white;
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary1.change5 a:not(button a):hover {
  border-bottom: 2px solid white;
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary1.change5 button a, .quicklinks_area div[name=LinkBox].quicklinks_item.tertiary1.change5 button span {
  background: rgb(146.4824786325, 220.337008547, 224.7675213675);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary1.change6 {
  background-color: rgb(186.37, 233.078, 235.88);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary1.change6 a:not(button a) {
  border-bottom: 2px solid white;
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary1.change6 a:not(button a):hover {
  border-bottom: 2px solid white;
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary1.change6 button a, .quicklinks_area div[name=LinkBox].quicklinks_item.tertiary1.change6 button span {
  background: rgb(146.4824786325, 220.337008547, 224.7675213675);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary1.change7 {
  background-color: rgb(164.37, 217.578, 238.38);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary1.change7 a:not(button a) {
  border-bottom: 2px solid white;
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary1.change7 a:not(button a):hover {
  border-bottom: 2px solid white;
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary1.change7 button a, .quicklinks_area div[name=LinkBox].quicklinks_item.tertiary1.change7 button span {
  background: rgb(121.2732167832, 199.7829230769, 230.4767832168);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary1.change8 {
  background-color: rgb(186.12, 203.828, 229.13);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary1.change8 a:not(button a) {
  border-bottom: 2px solid white;
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary1.change8 a:not(button a):hover {
  border-bottom: 2px solid white;
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary1.change8 button a, .quicklinks_area div[name=LinkBox].quicklinks_item.tertiary1.change8 button span {
  background: rgb(149.0447493404, 176.28423219, 215.2052506596);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary1.change9 {
  background-color: rgb(198.12, 235.578, 217.63);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary1.change9 a:not(button a) {
  border-bottom: 2px solid white;
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary1.change9 a:not(button a):hover {
  border-bottom: 2px solid white;
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary1.change9 button a, .quicklinks_area div[name=LinkBox].quicklinks_item.tertiary1.change9 button span {
  background: rgb(160.1015994338, 222.5964005662, 192.6520177715);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary1.change10 {
  background-color: rgb(162.87, 216.828, 215.13);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary1.change10 a:not(button a) {
  border-bottom: 2px solid rgb(253.0188465258, 254.1791534742, 254.1426398674);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary1.change10 a:not(button a):hover {
  border-bottom: 2px solid white;
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary1.change10 button a, .quicklinks_area div[name=LinkBox].quicklinks_item.tertiary1.change10 button span {
  background: rgb(126.8104613897, 201.8875386103, 199.524944053);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary1.change11 {
  background-color: rgb(186.37, 233.078, 235.88);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary1.change11 a:not(button a) {
  border-bottom: 2px solid white;
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary1.change11 a:not(button a):hover {
  border-bottom: 2px solid white;
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary1.change11 button a, .quicklinks_area div[name=LinkBox].quicklinks_item.tertiary1.change11 button span {
  background: rgb(146.4824786325, 220.337008547, 224.7675213675);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary1.change12 {
  background-color: rgb(186.37, 233.078, 235.88);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary1.change12 a:not(button a) {
  border-bottom: 2px solid white;
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary1.change12 a:not(button a):hover {
  border-bottom: 2px solid white;
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary1.change12 button a, .quicklinks_area div[name=LinkBox].quicklinks_item.tertiary1.change12 button span {
  background: rgb(146.4824786325, 220.337008547, 224.7675213675);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary2 {
  background-color: #bbddc2;
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary2 a:not(button a) {
  border-bottom: 2px solid white;
  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 white;
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary2.change1 {
  background-color: rgb(152.76, 217.74, 189.3);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary2.change1 a:not(button a) {
  border-bottom: 2px solid rgb(246.2051612903, 251.7948387097, 249.3483870968);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary2.change1 a:not(button a):hover {
  border-bottom: 2px solid white;
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary2.change1 button a, .quicklinks_area div[name=LinkBox].quicklinks_item.tertiary2.change1 button span {
  background: rgb(115.3819354839, 204.1180645161, 165.2806451613);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary2.change2 {
  background-color: rgb(174.51, 203.99, 180.05);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary2.change2 a:not(button a) {
  border-bottom: 2px solid rgb(252.551634981, 253.448365019, 252.7201520913);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary2.change2 a:not(button a):hover {
  border-bottom: 2px solid white;
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary2.change2 button a, .quicklinks_area div[name=LinkBox].quicklinks_item.tertiary2.change2 button span {
  background: rgb(143.2933460076, 184.2066539924, 150.9819391635);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary2.change3 {
  background-color: rgb(186.51, 235.74, 168.55);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary2.change3 a:not(button a) {
  border-bottom: 2px solid white;
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary2.change3 a:not(button a):hover {
  border-bottom: 2px solid white;
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary2.change3 button a, .quicklinks_area div[name=LinkBox].quicklinks_item.tertiary2.change3 button span {
  background: rgb(153.4668631161, 226.4479746476, 126.8420253524);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary2.change4 {
  background-color: rgb(151.26, 216.99, 166.05);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary2.change4 a:not(button a) {
  border-bottom: 2px solid rgb(244.5711111111, 251.1788888889, 246.0579365079);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary2.change4 a:not(button a):hover {
  border-bottom: 2px solid white;
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary2.change4 button a, .quicklinks_area div[name=LinkBox].quicklinks_item.tertiary2.change4 button span {
  background: rgb(113.9355555556, 203.3144444444, 134.0468253968);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary2.change5 {
  background-color: rgb(177.51, 235.49, 197.8);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary2.change5 a:not(button a) {
  border-bottom: 2px solid white;
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary2.change5 a:not(button a):hover {
  border-bottom: 2px solid white;
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary2.change5 button a, .quicklinks_area div[name=LinkBox].quicklinks_item.tertiary2.change5 button span {
  background: rgb(136.7678350515, 225.2321649485, 167.7257731959);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary2.change6 {
  background-color: rgb(152.76, 217.74, 189.3);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary2.change6 a:not(button a) {
  border-bottom: 2px solid rgb(246.2051612903, 251.7948387097, 249.3483870968);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary2.change6 a:not(button a):hover {
  border-bottom: 2px solid white;
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary2.change6 button a, .quicklinks_area div[name=LinkBox].quicklinks_item.tertiary2.change6 button span {
  background: rgb(115.3819354839, 204.1180645161, 165.2806451613);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary2.change7 {
  background-color: rgb(152.76, 217.74, 189.3);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary2.change7 a:not(button a) {
  border-bottom: 2px solid rgb(246.2051612903, 251.7948387097, 249.3483870968);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary2.change7 a:not(button a):hover {
  border-bottom: 2px solid white;
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary2.change7 button a, .quicklinks_area div[name=LinkBox].quicklinks_item.tertiary2.change7 button span {
  background: rgb(115.3819354839, 204.1180645161, 165.2806451613);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary2.change8 {
  background-color: rgb(174.51, 203.99, 180.05);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary2.change8 a:not(button a) {
  border-bottom: 2px solid rgb(252.551634981, 253.448365019, 252.7201520913);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary2.change8 a:not(button a):hover {
  border-bottom: 2px solid white;
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary2.change8 button a, .quicklinks_area div[name=LinkBox].quicklinks_item.tertiary2.change8 button span {
  background: rgb(143.2933460076, 184.2066539924, 150.9819391635);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary2.change9 {
  background-color: rgb(186.51, 235.74, 168.55);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary2.change9 a:not(button a) {
  border-bottom: 2px solid white;
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary2.change9 a:not(button a):hover {
  border-bottom: 2px solid white;
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary2.change9 button a, .quicklinks_area div[name=LinkBox].quicklinks_item.tertiary2.change9 button span {
  background: rgb(153.4668631161, 226.4479746476, 126.8420253524);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary2.change10 {
  background-color: rgb(151.26, 216.99, 166.05);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary2.change10 a:not(button a) {
  border-bottom: 2px solid rgb(244.5711111111, 251.1788888889, 246.0579365079);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary2.change10 a:not(button a):hover {
  border-bottom: 2px solid white;
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary2.change10 button a, .quicklinks_area div[name=LinkBox].quicklinks_item.tertiary2.change10 button span {
  background: rgb(113.9355555556, 203.3144444444, 134.0468253968);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary2.change11 {
  background-color: rgb(177.51, 235.49, 197.8);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary2.change11 a:not(button a) {
  border-bottom: 2px solid white;
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary2.change11 a:not(button a):hover {
  border-bottom: 2px solid white;
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary2.change11 button a, .quicklinks_area div[name=LinkBox].quicklinks_item.tertiary2.change11 button span {
  background: rgb(136.7678350515, 225.2321649485, 167.7257731959);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary2.change12 {
  background-color: rgb(152.76, 217.74, 189.3);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary2.change12 a:not(button a) {
  border-bottom: 2px solid rgb(246.2051612903, 251.7948387097, 249.3483870968);
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary2.change12 a:not(button a):hover {
  border-bottom: 2px solid white;
}
.quicklinks_area div[name=LinkBox].quicklinks_item.tertiary2.change12 button a, .quicklinks_area div[name=LinkBox].quicklinks_item.tertiary2.change12 button span {
  background: rgb(115.3819354839, 204.1180645161, 165.2806451613);
}
.quicklinks_area div[name=LinkBox].quicklinks_item .quicklinks_item_title {
  font-size: 1.4rem;
}
.quicklinks_area div[name=LinkBox].quicklinks_item .quicklinks_item_title_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 8rem;
}
.quicklinks_area div[name=LinkBox].quicklinks_item .quicklinks_item_text {
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@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:not(.primary1):not(.primary2):not(.secondary1):not(.secondary2):not(.tertiary1):not(.tertiary2) {
  background: #bbddc2;
  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(99, 159, 204, 0.5)), to(rgba(99, 159, 204, 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(99, 159, 204, 0.5) 0%, rgba(99, 159, 204, 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(99, 159, 204, 0.5)), to(rgba(99, 159, 204, 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(99, 159, 204, 0.5) 0%, rgba(99, 159, 204, 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: #639fcc;
  color: white;
}
.quoting .button-primary2 .button_xl a {
  background-color: #ba68a7;
  color: white;
}
.quoting .button-secondary1 .button_xl a {
  background-color: #eae779;
  color: white;
}
.quoting .button-secondary2 .button_xl a {
  background-color: #5d9c6f;
}

.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);
  }
}
.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);
}
@media (min-width: 120.1em) {
  .members_area.row5 {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (max-width: 87.5em) {
  .members_area {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 75em) {
  .members_area {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 62em) {
  .members_area {
    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, #639fcc, #5d9c6f) 1 100%;
     border-image: -webkit-gradient(linear, left top, left bottom, from(#639fcc), to(#5d9c6f)) 1 100%;
     border-image: linear-gradient(to bottom, #639fcc, #5d9c6f) 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;
}

.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: #639fcc;
  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: #639fcc;
}
.infobox_area .infobox_item:nth-child(1) button a {
  background: rgb(79.7826086957, 147.1739130435, 197.7173913043);
}
.infobox_area .infobox_item:nth-child(2) i {
  background: #ba68a7;
}
.infobox_area .infobox_item:nth-child(2) button a {
  background: rgb(181.2013636364, 93.4986363636, 160.88);
}
.infobox_area .infobox_item:nth-child(3) i {
  background: #eae779;
}
.infobox_area .infobox_item:nth-child(3) button a {
  background: rgb(228.4722580645, 224.6825806452, 85.7277419355);
}
.infobox_area .infobox_item:nth-child(4) i {
  background: #5d9c6f;
}
.infobox_area .infobox_item:nth-child(4) button a {
  background: rgb(73.9518072289, 124.0481927711, 88.265060241);
}
.infobox_area .infobox_item:nth-child(5) i {
  background: #c6e6ee;
}
.infobox_area .infobox_item:nth-child(5) button a {
  background: rgb(178.3581081081, 221.3851351351, 232.1418918919);
}
.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(170, 212.5, 178.75);
}
.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(#eae779), to(#5d9c6f)) center bottom transparent no-repeat;
  background: linear-gradient(to left, #eae779 0%, #5d9c6f 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: #ba68a7;
}

#timeline.primary1 .timeline_item_bullet {
  background-color: #639fcc;
}

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

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

#timeline.secondary2 .timeline_item_bullet {
  background-color: rgb(107.4578313253, 167.0421686747, 124.4819277108);
}

#timeline.tertiary1 .timeline_item_bullet {
  background-color: rgb(217.6418918919, 238.6148648649, 243.8581081081);
}

#timeline.tertiary2 .timeline_item_bullet {
  background-color: rgb(204, 229.5, 209.25);
}

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: #bbddc2;
}
form:not(.chooseLang):not(.simple_form) .error-message {
  color: #bbddc2;
  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: #bbddc2;
  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: #eae779;
}
@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: #bbddc2;
  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;
}
.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(93, 156, 111, 0.3)), color-stop(50%, rgba(93, 156, 111, 0)));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 50%), linear-gradient(0deg, rgba(93, 156, 111, 0.3) 0%, rgba(93, 156, 111, 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(99, 159, 204, 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(62.0869565217, 135.1304347826, 189.9130434783);
}
.store_item_icon i.primary2 {
  color: rgb(164.0409090909, 74.9590909091, 143.4);
}
.store_item_icon i.secondary1 {
  color: rgb(227.0903225806, 223.1032258065, 76.9096774194);
}
.store_item_icon i.secondary2 {
  color: rgb(73.9518072289, 124.0481927711, 88.265060241);
}
.store_item_icon i.tertiary1 {
  color: rgb(158.7162162162, 212.7702702703, 226.2837837838);
}
.store_item_icon i.tertiary2 {
  color: rgb(153, 204, 163.5);
}
.store_item_refer {
  position: absolute;
  background: #eae779;
  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(79.7826086957, 147.1739130435, 197.7173913043);
}
.store_item_refer.primary2 {
  background: rgb(178.0022727273, 86.4977272727, 156.8);
}
.store_item_refer.secondary1 {
  background: rgb(230.5451612903, 227.0516129032, 98.9548387097);
}
.store_item_refer.secondary2 {
  background: rgb(83.4759036145, 140.0240963855, 99.6325301205);
}
.store_item_refer.tertiary1 {
  background: rgb(178.3581081081, 221.3851351351, 232.1418918919);
}
.store_item_refer.tertiary2 {
  background: rgb(170, 212.5, 178.75);
}
.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: #5d9c6f;
  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: #5d9c6f;
  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: center;
}
.cart_products .cart_head_price, .cart_products .cart_head_unit-price {
  text-align: right;
}
.cart_products .cart_product {
  display: grid;
  grid-template-columns: 3fr 1fr 0.5fr 1fr 1fr 2fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem;
}
.cart_products .cart_product_name {
  font-weight: bold;
}
.cart_products .cart_product_name a {
  text-decoration: none;
  color: inherit;
}
.cart_products .cart_product_quantity {
  height: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  text-align: center;
}
.cart_products .cart_product_quantity span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cart_products .cart_product_quantity_input {
  width: 3rem;
}
.cart_products .cart_product_delete button {
  cursor: pointer;
  background: none;
  margin-top: 0;
}
.cart_products .cart_product_delete button i {
  font-size: 1.5rem;
  color: rgb(240.9096774194, 238.8967741935, 165.0903225806);
  padding: 0.5rem;
  width: 1.5rem;
  margin: 0;
}
.cart_products .cart_product_delete button i:hover {
  color: #eae779;
}
.cart_products .cart_product_discount {
  text-align: center;
}
.cart_products .cart_product_price, .cart_products .cart_product_unit-price {
  text-align: right;
}
.cart_products .cart_product_price::before, .cart_products .cart_product_unit-price::before {
  content: "CHF";
  margin-right: 0.5rem;
}
.cart_products_porto {
  text-align: right;
}
.cart_products_porto__info {
  text-align: right;
  color: #bbddc2;
}
.cart_products_porto::before {
  content: "Porto: CHF";
  margin-right: 0.5rem;
  font-weight: normal;
}
.cart_products_total {
  font-weight: bold;
  text-align: right;
}
.cart_products_total::before {
  content: "Summe: CHF";
  font-weight: bold;
  margin-right: 0.5rem;
  font-weight: normal;
}

.cart_reduce {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  margin-bottom: 2rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.cart_reduce a, .cart_reduce div {
  border-radius: 0.3rem;
  padding: 1rem;
  min-height: 3rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  text-decoration: none;
  color: white;
  font-size: 1.54rem;
  font-weight: bold;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cart_reduce_list {
  background: #eae779;
  -ms-flex-preferred-size: 6rem;
      flex-basis: 6rem;
}
.cart_reduce_list:hover {
  background: #5d9c6f;
}
.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: #c6e6ee;
  -ms-flex-preferred-size: 6rem;
      flex-basis: 6rem;
}
.cart_reduce_symbol:hover {
  background: #5d9c6f;
}
.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);
}
.cart_reduce_quantity {
  -ms-flex-preferred-size: 7rem;
      flex-basis: 7rem;
}
.cart_reduce_quantity::after {
  content: "Produkte";
  font-size: 0.88rem;
  font-weight: normal;
}
.cart_reduce_price {
  -ms-flex-preferred-size: 8rem;
      flex-basis: 8rem;
}
.cart_reduce_price::before {
  content: "CHF";
  font-size: 0.88rem;
  font-weight: normal;
}

.cart_no-content {
  width: 50%;
}

.checkout {
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 2rem;
}
.checkout .cart_products .cart_head, .checkout .cart_products .cart_product {
  grid-template-columns: 4fr 1fr 2fr;
}
.checkout .cart_reduce {
  gap: 0.5rem;
  margin-bottom: 0rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.checkout .cart_reduce a {
  padding: 0.5rem;
  min-height: 2rem;
  font-size: 1.21rem;
}
.checkout .cart_reduce_list::after, .checkout .cart_reduce_symbol::after {
  font-size: 1.5rem;
}
.checkout .cart_list {
  padding: 0rem;
  margin: 2rem 0rem;
}
.checkout .fehler {
  color: #bbddc2;
}
.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: #bbddc2;
}
.buttons .cart_products_button_forward:hover, .buttons .button_forward:hover {
  background: rgb(238, 246.5, 239.75);
}

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

.shortageStock {
  color: #639fcc;
}

.enoughStock {
  color: #ba68a7;
}

.plentyStock {
  color: #5d9c6f;
}

#accordion .accordion_item {
  border-radius: 0.1875rem;
  display: grid;
  gap: 0 2rem;
}
#accordion .accordion_item_index ul {
  padding-top: 0px;
  margin-top: 0px;
}
#accordion .accordion_item_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 1rem;
  grid-template-columns: 100%;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}
#accordion .accordion_item .column2 {
  display: grid;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  grid-template-columns: 50% 50%;
}
@media (max-width: 48em) {
  #accordion .accordion_item .column2 {
    grid-template-columns: 100%;
  }
}
#accordion .accordion_item .column3 {
  display: grid;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 62em) {
  #accordion .accordion_item .column3 {
    grid-template-columns: 50% 50%;
  }
}
@media (max-width: 48em) {
  #accordion .accordion_item .column3 {
    grid-template-columns: 100%;
  }
}
#accordion .accordion_item_box {
  margin-bottom: 30px;
  border-radius: 0px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#accordion .accordion_item_title {
  background: 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: #639fcc;
}
#accordion .accordion_item_title.primary2 {
  background-color: #ba68a7;
}
#accordion .accordion_item_title.secondary1 {
  background-color: #eae779;
}
#accordion .accordion_item_title.secondary2 {
  background-color: #5d9c6f;
}
#accordion .accordion_item_title.tertiary1 {
  background-color: #c6e6ee;
}
#accordion .accordion_item_title.tertiary2 {
  background-color: #bbddc2;
}
#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: #639fcc;
  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(36.9565217391, 80.4347826087, 113.0434782609)), color-stop(40%, rgba(252.7391304348, 253.6086956522, 254.2608695652, 0.3)), color-stop(80%, rgb(55.8043478261, 121.4565217391, 170.6956521739)));
  background-image: linear-gradient(90deg, rgb(36.9565217391, 80.4347826087, 113.0434782609) 15%, rgba(252.7391304348, 253.6086956522, 254.2608695652, 0.3) 40%, rgb(55.8043478261, 121.4565217391, 170.6956521739) 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(94.0318181818, 42.9681818182, 82.2)), color-stop(40%, rgba(249.9818181818, 244.0181818182, 248.6, 0.3)), color-stop(80%, rgb(146.5386363636, 66.9613636364, 128.1)));
  background-image: linear-gradient(90deg, rgb(94.0318181818, 42.9681818182, 82.2) 15%, rgba(249.9818181818, 244.0181818182, 248.6, 0.3) 40%, rgb(146.5386363636, 66.9613636364, 128.1) 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(174.6322580645, 170.7225806452, 27.3677419355)), color-stop(40%, rgba(255, 255, 255, 0.3)), color-stop(80%, rgb(223.635483871, 219.1548387097, 54.864516129)));
  background-image: linear-gradient(90deg, rgb(174.6322580645, 170.7225806452, 27.3677419355) 15%, rgba(255, 255, 255, 0.3) 40%, rgb(223.635483871, 219.1548387097, 54.864516129) 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(35.8554216867, 60.1445783133, 42.7951807229)), color-stop(40%, rgba(219.2891566265, 233.7108433735, 223.4096385542, 0.3)), color-stop(80%, rgb(64.4277108434, 108.0722891566, 76.8975903614)));
  background-image: linear-gradient(90deg, rgb(35.8554216867, 60.1445783133, 42.7951807229) 15%, rgba(219.2891566265, 233.7108433735, 223.4096385542, 0.3) 40%, rgb(64.4277108434, 108.0722891566, 76.8975903614) 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(80.1486486486, 178.3108108108, 202.8513513514)), color-stop(40%, rgba(255, 255, 255, 0.3)), color-stop(80%, rgb(139.0743243243, 204.1554054054, 220.4256756757)));
  background-image: linear-gradient(90deg, rgb(80.1486486486, 178.3108108108, 202.8513513514) 15%, rgba(255, 255, 255, 0.3) 40%, rgb(139.0743243243, 204.1554054054, 220.4256756757) 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(85, 170, 102.5)), color-stop(40%, rgba(255, 255, 255, 0.3)), color-stop(80%, rgb(136, 195.5, 148.25)));
  background-image: linear-gradient(90deg, rgb(85, 170, 102.5) 15%, rgba(255, 255, 255, 0.3) 40%, rgb(136, 195.5, 148.25) 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(93, 156, 111, 0.4)), color-stop(50%, rgba(93, 156, 111, 0)));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 50%), linear-gradient(0deg, rgba(93, 156, 111, 0.4) 0%, rgba(93, 156, 111, 0) 50%);
  top: 30%;
}
.cover-image_inner:after { /*Grünton */
  background: rgba(99, 159, 204, 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: #639fcc;
  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: #639fcc;
  -webkit-box-shadow: 0.02rem 0.02rem 0.125rem 0.1rem rgba(49.5217391304, 107.7826086957, 151.4782608696, 0.6);
          box-shadow: 0.02rem 0.02rem 0.125rem 0.1rem rgba(49.5217391304, 107.7826086957, 151.4782608696, 0.6);
}
#visual .visual_area .visual_item_info.color_primary2 {
  border-color: #ba68a7;
  -webkit-box-shadow: 0.02rem 0.02rem 0.125rem 0.1rem rgba(129.0363636364, 58.9636363636, 112.8, 0.6);
          box-shadow: 0.02rem 0.02rem 0.125rem 0.1rem rgba(129.0363636364, 58.9636363636, 112.8, 0.6);
}
#visual .visual_area .visual_item_info.color_secondary1 {
  border-color: #eae779;
  -webkit-box-shadow: 0.02rem 0.02rem 0.125rem 0.1rem rgba(218.7225806452, 213.8258064516, 34.2774193548, 0.6);
          box-shadow: 0.02rem 0.02rem 0.125rem 0.1rem rgba(218.7225806452, 213.8258064516, 34.2774193548, 0.6);
}
#visual .visual_area .visual_item_info.color_secondary2 {
  border-color: #5d9c6f;
  -webkit-box-shadow: 0.02rem 0.02rem 0.125rem 0.1rem rgba(54.9036144578, 92.0963855422, 65.5301204819, 0.6);
          box-shadow: 0.02rem 0.02rem 0.125rem 0.1rem rgba(54.9036144578, 92.0963855422, 65.5301204819, 0.6);
}
#visual .visual_area .visual_item_info.color_tertiary1 {
  border-color: #c6e6ee;
  -webkit-box-shadow: 0.02rem 0.02rem 0.125rem 0.1rem rgba(119.4324324324, 195.5405405405, 214.5675675676, 0.6);
          box-shadow: 0.02rem 0.02rem 0.125rem 0.1rem rgba(119.4324324324, 195.5405405405, 214.5675675676, 0.6);
}
#visual .visual_area .visual_item_info.color_tertiary2 {
  border-color: #bbddc2;
  -webkit-box-shadow: 0.02rem 0.02rem 0.125rem 0.1rem rgba(119, 187, 133, 0.6);
          box-shadow: 0.02rem 0.02rem 0.125rem 0.1rem rgba(119, 187, 133, 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(49.5217391304, 107.7826086957, 151.4782608696, 0.4);
          box-shadow: 0.3rem 0.3rem 0.5rem 0rem rgba(49.5217391304, 107.7826086957, 151.4782608696, 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(129.0363636364, 58.9636363636, 112.8, 0.4);
          box-shadow: 0.3rem 0.3rem 0.5rem 0rem rgba(129.0363636364, 58.9636363636, 112.8, 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(218.7225806452, 213.8258064516, 34.2774193548, 0.4);
          box-shadow: 0.3rem 0.3rem 0.5rem 0rem rgba(218.7225806452, 213.8258064516, 34.2774193548, 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(54.9036144578, 92.0963855422, 65.5301204819, 0.4);
          box-shadow: 0.3rem 0.3rem 0.5rem 0rem rgba(54.9036144578, 92.0963855422, 65.5301204819, 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(119.4324324324, 195.5405405405, 214.5675675676, 0.4);
          box-shadow: 0.3rem 0.3rem 0.5rem 0rem rgba(119.4324324324, 195.5405405405, 214.5675675676, 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(119, 187, 133, 0.4);
          box-shadow: 0.3rem 0.3rem 0.5rem 0rem rgba(119, 187, 133, 0.4);
}
#visual .visual_area .visual_item_info i {
  color: #639fcc;
  margin: 0;
  padding: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#visual .visual_area .visual_item_info.color_primary1 i {
  color: #639fcc;
}
#visual .visual_area .visual_item_info.color_primary2 i {
  color: #ba68a7;
}
#visual .visual_area .visual_item_info.color_secondary1 i {
  color: #eae779;
}
#visual .visual_area .visual_item_info.color_secondary2 i {
  color: #5d9c6f;
}
#visual .visual_area .visual_item_info.color_tertiary1 i {
  color: #c6e6ee;
}
#visual .visual_area .visual_item_info.color_tertiary2 i {
  color: #bbddc2;
}
#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: #639fcc;
  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: #639fcc;
}
#visual .visual_area .visual_item_info.color_primary2:not(.no-image):after {
  background-color: #ba68a7;
}
#visual .visual_area .visual_item_info.color_secondary1:not(.no-image):after {
  background-color: #eae779;
}
#visual .visual_area .visual_item_info.color_secondary2:not(.no-image):after {
  background-color: #5d9c6f;
}
#visual .visual_area .visual_item_info.color_tertiary1:not(.no-image):after {
  background-color: #c6e6ee;
}
#visual .visual_area .visual_item_info.color_tertiary2:not(.no-image):after {
  background-color: #bbddc2;
}
#visual .visual_area .visual_item_info.color_primary1:hover:not(.no-image):after {
  background-color: #ba68a7;
}
#visual .visual_area .visual_item_info.color_primary2:hover:not(.no-image):after {
  background-color: #ba68a7;
}
#visual .visual_area .visual_item_info.color_secondary1:hover:not(.no-image):after {
  background-color: #ba68a7;
}
#visual .visual_area .visual_item_info.color_secondary2:hover:not(.no-image):after {
  background-color: #ba68a7;
}
#visual .visual_area .visual_item_info.color_tertiary1:hover:not(.no-image):after {
  background-color: #ba68a7;
}
#visual .visual_area .visual_item_info.color_tertiary2:hover:not(.no-image):after {
  background-color: #ba68a7;
}
#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: #ba68a7;
  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: #ba68a7;
}
#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;
  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: white;
  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-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: #ba68a7;
  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: #bbddc2;
}

.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: #639fcc;
  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(93, 156, 111, 0.3)), color-stop(50%, rgba(93, 156, 111, 0)));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 50%), linear-gradient(0deg, rgba(93, 156, 111, 0.3) 0%, rgba(93, 156, 111, 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(99, 159, 204, 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(62.0869565217, 135.1304347826, 189.9130434783);
}
.documents_area .documents_item_icon i.primary2 {
  color: rgb(164.0409090909, 74.9590909091, 143.4);
}
.documents_area .documents_item_icon i.secondary1 {
  color: rgb(227.0903225806, 223.1032258065, 76.9096774194);
}
.documents_area .documents_item_icon i.secondary2 {
  color: rgb(73.9518072289, 124.0481927711, 88.265060241);
}
.documents_area .documents_item_icon i.tertiary1 {
  color: rgb(158.7162162162, 212.7702702703, 226.2837837838);
}
.documents_area .documents_item_icon i.tertiary2 {
  color: rgb(153, 204, 163.5);
}
.documents_area .documents_item_refer {
  position: absolute;
  background: #eae779;
  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(79.7826086957, 147.1739130435, 197.7173913043);
}
.documents_area .documents_item_refer.primary2 {
  background: rgb(178.0022727273, 86.4977272727, 156.8);
}
.documents_area .documents_item_refer.secondary1 {
  background: rgb(230.5451612903, 227.0516129032, 98.9548387097);
}
.documents_area .documents_item_refer.secondary2 {
  background: rgb(83.4759036145, 140.0240963855, 99.6325301205);
}
.documents_area .documents_item_refer.tertiary1 {
  background: rgb(178.3581081081, 221.3851351351, 232.1418918919);
}
.documents_area .documents_item_refer.tertiary2 {
  background: rgb(170, 212.5, 178.75);
}
.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: #639fcc;
  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(93, 156, 111, 0.5);
  border: 1px solid #5d9c6f;
  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: #639fcc;
  border-radius: 0.3rem;
  color: white;
  padding: 2rem 3rem;
}
#booking .booking_overview_event a {
  color: white;
  text-decoration: none;
}
#booking .booking_topic h2 {
  margin-top: 0rem;
  padding-top: 0rem;
}
#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_slot {
  border: 0px solid #aaa;
  padding: 1rem;
  border-radius: 0.1875rem;
  background: rgba(99, 159, 204, 0.5);
  color: #639fcc;
  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(99, 159, 204, 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(186, 104, 167, 0.5);
  color: #ba68a7;
}
#booking .booking_day_slot.full .full_warning {
  color: #ba68a7;
}
#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: #ba68a7;
}
@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 #ba68a7;
  background: inherit;
  color: #ba68a7;
}
#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(186, 104, 167, 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;
}

.gallery {
  display: grid;
  gap: 0.5rem;
  padding: 0.5rem;
  max-width: 100%;
  width: 100%;
}

.gallery-item {
  cursor: pointer;
  overflow: hidden;
  border-radius: 0.1875rem;
  height: 50vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 100%;
}
.gallery-item img {
  width: 100%;
  height: 100%;
  min-width: 0;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.gallery-item:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.lightbox {
  position: fixed;
  inset: 0;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1000;
}
.lightbox.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.lightbox .lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
}
.lightbox img {
  max-width: 90%;
  max-height: 90%;
  z-index: 1001;
  border-radius: 8px;
}
.lightbox .lightbox-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 2rem;
  background: none;
  color: white;
  border: none;
  cursor: pointer;
  z-index: 1002;
}/*# sourceMappingURL=main.css.map */