* {
  margin: 0;
  padding: 0;
}

:root {
  --bodybackground: #000;
}

body {
  background-color: var(--bodybackground);
  width: 400%;
  position: relative;
  top: 0px;
  left: 0px;
  bottom: 0px;
  overflow-x: hidden;
  font-family: Helvetica, sans-serif;
  color: #000;
}

.logo {
  /* width: 64px;
  height: 70px; */
  display: inline-block;
  overflow: hidden;
  background: transparent url(ximg/yaizo.png) center center no-repeat;
  text-indent: -999px;
  text-align: center;
  background-size: 100%;
}
.section a {
  background-color: yellow;
}

.section {
  margin: 0px;
  bottom: 0px;
  width: 25%;
  float: left;
  height: 100%;
}

.section:before {
  content: ' ';
  background-color: #fff;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  display: block;
  z-index: -1;
}

.wrap {
  width: 100%;
}

.game {
  color: #fff;
  display: flex;
  align-items: center;
  min-height: 100vh;
  flex-direction: column;
  font-weight: normal;
}

h2 {
  margin: 3rem 0;
  font-weight: normal;
  text-transform: uppercase;
}

.border {
  width: 10px;
  background-color: yellow;
  position: fixed;
  top: 0;
  bottom: 0;
  display: inline-block;
  height: 100%;
  z-index: 100;
}

.box {
  margin: auto;
  padding-top: 100px;
}

.singleText {
  margin-left: 30%;
}

.col {
  padding-bottom: 50px;
}

.col {
  padding: 20px;
}

.oneCol {
  width: 25%;
}

.twoCol {
  float: left;
}

.threeCol {
  width: 75%;
}

.full {
  width: 100%;
}

.claim {
  margin-top: 50px;
}

p a {
  text-decoration: underline;
  color: #000;
}

ul li {
  list-style: none;
}
ul.description-listing {
  margin-left: 20px;
}
ul.description-listing li {
  list-style: square;
}

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

nav {
  position: fixed;
  top: 20px;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  display: inline-block;
  z-index: 10;
  border-bottom: 1px solid #000;
  background-color: rgba(255, 255, 255, 0.7);
}

nav a {
  display: block;
  padding: 12px;
  color: #000;
}

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

nav ul {
  display: inline-block;
}

nav ul li {
  text-align: center;
  text-transform: uppercase;
  float: left;
}

a.backtotop {
  position: fixed;
  bottom: 50%;
  right: 5px;
  background-color: #000;
  display: none;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  padding: 8px;
  font-size: 20px;
}

.teas {
  color: yellow;
  text-align: center;
  font-weight: normal;
}

/* ----- CONTACT ------*/
.contactinfo {
  border-bottom: 1px solid #000;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

/* ----- WORK ---------*/
.ds,
.maininfo,
.work {
  display: block;
  overflow: hidden;
  position: relative;
}

.work img {
  width: 100%;
}

.ds {
  width: 50%;
  margin: 0 auto;
  font-size: 16px;
  color: #000;
  background-color: #fff;
  padding: 40px 20px;
}

span.obfuscate {
  unicode-bidi: bidi-override;
  direction: rtl;
}

.mark {
  font-weight: bold;
}

.bold {
  font-weight: bold;
}

.mark:before {
  content: '[ ';
}

.mark:after {
  content: ' ]';
}

.mask {
  padding: 20px;
}

.mask h2 {
  text-transform: uppercase;
}

span.archiv,
span.info,
a.info {
  background-color: #000;
  padding: 2px 4px;
  text-transform: uppercase;
}

span.archiv {
  text-decoration: line-through;
  color: #fff;
}

/* ------ END WORK --------- */
.clearfix:before,
.clearfix:after {
  content: '';
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */
}

.hi {
  color: transparent;
}

.name {
  font-size: 1.3rem;
  margin-top: 20px;
}

.p--item {
  margin-bottom: 34px;
}

.p--item img {
  border: 1px solid #333;
}

.def {
  font-size: 1rem;
  padding: 16px 0;
}

.animated-slides {
  max-height: 500px;
  overflow: hidden;
}

.animated-slides {
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 500px;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
  animation: slide 10s infinite;
}

.overlay {
  color: #fff;
  min-height: 500px;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.2s ease-in-out;
}

@keyframes slide {
  0% {
    opacity: 0;
    background-image: url(ximg/luise/start.webp);
  }

  20% {
    opacity: 1;
    background-image: url(ximg/luise/start.webp);
  }
  25% {
    opacity: 0;
    background-image: url(ximg/luise/start.webp);
  }
  25.1% {
    opacity: 0;
    background-image: url(ximg/luise/about.webp);
  }

  45% {
    opacity: 1;
    background-image: url(ximg/luise/about.webp);
  }
  50% {
    opacity: 0;
    background-image: url(ximg/luise/about.webp);
  }
  50.01% {
    opacity: 0;
    background-image: url(ximg/luise/band1.webp);
  }

  70% {
    opacity: 1;
    background-image: url(ximg/luise/band1.webp);
  }
  75% {
    opacity: 0;
    background-image: url(ximg/luise/band1.webp);
  }

  75.01% {
    opacity: 0;
    background-image: url(ximg/luise/projects.webp);
  }

  95% {
    opacity: 1;
    background-image: url(ximg/luise/projects.webp);
  }
  100% {
    opacity: 0;
    background-image: url(ximg/luise/projects.webp);
  }
}

@media (min-width: 320px) {
  body {
    background-color: #000;
  }

  body:after,
  body:before {
    display: none;
  }

  nav {
    line-height: 12px;
    top: 0;
  }

  .section:before {
    height: 2.2em;
  }

  .box {
    padding-top: 72px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 76%;
    line-height: 2em;
  }

  .vita,
  .maininfo,
  .work {
    border: 1px solid #000;
    margin-bottom: 10px;
    background-color: #fff;
  }

  .twoCol {
    width: 100%;
  }

  .maininfo {
    padding: 20px;
    text-align: center;
  }

  span.archiv,
  span.info,
  a.info {
    position: absolute;
    top: 0;
    right: 0;
  }

  span.info,
  a.info {
    background-color: yellow;
    color: #000;
  }

  .logo {
    width: 9px;
    height: 10px;
  }
}

@media (min-width: 700px) {
  .box {
    width: 90%;
    margin: auto;
  }

  .work {
    width: 47%;
    border: 10px solid rgba(255, 255, 255, 0);
    -webkit-background-clip: padding-box;
    /* for Safari */
    background-clip: padding-box;
    margin-bottom: 0;
    box-sizing: border-box;
  }

  .twoCol {
    width: 40%;
  }

  /*
  #work div.box > *:nth-child(2n+1) {
     float: right;
     background: green;
  }*/
  .logo {
    width: 3vw;
    height: 3vw;
  }
}

/* canvas */
canvas {
  background-color: yellow;
  width: 50px;
  height: 50px;
}

@media (min-width: 1054px) {
  .work {
    width: 48%;
  }

  .contact,
  .vita {
    width: 60%;
    margin: auto;
    padding: 30px 40px;
  }

  .twoCol {
    width: 42%;
  }

  a.backtotop {
    padding: 12px;
    font-size: 1.5em;
  }

  nav {
    border: 0;
    font-size: 2em;
    line-height: 1em;
  }

  .section:before {
    height: 3.9em;
  }

  a.logo {
    height: inherit;
  }
}

@media (min-width: 1200px) {
  .work {
    width: 32%;
  }

  nav {
    border: 0;
    font-size: 3em;
    line-height: 1em;
    border-bottom: 1px solid #000;
    background-color: rgba(255, 255, 255, 0.7);
  }

  a.logo {
    height: 46px;
    width: 20px;
  }

  .box {
    padding-top: 118px;
  }

  .section:before {
    height: 5em;
  }

  .teas {
    font-size: 2em;
  }
}
