@font-face {
    font-family: 'Avenir';
    src: url('../fonts/Avenir-Book.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir';
    src: url('../fonts/Avenir-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}


@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-Medium.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-ExtraBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
}




*,
*:after,
*:before{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font: normal 500 1.15rem/120% 'Avenir', sans-serif;
  letter-spacing: .01rem;
  color: #000;
}



body {
width: 100%;
height: 100%;
margin: 0 auto;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;

}

main {
   margin-top: 8rem;
   position: relative;
   padding-bottom: 3rem;
}

.wrap {
  margin-left: auto;
  margin-right: auto;
  width: 75%;
  max-width: 1480px;

}



.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
} 

.clearfix::after {
  clear: both;
}



li {
  list-style: none;
}

a {
  color: #000;	
  text-decoration: none;
    cursor: pointer
}

html.white, html.white a {
  color: #fff;
}

h1, h2, h3, h4 {
  font-weight: 500;	
}

h1 {
  font-size: 1.4rem;
  margin-bottom: 1.5rem;
  }

h2 {
  font-size: 1rem;
  margin-top: 2rem;
  margin-bottom: 1.3rem;
  text-transform: uppercase
  }

h3 {
  font-size: 1rem;
}

strong, b {
  font-weight: 600;
}

img {
  width: 100%;
}

.arrow {
  display: inline-block;
  width: 1.5rem;
}

.page {
  padding: 5vh 5vw 10vh;
}

.page > * {
  max-width: var(--content-width);
  margin: 0 auto;
}

hr {
   border: 0;
   height: 1px;
   background: #333;
   background-image: linear-gradient(to right, #ccc, #333, #ccc);
}

/* -----  BUTTONS  ------------------------------------------------------- */

.btn {
  display: inline-block;
  border: 0px solid #000;
  margin: .6em .4em 0em .4em;
  padding-bottom: 0.2em;
  white-space: nowrap;
  letter-spacing: 0.02rem;
  font-size: .78rem;
  line-height: 1;
  cursor: pointer;
  color: #000;
  background-color: #fff;
  text-transform:uppercase;
}



/*----------Header, Menu----------*/


header.home, footer.home {
  display: none;
}


.menu ul.desktop, .menu ul.mobile {
  display: none
}

.header, .homeheader {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 800;
  padding: 1.5rem 0 1rem;
  background-color: rgba(255, 255, 255, 0);
  align-items: flex-end
}


.logo {	
  font-family: 'Raleway', sans-serif;
  position: relative;	
  font-size: 2.5rem;
  line-height: 2.3rem;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  letter-spacing: .05rem;
}

a.logo.white {
  color: #fff
} 
a.logo {
  border-bottom: 0 solid;
} 

.menu {
  font-size: .95rem;
  font-weight: 500;
}

header.home .menu {
   display: none	
} 

.menu-item {
  display: inline-block;
  position: relative;
  margin: 0rem 0 0rem 1.2rem;
  vertical-align: baseline;
  text-transform: uppercase;
}

.menu ul.mobile {
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  width: 100%;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.97);
  padding-top: 3.5rem;
}

.menu a.icon {
  padding: 0 0 2.4rem;
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: right;
  z-index: 500;
}

.menu ul.mobile li {
  display: block;
  padding: .6rem 0;
  width: auto;
}

.menu ul.mobile li.lang {
  display: inline-block;
}

.subline {
  font-size: 1rem;
  font-weight: 500;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  color: #000;
}

.subline.white {
  color: #fff;
  }

.arr {
  color: #fff
}

.menu-item.active .arr, .submenu-item.active .arr {
  color: #000;
}

.menu-language {
  margin-left: 2rem
}

.menu-item.lang {
  margin: 0rem 0 0rem 0rem;
      text-transform:lowercase;
}

.menu-item.lang:not(:last-child)::after {
  content: "|";
  display: inline-block;
  padding: 0 0 0 0.3em;
}

.menu-item.lang.is-active a {
    border-bottom: 1px solid;
}

.submenu, .submenu2 {
  margin: 0 0 1.8rem;
  padding-top: 0;
  text-align: left;
  width: 80%
}

.submenu2 {
  text-align: center
}

@media screen and (min-width: 960px) {
  
.menu ul.desktop {
  display: block
}	

.gg-menu {
  display: none !important;
}
  
}

.gg-menu {
    transform: scale(var(--ggs,1));
    top: 8px;
}

.gg-menu,
.gg-menu::after,
.gg-menu::before {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 25px;
    height: 2px;
    border-radius: 3px;
    background: currentColor;

}

.gg-menu::after,
.gg-menu::before {
    content: "";
    position: absolute;
    top: -8px
}

.gg-menu::after {
    top: 8px
}




/*----------Home----------*/


.homecarousel-frame {
position: fixed;
left: 0;
top: 0;
right: 0;
bottom: 0;
height: auto;
width: auto;
}


.homecarousel-outer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0; 
  bottom: 0;
  left: 0;

}

.homecarousel {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0; 
  bottom: 0;
  left: 0;

}

.homecarousel-cell {
  position: absolute;
  width: 100%; 
  height: 100%;
  top: 0;
    right: 0; 
    bottom: 0;
    left: 0;
}

.homecarousel-cell-image {
  display: block;
  margin: 0 auto;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
          transition: opacity 0.2s;
}

.homecarousel-cell-image.flickity-lazyloaded,
.homecarousel-cell-image.flickity-lazyerror {
  opacity: 1;
}

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

.home-newsbox {
  position: fixed;
  right: 2rem;
  bottom: 0;
}

.home-news {
  position: relative;
  display: block;
  z-index: 500;
  font-size: 1rem;
  text-align: right;
  line-height: 3rem;
  color: #000;
  margin-bottom: 2rem;
  
}

.home-news span {
  background-color: rgba(255, 255, 255, 1);
  padding: .8rem .8rem;

}



.carousel-frame {
  margin: 1em 0 2.5em;
  width: 75%;
  padding-top: 0rem;
}

.carousel  {
  padding-bottom: 75%;
  margin: 0 auto;
}

.carousel-cell {
  width: 100%; 
  height: 100%;
}

.carousel-imagecell {
  position: relative;
  width: 100%; 
  height: 100%;
  display: block;
}


.carousel-cell-image {
  display: block;
  max-height: 100%;
  max-width: 100%;

}

.carousel-cell-image.flickity-lazyloaded,
.carousel-cell-image.flickity-lazyerror {
  opacity: 1;
}

.carousel-cell img {
  position: absolute;
  top: 50%;
  left: 0; 
  right: 0;
  width: auto;
  height: auto;
    display: block;
    -ms-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
  max-height:100%;
  max-width: 100%;
  padding: 0 3% 0 0;
}

.carousel .flickity-viewport {
  position: absolute;
  width: 100%;
}

.carousel.is-fullscreen .carousel-cell {
  height: 100%;
  }

.flickity-enabled.is-fullscreen img {
  position: absolute;
  top: 50%;
    left: 50%; 
    right: 0;
  width: auto;
  height: auto;
    display: block;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
  max-height:100%;
  max-width: 100%;
}

.flickity-enabled.is-fullscreen .flickity-prev-next-button {
  position: absolute;
  bottom: 50%;
  }
  
  
  

/*----------Works----------*/



.works.grid, .exhibs.grid {
  margin: 0 0 2rem;
}

.works.grid-item, .exhibs.grid-item { 
  position: relative; 
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  padding: 0 0;
  aspect-ratio: 5 / 2;
  overflow: hidden;
  border-top: 2px solid #000;
  border-left: 0px solid #000;
  border-right: 0px solid #000
}

.works .grid-title, .exhibs .grid-title  {
  width: 30%;
  height: 100%;
  padding-left: 0rem;
  border-right: 1px solid #000
}

.works .grid-title .item-year, .exhibs .grid-title .item-year  {
  font-size: 2.45rem;
  line-height: 4rem;
  padding-top: .3rem;
  border-bottom: 1px solid #000;
    padding-left: 0;
}

.works .grid-title .item-title, .exhibs .grid-title .item-title {
  font-size: 1.4rem;
  line-height: 1.6rem;
  padding: 1.5rem 1rem 1.5rem 0 ;
}

.works .group-title p, .exhibs .group-title p {
  font-size: 1.5rem;
  line-height: 1.8rem;
  padding: 1.5rem 0;
}


.works .grid-image {
  cursor: pointer;
  position: relative; 
  width: 70%;
  height: 90%;
  margin: 1rem 0;
  overflow: auto;
}

.exhibs .grid-image {
  position: relative; 
  width: 55%;
  height: 85%;
  margin: 2rem 0;
}

.works.grid-item img, .exhibs.grid-item img {
  position: absolute;
  max-height: 100%;
  width: auto;
  max-width: 100%;
  bottom: 0;
  right: 0;
}

.page-intro {
position: relative;
}

h1.page-title {
margin-top: 2rem;
margin-bottom: .5rem;
line-height: 2rem;
border-bottom: 1px solid #000;
border-top: 2px solid #000;
padding: .5rem 0;
}



.page-desc {

line-height: 1.5rem;
padding-bottom: .5rem;
}

.workframe {
position: relative;
margin-top: 1rem;
}


.work.grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin: 0 -2% 2rem;
}

.icon-frame, .icon-frame2 {
  position: relative;
  display: block;
  float: right;
  bottom: 50px;
  margin: 0px 2px 0 8px;
  width: 24px;
  height: 30px;
  padding: 4px;
  border: solid 1px currentColor;
}

.page-intro .icon {
  position: absolute;
  width: 14px;
  height: 10px;
  border-top: solid 1px currentColor;
  border-bottom: solid 1px currentColor;
}

.page-intro .icon:before, .page-intro .icon2:before {
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
  width: 8px;
  height: 10px;
  border-top: solid 1px currentColor;
  border-bottom: solid 1px currentColor;
}


.workframe  .item-text, .workframe  .item-text2 {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding: 0 0 2rem;
    background-color: #fff;
    z-index: 800; 
}



.workframe  .item-text p {
  width: 80%;
  margin-bottom: 1rem;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}



.work.grid-item { 
  position: relative; 
  width: 29.3333%;
  margin: 3% 2% 3%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.work.grid-item {
  cursor: pointer
}

@supports not (aspect-ratio: 1 / 1) {
  .work.grid-item::before {
    float: left;
    padding-top: 100%;
    content: "";
  }

  .work.grid-item::after {
    display: block;
    content: "";
    clear: both;
  }
}

.work.grid-item img{
  position: absolute;
  top: 0;
    right: 0; 
     bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: contain;
  
}

.worktxt {
  text-align: center
}




/* -----  Publications  ------------------------------------------------------- */


.publ.grid-item { 
  position: relative; 
  width: 29.3333%;
  margin: 3% 2% 6%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}


.publ.image img {
position: relative
}


.publtxt {
  position: absolute;
  top: 0;
  right: 0; 
  left: 0;
  bottom: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.85);
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.publ.grid-item:hover .publtxt {
opacity: 1
}

.publtxt p {
  color: #000;
  font-size: 1rem;
text-align: center
}

.publ.grid-item img {
  position: absolute;
  top: 0;
    right: 0; 
     bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: contain;
  
}



/* -----  Video  ------------------------------------------------------- */

.videowrap {
  --w: 1.77;
  --h: 1;
  padding-top: calc(100% / var(--w) * var(--h));
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}

.videowrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.video {
  width: 100%;
  margin: 0;
  font-size: .9em;
  max-height: 50rem;
}


/* -----  Exhibitions  ------------------------------------------------------- */

.exhibtitle {
  text-transform: uppercase
}

.exhib-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
    margin: 0 -2% 2rem;
}

.exhib-item {
  position: relative;
  width: 50%;
  padding: 0 2% 2rem;	
}

.exhib-item.current {
  position: relative;
  width: 100%;
  padding: 0 0 2rem;	
}		

.exhib-img {
  position: relative;
     --w: 3;
     --h: 2;
    padding-bottom: calc(100% / var(--w) * var(--h));
}

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

.exhib-text {
  font-size: .9rem;
  padding: .9rem 0;
  text-align: center
}

.exhib-title {
  margin-top: 2rem;
  font-size: .9rem;
  text-align: center;
}

.exhib-head {
   font-size: .9rem;
   margin-bottom: 3rem;
   text-align: left
   
}

.exhib-info {
  font-size: .9rem;
  width: 75%;
  max-width: 1000px;
  text-align: left
}

.exhib-info p {
  margin-bottom: 1rem
  }



/* -----  CV/PRESS  ------------------------------------------------------- */



.text.innerwrap {
  line-height: 1.4rem;
  width: 75%;
  min-height: 60vh;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;

}

.text a {
  border-bottom: 1px solid;
}

.text.cv .bio {
  line-height: 1.2rem;
  }

.text.cv h1 {
  padding: 0 0 0;
}

.text.cv p {
  margin-bottom: .3em;	
  
}

.text.cv .bio p {
  margin-bottom: 0em;
}

.cv {
  margin-bottom: 2.5rem;
}

.cv td {
  padding-right: 1rem;
  vertical-align: top; 
  font-size: 0.95rem
}

.cv td.year {
  width: 6rem;
}

.contact-grid {
margin-bottom: 6rem;
}

.contact-text {
margin-bottom: 3rem;
}

.contact-text p {
margin-bottom: .5rem;
}





.footer {
margin-left: auto;
margin-right: auto;
position: relative;
width: 75%;
max-width: 1480px;
text-align: left;
font-size: .8rem;
padding: 1rem 0;

}


footer .menu-item {
  margin: 0 1.5rem 0 0;
}

footer .menu-item.cr {
float: right;
text-transform: capitalize;
margin: 1rem 0 1rem 0;
}
