html {
    scroll-behavior:smooth;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' shape-rendering='geometricPrecision'%3E%3Ccircle cx='12' cy='12' r='11.5' fill='black'/%3E%3C/svg%3E") 12 12, auto; /* ohne weißen Rand */
}

body {
    font-family:"Jost-300-Light", sans-serif;
    background: #fff;
    color: #707070;
    margin: 0;
    font-weight:normal;
    font-size: 0.9rem;
    line-height: 1.44rem;
    letter-spacing: 0;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' shape-rendering='geometricPrecision'%3E%3Ccircle cx='12' cy='12' r='11.5' fill='black'/%3E%3C/svg%3E") 12 12, auto; /* ohne weißen Rand */
}

a {
    cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Ccircle cx='12' cy='12' r='10.5' stroke='black' stroke-width='1.5' fill='transparent' vector-effect='non-scaling-stroke' shape-rendering='geometricPrecision'/%3E%3Ccircle cx='12' cy='12' r='9.5' stroke='white' stroke-width='1.5' fill='transparent' vector-effect='non-scaling-stroke' shape-rendering='geometricPrecision'/%3E%3C/svg%3E") 12 12, auto !important;
}

a:hover { 
    cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Ccircle cx='12' cy='12' r='10.5' stroke='black' stroke-width='1.5' fill='transparent' vector-effect='non-scaling-stroke' shape-rendering='geometricPrecision'/%3E%3Ccircle cx='12' cy='12' r='9.5' stroke='white' stroke-width='1.5' fill='transparent' vector-effect='non-scaling-stroke' shape-rendering='geometricPrecision'/%3E%3C/svg%3E") 12 12, auto !important;
}

.category {
    padding-top: 0;
    padding-bottom: 32px;
}

.categoryteaser {
  opacity: 0;
  transform: translate3d(0,60px,0);
  will-change: transform, opacity;
  margin-bottom: 2rem;
}

.project_inner_wrap {
  overflow: hidden;
}

.project_inner_wrap img {
  width: 100%;
  height: auto;
  transform: scale(1.08) translateZ(0);
  backface-visibility: hidden;
  transition: transform 0.8s ease;
}

.categoryteaser:hover img {
  transform: scale(1);
}

/* Setze nur opacity auf 0 und lasse visibility unverändert */
.ps-lightbox .slide img,
.ps-lightbox .slide video,
.project-top-detail h2,
.project-top-detail span,
.project-top-detail .project_description {
  opacity: 0; /* Unsichtbar, aber bleibt im Layout */
  pointer-events: none;  /* Verhindert Interaktionen während der Animation */
}

/* Setze opacity auf 0 für alle Bilder und Texte in tablelist__wrap */
.tablelist__wrap img,
.tablelist__wrap h2,
.tablelist__wrap h3,
.tablelist__wrap span,
.tablelist__wrap p,
.tablelist__wrap form {
  opacity: 0;
  pointer-events: none;  /* Verhindert Interaktionen während der Animation */
}

@media (min-width: 769px) {
	.container-fluid {
        padding-top: 54px
	}

    .category {
        padding-top: 0;
        padding-bottom: 46px
    }
}

.text-center {
    text-align:center !important;
    margin:0 25px;
    position:relative;
    font-weight: normal
}

.single-project-detail {
    font-family:"Jost-300-Light", sans-serif
    /*letter-spacing: .04em;*/
}

.noscroll {
    overflow:hidden
}

h1 {
    font-family:"Jost-300-Light", sans-serif;
    font-weight: normal;
    font-size: 1.1rem;
    line-height: 1.44rem;
    margin-bottom: 1.44rem;
}

h2 {
    font-family:"Jost-400-Book", sans-serif;
    font-size: 0.9rem
}

h3 {
    font-family:"Jost-400-Book", sans-serif;
    font-size: 0.9rem;
    line-height: 1.44rem
}

h4 {
    font-family:"Jost-300-Light", sans-serif;
    font-size: 0.9rem;
    line-height: 1.44rem
}

@media (min-width: 768px) {
	h2 {
    font-size: 0.9rem;
    text-decoration: none
	}
}

a {
    font-family:"Jost-300-Light", sans-serif;
    /*letter-spacing: .04em;*/
    display: inline-block;
    text-decoration: none;
    color: inherit
}

img {
    max-width: 100%;
    height:auto
}

p {
    font-family:"Jost-300-Light", sans-serif;
    /*letter-spacing: .04em;*/
    font-size: 0.9rem;
    line-height: 1.44rem;
    margin:0
    
}

p + p {
    margin-top:20px
}

.zhl {
    font-family:"Jost-300-Light", sans-serif;
    /*letter-spacing: .04em;*/
    padding-right:20px;
    text-decoration: none
}

.txt {
    font-family:"Jost-300-Light", sans-serif;
    /*letter-spacing: .04em;*/
    text-decoration: none
}

td {
    font-family:"Jost-300-Light", sans-serif;
    /*letter-spacing: .04em;*/
    padding:0
}

dl {
    letter-spacing: .6px;
    margin:1.65em 0
}

@media (min-width: 769px) {
    dl {
        font-size:0.9rem
    }
}

img {
    display:block
}

@media (min-width: 769px) {
    link a, link p {
        font-size: 0.9rem;
        line-height: 1.44rem
    }
}

.fallback p {
    color: red;
    hyphens: 0;
	text-align:justify;
    border: 0px solid #ff00ee;
}

.no-wrap {
    white-space: nowrap;
}

/* Animation */
.link > a, .link > span {
    color: inherit;
    margin:0
}

.link > a {
    position:relative;
    font-weight: normal
}

.link > a:after {
    content: "";
    display: block;
    height: 1px;
    width: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    background: #000;
    transition:width .3s ease 0s, left .3s ease 0s
}

.link > a:hover:after {
    width: 100%;
    left: 0
}

span > a, .link > span {
    color: inherit;
    margin:0
}

span > a {
    position:relative;
    font-weight: normal
}

span > a:after {
    content: "";
    display: block;
    height: 1px;
    width: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    background: #000;
    transition:width .3s ease 0s, left .3s ease 0s
}

span > a:hover:after {
    width: 100%;
    left: 0
}
/* Animation Ende*/

@font-face {
	font-family: "Jost-300-Light";
	src:url(../fonts/Jost-300-Light.otf) format("opentype");
}

@font-face {
	font-family: "Jost-400-Book";
	/*font-weight: medium;*/
	src:url(../fonts/Jost-400-Book.otf) format("opentype");
}

@font-face {
	font-family: "Jost-500-Medium";
	/*font-weight: bold;*/
	src:url(../fonts/Jost-500-Medium.otf) format("opentype");
}

/*
This Font Software is licensed under the SIL Open Font License, Version 1.1.
This license is copied below, and is also available with a FAQ at:
http://scripts.sil.org/OFL

Copyright 2020 The Jost Project Authors (https://github.com/indestructible-type)
*/
