/* Nur auf mobilen Geräten anzeigen (z. B. unter 768px Breite) */
@media (max-width: 724px) {
  .mobile-only {
    display: block;
  }
}


.description-part::after {
  content: ", ";
}

@media (min-width: 724px) {
  .description-part {
    display: block;
  }
  .description-part::after {
    content: ""; /* Entfernt das Komma, falls du es nicht mehr brauchst */
  }
}

/* Content */
body {
    background-color: #000;
    color: #fff;
    background-image: url('url');
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.container {
    gap: 40px;
        overflow: hidden !important;

}

@media screen and (max-width: 724px) {
    .container {
        gap: 0px;
        font-size: 33px;
    	flex-direction: column !important;
    }
    .gallery-card {
        display: none !important;
        visibility: hidden !important;
    }
}

a:active {
    opacity: 0.7;
}

.page a.active {
    color: #000;
}

i,
em {
    font-style: italic;
}

b,
strong {
    font-weight: bolder;
}

sub,
sup {
    position: relative;
    vertical-align: baseline;
}

sub {
    top: 0.3em;
}

sup {
    top: -0.4em;
}

s {
    text-decoration: line-through;
}

img {
    border: 0;
    padding: 0;
}

ul,
ol {
    margin: 0;
    padding: 0 0 0 2.5em;
}

blockquote {
    margin: 0;
    padding: 0 0 0 2em;
}

hr {
    background: rgba(0, 0, 0, 0.15);
    border: 0;
    height: 1px;
    display: block;
}

.content img {
    float: none;
    margin-bottom: -5.5em;
}

.gallery_image_caption {
    margin-top: 1.0rem;
    margin-bottom: 0.rem;
    font-size: 0.7rem;
    font-weight: 400;
    color: rgba(0, 0, 0, 1.0);
    font-family: "Arizona Serif Variable", Icons;
    line-height: 0.0;
	font-style: normal;
	font-variation-settings: 'slnt' 0, 'SRFF' 1;
}

/* Loading Animation */

.loading[data-loading] {
    position: fixed;
    bottom: 8px;
    left: 8px;
}

/* Editor styles */

[data-predefined-style="true"] bodycopy {
    font-size: 1.8rem;
    font-weight: 500;
    color: rgba(0, 0, 0, 1);
    font-family: "Neue Haas Grotesk", Icons;
    font-style: normal;
    line-height: 1.4;
}

[data-predefined-style="true"] bodycopy a {
    color: #fff;
    padding-bottom: 0.1em;
    border-bottom: 0.0em solid rgba(127, 127, 127, 0.2);
    text-decoration: none;
}

[data-predefined-style="true"] bodycopy a:hover {
}

bodycopy a.image-link,
bodycopy a.icon-link,
bodycopy a.image-link:hover,
bodycopy a.icon-link:hover {
    border-bottom: 0;
    padding-bottom: 0;
}

[data-predefined-style="true"] h1 {
    font-family: "Arizona Serif Variable", Icons;
    padding: 0;
    margin: 0;
    font-size: 4rem;
    line-height: 1.1;
    color: rgba(0, 0, 0, 1);
	font-weight: 300;
	font-style: normal;
	font-variation-settings: 'slnt' 0, 'SRFF' 1;
}

[data-predefined-style="true"] h1 a {
    color: rgba(0, 0, 0, 1);
}

[data-predefined-style="true"] h2 {
    font-family: "Neue Haas Grotesk", Icons;
    font-style: normal;
    font-weight: 500;
    padding: 0;
    margin: 0;
    color: rgba(0, 0, 0, 1);
    font-size: 2.4rem;
    line-height: 1.2;
}

[data-predefined-style="true"] h2 a {
    color: rgba(255, 255, 255, 1);
}

[data-predefined-style="true"] small {
    display: inline-block;
    font-size: 1rem;
    line-height: 1.3;
    font-family: "Arizona Serif Variable", Icons;
    font-style: normal;
    font-weight: 400;
    color: rgb(180, 180, 180);
	font-variation-settings: 'slnt' 0, 'SRFF' 1;
}

[data-predefined-style="true"] small a {
    color: rgb(0, 0, 0);
    border-bottom-width: 0em;
}

/* Breakpoints */

[data-css-preset] .page {
    background-color: initial /*!page_bgcolor*/;
}

.mobile .page,
[data-css-preset].mobile .page {
    position: relative;
    min-height: 10px;
    max-width: 100%;
    width: 100%;
    background-color: transparent /*!page_bgcolor*/;
}

[data-css-preset] .container {
    display: flex;
    flex-direction: row;
    margin-left: auto /*!content_center*/;
    margin-right: auto /*!content_center*/;
    text-align: left /*!text_left*/;
    color: white;
}

[data-css-preset] body {
    background-color: rgb(255, 255, 255) /*!body_bgcolor*/;
}

[data-css-preset] .container_width {
    width: 100%/*!content_center*/;
}

[data-css-preset] .content_padding {
    padding-top: 3rem /*!main_margin*/;
    padding-bottom: 3rem /*!main_margin*/;
    padding-left: 3rem /*!main_margin*/;
    padding-right: 3rem /*!main_margin*/;
}

[data-css-preset] text-limit {
    display: inline-block /*!text_width*/;
    max-width: 66rem /*!text_width*/;
}

/* Thumbnails */

div[thumbnails] {
    justify-content: flex-start;
}

[data-css-preset] .thumbnails {
    background-color: rgba(0, 0, 0, 0) /*!thumbnails_bgcolor*/;
}

[data-css-preset] .thumbnails_width {
    width: 100% /*!thumbnails_width*/;
}

[data-css-preset] [thumbnails-pad] {
    padding: 0.75rem /*!thumbnails_padding*/;
}

[data-css-preset] [thumbnails-gutter] {
    margin: -1.5rem /*!thumbnails_padding*/;
}

[data-css-preset] [responsive-layout] [thumbnails-pad] {
    padding: 0.5rem /*!responsive_thumbnails_padding*/;
}

[data-css-preset] [responsive-layout] [thumbnails-gutter] {
    margin: -1rem /*!responsive_thumbnails_padding*/;
}

.thumbnails .thumb_image {
    outline: 0px solid rgba(0, 0, 0, 0.12);
    outline-offset: -1px;
}

.thumbnails .title {
    margin-top: 0.8rem;
    margin-bottom: 1rem;
    font-size: 1.3rem;
   
}

[data-css-preset] .quick-view-background {
	background: rgba(0, 0, 0, 1) /*!quick_view_bgcolor*/;
}