:root {
  --grey: #818181;
  --orange-red: #f56020;
  --black: #303030;
  --gold: #ffc42e;
}

body {
  color: #333;
  background-color: #000;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

p {
  color: #000;
  margin-bottom: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 22px;
  line-height: 1.6;
}

a {
  color: #292929;
  text-decoration: underline;
}

.small-text {
  color: rgba(255, 255, 255, .7);
  letter-spacing: .03em;
  text-transform: none;
  white-space: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.divider-scroll {
  background-color: rgba(255, 255, 255, .6);
  border-radius: 200px;
  width: 10px;
  height: 10px;
  margin-left: 1vw;
  margin-right: 1vw;
}

.first-article {
  z-index: 20;
  background-color: #d4d4d4;
  flex-direction: column;
  flex: 0 auto;
  width: auto;
  max-width: 1500px;
  height: 100vh;
  line-height: 30px;
  display: flex;
  position: relative;
  top: 0;
  bottom: 0;
  right: 0;
  overflow: auto;
}

.card-1 {
  z-index: 1;
  cursor: pointer;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  flex: none;
  align-self: stretch;
  width: 25%;
  position: relative;
  overflow: hidden;
}

.tag {
  color: #e6784e;
  letter-spacing: .03em;
  text-transform: uppercase;
  white-space: nowrap;
  margin-right: 1vw;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
}

.card-3 {
  z-index: 3;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  flex: none;
  align-self: stretch;
  width: 40%;
  position: relative;
  overflow: hidden;
}

.section {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.scroll-type-wrapper {
  display: flex;
}

.second-article {
  background-color: #fd4415;
  width: 100%;
  max-width: 1500px;
  height: 100vh;
  display: block;
  position: relative;
  overflow: auto;
}

.card-details-wrapper {
  width: 100%;
  padding-bottom: 8%;
  padding-left: 8%;
  padding-right: 8%;
}

.card-inner {
  z-index: 10;
  opacity: 1;
  letter-spacing: 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .8));
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 100%;
  min-height: 70vh;
  padding-bottom: 10%;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.button-close {
  z-index: 500;
  color: #fff;
  background-color: rgba(0, 0, 0, .15);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  margin-top: 2%;
  margin-right: 3%;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.third-article {
  background-color: #141414;
  width: 100%;
  max-width: 1500px;
  height: 100vh;
  display: block;
  position: relative;
  overflow: auto;
}

.main-heading {
  color: #fff;
  text-transform: uppercase;
  width: auto;
  max-width: 18ch;
  margin-top: 5px;
  font-family: Oswald, sans-serif;
  font-size: 6.5vh;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
}

.section-content {
  z-index: 600;
  background-color: rgba(0, 0, 0, 0);
  width: 50%;
  height: 100vh;
  display: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
  overflow: hidden;
}

.row-scroll {
  align-items: center;
  min-width: 33vw;
  padding-right: 1vw;
  display: flex;
}

.card-2 {
  z-index: 2;
  cursor: pointer;
  flex: none;
  width: 40%;
  position: relative;
  overflow: hidden;
}

.container-article {
  position: relative;
}

.heading {
  color: #000;
  letter-spacing: -.3vh;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 9.25vh;
  font-weight: 700;
  line-height: .95;
}

.heading.is--white {
  color: #fff;
}

.image-container {
  width: 100%;
  height: 100%;
}

.image-container.first {
  perspective-origin: 50% 100%;
  transform-origin: 50% 100%;
  background-image: url('../images/Bildschirm­foto-2024-05-07-um-05.25.04.png');
  background-position: 0%;
  background-size: cover;
  position: relative;
}

.image-container.second {
  background-image: url('../images/65b693ce245ce6b52a4d3c93_redfreckles_Oktober2023-0009.jpg');
  background-position: 100%;
  background-size: auto;
}

.image-container.third {
  background-image: url('../images/sahand-hoseini-RnCLtXEouJE-unsplash-1.jpg');
  background-position: 100%;
  background-size: cover;
}

.inner-container {
  padding: 10% 12% 15%;
}

.scroll-type {
  align-items: center;
  display: flex;
}

.cap {
  float: left;
  color: #000;
  margin-right: 2%;
  font-size: 172px;
  font-weight: 900;
  line-height: 79%;
}

.cap.is--orange {
  color: #f56020;
}

.image-content {
  background-color: #000;
  min-height: 100vh;
  padding: 10%;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.alt-description {
  z-index: 1;
  color: #ccc;
  max-width: 20ch;
  font-size: 14px;
  position: relative;
}

.header-text {
  color: #f56020;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 13px;
  font-weight: 800;
  line-height: .9;
}

.header-text.black {
  color: #000;
  letter-spacing: 0;
}

.header-row {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15%;
  display: flex;
}

.header-row.summary {
  color: #000;
  margin-top: 5%;
}

.header-row.summary.gray {
  color: var(--grey);
}

.small-divider {
  background-color: #f56020;
  border-radius: 100%;
  width: 8px;
  height: 8px;
  margin-left: 15px;
  margin-right: 15px;
}

.small-divider.black {
  background-color: #000;
  width: 8px;
  height: 8px;
}

.image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.wrap-image-content {
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
  position: relative;
}

.rich-text {
  color: #000;
}

.rich-text.white {
  color: #8a8a8a;
}

.inner-header-col {
  justify-content: center;
  align-items: center;
  display: flex;
}

.alt-text-header {
  text-align: left;
  text-transform: uppercase;
  max-width: 20ch;
  font-size: 9px;
  font-weight: 500;
  line-height: 1.2;
}

.alt-text-header.white {
  color: var(--grey);
  line-height: 1.4;
}

.divider-circle {
  background-color: #000;
  border-radius: 100%;
  width: 15px;
  height: 15px;
  margin-top: 15%;
  margin-bottom: 15%;
}

.divider-circle.orange {
  background-color: var(--orange-red);
  width: 15px;
  height: 15px;
}

.divider-circle.orange.small {
  width: 8px;
  height: 8px;
  margin-left: 14px;
  margin-right: 14px;
}

.modal {
  z-index: 9999;
  grid-row-gap: 20px;
  color: #fff;
  background-color: rgba(0, 0, 0, .8);
  border-radius: 4px;
  flex-direction: column;
  width: auto;
  max-width: 20em;
  height: auto;
  padding: 30px 30px 25px;
  display: flex;
  position: fixed;
  top: 1%;
  bottom: auto;
  left: auto;
  right: 1%;
  box-shadow: 0 25px 35px rgba(0, 0, 0, .33);
}

.grid {
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #0b00da;
  border-radius: 4px;
  padding: 15px 25px;
  font-size: 12px;
  font-weight: 700;
}

.button:hover {
  background-color: #1a3dc5;
}

.button.fix {
  background-color: #7331df;
}

.button.fix:hover {
  background-color: #6929cf;
}

.close-link {
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.close-icon {
  max-height: 10px;
}

.modal-link {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
}

.wrap-scrolling-text {
  align-items: center;
  min-height: 400px;
  display: flex;
  overflow: hidden;
}

.xlarge-paragraph {
  color: #f56020;
  letter-spacing: -4px;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: Oswald, sans-serif;
  font-size: 20vh;
  font-weight: 700;
  line-height: 1.2;
}

.xlarge-paragraph.is--black {
  color: #000;
}

.link-read-more {
  color: #000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 32px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.link-read-more.white {
  color: #fff;
}

.arrow-read-more {
  background-color: #1f1e1e;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.link-white {
  color: #fff;
}

@media screen and (max-width: 991px) {
  p {
    font-size: 18px;
  }

  .first-article {
    width: 100%;
    height: 100%;
    padding-left: 0%;
    padding-right: 0%;
    display: block;
    position: relative;
    top: 0%;
    overflow: auto;
  }

  .card-1 {
    flex: none;
    width: 100%;
  }

  .card-3 {
    flex: none;
    width: auto;
  }

  .section {
    flex-direction: column;
    justify-content: space-around;
  }

  .image-wrapper {
    height: 50vh;
  }

  .scroll-type-wrapper {
    width: 100%;
    padding-left: 35px;
    padding-right: 35px;
    display: none;
  }

  .card-inner {
    background-image: none;
    padding-top: 0%;
    padding-bottom: 0%;
    display: flex;
  }

  .button-close {
    color: #fff;
    background-color: rgba(0, 0, 0, .75);
    border-radius: 8px;
    width: auto;
    height: auto;
    margin-left: auto;
    margin-right: 2%;
    padding: 10px 15px;
    font-size: 20px;
    display: flex;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .third-article {
    height: auto;
    min-height: 100vh;
  }

  .main-heading {
    font-size: 3em;
    line-height: 1em;
  }

  .section-content {
    width: 100vw;
    height: auto;
    display: none;
  }

  .card-2 {
    flex: none;
    width: 100%;
  }

  .heading {
    font-size: 6vh;
  }

  .inner-container {
    padding-top: 10%;
    padding-left: 8%;
    padding-right: 8%;
  }

  .header-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .inner-header-col {
    margin-bottom: 15px;
  }

  .modal {
    width: 95vw;
  }

  .button {
    padding-left: 35px;
    padding-right: 35px;
  }

  .modal-link {
    text-align: center;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .section {
    flex-direction: column;
  }

  .image-wrapper {
    background-size: cover;
    width: 100vw;
    height: 400px;
  }

  .second-article {
    z-index: 21;
    position: relative;
  }

  .card-inner {
    display: flex;
  }

  .button-close {
    width: auto;
  }

  .third-article {
    z-index: 22;
    height: auto;
    min-height: 100vh;
    position: relative;
  }

  .heading {
    font-size: 65px;
  }

  .cap {
    font-size: 90px;
  }

  .divider-circle {
    width: 12px;
    height: 12px;
  }

  .modal {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .close-link {
    align-items: flex-start;
    padding-right: 0;
  }

  .close-icon {
    max-height: 15px;
  }

  .modal-link {
    text-align: center;
  }

  .wrap-scrolling-text {
    min-height: 250px;
  }

  .xlarge-paragraph {
    font-size: 10vh;
  }
}

@media screen and (max-width: 479px) {
  p {
    font-size: 16px;
  }

  .small-text {
    font-size: 9px;
  }

  .first-article {
    height: 100vh;
    padding-left: 0%;
    padding-right: 0%;
    display: block;
  }

  .card-1 {
    flex-flow: row;
    flex: 1;
    order: 0;
    align-self: stretch;
    display: flex;
    overflow: visible;
  }

  .card-3 {
    flex: 1;
    width: 100%;
  }

  .section {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    display: flex;
    overflow: visible;
  }

  .image-wrapper {
    background-position: 50%;
    background-size: cover;
    height: 33.33vh;
  }

  .second-article {
    display: block;
  }

  .card-inner {
    padding-right: 10%;
    display: flex;
  }

  .button-close {
    max-width: 35%;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .third-article {
    height: 100vh;
    min-height: auto;
    display: block;
  }

  .main-heading {
    font-size: 2em;
  }

  .section-content {
    display: none;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: auto;
  }

  .card-2 {
    flex: 1;
    align-self: stretch;
    width: 100%;
  }

  .heading {
    font-size: 50px;
  }

  .image-container.second {
    background-position: 50% 0;
  }

  .cap {
    font-size: 80px;
  }

  .modal.hide {
    display: none;
  }

  .link-read-more {
    font-size: 24px;
  }

  .arrow-read-more {
    flex: none;
    width: 45px;
    height: 45px;
    padding-left: 13px;
    padding-right: 13px;
  }
}

#w-node-_8d181995-dfe0-de57-acce-c2649a16c5db-485960f8 {
  align-self: start;
  justify-self: end;
}

#w-node-c7f11f18-7d19-b532-123e-eb1bc80e652e-485960f8 {
  grid-area: 2 / 1 / 3 / 3;
}

@media screen and (max-width: 991px) {
  #w-node-_8d181995-dfe0-de57-acce-c2649a16c5db-485960f8 {
    grid-area: 1 / 2 / 2 / 3;
    align-self: start;
    justify-self: end;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_8d181995-dfe0-de57-acce-c2649a16c5db-485960f8 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-c7f11f18-7d19-b532-123e-eb1bc80e652e-485960f8 {
    grid-column-end: 4;
  }
}


