.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.head-wrapper {
  position: absolute;
  inset: 40px 0% auto;
}

.section-stage {
  height: 100vh;
  padding-top: 50vh;
}

.padding-global {
  padding-left: 2rem;
  padding-right: 2rem;
}

.container-l {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.full-width {
  width: 100%;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.image-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.content-stage {
  z-index: 5;
  position: relative;
}

.heading {
  color: #fff;
  font-family: Merriweather, serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 110%;
}

.heading.color-dark {
  color: #829475;
  margin-bottom: 30px;
}

.gradient-wrapper {
  z-index: 2;
  background-image: linear-gradient(#000, #060e00b3 0%, #060e0033);
  position: absolute;
  inset: 0%;
}

.paragraph {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  line-height: 160%;
}

.paragraph.dark {
  color: #212121;
  font-size: 20px;
}

.button {
  background-color: #829475;
  border-radius: 99px;
  padding: 16px 40px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.margin-b-t {
  margin-top: 12px;
  margin-bottom: 30px;
}

.section-spenden {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

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

.grid.margin-t-t {
  margin-top: 34px;
}

.image-2 {
  width: 250px;
}

.image-2.hide {
  display: none;
}

#w-node-e2157141-2495-4b69-1a55-4621465433da-0de7a5b7 {
  align-self: center;
}

#w-node-e2157141-2495-4b69-1a55-4621465433e3-0de7a5b7 {
  justify-self: end;
}

#w-node-cbcd4957-6344-5cab-656d-fdfa000e35c2-0de7a5b7 {
  align-self: center;
}

#w-node-cbcd4957-6344-5cab-656d-fdfa000e35cb-0de7a5b7 {
  justify-self: end;
}

#w-node-b1388a9b-92a6-a47a-ae7d-c4dec7b75907-0de7a5b7 {
  align-self: center;
}

#w-node-c38e766a-54b9-fbf1-4950-5ec433489975-0de7a5b7 {
  justify-self: end;
}


