:root {
  color-scheme: light;
  --canvas: #f5f6f6;
  --paper: #ffffff;
  --ink: #111820;
  --blue: #07558f;
  --focus: #ffbf47;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--canvas);
  color: var(--ink);
  font-family: "Avenir Next", Avenir, Futura, "Helvetica Neue", sans-serif;
  line-height: 1.6;
}

.prototype-shell {
  width: 100%;
  overflow: hidden;
}

.architects-table {
  position: relative;
  width: min(100%, 54rem);
  max-width: 100vw;
  margin-inline: auto;
  background: var(--paper);
}

.architects-table__image {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.skip-link,
.back-link {
  position: fixed;
  z-index: 20;
  top: 1rem;
  left: 1rem;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
  background: var(--ink);
  color: var(--paper);
  font-weight: 700;
}

.back-link {
  top: 1rem;
}

.skip-link:focus,
.back-link:focus {
  width: auto;
  height: auto;
  max-width: calc(100% - 2rem);
  padding: 0.75rem 1rem;
  overflow: visible;
  clip: auto;
  clip-path: none;
}

.back-link:focus {
  top: 4.5rem;
}

.hotspot {
  position: absolute;
  z-index: 5;
  display: block;
  min-width: 1px;
  min-height: 1px;
  color: transparent;
  text-decoration: none;
}

.hotspot span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.hotspot:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 2px;
  background: rgb(255 191 71 / 14%);
}

.hotspot--logo {
  top: 1.3%;
  left: 5.4%;
  width: 22.5%;
  height: 6.8%;
}

.hotspot--unternehmen {
  top: 2.15%;
  left: 49.2%;
  width: 10.5%;
  height: 2.3%;
}

.hotspot--leistungen {
  top: 2.15%;
  left: 60.5%;
  width: 9.6%;
  height: 2.3%;
}

.hotspot--projekte {
  top: 2.15%;
  left: 71.1%;
  width: 8%;
  height: 2.3%;
}

.hotspot--kontakt {
  top: 2.15%;
  left: 86.4%;
  width: 7.5%;
  height: 2.3%;
}

.hotspot--email {
  top: 86.55%;
  left: 27%;
  width: 38%;
  height: 2.15%;
}

.hotspot--phone {
  top: 89.25%;
  left: 27%;
  width: 34%;
  height: 2.15%;
}

.semantic-transcript,
.semantic-section {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.semantic-transcript {
  inset: 0 auto auto 0;
}

.semantic-section--company {
  top: 8%;
}

.semantic-section--services {
  top: 48%;
}

.semantic-section--projects {
  top: 59%;
}

.semantic-section--contact {
  top: 82%;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

@media (forced-colors: active) {
  .architects-table__image,
  .image-navigation,
  .contact-hotspots {
    display: none;
  }

  .architects-table {
    width: min(100% - 2rem, 48rem);
    padding-block: 2rem;
    background: Canvas;
  }

  .semantic-transcript,
  .semantic-section {
    position: static;
    width: auto;
    height: auto;
    margin-bottom: 2rem;
    overflow: visible;
    clip: auto;
    clip-path: none;
    white-space: normal;
  }
}
