

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


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

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Italic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Bold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-BoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
}










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

html {
  font: normal 400 1.1rem/120% 'Lato', sans-serif;
  color: #000;
   letter-spacing: .01rem;
}



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

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

h2 {
  font-size: 1rem;
  margin-top: 2.5rem;
  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;
}


main {
   margin-top: 7.5rem;
   margin-left: 0.1rem;
   position: relative;
   padding-top: 1.5rem;
   padding-bottom: 6rem;
   min-height: 85vh;
}

.wrap {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1600px;
  padding-left: 2.5%;
padding-right: 2.5%;
}

.innerwrap {
  width: 80%;
}


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


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

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

.btn, .btn2 {
  display: inline-block;
  border: 0px solid #000;
  margin: .6em .8em 0em 0em;
  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;
}


.btn2::before {
	content: "\005B"
}

.btn2::after {
	content: "\005D"
}

.btn:after {
	content: "";
	margin-left: .5rem;
}

.btn:last-child:after {
	content: " "
}

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

}

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

.txt .mix {
display: none}


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


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


.menu ul.desktop {
	display: none
}

@media screen and (min-width: 960px) {

.menu ul.desktop {
	display: block
}

.menu ul.mobile {
	display: none
}	
}

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

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


.logo {	
  position: relative;	
  font-size: 2.2rem;
  font-weight: 300;
  padding-bottom: 0.5rem;
  color: #000;
  text-transform: uppercase;
  letter-spacing: .02rem;
}

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

a.logo {
	border-bottom: 0 solid;
} 

.menu {
  font-size: .85rem;
  font-weight: 400;
  position: relative
}

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

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



.menu-language {
	margin-left: 0
}


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


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

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

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


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

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


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

.submenu2 {
	text-align: center
}


@media screen and (min-width: 1050px) {
  
.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
}

.menu a.icon {
padding: 2rem 0;
position: absolute;
right: 0;
top: -3.6rem;
text-align: right;
z-index: 500;


}



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

}


/*----------News----------*/


.news.grid {
	display: grid;
	grid-template-columns: 1fr;
	margin-bottom:  4rem;

	width: 100%;
}

.news-item {
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin-bottom: 4rem;
        column-gap: 2rem;
}

.news-txt {
	font-size: .9rem;
}

.newstitle {
	   padding-bottom: 1rem;
}

.news-img {
  position: relative;
  cursor: pointer
}

.news-img .blind {
	display: none;
}

.newslink {
	padding-top: .5rem;
}

.carousel-frame {
	margin: 1em auto 3em;
	width: 100%;
    height: 60vh;
}

.carousel-frame.pub {
margin: 1em auto 0;
}

.carousel  {
  height: 100%;
  margin: 0 auto;
}

.carousel-cell {
}

.carousel-cell.vertical {
	width: 45%; 

}

.carousel-caption {
font-size: .9rem;
margin: 2rem 0;
}

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


.carousel-cell-image {
  display: block;
  height: 50vh;
  width: auto;
  margin-right: 30px;
  transition: opacity 0.2s;
  opacity: 0;
}


.pub .carousel-cell-image {
  height: 80vh;
  width: auto;
}

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



.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 {
  font-size: 0;
  margin: 0 -20px;
}

.grid-sizer, .grid-item3 { 
   width: 25%; 
   margin-bottom: 25px;
   padding: 0 18px;
}



@media screen and (max-width: 1200px) {
	.grid-sizer, .grid-item3  {
		width: 33.33%;	
		}
	
	}
	
	
@media screen and (max-width: 500px) {
	.grid-sizer, .grid-item3  {
		width: 100%;	
		}
	
	}



.intro {
  width: 70%;
font-size: .9rem;
}

.intro p {
margin-bottom: .5rem;
}

.work.grid {
	display: grid;
	grid-template-columns: 35% 65%;
}

.work.text {
   font-size: .9rem;
   padding-right: 2rem;
}

.worktitle {
  font-size: .95rem;
  padding-bottom: .5rem;
font-weight: 500;
}

.work.img {
   column-count: 1;
   column-gap: 25px;
}


.work.img figure {
  margin: 0;
  display: grid;
  position: relative;
  break-inside: avoid;
  justify-items: end;
  cursor: pointer;
  margin-bottom: 25px;
}

.work.img figure .vert  {
  width: 75%;
}


.workplus {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 2rem;
	font-weight: 300;
}

.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 {
 font-size: .9rem;
}
.exhib-head a {
  border-bottom: 1px solid;
  padding-bottom: 0.05rem;
}

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

.exhib-item {
	position: relative;
	width: 33.33%;
	padding: 0 1.5% 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;
}

.exhib-text a{
  border-bottom: 1px solid;
  padding-bottom: 0.05rem;
}
.exhib-title {
	margin: 0.5rem 0 .2rem;
	font-size: .9rem;
}

.exhib-head {
   font-size: .9rem;
   margin-bottom: 3rem;

}

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

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


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

.publ.grid {
  display: grid;
  width: 100%;
}

.publ.grid-item { 
	display: inline-grid;
    width: 50%;
    height: 450px;
    grid-template-columns: 40% 60%;
    margin-bottom: 60px;
}


.publtext {
padding: 0 25px;
font-size: .9rem;
line-height: 1.1rem;   
}

.publtitle {
    text-transform: uppercase;
	margin-bottom: .3em;
}

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

.publlink a {
	  border-bottom: 0px
}

.publ.frame {
	display: grid;
	grid-template-columns: 60% 40%;
}

.publ.text {
   font-size: .9rem;
	width: 75%;
	max-width: 1000px;
}

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


.publtitle {
  font-size: .95rem;
   padding-bottom: .5rem;
}




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



.text.cv {
	width: 80%;
	line-height: 1.3rem;
}

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

.text.cv .bio {
  font-size: .95rem;
  margin-bottom: 2rem;
}

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



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

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


.cv {
	margin-bottom: 2rem;
}

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

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


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


.footer {
margin-left: auto;
margin-right: auto;
width: 100%;
max-width: 1600px;
text-align: center;
font-size: .8rem;
  opacity: 1;
    -webkit-transition: all .2s ease-in-out;
 		transition: all .2s ease-in-out;
}

.footer .menu-item {
	margin: .75rem .75rem 2rem;
}

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

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: .95rem;

  
}


