/* Exact source: H:/TRANSFER/Mauth App V01 - DL5/staging/starter/styles.css
   Header markup and Bootstrap typography come from the original common shell.
   At the reference viewport 1080x1920: heading x=80, y=80, 76.8px/86.4px.
   Decorative layers never participate in pointer hit testing. */
body {
  background: #dbdbdb;
}
.app-shell {
  position: relative;
  isolation: isolate;
  max-width: none;
  height: 100dvh;
  min-height: 620px;
  grid-template-rows: 16% 74.25% .75% 9%;
  background: linear-gradient(180deg, rgba(148,148,148,1) 0%, rgba(255,255,255,1) 49%, rgba(255,255,255,1) 61%, rgba(219,219,219,1) 90%, rgba(219,219,219,1) 100%);
}
.app-background-single, .app-background-lines {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-repeat: no-repeat;
  z-index: 0;
}
.app-background-single {
  background-position: 110% 1%;
  background-size: 52%;
  background-image: url('../img/single_bg.png');
}
.app-background-lines {
  background-image: url('../img/bg_lines.png');
  background-position: 420% -460px;
  opacity: .8;
  z-index: 1;
}
.app-header {
  display: block;
  position: relative;
  z-index: 5;
  height: 100%;
  color: #212529;
}
.app-header h1 {
  margin: 0 0 .5rem;
  font-family: var(--bs-font-sans-serif);
  font-size: 4.8rem;
  line-height: 1.125;
  font-weight: 500;
  letter-spacing: normal;
}
.app-main {
  position: relative;
  z-index: 5;
  padding: 80px;
  gap: 24px;
}
.language-switch {
  position: absolute;
  top: 50px;
  right: 80px;
  margin: 0;
  z-index: 10;
}
.app-spectrum {
  position: relative;
  z-index: 10;
  height: 100%;
  background-image: url('../img/farbige_linie.png');
  background-size: cover;
  background-repeat: no-repeat;
}
.app-footer {
  position: relative;
  z-index: 5;
  height: 100%;
  border: 0;
  border-image: none;
  display: block;
  text-align: center;
  background: #006fd6;
}
.app-footer img {
  width: 420px;
  height: auto;
  max-height: none;
}
body[data-mode="web-vorschau"] .app-shell {
  height: auto;
  min-height: 100dvh;
  grid-template-rows: 360px minmax(0, 1fr) 12px 172px;
}
body[data-mode="web-vorschau"] .app-main { padding-top: 32px; }
body[data-mode="web-vorschau"] .page-content { overflow: visible; }
@media (max-height: 1000px) and (min-width: 801px) {
  body[data-mode="messe"] .app-shell { min-height: 1500px; grid-template-rows: 360px minmax(0, 1fr) 12px 172px; }
  body[data-mode="messe"] .app-main { padding-top: 32px; }
}
@media (max-width: 800px) {
  .app-shell { height: auto; min-height: 100dvh; grid-template-rows: 175px 1fr 10px 105px; }
  body[data-mode="web-vorschau"] .app-shell { grid-template-rows: 175px 1fr 10px 105px; }
  .app-header { padding: 24px !important; }
  .app-header h1 { font-size: 38px; }
  .app-main { padding: 16px 20px 28px; }
  .language-switch { top: 24px; right: 24px; }
  .app-footer { padding: 30px !important; }
  .app-footer img { width: min(300px, 80%); }
}
