body {
  font: 600 1.125em/1.38 'Open Sans';
  color: rgb(0, 0, 0);
}

.auge {
  display: block;
  position: absolute;
  top: 90px;
  left: 25%;
  z-index: 4;
  width: 7.6666666666%;
  height: auto;
  overflow: hidden;
}

.chameleonwrapper {
  position: absolute;
  top: 57px;
  left: 0;
  right: 0;
  z-index: 3;
  width: 100%;
  height: 200px;
  margin: 0 auto;
  background-image: url('../images/chameleon%20weiss.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 10%;
  overflow: hidden;
}

.colorwrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 2000px;
  height: 1500px;
  overflow: hidden;
}

.designcontainer {
  position: absolute;
  top: 180px;
  left: 0;
  right: 0;
  z-index: 7;
  width: 300px;
  height: 300px;
  margin: 0 auto;
}

.farbfeld {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
  width: 42%;
  height: 73px;
  overflow: hidden;
}

.logocontainer {
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  z-index: 10;
  width: 300px;
  height: 83px;
  margin: 0 auto;
}

.logotext {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  width: 100%;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
}

.name {
  position: absolute;
  top: 510px;
  left: 0;
  right: 0;
  z-index: 11;
  width: 400px;
  margin: 0 auto;
  font-size: 1em;
  text-align: center;
  letter-spacing: 4px;
  color: rgb(0, 0, 0);
}

.print_x {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 50%;
  height: 300px;
  background-image: none;
  background-size: auto auto;
  background-position: left top;
}

.print_x:hover {
  background-image: url('../images/print_x.svg');
  background-repeat: no-repeat;
  background-size: contain;
}

.printdes {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 50%;
  height: auto;
  overflow: hidden;
}

.web_x {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 6;
  width: 150px;
  height: 300px;
  background-image: none;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left top;
}

.web_x:hover {
  background-image: url('../images/web_x2.svg');
}

.webign {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 50%;
  height: auto;
  overflow: hidden;
}

@media(max-width: 600px) {
  body {
    font-size: 0.875em;
  }

  .designcontainer {
    top: 150px;
    left: 0;
    right: 0;
    width: 250px;
    height: 250px;
    margin-right: auto;
    margin-left: auto;
  }

  .designcontainer .auge {
    top: 83px;
    height: auto;
  }

  .designcontainer .chameleonwrapper {
    left: 0;
    right: 0;
    height: 168px;
    margin-right: auto;
    margin-left: auto;
  }

  .designcontainer .print_x {
    height: 250px;
  }

  .designcontainer .web_x {
    width: 125px;
    height: 250px;
  }

  .designcontainer .printdes,
  .designcontainer .webign {
    height: auto;
  }

  .logocontainer {
    left: 0;
    right: 0;
    width: 250px;
    height: 73px;
    margin-right: auto;
    margin-left: auto;
  }

  .logocontainer .logotext {
    left: 0;
    right: 0;
    height: auto;
    margin-right: auto;
    margin-left: auto;
  }

  .name {
    top: 440px;
    left: 0;
    right: 0;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    font-size: 14px;
  }
}

@media(max-width: 300px) {
  body {
    font-size: 0.75em;
  }

  .designcontainer {
    top: 120px;
    left: 0;
    right: 0;
    width: 200px;
    height: 200px;
    margin-right: auto;
    margin-left: auto;
  }

  .designcontainer .auge {
    top: 66px;
    height: auto;
  }

  .designcontainer .chameleonwrapper {
    top: 45px;
    left: 0;
    right: 0;
    height: 132px;
    margin-right: auto;
    margin-left: auto;
  }

  .designcontainer .print_x {
    height: 200px;
  }

  .designcontainer .web_x {
    width: 100px;
    height: 200px;
  }

  .designcontainer .printdes,
  .designcontainer .webign {
    height: auto;
  }

  .logocontainer {
    top: 40px;
    left: 0;
    right: 0;
    width: 200px;
    height: 58px;
    margin-right: auto;
    margin-left: auto;
  }

  .logocontainer .farbfeld {
    height: 50px;
  }

  .logocontainer .logotext {
    left: 0;
    right: 0;
    height: auto;
    margin-right: auto;
    margin-left: auto;
  }

  .name {
    top: 350px;
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
    font-size: 12px;
    letter-spacing: 3px;
  }
}