body {
    font-family: 'Sligoil-Micro', Arial, Helvetica;
/* cursor: url('/files/pictures/Logo/atalja-cursor-1.png'), auto; */
}


/*alle links werden so angezeigt*/
a {
	text-decoration: underline;
    text-underline-offset: 5px; 
    color: black;
  /* cursor: url('/files/pictures/Logo/atalja-cursor-2.png'), pointer;*/
}

a:hover {
    color: black
}


.logo-header {
    text-align: center; 
    margin-top: 2rem;
    margin-bottom: 1rem; 
}


.footer {
	font-size: 12px;
    margin-top: 2rem;
    text-align: center; /* Zentrierter Text */
}

.footer a {
    color: black; /* schwarze Links */
}

.footer a:hover {
color: red;
}




.content-swiper {
  margin-bottom: 3rem; /* Fügt jedem Content Slider einen Abstand unten hinzu */
}

/* Den letzten Slider ohne Abstand gestalten */
.content-swiper:last-child {
  margin-bottom: 0;
}




.project-title {
	font-size: 14px;
}



p {
	line-height: 1.4;
	margin-bottom: 0;
}





/* Gallery Startseite */

@media screen and (max-width:39.9999rem) {
.gallery {
	display:grid;
	grid-template-columns: 1fr;
	gap:1.5rem;
}}
@media screen and (min-width:40rem) {
.gallery {
	display:grid;
	grid-template-columns: 1fr 1fr;
	gap:2rem 1.5rem;
}}
@media screen and (min-width:64rem) {
.gallery {
	display:grid;
	grid-template-columns: 1fr 1fr;
	gap:3rem 2rem;
}}











/* Gallery Sketchbook Erster Block*/

@media screen and (max-width:39.9999rem) {
.gallery-sketchbook-first {
	display:grid;
	grid-template-columns: 1fr;
	gap:1.5rem;
		padding-top: 1rem;
}}
@media screen and (min-width:40rem) {
.gallery-sketchbook-first {
	display:grid;
	grid-template-columns: 1fr 1fr;
	gap:2rem 1.5rem;
		padding-top: 1rem;
}}
@media screen and (min-width:64rem) {
.gallery-sketchbook-first {
	display:grid;
	grid-template-columns: 1fr 1fr;
	gap:3rem 2rem;
	padding-top: 1rem;
}}







/* Gallery Sketchbook Single Erster Block*/

@media screen and (max-width:39.9999rem) {
.gallery-sketchbook-single-first {
	display:grid;
	grid-template-columns: 1fr;
	gap:1.5rem;
}}
@media screen and (min-width:40rem) {
.gallery-sketchbook-single-first  {
	display:grid;
	grid-template-columns: 1fr ;
	gap:2rem 1.5rem;
}}
@media screen and (min-width:64rem) {
.gallery-sketchbook-single-first  {
	display:grid;
	grid-template-columns: 1fr ;
	gap:3rem 2rem;
}}






/* Gallery Sketchbook */

@media screen and (max-width:39.9999rem) {
.gallery-sketchbook {
	display:grid;
	grid-template-columns: 1fr;
	gap:1.5rem;
		padding-top:1.5rem;
}}
@media screen and (min-width:40rem) {
.gallery-sketchbook {
	display:grid;
	grid-template-columns: 1fr 1fr;
	gap:2rem 1.5rem;
		padding-top:2rem;
}}
@media screen and (min-width:64rem) {
.gallery-sketchbook {
	display:grid;
	grid-template-columns: 1fr 1fr;
	gap:3rem 2rem;
	padding-top:3rem;
}}






/* Gallery Sketchbook Single*/

@media screen and (max-width:39.9999rem) {
.gallery-sketchbook-single {
	display:grid;
	grid-template-columns: 1fr;
	gap:1.5rem;
	padding-top:1.5rem;
}}
@media screen and (min-width:40rem) {
.gallery-sketchbook-single  {
	display:grid;
	grid-template-columns: 1fr ;
	gap:2rem 1.5rem;
	padding-top:2rem;
}}
@media screen and (min-width:64rem) {
.gallery-sketchbook-single  {
	display:grid;
	grid-template-columns: 1fr ;
	gap:3rem 2rem;
	padding-top:3rem;
}}
















@media screen and (max-width:39.9999rem) {
.gallery-text {
	display:grid;
	grid-template-columns: 1fr;
		gap:1.5rem;
		padding-bottom: 1rem;
		padding-top: 1rem;
		font-size: 13.5px;
}}
@media screen and (min-width:40rem) {
.gallery-text  {
	display:grid;
	grid-template-columns: 1fr 1fr ;
	gap:2rem 1.5rem;
		padding-bottom: 1rem;
}}
@media screen and (min-width:64rem) {
.gallery-text  {
	display:grid;
	grid-template-columns: 1fr 1fr;
	gap:3rem 2rem;
	padding-bottom: 1rem;
}}




