@font-face {
  font-family: "akzidenz-grotesk-extended-medium";
  src: url("fonts/akzidenz_grotesk_extended_medium-webfont.woff2")
      format("woff2"),
    url("fonts/akzidenz_grotesk_extended_medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "akzidenz_grotesk-extended";
  src: url("fonts/berthold_akzidenz_grotesk_extended-webfont.woff2")
      format("woff2"),
    url("fonts/berthold_akzidenz_grotesk_extended-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "akzidenz_grotesk-extended-Bold";
  src: url("fonts/akzidenzgrotesk-boldextended-webfont.woff2") format("woff2"),
    url("fonts/akzidenzgrotesk-boldextended-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
:root {
  --fontsize-evenbiggest: 160px;
  --fontsize-biggest: 84px;
  --fontsize-big: 42px;
  --fontsize-regular: 36px;
  --fontsize-small: 20px;
  --fontsize-smaller: 14px;
  --margin-left: 70px;
  --margin-top: 50px;
}
html,
body {
  font-family: "akzidenz-grotesk-extended-medium";
  color: #000;
  width: 100%;
  /*min-height: 100vh;
  height: auto;*/
  height: auto;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
header {
  text-transform: uppercase;
  margin: auto;
  text-align: center;
  padding-top: 50px;
  font-size: var(--fontsize-big);
}
.menu {
  position: absolute;
  left: var(--margin-left);
  top: var(--margin-top);
}

.menu a,
.menu-over a {
  text-decoration: none;
  color: #000;
}
.menu-over a {
  transition: all 0.3s ease;
}
.menu-over a:hover {
  margin-left: -20px;
}
.menu-over {
  position: absolute;
  left: var(--margin-left);
  top: calc(var(--margin-top) + 40px);
  text-align: left;
  display: none;
  z-index: 99999999;
}
.menu-info:hover {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #000;
}
.menu-active {
  margin-left: -20px;
}
.logo {
  margin: auto;
  width: 600px;
  position: relative;
  z-index: 999;
  left: 50%;
  margin-left: -300px;
}
.logo a {
  text-decoration: none;
  color: #000;
}
.logo:hover {
  cursor: pointer;
}
.deuss {
  height: 32px;
  width: auto;
  margin-top: 3px;
}

.mobileHome {
  position: relative;
  display: none;
  padding-left: 20px;
  padding-right: 20px;
  font-family: "akzidenz-grotesk-extended-medium";
  color: #000;
  font-size: var(--fontsize-small);
  line-height: 1.3em;
  padding-bottom: 40px;
  padding-top: 20px;
}
.mobileHome a {
  text-decoration: none;
  color: #000;
}
.mobileHome img {
  width: 100%;
  height: auto;
}
.mobileIngrid {
  position: absolute;
  top: 100px;
  text-align: center;
  font-size: calc(var(--fontsize-big) - 6px);
  line-height: 1.3em;
}
.mobileGallery {
  position: absolute;
  left: 40px;
  top: calc(50% + 20px);
  text-align: left;
  font-size: calc(var(--fontsize-big) - 6px);
  line-height: 1.3em;
}
.mobileProduction {
  position: absolute;
  left: 0px;
  top: calc(50% + 20px);
  text-align: center;
  font-size: calc(var(--fontsize-big) - 6px);
  line-height: 1.3em;
}
.mobileAgency {
  position: absolute;
  right: 40px;
  top: calc(50% + 20px);
  text-align: right;
  font-size: calc(var(--fontsize-big) - 6px);
  line-height: 1.3em;
}
.black {
  color: #000;
  text-decoration: none;
}
.antwerp {
  position: absolute;
  right: var(--margin-left);
  top: var(--margin-top);
}
b,
strong {
  font-family: "akzidenz-grotesk-extended-medium";
  font-size: calc(var(--fontsize-small) - 4px);
}
.sites {
  position: absolute;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: calc(100vh - 182px);
}
.site {
  width: 50%;
  font-size: var(--fontsize-big);
  text-align: center;
}
.site a,
footer a {
  text-decoration: none;
  color: #000;
}
.home-left {
  text-align: left;
  padding-left: 60px;
}
.home-right {
  text-align: right;
  padding-right: 60px;
  white-space: nowrap;
}
footer a:hover {
  color: #0000ff;
}
footer {
  position: absolute;
  bottom: 25px;
  width: 100%;
  text-align: center;
  font-family: "akzidenz_grotesk-extended";
  font-size: 20px;
}
.footer-smaller {
  font-size: var(--fontsize-smaller);
  padding-top: 10px;
}
.social-mail {
  width: 22px;
}
.social-insta {
  width: 22px;
}
.popup-black {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  color: #fff;
  padding: var(--margin-left);
  font-size: var(--fontsize-big);
  line-height: 1.3em;
  z-index: 10;
  display: none;
}
.about-ingrid {
}
.popup-text {
}
.topcenter {
  position: absolute;
  top: calc(2 * var(--margin-top));
  left: 10%;
  width: 80%;
  text-align: center;
  z-index: 20;
}
.leftcenter {
  position: absolute;
  top: 0;
  left: calc(2 * var(--margin-left));
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 70%;
  text-align: left;
  z-index: 20;
}
.centercenter {
  position: absolute;
  top: 0;
  left: calc(2 * var(--margin-left));
  right: calc(2 * var(--margin-left));
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
  z-index: 20;
}
.rightcenter {
  position: absolute;
  top: 0;
  right: calc(2 * var(--margin-left));
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 70%;
  text-align: right;
  z-index: 20;
}
.pop-image-ingrid {
  position: absolute;
  top: 48%;
  right: calc(10% + (2 * var(--margin-top)));
  width: 400px;
}
.pop-image-ingrid img {
  width: 100%;
}
.about {
  display: flex;
  align-items: start;
  justify-content: center;
  /*position: absolute;
  top: 100px;
  bottom: 100px;*/
  position: relative;
  padding: 70px;
  padding-top: 210px;
  font-size: 2.3vw;
  line-height: 1.4em;
  padding-bottom: 120px;
}
.production-about {
  height: calc(100vh - 85px - 80px);
  align-items: center;
  justify-content: center;
  padding-top: 0;
}
.quote {
  vertical-align: bottom;
  font-size: calc(var(--fontsize-big) - 6px);
  line-height: 1.2em;
  font-family: "akzidenz_grotesk-extended";
  font-size: var(--fontsize-small);
}
.quote p {
  padding-bottom: var(--fontsize-big);
}
.quote a {
  text-decoration: none;
  color: #000;
}
.quote a:hover {
  text-decoration: none;
  color: #0000ff;
}
.about-title {
  height: 30px;
  width: auto;
  margin-bottom: 6px;
}
/*
main {
    display: flex;
    align-items: center;
    justify-content: center;
    position:absolute;
    top:100px;
    bottom:100px;
    padding:70px;
    font-size: 2.3vw;
    line-height:1.4em;
}

.author {
    font-family: 'akzidenz_grotesk-extended';
    font-size: 1.8vw;
}
*/

.black-background {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000;
  overflow-y: scroll;
  z-index: 1;
}
.artists {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  /*height: 100%;*/
  color: #fff;
  text-align: left;
  padding: 70px;
  font-size: calc(var(--fontsize-big) - 10px);
  line-height: 1.4em;
  text-transform: uppercase;
  z-index: 10;
  line-height: 1.2em;
}
.artists span {
  font-family: "akzidenz_grotesk-extended-Bold";
  padding-bottom: 20px;
}
.artists a {
  text-decoration: none;
  color: #fff;
}
#imgFollow,
#imgFollow2 {
  z-index: 1;
  width: 400px;
  height: auto;
}

.artislinksHolder {
  position: relative;
  width: 100%;
  height: calc(100vh - 94px - 94px);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.artistLinks {
  color: #000;
  text-decoration: none;
  font-size: var(--fontsize-biggest);
  font-family: "akzidenz_grotesk-extended-Bold";
}
.thisgallery {
  position: absolute;
  left: 0;
  top: 140px;
  width: 100%;
  height: calc(100vh - 280px);
  background-image: url(/img/gallery.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index: 9;
}
.now-past {
  position: absolute;
  left: 0;
  top: 140px;
  width: 100%;
  height: calc(100vh - 206px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: var(--margin-left);
  z-index: 2;
}
.upcoming-grid {
  grid-template-columns: 1fr 1fr 1fr !important;
}
.now-past div {
  display: flex;
  align-items: center;

  width: 100%;
  height: 100%;
  font-size: var(--fontsize-evenbiggest);
  font-family: "akzidenz_grotesk-extended-Bold";
}
.upcoming {
  justify-content: left;
}
.upcoming div {
  font-size: var(--fontsize-biggest) !important;
}
.now {
  justify-content: left;
}
.now-upcoming {
  justify-content: center;
}
.past {
  justify-content: right;
}
.now-past div a {
  color: #000;
  text-decoration: none;
}
.grid2 {
  display: grid;
  grid-template-columns: 130px 1fr;
}
.list-padder {
  height: 16px;
  grid-column: span 2;
}
h1 {
  text-align: center;
  font-family: "akzidenz-grotesk-extended-medium";
  padding-left: var(--margin-left);
  padding-right: var(--margin-left);
  font-size: var(--fontsize-big);
  text-transform: uppercase;
}
h2 {
  text-align: center;
  font-family: "akzidenz_grotesk-extended-Bold";
  padding-left: var(--margin-left);
  padding-right: var(--margin-left);
  padding-top: 30px;
  padding-bottom: 30px;
  text-transform: uppercase;
  /*white-space: nowrap;*/
  display: block;
}
.mosaic {
  position: relative;
  width: calc(100% - 140px);
  margin-left: 70px;
  margin-right: 70px;
  padding-bottom: 180px;
}
.grid-item {
  width: calc(33.33% - 46.67px);
  font-family: "akzidenz_grotesk-extended";
  font-size: calc(var(--fontsize-small) - 6px);
  line-height: 1.3em;
  /*text-transform: uppercase;*/
  padding-bottom: var(--margin-left);
}
.grid-item a {
  color: #000;
  text-decoration: none;
}
.grid-item img {
  width: 100%;
  padding-bottom: calc(var(--margin-left) / 2);
}
.videoMosaicHolder {
  position: relative;
  margin-bottom: calc(var(--margin-left) / 2);
}
.videoMosaicHolder img {
  width: 100%;
  padding-bottom: 0;
}
.shop-text {
  margin: var(--margin-left);
  font-family: "akzidenz_grotesk-extended";
  font-size: var(--fontsize-small);
  line-height: 1.3em;
  padding-bottom: 20px;
  text-align: left;
}
.shop-text a {
  color: #000;
  text-decoration: none;
  padding-bottom: 4px;
  /*border-bottom: 2px solid #000;*/
}
.galleryHolder {
  position: relative;
  margin-left: var(--margin-left);
  margin-right: var(--margin-left);
  margin-top: 30px;
  height: 50vh;
}
/*
.flickity-slider {
  height: 50vh;
}*/
.gallery-images {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.allimages {
  position: relative;
  width: 100%;
  height: 100%;
}
.flickity-page-dots {
  bottom: 20px;
  right: 20px;
  text-align: right;
}
.flickity-page-dots .dot {
  background: #000;
  opacity: 1;
  border: 2px solid #000;
}
.flickity-page-dots .is-selected {
  background: transparent;
  opacity: 1;
}
.nozoom {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

@media (min-width: 1200px) {
  .zoom {
    background-size: cover cover; //auto 100%;
  }
}

.exhibition-info {
  position: relative;
  margin: var(--margin-left);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 30px;
  font-family: "akzidenz_grotesk-extended";
  font-size: var(--fontsize-small);
  line-height: 1.3em;
  padding-bottom: 200px;
}
.exhibition-info a {
  text-decoration: none;
  color: #000;
}
.info-header {
  font-size: var(--fontsize-big);
  text-transform: uppercase;
  font-family: "akzidenz_grotesk-extended";
  line-height: 1.1em;
  padding-bottom: 20px;
}
.info-header a {
  color: #000;
  text-decoration: none;
  font-family: "akzidenz_grotesk-extended-Bold";
}
.header-date {
  font-size: var(--fontsize-regular);
}
.grid3-1 {
  display: grid;
  grid-template-columns: 3fr 1fr;
}
.projects {
  float: right;
  text-align: right;
  color: #000;
  text-decoration: none;
  font-family: "akzidenz_grotesk-extended-Bold";
}
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 40px;
}
.about-grid-item {
}
.about-grid-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30vw;
}
.about-portrait {
  height: 100%;
  width: auto;
}
.about-landscape {
  width: 100%;
  height: auto;
}
.about-grid-text {
  padding-top: 40px;
  font-size: calc(var(--fontsize-small) - 6px);
}
.about-grid-text ul {
  list-style: circle;
  padding-left: 20px;
}
.about-grid-text ul li {
}
.about-grid-text p {
  padding-bottom: 10px;
}
.exhibition-link:hover {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #000;
}
.whiteBG {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 99999;
  display: none;
  background-color: rgba(255, 255, 255, 1);
  /*padding-top:var(--margin-left);
    padding-bottom:var(--margin-left);*/
}
.whiteBG > .close:before,
.whiteBG > .close:after {
  border-color: #000 !important;
}
.close,
.closeVideo {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 9999;
  width: 30px;
  height: 30px;
  /*
  text-transform: uppercase;
  color: #000;
  font-size: calc(var(--fontsize-big) - 8px);*/
}
.close:hover,
.closeVideo:hover {
  cursor: pointer;
}
.close:after,
.closeVideo:after {
  content: "";
  height: 30px;
  border-left: 6px solid #fff;
  position: absolute;
  transform: rotate(45deg);
  left: 14px;
}
.close:before,
.closeVideo:before {
  content: "";
  height: 30px;
  border-left: 6px solid #fff;
  position: absolute;
  transform: rotate(-45deg);
  left: 14px;
}

.closewhite {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 9999;
  width: 30px;
  height: 30px;
}
.closewhite:hover {
  cursor: pointer;
}
.closewhite:after {
  content: "";
  height: 30px;
  border-left: 6px solid #fff;
  position: absolute;
  transform: rotate(45deg);
  left: 14px;
}
.closewhite:before {
  content: "";
  height: 30px;
  border-left: 6px solid #fff;
  position: absolute;
  transform: rotate(-45deg);
  left: 14px;
}

.carousel {
  margin-top: 10vh;
}
.carou-cell {
  width: 100%;
  height: 80vh;

  display: flex;
  align-items: center;
  justify-content: center;
}
.flickity-text {
  position: relative;
  width: 100%;
  text-align: center;
  height: 10vh;
  padding-top: 20px;
  color: #000;
}
.flickity-prev-next-button {
  border-radius: 0%;
  border-top: 6px solid #000;
  border-left: 6px solid #000;
  width: 24px;
  height: 24px;
}
.flickity-prev-next-button.previous {
  transform: rotate(-45deg);
  left: 20px;
}
.flickity-prev-next-button.next {
  transform: rotate(135deg);
  right: 20px;
}
.flickity-button {
  background: hsla(0, 0%, 100%, 0);
  color: #000;
}
.flickity-button-icon {
  display: none;
}
.carou-cell img {
  /*height:100%;
    width:auto;*/
}
.landscape {
  /*width: 100%;
  height: auto;*/
  /*max-width: 80vw;*/
  max-height: calc(100vh - 30vh);
  width: auto;
}
.portrait {
  height: 100%;
  width: auto;
  max-height: calc(100vh - 30vh);
}
.flickity-slider {
  display: flex;
  align-items: center;
}
.bio,
.artistList {
  text-decoration: none;
  font-family: "akzidenz_grotesk-extended-Bold";
  /*font-size: calc(var(--fontsize-big) - 6px);*/
}
.whitex {
  color: #fff !important;
}
.whitex:hover {
  cursor: pointer;
}
.showme {
  position: fixed;
  left: 0;
  top: calc(50vh - 172px);
  width: 10px;
  height: 4px;
  background-color: #fff;
  display: none;
  z-index: 999;
}
.artist {
  transition: all 0.3s ease;
}
.artist:hover {
  margin-left: -20px;
}
.nomove:hover {
}
.flickity-button:hover {
  background: none;
}
.pricelist {
  position: absolute;
  bottom: 160px;
  width: 100%;
  text-align: center;
}
.pricelist a {
  text-decoration: none;
  color: #000;
  font-size: 20px;
  text-transform: uppercase;
  //margin-auto;
}
.talents-title {
  text-align: center;
  font-size: var(--fontsize-small);
  font-family: "akzidenz_grotesk-extended";
  padding-bottom: 40px;
  padding-left: var(--margin-left);
  padding-right: var(--margin-left);
}
#videoHolder {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999999999;
  background-color: #fff;
  display: none;
}
.videoHolder {
  position: absolute;
  left: 100px;
  width: calc(100% - 200px);
  top: 150px;
  height: calc(100% - 300px);
  /*display:flex;*/
  align-items: center;
  justify-content: center;
}
#videoHolder > .closeVideo:before,
#videoHolder > .closeVideo:after {
  border-color: #000 !important;
}
.videoClick {
  width: 80vw;
  height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  /*display:none;*/
  position: absolute;
  left: 10vw;
  z-index: 9999;
}
.videoClick:hover {
  cursor: pointer;
}
.videoMosaic {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.playButton {
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 60px solid #fff;
}

.homecenter {
  position: absolute;
  left: var(--margin-left);
  right: var(--margin-left);
  top: 210px;
  bottom: calc(2 * var(--margin-left));
  display: flex;
  align-items: center;
  justify-content: center;
}
.inspirations {
  /*bottom: calc(2 * (2 * var(--margin-left)));*/
}
.inspirations-caption {
  position: absolute;
  width: 100%;
  bottom: -30px;
  text-align: center;
  font-size: calc(var(--fontsize-small) - 6px);
  font-family: "akzidenz_grotesk-extended";
  color: #000;
}
.homecenter img {
  height: 100%;
  width: auto;
}

.compacter-text {
  padding-left: 210px;
  padding-right: 210px;
}
.less-bottom {
  padding-bottom: 60px;
}
.galleryText {
  position: fixed;
  left: 0;
  bottom: 40px;
  width: 100%;
  text-align: center;
  font-size: calc(var(--fontsize-smaller));
  font-family: "akzidenz_grotesk-extended";
}
.flickity-page-dots li:only-child {
  display: none;
}
@media (max-width: 1644px) {
  .site {
    font-size: calc(var(--fontsize-big) - 6px);
  }
}
@media (max-width: 1410px) {
  .site {
    font-size: calc(var(--fontsize-big) - 12px);
  }
  .now-past div {
    font-size: calc(var(--fontsize-evenbiggest) - 20px);
  }
}
@media (max-width: 1156px) {
  .site {
    font-size: calc(var(--fontsize-big) - 18px);
  }
  .now-past div {
    font-size: calc(var(--fontsize-evenbiggest) - 40px);
  }
}
@media (max-width: 1200px) {
  .quote,
  header {
    font-size: var(--fontsize-small);
  }
  .deuss {
    height: 28px;
    width: auto;
    margin-top: 3px;
  }

  .menu-info:hover {
    -webkit-text-stroke-width: 1px;
  }
}

@media (max-width: 940px) {
  .about-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    padding-bottom: 40px;
  }
  .about-grid-img {
    height: 40vw;
  }
  .about-grid-img {
    display:block;
    height:auto;
  }
  .about {
    padding: 25px;
    padding-top: 50px;
    padding-bottom: 120px;
  }
  .site {
    font-size: calc(var(--fontsize-big) - 24px);
  }
  .popup-black {
    font-size: calc(var(--fontsize-big) - 12px);
  }
  .pop-image-ingrid {
    position: absolute;
    top: 52%;
    right: var(--margin-top);
    width: 400px;
  }
  .now-past div {
    font-size: calc(var(--fontsize-evenbiggest) - 80px);
  }
  .grid-item {
    font-size: calc(var(--fontsize-small) - 4px);
    width: calc(50% - 35px);
  }
  .thisgallery {
    top: 80px;
    height: 59.85vw;
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    z-index: 9;
  }
  .info-header {
    font-size: calc(var(--fontsize-big) -12px);
  }
  footer {
    font-size: 8px;
  }
  .inspirations-caption {
    bottom: 80px;
  }
}
@media (max-width: 760px) {
  header {
    font-size: 24px;
  }
  .quote p {
    font-size: 24px;
    font-size: 16px;
    line-height: 1.5em;
  }
  .deuss {
    height: 18px;
    width: auto;
    margin-top: 2px;
  }
  .about {
    padding: 25px;
    padding-top: 50px;
    padding-bottom: 120px;
    align-items: start;
  }
  h2 {
    padding-bottom: 20px;
    padding-top: 40px;
  }
  .grid-item {
    /*width: calc(33.33% - 40px);*/
  }
  .galleryHolder {
    margin-top: 60px;
  }
  .menu {
    z-index: 9999;
  }
  .flickity-page-dots .dot {
    width: 6px;
    height: 6px;
    border: 1px solid #000;
  }
  .about-title {
    height: 18px;
  }
}
@media (max-width: 710px) {
  :root {
    --margin-left: 25px;
  }
  .sites {
    display: block;

    flex-direction: column;
    /*height: calc((100vh - 182px) / 3);*/
    height: calc(100vh - 222px);
    height: 150px;
    top: 50%;
    margin-top: -75px;
    margin-top: -150px;
    position: absolute;
  }
  .site {
    width: 100%;
    height: calc((100vh - 182px) / 3);
    height: 40px;
    display: flex;
    padding-left: 20px;
    padding-top: 20px;
  }
  .artists {
    font-size: calc(var(--fontsize-big) - 12px);
    padding-left: 20px;
  }
  #imgFollow,
  #imgFollow2 {
    width: 300px;
  }
  h1 {
    font-size: calc(var(--fontsize-big) - 8px);
  }
  .artistLinks {
    font-size: var(--fontsize-big);
  }
  .antwerp {
    display: none;
  }
  .logo {
    position: absolute;
    right: var(--margin-left);
    top: var(--margin-top);
    width: auto;
    text-align: right;
  }

  .home {
    left: var(--margin-left) !important;
    text-align: center;
    margin-left: 0;
  }
  .menu-over {
    top: calc(var(--margin-top) + 30px);
  }
  .menu-active {
  }
  .info-header {
    font-size: calc(var(--fontsize-big) -12px);
  }
  .grid2 {
    grid-template-columns: 100px 1fr;
  }
  .artists span,
  .artists a {
    font-size: calc(var(--fontsize-big) - 28px);
  }
  .now-past {
    grid-template-columns: 1fr;
    height: calc(100vh - 240px);
  }
  .now,
  .past {
    justify-content: center;
  }
  .shop-text {
    font-size: calc(var(--fontsize-small) - 4px);
    padding-top: 80px;
  }
  .grid-item {
    width: calc(100%);
  }
  footer {
    font-size: 8px;
    bottom: 25px;
  }
  footer a {
    color: #000000;
  }
  .quote a {
    color: #000000;
  }

  .artists {
    top: calc(50% - 210px);
  }
  #imgFollow {
    position: fixed;
    left: 180px;
    width: calc(100vw - 360px);
    display: block;
  }
  #imgFollow2 {
    position: fixed;
    right: 180px;
    width: calc(100vw - 360px);
    display: block;
  }
  .artists {
    /*min-height: 200vh;*/
    padding-top: 76px;
    padding-bottom: 65vh;
  }
  .artist {
    /*white-space: nowrap;*/
  }

  .artists a {
    /*color:#CCC;*/
    /*white-space: nowrap;*/
    display: block;
    padding-bottom: 5px;
  }
  .white {
    color: #fff !important;
    margin-left: -12px !important;
  }

  .showme {
    display: none;
  }
  .galleryHolder {
    height: 30vh;
  }
  /*
  .flickity-slider {
    height: 30vh;
  }*/
  /*header {
    display:none;
  }*/
  .menu-info:hover {
    -webkit-text-stroke-width: 1px;
  }

  .zoom {
    background-size: auto 100%;
  }
  .portrait,
  .landscape {
    width: 80%;
    height: auto;
    /*max-height: calc(100vh - 30vh);*/
  }
  .exhibition-link:hover {
    -webkit-text-stroke-width: 1px;
  }
  .mobileIngrid-mobile {
    position: absolute;
    top: 80px;
    text-align: center;
  }
  .mobileHome a {
    color: #0000ff;
  }
  .talents-title {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 40px;
    padding-bottom: 0px;
  }
  .mosaic {
    margin-top: 60px;
  }
  .homecenter {
    position: absolute;
    left: var(--margin-left);
    right: var(--margin-left);
    top: 100px; /*210px;*/
    bottom: calc(2 * var(--margin-left));
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .homecenter img {
    width: 100%;
    height: auto;
  }
}
