/* .textblock .images {
  padding-right: 0;
  padding-bottom: 10rem;
} */

.textblock .headline h2 {
  font-size: var(--entry-image-font);
  text-transform: uppercase;
  max-width: 100%;
  line-height: 1.1;
}

.textblock .headline em {
  font-style: normal;
  font-weight: 700;
  color: var(--secondary);
}

.textblock ol {
    margin-left: 2rem;
}

.textblock h3 {
    margin-bottom: 1rem;
}




/* .textblock ul {
    margin-left: 2rem;
} */



.textblock.content_block {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  margin-top: 1em;
  margin-bottom: 1em;
  padding-top: 0;
  padding-bottom: 0;
  min-height: 0;
}

.textblock+.text_and_headline {
  padding-top: 5rem;
}

.textblock .content {
  display: grid;
  grid-template-columns: 11fr 7fr;
  gap: calc(var(--col) * 2);
  align-items: start;
}

.textblock .headline {
  margin-bottom: 5rem;
}

.textblock .left {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-self: flex-start;
  gap: 3rem;
  height: 100%;
  height: auto;
  align-self: start;
  position: sticky;
  top: calc(var(--header) + 5rem);
}

.textblock[data-size="large"] .left {
  position: static;
  height: max-content;
  overflow: auto;
}


.item_headline {
  font-weight: 700;
  text-transform: uppercase;
  color: var(--primary);
  display: block;
  line-height: 1.3;
  font-size: var(--slightly-bigger-font);
}

.textblock .gallery {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  position: sticky;
  top: 2rem;
  background-color: var(--white);
}

.textblock .gallery img {
  width: 100%;
  object-fit: cover;
  max-height: 90vh;
}

.textblock .more {
  margin-top: 10em;
}

.textblock h2 {
  margin-bottom: 3rem;
  margin-top: 6rem;
}

/* .textblock .content {
    margin-top: -32rem;
} */


/* MOBILES STYLING  */


@media screen and (max-width: 1330px) {

  .accordeon {
    padding-top: 3rem;
    margin-bottom: 3rem;
  }

  .textblock .content {
    display: flex;
    flex-direction: column;
  }

  .textblock .images {
    padding: 0rem var(--outside-padding-inner);
  }

  .textblock .gallery {
    margin-top: 5rem;
    width: 100%;
  }

  .textblock .left {
    position: static !important;
  }

  .textblock .gallery {
    position: static;
  }

  .textblock .more {
    margin-top: 2em;
  }

}
