::-webkit-scrollbar {
  width: 5px;
  background-color: black;
}

::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: white;
}

::-webkit-scrollbar-thumb {
  /* border-radius: 10px; */
  background-color: black;
  /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);  */
}

@font-face {
  font-family: "Px Grotesk";
  src: url("PxGrotesk-Light.woff2") format("woff2"),
    url("PxGrotesk-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Px Grotesk";
  src: url("PxGroteskRegular.woff2") format("woff2"),
    url("PxGroteskRegular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Px Grotesk";
  src: url("PxGrotesk-Bold.woff2") format("woff2"),
    url("PxGrotesk-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Px Grotesk";
  src: url("PxGrotesk-BoldItalic.woff2") format("woff2"),
    url("PxGrotesk-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: "Px Grotesk Screen";
  src: url("PxGrotesk-Screen.woff2") format("woff2"),
    url("PxGrotesk-Screen.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "Px Grotesk";
  src: url("PxGrotesk-LightItalic.woff2") format("woff2"),
    url("PxGrotesk-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "Px Grotesk";
  src: url("PxGrotesk-RegularItalic.woff2") format("woff2"),
    url("PxGrotesk-RegularItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}



html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-size: 1.6vw;
  line-height: 1.9vw;
  background-color: white;
  font-weight: normal;
}

#headerwork {
  background-color: white;
}

.landingtext, .projektinfo {
  font-size: 2.8vw;
  line-height: 3.1vw;
}

@media (max-width: 1700px) {
  body {
    font-size: 1.8vw;
    line-height: 2.1vw;
  }

  .landingtext, .projektinfo {
    font-size: 2.8vw;
    line-height: 3.2vw;
  }
}


.landingpage {
  background-color: white;
}

p {
  margin: 0;
  padding: 0;
  font-family: "Px Grotesk";
}

a:hover {
  text-decoration: underline;
  /* cursor: url("click.png") 25 30, auto; */
}

a:active {
  text-decoration: underline;
  color: inherit;
}

a:visited {
  text-decoration: none;
  color: inherit;
}

a {
  text-decoration: none;
  color: inherit;
}

a.active {
  text-decoration: none;
}

a.active:hover {
  text-decoration: underline;
}

#headerEffectCanvas {
  width: 100%;
  height: 100%;
  overflow: hidden;
  /* background-color: blue; */
  cursor: url("playblack.png") 25 30, auto;
}



.header {
  position: fixed;
  width: calc(100%);
  height: auto;
  z-index: 1;
  font-family: "Px Grotesk";
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  top: 0;
  margin: 0;
}

#logo {
  margin: 1.5vw;
  grid-column: 1/2;
}

#work {
  grid-column: 2/3;
  grid-row: 1/2;
  margin: 1.5vw;
  justify-self: center;
}



#info {
  grid-column: 3/4;
  margin: 1.5vw;
  justify-self: end;
}

.landingtext {
  position: fixed;
  top: 0;
  /* transform: translateY(5vw); */
  font-family: "Px Grotesk";
  /* font-weight: 300; */
  width: 66%;
  padding-left: 1.5vw;
  /* color: white; */
  background-color: none;
}

.landingtext span {
  font-style: italic;
  text-decoration: underline;
}

section {
  background-color: none;
  /* height: auto; */
  z-index: 0;
}

.addshape{
  position: absolute;
  bottom:0;
  /* padding: .5vw; */
  /* color:white; */
  /* font-weight: 300; */
  cursor: pointer;
  margin: 1.5vw;
  /* background-color: white; */
  border-radius: 100px;

}

.addshape:hover {
  text-decoration: underline;
}

.workwrap {
  display: flex;
  flex-wrap: wrap;
  padding-left: 1.5vw;
  padding-right: 1.5vw;
  /* padding-top: 5vw; */
  min-height: 100vh;
}

.column {
  flex: 50%;
  /* margin-left: 1.5vw; */
  /* background-color: blue; */
  /* padding: 0 20px; */
}

.column img {
  transform: scale(1);
  transition: transform 1s ease;
  /* filter: grayscale(100%); */
}

.column img:hover {
  transform: scale(1.1);
  filter: grayscale(0%);
  transition: transform, 1s ease;
}

.imgbox-links {
  width: calc(100% - 0.75vw);
  /* height: 1000px; */
  overflow: hidden;
}

.imgbox-rechts {
  width: calc(100% - 0.75vw);
  /* height: 1000px; */
  overflow: hidden;
  margin-left: 0.75vw;
}

.pgroup-links img{
  /* margin-top: 20px; */
  width: 100%;
  vertical-align: middle;
  
}

.pgroup-rechts img{
    /* margin-top: 20px; */
    vertical-align: middle;
    width: 100%;
    
}



/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
  }
  
  .projekttext-rechts {
    margin: 0;
    font-family: 'Px Grotesk';
    padding-left: 0.75vw;
    padding-top: 1vw;
    margin-bottom: 3vw;

  }

  .projekttext-links {
    margin: 0;
    font-family: 'Px Grotesk';
    padding-top: 1vw;
    margin-bottom: 3vw;
  }

  /* .projekttext-links span, .projekttext-rechts span {
    font-weight: normal;
  } */

  .projektwrap {
    /* min-height: 100vh; */
    z-index: 0;

  }

  /* #lesleyprojekt {
    background-color: black;
    color: white;
  } */

  .projektheader {
    position: relative;
    display: flex;
    width: 100%;
    grid-column: 1/3;
    grid-row: 1/2;
    grid-template-columns: 1fr 1fr;
  }

  .detailtext {
    width: 50%;
    padding-right: 1.5vw;
    /* padding-top: 1.5vw; */
    /* margin-bottom: 1.5vw; */

  }

  .projektinfo {
    width: 50%;
    padding-left: 1.5vw;
    /* padding-top: 1.5vw; */
  }

  .projektlink {
    bottom: 0;
    font-family: 'Px Grotesk';
    font-weight: normal;
  }

  .imgcontainer {
    background-color: none;
    padding-left: 1.5vw;
    padding-right: 1.5vw;
    padding-top: 1.5vw;


    /* justify-content: center; */
  }

  .imgcontainer img {
    width: 100%;
    height: auto;
    margin-bottom: 1.5vw;
  }


.projektfooter {
  grid-column: 1/3;
  font-family: 'Px Grotesk';
  margin-left: 1.5vw;
  margin-right: 1.5vw;
  margin-bottom: 1.5vw;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;

}

#footerwork {
  margin-left: 0;
  margin-right: 0;
}


.arrow {
  width: 3.5vw;
}

.prev {
  padding-top: .2vw;
}

.next {
  grid-column: 3/4;
  justify-self: end;
  padding-top: .2vw;

}

.top {
  justify-self: center;
  cursor: pointer;
}

.copyright {
  margin-top: 3vw;
}

.infowrap {
  padding-left: 1.5vw;
  padding-right: 1.5vw;
}

.infotextwrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.infotext {
  grid-column: 2/3;
  /* padding-left: 1.5vw; */
}

.infogrid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 3vw;
  /* font-weight: 300; */

}

.contact {
  grid-column: 1/2;
}

.education {
  padding-right: 1.5vw;
}

.infogrid span {
  /* font-weight: normal; */
  text-decoration: underline;
}


@media (max-width: 960px) {

  body {
    font-size: 20px;
    line-height: 24px;
  }

  .landingtext, .projektinfo {
    font-size: 25px;
    line-height: 28px;
  }

.header {
  display: inline-block;
  /* flex-direction: row; */
  /* width: 100%; */
  height: auto;
  width: 100%;
  padding: 0;
}

#logo {
  width: 50%;
  margin: 15px;
  float: left;
  position: relative;
}

#work {
  position: relative;
  float: right;
  margin-bottom: 0;
  padding-bottom: 0;
  margin: 15px;
  margin-right: 7.5px;
  text-align: right;
  right: 0;;


}

#info {
  margin-top: 0;
  padding-top: 0;
  float: right;
  position: relative;
  right: 0;
  margin: 15px;
  margin-left: 7.5px;
  text-align: right;


}

.landingtext {
  width: calc(100% - 30px);
  padding-left: 15px;
  /* margin-top: 15px; */
  margin-top: 15px;
  line-height: auto;
}

.addshape {
  font-weight: normal;
  padding: 8px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 15px;
  /* border: 2px solid white; */
  border-radius: 20px;
  /* background-color: rgba(255, 255, 255, .2); */
  /* color: white; */
  float: left;
  position: absolute;
  /* font-weight: 300; */
}

.addshape:hover {
  text-decoration: none;
}
 
.workwrap {
  padding-left: 15px;
  padding-right: 15px;
}

.column {
  flex: 100%;
}

.imgbox-rechts {
  width: 100%;
  /* height: 1000px; */
  overflow: hidden;
  margin-left: 0;
}

.imgbox-links {
  width: 100%;
  /* height: 1000px; */
  overflow: hidden;
  margin-right: 0;
}

.pgroup-links{
  padding-right: 0;
  margin-right: 0;

}

.pgroup-links img{
  /* margin-top: 20px; */
  width: 100%;
  vertical-align: middle;
  padding-right: 0;
  margin-right: 0;

}
  

.projekttext-links {
  margin: 0;
  padding-left: 0;
  padding-top: 10px;
  margin-bottom: 15px;

}

.projekttext-rechts {
  margin: 0;
  padding-left: 0;
  padding-top: 10px;
  margin-bottom: 15px;

}

.projektwrap {
  padding-left: 15px;
  padding-right: 15px;
}

.imgcontainer {
  padding: 0;
  padding-top: 30px;
}


.imgcontainer img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  padding: 0;
}

.projektheader {
  flex-direction: column;
  padding: 0;
  margin-top: 15px;
}

.projektinfo {
  padding: 0;
  width: 100%;
}

.detailtext {
  width: 100%;
  padding: 0;
  margin-top: 15px;
}

.projektfooter {
  grid-column: 1/3;
  /* width: 100%; */
  /* height: 200px; */
  font-family: 'Px Grotesk';
  /* padding-top: 0.75vw; */
  /* border-top: 2px solid black; */
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-top: 0x;

}


.arrow {
  width: 35px;
}

.prev {
  padding-top: 1px;
}

.next {
  grid-column: 3/4;
  justify-self: end;
  padding-top: 1px;

}

.top {
  justify-self: center;
  cursor: pointer;
  display: none;
}

.copyright {
  margin-top: 30px;
  grid-column: 1/4;
  margin-bottom: 10px;
}

#copyinfo {
  padding-left: 15px;
}

.infowrap {
  padding-left: 15px;
  padding-right: 15px;
}

.infotextwrap {
  display: block;
  padding-top: 15px;
  
}

.infotext {
  grid-column: 2/3;
  /* padding-left: 1.5vw; */
  display: block;
}

.infogrid p {
  margin-bottom: 30px;
}

.infogrid {
  display: block;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 30px;
  /* font-weight: 300; */

}



.infogrid span {
  font-weight: normal;
  text-decoration: underline;
}

}
 
