@charset "UTF-8";
/* parkinsans-regular - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Parkinsans";
  font-style: normal;
  font-weight: 400;
  src: url("./fonts/parkinsans-v1-latin_latin-ext-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* parkinsans-500 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Parkinsans";
  font-style: normal;
  font-weight: 500;
  src: url("./fonts/parkinsans-v1-latin_latin-ext-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* parkinsans-600 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Parkinsans";
  font-style: normal;
  font-weight: 600;
  src: url("./fonts/parkinsans-v1-latin_latin-ext-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* parkinsans-700 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Parkinsans";
  font-style: normal;
  font-weight: 700;
  src: url("./fonts/parkinsans-v1-latin_latin-ext-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* parkinsans-800 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Parkinsans";
  font-style: normal;
  font-weight: 800;
  src: url("./fonts/parkinsans-v1-latin_latin-ext-800.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
* {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-family: "Roboto", sans-serif;
  font-family: "Parkinsans", serif;
  font-optical-sizing: auto;
  color: #555;
}

body.text .wrapper {
  max-width: 600px;
  margin: 5rem auto 0;
  letter-spacing: 1px;
}
@media (max-width: 650px) {
  body.text .wrapper {
    margin: 2rem 25px;
  }
}
body.text .wrapper h1 {
  margin: 2rem 0;
  font-weight: normal;
}
body.text .wrapper h2 {
  margin: 2rem 0 1rem 0;
  font-size: 1.3rem;
}
body.text .wrapper h3 {
  margin: 1rem 0 1rem 0;
  font-size: 1.1rem;
}
body.text .wrapper p {
  margin: 1rem 0;
  color: #777;
}
body.text .wrapper ul {
  margin: 1rem;
  color: #777;
}
body.text .wrapper main a {
  color: #34357b;
  text-decoration: none;
  transition: all 1s ease-out;
}
body.text .wrapper main a:hover {
  color: #3c9920;
  text-decoration: 1px solid underline rgb(173.2432432432, 234.0702702703, 154.9297297297);
}
body.text .wrapper footer {
  padding: 5rem 0 1rem;
}
@media (max-width: 600px) {
  body.text .wrapper footer a {
    display: block;
    padding: 0.3rem 0;
    margin: 0.2rem 0;
  }
}

body.gallery .wrapper {
  background: #f9f9f9;
  padding: 1rem;
  padding: 0;
}
@media (max-width: 800px) {
  body.gallery .wrapper {
    padding: 0.2rem;
  }
}
body.gallery .wrapper .text {
  max-width: 800px;
  margin: 1rem auto 2rem auto;
}
@media (max-width: 600px) {
  body.gallery .wrapper .text {
    max-width: 100%;
    margin: 0.5rem 1rem 1rem 1rem;
  }
  body.gallery .wrapper .text p {
    font-size: 0.8rem;
  }
}
body.gallery .wrapper p {
  padding: 0.5rem 0;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 1px;
}
body.gallery .wrapper h3 {
  text-align: center;
  font-size: 2rem;
  margin: 1rem 0 0.5rem 0;
  font-weight: 700;
  color: #333;
}
body.gallery .wrapper h1 {
  text-align: center;
  text-transform: uppercase;
  font-size: 4.5rem;
  color: #000;
  padding: 1rem 0;
}
body.gallery .wrapper h1 {
  font-size: 1.2rem;
  border-bottom: 3px solid rgb(147.9829787234, 36.0170212766, 36.0170212766);
  padding: 0.5rem 0 0 0;
}
body.gallery .wrapper h1 span {
  background: #bd2e2e;
  color: #fff;
  letter-spacing: 0.2rem;
  padding: 5px 20px 0;
  border-radius: 5px 5px 0 0;
  box-shadow: inset 0 -4px 5px 0 rgb(168.4914893617, 41.0085106383, 41.0085106383);
}
@media (max-width: 600px) {
  body.gallery .wrapper h1 span {
    font-size: 0.8rem;
    padding: 5px 15px 3px;
  }
}
body.gallery .wrapper header {
  display: none;
}
body.gallery .wrapper header .title {
  background: #bd2e2e;
  position: absolute;
  top: 2rem;
  left: 0;
  color: #fff;
  text-shadow: 1px 1px 0 rgba(137, 37, 37, 0.5);
  font-size: 1.5rem;
  font-weight: 900;
  padding: 1px 12px 1px 1rem;
  border-radius: 0 2px 2px 0;
  z-index: 100;
}
body.gallery .wrapper header .title span {
  color: rgb(231.1191489362, 156.8808510638, 156.8808510638);
}
body.gallery .wrapper header .intro {
  margin-left: 250px;
  font-size: 0.8rem;
  color: #eee;
  font-family: "Parkinsans", serif;
  padding: 2rem 2rem 2rem 2rem;
}
body.gallery .wrapper header .intro p {
  margin: 0 0 1rem 0;
  text-align: right;
}
@media (max-width: 600px) {
  body.gallery .wrapper header .intro {
    margin-left: 0;
    padding-top: 80px;
  }
  body.gallery .wrapper header .intro p {
    text-align: center;
  }
}
body.gallery .wrapper header2 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5rem 2rem;
}
@media (max-width: 700px) {
  body.gallery .wrapper header2 {
    padding: 2.5rem 2rem;
  }
}
body.gallery .wrapper header2 .title {
  font-size: 2.5rem;
  letter-spacing: 0.3rem;
  font-family: "Parkinsans", serif;
  font-optical-sizing: auto;
  font-weight: 900;
  color: #bd2e2e;
  text-shadow: 0px 1px 0 rgba(0, 0, 0, 0.6);
  margin-bottom: 0.3rem;
}
@media (max-width: 600px) {
  body.gallery .wrapper header2 .title {
    font-size: 1.5rem;
    letter-spacing: 0.1rem;
  }
}
body.gallery .wrapper header2 .title span {
  color: rgb(153.75, 81.25, 81.25);
  opacity: 0.5;
}
body.gallery .wrapper header2 .subtitle {
  font-family: "Parkinsans", serif;
  font-size: 0.8rem;
  font-weight: 900;
  color: #ddd;
  display: none;
}
body.gallery .wrapper header2 .intro {
  max-width: 500px;
  font-size: 0.8rem;
  color: #eee;
  font-family: "Parkinsans", serif;
}
body.gallery .wrapper header2 .intro p {
  margin: 1rem 0;
}
body.gallery .wrapper .flying-title {
  background: #bd2e2e;
  position: fixed;
  top: 2rem;
  left: 0;
  color: #fff;
  text-shadow: 1px 1px 0 rgba(137, 37, 37, 0.5);
  font-weight: 900;
  padding: 1px 12px 1px 1rem;
  border-radius: 0 2px 2px 0;
  z-index: 100;
  display: none;
}
body.gallery .wrapper .flying-title span {
  color: rgb(231.1191489362, 156.8808510638, 156.8808510638);
}
@media (min-width: 800px) {
  body.gallery .wrapper .wrapper:has(main:hover) header, body.gallery .wrapper .wrapper:has(main:hover) footer {
    filter: blur(1px);
    -webkit-transition: 1s -webkit-filter ease-in-out;
    -moz-transition: 1s -moz-filter ease-in-out;
    -o-transition: 1s -o-filter ease-in-out;
    transition: 1s filter ease-in-out;
    transition: 1s -webkit-filter ease-in-out;
  }
}
body.gallery .wrapper .wrapperxxx:has(main:hover) header,
body.gallery .wrapper .wrapperxxx:has(main:hover) main,
body.gallery .wrapper .wrapperxxx:has(main:hover) footer {
  backdrop-filter: blur(10px);
  -webkit-transition: 1s -webkit-filter ease-in-out;
  -moz-transition: 1s -moz-filter ease-in-out;
  -o-transition: 1s -o-filter ease-in-out;
  transition: 1s filter ease-in-out;
  transition: 1s -webkit-filter ease-in-out;
}
body.gallery .wrapper.white {
  background: #f9f9f9;
  background-color: #ffffff;
  background: linear-gradient(135deg, rgba(243, 243, 243, 0.3333333333) 25%, transparent 25%) -7px 0/14px 14px, linear-gradient(225deg, #f3f3f3 25%, transparent 25%) -7px 0/14px 14px, linear-gradient(315deg, rgba(243, 243, 243, 0.3333333333) 25%, transparent 25%) 0px 0/14px 14px, linear-gradient(45deg, #f3f3f3 25%, #ffffff 25%) 0px 0/14px 14px;
  background-color: #ffffff;
  background-image: linear-gradient(to right, #f3f3f3, #f3f3f3 2px, #ffffff 2px, #ffffff);
  background-size: 4px 100%;
  background-color: #e9e9e9;
  background-image: linear-gradient(to right, #cacaca, #cacaca 2px, #e9e9e9 2px, #e9e9e9);
  background-size: 4px 100%;
}
body.gallery .wrapper.white main {
  background: #fff;
}
body.gallery .wrapper.white main figure {
  box-shadow: none;
  border-radius: 0;
  border: 1px solid #e0e0e0;
}
body.gallery .wrapper.white:xhas(main:hover) {
  background: #f0f0f0;
  transition: 600ms background ease-in-out;
}
body.gallery .wrapper main {
  margin: 0 auto;
}
body.gallery .wrapper main figure {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  overflow: hidden;
  display: block;
}
body.gallery .wrapper main figure img {
  width: 100%;
  display: block;
}
body.gallery .wrapper main figure figcaption {
  display: none;
  font-size: 0.8rem;
  font-weight: 900;
  margin: 0.3rem 1rem 0.5rem;
  line-height: 170%;
}
@media (min-width: 800px) {
  body.gallery .wrapper main figure figcaption {
    filter: blur(0.4px);
  }
}
body.gallery .wrapper main figure figcaption span {
  font-weight: 400;
  display: block;
}
body.gallery .wrapper main figure figcaption span.title {
  font-size: 0.7rem;
}
body.gallery .wrapper main figure figcaption span.date {
  margin-top: 0.15rem;
  opacity: 0.5;
  font-size: 0.5rem;
  font-weight: 600;
}
body.gallery .wrapper main figure:hover {
  filter: none;
}
body.gallery .wrapper main figure:hover figcaption {
  filter: none;
}
body.gallery .wrapper main:hover figure {
  z-index: 10000;
}
@media (min-width: 800px) {
  body.gallery .wrapper main:hover figure:hoverxxx {
    filter: opacity(100%) grayscale(0) blur(0);
    position: absolute;
    transform: scale(2, 2) translate(10%, 10%);
    transition: 500ms transform ease-in-out;
    transition: 600ms transform cubic-bezier(0.71, 0, 0.33, 1.56);
    z-index: 2;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.3), 0 10px 80px 0 rgba(0, 0, 0, 0.1), 0 10px 20px -10px rgba(0, 0, 0, 0.5), 0 5px 5px -2px rgba(0, 0, 0, 0.5);
  }
}
@media (min-width: 800px) {
  body.gallery .wrapper main.hovered xxx figure {
    filter: blur(2px);
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: url(#blur);
    filter: blur(2px) grayscale(50%) opacity(80%);
    transition: 1s -webkit-filter cubic-bezier(0.71, 0, 0.33, 1.56);
    z-index: 1;
  }
}
body.gallery .wrapper .grid-item {
  width: 31.3333333333%;
  margin: 1%;
}
body.gallery .wrapper main {
  width: 100%;
}
body.gallery .wrapper main .grid-item {
  width: 13.2857142857%;
  margin: 0.5%;
  width: 11.0111111111%;
  margin: 0.05%;
  width: 11.1111111111%;
  margin: 0;
  width: 10%;
}
body.gallery .wrapper main .grid-item.widex {
  width: 27.5714285714%;
}
body.gallery .wrapper main .grid-item.double {
  width: 20%;
}
@media (max-width: 1100px) {
  body.gallery .wrapper main .grid-item {
    width: 20%;
    margin: 0;
  }
  body.gallery .wrapper main .grid-item.widex {
    width: 39%;
  }
}
@media (max-width: 800px) {
  body.gallery .wrapper main .grid-item {
    width: 33.3333333333%;
    margin: 0;
  }
  body.gallery .wrapper main .grid-item.widex {
    width: 65.6666666666%;
  }
}
@media (max-width: 600px) {
  body.gallery .wrapper main .grid-item {
    width: 20%;
    width: 25%;
    margin: 0;
  }
  body.gallery .wrapper main .grid-item.widex {
    width: 65.6666666666%;
  }
  body.gallery .wrapper main .grid-item.double {
    width: 50%;
  }
}
body.gallery .wrapper main figure figcaption {
  font-size: 0.6rem;
  font-weight: 900;
}
body.gallery .wrapper .ueberblendung {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  display: none;
  transition: 1s background ease-in-out, 1s backdrop-filter ease-in-out;
}
body.gallery .wrapper .ueberblendung.visible {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(5px);
}

footer {
  padding: 4rem 0 4rem;
  text-align: center;
  color: #ddd;
  font-size: 0.8rem;
}
footer a {
  color: #ddd;
  text-decoration: none;
  margin: 0 1rem;
  font-weight: 700;
}
body.text footer a {
  color: #888;
}
footer a:hover, body.text footer a:hover {
  color: #bd2e2e;
}
footer .copyrights {
  margin: 2rem 0 -3rem;
  font-size: 0.6rem;
  opacity: 0.5;
}
footer .copyrights a {
  margin: inherit;
}

.details-view {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.89);
  backdrop-filter: blur(12px);
  z-index: 100000;
}
.details-view .close-button {
  position: absolute;
  top: 1rem;
  right: 1rem;
  padding: 0;
  line-height: 100%;
  cursor: pointer;
}
.details-view .close-button:after {
  display: inline-block;
  content: "×";
  font-size: 40px;
}
.details-view .content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
}
.details-view figure {
  margin: 1rem;
}
.details-view figure img {
  box-shadow: 0 10px 50px -10px rgba(0, 0, 0, 0.05), 0 10px 20px -10px rgba(0, 0, 0, 0.05), 0 0 20px 0 rgba(0, 0, 0, 0.05);
  max-height: calc(100vh - 10rem);
  max-width: calc(100vw - 20px);
}
.details-view figure figcaption {
  margin: 0.5rem 0.7rem 0;
  height: 5rem;
  font-size: 0.8rem;
}
.details-view figure figcaption span {
  display: block;
}
.details-view figure figcaption span.title {
  font-size: 0.9rem;
}
.details-view figure figcaption span.date {
  color: #999;
}

/*# sourceMappingURL=styles.css.map */
