/* Fonts */
@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/HelveticaNeue-UltraLigExt.woff2") format("woff2"), url("../fonts/HelveticaNeue-UltraLigExt.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/HelveticaNeueRegular.woff2") format("woff2"), url("../fonts/HelveticaNeueRegular.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue Condensed";
  src: url("../fonts/HelveticaNeue-UltraLigCond.woff2") format("woff2"), url("../fonts/HelveticaNeue-UltraLigCond.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Quai4 Extended";
  src: url("../fonts/Quai4-ExtendedLight.woff2") format("woff2"), url("../fonts/Quai4-ExtendedLight.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
/* Core Stuff */
* {
  box-sizing: border-box;
}

html, button, input, select, textarea,
.pure-g [class*=pure-u] {
  font-family: "Helvetica Neue Condensed", "Helvetica Neue", sans-serif;
  font-weight: 300;
}

body {
  font-size: 1rem;
  line-height: 1.4;
  color: #202020;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: black;
  font-weight: normal;
}

p {
  margin: 0.5rem 0;
}

a {
  color: #951021;
  text-decoration: none;
}

a:hover {
  color: #ad1529;
  text-decoration: underline;
}

pre {
  background: #F0F0F0;
  margin: 1rem 0;
  border-radius: 2px;
}

blockquote {
  border-left: 10px solid #eee;
  margin: 0;
  padding: 0 2rem;
}

/* Utility Classes */
.wrapper {
  margin: 0 1rem;
}

.padding {
  padding: 1rem 0;
}

.left {
  float: left;
}

.right {
  float: right;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

/* Content Styling */
.header {
  background-color: inherit;
}
.header .padding {
  padding: 1rem 0;
}
.header a {
  color: inherit;
}
.header .logo {
  font-family: "Quai4 Extended";
  padding: 0 2rem 0 0;
}
.header .logo a {
  text-decoration: none;
}
.header .logo h1 {
  font-size: 5rem;
  font-weight: normal;
  margin: 0;
  line-height: 5rem;
}

.main {
  max-height: calc(100vh - 8rem);
}
.main .wrapper {
  max-height: calc(100vh - 8rem);
}
.main .padding {
  padding: 1rem 0 0;
}
.main .top-mask {
  position: absolute;
  top: 0;
  width: 100%;
  height: 1.5rem;
  background: linear-gradient(180deg, white, rgba(255, 255, 255, 0));
  z-index: 15;
}
.main .bottom-mask {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2.5rem;
  background: linear-gradient(0deg, white, rgba(255, 255, 255, 0));
  z-index: 15;
}
.main .left-menu {
  position: relative;
  font-family: "Helvetica Neue", sans-serif;
  padding-right: 2rem;
  max-height: calc(100vh - 15.5rem);
}
.main .left-menu .content {
  max-height: 100%;
  overflow: auto;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.main .left-menu .content::-webkit-scrollbar {
  display: none;
}
.main .left-menu.exhibitions ul li {
  margin: 0 0 0.9rem;
}
.main .left-menu ul {
  list-style: none;
  text-align: right;
  margin-top: 1.45rem;
  margin-bottom: 3rem;
}
.main .left-menu ul li {
  margin: 0 0 0.25rem;
}
.main .left-menu ul li.selected a {
  color: black;
}
.main .left-menu ul li a {
  text-decoration: none;
  color: lightgrey;
  letter-spacing: 0.1rem;
  transition: color 0.5s;
}
.main .left-menu ul li a:hover {
  color: black;
}
.main .left-menu h6 {
  font-family: inherit;
  font-weight: 300;
  color: inherit;
  margin: 0;
}
.main .text {
  position: relative;
  padding: 0 1rem;
  max-height: calc(100vh - 15.5rem);
}
.main .text strong {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 500;
}
.main .text .content {
  max-height: 100%;
  overflow: auto;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
  padding-bottom: 3rem;
}
.main .text .content::-webkit-scrollbar {
  display: none;
}
.main .text .content p:first-of-type {
  margin-top: 4.7rem;
}
.main .text h1, .main .text h2, .main .text h3, .main .text h4 {
  font-family: "Helvetica Neue", sans-serif;
}
.main .text h4 {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
.main .text .title {
  position: absolute;
  top: 0;
  width: 100%;
  margin-bottom: 1.9rem;
  background: linear-gradient(180deg, white 75%, rgba(255, 255, 255, 0));
  margin: 0;
  padding: 1.2rem 0 1.9rem;
}
.main .images {
  position: relative;
  top: -8rem;
  padding: 13rem 5rem 0 2rem;
  max-height: 100vh;
  z-index: 10;
  overflow: auto;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.main .images::-webkit-scrollbar {
  display: none;
}
.main .images img {
  max-width: 100%;
  max-height: 80vh;
}

body.no-footer .footer .infos {
  display: none;
}

body.homepage .main .images {
  top: 0;
  padding: 1.5rem 2rem 0 5rem;
}
body.homepage .main .images img {
  max-height: calc(100vh - 15rem);
}
body.homepage .main .text {
  padding: 0 5rem 0 1rem;
}

.newsletter-form-wrapper {
  padding: 1rem;
  background: whitesmoke;
}
.newsletter-form-wrapper form {
  display: flex;
  align-items: flex-end;
  margin-top: 0.5rem;
}
.newsletter-form-wrapper form .form-field {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
}
.newsletter-form-wrapper form .form-field .form-label {
  margin-right: 0.25rem;
}
.newsletter-form-wrapper form .form-field .form-data {
  flex: 1 0 auto;
}
.newsletter-form-wrapper form .form-field input {
  border: none;
  padding: 0.25rem;
  width: 100%;
  outline: none;
}
.newsletter-form-wrapper form .buttons button {
  border: none;
  padding: 0.25rem 1rem;
  background: lightgrey;
  transition: all 0.2s;
}
.newsletter-form-wrapper form .buttons button:hover {
  background: grey;
  color: white;
}

.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: whitesmoke;
  line-height: 0.9rem;
}
.footer .padding {
  padding: 0.5rem 0;
}
.footer .infos {
  font-family: "Helvetica Neue", sans-serif;
  font-size: 0.8rem;
  font-weight: 400;
  padding: 0 1rem;
}

/* Menu Settings */
.main-nav {
  margin: 0.6rem 0 0;
}
.main-nav ul {
  font-family: "Helvetica Neue", sans-serif;
  text-align: left;
  letter-spacing: 0.1rem;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.main-nav ul li {
  display: inline-block;
  letter-spacing: normal;
}
.main-nav ul li a {
  position: relative;
  display: block;
  padding: 0 1rem;
  white-space: nowrap;
  text-decoration: none;
  letter-spacing: 0.5rem;
  color: lightgrey;
  transition: color 0.5s;
}

.main-nav > ul > li > a {
  border-radius: 2px;
}

/*Active dropdown nav item */
.main-nav ul li:hover > a {
  color: black;
}

/* Selected Dropdown nav item */
.main-nav ul li.selected > a {
  color: black;
}

/* Dropdown CSS */
.main-nav ul li {
  position: relative;
}

.main-nav ul li ul {
  position: absolute;
  background-color: #1F8DD6;
  min-width: 100%;
  text-align: left;
  z-index: 999;
  display: none;
}

.main-nav ul li ul li {
  display: block;
}

/* Dropdown CSS */
.main-nav ul li ul ul {
  left: 100%;
  top: 0;
}

/* Active on Hover */
.main-nav li:hover > ul {
  display: block;
}

/* Child Indicator */
.main-nav .has-children > a {
  padding-right: 30px;
}

.main-nav .has-children > a:after {
  font-family: FontAwesome;
  content: "\f107";
  position: absolute;
  display: inline-block;
  right: 8px;
  top: 0;
}

.main-nav .has-children .has-children > a:after {
  content: "\f105";
}

.mobile-menu {
  display: none;
}

.mobile-menu .button_container {
  position: absolute;
  top: 2rem;
  right: 1rem;
  height: 2rem;
  width: 2.5rem;
  cursor: pointer;
  z-index: 100;
  transition: opacity 0.25s ease, top 0.5s ease;
}

.mobile-menu .button_container:hover {
  opacity: 0.7;
}

.mobile-menu .button_container.active {
  position: fixed;
}

.mobile-menu .button_container.active .top {
  transform: translateY(1rem) translateX(0) rotate(45deg);
  background: black;
}

.mobile-menu .button_container.active .middle {
  opacity: 0;
  background: black;
}

.mobile-menu .button_container.active .bottom {
  transform: translateY(-1rem) translateX(0) rotate(-45deg);
  background: black;
}

.mobile-menu .button_container span {
  background: black;
  border: none;
  height: 2px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.35s ease;
  cursor: pointer;
}

.mobile-menu .button_container span:nth-of-type(2) {
  top: 1rem;
}

.mobile-menu .button_container span:nth-of-type(3) {
  top: 2rem;
}

.mobile-nav {
  display: none;
}

@media screen and (max-width: 64em) {
  .mobile-nav-open {
    overflow: hidden;
  }
  .mobile-menu {
    display: block;
  }
  .mobile-nav {
    margin-top: 1rem;
    background: whitesmoke;
    min-height: calc(100vh - 5.5rem);
  }
  .mobile-nav.open {
    display: block;
  }
  .mobile-nav ul {
    padding: 0 1.5rem;
    font-family: "Helvetica Neue", sans-serif;
    list-style: none;
    letter-spacing: 0.1rem;
  }
  .mobile-nav ul a {
    text-decoration: none;
  }
  .mobile-nav ul .selected {
    position: relative;
  }
  .mobile-nav ul .top-mask {
    position: absolute;
    top: 1.2rem;
    width: 100%;
    height: 1.2rem;
    background: linear-gradient(180deg, whitesmoke, rgba(255, 255, 255, 0));
    z-index: 15;
  }
  .mobile-nav ul .bottom-mask {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1.2rem;
    background: linear-gradient(0deg, whitesmoke, rgba(255, 255, 255, 0));
    z-index: 15;
  }
  .mobile-nav ul ul {
    position: relative;
    padding: 1rem;
    font-size: 0.8rem;
    max-height: calc(100vh - 18rem);
    overflow: auto;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }
  .mobile-nav ul ul::-webkit-scrollbar {
    display: none;
  }
  .mobile-nav ul ul h6.date {
    margin: 0 0 0.3rem;
    color: darkgrey;
  }
  .main-nav {
    display: none;
  }
  .header {
    position: fixed;
    width: 100%;
    background: white;
    z-index: 20;
  }
  .header .wrapper {
    margin: 0;
  }
  .header .logo {
    margin-left: 1rem;
  }
  .header .logo .right {
    float: none;
  }
  .header .logo h1 {
    font-size: 3.5rem;
    line-height: 3.5rem;
  }
  .main .left-menu,
  body.homepage .main .left-menu {
    display: none !important;
  }
  .main .text,
  body.homepage .main .text {
    max-height: calc(100vh - 20rem);
    padding: 0 0.5rem;
    margin-top: 5rem;
  }
  .main .text .bottom-mask,
  body.homepage .main .text .bottom-mask {
    display: block;
  }
  .main .text .title,
  body.homepage .main .text .title {
    padding-top: 0.8rem;
  }
  .main .text .content,
  body.homepage .main .text .content {
    padding: 4.5rem 0 1rem;
  }
  .main .text .content p:first-of-type,
  body.homepage .main .text .content p:first-of-type {
    margin-top: inherit;
  }
  .main .images,
  body.homepage .main .images {
    max-height: none;
    padding: 1rem 0;
    top: 0;
    z-index: 0;
    background: white;
  }
  .main .images img,
  body.homepage .main .images img {
    width: 100%;
  }
  body.homepage .main .text {
    max-height: none;
    margin-top: 0;
  }
  body.homepage .main .images {
    padding: 5rem 0 0;
  }
  .footer {
    display: none;
  }
}/*# sourceMappingURL=custom.css.map */