
/* Reset CSS */

html, body {
  background: #fff;
  z-index: 1;
  padding: 0;
  margin: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

title, head, script{
  display: none;
}

a, button, input, label, img {
  cursor: pointer
}

a{
  text-decoration: none;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

*{
  margin: 0;
  padding: 0;
  display: inline-block;
  color: white;
  font-family: sans-serif;
  font-size: 1.25vw;
  line-height: 1.5vw;
}

.projecttitle, .imgwrap, .about, .imprint{
  padding: 1vw;
  float: left;
  clear: left;
}

.imgwrap, .projecttitle{
  background-color: grey;
  display: block;
}

.imgwrap{
  height: 50vh;
}

.imgwrap.special{
  height: 150vh;
}

.imgwrap img{
  height: 100%;
}

ul, li {
  list-style: none;
  margin: 0;
  padding: 0
}

/* Your CSS */

.about, .imprint{
  background-color: black;
}

.slider{
  top: 0;
  left: 0;
  position: fixed !important;
  z-index: 99;
  width: 100vw;
  height: 100vh;
  display: none;
  pointer-events: none;
}

.slick-arrow{
  display: none !important;
}

.xxx{
  display: none;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 3;
}

.slider div{
  width: 100vw;
  height: 100vh;
  position: relative;
}

.slider div img{
  cursor: pointer;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  pointer-events: auto !important;
}

.projectwrapper{
  display: inline;
}



/* Media Queries */

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

  body{
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }

  *{
    font-size:  3.5vw;
    line-height: 4.5vw;
  }

  .imgwrap, .imgwrap.special, .projecttitle, .about, .imprint{
    width: 100vw;
    height: auto;
  }

  .projecttitle, .imgwrap, .about, .imprint{
    padding: 2vw;
    float: left;
    clear: left;
  }

  .imgwrap img{
    width: 100%;
    height: auto;
  }
}
