/* **********************************************************
   DIGITALPAINTING GALERIE * FORMAT * DANIELA JOSS
*********************************************************** */


/* **********************************************************
   GRUNDREGELN
*********************************************************** */

* {
  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;
}


/* **********************************************************
   HAUPTKASTEN
*********************************************************** */

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


/* **********************************************************
   SEITENKOPF UND TITEL
*********************************************************** */

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


/* **********************************************************
   STARTBILD
*********************************************************** */

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


/* **********************************************************
   EINLEITUNG
*********************************************************** */

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


/* **********************************************************
   DIGITALPAINTING WERKE
*********************************************************** */

.digitalpaintingblock {
  margin: 55px auto 70px auto;
}

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

.digitalpaintingbild {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.digitalpaintingtext {
  max-width: 800px;
  margin: 20px auto 0 auto;

  color: #8F8F8F;
  font-size: 18px;
  line-height: 1.45;
  text-align: center;

  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.35);
  overflow-wrap: break-word;
}


/* **********************************************************
   SCHLUSSBEREICH
*********************************************************** */

.schlussbereich {
  text-align: center;
}

.seitenlinks {
  margin: 55px auto 35px auto;
  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%;
  height: auto;
  margin: 30px auto 0 auto;
}


/* **********************************************************
   TRENNER
*********************************************************** */

.leiste {
  height: 1px;
  margin: 28px auto;

  background-color: #606D83;
  box-shadow: 0 4px 5px #000;
}

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


/* **********************************************************
   NACH OBEN BUTTON
*********************************************************** */

.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
*********************************************************** */

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


/* **********************************************************
   HANDY
*********************************************************** */

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

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

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

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

  .digitalpaintingtitel {
    font-size: 24px;
  }

  .signaturbild {
    width: 240px;
  }
}
