@charset "UTF-8";

/* <----- CSS Setup -----> */
*,
*:after,
*:before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-padding-start: 0px;
}

html {
  font-family: "Martian Mono", monospace;
  line-height: 1.15;
  font-size: 62.5%;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #2c2c2c
}

:root {
  --martian-mono: "Martian Mono";
}

html,
body {
  margin: 0;
  padding: 0;
  -webkit-overflow-scrolling: touch;
}

main.transition-main {
  padding-top: 96px;
}

html .transition-main,
html .transition-overview {
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  opacity: 1;
}

html.is-animating .transition-main {
  opacity: 0;
  transform: translateY(10px);
}

html.is-animating.to-mainshift .transition-main {
  opacity: 0;
  transform: translateY(10px);
}

html.is-animating.to-account .transition-main,
html.is-animating.to-filter .transition-main {
  opacity: 0.99;
  transform: translateY(0px);
}

html.is-animating.to-account .transition-overview,
html.is-animating.to-filter .transition-overview {
  opacity: 0;
  transform: translateY(10px);
}

.swup-progress-bar {
  height: 2px;
  background-color: #6aff00;
}

body {
  transition: background-color 0.3s ease-in-out;
}

body.body-theme-dark {
  background-color: #1b1b1b;
}

/* html.is-animating.from-route-fakten body {
} */

.vh {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

main:focus {
  outline: none;
}

h1 {
  font-size: 2em;
  margin: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: 600;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  width: 100%;
  height: auto;
  border-style: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  display: block;
}

img:not([src]):not([srcset]) {
  visibility: hidden;
}

/* figure {
  background-color: #f7f7f7;
} */

figure.img-max-height {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  min-width: 100%;
}

figure.img-max-height img {
  max-height: calc(100vh - 80px);
  height: 100%;
  width: 100%;
  border-radius: 2px;

  overflow: hidden;
  -o-object-fit: contain;
  object-fit: contain;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0;
  border: none;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

ul {
  list-style-type: none;
}

a {
  -webkit-touch-callout: none;
}

*::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
  appearance: none;
}

video.no-controls::-webkit-media-controls-start-playback-button {
  display: none !important;
}

video.no-controls::-webkit-media-controls {
  display: none !important;
}

video {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;

  width: 100%;
  height: auto;
  display: block;
}

audio {
  width: 100%;
}

figure video {
  aspect-ratio: 16/9;
}

iframe {
  width: 100%;
  height: auto;
  min-height: 50px;
  border: none;
  background: none;
  display: block;
  aspect-ratio: 16/9;
}

button {
  background: transparent;
  border: none;
}

em {
  font-style: italic;
}

::-moz-selection {
  color: #000;
  background: rgb(106, 255, 0, 0.99);
}

::selection {
  color: #000;
  background: rgb(106, 255, 0, 0.99);
}

.lazy {
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
}

.lazy.lazy-loaded {
  opacity: 1;
}

input, label, textarea {
  display: block;
  resize: none;
  border: none;
  border-radius: 0;
}

/* <----- General - Desktop -----> */
.is-desktop {
  display: block;
  visibility: visible;
  content-visibility: visible;
}

.is-mobile {
  display: none;
  visibility: hidden;
  content-visibility: hidden;
}

.is-desktop-nav {
  display: block;
  visibility: visible;
  content-visibility: visible;
}

.is-mobile-nav {
  display: none;
  visibility: hidden;
  content-visibility: hidden;
}

.is-desktop-inline {
  display: inline-block;
  visibility: visible;
  content-visibility: visible;
}

.is-mobile-inline {
  display: none;
  visibility: hidden;
  content-visibility: hidden;
}

.skip-to-main-content-link {
  position: absolute;
  left: -9999px;
  z-index: 999;
  padding: 5px;
  background-color: #fff;
  color: #242424;
  opacity: 0;
}

.skip-to-main-content-link:focus {
  left: 50%;
  transform: translateX(-50%);
  opacity: 1;
}

main {
  min-height: 100svh;
}

p a {
  word-break: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  -webkit-hyphenate-limit-before: 4;
  -webkit-hyphenate-limit-after: 4;
  -ms-hyphenate-limit-chars: 12 4 4;
  hyphenate-limit-chars: 12 4 4;
}

header h2,
.teaser-skyline,
p {
  word-break: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  -webkit-hyphenate-limit-before: 8;
  -webkit-hyphenate-limit-after: 8;
  -ms-hyphenate-limit-chars: 16 8 8;
  hyphenate-limit-chars: 16 8 8;
}

li a {
  word-break: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  -webkit-hyphenate-limit-before: 8;
  -webkit-hyphenate-limit-after: 8;
  -ms-hyphenate-limit-chars: 18 8 8;
  hyphenate-limit-chars: 18 8 8;
}

p a {
  text-decoration: underline;
}

.page-container {
  padding: 120px 0px 80px 0px;
}

.centered-max-width {
  max-width: 1568px;
  margin: 0 auto;
}

.page-section {
  padding: 0 64px 0 64px;
  margin: 80px 0;
}

.padding-64-0 {
  padding: 64px 0;
}

.padding-32-0 {
  padding: 32px 0;
}

.padding-80-0 {
  padding: 80px 0;
}

.border-radius-2 {
  border-radius: 2px;
  overflow: hidden;
}

/* <----- Grid - Desktop -----> */

.grid {
  display: grid;
}

.grid-12 {
  grid-template-columns: repeat(12, 1fr);
}

.gap-40 {
  gap: 40px;
}

.gap-64 {
  gap: 64px;
}

.gap-0-64 {
  gap: 0 64px;
}

.grid-item-2 {
  grid-column: span 2;
}

.gallery--grid-item.grid-item-3,
.grid-item-3 {
  grid-column: span 3;
}

.grid-item-4 {
  grid-column: span 4;
}

.grid-item-6 {
  grid-column: span 6;
}

.grid-item-8 {
  grid-column: span 8;
}

.grid-item-10 {
  grid-column: span 10;
}

.grid-item-12 {
  grid-column: span 12;
}

.grid-column-2-12 {
  grid-column-start: 2;
  grid-column-end: 12;
}

.grid-column-3-11 {
  grid-column-start: 3;
  grid-column-end: 11;
}

/* <----- Header / Navigation - Desktop -----> */

.site-header {
  width: 100%;
  left: 0;
  position: fixed;
  z-index: 101;
  top: 0;
  pointer-events: none;
}

.first-word {
  display: none;
  visibility: hidden;
  content-visibility: hidden;
}

/* Default navigation state (visible) */
.navigation-wrapper {
  transform: translateY(0);
  transition: transform 0.3s ease-in-out;
  pointer-events: auto;

  background-color: #fff;
  will-change: transform;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.07);
}

/* Hide navigation when scrolling down */
.navigation-wrapper.hide-navigation {
  transform: translateY(-100%);
}

#show-nav {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1000;
  pointer-events: auto;
  transition: all 0.3s ease-in-out;
}

.logo-small.logo-small-fixed {
  padding: 8px 16px;
  height: 52px;
}

/* Main Navigation */
.main-navigation {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: self-start;
  padding: 8px 16px 8px 16px;
  gap: 24px;
  background-color: #fff;
}

/* Logo */
.logo-small {
  display: flex;
  align-items: center;
  height: 36px;
}

.logo-small svg {
  width: auto;
  height: 32px;
}

.logo-small-floating {
  padding-left: 30px;
}

.logo-small-floating svg {
  width: auto;
  height: 18px;
}

/* Primary Navigation */
.primary-navigation {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 24px;
  list-style: none;
  width: 100%;
  padding: 1px 0px;
}

.primary-navigation>li {
  text-align: center;
}

.primary-navigation>li>a,
.secondary-navigation>li>a {
  font-size: 14px;
  color: #2c2c2c;
  padding: 8px 12px;
  display: block;
  border: solid 1px transparent;
  white-space: nowrap;
  transition: all 0.2s ease-in-out;
}

.primary-navigation>li>a:hover,
.secondary-navigation>li>a:hover {
  border-color: #000;
}

.primary-navigation>li>a.active-page,
.secondary-navigation>li>a.active-page {
  color: #9500ff;
  border: solid 1px #9500ff;
}

.navigation-secondary {
  width: 100%;
  display: flex;
  justify-content: center;
}

.secondary-navigation {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px 24px;
  list-style: none;
  width: 100%;
  padding: 0;
}

.secondary-navigation li {
  text-align: center;
}

.secondary-navigation a {
  display: block;
  padding: 8px 15px;
  font-size: 14px;
  color: #2c2c2c;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

.primary-navigation>li.highlighted a {
  border: solid 1px #000;
}

/* Navigation Hover behaviour */

/* Hide all secondary dropdowns by default */
.navigation-inner-wrapper {
  display: none;
  position: relative;
  left: 0;
  top: 100%;
  width: 100%;
  background: #fff;
  /* background-color: grey; */
  z-index: 99;

  padding: 0px 16px 10px 16px;
}

/* Show when visible */
.navigation-inner-wrapper.visible {
  display: block;
  z-index: 100;
}

/* Secondary Navigation Bar */
.navigation-secondary-wrapper {
  width: 100%;
  display: none;
  position: relative;
}

/* Show only when an active primary page has subpages */
.navigation-secondary-wrapper:has(.secondary-navigation) {
  display: block;
}

/* Icons Navigation */
.navigation-icons {
  padding-left: 50px;
}

.navigation-icons-wrapper {
  display: flex;
  align-items: center;
  gap: 14px;
}

.menu-button-wrapper {
  display: block;
}

.menu-button {
  width: 36px;
  height: 36px;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

.menu-button svg path {
  transition: all 0.2s ease-in-out;
}

/* .active-page .menu-button, */
.menu-button:hover {
  border-color: #9500ff;
  background-color: #9500ff;
}

/* .active-page .menu-button svg path, */
.menu-button:hover svg path {
  stroke: #fff;
}

.login-button {
  position: relative;
}

.login-button.state--logged-in::after {
  content: "";
  position: absolute;
  bottom: 2px;
  right: 2px;
  width: 12px;
  height: 12px;
  background-color: #6aff00;
  border-radius: 50%;
  transition: all 0.2s ease-in-out;
}

/* .menu-button.login-button.state--logged-in:hover::after {
  background-color: #fff;
} */

/* <----- Home - Desktop -----> */

.page-header {
  padding: 120px 64px 120px 64px;
}

.page-container-home {
  padding: 80px 64px 80px 64px;
}

.home .page-section-home:first-of-type {
  margin: 80px 0;
}

.page-section-home {
  margin: 240px 0;
}

.landing__header {
  padding-top: 10vw;
  height: 100%
}

.landing__logo svg {
  max-width: 309px;
  width: 100%;
  height: 100%;
}

.landing__title {
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: #242424;

  margin-top: 64px;
}

.cta-btn-wrapper {
  height: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  background-color: #6aff00;
  border: 1px solid #6aff00;

  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #242424;

  text-transform: uppercase;

  margin-top: 80px;
}

.landing__header .cta-btn-wrapper {
  margin-top: 64px;
}

.cta-wrapper--centered {
  display: flex;
  justify-content: center;
}

.current-photo__label-text,
.current-photo__caption,
.current-photo__read-more {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: normal;
  text-align: left;
  color: #242424;
}

.current-photo__label-text,
.current-photo__read-more {
  text-transform: uppercase;
}

.current-photo__read-more,
.current-photo__caption-title {
  color: #9500ff;
}

.current-photo__read-more {
  white-space: nowrap;
  min-width: 150px;
  text-align: right;
}

.orientation-landscape,
.orientation-square {
  grid-column-start: 6;
  grid-column-end: 13;
}

.orientation-portrait {
  grid-column-start: 7;
  grid-column-end: 11;
}

.current-photo__content {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
}

.expand-content {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.current-photo__description {
  height: 0;
  overflow: hidden;
  transition: height 0.2s ease-in-out;
}

.current-photo__description.expanded {
  height: auto;
}

.current-photo__description p {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #242424;

  margin-top: 8px;
  margin-bottom: 24px;
}

.current-photo__cta-wrapper {
  display: flex;
  justify-content: center;
}

.current-photo__landing {
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 13px 36px -2px rgba(0, 0, 0, 0.16);
}

.current-photo__cta {
  height: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  background-color: #6aff00;
  border: 1px solid #6aff00;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #242424;
  text-transform: uppercase;

  margin-top: 16px;
}

/* <----- Footer - Desktop -----> */

.main-footer {
  background: #000;
  padding: 74px 64px 80px 64px;
}

.footer-header h3 {
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: #e0e0e0;

  margin-bottom: 28px;
}

.footer-column ul {
  list-style: none;
  padding: 0;
}

.footer-column h4 {
  font-size: 12px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #e0e0e0;
  text-transform: uppercase;

  margin-bottom: 4px;
  margin-top: 28px;
}

.footer-column p {
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 36px;
  letter-spacing: normal;
  text-align: left;
  color: #e0e0e0;
}

.footer-column a {
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 36px;
  letter-spacing: normal;
  text-align: left;
  color: #e0e0e0;
  text-decoration: none;

  display: inline-block;
  transition: color 0.2s ease-in-out;
}

.footer-column a::after {
  content: '→';
  padding-left: 8px;
  transition: padding-left 0.2s ease-in-out;
}

.footer-legal-links li a {
  margin-top: 28px;
}

.footer-column ul li:first-of-type h4 {
  margin-top: 0;
}

.footer-logo {
  margin: 0 0 64px 0;
  display: inline-block;
}

.footer-logo svg {
  width: 395px;
  height: auto;
}

.footer-column a:hover {
  color: #6aff00;
}

.footer-column a:hover::after {
  padding-left: 16px;
}

.footer-column-sponsors {
  margin-top: 40px;
  padding: 40px;
}

.footer-column-sponsors h4 {
  text-align: center;
  margin-bottom: 24px;
}

.logo-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 40px 80px;
}

.footer-column .logo-grid a::after {
  display: none;
}

.logo-grid figure {
  background-color: transparent;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.logo-grid figure img {
  height: auto;
  max-width: 120px;
  width: auto;
}

/* <----- Aktuelles Foto - Fotografen - Desktop -----> */

.current-photo__header {
  padding: 64px 0px 64px 0px;

  grid-column-start: 2;
  grid-column-end: 12;

}

.current-photo__topic,
.current-photo__date {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #242424;
}

.current-photo__topic {
  text-transform: uppercase;
}

.current-photo__title {
  font-size: 40px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: center;
  color: inherit;
}

.current-photo__subtitle {
  font-size: 40px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: center;
  color: #242424;

  margin-top: 8px;
}

.current-photo-wrapper {
  margin: 0 0 128px 0;
}

.current-photo__image {
  grid-column-start: 2;
  grid-column-end: 12;
}

.current-landscape {
  grid-column-start: 2;
  grid-column-end: 12;
}

.current-quare,
.current-portrait {
  grid-column-start: 4;
  grid-column-end: 10;
}

.current-photo__text {
  grid-column-start: 3;
  grid-column-end: 11;
}

.current-photo__text p {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #242424;
}

.grid-item-photographer-text {
  grid-column: span 4;
}

.grid-area-photographer {
  display: grid;
  grid-template-columns: 2fr 4fr 6fr;
  grid-template-areas: "image name-location details";
}

.photographer__image {
  grid-area: image;
}

.photographer__image img {
  -o-object-fit: cover;
  object-fit: cover;
}

.photographer__name-location-wrapper {
  grid-area: name-location;
}

.photographer__details-wrapper {
  grid-area: details;
}

.photographer__name {
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: #242424;
}

.photographer__location {
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: #9e9e9e;
}

.photographer__links ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.photographer__links ul li {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #242424;

  padding-left: 20px;
  position: relative;
  transition: color 0.2s ease-in-out;
}

.photographer__links ul li:hover {
  color: inherit;
}

.photographer__links ul li::before {
  content: '→';
  position: absolute;
  left: 0;
  top: 0;
}

.photographer__links ul li a {
  color: inherit;
  display: inline-block;
}

.photographer__links ul li a {
  transition: padding-left 0.2s ease-in-out;
  position: relative;
  padding-left: 0;
}

.photographer__links ul li a:hover {
  padding-left: 10px;
}

.theme-showcase .photographer__links ul li:hover,
.theme-showcase .photographer__links ul li a:hover {
  color: #9500ff;
}

.current-photo__pagination {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;

  padding: 24px 64px 24px 64px;

  grid-column-start: 1;
  grid-column-end: 13;
}

.pagination-item {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #242424;

  padding: 8px 12px;
  border-radius: 2px;
  border: solid 1px transparent;

  transition: all 0.2s ease-in-out;

  white-space: nowrap;
}

.pagination-item:hover {
  border: solid 1px #000;
}

/* <----- Aktuelles Foto - Weitere Fotos - Desktop -----> */

.page-section__header {
  margin: 64px 0;
}

.grid-area-photos {
  align-items: center;
  padding-top: 16px;
}

.page-section__title,
.page-section__subtitle {
  font-size: 40px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: center;
  color: #9500ff;
}

.page-section__subtitle {
  color: inherit;
  margin-top: 8px;
}

.photo-card {
  overflow: hidden;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.05);
}

.photo-card__footer {
  padding: 16px 28px 20px 28px;
  background-color: #9500ff;
  color: #fff;
}

.photo-card__footer p,
.photo-card__footer h3 {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: center;
  color: inherit;
}

/* <----- Accountbereich - Desktop -----> */

.account {
  padding: 64px;
}

/*
.account h1 {
  font-size: 40px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
  color: #242424;

  margin-bottom: 64px;
}

.account hr {
  margin: 16px 0;
}

.account input {
  border: 1px solid #000;
  padding: 8px;
}

.account label {
  margin-top: 16px;
  margin-bottom: 8px;
}

.account button,
.account [type="button"],
.account [type="reset"],
.account [type="submit"] {
  border: 1px solid #000;
  background-color: #000;
  color: #fff;

  padding: 8px;
  margin-top: 16px;
} */

/* <----- Showcase - Overview - Desktop -----> */

.photo-card__footer-showcase {
  background-color: #fff;
  color: #242424;
}

.showcase__description-text {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #242424;
}

.title-all-caps {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #242424;
  text-transform: uppercase;
}

.showcase__highlights {
  padding: 0px 64px 56px 64px;
}

.showcase__highlights-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;

  margin: 64px 0;
}

.showcase__highlight {
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.05);
  grid-column: span 4;
  order: 1;
  max-width: 280px;
  width: 100%;
}

.showcase__highlight:nth-of-type(1) {
  order: 1;
  max-width: 380px;
}


/* .showcase__highlight.showcase__highlight--reward img {
  max-height: 260px;
} */

.showcase__highlight.showcase__highlight--reward {
  order: 2;
}

.showcase__highlight:nth-of-type(3) {
  order: 3;
}

p.winner-text {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: center;
  color: inherit;

  margin-top: 4px;
}

.showcase__highlight--reward .photo-card__footer {
  padding: 24px 28px;
}

.showcase__projects-grid {
  align-items: center;
}

.showcase__projects-grid.hidden {
  opacity: 0;
  visibility: hidden;
  transition: none;
}

.showcase__projects-grid.is-animating {
  opacity: 0;
  transform: translateY(10px);
  visibility: visible;
}

.showcase__projects-grid {
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.article-grid.is-animating {
  opacity: 0;
  transform: translateY(10px);
  visibility: visible;
}

.article-grid {
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.cookie-settings-btn {
  cursor: pointer;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  color: #9500ff;
}


/* iFrame / Embed - YouTube / Vimeo */
.image-wrapper .module-embed {
  position: relative;
  aspect-ratio: 16/9;
  background-color: #efefef;
}

.cookie-embed-placeholder {
  width: 100%;
  height: auto;
  border: none;
  background: none;
  padding: 16px;

  aspect-ratio: 16/9;

  background-color: efefef;

  display: flex;
  justify-content: center;
  align-items: center;

  position: absolute;
  top: 0;
  left: 0;

  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #242424;
}

.cookie-embed-placeholder-inner {
  text-align: center;
  max-width: 500px;
  margin: 0 auto;
}

.cookie-embed-placeholder-inner p,
.cookie-embed-placeholder-inner button {
  color: #242424;
}

.cookie-embed-placeholder-inner button {
  padding: 8px;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  cursor: pointer;
}

.btn {
  cursor: pointer;
  white-space: nowrap;
}

.sort-btn {
  height: auto;
  flex-grow: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;

  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #242424;

  border: none;
  cursor: pointer;
  border: solid 1px #000;

  margin-left: -1px;
}

.sort-btn.active {
  color: #fff;
  border: solid 1px #9500ff;
  background-color: #9500ff;
  pointer-events: none;
  cursor: pointer;
}

.sort-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;

  padding: 40px 0;
}

.sort-btn-wrapper {
  display: flex;
  flex-direction: row;
  gap: 0;
}

.sort-label {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #242424;
}

/* <----- Showcase - Detail - Desktop -----> */

.home .page-section.home-showcase-overview:last-of-type {
  margin-bottom: 0;
}

.home-showcase-overview {
  background-color: #E2E2E2;
  padding-top: 80px;
  padding-bottom: 80px;
}

.showcase__hero {
  background-color: #E2E2E2;
}

.page-header-showcase-detail {
  padding: 120px 64px 120px 64px;
}

.header__topic-small {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #242424;

  margin-bottom: 40px;
}

.page__title,
.page__subtitle,
.page__skyline {
  font-size: 40px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: center;
  color: #242424;
}

.page__subtext {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #242424;

  margin-top: 24px;
}

.page-header-home {
  margin-bottom: 64px;
}

.page-header-home-gallery {
  padding: 80px 0;
}

/* .page__title {
  margin-bottom: 40px;
} */

.page__title:only-child,
.page__subtitle:only-child {
  margin-bottom: 0;
}

.page__skyline:has(+ .page__title),
.page__title:has(+ .page__subtitle) {
  margin-bottom: 8px;
}

.font-color-violet {
  color: #9500ff;
}

.font-color-green {
  color: #6AFF00;
}

.showcase__image {
  grid-column-start: 5;
  grid-column-end: 9;
}

.project-container {
  padding: 96px 64px 96px 64px;
}

.grid-item-project__header {
  grid-column-start: 4;
  grid-column-end: 10;
}

.grid-item-introblock {
  grid-column-start: 4;
  grid-column-end: 10;
}

.grid-item-infoblock {
  grid-column-start: 4;
  grid-column-end: 10;

  margin: 64px 0;
}

.project .grid-item-introblock {
  grid-column-start: 3;
  grid-column-end: 11;
}

.grid-item-textblock {
  grid-column-start: 4;
  grid-column-end: 10;
}

.project .grid-item-textblock {
  grid-column-start: 3;
  grid-column-end: 11;
}

.grid-item-audioblock {
  grid-column-start: 4;
  grid-column-end: 10;
}

.grid-item-imageblock {
  grid-column-start: 2;
  grid-column-end: 12;

  margin: 40px 0;
}

.grid-item-quoteblock {
  grid-column-start: 4;
  grid-column-end: 10;

  margin: 64px 0;
}

.project .grid-item-quoteblock {
  grid-column-start: 3;
  grid-column-end: 11;

  margin: 64px 0;
}

.grid-item-videoblock {
  grid-column-start: 2;
  grid-column-end: 12;

  margin: 40px 0;
}

.grid-item-galleryblock {
  grid-column-start: 1;
  grid-column-end: 13;

  margin: 40px 0;
}

.block-type-button-block {
  grid-column-start: 4;
  grid-column-end: 10;

  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.project__count {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: inherit;

  margin-bottom: 64px;
}

.project__title {
  font-size: 40px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: center;
  color: inherit;
}

.detail-content:empty {
  display: none;
}

.detail-content .last-textblock .text p:not(ul p):last-child::after {
  content: '';
  display: inline-block;
  width: 14px;
  height: 22px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIyNCI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJub256ZXJvIj48cGF0aCBmaWxsPSIjNkFGRjAwIiBkPSJNNy45MzggMTQuODc2QTYuOTI3IDYuOTI3IDAgMCAxIDIuMzE2IDEyYTYuOTM4IDYuOTM4IDAgMSAwIDExLjI0NSAwIDYuOTI3IDYuOTI3IDAgMCAxLTUuNjIyIDIuODc2aC0uMDAxWiIvPjxwYXRoIGZpbGw9IiMwMDAiIGQ9Ik03LjkzOCA5LjEyNEE2LjkyNyA2LjkyNyAwIDAgMCAyLjMxNiAxMmE2LjkyNyA2LjkyNyAwIDAgMCA1LjYyMiAyLjg3NUE2LjkyNyA2LjkyNyAwIDAgMCAxMy41NiAxMmE2LjkyNyA2LjkyNyAwIDAgMC01LjYyMi0yLjg3NloiLz48cGF0aCBmaWxsPSIjOTUwMEZGIiBkPSJNNy45MzggOS4xMjRBNi45MjYgNi45MjYgMCAwIDEgMTMuNTYgMTIgNi45MzcgNi45MzcgMCAwIDAgNy45MzggMWE2LjkzOCA2LjkzOCAwIDAgMC01LjYyMiAxMSA2LjkyNyA2LjkyNyAwIDAgMSA1LjYyMi0yLjg3NloiLz48L2c+PC9zdmc+") no-repeat;
  background-size: contain;
  margin-left: 4px;
  vertical-align: middle;

  position: absolute;
}

.detail-content .last-textblock.no-signet .text p:not(ul p):last-child::after {
  display: none;
}

.text p {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #242424;
}

.text p+p,
.text p+ul {
  margin-top: 24px;
}

.text p:last-child {
  margin-bottom: 0;
}

.text p a::after {
  content: ' →';
  display: inline-block;
  transform: rotate(0deg);
  padding-left: 4px
}

.text p a[target="_blank"]::after {
  content: ' →';
  display: inline-block;
  transform: rotate(-45deg);
  padding-left: 4px;
}

.text p a[href^="/@/file/"]::after {
  content: ' ↓';
  transform: rotate(0deg);
}

.text p a {
  text-decoration-thickness: 2px;
}

.text p a {
  transition: all 0.2s ease-in-out;
}

.caption p {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  /* color: #707070; */
  color: inherit;
  margin-top: 32px;
  color: rgba(0, 0, 0, 0.6);
}

.caption-center p {
  text-align: center;
}

.caption-left p {
  text-align: left;
}

.caption-right p {
  text-align: right;
}

.project .caption p {
  color: inherit;
  opacity: 0.6;
}

.text h3 {
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: inherit;

  margin: 24px 0;
}

.text h3:first-child {
  margin-top: 0;
}

.photographer__text {
  padding-top: 64px;
  padding-bottom: 64px;
}

.text strong,
.text a:has(strong) {
  color: inherit;
}

.showcase-detail-page .page-section strong,
.showcase-detail-page .page-section a:has(strong),
.showcase-detail-page .text ul li::before,
.showcase-detail-page .text h3,
.showcase-detail-page .text p {
  color: inherit;
}

.showcase-detail-page .page-section h3 {
  color: #9500ff;
}

.text ul {
  margin-bottom: 24px;
}

.text ul:last-child {
  margin-bottom: 0;
}

.text ul li {
  padding-left: 20px;
  position: relative;
}

.text ul li::before {
  content: '•';
  position: absolute;
  left: 0;
  top: 0;
  color: #242424;
}

.gallery-container {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  /* align-items: center; */
  gap: 40px;
}

.gallery--grid-item {
  grid-column: span 6;
}

.gallery-item-portrait {
  grid-column: span 6;
}

.gallery-container.align-top {
  align-items: start;
}

.gallery-container.align-center {
  align-items: center;
}

.gallery-container.align-bottom {
  align-items: end;
}

/* <----- Sections - Subnavigation - Desktop -----> */

.subnavigation {
  padding: 24px 64px 23px 64px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
}

.subnavigation:has(+footer) {
  margin: 64px 0px 64px 0px;
}

.back-button {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;

  text-transform: uppercase;

  padding: 8px 12px;
  background-color: #6aff00;
  display: inline-block;
}

/* <----- Sections - Tertiary Navigation - Desktop -----> */

.tertiary-navigation {
  padding: 0 64px 0 64px;
}

.btn-medium {
  padding: 8px 12px;
  border: 1px solid transparent;
  transition: all 0.2s ease-in-out;
  display: inline-block;
}

.tertiary-navigation ul li a {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #2c2c2c;
}

.tertiary-navigation ul li a:hover {
  border: 1px solid #000;
}

.tertiary-navigation ul li a.active {
  color: #9500ff;
  border: 1px solid #9500ff;
}

.tertiary-navigation--wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
}

.tertiary-navigation ul li a.logout-button:hover {
  background-color: #9500FF;
  border-color: #9500FF;
  color: #fff;
}

/* <----- Sections - Further Links - Desktop -----> */

.resources__links {
  padding: 64px 0;
}

.arrow--rotate {
  display: inline-block;
  transform: rotate(-45deg);
}

.arrow--rotate-down {
  display: inline-block;
  transform: rotate(90deg);
}

.resources__links {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.block-type-button-block button,
.block-type-button-block a,
.resources__links a {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.42;
  letter-spacing: normal;
  text-align: center;
  color: #9500ff;

  padding: 4px 8px;
  border: 1px solid #9500ff;
  transition: all 0.2s ease-in-out;
}

.resources__links a:hover {
  background: #9500ff;
  color: #fff;
}

/* Tiny Date Card */

.date-from-to-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

.date-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0px;
  padding: 8px 12px;
  border-radius: 4px;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.08);
  background-color: #fff;

  min-width: 112px;
}

.date-month,
.date-year {
  font-size: 14px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: normal;
  text-align: left;
  color: inherit;
  display: block;
}

.date-card-arrow,
.date-day {
  font-size: 48px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: normal;
  text-align: left;
  color: inherit;
}

.date-card-arrow {
  font-size: 24px;
}

/* <----- Sections - Related Pages / Leseempfehlungen - Desktop -----> */

.related-pages-wrapper .teaser-card {
  grid-column: span 3;
}

/* <----- News - Overview - Desktop -----> */

.teaser-card {
  border-radius: 2px;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.09);
  background-color: #fff;

  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;

  overflow: hidden;
}

.teaser-content-inner {
  padding: 16px 24px 24px;
}

.teaser--text-type-wrapper {
  display: block;
  padding: 16px 24px 24px;
}

.teaser-date {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: inherit;

  text-transform: uppercase;

  margin-bottom: 8px
}

.teaser-text-type-wrapper {
  padding: 0 16px 24px 24px;
}

.teaser-cta-wrapper {
  margin-top: 24px;

  display: flex;
  gap: 8px
}

.lock-icon.icon-color path {
  fill: #fff;
}

/* Teaser - Small */
.teaser-small h2 {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: inherit;

  margin-bottom: 8px;
}

.teaser-small .teaser-skyline {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;

  margin-bottom: 8px;
}


/* Teaser - Large */
.teaser-large h2 {
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: left;

  margin-bottom: 16px;
}

.teaser-large .teaser-skyline {
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: left;

  margin-bottom: 8px;
}

.teaser-large .teaser-intro-text {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;

  margin-bottom: 16px;
}

.theme-default {
  background-color: #fff;
}

/* Violet */
.theme-card-violet.teaser-card .theme-font-color,
.theme-violet .theme-font-color,
.theme-violet strong,
.theme-violet a:has(strong) {
  color: #9500ff;
}

.theme-card-violet.teaser-card .theme-bg-color,
.theme-violet .theme-bg-color {
  background-color: #9500ff;
}

.theme-card-violet.teaser-card .theme-btn-full,
.theme-violet .theme-btn-full {
  border-color: #9500ff;
  background-color: #9500ff;
  color: #fff;
}

.theme-card-violet.teaser-card .theme-btn-white,
.theme-violet .theme-btn-white {
  border-color: #9500ff;
  color: #9500ff;
}

.theme-violet .btn:not(.btn-card):hover,
.theme-card-violet.teaser-card .btn:hover {
  border-color: #9500ff;
  background-color: #9500ff;
  color: #fff;
}

/* Red */
.theme-card-red.teaser-card .theme-font-color,
.theme-red .theme-font-color,
.theme-red strong,
.theme-red a:has(strong) {
  color: #de3517;
}

.theme-card-red.teaser-card .theme-bg-color,
.theme-red .theme-bg-color {
  background-color: #de3517;
}

.theme-card-red.teaser-card .theme-btn-full,
.theme-red .theme-btn-full {
  border-color: #de3517;
  background-color: #de3517;
  color: #fff;
}

.theme-card-red.teaser-card .theme-btn-white,
.theme-red .theme-btn-white {
  border-color: #de3517;
  color: #de3517;
}

.theme-red .btn:not(.btn-card):hover,
.theme-card-red.teaser-card .btn:hover {
  border-color: #de3517;
  background-color: #de3517;
  color: #fff;
}

/* Gold */
.theme-card-gold.teaser-card .theme-font-color,
.theme-gold .theme-font-color,
.theme-gold strong,
.theme-gol a:has(strong) {
  color: #857300;
}

.theme-card-gold.teaser-card .theme-btn-full,
.theme-gold .theme-btn-full {
  border-color: #857300;
  background-color: #857300;
  color: #fff;
}

.theme-card-gold.teaser-card .theme-btn-white,
.theme-gold .theme-btn-white {
  border-color: #857300;
  color: #857300;
}

.theme-gold .btn:not(.btn-card):hover,
.theme-card-gold.teaser-card .btn:hover {
  border-color: #857300;
  background-color: #857300;
  color: #fff;
}

/* Black */
/* .theme-card-black.teaser-card .teaser-content-inner,
.theme-card-black.teaser-card .teaser-text-type-wrapper,
.theme-black .teaser-content-inner,
.theme-black .teaser-text-type-wrapper {
  background-color: #262626;
  color: #fff;
}

.theme-card-black.teaser-card .theme-font-color {
  color: #6AFF00;
}

.theme-black .theme-font-color,
.theme-black strong {
  color: #9500ff;
}

.theme-card-black.teaser-card .theme-btn-full {
  border-color: #6AFF00;
  background-color: #6AFF00;
  color: #000;
}

.theme-black .theme-btn-full {
  border-color: #9500ff;
  background-color: #9500ff;
  color: #fff;
}

.theme-card-black.teaser-card .theme-btn-white {
  border-color: #6AFF00;
  color: #6AFF00;
}

.theme-black .theme-btn-white {
  border-color: #9500ff;
  color: #9500ff;
}

.theme-card-black.teaser-card .btn:hover {
  border-color: #6AFF00;
  background-color: #6AFF00;
  color: #000;
}

.theme-black .btn:not(.btn-card):hover {
  border-color: #9500ff;
  background-color: #9500ff;
  color: #fff;
} */


/* THEME Dark (is now Black) */

.theme-dark .page__title,
.theme-dark .page__subtitle,
.theme-dark .header__topic-small,
.theme-dark .page__skyline,
.theme-dark .page__date,
.theme-dark .page__author,
.theme-dark .intro-text p,
.theme-dark .text p,
.theme-dark .quote-name,
.theme-dark .text ul li::before,
.theme-dark .photographer__name,
.theme-dark ul li,
.theme-dark .page-section__subtitle {
  color: #fff;
}

.theme-dark .text a:hover, .theme-dark .theme-font-color {
  color: #6AFF00;
}


.theme-dark .tertiary-navigation ul li a {
  color: #fff;
}

.theme-dark .tertiary-navigation ul li a:hover {
  border-color: #fff;
  color: #fff;
}

.theme-dark .theme-font-color,
.theme-dark strong,
.theme-dark a:has(strong),
.theme-dark .teaser-card-dark .theme-font-color {
  color: #6aff00;
}

.theme-dark .tertiary-navigation ul li a.active {
  border-color: #6aff00;
  color: #6aff00;
}

.theme-dark .btn:not(.btn-card):hover,
.theme-dark .teaser-card-dark .btn:hover {
  border-color: #6aff00;
  background-color: #6aff00;
  color: #000;
}

.theme-card-dark.teaser-card .theme-btn-white,
.theme-dark .theme-btn-white {
  border-color: #6aff00;
  color: #6aff00;
}

/* .theme-dark .btn-cta.theme-btn-full {
  border-color: #6aff00;
  background-color: #6aff00;
  color: #000;
} */

.theme-dark .caption p {
  color: #A7A7A7;
}

/*  Dark Cards (is now Black) */

.theme-card-dark {
  background-color: #262626;
  color: #fff;
}

.theme-card-dark.teaser-card .theme-font-color {
  color: #6aff00;
}

.theme-card-dark.teaser-card .theme-bg-color {
  background-color: #6aff00;
}

.theme-card-dark.teaser-card .theme-btn-full {
  border-color: #6aff00;
  background-color: #6aff00;
  color: #000;
}

.theme-card-dark.teaser-card .theme-btn-white {
  border-color: #6aff00;
  color: #6aff00;
}

.theme-dark .btn:not(.btn-card):hover,
.theme-card-dark.teaser-card .btn:hover {
  border-color: #6aff00;
  background-color: #6aff00;
  color: #000;
}

a:has(strong) {
  -webkit-text-decoration-color: inherit;
  text-decoration-color: inherit;
}

/* Buttons */

.btn-text-type {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;

  padding: 8px 12px;
  border: 1px solid #000;
  border-color: inherit;
  transition: all 0.2s ease-in-out;
  display: inline-block;

  cursor: pointer;
  white-space: normal;
}

.btn-cta {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  text-transform: uppercase;

  padding: 8px 12px;
  border: 1px solid #000;
  background-color: #000;
  color: #fff;
  transition: all 0.2s ease-in-out;
  display: inline-block;

  cursor: pointer;
}

.btn-cta-small-square {
  font-size: 20px;
  padding: 2px 10px;
  width: 35px;
  height: 35px;
}

.btn-locked-access {
  height: 35px;
  width: 35px;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.text-btn-locked-access svg {
  margin: 0 0 4px 0;
}

.text-btn-locked-access {
  height: 35px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 0 8px 12px;
  border: 1px solid #000;
  background-color: #000;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;

  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  text-transform: uppercase;
}

/* Pagination */
.pagination-section {
  padding: 0 64px 80px 64px;
  margin: 80px 0 0 0;
}

.pagination-section .pagination ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 0px;
}

.pagination-section .pagination ul li a {
  padding: 12px 8px;
  display: block;
}

.pagination-section .pagination ul li a span {
  transition: all 0.2s ease-in-out;
}

.pagination-section .pagination ul li a:hover span {
  border-color: #9500ff;
  color: #9500ff;
}

.pagination-section .pagination ul li a.active:hover span {
  color: #fff;
  background-color: #9500ff;
}

.pagination-section .pagination .prev.pagination-text,
.pagination-section .pagination .next.pagination-text {
  margin: 12px 8px;
}

.pagination .disabled {
  opacity: 0.5;
  pointer-events: none;
}

.active .pagination-text {
  color: #fff;
  background-color: #000;
}

.pagination-text {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #242424;

  border-radius: 2px;
  border: solid 1px #000;
  padding: 6px 10px;
}

.pagination-ellipsis {
  border: solid 1px transparent;
}

/* <----- News - Detail - Desktop -----> */
.page-container-detail {
  padding: 0px 64px 64px 64px;
  margin: 64px 0;
}

.page-container-detail--smaller-margin {
  padding: 0px 64px 64px 64px;
  margin: 0 0 64px 0;
}

.hero-wrapper {
  padding: 0 64px 0 64px;
  margin: 64px 0;
}

.hero-wrapper.hero-wrapper-without-navigation {
  padding: 0 64px 0 64px;
  margin: 120px 0;
}

.detail-image__hero {
  margin-top: 64px;
  grid-column-start: 2;
  grid-column-end: 12;
}

.header-content-wrapper {
  grid-column-start: 2;
  grid-column-end: 12;
}

.page__infos-section {
  grid-column-start: 4;
  grid-column-end: 10;

  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.page__date,
.page__author {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #242424;
}

.page__tag-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}

.intro-text p {
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: #242424;
}

.side-item-group h4 {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: inherit;

  text-transform: uppercase;
  margin-bottom: 4px;
  margin-top: 24px;
}

.side-item-group:first-of-type h4 {
  margin-top: 0;
}

.side-infos--links {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 16px;

  margin-bottom: 16px;
}

.no-pointer {
  pointer-events: none;
  opacity: 0.75;
}

.quote-text {
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: inherit;
}

.quote-name {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: inherit;
  margin-top: 24px;
}

/* <----- Fotografiewissen / Photo KNowledge - Desktop -----> */

/* Fotografiewissen - Teaser Card */

.theme-card-default {
  background-color: #FFFFFF;
}

.theme-card-job-und-finanzen {
  background-color: #FFB158;
  color: #000;
}

.theme-card-recht {
  background-color: #CC3048;
  color: #fff;
  border-color: #fff;
}

.theme-card-versicherung {
  background-color: #F16739;
  color: #000;
}

.theme-card-tipps-und-tricks {
  background-color: #65A04C;
  color: #fff;
  border-color: #fff;
}

.theme-card-altersvorsorge {
  background-color: #504290;
  color: #fff;
  border-color: #fff;
}

.theme-card-ki {
  background-color: #2686C4;
  color: #fff;
  border-color: #fff;
}

.theme-card-webinars {
  background-color: #CED04A;
  color: #000;
}

.teaser-card-knowledge .btn-cta.theme-btn-full {
  border: 1px solid #000;
  background-color: #000;
  color: #fff;
}

.teaser-card-knowledge .btn-text-type {
  border-color: inherit;
  color: inherit;
}

.teaser-card-knowledge .btn-text-type:hover {
  border: 1px solid #000;
  background-color: #000;
  color: #fff;
}

.font-color-default {
  color: #242424;
}

.font-color-job-und-finanzen {
  color: #e69d49;
}

.font-color-recht {
  color: #CC3048;
}

.font-color-versicherung {
  color: #F16739;
}

.font-color-tipps-und-tricks {
  color: #65A04C;
}

.font-color-altersvorsorge {
  color: #504290;
}

.font-color-ki {
  color: #2686C4;
}

.font-color-webinars {
  color: #b5b73b;
}

.teaser-area {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.42;
  letter-spacing: normal;
  text-align: left;
  color: inherit;
  text-transform: uppercase;

  margin-bottom: 8px
}

.teaser-small.teaser-card-knowledge h2,
.teaser-large.teaser-card-knowledge h2 {
  font-size: 16px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: inherit;

  margin-bottom: 16px;
}

.teaser-card-knowledge .teaser-skyline {
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: inherit;

  margin-bottom: 8px;
}

.teaser-card-knowledge .teaser-intro-text {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;

  margin-bottom: 16px;
}

/* <----- Our Photographers - Overview - Desktop -----> */

.photographers-search-section {
  padding: 16px 64px 0px 64px;
  margin: 0px 0 0 0;
}

.font-color-light {
  color: #fff;
}

.theme-dark .active .pagination-text {
  color: #242424;
  background-color: #fff;
}

.theme-dark .pagination-text {
  border-color: #fff;
  color: #fff;
}

.intro-text-photographers-overview {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}

.photographers-topic {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}

.form label {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;

  margin-bottom: 8px;
}

.theme-dark .form .btn {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  padding: 10px 12px;
  border: 1px solid #000;
  background-color: #000;
  color: #fff;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  cursor: pointer;
  width: 50%;
}

.theme-dark .btn[type="submit"] {
  background-color: #6AFF00;
  border: 1px solid #6AFF00;
  color: #000;
}

.theme-dark .form-btn-wrapper {
  display: flex;
  gap: 8px;

  margin-top: 8px;
}

.theme-dark .form-inner {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.theme-dark .photographers-search-section {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}

.theme-dark .form label {
  color: inherit;
}

.theme-dark input[type="text"],
.theme-dark select {
  border-radius: 4px;
  border: 2px solid;
  border-color: inherit;
  padding: 8px 12px;

  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: inherit;

  background: transparent;
  color: inherit;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  width: 100%;

  border-radius: 0;
  border: 1px solid;
}

select {
  cursor: pointer;
}

input[type="tel"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="text"]::-webkit-input-placeholder, input[type="url"]::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.4;
}

input[type="tel"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="text"]::-moz-placeholder, input[type="url"]::-moz-placeholder {
  color: inherit;
  opacity: 0.4;
}

input[type="tel"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="text"]:-ms-input-placeholder, input[type="url"]:-ms-input-placeholder {
  color: inherit;
  opacity: 0.4;
}

input[type="tel"]::-ms-input-placeholder, input[type="email"]::-ms-input-placeholder, input[type="text"]::-ms-input-placeholder, input[type="url"]::-ms-input-placeholder {
  color: inherit;
  opacity: 0.4;
}

input[type="tel"]::placeholder,
input[type="email"]::placeholder,
input[type="text"]::placeholder,
input[type="url"]::placeholder {
  color: inherit;
  opacity: 0.4;
}

.theme-dark select {
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="13" fill="none"><path stroke="%23BCBCBC" stroke-linecap="round" stroke-width="2" d="m2 2 8 8 8-8"/></svg>');
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 20px 13px;
  padding-right: 40px;
  /* Add space for the arrow */
}

input[type="text"]:focus,
select:focus {
  border-color: inherit;
  outline: none;
}

.photographers-search-results-wrapper {
  padding: 64px 0;
}

.results-text {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #6aff00;
}

.loading-text,
.no-results-text {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: inherit;

  min-height: 30px;

  padding: 120px 0 120px 0;
}

/* Fotografen Suche / Filter - Desktop */

#loading {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}

.transition-form.is-changing {
  transition: opacity 0.4s ease-in-out;
}

.transition-form.is-animating {
  opacity: 0.5;
  pointer-events: none;
}

.transition-results {
  transition: opacity 0.4s ease-in-out;
}

.transition-form.is-changing .transition-results {
  opacity: 0 !important;
  transform: translateY(10px);
}

.members-results-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0;

  margin-bottom: 80px;
}

/* Photographer Search Item */

.grid-area-photographer-item {
  display: grid;
  grid-template-columns: 4fr 2fr 3fr 3fr;
  grid-template-areas: "name-location image categories details";
  align-items: flex-start;
  gap: 64px
}

.member_name-location-wrapper {
  grid-area: name-location;
}

.member_image-wrapper {
  grid-area: image;
  min-width: 100px;
}

.member-image img {
  -o-object-fit: cover;
  object-fit: cover;
}

.member_categories-wrapper {
  grid-area: categories;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.member_details-wrapper {
  grid-area: details;
}

.member_category-item {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.42;
  letter-spacing: normal;
  text-align: left;
  color: inherit;

  padding: 8px 12px;
  border: 1px solid;
  border-color: inherit;
  display: inline-block;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;

  cursor: pointer;
  transition: all 0.2s ease-in-out;

  white-space: nowrap;
}

.member_category-item:hover {
  color: #6AFF00;
  border-color: #6AFF00;
}

.tag-mentoring {
  color: #fff;
  background-color: #9500ff;
  border-color: #9500ff;
}

.tag-mentoring:hover {
  color: #000;
  background-color: #6AFF00;
  border-color: #6AFF00;
}

.member-item {
  margin: 0;
  padding: 24px 0 24px 0;
  border-bottom: solid 1px #777;
}

.member-item:first-of-type {
  border-top: solid 1px #777;
}

.member_place-wrapper,
.member_name-wrapper h4 {
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: inherit;
}

.member_place-wrapper {
  color: #9e9e9e;
}

.theme-dark .photographer__links ul li {
  color: #fff;
}

.theme-dark .photographer__links ul li:hover {
  color: #6aff00;
}

.theme-dark .pagination-section .pagination ul li a:hover span {
  border-color: #6aff00;
  color: #6aff00;
}

.theme-dark .pagination-section .pagination ul li a.active:hover span {
  color: #000;
  background-color: #6aff00;
}

.custom-loader {
  display: flex;
  align-items: center;
  justify-content: center;
  /* position: fixed; */
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 9999;
  padding: 120px 0 194px 0;

  /* padding-bottom: 75svh; */
}

.custom-loader .spinner {
  width: 30px;
  height: 30px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-top: 2px solid #fff;
  border-radius: 50%;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
  margin-right: 16px;
}

.placeholder-figure {
  background-color: #9500ff;
  border: 1px solid #9500ff;
  aspect-ratio: 3/4;
  width: 100%;

  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  line-height: 1.5;

  padding: 16px;
}

.theme-dark .placeholder-figure,
.placeholder-figure-dark {
  background-color: #262626;
  border: 1px solid #242424;
  color: #9e9e9e;
}

@-webkit-keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.custom-loader p {
  font-size: 16px;
  color: #fff;
}

/* <----- Events / Calendar - Overview - Desktop -----> */

.teaser-card-event {
  grid-column: span 12;
  border-bottom: 1px solid #000;
}

.grid-area-event-card {
  display: grid;
  grid-template-columns: auto auto 6fr;
  gap: 40px;
  grid-template-areas: "date image title-infos";
  padding: 40px 0 40px 0;
}

.grid-area-event-card.no-image {
  grid-template-columns: auto 6fr;
  grid-template-areas: "date title-infos";
}

.teaser-card-event--date {
  grid-area: date;
  align-content: center;
  margin-bottom: 0;
}

.teaser-card-event--image {
  grid-area: image;
}

.teaser-card-event--title-infos {
  grid-area: title-infos;

  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 40px
}

.teaser-card-event .date-from-to-wrapper {
  flex-direction: column;
}

.teaser-card-event .date-card-arrow {
  transform: rotate(90deg);
}

.teaser-card-event .teaser-image {
  border-radius: 2px;
  overflow: hidden;
}

.teaser-card-event .teaser-image img {
  max-height: 270px;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: left;
  object-position: left;
}

.teaser-event--large h2,
.teaser-event--large .teaser-skyline {
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #242424
}

.teaser-event--small h2,
.teaser-event--small .teaser-skyline {
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: #242424
}

.teaser-card-event .teaser-skyline {
  color: #9500ff;
  margin-bottom: 2px;
}

.teaser-event--large .teaser-skyline {
  margin-bottom: 8px;
}

.teaser-card-event .btn-cta {
  background-color: #9500ff;
  border-color: #9500ff;
}

.teaser-card-event--content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px 80px
}

.teaser-event--small .teaser-card-event--content {
  flex-direction: row;
  width: 100%;
}

.teaser-card-event--arrow {
  align-content: center;
}

.teaser-event--small .event-orientation {
  align-items: center;
}

.teaser-card-event--text ul li {
  position: relative;

  font-size: 16px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #444444;

  /* padding-left: 22px; */
}

.event-is-outdated .teaser-skyline,
.event-is-outdated .date-from-to-wrapper,
.event-is-outdated .theme-font-color,
.event-is-outdated .page-header-news-detail,
.event-is-outdated .block:not(.grid-item-galleryblock, .grid-item-videoblock, .grid-item-imageblock),
.event-is-outdated .caption,
.event-is-outdated .page-section.resources,
.event-is-outdated .teaser-card-event--arrow {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

/* .teaser-card-event--text ul li::before {
  content: '';
  width: 16px;
  height: 16px;
  flex-grow: 0;
  border: solid 2px #707070;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 4px;
} */

.teaser-event--small .teaser-card-event--text,
.teaser-event--small .teaser-card-event--header {
  width: 50%;
}

.month-group:first-of-type .event-month-header {
  padding-top: 64px;
}

.month-group {
  transition: opacity 0.3s ease, height 0.3s ease;
}

.month-group[style="display: none;"] {
  opacity: 0;
  height: 0;
  overflow: hidden;
}

.event-month-header {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #9500ff;
  text-transform: uppercase;

  grid-column: span 12;
  padding: 128px 0 64px 0;
}

/* <----- Gallery - Overview - Desktop -----> */

.teaser-card-gallery {
  grid-column: span 12;
  border-radius: 2px;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.09);
  background-color: #fff;
  overflow: hidden;
}

.teaser-card-gallery .date-from-to-wrapper {
  flex-direction: row;
  justify-content: flex-start;
}

.grid-area-gallery-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0px;
  grid-template-areas: "image title-infos";
  padding: 0;
}

.teaser-card-gallery--image {
  grid-area: image;
}

.teaser-card-gallery--image {
  grid-area: image;
}

.image-right .grid-area-gallery-card {
  grid-template-areas: "title-infos image";
}

.grid-area-gallery-card.no-image {
  grid-template-areas: "title-infos";
}

.teaser-card-gallery--title-infos {
  grid-area: title-infos;
  padding: 16px 24px 24px;

  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px 80px;
}

.teaser-card-gallery .btn-cta {
  background-color: #6aff00;
  border-color: #6aff00;
  color: #242424;
}

.teaser-card-gallery .topic-headline {
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: left;
  color: #9500ff;

  margin-bottom: 8px;
}

.teaser-card-gallery .teaser-skyline {
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: left;
  color: #242424;

  margin-bottom: 8px;
}

.teaser-card-gallery h2 {
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: left;
  color: #242424;
}

.teaser-card-gallery--header {
  margin-bottom: 32px;
}

.teaser-card-gallery figure.teaser-image {
  height: 100%;
}

.teaser-card-gallery figure.teaser-image img {
  min-height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}

.teaser-card-no-events {
  padding: 64px;
}

.teaser-card-gallery-subpage {
  background-color: #9500ff;
}

.teaser-card-gallery-subpage h2 {
  color: #6aff00;
  margin-bottom: 8px;
}

.teaser-card-gallery-subpage .page__subtitle {
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  margin-bottom: 8px;
}

.teaser-card-gallery--text {
  font-size: 16px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}

/* Suchfunktion - Desktop */

.search-tool {
  height: calc(100% - 52px);
  background-color: #9500ff;
  padding-top: 0;
  position: relative;
  position: fixed;
  top: 52px;
  width: 100%;
  z-index: 1001;
  transition: all 0.3s ease-in-out;
  pointer-events: all;
}

.search-tool.minimized,
.search-tool.active {
  opacity: 1;
  visibility: visible;
}

.search-hidden {
  /* display: none; */
  opacity: 0;
  visibility: hidden;
}

.search-tool.minimized {
  height: 0;
  opacity: 0;
  overflow: hidden;
}

.minimized .search-tool.reset-inactive {
  opacity: 1;
  pointer-events: all;
}

.search-tool--header {
  padding: 20px 16px;
  background-color: #9500ff;
  height: auto;
  align-self: stretch;
  flex-grow: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
  position: -webkit-sticky;
  position: sticky;
  width: 100%;
  top: 0px;
}

.search-tool--title {
  display: none;
}

.search-tool--header-button {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;

  color: #6aff00;
  border-color: #6aff00;
  text-transform: uppercase;
}


.search-tool--header-button.reset-inactive {
  opacity: 0.5;
  pointer-events: none;
}

.search-tool--header-button:hover {
  background-color: #6aff00;
  border: solid 1px #6aff00;

  color: #000;
}

.hidden-option {
  display: none;
}

.search-status-text {
  display: none;
}

.search-tool-wrapper {
  display: grid;
  height: calc(100% - 42px);
  align-content: center;
  justify-content: center;
  overflow-y: scroll;

  padding: 32px 64px 64px 64px;
}

.searchinput {
  background-color: transparent;
  border: none;

  font-size: 48px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;

  width: 100%;
}

.searchinput:focus {
  outline: none;
}

.searchwrapper {
  justify-content: center;
  display: grid;
}

.searchform {
  max-width: 680px;
  overflow: hidden;
}

input[type="search"]::-webkit-search-cancel-button {
  display: none;
  /* Hides the clear button */
}

input[type="search"]::-webkit-search-decoration {
  display: none;
  /* Hides the search icon */
}

.searchinput::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
  opacity: 1;
}

.searchinput::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
  opacity: 1;
}

.searchinput:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
  opacity: 1;
}

.searchinput::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
  opacity: 1;
}

.searchinput::placeholder {
  color: rgba(255, 255, 255, 0.4);
  opacity: 1;
}

.searchinput::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.btn.search-input-button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  margin: 0 auto;

  height: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  background-color: #6aff00;
  border: 1px solid #6aff00;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #242424;
  text-transform: uppercase;
  margin-top: 40px;

  transition: 0.2s all;
}

.btn-disabled {
  pointer-events: none;
  opacity: 0.5;
}

.search-query-text {
  font-size: 14px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}

/* Remove autofill background and text color */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: inherit;
  /* Inherit text color from parent */
  /* Reset background */
  box-shadow: 0 0 0px 1000px transparent inset;
  /* Reset background for non-WebKit browsers */
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  /* Prevent autofill flash */
}

.section--search {
  padding: 0 64px 80px 64px;
  margin: 0 0 0px 0;
}

.search-card {
  border-bottom: 1px solid #000;
  padding: 40px 0 40px 0;
}

.search-card-wrapper {
  grid-area: title-infos;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}

.search-parent-title {
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: #9500ff;

  margin-bottom: 2px;
}

.search-card h2 {
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}

.search-card .btn-cta {
  background-color: #9500ff;
  border-color: #9500ff;
}

/* Paywall - Desktop */

.paywall {
  grid-column-start: 3;
  grid-column-end: 11;

  background-color: #9500ff;
  min-height: 530px;
  width: 100%;
  aspect-ratio: 854/532;
  position: relative;
  border-radius: 2px;
}

.paywall--content-wrapper {
  padding: 64px;
  z-index: 2;
  position: relative;

  height: 100%;
  display: grid;
  flex-direction: column;
  justify-content: center;
  align-content: center;
}

.paywall--header p {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #fff;

  max-width: 400px;
  margin: 0 auto;
}

.paywall--header h2 {
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: center;
  color: #fff;

  margin: 40px 0;
}

.paywall--link-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.text-link {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  position: relative;

  white-space: nowrap;
}

.text-link span {
  transition: all 0.2s ease-in-out;
}

.text-link:hover .span-text {
  padding-left: 8px;
}

.paywall--content-wrapper .paywall--link-wrapper .btn {
  border-color: #6AFF00;
  background-color: #6AFF00;
  color: #000;
}

.paywall--content-wrapper .paywall--link-wrapper .btn:hover {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}

.paywall-image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.paywall-image figure,
.paywall-image figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.paywall-image::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(149, 0, 255, 0.75);
  pointer-events: none;
  z-index: 1;
}

/* Fakten / Facts - Overview - Desktop */

.page-section-facts-content {
  margin-bottom: 180px;
}

.facts-related-articles .related-pages-wrapper .teaser-card {
  grid-column: span 6;
}

.teaser-card-facts-subpage {
  background-color: #262626;
}

.teaser-card-facts-subpage h2 {
  color: #6aff00;
}

.teaser-card-facts-subpage .btn-cta {
  background-color: #9500ff;
  border-color: #9500ff;
  color: #fff;
}

.teaser-card-detail-subpage {
  grid-column: span 6;
  border-radius: 2px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
  background-color: #262626;
  overflow: hidden;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.teaser-card-facts {
  background-color: #262626;
}

.teaser-card-services {
  background-color: #9500ff;
}

.teaser-card-detail-subpage h2 {
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}

.teaser-card-detail-subpage figure,
.teaser-card-detail-subpage figure img {
  /* aspect-ratio: 620/370; */
  aspect-ratio: 3/2;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.teaser-card-detail-subpage .theme-btn-full {
  border-color: #6aff00;
  background-color: #6aff00;
  color: #000;
}

/* Fakten / Facts - Positions - Desktop */
.grid-item-position {
  grid-column: span 12;
  border-bottom: 1px solid #858585;
}

.block-type-position {
  padding: 64px 0 64px 0;
}

.section-position-inner {
  display: grid;
  grid-template-columns: 8fr 4fr;
  gap: 64px;
  grid-template-areas: "title-infos image";
}

.section-position-inner.image-left {
  grid-template-columns: 4fr 8fr;
  grid-template-areas: "image title-infos";
}

.section-position-inner.image-right {
  grid-template-columns: 8fr 4fr;
  grid-template-areas: "title-infos image";
}


.block-type-position:first-of-type {
  padding-top: 0;
}

.position-content {
  grid-area: title-infos;
  padding: 40px 48px;
}

.position-image {
  grid-area: image;
  padding: 20px 0;
}

.position-skyline {
  font-size: 40px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #6aff00;
}

.position-header h2 {
  font-size: 40px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}

.position-header {
  margin-top: 0px;
  margin-bottom: 32px;
}

/* Services - Overview - Desktop */
.teaser-card-facts-services {
  background-color: #9500ff;
}

.teaser-card-facts-services h2 {
  color: #6aff00;
}

.teaser-card-facts-services .btn-cta {
  background-color: #6aff00;
  border-color: #6aff00;
  color: #242424;
}

.teaser-card-facts-services.image-right {
  background-color: #9500ff;
}

/* Forms - Desktop */

form [type="submit"] {
  height: auto;
  width: 100%;
  padding: 8px 12px;
  background-color: #9500ff;
  border: 1px solid #9500ff;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  text-transform: uppercase;

  cursor: pointer;
}

form input[type="password"],
form input[type="text"],
form input[type="email"],
form input[type="tel"],
form input[type="url"],
form select {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #2c2c2c;

  height: 40px;
  align-self: stretch;
  flex-grow: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  padding: 0 8px 0 12px;
  border: solid 1px #000;
  border-radius: 0;

  width: 100%;

  background: transparent;
  color: inherit;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type="url"]::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.5;
}

input[readonly] {
  opacity: 0.5;
  cursor: not-allowed;
}

.input-hint {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.42;
  letter-spacing: normal;
  text-align: left;
  color: #2c2c2c;
  opacity: 1;

  margin-top: 8px;
  display: block;
}

/* Hide the default file input */
input[type="file"] {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

/* Custom file upload button */
form .remove-button,
.input-group label[for="avatar"] {
  display: inline-block;
  width: 100%;
  padding: 8px 12px;
  background-color: transparent;
  border: 1px solid #9500ff;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  line-height: normal;
  color: #9500ff;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
  margin: 0;
}

.form-image-group figure {
  background-color: #efefef;
  aspect-ratio: 3/4;
  width: 300px;
  height: 400px;

  display: flex;
  justify-content: center;
  align-items: center;
  color: #8d8d8d;
  padding: 16px;
  line-height: 1.5;
  text-align: center;
}

.remove-text {
  text-indent: -999999px;
}

/* Optional: Add a slight glow or border to indicate a new selection */
.form-image-group img.image-selected {
  opacity: 0.4;
  transition: none;
}

/* Hover effect */
form .remove-button:hover,
.input-group label[for="avatar"]:hover {
  background-color: #9500ff;
  color: #fff;
}

.detail-inner-content-small {
  grid-column-start: 4;
  grid-column-end: 10;
}

form label {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #000;

  margin-bottom: 8px;
}

input[type="checkbox"]+label {
  cursor: pointer;
}

.form-text {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #2c2c2c;

  margin-bottom: 24px;
}

.readonly-input {
  pointer-events: none;
}

.readonly-input input,
.readonly-input input[type="checkbox"]:checked+label::before,
.readonly-input input[type="checkbox"]:checked+label::after {
  opacity: 0.5;
}

form select {
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="13" fill="none"><path stroke="%23000000" stroke-linecap="round" stroke-width="2" d="m2 2 8 8 8-8"/></svg>');
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 20px 13px;
  padding-right: 40px;
}

.input-group {
  margin-bottom: 24px;
  position: relative;
}

/* Hide default checkboxes & radios */
form [type="checkbox"],
form [type="radio"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  top: 40px;
  left: 20px;
}

form ul {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
}

form ul li {
  position: relative;
}

form [type="checkbox"]+label,
form [type="radio"]+label {
  position: relative;
  padding-left: 60px;
  padding-top: 8px;
  min-height: 40px;
}

/* Custom Checkbox */
form [type="checkbox"]+label::before,
form [type="radio"]+label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  border: 1px solid #000;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Checked State (Black Fill) */
form [type="checkbox"]:checked+label::before,
form [type="radio"]:checked+label::before {
  background-color: #6aff00;
}

/* Checkbox Checkmark */
form [type="checkbox"]:checked+label::after,
form [type="radio"]:checked+label::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 8px;
  width: 24px;
  height: 24px;
  background-color: #000;
}

.form-required-label,
.form-text--small-hint {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.42;
  letter-spacing: normal;
  text-align: left;
  color: #2c2c2c;

  margin-top: 16px;
}

.form-text--small-hint {
  padding-left: 60px;
}

.form-message {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #2c2c2c;

  margin-bottom: 24px;
  margin-top: 24px;
  padding: 16px;

}

.form-message.success {
  background-color: #6aff00;
  border: 1px solid #6aff00;
  border-radius: 0;
}

.form-message.error {
  background-color: #FFAA00;
  border: 1px solid #FFAA00;
  border-radius: 0;
}

.form-message.loading {
  color: #2c2c2c;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 0;
}

.text.form-info-text p {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.42;
  letter-spacing: normal;
  text-align: left;
  color: #2c2c2c;
}

.text.form-info-text a {
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.form-cta {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #2c2c2c;
}

.form-cta a {
  display: inline-block;
}

/* Account Data - Desktop */

.form-header h2 {
  font-size: 40px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
  color: #2c2c2c;

  margin-bottom: 24px;
}

.account-hint {
  margin-bottom: 96px;
}

.hint-text-account {
  padding: 16px;
  background-color: #fa0;

  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #000;

  margin-bottom: 16px;
}

.hint-text-account.grey {
  background-color: #efefef;
  text-align: center;
}

.hint-text-account.green {
  background-color: #6aff00;
  text-align: center;
  color: #000;
}

.hint-uppercase {
  text-transform: uppercase;
}

.form-header {
  margin-bottom: 64px;
}

.account-form {
  margin-bottom: 96px;
}

.account-header-text {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #2c2c2c;
}

.input-group-2-columns {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, 1fr);
}

.has-2-buttons .input-group {
  margin-bottom: 0;
}

.form-image-group {
  display: flex;
  justify-content: center;

  margin-bottom: 26px;
}

.form-image-group figure img {
  width: 300px;
  height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
}

/* <----- Small Desktop Height -----> */
@media only screen and (min-height: 1100px) {

  .orientation-landscape,
  .orientation-square {
    grid-column-start: 5;
    grid-column-end: 13;
  }

  .orientation-portrait {
    grid-column-start: 6;
    grid-column-end: 12;
  }

}

/* <----- Large Desktop -----> */
@media only screen and (min-width: 2400px) {
  .article-grid .grid-item-3 {
    grid-column: span 2;
  }

  .article-grid .grid-item-6 {
    grid-column: span 4;
  }

  .centered-max-width {
    max-width: 1920px;
    margin: 0 auto;
  }

  .showcase__highlight {
    max-width: 380px;
  }

  .showcase__highlight:nth-of-type(1) {
    max-width: 480px;
  }

  .orientation-landscape,
  .orientation-square {
    grid-column-start: 6;
    grid-column-end: 13;
  }

  .orientation-portrait {
    grid-column-start: 7;
    grid-column-end: 12;
  }

}

/* <----- Standard Desktop -----> */
@media only screen and (max-width: 1560px) {

  .article-grid.gap-64 {
    gap: 40px;
  }

}

/* <----- Medium Desktop -----> */
@media only screen and (max-width: 1380px) {

  .first-word {
    display: block;
    visibility: visible;
    content-visibility: visible;
  }

  .full-title {
    display: none;
    visibility: hidden;
    content-visibility: hidden;
  }

  /* <----- Grid  -----> */
  .article-grid {
    gap: 40px;
  }

  .grid-item-3 {
    grid-column: span 4;
  }


}

/* <----- Smallest Desktop -----> */
@media only screen and (max-width: 1200px) {

  /* <----- Grid  -----> */
  .article-grid {
    gap: 64px;
  }

  .gallery--grid-item.grid-item-3,
  .grid-item-3 {
    grid-column: span 6;
  }

  .grid-column-2-12 {
    grid-column-start: 1;
    grid-column-end: 13;
  }

  .photo-card {
    grid-column: span 4;
  }

  .block-type-button-block,
  .grid-item-quoteblock,
  .grid-item-infoblock,
  .grid-item-introblock,
  .grid-item-textblock,
  .project .grid-item-textblock {
    grid-column-start: 2;
    grid-column-end: 12;
  }

  .related-pages-wrapper .teaser-card {
    grid-column: span 6;
  }

  .detail-inner-content-small {
    grid-column-start: 1;
    grid-column-end: 13;
  }

  .grid-area-photographer-item {
    grid-template-columns: 4fr 2fr 3fr;
    grid-template-areas:
      "name-location image categories"
      "name-location image details";
    gap: 32px;
  }

  /* Font Sizes */
  .teaser-card-detail-subpage h2,
  .teaser-event--large h2, .teaser-event--large .teaser-skyline {
    font-size: 24px;
    line-height: 1.33;
  }

  /* Paddings */

  .current-photo__pagination {
    padding: 10px 64px 24px 64px;
  }

  .position-content {
    padding: 0px 0px;
  }

}

/* <----- Smallest Desktop -----> */
@media only screen and (max-width: 1140px) {

  .is-desktop-nav {
    display: none;
    visibility: hidden;
    content-visibility: hidden;
  }

  .is-mobile-nav {
    display: block;
    visibility: visible;
    content-visibility: visible;
  }

  /* <----- Navigation - Mobile -----> */

  .navigation-secondary-wrapper:has(.secondary-navigation),
  .navigation-secondary-wrapper {
    display: none;
  }

  .main-navigation {
    background-color: transparent;
  }

  .navigation-wrapper.hide-navigation {
    transform: translateY(0%);
  }

  main.transition-main {
    padding-top: 0px;
  }

  .site-header {
    width: 100%;
    position: -webkit-sticky;
    position: sticky;
    z-index: 101;
    top: 0;
    pointer-events: all;
  }

  .logo-small svg {
    width: auto;
    height: 30px;
  }

  .logo-small-floating svg {
    height: 18px;
    margin-bottom: 2px;
  }

  /* Mobile Navigation */

  .mobile-nav-button-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
  }

  /* Basic Styles */
  .burger-button-wrapper {
    padding: 10px;
    cursor: pointer;
  }

  .burger-inner {
    width: 36px;
    height: 36px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background-color: #fff;
    background-color: #6aff00;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1);
    transition: background-color .2s ease-in-out;
  }

  /* body.body-theme-dark .burger-inner {
    background-color: #262626;
    transition: background-color .2s ease-in-out;
  } */

  #burger-button.open .burger-inner {
    background-color: #6aff00;
  }

  .burger {
    width: 20px;
    height: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 4px;
    background: transparent;
    border: none;
    cursor: pointer;
    position: relative;
  }

  /* Burger Lines */
  .burger span {
    display: block;
    width: 20px;
    height: 2px;
    background-color: #9500ff;
    border-radius: 4px;
    transition: top 0.15s ease-in-out 0.2s, transform 0.2s ease-in-out 0s, opacity 0.15s ease-in-out;
    position: absolute;
    left: 0;
  }

  .burger span:nth-child(1) {
    top: 0;
  }

  .burger span:nth-child(2) {
    top: 7px;
    transition: opacity 0.15s ease-in-out 0.1s;
  }

  .burger span:nth-child(3) {
    top: 14px;
  }

  #burger-button.open .burger span:nth-child(1),
  #burger-button.open .burger span:nth-child(3) {
    top: 7px;
    transition: top 0.15s ease-in-out 0s, transform 0.2s ease-in-out 0.2s;
  }

  /* In the open state, rotate the top and bottom lines */
  #burger-button.open .burger span:nth-child(1) {
    transform: rotate(45deg);
  }

  #burger-button.open .burger span:nth-child(3) {
    transform: rotate(-45deg);
  }

  /* Also, fade out the middle line when open */
  #burger-button.open .burger span:nth-child(2) {
    opacity: 0;
    transition: opacity 0.15s ease-in-out 0.1s;
  }

  /* Mobile Navigation Layer */
  #mobile-navigation-layer {
    /* display: none; */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 1);
    z-index: 999;
    transform: translateX(5px);
    opacity: 0;
    transition: all 0.15s ease-in-out;
    overflow: hidden;

    pointer-events: none;
    will-change: transform, opacity;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  /* Show Menu */
  #mobile-navigation-layer.active-mobile-nav {
    /* display: block; */
    opacity: 1;
    transform: translateX(0);

    pointer-events: all;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  .navigation-primary-mobile {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .mobile-navigation-header {
    padding: 10px 64px 10px 8px;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.07);
    background-color: #fff;

    display: flex;
    width: 100%;
    justify-content: space-between;
    gap: 16px;

    position: -webkit-sticky;

    position: sticky;
    top: 0;
  }

  .logo-small-floating {
    padding-left: 38px;
  }

  .navigation-icons-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .navigation-icons {
    padding-left: 0px;
  }

  .mobile-navigation-content {
    height: calc(100% - 56px);
    overflow-y: scroll;
  }

  .mobile-navigation-list {
    padding: 16px 16px 40px 16px;
  }

  .mobile-log-button {
    margin-top: 16px;
    padding-left: 0px;
  }

  .mobile-log-button a:hover {
    background-color: #9500FF;
    border-color: #9500FF;
    color: #fff;
  }

  .mobile-nav-item {
    max-width: 380px;
  }

  .mobile-parent-title {
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #242424;

    margin: 0px 0;
    position: relative;
    padding-left: 20px;
    display: inline-block;
  }

  a.mobile-parent-title::before {
    content: '→';
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 2.2;
  }

  .mobile-submenu {
    padding: 8px 0 32px 0;
  }

  .mobile-submenu li a::before,
  .mobile-submenu li a {
    font-size: 16px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #242424;

    padding: 6px 0;

    transition: all 0.2s ease-in-out;
  }

  .mobile-submenu li a {
    padding-left: 20px;
    position: relative;
    display: inline-block;
    width: 100%;
  }

  .mobile-submenu li a:active {
    color: #9500FF;
    padding-left: 30px;
  }

  .mobile-submenu li a::before {
    content: '→';
    position: absolute;
    left: 0;
    top: 0;
  }

  .mobile-submenu li a:active::before {
    color: #9500FF;
  }

  .mobile-submenu li a.active-subpage {
    color: #9500FF;
    padding-left: 30px;
  }

  .mobile-submenu li a.active-subpage::before {
    color: #9500FF;
  }

  #show-nav.hide-mobile-nav {
    opacity: 0;
    pointer-events: none;
  }

}

/* <----- Mobile -----> */
@media only screen and (max-width: 900px) {

  .is-desktop {
    display: none;
    visibility: hidden;
    content-visibility: hidden;
  }

  .is-mobile {
    display: block;
    visibility: visible;
    content-visibility: visible;
  }

  .is-desktop-inline {
    display: none;
    visibility: hidden;
    content-visibility: hidden;
  }

  .is-mobile-inline {
    display: inline-block;
    visibility: visible;
    content-visibility: visible;
  }

  .centered-max-width {
    max-width: 600px;
    margin: 0 auto;
  }


  /* <----- Grid - Mobile -----> */

  .grid-12 {
    grid-template-columns: repeat(2, 1fr);
  }

  .gap-40 {
    gap: 40px;
  }

  .gap-64 {
    gap: 32px;
  }

  .gap-0-64 {
    gap: 0 32px;
  }

  .grid-item-2 {
    grid-column: span 2;
  }

  .grid-item-3 {
    grid-column: span 2;
  }

  .grid-item-4 {
    grid-column: span 2;
  }

  .grid-item-6 {
    grid-column: span 2;
  }

  .grid-item-8 {
    grid-column: span 2;
  }

  .grid-item-10 {
    grid-column: span 2;
  }

  .grid-item-12 {
    grid-column: span 2;
  }

  .grid-column-2-12 {
    grid-column-start: 1;
    grid-column-end: 3;
  }

  .grid-column-3-11 {
    grid-column-start: 1;
    grid-column-end: 3;
  }

  .detail-content.gap-64 {
    gap: 32px;
  }

  .header-content-wrapper {
    grid-column-start: 1;
    grid-column-end: 3;
  }

  .teaser-card-gallery {
    grid-column: span 2;
  }

  .showcase__image {
    grid-column-start: 1;
    grid-column-end: 3;
  }

  .project-container {
    padding: 96px 16px 96px 16px;
  }

  .grid-item-project__header {
    grid-column-start: 1;
    grid-column-end: 3;

    margin-bottom: 32px;
  }

  .grid-item-introblock {
    grid-column-start: 1;
    grid-column-end: 3;
  }

  .grid-item-infoblock {
    grid-column-start: 1;
    grid-column-end: 3;

    margin: 32px 0;
  }

  .project .grid-item-introblock {
    grid-column-start: 1;
    grid-column-end: 3;
  }

  .grid-item-textblock {
    grid-column-start: 1;
    grid-column-end: 3;
  }

  .project .grid-item-textblock {
    grid-column-start: 1;
    grid-column-end: 3;
  }

  .grid-item-imageblock {
    grid-column-start: 1;
    grid-column-end: 3;

    margin: 32px 0 32px 0;
  }

  .grid-item-imageblock+.block-type-galleryblock,
  .block-type-galleryblock+.grid-item-imageblock,
  .grid-item-imageblock+.grid-item-imageblock {
    margin: 0px 0 32px 0;
  }

  .grid-item-quoteblock {
    grid-column-start: 1;
    grid-column-end: 3;

    margin: 64px 0;
  }

  .project .grid-item-quoteblock {
    grid-column-start: 1;
    grid-column-end: 3;

    margin: 64px 0;
  }

  .grid-item-audioblock {
    grid-column-start: 1;
    grid-column-end: 3;
  }

  .grid-item-videoblock {
    grid-column-start: 1;
    grid-column-end: 3;

    margin: 40px 0;
  }

  .grid-item-galleryblock {
    grid-column-start: 1;
    grid-column-end: 3;

    margin: 32px 0 32px 0;
  }

  .block-type-button-block {
    grid-column-start: 1;
    grid-column-end: 3;
  }

  .gallery-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 64px;
  }

  .gallery--grid-item {
    grid-column: span 2;
  }

  .button-block-share {
    flex-direction: column;
    align-items: flex-start;
  }

  /* <----- Home - Mobile -----> */

  .page-section {
    padding: 0 16px 0 16px;
    margin: 16px 0 80px 0;
  }

  .home .page-section-home:first-of-type {
    margin: 80px 0;
  }

  .page-section-home {
    margin: 120px 0;
  }

  .landing__header {
    padding-top: 40px;
    height: auto
  }

  .landing__logo {
    display: grid;
    justify-content: center;
  }

  .landing__logo svg {
    max-width: 280px;
    width: 60vw;
  }

  .landing__title {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    margin: 64px auto 0 auto;

    padding: 0 8px;

    max-width: 400px;
  }

  .cta-btn-wrapper {
    margin: 0 auto;
  }

  .current-photo__content {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    width: 100%;
    padding-top: 16px;
    padding-bottom: 24px;
  }

  .current-photo__read-more {
    white-space: nowrap;
    min-width: 150px;
    text-align: left;
  }

  .grid-area-landing.gap-64 {
    gap: 64px 32px;
  }

  .page__title, .page__subtitle, .page__skyline {
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
  }

  .page-header-home {
    margin-bottom: 56px;
  }

  .cta-wrapper--centered {
    margin-top: 32px;
  }

  .page__skyline:has(+ .page__title), .page__title:has(+ .page__subtitle) {
    margin-bottom: 8px;
  }

  .page-header-home-gallery {
    padding: 40px 0;
  }

  .image-right .grid-area-gallery-card {
    grid-template-areas:
      "title-infos"
      "image";
  }

  .grid-area-gallery-card {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0px;
    grid-template-areas:
      "title-infos"
      "image";
  }

  .teaser-card-gallery h2,
  .teaser-card-gallery .teaser-skyline,
  .teaser-card-gallery .topic-headline {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    margin-bottom: 0px;
  }

  .teaser-card-gallery--title-infos {
    grid-area: title-infos;
    padding: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px 80px;
  }

  /* Teaser - Mobile */

  .teaser-large .teaser-skyline {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
  }

  .teaser-large h2 {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: inherit;
    margin-bottom: 8px;
  }

  .teaser-large .teaser-intro-text {
    display: none;
  }

  .teaser-card {
    border-radius: 4px;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1);
  }

  /* Events - Mobile */

  .grid-area-event-card {
    grid-template-columns: 1fr;
    gap: 16px;
    grid-template-areas:
      "date"
      "image"
      "title-infos";
    padding: 24px 0;
  }

  .grid-area-event-card.no-image {
    grid-template-columns: 1fr;
    grid-template-areas:
      "date"
      "title-infos";
  }

  .date-from-to-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
  }

  .teaser-card-event .date-from-to-wrapper {
    flex-direction: row;
  }

  .teaser-card-event .date-card-arrow {
    transform: rotate(0deg);
  }

  .teaser-card-event .teaser-image img {
    width: 100%;
    max-height: none;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
  }

  .teaser-event--small .teaser-card-event--content {
    flex-direction: column;
    width: 100%;
  }

  .teaser-card-event--arrow {
    align-content: center;
    display: none;
  }

  .teaser-event--small .teaser-card-event--text, .teaser-event--small .teaser-card-event--header {
    width: 100%;
  }

  .teaser-event--small .teaser-card-event--text:empty,
  .teaser-event--small .teaser-card-event--header:empty {
    display: none;
  }

  .teaser-card-event--text ul li {
    font-size: 14px;
    font-weight: 300;
  }

  .teaser-event--large h2, .teaser-event--large .teaser-skyline {
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.33;
  }

  .date-month, .date-year {
    font-size: 12px;
    font-weight: 300;
    line-height: 1.33;
  }

  .date-day {
    font-size: 32px;
    line-height: 1.25;
  }

  .date-card-arrow {
    font-size: 24px;
  }

  .date-card {
    min-width: 100px;
  }

  .teaser-card-event .teaser-skyline {
    margin-bottom: 0;
  }

  .home-showcase-overview {
    padding-top: 40px;
    padding-bottom: 64px;
  }

  .teaser-card-gallery figure.teaser-image img {
    min-height: auto;
  }

  .showcase__highlights-list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 40px;
    margin: 8px auto 32px auto;
    max-width: 400px;
  }

  .showcase__highlight:nth-of-type(1) {
    max-width: 100%;
  }

  .showcase__highlight {
    max-width: 80%;
  }

  /* <----- Footer - Mobile -----> */

  .main-footer {
    padding: 64px 16px 80px 16px;
  }

  .footer-header h3 {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;

    margin-bottom: 32px;
  }

  .footer-column h4 {
    font-size: 12px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;

    margin-bottom: 4px;
    margin-top: 32px;
  }

  .footer-column p {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
  }

  .footer-column a {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
  }

  .footer-columns.grid.gap-64 {
    gap: 64px 32px;
  }

  .footer-legal-links li a {
    margin-top: 32px;
  }

  .footer-logo {
    margin: 0 0 64px 0;
    display: flex;
    justify-content: center;
  }

  .footer-logo svg {
    width: 100%;
    max-width: 280px;
    height: auto;
  }

  .footer-column-sponsors {
    margin-top: 0px;
    padding: 32px 16px;
  }

  .footer-column-sponsors h4 {
    text-align: center;
    margin-bottom: 24px;
  }

  .logo-grid {
    gap: 24px 40px;
  }

  .logo-grid figure img {
    height: auto;
    max-width: 100px;
    width: 100%;
  }

  /* Suchfunktion - Mobile */

  .search-tool {
    height: calc(100% - 56px);
    background-color: #9500ff;
    position: fixed;
    top: 56px;
    width: 100%;
    z-index: 1001;
    transition: all 0.3s ease-in-out;
    pointer-events: all;
  }

  /* <----- News - Mobile -----> */

  .page-header:has(+ .tertiary-navigation),
  .page-header:has(+ .events-overview),
  .page-header:has(+ .photographers-search-section),
  .page-header:has(+ .section--search) {
    padding-bottom: 64px;
  }

  .tertiary-navigation {
    padding: 0px;
    padding-top: 56px;

    top: 0;
    background-color: #fff;
    position: -webkit-sticky;
    position: sticky;

    z-index: 99;
    left: 0;
    bottom: 8px;
    right: 0;

    width: 100%;
    overflow: hidden;

    transition: transform 0.3s ease-in-out;
  }

  .tertiary-navigation.hide-nav {
    transform: translateY(calc(100% + 16px));
  }

  .sort-header--time-name {
    top: 0;
    left: 0;
    padding-top: 56px;
    background-color: #fff;
    position: -webkit-sticky;
    position: sticky;
    z-index: 99;
  }

  .sort-label {
    display: none;
  }

  .tertiary-navigation--wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 8px;
    overflow-x: scroll;
    padding: 8px 48px 8px 16px;

    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .tertiary-navigation--wrapper::-webkit-scrollbar {
    display: none;
  }

  .tertiary-navigation ul li a {
    white-space: nowrap;
    background: transparent;
    border: 1px solid #000;
  }

  .theme-dark .tertiary-navigation ul li a {
    color: #fff;
    border: 1px solid #fff;
  }

  .theme-dark .tertiary-navigation--wrapper:before {
    background: transparent linear-gradient(90deg, #1b1b1b 0%, #1b1b1b 19%, #8246AA00 100%) 0% 0% no-repeat padding-box;
  }

  .theme-dark .tertiary-navigation--wrapper:after {
    background: transparent linear-gradient(270deg, #1b1b1b 0%, #1b1b1b 19%, #8246AA00 100%) 0% 0% no-repeat padding-box;
  }

  .articles-overview {
    margin-top: 64px;
    margin-top: 16px;
  }

  .tertiary-navigation--wrapper:before {
    content: '';
    position: absolute;
    pointer-events: none;
    left: 0;
    top: 0;
    width: 16px;
    height: 100%;
    z-index: 2;
    background: transparent linear-gradient(90deg, #fff 0%, #fff 19%, #8246AA00 100%) 0% 0% no-repeat padding-box;
  }

  .tertiary-navigation--wrapper:after {
    content: '';
    position: absolute;
    pointer-events: none;
    right: 0;
    top: 0;
    width: 48px;
    height: 100%;
    z-index: 2;
    background: transparent linear-gradient(270deg, #fff 0%, #fff 19%, #8246AA00 100%) 0% 0% no-repeat padding-box;
  }

  .pagination-section {
    padding: 0 16px 80px 16px;
    margin: 80px 0 0 0;
  }

  .pagination-section .pagination ul li a {
    padding: 12px 4px;
  }

  .pagination-ellipsis {
    padding: 6px 6px;
  }

  /* <----- News - Detail - Mobile -----> */
  .subnavigation {
    padding: 72px 16px 0px 16px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
  }

  .back-button {
    text-align: center;
    white-space: nowrap;
  }

  .page-container-detail {
    padding: 0px 16px 64px 16px;
    margin: 64px 0;
  }

  .page-container-detail--smaller-margin {
    padding: 0px 16px 64px 16px;
    margin: 0 0 64px 0;
  }

  .hero-wrapper {
    padding: 0 16px 0 16px;
    margin: 64px 0;
  }

  .hero-wrapper.hero-wrapper-without-navigation {
    padding: 0 16px 0 16px;
    margin: 120px 0 64px 0;
  }

  .detail-image__hero {
    margin-top: 64px;
    grid-column-start: 1;
    grid-column-end: 3;
  }

  .header-content-wrapper {
    grid-column-start: 1;
    grid-column-end: 3;
  }

  .page__infos-section {
    grid-column-start: 1;
    grid-column-end: 3;

    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;

    margin-top: 32px;
  }

  .page-header {
    padding: 120px 16px 120px 16px;
  }

  .caption p {
    margin-top: 16px;
  }

  .intro-text p {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
  }

  .page__date,
  .page__author,
  .text h3,
  .text p {
    font-size: 14px;
  }

  .caption p {
    font-size: 12px;
  }

  .cookie-settings-btn,
  .text p a {
    text-decoration-thickness: 1.5px;
  }

  .quote-text {
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
  }

  .page-section__title, .page-section__subtitle {
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
  }

  .grid-area-photographer {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas:
      "image"
      "name-location"
      "details";
  }

  .padding-80-0 {
    padding: 64px 0 0 0;
  }

  .subnavigation:has(+footer) {
    margin: 64px 0px 64px 0px;
    padding: 0px 16px 0px 16px;
  }

  .padding-64-0 {
    padding: 0px 0 64px 0;
  }

  .page-section.gallery-overview {
    margin-top: 16px;
  }

  .teaser-card-gallery {
    border-radius: 4px;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.2);
  }

  .teaser-card-gallery-subpage .page__subtitle {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    margin-bottom: 8px;
  }

  .teaser-card-gallery--text {
    font-size: 14px;
    line-height: 1.5;
  }

  .teaser-cta-wrapper {
    margin-top: 24px;
    margin-bottom: 8px;
  }

  .teaser-content-inner {
    padding: 16px 16px 16px;
  }

  .teaser-text-type-wrapper {
    padding: 0 16px 24px 16px;
  }

  .page-section.events-overview {
    margin-top: 16px;
  }

  .sort-btn-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 8px;
    overflow-x: scroll;
    padding: 8px 48px 8px 16px;

    scrollbar-width: none;
    -ms-overflow-style: none;

    position: relative;
    left: 0;
    width: calc(100% + 32px);
  }

  .sort-btn-wrapper::-webkit-scrollbar {
    display: none;
  }

  .sort-wrapper:before {
    content: '';
    position: absolute;
    pointer-events: none;
    left: 0;
    top: 0;
    width: 16px;
    height: 100%;
    z-index: 2;
    background: transparent linear-gradient(90deg, #fff 0%, #fff 19%, #8246AA00 100%) 0% 0% no-repeat padding-box;
  }

  .sort-wrapper:after {
    content: '';
    position: absolute;
    pointer-events: none;
    right: 0;
    top: 0;
    width: 48px;
    height: 100%;
    z-index: 2;
    background: transparent linear-gradient(270deg, #fff 0%, #fff 19%, #8246AA00 100%) 0% 0% no-repeat padding-box;
  }

  .sort-wrapper {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
    padding: 0px 0 16px 0;
    position: relative;
    width: calc(100% + 32px);
    left: -16px;
  }

  .event-month-header {
    grid-column: span 2;
    padding: 64px 0 64px 0;
  }


  /* Paywall - Mobile */

  .paywall {
    grid-column-start: 1;
    grid-column-end: 3;
    min-height: 430px;
    aspect-ratio: unset;
    border-radius: 4px;
  }

  .paywall--content-wrapper {
    padding: 40px 32px;
  }

  .sort-btn.active {
    color: #9500ff;
    border: solid 1px #9500ff;
    background-color: transparent;
    pointer-events: none;
  }


  /* Facts - Mobile */


  .theme-dark .photographers-search-section {
    margin-top: 0;
    padding-top: 16px;
    margin-bottom: 0
  }

  /* .photographers-topic-wrapper {
    display: none;
  } */

  .search-header .grid-item-12 .grid-item-6.intro-text-photographers-overview {
    order: 1
  }

  .search-header .grid-item-12 .grid-item-6 {
    order: 2
  }

  .grid-area-photographer-item {
    display: grid;
    grid-template-columns: 2fr;
    grid-template-areas:
      "name-location"
      "image"
      "categories"
      "details";
    align-items: flex-start;
    gap: 40px;
  }

  .photographer__image img,
  .placeholder-figure,
  .member-image img {
    max-width: 160px;
  }

  .member_image-wrapper {
    grid-area: image;
    display: flex;
    justify-content: center;
  }

  .member_category-item {
    padding: 4px 8px;
  }

  .loading-text, .no-results-text {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: inherit;
    min-height: 30px;
    padding: 120px 0 120px 0;
  }

  /* Fakten / Facts - Positions - Mobile */

  .position-skyline {
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
  }

  .position-header h2 {
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
  }

  .section-position-inner.image-left,
  .section-position-inner.image-right {
    grid-template-columns: 2fr;
    grid-template-areas:
      "title-infos"
      "image";
  }

  .section-position-inner {
    display: grid;
    grid-template-columns: 8fr 4fr;
    gap: 40px;
    grid-template-areas:
      "title-infos"
      "image";
  }

  .position-content {
    grid-area: title-infos;
    padding: 0px 0px;
  }

  .position-image {
    padding: 0px 0;
  }

  .block-type-position {
    padding: 32px 0 32px 0;
  }


  /* Account Data - Mobile */

  .form-header h2 {
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: center;

    margin-bottom: 24px;
  }

  .hint-text-account {
    text-align: left;
  }

  .account-section {
    margin: 64px 0 80px 0;
  }

  .account-hint {
    margin-bottom: 96px;
  }

  .input-group-2-columns {
    display: grid;
    gap: 0px;
    grid-template-columns: repeat(1, 1fr);
  }

  .form-image-group figure {
    width: 150px;
    height: 200px;
  }

  .form-image-group figure img {
    width: 150px;
    height: 200px;
  }

  form .remove-button {
    margin-bottom: 24px;
  }

  .current-photo__pagination {
    gap: 14px;
    padding: 64px 16px 24px 16px;

    grid-column-start: 1;
    grid-column-end: 3;
  }

  .current-photo__date {
    display: none;
  }

  .current-photo__subtitle,
  .current-photo__title {
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
  }

  .current-portrait,
  .current-square,
  .current-landscape {
    grid-column-start: 1;
    grid-column-end: 3;
  }

  .current-photo__header {
    padding: 64px 16px 64px 16px;
    grid-column-start: 1;
    grid-column-end: 3;
  }

  .current-photo-wrapper {
    margin: 0 0 120px 0;
    padding: 0px 16px 0px 16px;
  }

  .grid-area-photos {
    padding-top: 0px;
  }

  .showcase__highlights {
    padding: 0px 16px 56px 16px;
  }

  .showcase__highlights-title {
    margin-bottom: 16px;
  }

  .showcase__projects {
    margin: 0 0 80px 0;
  }

  .teaser-card-detail-subpage {
    border-radius: 4px;
  }

  .teaser-card-detail-subpage h2 {
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
  }

  .theme-dark .tertiary-navigation {
    background-color: #1b1b1b;
  }

  .page__infos-section.no-infos {
    margin: 0;
  }

  .detail-inner-content-small {
    grid-column-start: 1;
    grid-column-end: 3;
  }

  .photographer__image {
    display: flex;
    justify-content: center;
  }

  .btn-text-type {
    white-space: normal;
  }

  .search-tool-wrapper {
    height: calc(100% - 42px);
    padding: 32px 16px 64px 16px;
  }

  .search-tool--header {
    padding: 16px 10px;
  }

  .searchinput {
    font-size: 24px;
    height: 40px;
  }

  .section--search {
    padding: 0 16px 80px 16px;
    margin: 0 0 0px 0;
  }

  .search-parent-title {
    font-size: 16px;
    margin-bottom: 2px;
  }

  .search-card h2 {
    font-size: 16px;
  }

  .search-card {
    padding: 24px 0 24px 0;
  }

  figure.img-max-height img {
    max-height: calc(100vh - 40px);
  }

  .grid-item-position {
    grid-column: span 2;
  }

  .teaser-card-event {
    grid-column: span 2;
  }

  .project__title {
    font-size: 24px;
    line-height: 1.33;
  }

  .menu-button:hover {
    border-color: transparent;
    background-color: transparent;
  }

  .menu-button:hover svg path {
    stroke: #9500ff;
  }

  .menu-button:active {
    border-color: #9500ff;
    background-color: #9500ff;
  }

  .menu-button:active svg path {
    stroke: #fff;
  }

  .pagination-item:hover {
    border: solid 1px transparent;
  }

  .pagination-item:active {
    border: solid 1px #000;
  }

  .border-radius-2 {
    border-radius: 4px;
    overflow: hidden;
  }

  .cookie-embed-placeholder {
    font-size: 14px;
  }

}

/* <----- Mobile - Small -----> */
@media only screen and (max-width: 374px) {
  .searchinput {
    font-size: 16px;
    height: 40px;
  }

}