@font-face {
	font-family: 'AktivGrotesk-Regular';
	src: url('webfonts/2FE860_0_0.eot?#iefix') format('embedded-opentype'),
	url('webfonts/2FE860_0_0.woff2') format('woff2'),
	url('webfonts/2FE860_0_0.woff') format('woff'),
	url('webfonts/2FE860_0_0.ttf') format('truetype');
	}

@font-face {
	font-family: 'Helvetica Neue';
	src: url('webfonts/HelveticaNeueRoman.woff2')   format('woff2');
    font-weight: 400;
    font-style: normal;
}

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

html {
  font: normal 400 1.1rem 'Helvetica Neue', 'Arial', sans-serif;
  line-height: 1.25rem;
  letter-spacing: .02rem;
  color: #000;
}



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

}

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

.wrap {
  margin-left: 3%;
  margin-right: auto;
  width: 50%;
  max-width: 1200px;

}



.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.1rem;
  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;
}



.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 {	
  position: relative;	
  font-size: 1.3rem;
  line-height: 2.3rem;
  font-weight: 400;
  color: #000;
}

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





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

.exhibs.grid-item { 
  position: relative; 
  display: flex;
  column-gap: 50px;
  justify-content: space-between;
  width: 100%;
  padding: 0 0;
  margin-bottom: 4.5rem;
}

.exhibs .grid-text  {
  width: 60%;
  padding-left: 0rem;
}

.exhibs .grid-text  {
}

.text p, .exhibs .grid-text p {
margin-bottom: .5rem;
}


.exhibs .grid-image {
  position: relative; 
  cursor: pointer;
  width: 40%;
}


.exhibs .grid-image .blind {
display: none;
}


.exhibs .grid-image img {
max-width: 100%;
max-height: 500px;
float: right;

}






.footer {
margin-left: 0;
margin-right: auto;
position: relative;
width: 75%;
max-width: 1480px;
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;
}
