@charset "UTF-8";
/**
 * @Author: Andrea Dittler | webspezi.com
 * @Date:   2025-04-29 17:23:04
 * @Last Modified by:   Andrea Dittler | webspezi.com
 * @Last Modified time: 2025-11-26 09:15:26
 */
/**
 * @Author: Andrea Dittler | webspezi.com
 * @Date:   2025-04-29 17:17:02
 * @Last Modified by:   Andrea Dittler | webspezi.com
 * @Last Modified time: 2025-04-30 12:00:51
 */
/* roboto-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/roboto-v47-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: italic;
  font-weight: 400;
  src: url("/fonts/roboto-v47-latin-italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("/fonts/roboto-v47-latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-700italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: italic;
  font-weight: 700;
  src: url("/fonts/roboto-v47-latin-700italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* nothing-you-could-do-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Nothing You Could Do";
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/nothing-you-could-do-v19-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* fira-sans-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/fira-sans-v17-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* fira-sans-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 700;
  src: url("/fonts/fira-sans-v17-latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* fira-sans-700italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Fira Sans";
  font-style: italic;
  font-weight: 700;
  src: url("/fonts/fira-sans-v17-latin-700italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/**
 * @Author: Andrea Dittler | webspezi.com
 * @Date:   2025-06-18 10:25:50
 * @Last Modified by:   Andrea Dittler | webspezi.com
 * @Last Modified time: 2025-12-15 18:01:07
 */
/**
 * @Author: Andrea Dittler | webspezi.com
 * @Date:   2019-03-02 09:44:03
 * @Last Modified by:   Andrea Dittler | webspezi.com
 * @Last Modified time: 2025-06-25 11:45:13
 */
html,
body {
  overflow-x: hidden;
  /* sofort Ruhe */
}

img,
svg,
video,
canvas,
table,
pre,
code {
  max-width: 100%;
}

body {
  background-color: #ffffff;
  font-family: "Roboto", sans-serif;
  margin: 0;
  padding: 0;
  /* .accordion {
          ol {
                  list-style: linear-gradient !important;
                  counter-reset: none !important;
                  padding-left: 2rem;

                  >li {
                          padding-left: initial !important;

                          &::before {
                                  content: initial !important;
                          }
                  }
          }
  }*/
}
@media only screen and (max-width: 991px) {
  body.nav-lock {
    overflow: hidden;
    /* Desktop */
    position: fixed;
    /* iOS Trick */
    width: 100%;
  }
  body.nav-lock #topnavNB {
    position: fixed;
  }
}
body h1,
body h2,
body h3 {
  font-family: "Fira Sans";
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
}
body h1,
body .h1 {
  color: unset;
  font-weight: 700;
  font-size: 2.3rem;
}
body h2 {
  font-size: 1.6rem;
}
body h3 {
  font-size: 1.4rem;
  text-align: left;
  color: var(--bs-danger);
}
body .bg-danger h3 {
  color: #ffffff;
}
body ol {
  list-style: none;
  counter-reset: nummer;
  padding-left: 0;
}
body ol > li {
  position: relative;
  padding-left: 1.7em;
  counter-increment: nummer;
  padding-bottom: 0.8rem;
}
body ol > li::before {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1;
  content: counter(nummer) ". ";
  font-family: "Nothing You Could Do";
  font-weight: 400;
  font-size: 1.5rem;
  display: inline-block;
  width: 2em;
  text-align: left;
  color: var(--bs-danger);
}
body ol ol {
  list-style: initial;
  counter-reset: list-item;
  padding-left: 2rem;
}
body ol ol > li {
  position: static;
  padding-left: 0;
}
body ol ol > li::before {
  content: none;
  position: static;
  width: auto;
}
body ol ul {
  list-style: disc;
  counter-reset: none;
  padding-left: 2rem;
}
body ol ul > li {
  position: static;
  padding-left: 0;
}
body ol ul > li::before {
  content: none;
  position: static;
  width: auto;
}
body .bild .untertitel {
  bottom: 0px;
  color: white;
  font-size: 1.5rem;
  font-weight: bold;
}
body .bg-danger ol > li::before {
  color: var(--bs-white);
}
body .bg-danger a {
  color: #ffffff !important;
}
body .gridbildtext .wsBlocksNurText {
  height: 100%;
  padding: 3rem;
  display: grid;
  align-content: center;
}
body .gridbildtext .wsBlocksNurBild {
  height: 100%;
}
body .gridbildtext .wsBlocksNurBild img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
body .wsBlock.bg-light {
  --bs-bg-opacity: .6;
  padding: 2rem;
  margin-left: -2rem;
  margin-right: -2rem;
}
body .news.infobox h2 small {
  color: var(--bs-danger);
  margin-bottom: 5px;
  text-transform: none;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  body .news.infobox {
    margin-bottom: 15px;
  }
}
body .font-nothing {
  font-family: "Nothing You Could Do", cursive;
  font-size: 2.2rem;
  text-align: center;
}
body #blut {
  margin-bottom: -165px;
}
@media only screen and (max-width: 767px) {
  body #blut {
    margin-bottom: -95px;
  }
}
body #blut img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
body .hoverme a {
  color: rgb(102, 88, 79);
  display: block;
}
body .hoverme:hover {
  background-color: rgba(102, 88, 79, 0.49) !important;
  box-shadow: 4px 4px 6.6px 0px rgba(0, 0, 0, 0.55);
}
body .hoverme:hover a {
  color: white;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}
body .gridgal {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  grid-gap: 0;
  margin: 0 auto;
  padding: 20px;
}
body .gridgal .item {
  border-bottom: 2px solid #cacaca;
}
@media only screen and (max-width: 767px) {
  body .gridgal .item {
    margin-left: -30px;
    max-width: 100vw;
  }
}
body .row.align-items-stretch .wsBlocksNurBild {
  height: 100%;
}
body .row.align-items-stretch .wsBlocksNurBild img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
body .row.align-items-stretch .has-wsBlocksNurText .wsBlocksNurText {
  height: 100%;
  display: grid;
  place-items: center start;
  padding: 30px !important;
}
@media only screen and (min-width: 768px) {
  body #luftballons {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  body #luftballons > .container {
    background-image: url(/images/spenden/AdobeStock_908262961_JM_GUERRERO.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 20rem;
    padding-bottom: 90px;
  }
}

/**
 * @Author: Andrea Dittler | webspezi.com
 * @Date:   2025-06-18 10:25:50
 * @Last Modified by:   Andrea Dittler | webspezi.com
 * @Last Modified time: 2025-12-15 18:01:07
 */
/**
 * @Author: Andrea Dittler | webspezi.com
 * @Date:   2025-06-16 11:10:53
 * @Last Modified by:   Andrea Dittler | webspezi.com
 * @Last Modified time: 2025-12-15 18:34:07
 */
:root {
  --nav-offset: 114px;
  --bs-navbar-color: var(--bs-body-color);
  --bs-navbar-hover-color: var(--bs-danger);
  --bs-nav-link-color: rgb(102, 88, 79);
  --bs-nav-link-hover-color: var(--bs-danger);
}

body > #topnavNB {
  --logow: 210px;
  top: 0;
  position: sticky;
  z-index: 1020;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  max-width: 100dvw;
}
body > #topnavNB > .container {
  align-items: flex-end;
}
body > #topnavNB.sticky2 {
  --navh1: 50px;
  --navlogot1: -2px;
  --navt1: -30px;
  --logow: 70px;
  --sloganfz: 1em;
  --sloganml: 65px;
  --navpy: 0;
}
@media only screen and (max-width: 991px) {
  body > #topnavNB.sticky2 {
    position: fixed;
    height: 114px;
    --logow: 130px;
  }
}
body > #topnavNB .navbar-toggler {
  background-color: rgba(102, 88, 79, 0.25);
  font-size: 2rem;
  color: black;
  padding: 12px;
  border-radius: 5px;
  position: absolute;
  right: 20px;
  top: 20px;
}
body > #topnavNB .navbar-toggler:focus {
  box-shadow: none;
}
body > #topnavNB .navbar-toggler[aria-expanded=true] > i.fa-bars::before {
  content: "\f00d" !important;
}
body > #topnavNB .logo {
  width: var(--logow);
  transition: all 0.5s ease;
}
body > #topnavNB #nav_11 {
  display: none;
}
body > #topnavNB .nav-item:hover > a {
  color: var(--bs-danger);
}
body > #topnavNB .nav-item.active > a {
  color: var(--bs-danger);
}
body > #topnavNB .nav-item.level_1 a.nav-link {
  transition: none;
}
body > #topnavNB .nav-item.level_1 a.dropdown-toggle.show {
  background-color: #EBE8E7;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
body > #topnavNB .nav-item.level_1 a.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.5em;
  vertical-align: middle;
  /* Font Awesome Solid, Code für caret-down */
  font-family: "Font Awesome 7 Pro";
  font-weight: 900;
  content: "\f078";
  /* Größe anpassen */
  font-size: 0.5em;
  border: none;
}
body > #topnavNB .nav-item.level_1 .dropdown-menu {
  border: none;
  padding-bottom: 0;
  margin-top: 0;
  right: 0;
  left: unset;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
body > #topnavNB .nav-item.level_1 .dropdown-menu,
body > #topnavNB .nav-item.level_1 .dropdown-menu .nav-item {
  background-color: #EBE8E7;
}
@media only screen and (max-width: 991px) {
  body > #topnavNB .nav-item.level_2 > .nav-link {
    margin-top: 0 !important;
  }
}
@media only screen and (max-width: 991px) {
  body > #topnavNB #topnav {
    position: absolute;
    top: 114px;
    padding: 20px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    background-color: #EBE8E7;
    right: 65px;
    font-size: 1.8rem;
  }
  body > #topnavNB #topnav.show {
    position: fixed;
    left: 50dvw;
    right: 0;
    top: calc(114px + env(safe-area-inset-top));
    /* Header-Höhe */
    bottom: 0;
    max-height: calc(100svh - 114px - env(safe-area-inset-top));
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 50px;
    width: 50dvw;
    /* oder 50svw für iOS 16+ */
    right: 0;
  }
  body > #topnavNB #topnav .nav-link {
    margin-top: 15px;
  }
  body > #topnavNB #topnav .nav-link.dropdown-toggle {
    color: var(--bs-danger);
  }
  body > #topnavNB #topnav .dropdown-menu {
    display: block;
    border: none;
    box-shadow: none;
    font-size: 1.5rem;
    margin-top: 0;
    padding-top: 0;
    padding-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  body > #topnavNB #topnav {
    right: 0;
    min-width: 100dvw;
  }
  body > #topnavNB #topnav.show {
    width: 100dvw;
    /* oder 50svw für iOS 16+ */
    right: 0;
    left: 0;
  }
}

header {
  position: relative;
  margin-bottom: 70px;
}
header .wsBlocksNurBild img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
header #aktausfaq {
  position: relative;
}
header #aktausfaq .aktaus {
  bottom: -60px;
  width: 20%;
  display: block;
}
@media only screen and (max-width: 767px) {
  header #aktausfaq .aktaus {
    bottom: -40px;
    width: 30%;
  }
}
header #aktausfaq .faq {
  top: -35px;
  width: 12%;
  display: block;
  right: 0;
}
@media only screen and (max-width: 767px) {
  header #aktausfaq .faq {
    bottom: -40px;
    width: 22%;
  }
}

/**
 * @Author: Andrea Dittler | webspezi.com
 * @Date:   2025-05-01 14:10:51
 * @Last Modified by:   Andrea Dittler | webspezi.com
 * @Last Modified time: 2025-06-30 08:22:34
 */
.accordion .accordion-item {
  background-color: #ccc8c5;
  border: 1px solid #D3D3D3;
}
.accordion .accordion-item h2,
.accordion .accordion-item button {
  font-weight: 700;
  color: var(--bs-body-color);
  background: transparent;
}
.accordion .accordion-item h2, .accordion .accordion-item h2:focus,
.accordion .accordion-item button,
.accordion .accordion-item button:focus {
  outline: none;
  box-shadow: none;
}
.accordion .accordion-item:has(.collapse.show) {
  background-color: #eeeceb;
}
.accordion .accordion-item .collapse {
  border-top: 1px solid #D3D3D3;
}

/**
 * @Author: Andrea Dittler | webspezi.com
 * @Date:   2025-06-18 10:25:50
 * @Last Modified by:   Andrea Dittler | webspezi.com
 * @Last Modified time: 2025-12-15 18:01:07
 */
/**
 * @Author: Andrea Dittler | webspezi.com
 * @Date:   2023-01-31 10:03:30
 * @Last Modified by:   Andrea Dittler | webspezi.com
 * @Last Modified time: 2025-11-04 10:38:46
 */
.historie .historie-item {
  aspect-ratio: 1/1.5;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom right;
  position: relative;
}
.historie .historie-item .text {
  position: absolute;
  bottom: 0;
  font-size: 2.4rem;
  font-family: "Nothing You Could Do", cursive;
  font-weight: normal;
  padding: 15px 50px;
  width: 100%;
  text-align: center;
  height: 45%;
  display: flex;
  align-items: center;
}

.zeitstrahlContainer {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .zeitstrahlContainer {
    grid-template-rows: repeat(18, 3rem);
  }
}
@media only screen and (max-width: 991px) {
  .zeitstrahlContainer {
    grid-template-rows: repeat(18, 6rem);
  }
}
.zeitstrahlContainer #linie {
  width: 10px;
  position: absolute;
  left: 49.6%;
  content: "";
  display: block;
  height: 100%;
  background-color: var(--bs-danger);
  grid-column-end: span 12;
}
@media only screen and (max-width: 767px) {
  .zeitstrahlContainer #linie {
    left: unset;
    right: -20px;
  }
}
.zeitstrahlContainer:before, .zeitstrahlContainer:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--bs-danger);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  left: calc(50% - 15px);
}
@media only screen and (max-width: 767px) {
  .zeitstrahlContainer:before, .zeitstrahlContainer:after {
    left: 100%;
  }
}
.zeitstrahlContainer:after {
  top: calc(100% - 5px);
}
@media only screen and (min-width: 768px) {
  .zeitstrahlContainer > .has-wsBlocksInfoBox {
    position: relative;
    overflow: visible !important;
  }
  .zeitstrahlContainer > .has-wsBlocksInfoBox:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--bs-danger);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    left: 100%;
  }
  .zeitstrahlContainer > .has-wsBlocksInfoBox .item {
    background: var(--bs-dark);
    position: relative;
    margin-top: 3rem;
    padding: 2.4rem 24px 1rem 27px;
    border-radius: 20px;
  }
  .zeitstrahlContainer > .has-wsBlocksInfoBox .item:after {
    content: "";
    display: block;
    position: absolute;
    background: var(--bs-secondary);
    width: 60px;
    height: 40px;
    top: 25px;
    border-radius: 5px;
    transform: rotate(45deg);
    z-index: -2;
  }
  .zeitstrahlContainer > .has-wsBlocksInfoBox h2 {
    background: var(--bs-danger);
    color: #fff;
    padding: 14px 18px 9px;
    border-radius: 40px;
    display: inline-block;
    font-family: "Nothing You Could Do", cursive;
    font-weight: normal;
    font-size: 2.4rem;
    position: absolute;
    top: -2rem;
  }
  .zeitstrahlContainer > .has-wsBlocksInfoBox:nth-child(even) {
    grid-column-start: 1;
  }
  .zeitstrahlContainer > .has-wsBlocksInfoBox:nth-child(even):before {
    top: 88px;
    left: 100%;
  }
  .zeitstrahlContainer > .has-wsBlocksInfoBox:nth-child(even) h2 {
    left: 25px;
  }
  .zeitstrahlContainer > .has-wsBlocksInfoBox:nth-child(even) .item {
    margin-right: 30px;
  }
  .zeitstrahlContainer > .has-wsBlocksInfoBox:nth-child(even) .item:after {
    right: -20px;
  }
  .zeitstrahlContainer > .has-wsBlocksInfoBox:nth-child(odd) {
    grid-column-start: 7;
  }
  .zeitstrahlContainer > .has-wsBlocksInfoBox:nth-child(odd):before {
    top: 88px;
    left: -30px;
  }
  .zeitstrahlContainer > .has-wsBlocksInfoBox:nth-child(odd) h2 {
    right: 25px;
  }
  .zeitstrahlContainer > .has-wsBlocksInfoBox:nth-child(odd) .item {
    margin-left: 30px;
  }
  .zeitstrahlContainer > .has-wsBlocksInfoBox:nth-child(odd) .item:after {
    left: -20px;
  }
  .zeitstrahlContainer > .has-wsBlocksInfoBox:nth-child(2) {
    grid-row-start: 1;
  }
  .zeitstrahlContainer > .has-wsBlocksInfoBox:nth-child(3) {
    grid-row-start: 3;
  }
  .zeitstrahlContainer > .has-wsBlocksInfoBox:nth-child(4) {
    grid-row-start: 5;
  }
  .zeitstrahlContainer > .has-wsBlocksInfoBox:nth-child(5) {
    grid-row-start: 7;
  }
  .zeitstrahlContainer > .has-wsBlocksInfoBox:nth-child(6) {
    grid-row-start: 9;
  }
  .zeitstrahlContainer > .has-wsBlocksInfoBox:nth-child(7) {
    grid-row-start: 11;
  }
  .zeitstrahlContainer > .has-wsBlocksInfoBox:nth-child(8) {
    grid-row-start: 13;
  }
  .zeitstrahlContainer > .has-wsBlocksInfoBox:nth-child(9) {
    grid-row-start: 15;
  }
  .zeitstrahlContainer > .has-wsBlocksInfoBox:nth-child(10) {
    grid-row-start: 17;
  }
  .zeitstrahlContainer > .has-wsBlocksInfoBox:nth-child(11) {
    grid-row-start: 19;
  }
}
@media only screen and (max-width: 767px) {
  .zeitstrahlContainer {
    grid-template-rows: unset;
  }
  .zeitstrahlContainer > .has-wsBlocksInfoBox {
    position: relative;
    overflow: visible !important;
  }
  .zeitstrahlContainer > .has-wsBlocksInfoBox:before {
    content: "";
    position: absolute;
    top: 86px;
    left: 0;
    background-color: var(--bs-danger);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    left: 100%;
  }
  .zeitstrahlContainer > .has-wsBlocksInfoBox .item {
    background: var(--bs-dark);
    position: relative;
    margin-top: 3rem;
    padding: 2.4rem 24px 1rem 27px;
    border-radius: 20px;
    margin-right: 15px;
  }
  .zeitstrahlContainer > .has-wsBlocksInfoBox .item:after {
    content: "";
    display: block;
    position: absolute;
    background: var(--bs-secondary);
    width: 60px;
    height: 40px;
    top: 25px;
    border-radius: 5px;
    transform: rotate(45deg);
    z-index: -2;
    right: -10px;
  }
  .zeitstrahlContainer > .has-wsBlocksInfoBox h2 {
    background: var(--bs-danger);
    color: #fff;
    padding: 14px 18px 9px;
    border-radius: 40px;
    display: inline-block;
    font-family: "Nothing You Could Do", cursive;
    font-weight: normal;
    font-size: 2.4rem;
    position: absolute;
    top: -2rem;
  }
}

/**
 * @Author: Andrea Dittler | webspezi.com
 * @Date:   2025-06-18 10:25:50
 * @Last Modified by:   Andrea Dittler | webspezi.com
 * @Last Modified time: 2025-12-15 18:01:07
 */
/**
 * @Author: Andrea Dittler | webspezi.com
 * @Date:   2025-06-18 10:24:09
 * @Last Modified by:   Andrea Dittler | webspezi.com
 * @Last Modified time: 2025-12-15 18:05:38
 */
.indexHeader h1 {
  position: absolute;
  text-align: center;
  width: 100%;
  top: 20%;
  color: white;
  font-size: clamp(1.6rem, 4.5vw + 0.5rem, 3rem);
}
.indexHeader h1 small {
  padding-bottom: 20px;
  display: block;
  font-weight: normal;
  font-size: clamp(0.9rem, 2.2vw + 0.2rem, 1.25rem);
}

#indexGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
#indexGrid img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 991px) {
  #indexGrid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  #indexGrid {
    grid-template-columns: repeat(1, 1fr);
  }
}
#indexGrid .untertitel {
  bottom: 0px;
  color: white;
  font-size: 1.5rem;
  font-weight: bold;
}
#indexGrid > div.div64 {
  grid-column: 1/1 span;
  grid-row: 1/2 span;
}
@media only screen and (max-width: 767px) {
  #indexGrid > div.div64 {
    grid-column: 1/1 span;
    grid-row: 1/1 span;
  }
}
#indexGrid > div.div55 {
  grid-column: 1/1 span;
  grid-row: 3/2 span;
}
@media only screen and (max-width: 767px) {
  #indexGrid > div.div55 {
    grid-column: 1/1 span;
    grid-row: 2/1 span;
  }
}
#indexGrid > div.div51 {
  grid-column: 2/1 span;
  grid-row: 1/4 span;
}
@media only screen and (max-width: 767px) {
  #indexGrid > div.div51 {
    grid-column: 1/1 span;
    grid-row: 3/1 span;
  }
}
#indexGrid > div.div67 {
  grid-column: 3/1 span;
  grid-row: 1/3 span;
}
@media only screen and (max-width: 767px) {
  #indexGrid > div.div67 {
    grid-column: 1/1 span;
    grid-row: 4/1 span;
  }
}
#indexGrid > div.div66 {
  grid-column: 3/1 span;
  grid-row: 4/3 span;
}
@media only screen and (max-width: 767px) {
  #indexGrid > div.div66 {
    grid-column: 1/1 span;
    grid-row: 5/1 span;
  }
}
#indexGrid > div.div32 {
  grid-column: 1/2 span;
  grid-row: 5/2 span;
}
@media only screen and (max-width: 767px) {
  #indexGrid > div.div32 {
    grid-column: 1/1 span;
    grid-row: 6/1 span;
  }
}

/**
 * @Author: Andrea Dittler | webspezi.com
 * @Date:   2025-06-26 10:53:53
 * @Last Modified by:   Andrea Dittler | webspezi.com
 * @Last Modified time: 2025-06-26 10:55:10
 */
body.body---de--bottom--Datenschutz h2,
body.body---de--bottom--Datenschutz h3 {
  text-align: start;
}

/**
 * @Author: Andrea Dittler | webspezi.com
 * @Date:   2025-06-18 10:25:50
 * @Last Modified by:   Andrea Dittler | webspezi.com
 * @Last Modified time: 2025-12-15 18:01:07
 */
/**
 * @Author: Andrea Dittler | webspezi.com
 * @Date:   2025-11-26 09:15:01
 * @Last Modified by:   Andrea Dittler | webspezi.com
 * @Last Modified time: 2025-11-26 09:36:38
 */
.person .bild {
  position: relative;
  margin-bottom: 35px !important;
}
@media only screen and (max-width: 991px) {
  .person .bild {
    margin-bottom: 15px !important;
  }
}
@media only screen and (max-width: 767px) {
  .person .bild {
    margin-bottom: 35px !important;
  }
}
.person .bild .icon-email {
  content: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iRWJlbmVfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxMjUuNzggOTguOTQiPgogIDwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyOS4yLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiAyLjEuMCBCdWlsZCAxMTYpICAtLT4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLnN0MCB7CiAgICAgICAgZmlsbDogI2ZmZjsKICAgICAgfQoKICAgICAgLnN0MSB7CiAgICAgICAgZmlsbDogI2Q5MjcxZDsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBvbHlnb24gY2xhc3M9InN0MCIgcG9pbnRzPSI2LjEyIDIxLjM1IDEwOC41NyA0LjMxIDEyMS45OSA3NS4yOCAxNy4yMSA5Ni4xOCAzLjAyIDIyLjY0IDYuMTIgMjEuMzUiLz4KICA8cGF0aCBjbGFzcz0ic3QxIiBkPSJNMTEyLjgxLDIuNzJjLS4zMS0xLjc5LTIuMDItMi45OC0zLjgtMi42N2wtMjYuOTcsNC43M0wzLjAzLDE4LjUyYy0uNDQuMDgtLjg1LjI0LTEuMjEuNDgtLjQ4LjI0LS45MS41OS0xLjIyLDEuMDQtLjUuNzEtLjcsMS42LS41NSwyLjQ2bDEyLjkzLDczLjczYy4yNSwxLjQ0LDEuNDEsMi41LDIuNzgsMi42OS4zMy4wNC42Ny4wNCwxLjAyLS4wMmwxMDYuMjgtMTguNjRjLjg2LS4xNSwxLjYyLS42NCwyLjEyLTEuMzUuNTEtLjcxLjctMS42LjU1LTIuNDVMMTEyLjgxLDIuNzJaTTg0LjEzLDExLjA4bDE3LjM4LTMuMDItMzcuMjIsNDkuNTFzLS4xNS4xNy0uMjcuMjdjLS4wOC0uMDQtLjE3LS4wOC0uMjMtLjEyTDEyLjQsMjMuNjZsNzEuNzMtMTIuNTdaTTcuNzcsMjguNDdsMzguMjMsMjUuMzQtMjcuNzksMzQuMjFMNy43NywyOC40N1pNMjQuNDUsOTAuNjJsMjYuOTctMzMuMjEsOC43Myw1Ljc4Yy4yNS4xNywxLjU3LDEuMDIsMy4yMiwxLjI0LjYyLjA5LDEuMjMuMDgsMS44MS0uMDIsMi4zMS0uNDEsMy45MS0yLjI5LDQuMzUtMi44OGw2LjY3LTguODcsMzYuOCwyMi41NC04OC41NiwxNS40MlpNODAuMTEsNDcuNDZsMjcuNDYtMzYuNTMsMTAuNDgsNTkuNzctMzcuOTQtMjMuMjNaIi8+Cjwvc3ZnPg==);
  width: 65px;
  position: absolute;
  right: 0;
  bottom: -25px;
}
@media only screen and (max-width: 991px) {
  .person .bild .icon-email {
    width: 35px;
    bottom: -15px;
  }
}
@media only screen and (max-width: 767px) {
  .person .bild .icon-email {
    width: 65px;
    bottom: -25px;
  }
}

/**
 * @Author: Andrea Dittler | webspezi.com
 * @Date:   2025-06-18 10:25:50
 * @Last Modified by:   Andrea Dittler | webspezi.com
 * @Last Modified time: 2025-12-15 18:01:07
 */
/**
 * @Author: Andrea Dittler | webspezi.com
 * @Date:   2025-11-05 11:18:54
 * @Last Modified by:   Andrea Dittler | webspezi.com
 * @Last Modified time: 2025-12-12 14:24:07
 */
footer {
  background-color: rgba(102, 88, 79, 0.17);
  padding: 20px;
  box-shadow: 0px -4px 4px 0px rgba(0, 0, 0, 0.25);
  font-size: 1rem;
}
@media only screen and (max-width: 767px) {
  footer {
    padding-top: 50px;
  }
}
footer .container .mos-logo {
  background: #e5e3e1;
  padding: 1.5rem 2rem;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
}
@media only screen and (max-width: 767px) {
  footer .container .mos-logo {
    padding-left: 0;
  }
}
footer .container .mos-logo > img {
  display: block;
  max-width: 100%;
  height: auto;
}
footer .container .mos-logo > div {
  display: flex;
  gap: 1rem;
  align-items: center;
}
footer .container .mos-logo > div a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
footer .container .mos-logo > div a img {
  display: block;
}
footer .container > div.row > div:nth-child(3) picture,
footer .container > div.row > div:nth-child(3) .bild {
  padding-right: 15px;
}
footer .container > div.row > div:nth-child(3) picture img,
footer .container > div.row > div:nth-child(3) .bild img {
  width: 60%;
}
@media only screen and (max-width: 767px) {
  footer .container > div.row > div:nth-child(3) picture img,
  footer .container > div.row > div:nth-child(3) .bild img {
    width: 50%;
    padding: 1.5rem 1.5rem 1.5rem 0 !important;
  }
}

#cookie-hinweis {
  background-color: #f6f5f4 !important;
  color: #66584F !important;
}
