nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

nav li {
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  margin-left: 30px;
}

nav a {
  color: black;
  text-decoration: none;
}

@media only screen and (max-width: 600px) {
  nav {
    display: none;
    position: fixed;
    width: 100%;
    margin-left: -20px;
    top: 78px;
    border: 1px solid #999;
    border-width: 1px 0;
  }

  nav ul {
    background-color: white;
  }

  nav li {
    display: block;
    margin: 0;
  }

  nav a {
    padding: 15px 20px;
    display: block;
  }
}

.section {
  height: calc(100vh - 78px);
  min-height: 700px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e3e1e4;
  position: relative;
}
@media only screen and (max-width: 600px) {
  .section {
    min-height: auto;
    height: calc(100vh - 61px);
  }

  .section--vision {
    min-height: auto;
    height: auto;
    padding: 30px 0;
  }
}
.section .wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.section.entered .section__content {
  -webkit-animation: fade-in 1s ease-in both;
  animation: fade-in 1s ease-in both;
}

.section--home {
  background-color: #fff;
  margin-top: 78px;
}
.section--home svg {
  width: 400px;
  position: absolute;
  left: 15%;
  opacity: 0.3;
}
@media only screen and (max-width: 600px) {
  .section--home svg {
    width: 250px;
    opacity: 0.05;
  }
}

.section--cj {
  background-color: #f8f6f9;
  background-image: url('pers/cj.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 20% bottom;
}

@media only screen and (max-width: 600px) {
  .section--cj {
    background-image: url('pers/cj_mob.png');
    height: auto;
    padding: 40px 0 60px 0;
  }
}

.section--cj svg {
  width: 600px;
  position: absolute;
  z-index: 1;
  right: 30%;
  top: 12%;
  opacity: 0.3;
}

@media only screen and (max-width: 600px) {
  .section--cj svg {
    display: none;
  }
}

.section--gh {
  background-color: #efefef;
  background-image: url('pers/gio.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 20% bottom;
}

@media only screen and (max-width: 600px) {
  .section--gh {
    background-image: url('pers/gio_mob.png');
    height: auto;
    padding: 40px 0;
  }
}

.section--gh svg {
  width: 600px;
  position: absolute;
  z-index: 1;
  right: 20%;
  top: 14%;
  opacity: 0.3;
}

@media only screen and (max-width: 600px) {
  .section--gh svg {
    display: none;
    height: auto;
  }
}

.section--what {
  background-color: #fff;
}
.section--what svg {
  width: 400px;
  position: absolute;
  left: 15%;
  opacity: 0.3;
}
@media only screen and (max-width: 600px) {
  .section--what svg {
    width: 250px;
    opacity: 0.05;
  }
}
.section--vision {
  background-color: #efefef;
}
.section--vision svg {
  width: 400px;
  position: absolute;
  left: 15%;
}

@media only screen and (max-width: 600px) {
  .section--vision svg {
    width: 250px;
  }
}
.section--contact {
}
.section--contact svg {
  width: 400px;
  position: absolute;
  left: 15%;
  opacity: 0.3;
}
@media only screen and (max-width: 600px) {
  .section--contact svg {
    width: 250px;
    opacity: 0.05;
  }
}

.section__content {
  opacity: 0;
  max-width: 620px;
  width: 100%;
  position: relative;
  z-index: 3;
}

.pers {
  width: 70%;
  max-width: 70%;
  height: auto;
}

.tns-outer {
  width: 100%;
  height: 100%;
}

.slider,
.tns-inner {
  height: 100%;
}

.tns-controls {
  display: flex;
  position: absolute;
  width: 100%;
  z-index: 10;
  height: 100%;
  justify-content: space-between;
  align-items: center;
  outline: none;
}
.tns-controls button {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  display: inline-block;
  font-family: 'Inter', sans-serif;
  background-color: white;
  margin: 0 30px;
  line-height: 50px;
  width: 52px;
  border-radius: 400px;
  display: inline-block;
  font-size: 30px;
  border: none;
  color: black;
  font-weight: 300;
  outline: none;
  opacity: 0.9;
  text-align: center;
}

@media only screen and (max-width: 600px) {
  .tns-controls button {
    line-height: 40px;
    width: 40px;
    font-size: 20px;
  }
}

.slide {
  height: 100%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}
.slide__textwrapper {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background-color: rgba(255, 255, 255, 0.3);
}

.slide__text {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  color: white;
  text-shadow: 0px 0px 2px rgba(150, 150, 150, 1);
}

.slide__1 {
  background-image: url('work/01.A_night_of_light.jpg');
}
.slide__2 {
  background-image: url('work/02.Ohlala.jpg');
}
.slide__3 {
  background-image: url('work/03.Alpenland.jpg');
}
.slide__4 {
  background-image: url('work/04.ArtBasel.jpg');
}
.slide__5 {
  background-image: url('work/05.Guedel.jpg');
}
.slide__6 {
  background-image: url('work/06.Mamamia.jpg');
}
.slide__7 {
  background-image: url('work/07.Mobiliar.jpg');
}
.slide__8 {
  background-image: url('work/08.Traumfraumutter.jpg');
}
.slide__9 {
  background-image: url('work/09.Meridians.jpg');
}
.slide__10 {
  background-image: url('work/10.MFW.jpg');
}

@media only screen and (max-width: 600px) {
  .slide__1 {
    background-image: url('work/mob/01.A_night_of_light.jpg');
  }
  .slide__2 {
    background-image: url('work/mob/02.Ohlala.jpg');
  }
  .slide__3 {
    background-image: url('work/mob/03.Alpenland.jpg');
  }
  .slide__4 {
    background-image: url('work/mob/04.ArtBasel.jpg');
  }
  .slide__5 {
    background-image: url('work/mob/05.Guedel.jpg');
  }
  .slide__6 {
    background-image: url('work/mob/06.Mamamia.jpg');
  }
  .slide__7 {
    background-image: url('work/mob/07.Mobiliar.jpg');
  }
  .slide__8 {
    background-image: url('work/mob/08.Traumfraumutter.jpg');
  }
  .slide__9 {
    background-image: url('work/mob/09.Meridians.jpg');
  }
  .slide__10 {
    background-image: url('work/mob/10.MFW.jpg');
  }
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
