@charset "UTF-8";
/*! modern-normalize v1.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
/*
Document
========
*/
/**
Use a better box model (opinionated).
*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/**
Use a more readable tab size (opinionated).
*/
:root {
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/*
Sections
========
*/
/**
Remove the margin in all browsers.
*/
body {
  margin: 0;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/
body {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
}

/*
Grouping content
================
*/
/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
}

/*
Text-level semantics
====================
*/
/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}

/**
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
Tabular data
============
*/
/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
}

/*
Forms
=====
*/
/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
Remove the inheritance of text transform in Edge and Firefox.
1. Remove the inheritance of text transform in Firefox.
*/
button,
select { /* 1 */
  text-transform: none;
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
Remove the inner border and padding in Firefox.
*/
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
Restore the focus styles unset by the previous rule.
*/
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/
:-moz-ui-invalid {
  box-shadow: none;
}

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/
legend {
  padding: 0;
}

/**
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Interactive
===========
*/
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}

* {
  position: relative;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

table.tableFormat_1 {
  margin: 0.5em 0;
}
table.tableFormat_1 th, table.tableFormat_1 td {
  padding: 0.2em 1em;
}

.iframe-container {
  padding-bottom: 56.25%;
  width: 100%;
}
.iframe-container iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}

input[type=checkbox].normalsize {
  width: 1em;
  height: 1em;
}

.clsBtnCloseDialog {
  width: 1em;
  height: 1em;
  cursor: pointer;
  text-decoration: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 2em;
  height: 2em;
}
.clsBtnCloseDialog::before {
  content: "╳";
}
.clsBtnCloseDialog:hover, .clsBtnCloseDialog:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: rgb(80, 80, 80);
}

:root {
  --color-shadow: rgba(0,0,0,20);
}

:root {
  --color-dark: darkslategray;
  --color-bright: aquamarine;
  --color-text-normal: var(--color-bright);
  --color-background: var(--color-dark);
  --color-shadow: rgba(0,0,0,20);
  --color-background-transparent: rgba(47, 79, 79, 0.5);
  --color-selected: dimgray;
  --color-selected-bright: azure;
  --color-yellow: #f6b600;
  --color-accent: var(--color-yellow);
}

body {
  font-family: Arial, sans-serif;
  color: var(--color-text-normal);
  background-color: var(--color-background);
  width: 100%;
  min-height: 100vh;
}

a {
  color: var(--color-text-normal);
}

.flip_color {
  color: var(--color-background);
}
.flip_color:hover, .flip_color:focus {
  color: var(--color-text-normal);
  background-color: var(--color-selected);
}

.active:hover, .active:focus,
a:hover,
a:focus {
  background-color: var(--color-selected);
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.button, button {
  background-color: transparent;
  border-radius: 0.5em;
  border: outset 5px var(--color-background);
  margin: 0.25em;
  -webkit-transition-property: -webkit-box-shadow, -webkit-transform;
  transition-property: -webkit-box-shadow, -webkit-transform;
  transition-property: box-shadow, transform;
  transition-property: box-shadow, transform, -webkit-box-shadow, -webkit-transform;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  font-size: 1.2rem;
  padding: 0.25em 0.15em;
}
.button:hover, .button:focus, .button:active, button:hover, button:focus, button:active {
  -webkit-box-shadow: 0.1em 0.5em 20px var(--color-shadow);
          box-shadow: 0.1em 0.5em 20px var(--color-shadow);
  -webkit-transform: scale(1);
          transform: scale(1);
  z-index: 2;
}

.tooltip {
  text-decoration: underline;
}

.menu {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.menu::-webkit-scrollbar {
  display: none;
}

.menu {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  max-height: calc(100vh - 1em);
  overflow: scroll;
}

main {
  width: 100%;
  padding-bottom: 1em;
}

header {
  font-size: 1.728rem;
  background-color: var(--color-background, darkslategray);
  padding-left: 0.1em;
  z-index: 2;
}

body.overlay {
  display: block;
}
body.overlay header {
  position: fixed;
  top: 0;
  left: 0;
}

@media screen and (orientation: landscape) {
  body, body.overlay {
    display: grid;
    grid-template-areas: "header main" "header footer";
    grid-template-columns: auto 1fr;
    grid-template-rows: 1fr auto;
    justify-items: center;
  }
  body header, body.overlay header {
    grid-area: header;
  }
  body main, body.overlay main {
    grid-area: main;
  }
  body footer, body.overlay footer {
    grid-area: footer;
  }
}
blockquote {
  margin-left: 3em;
  font-style: italic;
  font-weight: 600;
}

figure.quote {
  clear: both;
}
figure.quote > blockquote {
  padding-bottom: 0px;
  margin-bottom: 0px;
}
figure.quote > figcaption {
  text-align: right;
  padding-left: 4em;
}

figure.sound {
  clear: both;
}

div.top-of-page {
  margin-top: 1em;
  margin-bottom: 1em;
}

.without_bottom {
  margin-bottom: 0;
}

summary:hover {
  cursor: pointer;
}

button.top-of-page {
  background-color: white;
  opacity: 0.8;
  display: block;
}

.invert_background {
  color: var(--color-background);
  background-color: var(--color-text-normal);
}

.eye_catcher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 0.25em;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  background-color: var(--color-yellow);
  color: var(--color-dark);
  font-size: 1.2rem;
  padding-left: 0.5em;
  padding-right: 0.5em;
  text-decoration: none;
  border-radius: 0.4em;
}
.eye_catcher:hover, .eye_catcher:focus {
  background-color: var(--color-bright);
  outline-color: var(--color-yellow);
  outline-width: 2px;
  outline-style: solid;
  outline-offset: 0.1em;
}

header {
  padding: 0;
}

.toolbar {
  font-size: 2.48832rem;
  line-height: 0;
}
.toolbar__change-fontsize {
  margin-left: min(0.5em, 10px);
}
.toolbar__icons.visible {
  display: inline-block;
}
.toolbar svg {
  width: 1em;
  height: 1em;
}

.burger-container {
  display: inline-block;
  width: 1em;
  height: 1em;
}
.burger-container .burger__symbol,
.burger-container input {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}
.burger-container input[type=checkbox] {
  z-index: 2;
  opacity: 0;
}

.toggled-by-burger {
  display: none;
}

nav.visible {
  display: inline-block;
  padding-right: 0.5em;
  z-index: 2;
  border-top: 1px solid var(--color-text-normal);
}
nav.visible summary {
  cursor: pointer;
}
nav.visible summary:focus {
  outline: none;
}
nav.visible a {
  display: block;
  text-decoration: none;
  color: var(--textcolor);
}
nav.visible > a {
  padding-left: 1em;
}
nav.visible details > a {
  padding-left: 2em;
}
nav.visible > details {
  padding-left: 0em;
}
nav.visible > details details {
  padding-left: 1em;
}

figure > img {
  max-width: 100%;
  max-height: 100%;
  border-style: outset;
  border-color: silver;
  border-width: 5px;
  -o-object-fit: contain;
     object-fit: contain;
}
figure > figcaption {
  font-weight: bold;
  text-align: center;
  margin-bottom: 1em;
}

figure.sound {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
figure.sound > figcaption {
  margin: 0;
  padding-right: 1em;
}

figure.float {
  max-width: 50%;
  clear: both;
  margin: 0;
  padding: 0;
  padding-top: 1em;
}
figure.float:nth-of-type(odd) {
  float: right;
  padding-left: 1em;
}
figure.float:nth-of-type(even) {
  float: left;
  padding-right: 1em;
}

.galleries__headline {
  text-align: center;
}

.galleries__container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-template-rows: repeat(auto-fill, minmax(200px, 1fr));
  gap: 10px;
  padding-right: 10px;
}
.galleries__container a {
  color: var(--color-text-normal);
  text-decoration: none;
}
.galleries__container a:hover, .galleries__container a:focus {
  background-color: transparent;
}
.galleries__container figure {
  width: 100%;
  height: 100%;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-transition-property: -webkit-box-shadow, -webkit-transform;
  transition-property: -webkit-box-shadow, -webkit-transform;
  transition-property: box-shadow, transform;
  transition-property: box-shadow, transform, -webkit-box-shadow, -webkit-transform;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.galleries__container figure:hover, .galleries__container figure:focus, .galleries__container figure:active {
  -webkit-box-shadow: 15px 15px 20px var(--color-shadow);
          box-shadow: 15px 15px 20px var(--color-shadow);
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  z-index: 2;
}
.galleries__container figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}
.galleries__container figure figcaption {
  text-align: center;
  font-size: 1.44rem;
  background: var(--color-text-normal);
  color: var(--color-background);
  margin: 0;
}

main {
  padding-left: 10px;
}/*# sourceMappingURL=Galeriensammlung.css.map */