/* *****************************************
   GEDANKENBILDER * FORMAT * DANIELA JOSS
***************************************** */

/* Grundregeln */
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

img {
  max-width: 100%;
  height: auto;
}

/* Hauptkasten */
#large {
  max-width: 990px;
  margin: 0 auto;
  padding: 40px;
  overflow: hidden;
  border-radius: 6px;

  background: linear-gradient(
    to right,
    #161616 0%,
    #262626 1%,
    #262626 10%,
    #262626 50%,
    #262626 90%,
    #262626 99%,
    #161616 100%
  );

  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);
}

/* Seitentitel */
h1,
h2 {
  font-weight: normal;
}

.seitenkopf {
  margin: 20px 0 40px;
  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,
.gedankenbild-titel {
  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;
  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;
}

.widmung {
  margin: 40px 0 50px;
  color: #bababa;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-variant: small-caps;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 1.4;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.30);
}

/* Startbild */
.bildkasten {
  width: fit-content;
  max-width: 100%;
  margin: 50px auto;
  padding: 40px;
  border: 1px solid rgba(96, 109, 131, 0.70);
  background-color: #141414;
  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;
}

/* Optionaler Einleitungstext */
.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;
}

.textlink {
  color: #606d83;
  text-decoration: none;
  transition: color 0.25s ease;
}

.textlink:hover,
.textlink:focus-visible {
  color: #8ea0bf;
}

/* Einzelne Gedankenbilder */
.gedankenbild {
  margin: 50px auto;
  text-align: center;
}

.gedankenbild-titel {
  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);
}

.gedankenbild img {
  display: block;
  margin: 0 auto;
}

.gedanken-text {
  max-width: 700px;
  margin: 20px auto 0;
  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;
}

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

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

/* Schlussbereich und Seitennavigation */
.seitenlinks {
  margin: 55px auto 35px;
  text-align: center;
}

.link-navigation {
  display: block;
  width: fit-content;
  margin: 6px auto;
  color: #606d83;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.3px;
  text-decoration: none;
  transition: color 0.25s ease;
}

.link-navigation:hover,
.link-navigation:focus-visible {
  color: #8ea0bf;
}

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

.up-button {
  display: block;
  width: fit-content;
  margin: 40px auto 10px;
  padding: 8px 18px;
  border: 1px solid rgba(210, 220, 235, 0.35);
  border-radius: 6px;
  background-color: #424a58;
  color: #b1b1b1;
  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;
  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);
}

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

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

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

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

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

  .widmung {
    font-size: 20px;
  }

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

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

  .signaturbild {
    width: 240px;
  }
}
