
@charset "UTF-8";


/* -----  FONTS  --------------------------------------------- */



@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Light.woff') format('woff');
    font-weight: 300;
    font-style: light;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}



   





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

html {
  font: normal 300 1.2rem/1.4rem 'Roboto', sans-serif;
  color: #000;
  letter-spacing: 0.01rem;
  overflow-y: scroll;
  min-height: 100%;	
  scroll-behavior: smooth;
   -webkit-text-size-adjust: 100%;


}



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

}

.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: 300;
  text-transform: uppercase;
}

h1 {
  font-size: .95rem;
  margin-bottom: 1.5rem;
  text-transform: uppercase
  }

h2 {
  font-size: .95rem;
  margin-top: 2rem;
  margin-bottom: 1.3rem;
  }

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);
}





/* -----  HEADER/MENU  ------------------------------------------------- */

.wrap {
  margin-left: auto;
  margin-right: auto;
  width: 95%;
  max-width: 1500px;
}

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

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

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


.logo {
  font-size: 2rem;
  font-weight: ;
  padding: 0;
  padding-bottom: 0.4rem;
  letter-spacing: .01rem;

  text-transform:  ;
  }

.homeheader .logo {
  font-weight: ;
        font-weight: 400;
  } 

.homeheader a.logo.white {
	color: #fff
}  
  

.fixed {
	position: fixed
}

.menu {
  font-size: .83rem;
  text-transform: uppercase;

  position: relative;

}

.header.home .menu {
	display: none;
}

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

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

.menu ul.mobile li {
	display: block;
	padding: 0.3rem 0;
	width: auto;
}
	
.menu a.icon {
	padding: 2rem 0;
	position: absolute;
	right: 0;
	top: -3rem;
	text-align: right;
	z-index: 500;
}

.header.home .menu {
	display: none
}

.menu-item, .menu-item2 {
  display: inline-block;
  position: relative;
  margin: 0rem 0 0rem 1.5rem;
  vertical-align: top;

}

li.menu-item:hover, li.submenu-item a:hover  {
  border-bottom: 1px solid;
}

.mobile li.menu-item:hover {
  border-bottom: 0px solid;	
}

.menu-item.active, .submenu-item.active a {
  border-bottom: 1px solid;
  padding-bottom: 0.05rem;
}

.mobile .menu-item.active {
  border-bottom: 0px solid;	
}

.submenu {
  position: relative;
  font-size: .83rem;

  left: 0;
  top: 6rem;	
}

.submenu-item {
	position: relative;
	display: inline-block;
	text-align: left;
	margin: 0rem 1rem 0rem 0rem;
}


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

.gg-menu {
	display: none !important;

}
	
}

.gg-menu {
    transform: scale(var(--ggs,1))
}

.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
}





.grid {
  font-size: 0;
}

.grid-item img {
	width: 100% ;
}

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

a.animated-arrow, a.back-to-top  {
	border-bottom: 0;
}

a.back-to-top {
	display: none;
	position: fixed;
	z-index: 999;
	right: 2rem;
	bottom: 2rem;
}


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

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

.btn.is-active  {
  border-bottom: 1px solid;
  padding-bottom: 0rem;
}

.btn.mixitup-control-active {
	border-bottom: 1px solid #000;	
}

li .btn {
	float: left;
}



/* -----  MAIN  ------------------------------------------------- */



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


.text p,
.text ul,
.text ol {
  margin-bottom: 1.3em;
}

.text > *:first-child {
  margin-top: 0;
}
.text a, a.text {
  position: relative;
}
.text figure {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.text img {
  width: 100%;
}

.text.press p{
 margin-bottom: 1.5rem;	
}

strong {
 font-weight: 400
}


/* -----  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;
}







/* -----  WORKS  ------------------------------------------------- */


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

.works.grid-item { 
	position: relative; 
	width: 21%;
	margin: 3% 2% 3%;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	cursor: pointer
}

.works.grid-item.paperworks {
	width: 20%;
	}

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

.works.grid-item.paperworks img {
	max-height: 15vw;

}

.worktags {
	width: 100%;
	text-align: left;
	padding-top: 0rem;
	margin-bottom: .3rem;
}

.works.grid-item.blind {
	display: none;
}

.works.grid-item.cover {
	display: block;
}

/*.works.grid-item img {
	position: absolute;
	top: 0;
    right: 0; 
   	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
	object-fit: contain;
   }*/
   
   
.exhibtext, .workstext {
	font-size: 1rem;
	line-height: 130%;
	margin-top: .75em;
	font-weight: 400;
	text-align: center;
}





.video {
	position:relative;
}

.blind {
	display: none;
}


.video:before,
.video:after {
	position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    padding: 0;
    margin: -29px 0 0 -29px;
    border: 3px solid #fff;
    border-radius: 100%;
    background-size: 175px;
    background-position: 12px -428px;
	box-sizing: content-box;
	background-image: url(../icons/modulobox.svg);
	background-repeat: no-repeat;
	background-color: transparent;
}


.video:after {
	opacity: 0;
	visibility: hidden;
	background-image: none;
	background-color: transparent;
	border-color: transparent;
	border-left-color: #fff;
}

video {
	margin-top: 2rem;
	width: 100%;
	height: auto;
}




/* -----  EXHIBITIONS  ------------------------------------------------- */


.exhibtitle {
	font-style: italic;
}

.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: .95rem;
	padding: .5rem 0;
}

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

.exhib-head {
	width: 60%;
	margin: 0 auto;
	margin-bottom: 2rem;
	text-align: center;
}

.exhib-info {
	font-size: .9rem;
	width: 60%;
	margin: 0 auto;
	margin-bottom: 3rem;
}

.exhib-info.en {
	font-style: italic;
}

.exhib-info p {
	margin-bottom: .5rem;
}

.carousel-frame {
	margin: 1em auto 6em;
	width: 85%;
}

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

.carousel-cell {
	width: 100%; 
	height: 100%;
	cursor: auto !important; 
}

.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: 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%;
}

.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%;
  }



/* -----  PUBLICATIONS  ------------------------------------------------------- */

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

.publ.grid-item { 
	position: relative;
	width: 25%;
	padding: 2rem 2% 0;	
	margin: 1rem 0;
}


.publbox {
	position: relative;
	padding: 0em;
}

.publbox p {
	margin-top: 0px;
	margin-bottom: .5em;
	line-height: 1.2em;
}

.publimg {
	position: relative;
}

.publimg:before {
	content: "";
	display:block;
	padding-top: 120%;
}

.publimg img{
	position: absolute;
	bottom: 0;
    left: 0;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	object-position: 0 0
}

.publtext {
	width: 100%;
	font-size: .85rem;
	padding-top: 1.2em;
	line-height: 1.3em;
}

.publtitle {
	font-size: .95rem;
	font-weight: bolder;
	margin-bottom: .2em;
	line-height: 1.1em;
	width: 90%
}

.publhead {
	font-size: 1.2rem;
	margin-bottom: .3em;
}

.publlink a {
	  border-bottom: 0px
}

.texts {
	padding-top: 4rem !important;
	font-size: .95rem;
	width: 60%
}

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

.texts p {
	margin-bottom: 2rem;
}

article {
	padding-top: 3rem;
	font-size: .95rem;
	width: 100%;
	margin-bottom: 4rem;
}

.article {
	padding-top: 1rem;
	font-size: .95rem;
    columns: 2;
    column-gap: 6rem;
    width: 80%;
}



.article p {
	margin-bottom: 1rem;
}

article h1 {
	width: 80%;
	display: inline-block;
}

.text-pdf {
	font-weight: 400;
	padding-top: 1rem;
}

.jump {
	display: inline-block;
	float: right;
	font-size: .8rem;
}



/* -----  CONTACT  ------------------------------------------------- */


.contact-grid {
  display: grid;
  grid-gap: 3rem;
  grid-template-columns: repeat(6, 1fr);
  margin-bottom: 4rem;
	
}

.contact-grid > .contact-item  {
  grid-column: span 2;
  margin-bottom: 2rem;
}

.contact-grid > .contact-item a {
 padding-bottom: .2rem;
 border-bottom: 1px solid;	
}




.contact-img {
  position: relative;
  margin-bottom: 1rem;	

}



.contact-img:before {
	content: "";
	display:block;
	padding-top: 75%;
}

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

.contact-text {
	font-size: .9rem;
	line-height: 1.1rem
	
}



/* -----  NEWS  ------------------------------------------------------- */

.newsgrid {
	width: 80%;

	padding-top: 2rem;
}



.newsitem {
	display: grid;
	grid-gap: 2rem;
	grid-template-columns: repeat(12, 1fr);
	margin-bottom: 5rem;
}


.newsimg {
	grid-column: span 8;
	position: relative;
}

.newsimg:before {
	content: "";
	display:block;
	padding-top: 66%;
}

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

.newstxt {
		font-size: 0.95rem;
		line-height: 1.2rem;
		grid-column: span 4;
	
}



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



.text.cv, .texts, .text {
	width: 80%;
	padding-top: 2rem ;
	line-height: 1.4rem;

}

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

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

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



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

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

.cv.sidebar {
	width: 30%;
	float: left;
}

.press p {
	margin-bottom: .2rem;
}

.cv {
	margin-bottom: 2rem;
}

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

}

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


/* -----  Footer  ------------------------------------------------------- */



.footerwrap {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(255, 255, 255, 0.95);
}



.footer {
  position: relative;
  text-align: center;
  line-height: 1.5em;
  font-size: .65rem;
  font-weight: 400;
  opacity: 1;
    -webkit-transition: all .2s ease-in-out;
 		transition: all .2s ease-in-out;
}

.footer.home {
	opacity: 0;
}

.footer-copyright {
	margin: .5rem 0;
	padding: 0;
}

.footer-copyright li {
	display: inline-block;
	margin: 0 .5rem 0 .5rem;
	  text-transform: uppercase;
}

.footer a {
  display: inline-block;
}


.footer.smaller {
	opacity: 0;
	    -webkit-transition: all .2s ease-in-out;
 		transition: all .2s ease-in-out;
}

.footer > a {
  margin-bottom: 1.5rem;
  border-top: 2px solid #000;
  width: 16.5rem;
  padding-top: .5rem;
}

.sociallinks  li {
	display: inline-block;
}

.social a {
  padding: .5rem 0;
  width: 1rem;
  text-align: center;
}

.social a:hover {
  text-decoration: line-through;
}

