@charset "UTF-8";
.projects-wrapper {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding: 0; }
  @media (min-width: 0px) and (max-width: 960px) {
    .projects-wrapper {
      width: 100%; } }

.project-list {
  list-style: none;
  padding: 0;
  margin: 0;
  grid-column: 1 / 13; }
  @media (min-width: 0px) and (max-width: 960px) {
    .project-list {
      width: 90%;
      margin: 0 auto; } }

.project-list-item {
  width: 100%;
  margin-bottom: 200px; }
  @media (min-width: 0px) and (max-width: 960px) {
    .project-list-item {
      margin-bottom: 80px; } }

a {
  overflow: hidden; }
  a img {
    -webkit-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out; }

a img:hover {
  transform: scale(1.02); }

.showcase-title a {
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  z-index: 5;
  -webkit-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out; }
  @media (min-width: 0px) and (max-width: 960px) {
    .showcase-title a {
      font-size: 2rem;
      display: block; } }
  .showcase-title a .showcase-title-secondary {
    font-weight: 100;
    font-style: italic;
    display: block; }
    @media (min-width: 0px) and (max-width: 960px) {
      .showcase-title a .showcase-title-secondary {
        font-size: 2rem;
        display: block;
        margin-left: 0; } }

.showcase-title a:hover {
  font-style: italic; }
  .showcase-title a:hover .showcase-title-secondary {
    font-style: normal; }

.small-small-large .showcase-image-one {
  grid-column: 1 / span 4;
  grid-row: 2;
  margin-bottom: 40px; }
  @media (min-width: 0px) and (max-width: 960px) {
    .small-small-large .showcase-image-one {
      grid-column: 1 / span 12;
      grid-row: auto;
      margin-bottom: 5px; } }
.small-small-large .showcase-image-two {
  grid-column: 2 / span 3;
  grid-row: 3; }
  @media (min-width: 0px) and (max-width: 960px) {
    .small-small-large .showcase-image-two {
      display: none; } }
.small-small-large .showcase-image-three {
  grid-column: 7 / span 6;
  grid-row: 2 / span 3; }
  @media (min-width: 0px) and (max-width: 960px) {
    .small-small-large .showcase-image-three {
      display: none; } }
.small-small-large .showcase-title {
  grid-column: 8;
  grid-row: 3; }
  @media (min-width: 0px) and (max-width: 960px) {
    .small-small-large .showcase-title {
      grid-column: 1 / span 12;
      grid-row: auto;
      margin: 20px; } }

.small-large-small .showcase-image-one {
  grid-column: 1 / 4;
  grid-row: 1; }
  @media (min-width: 0px) and (max-width: 960px) {
    .small-large-small .showcase-image-one {
      grid-column: 1 / span 12;
      grid-row: auto;
      margin-bottom: 5px; } }
.small-large-small .showcase-image-two {
  grid-column: 4 / 10;
  grid-row: 2; }
  @media (min-width: 0px) and (max-width: 960px) {
    .small-large-small .showcase-image-two {
      display: none; } }
.small-large-small .showcase-image-three {
  grid-column: 10 / 13;
  grid-row: 3; }
  @media (min-width: 0px) and (max-width: 960px) {
    .small-large-small .showcase-image-three {
      display: none; } }
.small-large-small .showcase-title {
  grid-column: 1 / 4; }
  @media (min-width: 0px) and (max-width: 960px) {
    .small-large-small .showcase-title {
      grid-column: 1 / span 12;
      grid-row: auto;
      margin-bottom: 5px; } }

.large-small-small .showcase-image-one {
  grid-column: 1 / 8;
  grid-row: 2; }
  @media (min-width: 0px) and (max-width: 960px) {
    .large-small-small .showcase-image-one {
      grid-column: 1 / span 12;
      grid-row: auto;
      margin-bottom: 5px; } }
.large-small-small .showcase-image-two {
  grid-column: 9 / 12;
  grid-row: 2; }
  @media (min-width: 0px) and (max-width: 960px) {
    .large-small-small .showcase-image-two {
      display: none; } }
.large-small-small .showcase-image-three {
  grid-column: 10 / 13;
  grid-row: 3; }
  @media (min-width: 0px) and (max-width: 960px) {
    .large-small-small .showcase-image-three {
      display: none; } }
.large-small-small .showcase-title {
  grid-column: 9 / 11;
  grid-row: 1;
  margin-top: -100px; }
  @media (min-width: 0px) and (max-width: 960px) {
    .large-small-small .showcase-title {
      grid-column: 1 / span 12;
      grid-row: auto;
      margin-top: 0;
      margin-bottom: 20px; } }

.large-small-small-two .showcase-image-one {
  grid-column: 7 / 10;
  grid-row: 1; }
  @media (min-width: 0px) and (max-width: 960px) {
    .large-small-small-two .showcase-image-one {
      grid-column: 1 / span 12;
      grid-row: auto;
      margin-bottom: 5px; } }
.large-small-small-two .showcase-image-two {
  grid-column: 1 / 6;
  grid-row: 2; }
  @media (min-width: 0px) and (max-width: 960px) {
    .large-small-small-two .showcase-image-two {
      display: none; } }
.large-small-small-two .showcase-image-three {
  grid-column: 9 / 13;
  grid-row: 2;
  margin-top: 150px; }
  @media (min-width: 0px) and (max-width: 960px) {
    .large-small-small-two .showcase-image-three {
      display: none; } }
.large-small-small-two .showcase-title {
  grid-column: 1 / 6;
  grid-row: 3;
  z-index: 5;
  margin-top: -80px; }
  @media (min-width: 0px) and (max-width: 960px) {
    .large-small-small-two .showcase-title {
      grid-column: 1 / span 12;
      grid-row: auto;
      margin-top: 0;
      margin-bottom: 20px; } }
  @media (min-width: 1440px) {
    .large-small-small-two .showcase-title {
      margin-top: -60px; } }

.two .showcase-image-one {
  grid-column: 1 / 8;
  grid-row: 2; }
  @media (min-width: 0px) and (max-width: 960px) {
    .two .showcase-image-one {
      grid-column: 1 / span 12;
      grid-row: auto;
      margin-bottom: 5px; } }
.two .showcase-image-two {
  grid-column: 9 / 13;
  grid-row: 1; }
  @media (min-width: 0px) and (max-width: 960px) {
    .two .showcase-image-two {
      display: none; } }
.two .showcase-image-three {
  display: none; }
  @media (min-width: 0px) and (max-width: 960px) {
    .two .showcase-image-three {
      display: none; } }
.two .showcase-title {
  grid-column: 9 / 13;
  grid-row: 2;
  text-align: right;
  margin-top: 10px; }
  @media (min-width: 0px) and (max-width: 960px) {
    .two .showcase-title {
      grid-column: 1 / span 12;
      grid-row: auto;
      margin-top: 0;
      margin-bottom: 20px;
      text-align: left; } }

.large-large-small .showcase-image-one {
  grid-column: 1 / 7;
  grid-row: 1; }
  @media (min-width: 0px) and (max-width: 960px) {
    .large-large-small .showcase-image-one {
      grid-column: 1 / span 12;
      grid-row: auto;
      margin-bottom: 5px; } }
.large-large-small .showcase-image-two {
  grid-column: 3 / 6;
  grid-row: 3; }
  @media (min-width: 0px) and (max-width: 960px) {
    .large-large-small .showcase-image-two {
      display: none; } }
.large-large-small .showcase-image-three {
  grid-column: 8 / 13;
  grid-row: 2; }
  @media (min-width: 0px) and (max-width: 960px) {
    .large-large-small .showcase-image-three {
      display: none; } }
.large-large-small .showcase-title {
  grid-column: 8 / 11;
  grid-row: 3;
  margin-top: 10px; }
  @media (min-width: 0px) and (max-width: 960px) {
    .large-large-small .showcase-title {
      grid-column: 1 / span 12;
      grid-row: auto;
      margin-top: 0;
      margin-bottom: 20px; } }

.chess .showcase-image-one {
  grid-column: 1 / 8;
  grid-row: 2 / 3;
  margin-top: -20px; }
  @media (min-width: 0px) and (max-width: 960px) {
    .chess .showcase-image-one {
      grid-column: 1 / span 12;
      grid-row: auto;
      margin-top: 0;
      margin-bottom: 5px; } }
.chess .showcase-image-two {
  grid-column: 9 / 12;
  grid-row: 1; }
  @media (min-width: 0px) and (max-width: 960px) {
    .chess .showcase-image-two {
      display: none; } }
.chess .showcase-image-three {
  grid-column: 10 / 13;
  grid-row: 3;
  margin-top: -240px;
  align-self: flex-end; }
  @media (min-width: 0px) and (max-width: 960px) {
    .chess .showcase-image-three {
      display: none; } }
.chess .showcase-title {
  grid-column: 1 / 8;
  grid-row: 3;
  margin-top: 20px;
  text-align: right; }
  @media (min-width: 0px) and (max-width: 960px) {
    .chess .showcase-title {
      grid-column: 1 / span 12;
      grid-row: auto;
      margin-top: 0;
      margin-bottom: 20px;
      text-align: left; } }

.max-mara .showcase-image-one {
  grid-column: 1 / 4;
  grid-row: 2;
  margin-top: -40px;
  margin-bottom: 40px; }
  @media (min-width: 0px) and (max-width: 960px) {
    .max-mara .showcase-image-one {
      grid-column: 1 / span 12;
      grid-row: auto;
      margin-bottom: 5px; } }
.max-mara .showcase-image-two {
  grid-column: 4 / 10;
  grid-row: 3; }
  @media (min-width: 0px) and (max-width: 960px) {
    .max-mara .showcase-image-two {
      display: none; } }
.max-mara .showcase-image-three {
  grid-column: 8 / 13;
  grid-row: 1; }
  @media (min-width: 0px) and (max-width: 960px) {
    .max-mara .showcase-image-three {
      display: none; } }
.max-mara .showcase-title {
  grid-column: 10 / 13;
  grid-row: 3;
  margin-left: 20px; }
  @media (min-width: 0px) and (max-width: 960px) {
    .max-mara .showcase-title {
      grid-column: 1 / span 12;
      grid-row: auto;
      margin-bottom: 5px;
      margin-left: 0; } }

.large-small-small-three .showcase-image-one {
  grid-column: 7 / 10;
  grid-row: 1; }
  @media (min-width: 0px) and (max-width: 960px) {
    .large-small-small-three .showcase-image-one {
      grid-column: 1 / span 12;
      grid-row: auto;
      margin-bottom: 5px; } }
.large-small-small-three .showcase-image-two {
  grid-column: 1 / 6;
  grid-row: 2; }
  @media (min-width: 0px) and (max-width: 960px) {
    .large-small-small-three .showcase-image-two {
      display: none; } }
.large-small-small-three .showcase-image-three {
  grid-column: 10 / 13;
  grid-row: 3; }
  @media (min-width: 0px) and (max-width: 960px) {
    .large-small-small-three .showcase-image-three {
      display: none; } }
.large-small-small-three .showcase-title {
  grid-column: 7 / 12;
  grid-row: 2;
  z-index: 5; }
  @media (min-width: 0px) and (max-width: 960px) {
    .large-small-small-three .showcase-title {
      grid-column: 1 / span 12;
      grid-row: auto;
      margin-bottom: 20px; } }

.cover {
  width: 90%;
  grid-column: 1 / 13;
  margin: 0 auto;
  padding-top: 50px;
  min-height: 600px; }
  @media (min-width: 0px) and (max-width: 960px) {
    .cover {
      margin-bottom: 80px;
      padding-top: 20px;
      width: 100%;
      min-height: 260px; } }

.cover-image {
  grid-column: 3 / 11;
  grid-row: 1;
  margin-bottom: 300px; }
  @media (min-width: 0px) and (max-width: 960px) {
    .cover-image {
      grid-column: 1 / 13;
      margin-bottom: 40px; } }
  .cover-image img {
    display: grid;
    width: 90%;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 0px) and (max-width: 960px) {
      .cover-image img {
        width: 100%; } }

.slideshow_image {
  margin-left: -5px; }

.slideshow-container {
  grid-column: 3 / 11;
  grid-row: 1 / 2;
  height: 566px;
  overflow: hidden;
  margin-top: 60px; }

#slideshow {
  width: 8550px; }
  #slideshow img {
    width: 850px; }

.slideshow_first {
  -webkit-animation: bannermove 30s linear infinite;
  -moz-animation: bannermove 30s linear infinite;
  -ms-animation: bannermove 30s linear infinite;
  -o-animation: bannermove 30s linear infinite;
  animation: bannermove 30s linear infinite; }

@keyframes "bannermove" {
  0% {
    margin-left: 0px; }
  100% {
    margin-left: -3125px; } }
@-moz-keyframes bannermove {
  0% {
    margin-left: 0px; }
  100% {
    margin-left: -3125px; } }
@-webkit-keyframes "bannermove" {
  0% {
    margin-left: 0px; }
  100% {
    margin-left: -3125px; } }
@-ms-keyframes "bannermove" {
  0% {
    margin-left: 0px; }
  100% {
    margin-left: -3125px; } }
@-o-keyframes "bannermove" {
  0% {
    margin-left: 0px; }
  100% {
    margin-left: -3125px; } }
.header {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  margin-top: 0px;
  padding-top: 40px;
  margin-bottom: 16px; }

.homepage-title {
  width: 90%;
  grid-column: 1 / 13;
  margin: 0 auto;
  position: fixed;
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  top: 40px;
  display: grid;
  grid-template-columns: repeat(12, 1fr); }
  @media (min-width: 0px) and (max-width: 960px) {
    .homepage-title {
      position: static; } }

.page-title {
  font-size: 3rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  font-weight: 100; }
  @media (min-width: 0px) and (max-width: 960px) {
    .page-title {
      font-size: 4.5rem;
      line-height: 5rem; } }

.page-title-left {
  grid-column: 1 / 3;
  grid-row: 1 / 2;
  text-align: right; }
  @media (min-width: 0px) and (max-width: 960px) {
    .page-title-left {
      grid-column: 1 / 12;
      grid-row: auto;
      text-align: left; } }

.page-title-right {
  grid-column: 11 /13;
  grid-row: 1 / 2; }
  @media (min-width: 0px) and (max-width: 960px) {
    .page-title-right {
      grid-column: 1 / 12;
      grid-row: auto; } }

.page-title-small {
  font-size: 2rem; }
  @media (min-width: 0px) and (max-width: 960px) {
    .page-title-small {
      line-height: 1rem; } }

.navigation {
  position: fixed;
  right: -110px;
  top: 50%;
  transform: rotate(-90deg); }
  @media (min-width: 0px) and (max-width: 960px) {
    .navigation {
      grid-column: 1 / span 12;
      position: static;
      transform: rotate(0deg);
      width: 90%;
      margin: 0 auto 20px; } }
  .navigation ul {
    margin: 0; }

.menu {
  list-style: none;
  padding: 0; }
  .menu a {
    text-decoration: none; }
    .menu a li {
      color: rgba(0, 0, 0, 0.8);
      text-decoration: none;
      font-size: 1.25rem;
      line-height: 0;
      font-weight: 300;
      text-transform: uppercase;
      letter-spacing: 2px;
      display: inline-block;
      -webkit-transition: background-color 0.3s;
      transition: background-color 0.3s;
      margin-left: 20px; }
      @media (min-width: 0px) and (max-width: 960px) {
        .menu a li {
          margin-left: 0;
          margin-right: 16px;
          font-size: 1rem; } }
  .menu .is-active {
    background: rgba(0, 0, 0, 0.9);
    color: white;
    font-style: italic; }
  .menu a:hover li {
    font-style: italic; }

.project-page-title-test {
  position: fixed;
  font-size: 1.3rem; }
  .project-page-title-test .page-title-small {
    font-size: 1.6rem; }

footer {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 24px 4px 16px;
  display: grid;
  grid-template-columns: repeat(12, 1fr); }

.footer-link, .footer-copyright {
  grid-column: span 1;
  font-family: "Helvetica", "Arial", sans-serif;
  font-weight: 100;
  color: rgba(0, 0, 0, 0.8);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1rem;
  padding-bottom: 8px;
  margin-bottom: 16px;
  position: relative; }
  .footer-link a, .footer-copyright a {
    color: rgba(0, 0, 0, 0.8);
    text-decoration: none; }
  @media (min-width: 0px) and (max-width: 960px) {
    .footer-link, .footer-copyright {
      font-size: 1rem;
      grid-column: 1 /12;
      grid-row: auto; } }

.footer-link-a:before {
  content: "";
  position: absolute;
  width: 0%;
  height: 10px;
  bottom: 0;
  left: 0;
  background-color: #000;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s; }

.footer-link:hover {
  font-style: italic; }

.footer-link-mail {
  margin-left: 2rem;
  grid-column: span 4; }
  @media (min-width: 0px) and (max-width: 960px) {
    .footer-link-mail {
      margin-left: 0px;
      grid-column: span 8; } }

.footer-copyright {
  grid-column: 7 /13;
  text-align: right;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1rem; }
  @media (min-width: 0px) and (max-width: 960px) {
    .footer-copyright {
      font-size: 1rem;
      grid-column: 1 /12;
      grid-row: 3;
      text-align: left; } }

.about-text {
  width: 90%;
  margin: 0 auto 60px;
  padding-top: 20px; }
  .about-text p {
    font-size: 1.15rem;
    line-height: 2.25rem;
    grid-column: 7 / 13;
    margin: 0; }
    @media (min-width: 0px) and (max-width: 960px) {
      .about-text p {
        grid-column: 1 / 13; } }
  .about-text a:hover {
    font-style: italic; }
  .about-text ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  .about-text li {
    font-size: 1.25rem;
    line-height: 1.5rem;
    margin-bottom: 1.5rem;
    font-style: italic; }

.about-text-press {
  grid-column: 4 / 7;
  grid-row: auto;
  margin-top: 40px;
  text-align: right; }
  .about-text-press h2 {
    margin-bottom: 40px;
    text-transform: uppercase;
    letter-spacing: 1px; }
  @media (min-width: 0px) and (max-width: 960px) {
    .about-text-press {
      grid-column: 1 / 13;
      text-align: left; } }

.about-text-contact {
  grid-column: 7 / 13;
  grid-row: 1;
  margin-bottom: 40px; }
  .about-text-contact p {
    font-size: 1.5rem;
    line-height: 3rem;
    font-weight: 900; }
  @media (min-width: 0px) and (max-width: 960px) {
    .about-text-contact {
      grid-column: 1 / 13; } }

.project-header {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  margin-top: 40px;
  margin-bottom: 40px; }
  @media (min-width: 0px) and (max-width: 960px) {
    .project-header {
      margin-top: 40px;
      margin-bottom: 0px; } }

.project-page-title {
  grid-column: 1 / 3; }
  .project-page-title a {
    font-weight: 100;
    font-size: 1.25rem;
    text-transform: uppercase;
    letter-spacing: 1.25px;
    text-decoration: none; }
    @media (min-width: 0px) and (max-width: 960px) {
      .project-page-title a {
        font-weight: 400;
        font-size: 1.75rem; } }
  .project-page-title a:hover {
    font-style: italic; }
  @media (min-width: 0px) and (max-width: 960px) {
    .project-page-title {
      grid-column: 1 / 13;
      margin-bottom: 16px; } }
  @media (min-width: 960px) and (max-width: 1024px) {
    .project-page-title {
      grid-column: 1 / 4; } }

.project-title-wrapper {
  text-align: center;
  font-weight: 100;
  font-size: 1.25rem;
  text-transform: uppercase;
  letter-spacing: 1.25px;
  grid-column: 3 / 11; }
  @media (min-width: 0px) and (max-width: 960px) {
    .project-title-wrapper {
      grid-column: 1 / 13;
      text-align: left;
      margin-bottom: 40px; } }
  @media (min-width: 960px) and (max-width: 1024px) {
    .project-title-wrapper {
      grid-column: 4 / 11; } }

.navigation-project {
  transform: rotate(0deg);
  position: static;
  grid-column: 11 / 13;
  text-align: right; }
  @media (min-width: 0px) and (max-width: 960px) {
    .navigation-project {
      grid-column: 1 / 13;
      text-align: left; } }

.project-title__title {
  font-weight: 500; }

.project-title__projectinfo {
  font-style: italic; }
  @media (min-width: 0px) and (max-width: 960px) {
    .project-title__projectinfo {
      display: block;
      margin-bottom: 4px; } }

.project-title__projectinfo:before {
  content: " — "; }

.image-gallery {
  width: 75%;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 960px) and (max-width: 1024px) {
    .image-gallery {
      width: 80%; } }
  @media (min-width: 0px) and (max-width: 960px) {
    .image-gallery {
      width: 100%; } }
  .image-gallery figure {
    width: 100%; }
    @media (min-width: 0px) and (max-width: 960px) {
      .image-gallery figure {
        margin-bottom: 20px; } }

.slick-prev {
  position: absolute;
  left: -2rem;
  width: 35%;
  bottom: 0px;
  background: blue;
  top: 0;
  opacity: 0;
  z-index: 1999;
  border: none;
  cursor: url(../images/arrow-left.png), auto; }

.slick-next {
  position: absolute;
  right: -2rem;
  width: 35%;
  bottom: 0px;
  background: blue;
  top: 0;
  opacity: 0;
  z-index: 1999;
  border: none;
  cursor: url(../images/arrow-right.png), auto; }

.slick-slide img {
  margin-left: auto;
  margin-right: auto;
  max-height: 80vh;
  width: auto; }
  @media (min-width: 0px) and (max-width: medium) {
    .slick-slide img {
      width: 100%;
      max-height: auto; } }

.footer-project {
  border-top: 0; }

@media (min-width: 0px) and (max-width: 960px) {
  .project-menu-desktop {
    display: none; } }

.project-menu-mobile {
  display: none; }
  @media (min-width: 0px) and (max-width: 960px) {
    .project-menu-mobile {
      display: inline-block;
      margin-bottom: 80px;
      grid-column: 1 / 13; } }
  @media (min-width: 0px) and (max-width: 960px) {
    .project-menu-mobile .navigation {
      width: 100%;
      margin: 0; } }

.slick-track:focus {
  border-width: 1px;
  outline: none !important; }

.slick-slide:focus {
  outline: none; }

body {
  background: white;
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.8);
  margin: 0;
  padding: 0; }
  @media (min-width: 0px) and (max-width: 960px) {
    body {
      margin-left: 0;
      margin-right: 0; } }

img {
  width: 100%; }

figure {
  margin: 0;
  border: 0; }

.grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr); }

a {
  color: rgba(0, 0, 0, 0.8);
  text-decoration: none; }

/*# sourceMappingURL=style.css.map */
