* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  min-height: 100%;
  background: #050505;
}

.start-page {
  position: relative;
  width: 100%;
  max-width: 1536px;
  margin: 0 auto;
  background: #050505;
}

.start-image {
  display: block;
  width: 100%;
  height: auto;
}

.hotspot {
  position: absolute;
  display: block;
  z-index: 10;
  text-decoration: none;
}

/* Navigation oben */
.home {
  left: 27.5%;
  top: 7.6%;
  width: 4.6%;
  height: 3%;
}

.collections {
  left: 32.8%;
  top: 7.6%;
  width: 8.8%;
  height: 3%;
}

.about {
  left: 42.8%;
  top: 7.6%;
  width: 7.5%;
  height: 3%;
}

.story {
  left: 51.2%;
  top: 7.6%;
  width: 6.8%;
  height: 3%;
}

.lookbook {
  left: 58.2%;
  top: 7.6%;
  width: 7.2%;
  height: 3%;
}

.contact {
  left: 65.8%;
  top: 7.6%;
  width: 6.6%;
  height: 3%;
}

/* Hauptbuttons */
.shop-main {
  left: 9.1%;
  top: 49.6%;
  width: 14.8%;
  height: 4.1%;
}

.our-story {
  left: 25%;
  top: 49.6%;
  width: 11.1%;
  height: 4.1%;
}

/* Untere Kacheln */
.women {
  left: 6.5%;
  top: 78.8%;
  width: 9.1%;
  height: 4.8%;
}

.men {
  left: 26%;
  top: 78.8%;
  width: 8.2%;
  height: 4.8%;
}

.fabrics {
  left: 46%;
  top: 78.8%;
  width: 9.8%;
  height: 4.8%;
}

.accessories {
  left: 65%;
  top: 78.8%;
  width: 9.8%;
  height: 4.8%;
}

.lifestyle {
  left: 84%;
  top: 78.8%;
  width: 9.8%;
  height: 4.8%;
}

/* Testanzeige beim Überfahren */
.hotspot:hover {
  outline: 2px solid rgba(255,255,255,0.65);
}

/* Handy */
@media (max-width: 768px) {
  .start-page {
    width: 100%;
    overflow-x: auto;
  }

  .start-image {
    width: 1536px;
    max-width: none;
  }
}