/*   B O D Y   */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    }

html {
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    }

body {
    margin: 0;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    color: black;
    background: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;            
    }   

::-webkit-scrollbar {
    width: 8px;
    background: transparent;
    }

::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,0.25);
    border-radius: 0px;
    }

::-webkit-scrollbar-track {
    background: transparent;
    }





/*   T Y P O   */

@font-face {
    font-family: "Matter";
    src: url("fonts/matter-regular.woff2") format("woff2"),
         url("fonts/matter-regular.woff") format("woff");
    font-style: normal;
    font-display: swap;
    }

@font-face {
    font-family: "SelfModern";
    src: url("fonts/self-modern_regular_web.woff2") format("woff2"),
         url("fonts/self-modern_regular_web.woff") format("woff");
    font-style: normal;
    font-display: swap;
    }

h1 {
    font-family: "Matter", Helvetica, Arial, sans-serif;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    font-weight: normal; 
    }
    
h3 {
    font-family: "Matter", Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    font-weight: normal; 
    }
    
h4 {
    font-family: "SelfModern", serif;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0em;
    font-weight: normal; 
    }

h6 {
    font-family: "SelfModern", serif;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0em;
    font-weight: normal; 
    }





/*   L I N K S   */
 
a {
    color: black;
    transition: 0.3s;
    }

a:link {
    color: black;
    text-decoration: none; 
    }

a:visited {
    color: black; 
    }

a:hover {
    color: black;
    opacity: 1;
    }

a:active {
    color: black;
    }
   
  



/*   B A C K G R O U N D  */

.blur-circle {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: min(75vh, 75vw);
    height: min(75vh, 75vw);
    border-radius: 50%;
    background-color: rgba(255, 0, 0, 0.1);
    filter: blur(40px);
    pointer-events: none;
    z-index: 1;
    }  
    
.blur-circle-white {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: min(75vh, 75vw);
    height: min(75vh, 75vw);
    border-radius: 50%;
    background-color: white;
    opacity: 0.5;
    filter: blur(40px);
    pointer-events: none;
    z-index: 1;
    }    
  
.blur-circle-color {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: min(75vh, 75vw);
    height: min(75vh, 75vw);
    border-radius: 50%;
    background:
        linear-gradient(0deg, rgba(170,217,247,0.5), rgba(255,255,255,0) 70%),
        linear-gradient(90deg, rgba(250,173,216,0.5), rgba(255,255,255,0) 70%),
        linear-gradient(180deg, rgba(255,252,176,0.5), rgba(255,255,255,0) 70%),
        linear-gradient(270deg, rgba(169,238,164,0.5), rgba(255,255,255,0) 70%);
    filter: blur(40px);
    pointer-events: none;
    z-index: 1;
    }    

@media (hover: none) {

.blur-circle {
    filter: blur(30px);
    }
    
.blur-circle-white {
    filter: blur(30px);
    }
    
    .blur-circle-color {
    filter: blur(30px);
    }
    
}    




    
/*   H E A D E R   */

header {
    position: fixed;
    width: 90vw;
    height: auto; 
    top: 30px;
    left: 5vw;
    right: 5vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 100;
    pointer-events: auto;
    }

header a {
    color: black;
    text-decoration: none; 
    transition: 0.3s;
    }

header a:hover {
    color: black;
    opacity: 0.25;
    }

.logo {
    margin-left: 7px;
    }

.nav-title {
    font-family: "Matter", Helvetica, Arial, sans-serif;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    font-weight: normal;
    }





/*   F O O T E R   */

footer {
    position: fixed;
    width: 90vw;
    bottom: 30px;
    left: 5vw;
    right: 5vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 100;
    pointer-events: auto;
    }

footer a:hover {
    color: black;
    opacity: 0.25;
    }





/*   I N D E X   */

main {
    position: relative;
 	width: 100vw;
 	height: auto; 
	padding-top: 25vh;  
	left: 0vw;
	padding-bottom: 25vh;
	z-index: 50;
	text-align: center; 
	background: none; 
    opacity: 0;
    animation: fadeIn 1.5s ease-out forwards;
    animation-delay: 0s;
    }

@keyframes fadeIn {
    to {
    opacity: 1;
    }
}

main a {
    color: black;
    text-decoration: none; 
    transition: 0.3s;
    }

main a:hover {
    color: black;
    opacity: 0.25;
    }

.image-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
    gap: 2.5vw;
    width: 90vw;
    margin: 0 auto;
    }

.image-link {
    display: block;
    position: relative;
    }

.image-link.width-a {width: 15.0vw;}
.image-link.width-b {width: 17.5vw;}
.image-link.width-c {width: 20.0vw;}
.image-link.width-d {width: 22.5vw;}
.image-link.width-e {width: 25.0vw;}
.image-link.width-f {width: 27.5vw;}

.image-container {
    position: relative;
    overflow: hidden;
    background: none;
    display: block;
    }

.image-container img {
    width: 100%;
    height: auto;
    display: block;
    transition: opacity 0.5s ease;
    will-change: opacity;
    transform: translateZ(0);
    opacity: 0.9;
    }

.image-container .image-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: black;
    opacity: 0;
    text-align: center;
    pointer-events: none;
    transition: none;
    z-index: 5;
    transition:
    opacity 0.4s ease,
    transform 0.4s ease;
    }


.image-title h3 {
    white-space: nowrap;
    }


.image-title h4 {
    white-space: nowrap;
    padding-bottom: 4px;
    }

.image-row a {
    color: black;
    text-decoration: none; 
    transition: 0.3s;
    opacity: 1;
    }

.image-row a:hover {
    opacity: 1;
    }

.image-link:hover .image-container .image-title {
    opacity: 1;
    }

.image-link:hover img,
.image-link:focus-within img {
    opacity: 0;
    }

@media (hover: none) {
    .image-container img {
        opacity: 0.9;
        }
    .image-container .image-title {
        opacity: 0;
        }
    .image-title {
        display: none;
        }      
    }





/*   I N F O   /   I M P R I N T   */

.infopage-table {
    text-align: left; 
    position: fixed; 
    width: 45vw;
    height: auto;
    top: calc(25vh - 4px);
    left: 5vw;
    z-index: 25;
    opacity: 0;
    transform: translateX(-40px);
    animation: fadeInLeft 1s ease-out forwards;
    animation-delay: 0.5s; 
    }
  
.infopage-table h3 {
    padding-bottom: 20px;
    }  

.infopage-table h4 {
    padding-bottom: 5px;
    }

@keyframes fadeInLeft {
    to {
    opacity: 1;
    transform: translateX(0);
    }
}

.infopage-text {
    text-align: left; 
    position: absolute; 
    width: 45vw;
    height: auto;
    top: calc(25vh - 4px);
    left: 50vw;
    padding-bottom: 25vh;
    z-index: 25;
    opacity: 0;
    transform: translateX(-40px);
    animation: fadeInLeft 1s ease-out forwards;
    animation-delay: 0.75s; 
    }  
   
.infopage-text h3 {
    padding-bottom: 20px;
    }  

.infopage-text h4 {
    padding-bottom: 64px;
    }

.line-info {
    border: none;
    border-top: 1px solid black;
    height: 0;
    transform: scaleY(0.5);
    transform-origin: center;
    display: none; 
    }





/*   A R C H I V E   */

.archive-row {
    display: flex;
    flex-direction: row;
    margin: 15px 0px;
    }

.archive-link {
    display: contents;
    text-decoration: none;
    color: inherit;
    }

.column-left {
    width: 44vw;
    margin-bottom: 30px;
    text-align: left;
    margin-left: 5vw;
    margin-right: 1vw;
    opacity: 0;
    transform: translateX(-40px);
    animation: fadeInLeft 1s ease-out forwards;
    animation-delay: 0.5s; 
    }

.column-middle {
    text-align: left; 
    width: 34vw;
    margin-right: 1vw;
    margin-bottom: 60px;
    opacity: 0;
    transform: translateX(-40px);
    animation: fadeInLeft 1s ease-out forwards;
    animation-delay: 0.75s; 
    }

.column-right {
    width: 10vw;
    margin-bottom: 30px;
    text-align: right;
    opacity: 0;
    transform: translateX(-40px);
    animation: fadeInLeft 1s ease-out forwards;
    animation-delay: 1s; 
    }
     
.archive-row h4 {
    white-space: normal;
    padding-bottom: 4px;
    }
  
.archive-row a h4,
.archive-row a h3 {  
    transition: 0.25s;
    }
    
.archive-row a:hover h4,
.archive-row a:hover h3 {
    color: rgba(0, 0, 0, 0.3);
    }

.line {
    width: calc(100vw - 10vw);
    margin-left: 5vw;
    margin-right: 5vw;
    border: none;
    border-top: 1px solid black;
    height: 0;
    transform: scaleY(0.5);
    transform-origin: center;
    }



    
    
/*   P R O J E C T   P A G E   */

.info-table {
    position: fixed; 
    width: auto;
    max-width: 17.5vw;
    height: auto;
    top: calc(25vh - 6px);
    left: 5vw;
    z-index: 25;
    opacity: 0;
    transform: translateX(-40px);
    animation: fadeInLeft 1s ease-out forwards;
    animation-delay: 0.5s;  
    }

.info-table h4 {
    padding-bottom: 4px;
    }

@keyframes fadeInLeft {
    to {
    opacity: 1;
    transform: translateX(0);
    }
}

.content {
    position: relative; 
    width: 50vw; 
    height: auto; 
    left: 25vw;
    text-align: left; 
    z-index: 5;
    padding-top: 25vh; 
    padding-bottom: 1vh;
    opacity: 0;
    animation: fadeIn 1.5s ease-out forwards;
    animation-delay: 0s;
    }

.content img {
    height: auto; 
    margin-bottom: 1vw;
    filter: saturate(0.9);
    }

.content img.l {
    width: 50vw;
    }

.content img.m {
    width: 37.5vw;
    }

.content img.s {
    width: 25vw;
    }
    
.content img.xs {
    width: 18.25vw;
    margin-right: 1vw;
    }

.content img.pln {
    width: 27.5vw;
    }    
        
.image-wrapper {
    position: relative;
    display: inline-block;
    line-height: 0;
    border: 5vw solid var(--mein-ton); 
    width: auto;
    margin-bottom: 1vw;
    }

.image-wrapper img {
    display: block;
    max-width: 100%;
    height: auto;
    }

.image-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--mein-ton);
    mix-blend-mode: darken; 
    pointer-events: none;
    }

.info-text {
    position: relative; 
    width: 50vw; 
    height: auto; 
    left: 25vw;
    text-align: left; 
    z-index: 5;
    margin-top: 4vw;
    margin-bottom: 25vh;
    }





/*---------------------------------------*/
/*   R E S P O N S I V E   1 9 2 0 P X   */
/*---------------------------------------*/

@media (max-width: 1920px) {



h1 {
    font-size: 27px;
    line-height: 36px;
    }
  
h4 {
    font-size: 27px;
    line-height: 36px;    
    }

.nav-title {
    font-size: 27px;
    line-height: 36px;
    }

header {
    top: 27px;
    }

.column-left {
    margin-bottom: 27px;
    }

.column-middle {
    margin-bottom: 54px;
    }

.column-right {
    margin-bottom: 27px;
    }  


}





/*---------------------------------------*/
/*   R E S P O N S I V E   1 6 0 0 P X   */
/*---------------------------------------*/

@media(max-width: 1600px) {

h1 {
    font-size: 24px;
    line-height: 32px;
    }

h3 {
    font-size: 12px;
    line-height: 16px;
    }
    
h4 {
    font-size: 24px;
    line-height: 32px;    
    }

h6 {
    font-size: 12px;
    line-height: 16px;
    }



/*   H E A D E R   */

header {
    top: 24px;
    }

.logo {
    margin-left: 6px;
    }

.nav-title {
    font-size: 24px;
    line-height: 32px;
    }
    
footer {
    bottom: 24px;
    }

/*   I N D E X   */

.img-box h6 {
    font-size: 12px;
    line-height: 16px;
    margin-top: 0.5vw;
    padding-bottom: 2vw;
    }



/*   A R C H I V E   */

.archive-row {
    margin: 9px 0px;
    }

.column-left {
    margin-bottom: 24px;
    }

.column-middle {
    margin-bottom: 48px;
    }

.column-right {
    margin-bottom: 24px;
    }  


 
}





/*---------------------------------------*/
/*   R E S P O N S I V E   1 2 8 0 P X   */
/*---------------------------------------*/

@media(max-width: 1280px) {



h1 {
    font-size: 21px;
    line-height: 28px;
    }
    
h4 {
    font-size: 21px;
    line-height: 28px;    
    }

.nav-title {
    font-size: 21px;
    line-height: 28px;
    }

header {
    top: 21px;
    }

.column-left {
    margin-bottom: 21px;
    }

.column-middle {
    margin-bottom: 42px;
    }

.column-right {
    margin-bottom: 21px;
    }  

.info-table {
    max-width: 90vw; 
    }


}





/*-------------------------------------*/
/*   R E S P O N S I V E   9 6 0 P X   */
/*-------------------------------------*/

@media (max-width: 960px) {



h1 {
    font-size: 18px;
    line-height: 24px;
    }

h3 {
    font-size: 10px;
    line-height: 15px;
    }
    
h4 {
    font-size: 18px;
    line-height: 24px;    
    }

h6 {
    font-size: 10px;
    line-height: 15px;
    }

.nav-title {
    font-size: 18px;
    line-height: 24px;
    }

header {
    top: 18px;
    }

.blur-circle,
.blur-circle-white,
.blur-circle-color {
    width: min(125vh, 125vw);
    height: min(125vh, 125vw);
    }

.logo {
    margin-left: 6px;
    }



/*   F  O O T E R   */

footer {
    position: relative;
    width: 90vw;
    height: auto; 
    }
    
     
    
/*   I N D E X   */

.image-row {
    justify-content: flex-start; /* linksbündig */
    gap: 5vw;
    }

.image-container.landscape {
    aspect-ratio: 1 / 1;
    overflow: hidden;
    }

.image-container.landscape img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    }

.image-container.vertical img {
    width: 100%;
    height: auto;
    object-fit: contain;
    }

.image-link.width-a {width: 42.5vw;}
.image-link.width-b {width: 42.5vw;}
.image-link.width-c {width: 42.5vw;}
.image-link.width-d {width: 42.5vw;}
.image-link.width-e {width: 42.5vw;}
.image-link.width-f {width: 42.5vw;}


/*   I N F O   /   I M P R I N T   */  

.infopage-table {
    position: relative; 
    width: 90vw;
    top: 0px;
    height: auto; 
    }
    
.infopage-text {
    position: relative; 
    width: 90vw;
    left: 5vw;
    top: 0px;
    padding-bottom: 0px;
    }

.line-info {
    margin-bottom: 14px;
    display: block; 
    }



/*   A R C H I V E   */

.archive-row {
    flex-direction: column;
    }

.column-left,
.column-middle {
    width: 90vw;
    margin-bottom: 36px;
    margin-left: 5vw;
    margin-right: 5vw;
    text-align: left;
    }
    
.column-middle {
    animation-delay: 0.5s; 
    }   
       
.column-right {
    position: absolute; 
    width: 90vw;
    margin-bottom: 18px;
    margin-left: 5vw;
    text-align: right; 
    animation-delay: 1s; 
    }   

.archive-row h4 {
    white-space: normal;
    }
    
    

/*   P R O J E C T   P A G E   */

.info-table {
    position: relative; 
    width: 90vw;
    height: auto;
    top: 25vh;
    left: 5vw;
    margin-bottom: 20vw;
    z-index: 25;
    }

.info-table .line-info {
    margin-bottom: 8px;
    }

.content {
    position: relative; 
    width: 70vw; 
    left: 15vw;
    padding-top: 25vh; 
    }

.content img {
    margin-bottom: 2.5vw;
    }

.content img.l {
    width: 60vw;
    }

.content img.m {
    width: 40vw;
    }

.content img.s {
    width: 40vw;
    }
    
.content img.xs {
    width: 40vw;
    margin-right: 0vw;
    }

.content img.pln {
    width: 50vw;
    }    

.image-wrapper {
    margin-bottom: 2.5vw;
    }

.info-text {
    margin-top: 7.5vw;
    width: 90vw; 
    left: 5vw;
    }
    


}   
    
    
    
    

/*-------------------------------------*/
/*   R E S P O N S I V E   6 4 0 P X   */
/*-------------------------------------*/

@media (max-width: 640px) {



/*   H E A D E R   */
    
.logo {
    margin-left: 5px;
    }  
    
.nav-title {
    font-size: 18px;
    line-height: 24px;
    } 
       
footer {
    bottom: 18px;
    }  
         
main {
	padding-top: 20vh;  
    padding-bottom: 20vh;
	}
   

.testbox {
    z-index: 100;
    height: 20vh;
    width: 25vh;
    position: fixed;
    background: lightblue;
    }


    
/*   I N F O   /   I M P R I N T   */   
    
.line-info {
    margin-bottom: 8px;
    display: block; 
    }
    
    
    
/*   A R C H I V E   */

.archive-row {
    margin: 7px 0px;
    }



/*   P R O J E C T   P A G E   */

.info-table {
    top: 20vh;
    }

.content {
    width: 95vw; 
    left: 5vw;
    padding-top: 20vh; 
    }
    
.content img {
    margin-bottom: 5vw;
    }
    
.content img.l {
    width: 90vw;
    }

.content img.m {
    width: 60vw;
    }

.content img.s {
    width: 60vw;
    }
    
.content img.xs {
    width: 60vw;
    margin-right: 5vw;
    }
    
.content img.pln {
    width: 80vw;
    } 






}
