body, html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
}

body {
  font-family: "Santa Fe", system-ui, -apple-system, BlinkMacSystemFont,
               "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.015em;
  color: #424242;
  line-height: 1.20;
}

.text-container {
    padding-left: 0px;
    padding-right: 0px;
}

img {
	pointer-events: none;
	max-width: 100%;
	display: block;
}

p {
  hyphens: auto;
  text-justify: newspaper; /* Optional für schönen Blocksatz */
}

h2, h4, h5 {
  margin: 0; 
}

h1 {
  font-weight: 600;
  letter-spacing: .002em;
}

h2 {
  font-weight: 300;
  letter-spacing: 0.02em;
  font-size: 1.3em;
  margin-bottom: 1em;
  }
  
h3 {
  font-weight: 500;
  margin-bottom: 0.5em;
  letter-spacing: 0.02em;
  font-size: 1.0em;
  }

.smaller {
	font-size: 0.85em;
	}
.item {
	break-inside: avoid;
	margin-bottom: 2em;
  	}
  
.bild-hinten {
  /*position: absolute;
  left: 0px;
  width: 100%;
  height: 100%; */
  z-index: 1;  /*Niedrigerer Wert */
}

.neu-vorne {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 2; /* Höherer Wert */
  display: inline-block;
  padding: 0.15em 0.5em;
  margin: 1em 1em;
  box-sizing: border-box;
  text-decoration:none;
  font-size: 0.65em;
  color: #000;
  text-align: center;
  vertical-align: middle;
  background-color: #f1fd61;
}

.credit-vorne {
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 2; /* Höherer Wert */
  display: inline-block;
  padding: 0.15 em 0.5em;
  margin: 1em 1em;
  box-sizing: border-box;
  text-decoration:none;
  font-size: 0.65em;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  background-color: rgba(0, 0, 0, 0.3);
}		

.bildunterschrift {
	padding-top: 0.5em;
    margin-bottom: 1rem;
    background-color: rgba(0,0,0,0.00);
    }
	
main, header, nav, footer, section, article, div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}


/*
 *
 * Common
 * 
 */


/*
 *
 * Header
 *
 */
.header {
  background-color: #fff;
}


/*
 *
 * Main
 *
 */

main, .desktop-footer {
	width: 100%;
	max-width: 1440px;
	padding-top: 80px;
	margin-left: auto;
  	margin-right: auto;
  	box-sizing: border-box;
}

.news, .about, .project {
	width: 100%;
	max-width: 1025px;
   	margin-left: auto;
   	margin-right: auto;
}


/*
 *
 * Content
 *
 */
 
/* ========================================
CLEAR FLOATS PORTFOLIO
======================================== */ 
section.projekte::after {

    content: "";
    display: block;
    clear: both;

}




/*
 *
 *Specials-Neu
 *
 */

.rahmen {
    width: 100%;
    aspect-ratio: 900 / 561;
    overflow: hidden;
    background-color: #ffffff;
    position: relative; 
}

.rahmen a {
    display: block;
    width: 100%;
    height: 100%;
}

.rahmen img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

		
/*
 *
 *CTA-Button
 *
 */
 

cta-1 { /* neu 9.9.2025 */ 
        display: inline-block;    
		text-align: center;
        width: auto;
        margin: 0.5em;
        cursor: pointer;
        text-transform: none;
}
    
a.cta-1 {
    display: inline-flex;
    border-radius: 999px;
    align-items: center;
    justify-content: center;
    padding: 0.6em 0.6em;
    background: #ffffff;
    color: #000;
    font-size: 0.9rem;
    font-weight: 300;
    line-height: 1;
    text-decoration: none;
    border: 1px solid #4e82f1;
    cursor: pointer;
    transition: background-color .2s ease,
                transform .15s ease,
                box-shadow .2s ease;
}

a.cta-1:hover {
    background: #ffffff;
    box-shadow: 0 8px 12px rgba(17,109,255,.15);
}

	
a {
  text-decoration: none;
  color:  #000;
  }

a:hover {
  color: #333;
  }


 /* ========================================
   FOOTER
======================================== */

.footer-links {

    display: flex;
    align-items: baseline;
    gap: 1.5rem;
    color: #888;
    font-size: 1rem;

}


.footer-links a,
.footer-links span {

    color: #888;
    text-decoration: none;
    white-space: nowrap;

}


.footer-links a:hover {

    color: #000;

}

.desktop-footer {
    clear: both;
    padding-left: 40px;
    padding-top: 1em;
    min-height: 3.5em;
    margin-top: 0;
}

