img:not(.modal img):not(.lightbox img) {
  width: 100%;
  cursor: pointer;
  border-radius: 1rem;
}

h2 {
  font-size: 3rem;
}

/* ===== FIRST SECTION ===== */

.section_one {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-items: center;
  margin: 5rem 0 5rem 0;
  gap: 2rem;
}

.section_one .text {
  padding: 0 0 0 0;
  text-wrap: pretty;
}

.section_one .gipfel {
  display: flex;
  width: 40%;
}

.section_three {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.section_three img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section_four {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 10px 0 0 0;
  gap: 10px;
}

.section_four img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section_five {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-items: center;
  align-items: center;
  margin: 10rem 0 5rem 0;
  gap: 2rem;
}

.section_five .text {
  padding: 0 0 0 0;
}

.section_five .pur {
  display: flex;
  width: 70%;
}

.section_seven {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 10px;
  gap: 10px;
}

.section_seven img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ==== MEDIA QUERIES ==== */

@media (max-width: 768px) {
  h2 {
    font-size: 2rem;
  }
  .section_one {
    /* grid-template-columns: 1fr; */
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    margin-top: 8rem;
    gap: 5rem;
  }

  .section_five {
    /* grid-template-columns: 1fr; */
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 8rem;
    gap: 5rem;
  }
}
