html{
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  overscroll-behavior: none;
}

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

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

@font-face {
  font-family: 'GentiumPlus';
  src: url('fonts/GentiumPlus-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Nightingale';
  src: url('fonts/Nightingale_OTF.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

body {
  background-color: #F8F8FF;
  width: 100%;
  height: 100%;
  overscroll-behavior: none;
}

mark.italic{
  font-family: "Gentium Plus";
  color: #333;
  font-style: italic;
}

mark.waveunicode {
  font-family: "Gentium Plus";
  color: #333;
  position: relative;
  top: 0.15em;
  text-decoration: none;
  background-color: transparent;
}

mark.waveunicode2 {
  color: #333;
  position: relative;
  top: -0.2em;
  text-decoration: none;
  background-color: transparent;
  transition: color 0.5s;
}

#left {
  position: fixed;
  width: 23.5%;
  top: 0;
  left: 0;
  bottom: 0;
  padding-left: 0;
  padding-right: 0.9vw;
  padding-top: 0.7vw;
  overflow: hidden;
  border-right: 1px solid black;
}

#right{
  overflow: visible;
  float: right;
  width: 76.5%;
  height: auto;
  display: flex;
}

.slide {
  position: relative;
  top: 20px;
  left: 0;
  margin-bottom: 60px;
  object-fit: cover;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.image-link {
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  text-align: center;
}

.image-link img {
  width: 100%;
  height: auto;
  transition: opacity 0.5s;
}

.image-link img:hover{
  opacity: 0.8;
}

.slide img {
  width: 100%;
  z-index: -1;
}

.slide p{
  font-family: "Gentium Plus";
  font-size: 18px;
  font-style: italic;
  text-align: center;
  line-height: 1.5;
}

.slide .footnote{
  font-family: "Gentium Plus";
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
  font-style: normal;
  padding-left: 0vw;
  padding-right: 0vw;
  margin-bottom: 0.9vw;
}

mark.footnote{
  vertical-align: super;
  font-family: inherit;
  font-size: 14px;
  font-style: normal;
  line-height: inherit;
}

.linkwrapper{
  width: 65%;
  height: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
}

a.projectlink {display: inline; display: grid; grid-gap: 2rem;}
a.projectlink p, mark.footnote{ display: inline; transition: color 0.5s;}
a.projectlink:link{ color: #333; text-decoration: none;}
a.projectlink:visited{ color: #333; text-decoration: none;}
a.projectlink:hover p,
a.projectlink:hover mark.footnote {
  color: #c1d3fe;
}
a.projectlink:active p, mark.footnote{ color: #333; text-decoration: none; }

#sidemenu{
  position: fixed;
  width: 23.5%;
  float: left;
  font-size: 14px;
  top: 0;
  padding-top: 0.8vw;
  padding-left: 0.9vw;
  padding-right: 0.9vw;
  overflow: hidden;
}

#sidemenu p {
  font-family: "Gentium Plus";
  font-size: 14px;
  line-height: 1.5;
  color: #333;
}

.kp-kl {font-size: inherit; font-family: "Gentium Plus"; font-style: italic; display: inline;}
a.kp-kl:link { color: #333; text-decoration: none;}
a.kp-kl:visited { color: #333; text-decoration: none;}
a.kp-kl:hover { color: #c1d3fe; }
a.kp-kl:active { color: #333; text-decoration: none; }

.kp-kl {
  display: inline-block;
  position: relative;
  color: #c1d3fe;
}

.kp-kl::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 1.5px;
  bottom: 0;
  left: 0;
  background-color: #c1d3fe;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.kp-kl:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

#buttons p{
  color: #8b9df2;
}

hr {
  border: none;
  border-bottom: 0.15vw dotted #8b9df2;
  margin-bottom: 1.5vw;
}

#buttons{
  display: flex;
  flex-direction: column;
  padding: 10vw 0 1vw;
  width: 85%;
  margin: 0 auto;
}

.btn{
  text-align: left;
  width: 100%;
  padding-left: 20px;
  margin: 4px 2px;
  font-family: "Gentium Plus";
  font-size: 14px;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  border: none;
  background-color: transparent;
  transition: color 0.5s;
}

.btn:hover,
.btn:hover mark.waveunicode2 {
  color: #8b9df2;
}

p.copyright{
  position: absolute;
  bottom: 0.9vw;
  padding-left: 0.9vw;
  font-family: "Gentium Plus";
  font-size: 14px;
  color: #8b9df2;
}

.navigation-right {
  position: fixed;
  width: 100%;
  height: 2.9vw;
  top: 0;
  background-color: #F8F8FF;
  z-index: 999;
  display: flex;
}

.headline{
  position: absolute;
  width: 76.5%;
  text-align: center;
  z-index: 1;
}

.navigation-right p {
  top: 0;
  padding-top: 0.8vw;
  display: inline-block;
  font-family: "Gentium Plus";
  font-size: 14px;
  color: #333;
}

.project-container-index {
  display: grid;
  gap: 15px;
  position: relative;
  margin: auto;
  width: 100%;
  max-width: 100%;
  min-height: 100vh;
  overflow-y: scroll;
  overflow-x: hidden;
  padding-top: 5vw;
  padding-left: 0.9vw;
  padding-right: 0.9vw;
  padding-bottom: 0.9vw;
}

.project-container {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin: auto;
  width: 100%;
  max-width: 100%;
  min-height: 100vh;
  overflow-y: scroll;
  overflow-x: hidden;
  padding-top: 5vw;
  padding-left: 0.9vw;
  padding-right: 0.9vw;
  padding-bottom: 0.9vw;
}

.project {
  width: 100%;
  height: auto;
  position: relative;
  display: none;
  flex-direction: column;
  overflow: hidden;
}

.project2 {
  width: 100%;
  height: auto;
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.project.show{
  display: block;
}

.project-number{
  position: relative;
  width: inherit;
  left: 0;
  padding-bottom: 12px;
}

p.number {
  font-family: "Gentium Plus";
  font-size: 14px;
  color: #8b9df2;
  position: relative;
  overflow: hidden;
}

p.number::after {
  content: "";
  position: absolute;
  top: 50%;
  margin-left: 10px;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background-color: #8b9df2;
}

.title-slide {
  position: relative;
  left: 0;
  width: 100%;
  height: auto;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  width: inherit;
}

.project-title-container{
  margin: auto;
  width: 65%;
  word-wrap: break-word;
}

.project-title{
  font-family: "Nightingale";
  color: #333;
  font-size: 40px;
  font-weight: normal;
}

.translate-buttons {
  float: right;
}

.translate-button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  font-family: "Gentium Plus";
  font-size: 14px;
  margin-left: 10px;
  color: #8b9df2;
  transition: color 0.3s ease;
}

.translate-button:hover {
  color: #c4c4c4;
}

.project-details-top {
  font-family: "Gentium Plus";
  font-size: 14px;
  color: #8b9df2;
  padding-top: 1px;
  padding-bottom: 14px;
}

.project-details {
  font-family: "Gentium Plus";
  font-size: 14px;
  color: #333;
  padding-top: 20px;
  padding-bottom: 25px;
}

.project-content img {
  display: block;
  margin: 0 auto;
}

.project-information {
  font-family: "Gentium Plus";
  font-size: 1.125rem;
  color: #333;
  padding-bottom: 60px;
  margin: auto;
  width: 65%;
  line-height: 1.65;
}

.project-content{
  width: 100%;
  height: auto;
  padding-bottom: 60px;
}

.aboutimage{
  width: 40%;
  height: auto;
  padding-bottom: 60px !important;
}

.project-container-writing {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
  padding-top: 5vw;
  padding-left: 0.9vw;
  padding-right: 0.9vw;
  padding-bottom: 0.9vw;
}

.project-writing {
  width: 100%;
  height: auto;
}

.title-slide-writing {
  position: relative;
  left: 0;
  display: flex;
  flex-direction: column;
  width: inherit;
}

.project-title-container-writing{
  width: 65%;
  margin: auto;
  word-wrap: break-word;
}

p.writingpieces{
  font-family: "Gentium Plus";
  font-size: 1.125rem;
  color: #333;
  width: 65%;
  margin: auto;
  line-height: 1.65;
}

p.writingpieces:not(:first-child) {
    text-indent: 8%;
}

img.publicationscan{
  width: 40vw;
  height: auto;
  margin: auto;
  padding-bottom: 4vw;
  display: block;
}

.iframe-wrapper{
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
}

iframe{
  width: 65%;
  height: 30vw;
}

.enlargeable {
  max-width: 100%;
  max-height: 100%;
  transition: transform 0.3s ease;
}

.project-objects img {
  padding-bottom: 60px;
  transition: transform 0.3s ease;
  cursor: zoom-in;
}

.project-objects img.enlarged {
  transform: scale(1.2);
  z-index: 10;
}

.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}

.enlarged-image {
  max-width: 70%;
  max-height: 70%;
}

.prev-btn, .next-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
  color: white;
  border: none;
  font-size: 2.5rem;
  cursor: pointer;
  padding: 0.5rem 1rem;
  transition: color 0.3s;
}

.prev-btn:hover, .next-btn:hover {
  color: #8b9df2;
}

.prev-btn {
  left: 10%;
}

.next-btn {
  right: 10%;
}

.image-grid {
  width: 100%;
  display: grid;
  grid-auto-rows: auto;
  gap: 15px;
  cursor: zoom-in;
  scroll-behavior: smooth;
}

.timeline{
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 60px;
}

.timeline-section{
  width: 33.33%;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 10px;
  box-sizing: border-box;
}

p.section{
  font-family: "Gentium Plus";
  font-size: 14px;
  color: #8b9df2;
  padding-bottom: 1px;
}

ul {
  list-style: none;
  padding: 0;
}

li {
  font-family: "Gentium Plus";
  font-size: 14px;
  color: #333;
  margin-bottom: 10px;
}

@media screen and (max-width: 600px) {

  .navigation-right {
    display: none;
  }

  p.copyright{
    display: none;
  }

  #left {
    width: 100%;
    display: block;
    padding-right: 0;
    margin-bottom: 10px;
    position: relative;
    border-right: none;
  }

  #sidemenu {
    width: 100%;
    position: relative !important;
    padding: 30px;
    background-color: #F8F8FF;
    z-index: 1;
  }

  #sidemenu p {
    font-size: 14px;
  }

  a.kp-kl {
    font-size: 14px;
  }

  #buttons p {
    font-size: 14px;
  }

  hr {
    border: none;
    border-bottom: 0.5vw dotted #8b9df2;
    margin-bottom: 5vw;
  }

  .btn {
    text-decoration: none;
    color: #333;
    font-size: 14px;
  }

  #right {
    width: 100%;
    display: block;
    margin-top: 0;
    position: relative;
  }

  .linkwrapper{
    width: 100%;
    height: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  img {
    width: auto !important;
    height: 100%;
  }

  .project-container-index {
    width: 100%;
    max-width: 100%;
    padding-left: 0vw;
    padding-right: 0vw;
    padding-top: 0vw;
    padding-bottom: 0.9vw;
    grid-template-columns: repeat(1, 1fr);
  }

  .project-container {
    width: 100%;
    max-width: 100%;
    padding-left: 0vw;
    padding-right: 0vw;
    padding-top: 0vw;
    padding-bottom: 0.9vw;
    grid-template-columns: repeat(1, 1fr);
  }

  .project-title-container {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    word-wrap: break-word;
  }

  .project-container-writing {
    width: 100%;
    height: 100%;
    max-width: 100%;
    padding-top: 0vw;
    padding-left: 0vw;
    padding-right: 0vw;
    padding-bottom: 0.9vw;
  }

  .project-number {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 12px;
  }

  .project-title-container-writing {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    word-wrap: break-word;
  }

  .title-slide-index {
    padding-left: 30px;
    padding-right: 30px;
  }

  p.writingpieces {
    width: 100%;
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .project-objects img {
    padding-bottom: 30px;
  }

  .image-link img {
    width: 100%;
    height: auto;
  }

  .slide img {
    width: 100% !important;
    padding-left: 30px;
    padding-right: 30px;
  }

  .publicationscan{
    width: 100%;
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
  }

  .project-information {
    font-size: 1.125rem;
    padding-bottom: 60px;
    margin: auto;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    line-height: 1.65;
  }

  .project-content {
    width: 100%;
    height: auto;
    padding-bottom: 30px;
  }

  .project-content img {
    width: 100%;
    height: auto;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    padding-bottom: 0px;
  }

  .image-grid {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    gap: 15px;
    grid-template-columns: repeat(1, 1fr) !important;
  }

  .aboutimage{
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px !important;
  }

  .timeline-section {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 15px;
    box-sizing: border-box;
  }

  .timeline{
    padding-bottom: 0px;
  }

  iframe{
    width: 100%;
    height: 55vw;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
  }

  li {
    font-size: 14px;
  }
}

































#projects{
  display: flex;
  flex-direction: column;
  padding: 14.7vw 0 1vw;
}

.projectlink .year {
  font-size: 1vw;
  font-family: "Roboto-Light";
}

.projectlink .project-title {
  font-size: 1vw;
  font-family: "Roboto-Light";
  color: black;
  display: inline-block;
  position: relative;
}


.aboutcolumns{
  display: block;
  flex-direction: column;
  column-count: 2;
  padding-left: 0.9vw;
  padding-right: 0.9vw;
  top: 0;
  padding-top: 0.1vw;
  line-height: 1.3;
}

div.aboutdescription{
  width: 100%;
  height: 100%;
  padding-top: 0.55rem;
}

p.aboutdescription{
  color: black;
  font-family: BerlingskeSerif-Regular;
  font-size: 1vw;
  display: inline;
}


p.timelinedescription{
  color: black;
  font-family: BerlingskeSerif-Regular;
  font-size: 1vw;
  display: inline;
}

p.abouttitle{
  font-family: "Roboto-Regular";
  font-size: 2.5vw;
  padding-top: 0.4vw;
}

p.introdescription{
  color: black;
  font-family: BerlingskeSerif-Regular;
  font-size: 1vw;
  line-height: 1.5;
  display: inline;
}

p.title{
  color: black;
  font-family: Roboto-Medium;
  font-size: 1vw;
  display: inline;
}

p.uppertitle{
  color: black;
  font-family: Arome Display;
  font-size: 3.1vw;
}

.imagecontent {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 10vw;
  padding-bottom: 0.7vw;
}

.projectcolumns{
  display: block;
  padding-left: 0.9vw;
  padding-right: 0.9vw;
  top: 0;
  padding-top: 0.1vw;
}

div.imagedescription{
  float: left;
  content: "";
  display: table;
  clear: both;
  width: 100%;
}

p.imagedescription{
  color: black;
  font-family: BerlingskeSerif-Regular;
  font-size: 1vw;
  justify-content: flex-start;
  line-height: 1.5;
}

.slideshow-container {
  max-width: 50vw;
  position: relative;
  margin: auto;
  float: left;
  margin-bottom: 1vw;
  margin-top: 0.3vw;
}



.prev, .next {
  font-family: BerlingskeSerif-Regular;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2.5vw;
  color: white;
  -webkit-text-stroke: 0.7px black;
  transition: color 0.5s;
  padding: 0;
}

.prev {
  left: 0;
  padding-left: 1vw;
}

.prev:hover{
  color: #c1d3fe;
}

.next {
  right: 0;
  padding-right: 1vw;
}

  .next:hover{
    color: #c1d3fe;
  }

.projectimages{
  width: 100%;
  height: auto;
  display: block;
  flex-direction: column;
  column-count: 2;
}

.projectimages2{
  width: 100%;
  height: auto;
  display: block;
  flex-direction: column;
  column-count: 4;
}

.projectimage{
  float: left;
  display: inline-block;
  margin: 4px -2px 1px 0.5px;
}

.projectimage2{
  float: left;
  display: inline-block;
  margin: 8px -2px 1px 0.5px;
}

p.projecttitle {
  line-height: 1.5;
  color: black;
  font-family: Arome Display;
  font-size: 3.1vw;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.9vw;
  top: 2.4vw;
}


div.projectdescription{
  width: 100%;
  height: auto;
  padding-top: 5.1vw;
  padding-right: 0.25vw;
  display: flex;
  column-gap: 20px;
  line-height: 1.3;
}

.title-column {
  flex: 1;
}

.description-column {
  flex: 1;
}

p.projectdescription{
  color: black;
  font-family: BerlingskeSerif-Regular;
  font-size: 1vw;
  display: inline;
}

.intro{
  width: 100%;
  padding-top: 4vw;
  padding-right: 2.2vw;
  color: black;
  box-sizing: border-box;
  font-size: 1vw;
  line-height: 1.6;
  display: inline-block;
  display: flex;
}

.aboutintro{
  padding-right: 4.5rem;
  padding-bottom: 1.2rem;
  color: black;
  box-sizing: border-box;
  font-size: 1vw;
  line-height: 1.5;
  display: inline-block;
}

mark{
  background-color: transparent;
}

mark.additionalinfo{
  font-size: 1vw;
  font-family: "BerlingskeSerif-Regular";
  color: black;
}

mark.timelineyear{
  font-size: 1vw;
  font-family: "Roboto-Medium";
  color: black;
}

p.description{
  color: black;
}


.hide {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.9vw;
  top: 2.35vw;
  opacity: 0;
  transition: opacity 0.5s, background-color 0.5s;
}



.show{
  display: block;
}

a.aboutlink {
  z-index: 0;
  text-decoration: none;
  font-family: "Roboto-Light";
  color: black;
  display: block;
}

.button-wrapper {
  width: 99%;
  background-color: #FFFFFF;
  border: black solid 1px;
  border-radius: 16px;
  padding: 10px 20px;
  margin: 4px 2px;
  font-family: Roboto-Light;
  font-size: 1vw;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  transition: background-color 0.5s;
}

.button-wrapper:hover {
  background-color: #c1d3fe;
}


img.mySlides{
  padding-top: 4vw;
}

iframe{
  position: relative;
  display: inline-block;
}

#myImg {
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

.modal {
  display: none;
  position: fixed;
  z-index: 10;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.9);
}

.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
  font-family: helvetica;
  font-style: italic;
}

.modal-content, #caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}


@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}

.close {
  position: absolute;
  top: 2.35vw;
  left: 2.5vw;
  color: #7e80c4;
  font-size: 0.9vw;
  font-family: helvetica;
  font-weight: 100;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #c1d3fe;
  text-decoration: none;
  cursor: pointer;
}
