header.siteheader {
  top: 0;
  left: 0;
  right: calc(100% - 100vw);
  position: fixed;
  height: 44px;
  background: linear-gradient(#c06517 0%, #633611 100%);
  z-index: 2; }
  header.siteheader h1 {
    background: linear-gradient(#e57e25 0%, #8f4e18 100%);
    height: 34px;
    max-width: 820px;
    flex-direction: row;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 2px 71px 8px;
    position: relative;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    letter-spacing: 0.1em; }
    @media (max-width: 800px) {
      header.siteheader h1 {
        padding: 2px 1px 8px;
        border-top-left-radius: 0;
        border-top-right-radius: 0; } }
    header.siteheader h1 a#hamburger {
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      color: #eee;
      font-size: 30px;
      overflow: hidden;
      flex-shrink: 0;
      transition: color 0.3s;
      margin-top: 7px;
      margin-right: 10px;
      cursor: pointer;
      filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.2)); }
    header.siteheader h1 div {
      transition: all 0.3s;
      max-width: 200vw;
      width: 200vw;
      margin-left: 10px; }
      header.siteheader h1 div span {
        color: #eee; }
      header.siteheader h1 div span.light {
        opacity: 0.5; }
        @media screen and (max-width: 450px) {
          header.siteheader h1 div span.light {
            font-size-adjust: 0.5; } }
        @media screen and (max-width: 415px) {
          header.siteheader h1 div span.light {
            display: none; } }
    header.siteheader h1 nav.mainmenu {
      position: absolute;
      top: 44px;
      display: block;
      right: -7px;
      padding: 0;
      font-size: 20px;
      page-break-after: always;
      z-index: 1;
      transition: all 0.05s;
      cursor: pointer;
      letter-spacing: 0.09em;
      display: grid;
      grid-template-rows: 0fr; }
      header.siteheader h1 nav.mainmenu.menuactive {
        grid-template-rows: 1fr; }
      header.siteheader h1 nav.mainmenu ul {
        list-style-type: none;
        display: flex;
        margin: 0;
        padding: 0;
        flex-direction: column;
        flex-wrap: wrap;
        transition: all 0.3s;
        overflow: hidden; }
        header.siteheader h1 nav.mainmenu ul li a {
          font-family: "Ubuntu", sans-serif;
          display: inline-flex;
          padding: 10px 15px 10px 25px;
          width: 100px;
          height: 28px;
          margin-right: 15px;
          transition: all 0.3s;
          font-size: 20px;
          background: linear-gradient(#8f4e18 0%, #804616 100%) !important;
          color: #f2f2f2 !important; }
        header.siteheader h1 nav.mainmenu ul li:last-of-type a {
          border-bottom-left-radius: 5px;
          border-bottom-right-radius: 5px; }

footer.sitefooter {
  font-size: 13px;
  text-align: center;
  position: fixed;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 8px;
  padding-top: 167px;
  bottom: 0;
  left: 0;
  right: 0;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  color: #555555;
  z-index: -1;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.15)); }

article.blog-entry, article.blog-extracts {
  margin-bottom: 15px; }
  article.blog-entry footer, article.blog-extracts footer {
    color: #555555;
    border-top: 1px dotted #522d0e;
    padding-top: 2px;
    font-size: 14px; }
    article.blog-entry footer span.date, article.blog-entry footer span.author, article.blog-extracts footer span.date, article.blog-extracts footer span.author {
      margin-right: 20px; }
    article.blog-entry footer span.tag:after, article.blog-extracts footer span.tag:after {
      content: ", "; }
    article.blog-entry footer span.tag:last-child:after, article.blog-extracts footer span.tag:last-child:after {
      content: ""; }

article.blog-extracts a#rss {
  float: right; }
  article.blog-extracts a#rss img {
    height: 45px; }
article.blog-extracts div.tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: -8px; }
  article.blog-extracts div.tags div.tag {
    cursor: pointer;
    max-width: 100%;
    min-width: 60px;
    text-align: center;
    transition: all 0.2s;
    margin: 3px 5px;
    border: 1px solid black;
    border-radius: 5px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.08);
    padding: 2px 15px;
    font-size: 16px;
    letter-spacing: 0.02em; }
    article.blog-extracts div.tags div.tag.date {
      font-style: italic;
      color: #444;
      background: #eee; }
    article.blog-extracts div.tags div.tag.subject {
      border-color: black;
      color: black; }
    article.blog-extracts div.tags div.tag.active {
      background: #a7a7ed; }
    article.blog-extracts div.tags div.tag:hover {
      box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.38);
      color: black; }
    article.blog-extracts div.tags div.tag.hidden {
      max-width: 0;
      min-width: 0;
      padding: 0;
      margin: 0;
      border: none;
      overflow: hidden; }
article.blog-extracts footer {
  color: #555555; }
  article.blog-extracts footer span.tag:hover {
    color: #19197c;
    cursor: pointer;
    text-shadow: 1px 1px rgba(25, 25, 124, 0.2);
    transition: text-shadow 0.1s; }
article.blog-extracts article.blog-extract {
  margin-left: auto;
  margin-right: auto;
  margin-top: 55px;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.02), -2px -2px 2px rgba(255, 255, 255, 0.5);
  border-radius: 7px;
  max-height: 100%;
  transition: all 0.2s; }
  article.blog-extracts article.blog-extract.hidden {
    max-height: 0;
    margin-top: 0;
    overflow: hidden; }
  article.blog-extracts article.blog-extract header h2 {
    font-size: 21px;
    margin-bottom: 10px; }
    article.blog-extracts article.blog-extract header h2:hover {
      cursor: pointer;
      color: #19197c;
      text-shadow: 1px 1px rgba(25, 25, 124, 0.2);
      transition: text-shadow 0.1s, color 0.1s; }
  article.blog-extracts article.blog-extract p {
    margin-top: 10px;
    margin-bottom: 10px; }
    article.blog-extracts article.blog-extract p a.blog-link-text {
      text-decoration: none;
      font-family: Arial, sans-serif;
      color: #333333;
      text-shadow: none;
      transition: nonw; }
      article.blog-extracts article.blog-extract p a.blog-link-text:hover {
        cursor: pointer;
        color: #19197c;
        text-shadow: 1px 1px rgba(25, 25, 124, 0.2);
        transition: text-shadow 0.1s, color 0.1s; }

article.gallery-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: start;
  line-height: 0; }
  article.gallery-list picture {
    box-shadow: 1px 1px 4px 2px rgba(0, 0, 0, 0.085);
    box-sizing: border-box;
    transition: box-shadow ease-in-out 100ms; }
    article.gallery-list picture:hover {
      box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.315); }
    article.gallery-list picture img {
      background: rgba(0, 0, 0, 0.1);
      cursor: pointer; }

div.gallery-outer {
  position: fixed;
  top: 0;
  bottom: 0;
  background-color: black;
  overflow-x: hidden;
  padding-left: 100vw;
  padding-right: 100vw;
  margin-left: -100vw;
  margin-right: -100vw; }

div.gallery-navigation {
  display: flex;
  flex-direction: row;
  position: fixed;
  top: 10px;
  right: 17px; }
  div.gallery-navigation div {
    margin-left: 40px;
    cursor: pointer; }
  div.gallery-navigation polygon.gallery, div.gallery-navigation svg.fs-box {
    fill: #aaaaaa;
    opacity: 0.5; }

div.gallery-textbox {
  position: fixed;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.3), -1px -1px rgba(255, 255, 255, 0.3);
  top: 40px;
  left: 10px; }
  div.gallery-textbox div.title {
    color: rgba(230, 230, 230, 0.5); }
  div.gallery-textbox div.desc {
    color: rgba(200, 200, 200, 0.5); }

div.gallery-exifbox {
  font-size: 10px;
  position: fixed;
  bottom: 2px;
  left: 2px;
  color: rgba(200, 200, 200, 0.8); }

div.gallery-number {
  position: fixed;
  top: 8px;
  left: 10px;
  color: rgba(200, 200, 200, 0.5);
  text-shadow: 1px 1px rgba(0, 0, 0, 0.3), -1px -1px rgba(255, 255, 255, 0.3); }

div.gallery-span {
  display: flex;
  flex-direction: row;
  overflow-x: hidden;
  height: 100%; }
  div.gallery-span div.gallery-image {
    margin: auto 300px auto auto;
    width: 100vw;
    height: 100vh;
    position: relative; }
    div.gallery-span div.gallery-image img {
      position: absolute;
      user-select: none;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      display: inline-block;
      max-width: 100%;
      max-height: 100%;
      margin: auto; }

img.image {
  max-width: 100%; }

.link_place_holder {
  font-style: italic;
  color: #777;
  position: relative;
  display: inline-block; }
  .link_place_holder::after {
    transition: opacity 0.4s;
    visibility: hidden;
    opacity: 0;
    background: white;
    content: "Placeholder for link";
    display: inline-block;
    border: 1px solid #777;
    border-radius: 7px;
    position: absolute;
    padding: 2px 10px;
    bottom: 0;
    left: 0;
    z-index: 1;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2); }
  .link_place_holder:hover::after {
    opacity: 1;
    visibility: visible; }

h3.filetitle {
  display: inline;
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: 0.2em;
  color: #3f3f3f;
  padding: 2px 10px 50px;
  border-top: 1px solid #3f3f3f;
  border-left: 1px solid #3f3f3f;
  border-right: 1px solid #3f3f3f;
  border-radius: 4px 4px 0 0; }

div.code a.filename {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 17px;
  border: solid #3f3f3f;
  border-width: 1px 1px 0 1px;
  border-radius: 4px 4px 0 0;
  font-size: 16px;
  padding-bottom: 4px;
  font-style: normal;
  color: #3f3f3f; }
div.code pre {
  margin-top: -2px; }
  div.code pre code.highlight {
    border-radius: 0 4px 4px 4px;
    font-size: 17px; }

article.zone {
  padding-bottom: 20px; }
  article.zone div.zone {
    display: flex;
    flex-flow: row wrap;
    gap: 20px;
    margin-left: auto;
    margin-right: auto; }
  article.zone input.zone-password {
    font-size: 20px;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 5px; }
  article.zone input.zone-submit {
    font-size: 18px;
    border: none;
    border-radius: 5px;
    padding-left: 25px;
    padding-right: 25px;
    color: #eee;
    background: linear-gradient(#e57e25 0%, #8f4e18 100%); }

html {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  position: relative;
  top: 0;
  bottom: 0;
  height: 100%; }

body {
  font-family: Roboto, sans-serif;
  font-size: 21px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  word-spacing: 0.04em;
  background: #eee;
  padding-left: calc(100vw - 100%);
  min-width: 320px;
  min-height: 100vh;
  position: absolute;
  margin: 0;
  top: 0;
  left: 0;
  right: 0; }

h1, h2, h3 {
  font-family: "Ubuntu", sans-serif;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  color: #522d0e;
  line-height: 1;
  text-align: start;
  font-weight: bolder;
  letter-spacing: 0.05em; }

h1 {
  font-size: 37px; }

a {
  text-decoration: none;
  font-family: "Ubuntu", sans-serif;
  color: #19197c;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  transition: text-shadow 0.1s; }
  a:hover {
    cursor: pointer;
    text-shadow: 1px 1px rgba(25, 25, 124, 0.5); }

em {
  font-weight: bold; }

main {
  display: block;
  background: #fafafa;
  box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.16);
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  margin: 0 auto 55px;
  padding: 60px 80px 30px;
  z-index: 0;
  max-width: 800px;
  min-height: 13vh;
  transition: height 0.2s, min-height 0.2s; }
  @media (max-width: 800px) {
    main {
      padding: 40px 10px 20px;
      min-height: 1vh; } }

#svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  z-index: -100; }

article.error {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 120px; }
  article.error h1 {
    text-align: center;
    color: red;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3); }
  article.error div.reason {
    color: rgba(0, 0, 0, 0.5); }

div.paragraph {
  margin: 33px auto; }
