/** Greenline **/
.greenline strong, .greenline b {
  font-family: 'Rasch Sans Bold', 'Rasch Sans', sans-serif;
}

.greenline .dark *, .greenline .primary * {
  color: #ffffff;
}
.greenline .light *, .greenline .middle * {
  color: #536E48;
}

.greenline .paragraph--type--etagen-text .imagewrap {
  display: flex;
  place-items: center;
}

.greenline .paragraph--type--etagen-text .imagewrap img {
  max-width: 180px;
  max-height: 180px;
}

.greenline .paragraph--type--etagen-text .imagewrap > *:not(:last-child) {
  margin-right: 4rem;
}

.greenline ul li {
  list-style-image: url('/themes/custom/client/greenline/check-green.svg');
}

.greenline ul li::marker {
  height: 1rem;
}

.greenline .primary ul li,
.greenline .dark ul li {
  list-style-image: url('/themes/custom/client/greenline/check-white.svg');
}

.greenline {
  font-size: 32px;
}

.greenline footer {
  font-size: 16px;
}

.greenline footer ul li {
  list-style: none;
}

.greenline .narrow {
  padding: 6rem 12rem;
}

.greenline #block-sprachumschalter {
  font-size: 24px;
}

.greenline footer > div > div,
.greenline footer > div > nav {
  place-items: center;
}

.greenline footer > div > nav {
  justify-content: flex-end;
}

.greenline footer {
  color: #536E48;
  font-size: 24px;
}

.greenline footer a {
  color: #536E48;
  text-decoration: underline;
  font-family: 'Rasch Sans Bold', 'Rasch Sans', sans-serif;
}

.greenline footer a:hover {
  color: #536E48;
}

.greenline .primary {
  background-image: url("/themes/custom/client/greenline/baum.svg");
  background-position: right;
  background-repeat: no-repeat;
  background-position-y: calc(100% + 23rem);
  background-blend-mode: soft-light;
  background-size: contain;
  background-position-x: calc(100% + 20rem);
}

.greenline .cookie-wrapper .cookie-main {
  font-size: 16px;
}

.greenline #logos {
  top: 3em;
}

.greenline #logos #logo-right {
  right: 2rem;
}

.greenline img.logo-left {
  width: 394px;
  height: auto;
}

.greenline img.logo-right {
  width: 296px;
  height: auto;
}

.greenline .paragraph--type--etagen-wrapper:not([data-items-in-a-row="8"]) .wrapper-inner {
  align-items: stretch;
}
.greenline .paragraph--type--etagen-wrapper:not([data-items-in-a-row="8"]) .paragraph--type--etagen-media-image > div,
.greenline .paragraph--type--etagen-wrapper:not([data-items-in-a-row="8"]) .paragraph--type--etagen-media-image article {
  height: 100%;
}
.greenline .paragraph--type--etagen-wrapper:not([data-items-in-a-row="8"]) .paragraph--type--etagen-media-image img {
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1700px) {
  .greenline footer {
    padding: 0 2rem;
  }
}

@media (max-width: 1330px) {
  .greenline {
    font-size: 22px;
  }

  .greenline .narrow {
    padding: 3rem 6rem;
  }

  .greenline footer {
    font-size: 13px;
    padding: 0 2rem;
  }
}

@media (max-width: 850px) {
  .greenline {
    font-size: 3rem;
  }

  .greenline #block-sprachumschalter ul {
    height: 17px;
    font-size: 2.5rem;
  }
  #block-sprachumschalter ul.active {
    height: 100%;
  }

  .greenline #logos {
    top: 6rem;
    display: flex;
    gap: 1rem;
    flex-direction: row;
    align-content: center;
    align-items: center;
  }

  .greenline #logos > div {
    width: calc(50% - .5rem);
  }

  .greenline #logos img {
    max-width: 32rem;
    height: auto;
    width: 100%;
  }

  .greenline #logos #logo-right {
    justify-content: flex-end;
    display: flex;
  }

  .greenline .paragraph--type--html {
    min-height: unset;
  }

  .greenline .paragraph--type--html iframe,
  .greenline .paragraph--type--etagen-media iframe {
    border-width: 8px;
  }

  .greenline .paragraph--type--html:first-child,
  .greenline .paragraph--type--etagen-media:first-child {
    padding-top: 17rem;
    padding-bottom: 1rem;
  }

  .greenline .wide > * {
    max-width: unset;
  }

  .greenline .narrow {
    padding: 3rem 3rem;
  }

  .greenline footer {
    font-size: 12px;
    padding: 0 2rem;
  }

  .greenline footer > div {
    display: flex;
    flex-direction: column;
  }

  .greenline .wide.paragraph--type--etagen-media-image img {
    width: 100%;
  }

  .greenline .light h2 {
    font-size: 1.8em;
  }

  .greenline .paragraph--type--etagen-text .imagewrap {
    flex-direction: column;
  }

  .greenline .paragraph--type--etagen-text .imagewrap img {
    display: block;
  }
}

@media (max-width: 550px) {
  .greenline {
    font-size: 2.3rem;
  }

  .greenline #block-sprachumschalter ul {
    height: 17px;
    font-size: 2.5rem;
  }
  #block-sprachumschalter ul.active {
    height: 100%;
  }

  .greenline #logos {
    top: 3rem;
    display: flex;
    gap: 1rem;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
  }

  .greenline .paragraph--type--html {
    min-height: unset;
  }

  .greenline #logos img {
    max-width: 22rem;
  }

  .greenline .paragraph--type--html iframe,
  .greenline .paragraph--type--etagen-media iframe {
    border-width: 8px;
  }

  .greenline .paragraph--type--html:first-child,
  .greenline .paragraph--type--etagen-media:first-child {
    padding-top: 17rem;
    padding-bottom: 1rem;
  }

  .greenline .wide > * {
    max-width: unset;
  }

  .greenline .narrow {
    padding: 3rem 3rem;
  }

  .greenline footer {
    font-size: 12px;
  }

  .greenline .paragraph--type--etagen-text .imagewrap {
    flex-direction: column;
  }

  .greenline .paragraph--type--etagen-text .imagewrap img {
    display: block;
  }
}
