#toolset {
	 display: none !important;
}

body {
	background-color: #fff;
	color: rgba(0, 0, 0, 0.75);
}

/* Container für den Button rechts ausrichten */
.button-container {
    display: flex;              /* Flexbox für präzise Ausrichtung */
    justify-content: left;  /* Button nach rechts schieben */
    align-items: center;        /* Vertikal zentrieren (optional) */
    text-align: right;          /* Zusätzliche Sicherheit */
    padding: 0;  /* Kein Padding, falls Grid-Styles eingreifen */
}

/* Optional: Button-Styling */
.button {
    padding: 6px 13px 5px 20px  ;
    background-color: #fff;  /* Beispiel Hintergrundfarbe */
    color: rgba(0, 0, 0, 1);
    cursor: pointer;
    font-size: 1.2rem;
    font-family: "Diatype Variable";
    text-align: center;
    border: solid 1px;
    border-radius: 0px;
    border-color: rgba(0, 0, 0, 0.4);
}
.button:hover {
background-color:black;
    color: white;
}

.button a {
  display: inline-block;
  padding: 6px 13px 5px 20px;
  background-color: #fff;
  color: black;
  cursor: pointer;
  font-size: 1.2rem;
  font-family: "Diatype Variable";
  text-align: center;
  border: 1px solid black;
  border-radius: 0;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
}

.button a:hover {
  background-color: black;
  color: white;
}

a:active {
	opacity: 1;
}

.page a.active {
	opacity: 1;
}

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.4);
	border: 0;
	height: 1px;
	display: block;
    margin-bottom: 0rem;
}

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

.gallery_image_caption {
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
    font-size: 1.3rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.85);
	font-family: "Diatype Variable", Icons;
	font-style: normal;
    font-weight: 400;
	line-height: 1.2;
    letter-spacing: 0.5pt;
}

/* Links */
a {
    text-decoration: none; /* Verhindert die Standard-Unterstreichung */
    color: rgba(0, 0, 0, 1); /* Farbe der Links */
    position: relative; /* Erforderlich für das Erstellen der Linie */
}

/* Hover-Effekt */
a:hover {
    cursor: pointer; /* Zeiger wird beim Hover angezeigt */
}

a:hover::after {
    content: ''; /* Erzeugt den pseudoelementen Inhalt */
    position: absolute;
    width: 100%;
    height: 2px; /* Dicke der Linie */
    bottom: -2px; /* Die Linie wird unter dem Text angezeigt */
    left: 0;
}

/* Aktiver Link */
a.active {
    color: #000; /* Farbe des aktiven Links */
	background-color: rgba(255, 255, 255, 0); /* Farbe der Linie */
}

/* Aktiver Link bleibt Linie */
a.active::after {
    content: ''; /* Linie bleibt aktiv */
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -2px;
    left: 0;
    background-color: black; /* Farbe der Linie */
}

/* GALLERIE */
.my-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Maximal zwei Spalten */
    gap: 1rem;
}

.my-grid img {
    width: 100% !important; 
    height: 100% !important; 
    object-fit: cover;
}

.my-grid a {
    position: relative;
    height: 20vw; 
}

.my-grid small {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px;
    background: rgba(255, 255, 255, 0.8); /* Optional: Dunklerer Hintergrund beim Hovern */
    width: 100%;
    height: 100%;
    display: none !important;
    justify-content: center;
    align-items: center;
    color: white; /* Optional: Textfarbe */
    font-size: 1px; /* Optional: Schriftgröße */
    text-align: center; /* Optional: Textzentrierung */
}

.my-grid a:hover small {
    display: flex !important; /* Ändere von `none` auf `flex`, um den Text anzuzeigen */
}

/* Für Bildschirme unter 720px: Nur eine Spalte */
@media (max-width: 720px) {
    .my-grid {
        grid-template-columns: 1fr; /* bereits gesetzt */
    }
    .my-grid a {
        height: 50vw !important; /* oder z.B. 300px */
    }
}

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

/**
 * Editor styles
 */
[data-predefined-style="true"] bodycopy {
	font-size: 1.2rem;
	font-weight: 351;
	color: rgba(0, 0, 0, 0.85);
	font-family: "Diatype Variable", Icons;
	font-style: normal;
	line-height: 1.2;
	font-variation-settings: 'slnt' 0, 'MONO' 0;
}

[data-predefined-style="true"] bodycopy a {
	color: rgba(82, 82, 82, 1);
	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: "Diatype Variable", Icons;
	font-style: normal;
	font-weight: 304;
	padding: 0;
	margin: 0;
	font-size: 4rem;
	line-height: 1.1;
	color: rgba(0, 0, 0, 0.85);
    letter-spacing: 0.01rem;
	font-variation-settings: 'slnt' 0, 'MONO' 0;
	}

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

[data-predefined-style="true"] h2 {
	font-family: "Diatype Variable", Icons;
	font-style: normal;
	font-weight: 301;
	padding: 0;
	margin: 0;
	color: rgba(0, 0, 0, 0.85);
	font-size: 2rem;
	line-height: 1.2;
	font-variation-settings: 'slnt' 0, 'MONO' 0;
}

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

[data-predefined-style="true"] small {
	font-size: 1.2rem;
	font-weight: 351;
	color: rgba(0, 0, 0, 0.85);
	font-family: "Diatype Variable", Icons;
	font-style: normal;
	line-height: 1.1;
	font-variation-settings: 'slnt' 0, 'MONO' 0;
}

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

/**
 * 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 {
	margin-left: auto /*!content_center*/;
	margin-right: auto /*!content_center*/;
	text-align: left /*!text_left*/;
}

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

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

[data-css-preset] .content_padding {
	padding-top: 0rem /*!main_margin*/;
	padding-bottom: 0rem /*!main_margin*/;
	padding-left: 0rem /*!main_margin*/;
	padding-right: 0rem /*!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: transparent/*!thumbnails_bgcolor*/;   
}

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

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

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

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

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

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

.thumbnails .title {
    margin-top: 0.7rem;
    margin-bottom: 1rem;
    font-size: 1rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.85);
	font-family: Diatype, Icons;
	font-style: normal;
	line-height: 1;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}

.thumbnails .tags {
    margin-top: 1.2rem;
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.85);
	font-family: "Monument Grotesk Semi-Mono", Icons;
	font-style: normal;
	line-height: 1;
}

.thumbnails .tags a {
	border-bottom: 0;
    color: rgba(0, 0, 0, 0.85);
    text-decoration: none;
}

.thumbnails .has_title .tags {
	margin-top: 0rem;
}

/**
 * Site Menu Button
 */

[data-css-preset] #site_menu_button {
    color: rgba(0, 0, 0, 0.75);
    font-size: 22px;
    padding: 6px;
    background: transparent;
    position: fixed;
    z-index: 9999;
}

/* Nur für Mobile */
body.mobile #site_menu_button {
    font-size: 35px;
    right: 1rem;
    top: -0.5rem; /* positiv und sicher */
}

/**
 * Site Menu
 */

#site_menu {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	background: rgba(20, 20, 20, 0.95);
	font-size: 30px;
	font-style: normal;
	font-weight: 400;
	padding: 20px 30px 90px 30px;
	max-width: 400px;
	min-width: 300px;
	text-align: left;
	display: flex;
	justify-content: flex-start;
}

body.mobile #site_menu_button {
    font-size: 30px;
    right: 1rem;
    top: 0; /* Statt -0.5rem */
}

body.mobile #site_menu .close {
	display: block;
	font-size: 60px;
	line-height: 1em;
}

/* Für Handys (max. 720px Breite) */
@media (max-width: 720px) {
    body.mobile #site_menu_button {
        top: 0.7rem;  /* weiter nach unten */
    }

#site_menu .page-link a {
	color: rgba(255, 255, 255, 0.75);
}

#site_menu .set-link > a {
	color: rgba(255, 255, 255, 0.75);
	font-weight: bold;
}

#site_menu a:active {
	opacity: .7;
}

#site_menu .close {
	display: none;
	color: rgba(255, 255, 255, 0.4);
	line-height: .85em;
	font-size: 45px;
}

#site_menu .break {
	height: 28px;
}

#site_menu .indent {
	margin-left: 28px;
}


/**
 * Quick View Navigation 
 */

.quick-view-navigation .left-arrow {
    left: 10px;
}

.quick-view-navigation .right-arrow {
    right: 10px;
}

.quick-view-navigation .left-arrow,
.quick-view-navigation .right-arrow {
    /* Change height/width together to scale */
    height: 36px;
    width: 36px;
}

.quick-view-navigation .left-arrow .inner-color,
.quick-view-navigation .right-arrow .inner-color {
    stroke: #fff;
    stroke-width: 0px;
}

.quick-view-navigation .left-arrow .outer-color,
.quick-view-navigation .right-arrow .outer-color {
    stroke: rgba(0, 0, 0, 0.85);
    stroke-width: 2px;
}

.quick-view-navigation .close-button {  
    top: 10px;
    right: 10px;
    /* Change height/width together to scale */
    width: 36px;
    height: 36px;
}

.quick-view-navigation .close-button .inner-color {
    stroke: #fff;
    stroke-width: 0px;
}

.quick-view-navigation .close-button .outer-color {
    stroke: rgba(0, 0, 0, 0.85);
    stroke-width: 2px;
}

/** 
 * Image Gallery Navigation Arrows 
 */
 
.image-gallery-navigation .left-arrow,
.image-gallery-navigation .right-arrow {
    /* Change height/width together to scale */
    height: 36px;
    width: 36px;
}

.image-gallery-navigation .left-arrow .inner-color,
.image-gallery-navigation .right-arrow .inner-color {
    stroke: rgba(255, 255, 255, 1);
    stroke-width: 1.5px;
}

.image-gallery-navigation .left-arrow .outer-color,
.image-gallery-navigation .right-arrow .outer-color {
    stroke: rgba(0, 0, 0, 0.6);
    stroke-width: 2.5px;
}

/**
 * Wallpaper Backdrop Navigation Arrows 
 */

.wallpaper-navigation .left-arrow,
.wallpaper-navigation .right-arrow {
   /* Change height/width together to scale */
   width: 36px;
   height: 36px;
}

.wallpaper-navigation .left-arrow .inner-color,
.wallpaper-navigation .right-arrow .inner-color {
   stroke: rgba(255, 255, 255, 1);
   stroke-width: 1.5px;
}

.wallpaper-navigation .left-arrow .outer-color,
.wallpaper-navigation .right-arrow .outer-color {
    stroke: rgba(0, 0, 0, 0.6);
    stroke-width: 2.5px;
}


/**
 * Feed
 */

.feed .content_container .page {
    border-top: 0px dashed rgba(0, 0, 0, 0.2);
}

.feed .content_container .page_container:first-child .page {
	border-top: 0;
}


/*
 * Audio Player
 */

.audio-player {
    max-width: 28rem;   /* vorher 36rem */
    height: 2.5rem;     /* vorher 3.3rem */
    font-size: 1rem;    /* vorher 1.2rem */
}




body.mobile .audio-player {
    max-width: 100%;
}

.audio-player .separator {
    width: 1px;
    background-color: rgba(0, 0, 0, 0.15);
}

.audio-player .button {
    background: transparent;
    cursor: pointer;
    fill: rgba(0, 0, 0, 0.85);
}

.audio-player .icon {
    padding: 10% !important;
    width: 70% !important;
    margin: auto !important;
}

.audio-player .note-icon {
    width: 2.5rem !important;
    height: 2.5rem !important;
    padding: 0.5rem !important;
}


.audio-player .buffer {
    background: rgba(0,0,0,0.03);
}

.audio-player .progress {
    background: rgba(0,0,0,0.1);
}

.audio-player .progress-indicator {
    border: 1px solid rgba(0, 0, 0, 0.7);
    width: 1px;
    height: 100%;
    right: 0;
    position: absolute;
    cursor: ew-resize;
}

.audio-player .current-time {
    padding-left: 1rem;
}

.audio-player .total-time {
    padding-right: 1rem;
}
}