@charset "UTF-8";

@font-face {
font-family: 'Heebo';
font-style: normal;
font-weight: 400;
src: url(../fonts/Heebo-Regular.ttf) format("truetype");
}

@font-face {
font-family: 'Heebo';
font-style: light;
font-weight: 300;
src: url(../fonts/Heebo-Light.ttf) format("truetype");
}

@font-face {
font-family: 'Lato';
font-style: light;
font-weight: 300;
src: url(../fonts/lato-v23-latin-300.ttf) format("truetype");
}

/* Reset  ---------------------------------------- */

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

article, aside, details, figcaption, figure,
footer, header, main, menu, nav, section, summary {
  /* Add correct display for IE 9- and some newer browsers */
  display: block;
}

/* Site   ==================================================== */

html {
  color: #101010;
  font: 300 1.3em/1.4 "Heebo";
  letter-spacing: .03rem;
  /* Always show the vertical scrollbar to prevent `jumps`
     of page content after navigating from a very short page
     that does not scroll to a long pager */
  overflow-y: scroll;
  /* Setting this to `default` prevents the cursors from
     changing when hovering blocks of text or whitespace,
     which is less distracting */
  cursor: default;
  /* Neccessary for sticks footer. */
  position: relative;
  height: 100%;
  /* Prevent adjustments of font size after orientation
     changes in IE and iOS. */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* Highlight color for WebKit-bases touch devices. */
  -webkit-tap-highlight-color: rgba(102, 184, 202, 0.62);;
}

body {
  /* space for sticky footer */

   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;

  
}

/* Header  ------------------------------------------------------- */

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 700;

}

.branding {
  font-family: 'Lato';
  display: fixed;
  padding-top: .5rem;
  padding-left: 2rem;
  font-size: 4.5rem;
  line-height: 1.2em;
  text-transform: uppercase;
  letter-spacing: .2rem;
  color: #fff;
  opacity: 1;
  text-shadow:
    -1px -1px 0 #e46d0b,
    1px -1px 0 #e46d0b,
    -1px 1px 0 #e46d0b,
    1px 1px 0 #e46d0b;  
  font-weight: 300;
  white-space: nowrap;
}

.branding a {
  border-bottom: 0;
}

.branding a:hover, .branding a:focus, .branding a:active {
  color: #e46d0b;
}



/* Menu  --------------------------------------------------------- */

.menu {
  position: fixed;
  font-size: .75rem;
  line-height: 1.2rem;
  padding-left: 2rem;
  z-index: 600;
  display: block;
  vertical-align: baseline;
  width: 15rem;
  top: 6.5rem;
}

.menu-block {
  position: relative;
  display: block;
  margin-bottom: 0rem;
}

.menu-item {
  display: block;
  position: relative;
  padding-top: .7rem;
  padding-bottom: .7rem;
}



.menu-item.lang {
  display: inline-block;
  text-align: left;
  padding-bottom: .3rem;
}

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

.menu-language {
  font-size: .7rem;
  text-align: left;
  padding-top: .5rem;
  vertical-align: baseline;
}

.submenu {
  position: relative;
    display: none;
    margin-top: .5rem;
    opacity: 0;
    visibility: hidden;
    z-index: 200;
      -webkit-transition: opacity 50ms, visibility 50ms;
            transition: opacity 50ms, visibility 50ms;
}

.submenu.foto {

}

.submenu li {
	  padding: .15rem .5rem;
}

.submenu-item {
	width: 100%;
}


.submenu a {
  white-space: nowrap;
}

.menu-item.is-active, .menu-item.is-active .submenu-item.is-active a {
  color: #e46d0b;
}

.menu-item.is-active .submenu a {
  color: #101010;
}

.menu-item2:hover, .menu-item.is-active .submenu a:hover {
    color: #e46d0b;
}

.menu-block > li:hover .submenu {
    display: block;
    visibility: visible;
    opacity: 1;
    animation: fade 1s;

  }
  

@keyframes fade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}  


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


.footer {
  display: block;
  position: fixed;
  font-size: .53rem;
  bottom: 1.5rem;
}

.footer-copyright p {
  margin-left: 2rem;
}

.footer a {
  border-bottom: 0;
}



/* Wrap  ------------------------------------------------- */

.wrap {
  position: relative;
}

.wrap.wide {
  width: 85%;
}

.wrap.work {
  width: 100%;
  min-height: 80vh;
}

.wrap.pad {
padding-left: 2.5rem;
  padding-right: 2.5rem;
	}

.galerie.grid {
	margin-right: -1.5rem;
margin-left: -1.5rem;
}


/* Main Content  ------------------------------------------------- */

.main {
  margin: 7rem 2rem 3rem 16rem;
  padding-bottom: 3rem;
  }

.homewrap {
	display: flex;
	align-items: center;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #fff;
}


.header-title {
	position: fixed;
	top: 4rem;
	left: 35rem;
	z-index: 100;
}

.center {
	text-align: center;
}

.v-center {
	display: flex;
	align-items: center;
}




/* General Typography  ------------------------------------------- */

h1, h2, h3, h4, h5, h6, ol, pre {
  /* Reset font-sizes and normalize margins */
  font-size: inherit;
  line-height: inherit;
  margin: 0 0 0rem;
}

/* Headings */
h1, h2 {
  font-family: inherit;
  font-weight: 400;
}

h1 {
  font-size: .75rem;
  line-height: 1.25;
  letter-spacing: .01rem;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

h2 {
  font-size: .75rem;
  text-align: left;
  text-transform: uppercase;
}

h3 {
  font-size: 1em;
  line-height: 1.2;
  font-weight: 400;
    text-transform: uppercase;
}

h4 {
  font-size: 1em;
}

/* Links */
a {
  color: inherit;
  text-decoration: none;
  border-bottom: 0px solid;
}

a:hover, a:focus, a:active {
  color: #e46d0b;
}

/* Misc */


b, strong {
  font-weight: 500;
  text-transform: uppercase; 
}

.blue {
	  color: #e46d0b;
}

.text {
	font-size: .75rem;
	margin-top: .2rem;
}

.lower {
	margin-top: .5rem;
}


/* Images & Figures  --------------------------------------------- */

img {
  border-style: none;
}

figcaption {
  font-size: .75rem;
  line-height: 1.5rem;
}

/* =====  2 Layout Helpers & Reusable Components  =========================== */

/* The Clearfix™: A classic … */
.cf::after {
  content: "";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}

/* Kirbytext  ---------------------------------------------------- */

.text {
	width: 75%;
}
	
.text h2, .text h3 {
  margin-top: 1rem;
}

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

.text ul, .text ol {
  margin-left: 1.2em;
}

.text hr {
  color: #a8a5be;
}


.text ul {
  padding-left: 0em;
  margin-bottom: 1em;
}

.text li {
	  list-style: circle;
}

.text ol > li {
  list-style: decimal;
}

.text td {
	padding-right: .8rem;
	min-width: 4.5rem;
	vertical-align: text-top;
}

.text-in {
	padding-left: .5rem;
}




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

.exhib-grid {
  display: grid;
  grid-gap: 2.7rem;
  grid-template-columns: repeat(6, 1fr);	
}

.exhib-item {
	display: block;
	grid-column: span 3;

}

.exhib-portf {
	margin-bottom: 1rem;
	padding-left: 1rem;
}

.exhib-portf > .exhib-item {
	margin-bottom: 3rem;
}

.exhib-title {
	font-size: .75rem;
}


.exhib-text1 {
	font-size: .75rem;
}


.exhib-text2 {

	font-size: .75rem;
}

.exhib-text {
		position: fixed;
	font-size: .75rem;
	margin-bottom: 1rem;
}

.exhib-img-fix {
	position: fixed;
	width: 10rem;
	top: 12rem;
}
.exhib-img-fix img{
	margin-bottom: 1rem;
	width: 100%;
}

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


.exhib-img  {
	position: relative;
	width: 100%;
	height: auto;
	margin-bottom: 2rem;
	display: block;
}

.exhibs-img {
	position: relative;
	width: 100%;
	height: auto;
	margin-bottom: 1rem;
	display: block;
}

.exhib-vid iframe {
	width: 640px;
	height: 360px;	
	margin-bottom: 2rem;
}


.exhib-img-v {
	position: relative;
	width: 65%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2rem;
}

.exhibs-img:before {
	content: "";
	display:block;
	padding-top: 68%;
	}	
	

.exhibs-img img {
	position: absolute;
	top: 0px;
	bottom: 0px;
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.exhib-img img, .exhib-img-v img {
	height: auto;
	width: 100%;
	object-fit: contain;
	display: block;
}

.video {
	  margin-bottom: 4rem;
}

	
.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;
  	margin: 0 auto;
}


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


.work-img {
	display: inline-block;
	height: 12rem;
	width: auto;
	margin-bottom: 3rem;
	padding: 0 1.5rem;
	}


.work-img.blind {
	display: none
}


.work-portf {
	padding: 0 .5rem;
	min-height: 50vh;
}

.work-img1 {
	display: block;
	margin: 0 auto 1rem;
}

.work-img1 img {
	max-height: 37rem;
	width: 100%;
	object-fit:contain;
}

.work-img2 {
	height: 4rem;
	width: auto;
	display: inline-block;
	margin: .3rem .3rem .3rem;
}

.work-img img, .work-img2 img{
	height: 100%;
	max-width: 100%;
	width: auto;
	object-fit:contain;
}

.work-title {
	font-size: .68rem;
	text-align: center;
	padding-top: 1rem;
}

.work-text {
	margin-top: 1rem;
	font-size: .75rem;
	text-align: center;
}





/* Catalogues  ------------------------------------------------ */


.book-item {
	display: block;
	float: left;
	margin-bottom: 3rem;
	padding-left: 2rem;
	width: 90%;
	max-width: 1200px;
}

.book-img {
	position: relative;
	width: 100%;
}


.book-img img {
	width: 100%;
	object-fit: contain;
	object-position: 0% 0%;
}

.book-text {
	font-size: .72rem;
	padding-left: 1rem;
	width: 30rem;
}

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




/* Contact  ------------------------------------------------ */



.contact {
	font-size: .75rem;
	line-height: 1.1rem;
	margin-bottom: 3rem;

}

.cont-img {
	margin-bottom: .5rem;
}

 .cont-img img {
	width: 100%;
	height: auto;
	object-fit:contain; 
 }



/* Pagination  --------------------------------------------------- */



.pagination-item {
  position: absolute;
  width: 1.75rem;
  height: auto;
  color: #e46d0b;
  font-size: 1.7rem;
  top: -.4rem;
  text-align: center;
  z-index: 300;
  }
  
.pagination-back {
  position: fixed;
  width: 1.75rem;
  height: 1.75rem;
  color: #e46d0b;
  font-size: 1.7rem;
  text-align: center;
  top: 6.6rem;
  left: 14.4rem;
  z-index: 300;
  }
  
.pagination-item:hover, .pagination-item:focus {
  color: #bababa;
}

.pagination-item:active {
  color: #343434;
}

.pagination-item.left {
  left: 1rem;
}

.pagination-item.right {
  right: 1rem;
}

.pagination-item.is-inactive {
  color: #afafaf;
  background: transparent;
}



	.no-src.lazyload,
		.no-src.lazyloading {
			opacity: 0;
		}

		.no-src.lazyloaded {
			opacity: 1;
			transition: opacity 300ms;
		}


@media all and (pointer: coarse) {
  .pagination-item {
    /* On touch-devices we increase prev/next buttons */
    width: 2.25rem;
    height: 2.25rem;
  }
}

.fa.fa-angle-double-left {
	font-weight: 100;
}

