@charset "UTF-8";
/* Variables y básicos */
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  overflow-y: scroll;
}

/* Fuentes */
@font-face {
  font-family: 'PPMori';
  src: url('../webfonts/PPMori-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

body {
  margin: 0;
  font-family: 'PPMori', sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.3;
}

.info-text {
  font-family: 'PPMori', sans-serif;
  font-size: clamp(1rem, 4vw, 7rem);
  color: white;
  line-height: 1;
  margin: 0;
  transition: color 1s ease;
}

#numero-mouse,
#date-time {
  margin: 0;
  text-align: right;
}

.show_menu .menu, .filter .menu {
  opacity: 1;
  transition: all 0.6s ease-in-out;
}

.show_menu .agentur, .filter .agentur {
  opacity: 0;
  transition: all 0.6s ease-in-out;
}

figure {
  margin: 0;
  width: 100%;
}

header {
  padding: 0;
  margin: 0;
}

header .agentur, header .menu {
  height: 6vh;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.6s ease-in-out;
}

header .agentur {
  width: 100%;
  text-align: center;
}

header .menu {
  width: 100%;
  opacity: 0;
  position: fixed;
  top: 0;
}

header .agentur1 {
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 2rem;
  text-align: center;
}

header .menu1 {
  width: 100%;
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
  opacity: 0;
  position: fixed;
  top: 0;
}

header nav ul {
  margin: 0;
  padding: 0;
}

header li {
  display: inline;
  margin-left: 3rem;
}

header li:first-child {
  margin-left: 0;
}

header nav li, header .agentur h1 {
  font-weight: normal;
  font-size: 1.5rem;
  padding: 0;
}

header nav li.sel, header .agentur h1 {
  font-weight: bold;
}

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

.home .fullscreen, .interim .fullscreen {
  width: 100vw;
  height: 100vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
}

.home .fullscreen > a, .interim .fullscreen > a {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}

.home article, .interim article {
  position: absolute;
  bottom: 2em;
  font-size: 1.5rem;
  width: 60vw;
  left: 20vw;
}

.home article *, .interim article * {
  text-align: center;
  font-weight: bold;
  color: black;
  font-size: 1.5rem;
}

.home article a, .interim article a {
  border-bottom: 0.15rem solid black;
}

.home article.white *, .interim article.white * {
  color: white;
}

.home article.white a, .interim article.white a {
  border-color: white;
}

.interim {
  font-size: 1.8rem;
  line-height: 1;
}

.interim address {
  position: fixed;
  top: 0.5rem;
  left: 0.5rem;
  font-style: normal;
  z-index: 1000;
  font-size: clamp(1rem, 4vw, 7rem);
  padding: 0;
  line-height: 1;
}

.interim address * {
  transition: 1s ease color;
}

.interim .background--light > * {
  color: black;
}

.interim .background--dark > * {
  color: white;
}

.work {
  max-height: 100vh;
  overflow: hidden;
}

.work .bildcontent {
  height: 82vh;
  width: 90vw;
  margin: 0 auto;
  text-align: center;
}

.work .passepartout {
  height: 62vh;
  width: 70vw;
  margin: 10vh 10vw;
  display: inline-block;
}

.work .bildcontent_left {
  height: inherit;
  width: 43vw;
  margin-right: 2vw;
  float: left;
  text-align: center;
}

.work .bildcontent_right {
  height: inherit;
  width: 43vw;
  margin-left: 2vw;
  float: left;
  text-align: center;
}

.work .hintergrundbild {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.work .legende {
  width: 80%;
  text-align: left;
  height: 10vh;
  position: relative;
  margin: 2vh auto 0 auto;
}

.work .legende > * {
  display: inline;
}

.work p {
  font-size: 1.5rem;
  padding: 0;
  margin: 0;
}

.work a.weiter, .work a.zurueck {
  width: 48%;
  height: 100%;
  display: block;
  float: left;
  z-index: 100;
  cursor: w-resize;
}

.work a.weiter {
  float: right;
  cursor: e-resize;
}

article.auflistung {
  width: 80vw;
  margin: 0 auto;
}

.auflistung h2 {
  width: 19.5vw;
  height: 10vw;
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
  font-size: 2.2vw;
  line-height: 1.2;
  text-align: center;
  padding: 0 0.5em;
  background-image: url("../interim.html");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 0 0;
  transition: 0.1s all ease-out;
}

.auflistung h2:hover {
  background-size: 45% 45%;
}

.auflistung.col5 h2, .auflistung.col4 h2, .auflistung.col3 h2, .auflistung.col2 h2 {
  padding: 0 2rem;
  height: 18vh;
}

.auflistung.col5 h2 {
  width: 16vw;
  font-size: 1.36vw;
}

.auflistung.col4 h2 {
  width: 20vw;
  font-size: 1.7vw;
}

.auflistung.col3 h2 {
  width: 26.6vw;
  font-size: 2.26vw;
}

.auflistung.col2 h2 {
  width: 40vw;
  font-size: 3.2vw;
}

/* Responsive: 30% más grande para pantallas pequeñas */
@media screen and (max-width: 700px) {
  .info-text {
    font-size: 4.3vw !important;
  }
}

@media screen and (min-width: 1300px) {
  html {
    font-size: 72.5%;
  }
}

@media screen and (min-width: 1800px) {
  html {
    font-size: 80%;
  }
}

@media screen and (min-width: 2000px) {
  html {
    font-size: 92%;
  }

  .bildcontent {
    height: 80vh !important;
  }
}

a {
  color: white;
}

.background--light .info-text {
  color: black;
}

.background--dark .info-text {
  color: white;
}