body {
  background-color: #fbfbfb;
  width: 100vw;
  padding-top: 100px;
}

a {
  text-decoration: none;
  color: initial;
}

/* OUTER CONTAINERS */
.container {
  width: 50vw;
  float: left;
  height: 70vw;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Last div, IF it has a .container class */
div.container:last-of-type {
  margin-bottom: 350px;
}

.container div {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.container div img {
  max-width: 30vw;
  max-height: 900px;
}

#exhibitions-shorter-div {
  height: 60vw;
}

.no-short-divs#exhibitions-shorter-div {
  height: 70vw;
}

#exhibitions-wider-image {
  max-width: 40vw;
}

.container-1 {
  /* background-color: blue; */
  height: 45vw;
  padding-left: 200px;
  padding-top: 50px;
  padding-bottom: 40px;
  display: initial;
}

.exhibitions-top-spacing-creator {
  float: right;
  height: 16vw;
  width: 50vw;
}

.container-2 {
  /* background-color: blueviolet; */
  float: right;
  padding-top: 150px;
  padding-right: 100px;
}

.container-2 div {
  /* justify-content: initial; */
  min-height: 1050px;
}

.container-3 {
  /* background-color: coral; */
  padding-top: 50px;
}

.container-4 {
  /* background-color: crimson; */
  padding-top: 200px;
  padding-right: 260px;
  float: right;
}

.container-5 {
  /* background-color: darkblue; */
  padding-top: 200px;
  padding-left: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.container-6 {
  /* background-color: darkgreen; */
  padding-top: 56px;
  padding-right: 100px;
  float: right;
  display: flex;
  justify-content: center;
  align-items: center;
}

.container-6 div {
  position: relative;
  left: 60px;
}

.container-7 {
  z-index: 1;
  /* background-color: firebrick; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.container-7 p {
  z-index: 1;
}

.container-7 img {
  z-index: 1;
}

.container-8 {
  /* background-color: gold; */
  padding-right: 70px;
  padding-top: 50px;
  float: right;
}

.container-9 {
  /* background-color: indigo; */
  padding-left: 78px;
}

/* FONT CLASSES */
.upcoming {
  font-family: EricaType;
  font-size: 24px;
  height: 120px;
  line-height: 120px;
  color: #000000;
}

.readmore,
.past {
  font-family: EricaType;
  font-size: 24px;
  height: 100px;
  line-height: 100px;
  color: #000000;
}

.Graben-Pfeil {
  font-family: Graebenbach;
}

.exhibitions-editorial {
  font-family: EditorialNew;
  font-size: 72px;
  font-weight: 200;
  line-height: 72px;
  letter-spacing: -1px;
  color: #000000;
  margin-top: 10px;
  margin-bottom: -5px;
}

.exhibitions-leipziger {
  font-family: jaf-lapture-display;
  font-size: 60px;
  line-height: 56px;
  letter-spacing: -1px;
  text-align: center;
  color: #000000;
}

.exhibitions-no-results {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 40px;
}

.upcoming-container .exhibitions-editorial {
  font-family: EditorialNew;
  margin-top: 3px;
  font-size: 72px;
  font-weight: 200;
  line-height: 66px;
  letter-spacing: -2px;
  color: #000000;
}

@media only screen and (max-width: 1900px) {
  /* temporary fix */
  #exhibitions-shorter-div {
    height: 70vw;
  }

  .container {
    height: 76vw;
  }

  .container-1 {
    height: 50vw;
  }

  .container-1 {
    padding: 1vw 0 1vw 10vw;
  }

  .container-2 {
    padding-right: 4vw;
    /* padding-top: 8vw; */
    padding-top: 0;
  }

  .container-2 div {
    position: relative;
    left: 5vw;
  }

  .container-3 {
    padding-top: 0;
  }

  .container-4 {
    padding-right: 4vw;
    /* padding-top: 5vw; */
    padding-top: 0;
  }

  .container-5 {
    padding-top: 0;
  }

  .container-6 {
    padding-top: 0;
  }

  .container-7 {
    padding-top: 0;
    padding-left: 8vw;
  }

  .container-8 {
    padding-top: 0;
  }

  /* FONT CLASSES */
  .upcoming {
    font-size: 24px;
    font-size: 1.3vw;
    height: 120px;
    height: 6.3vw;
    line-height: 120px;
    line-height: 6.3vw;
  }

  .readmore,
  .past {
    font-size: 1.3vw;
    height: 100px;
    height: 5.2vw;
    line-height: 100px;
    line-height: 5.2vw;
  }

  .exhibitions-editorial {
    font-size: 3.9vw;
    line-height: 3.9vw;
  }

  .exhibitions-leipziger {
    font-size: 3.2vw;
    line-height: 3.2vw;
  }
}

@media only screen and (max-width: 950px) {
  body {
    /* padding-top: initial; */
  }

  .container {
    padding: 0;
    padding-top: 25px;
    width: 100vw;
    float: none;
    margin-left: auto;
    margin-right: auto;
    min-height: initial;
    height: initial;
  }

  .upcoming {
    margin-top: 10px;
  }

  .readmore {
    margin-bottom: 135px;
  }

  .container > div {
    max-width: initial;
  }

  .container div {
    min-height: initial;
  }

  .container div img {
    width: 350px;
    height: auto;
    max-width: initial;
  }

  .exhibitions-top-spacing-creator {
    display: none;
  }

  #exhibitions-shorter-div {
    height: initial;
  }

  .no-short-divs#exhibitions-shorter-div {
    height: initial;
  }

  #exhibitions-wider-image {
    max-width: initial;
  }

  .container-2 div {
    position: initial;
  }

  .container-6 div {
    position: initial;
  }

  /* FONT CLASSES */

  .readmore {
    margin-bottom: 75px;
  }

  .upcoming,
  .readmore,
  .past {
    font-size: 18px;
    line-height: 65.1px;
  }

  .upcoming,
  .readmore,
  .past {
    height: 65px;
  }

  .exhibitions-leipziger {
    font-size: 39px;
    line-height: 36.5px;
  }

  .exhibitions-editorial {
    font-size: 47px;
    font-weight: 200;
    line-height: 43px;
    letter-spacing: -1.31px;
  }

  .upcoming-container .exhibitions-editorial {
    font-size: 47px;
    font-weight: 200;
    line-height: 43px;
    letter-spacing: -1.31px;
  }
}

@media only screen and (max-width: 360px) {
  .container div img {
    width: 275px;
    height: auto;
  }
}


/* quick fabi fix */
@media only screen and (max-width: 400px) {
  .exhibition-link-typo {
    transform-origin: top;
    transform: scale(0.95);
  }
}
