/* **************************************
   HAUPTINDEX * FORMAT * DANIELA JOSS
*************************************** */

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background-color: #1C1C1C;
  color: #8F8F8F;
  font-family: Arial, Verdana, sans-serif;
  overflow-x: hidden;
}

#large {
  max-width: 990px;
  margin: 0 auto;
  padding: 40px;
  background: linear-gradient(
    to right,
    #161616 0%,
    #262626 1%,
    #262626 10%,
    #262626 50%,
    #262626 90%,
    #262626 99%,
    #161616 100%
  );
  border-radius: 6px;
  overflow: hidden;
  box-shadow:
    inset 30px 0 30px -30px rgba(0,0,0,0.20),
    inset -30px 0 30px -30px rgba(0,0,0,0.20),
    0 10px 10px rgba(0,0,0,0.70);
}

h1, h2 { font-weight: normal; }

.seitenkopf {
  margin: 20px 0 40px 0;
  color: #D4D4D4;
  font-family: "Bodoni MT", Georgia, serif;
  font-size: 42px;
  font-variant: small-caps;
  letter-spacing: 2px;
  line-height: 1.1;
  text-align: right;
  text-shadow: 4px 5px 8px rgba(0,0,0,0.70);
  overflow-wrap: break-word;
}

.titel-blau,
.jahrtitel-blau { color: #606D83; }

.punkt {
  padding: 0 6px;
  color: #606D83;
  font-size: 14px;
  vertical-align: middle;
}

.punkt.gross {
  font-size: 40px;
  line-height: 1;
}

.jahrtitel {
  margin: 40px 0 30px 0;
  color: #BFBFBF;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 30px;
  font-variant: small-caps;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 1.1;
  text-align: right;
  text-shadow: 0 1px 2px rgba(0,0,0,0.30);
}

.jahrtitel .punkt { margin-right: 10px; }

.gedankenbild-titel {
  margin-bottom: 10px;
  color: #606D83;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 25px;
  font-variant: small-caps;
  font-weight: 300;
  letter-spacing: 1px;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0,0,0,0.30);
}

.indexbereich {
  display: grid;
  grid-template-columns: 220px minmax(0,1fr);
  gap: 40px;
  align-items: start;
  margin: 40px auto 20px auto;
}

.indexinhalt {
  min-width: 0;
  text-align: center;
}

.jahresnavigation {
  padding: 10px 0;
  text-align: center;
}

.jahresnavigation h2 {
  margin: 22px 0 6px 0;
  color: #606D83;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
  font-variant: small-caps;
  font-weight: 300;
  letter-spacing: 0.04em;
  text-shadow: 0 1px 2px rgba(0,0,0,0.30);
}

.jahresnavigation a {
  display: block;
  padding: 4px 0;
  color: #9A9A9A;
  font-size: 0.95rem;
  letter-spacing: 0.5px;
  line-height: 1.25;
  text-decoration: none;
  transition: color 0.25s ease;
}

.jahresnavigation a:hover,
.jahresnavigation a:focus-visible { color: #BFBFBF; }

.seitenzitat {
  margin: 10px 0 35px 0;
  color: #D2D2D2;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.45);
}

.seitenzitat .quote { color: #606D83; }

.home-link {
  margin-top: 40px;
  text-align: center;
}

.home-link a {
  color: #707070;
  font-size: 13px;
  letter-spacing: 2px;
  text-decoration: none;
}

.home-link a:hover,
.home-link a:focus-visible { color: #BFBFBF; }

.bildkasten {
  width: fit-content;
  max-width: 100%;
  margin: 50px auto;
  padding: 40px;
  background-color: #141414;
  border: 1px solid rgba(96,109,131,0.70);
  text-align: center;
  box-shadow:
    inset 0 0 4px rgba(96,109,131,0.50),
    2px 3px 10px rgba(0,0,0,0.60);
}

.bildkasten img {
  display: block;
  max-width: 100%;
  height: auto;
}

.indexbild {
  margin-top: 0;
  padding: 25px;
}

.einleitungstext {
  max-width: 700px;
  margin: 35px auto;
  color: #8F8F8F;
  font-size: 18px;
  line-height: 1.6;
  text-align: center;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.35);
  overflow-wrap: break-word;
}

.signaturbild {
  display: block;
  width: 306px;
  max-width: 100%;
  height: auto;
  margin: 30px auto 0 auto;
}

.leiste {
  height: 1px;
  margin: 28px auto;
  background-color: #606D83;
  box-shadow: 0 4px 5px #000;
}

.leiste.leiste-footer { margin: 20px auto 25px auto; }

.up-button {
  display: block;
  width: fit-content;
  margin: 40px auto 10px auto;
  padding: 8px 18px;
  color: #B1B1B1;
  background-color: #424A58;
  border: 1px solid rgba(210,220,235,0.35);
  border-radius: 6px;
  font-size: 14px;
  letter-spacing: 1px;
  text-decoration: none;
}

.up-button:hover,
.up-button:focus-visible {
  color: #FFF;
  background-color: #4B5668;
}

.footer {
  margin: 15px 0 0 0;
  color: #9A9A9A;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  text-align: right;
  text-shadow: 0 1px 2px rgba(0,0,0,0.35);
}

@media (max-width: 700px) {
  #large {
    width: 100%;
    max-width: 100%;
    padding: 18px 12px;
    border-radius: 0;
  }

  .seitenkopf {
    margin-bottom: 30px;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 1.2;
    text-align: center;
  }

  .punkt.gross {
    padding: 0 2px;
    font-size: 20px;
  }

  .indexbereich {
    grid-template-columns: 1fr;
    gap: 25px;
    margin-top: 25px;
  }

  .bildkasten {
    width: 100%;
    margin: 25px auto;
    padding: 12px;
  }

  .indexbild { padding: 12px; }

  .jahrtitel {
    font-size: 22px;
    text-align: center;
  }

  .gedankenbild-titel { font-size: 24px; }

  .einleitungstext {
    font-size: 16px;
    line-height: 1.55;
  }

  .seitenzitat { font-size: 22px; }

  .signaturbild { width: 240px; }
}
