/* ### Sustainability ### */
#sustain-main{
 	position: fixed;
  top: 0;
  left: 0;
	width: 100vw;
  height: 100vh;
	z-index:1;
	overflow: hidden;
}
#sustain-main:before {
    content: "";
    position: absolute;
    top: -10%;
    left: -10%;
    width: 115%;
    height: 115%;
    background-image: url('/wp-content/uploads/2025/10/Header-HG-Sustainability-Laptop.webp');
    background-size: cover;
    background-position: center;
    z-index: -1;
    animation: rotateBackground 6s infinite alternate;
}
@keyframes rotateBackground {
    0% {
        transform: scale(1.2) rotate(-2deg);
    }
    100% {
        transform: scale(1.1) rotate(1deg);
    }
}


.sustain-main-start {
  position: relative;
  z-index: 3;
	opacity: 1;
}
.sustain-img-start{
	width:180px;
}
.sustain-do-value{
	width:180px;
	margin-top:14px;
}
.sustain-img-start{
	margin-left:40px;
}
#bg-overlay {
  position: fixed;
	width:100vw;
	height:100vh;
  background: #000;
  opacity: 0;
  z-index: 2;
	pointer-events: none;
}
#sustain-content {
  position: relative;
	z-index:3;
	top: 100vh;
	margin-bottom:120vh;
}
.sustain-overlay{
	position:relative;
	z-index:4;
}

/* animierter Text */
  .text-reveal-sustain {
    overflow-wrap: normal;
		word-break:normal;
		font-size:2.8rem !important;
		line-height:3.2rem !important;
  }
.text-reveal-sustain .word {
  display: inline-block;     
  white-space: nowrap;      
}
.text-reveal-sustain .char {
  display: inline-block;
  opacity: 1;  
}

.sustain-lauftext-abstand {
  display: block; 
  height: 2rem;   
  width: 100%;
}


h2 {
    font-size: 2.8rem !important;
    line-height: 3.4rem !important;
    margin-left: -3px;
}
h3{
	color:#333 !important;
	margin-bottom:0px !important;
}


 .sustain-container {
    display: flex;
    align-items: flex-start; 
    gap: 30px; 
	 margin-bottom:40px;
  }
 .sustain-container img {
    width: 80px;
    height: auto;
    object-fit: cover; 
	margin-top:-7px;
  }
  .sustain-ESG {
    flex: 1;
  }
.sustain-ESG p, .sustain-ESG h3{
	margin:0px ;
	padding:0px;
}
.list-style div ul {
  list-style: disc; 
  list-style-position: outside; 
  padding-left: 0.0em !important;  
  margin: 0 0 1rem 1.1rem !important;                         
}
.list-style div ul li {
  line-height: 1.8 !important; 
  margin: 0;     
}
.list-style p{
	margin:0px;
	line-height:normal !important;
}
.list-style strong{
	margin-bottom:10px;
	display:block;
}
.white{
	color:#fff !important;
}
.sustain-curious {
  display: flex;
  flex-direction: column;   
  align-items: center;  
  gap: 12px;              
  text-align: center;   
	border:1px solid #333;
	min-height:170px;
	margin-top:8px;
}
.sustain-curious img {
  width: 60px;          
  height: auto;   
	margin-top:32px;
	margin-bottom:-4px;
}
.sustain-curious p{
	color:#333;
	font-weight:700;
}
.sustain-curious:hover p{
	font-weight:700;
	color:#298FC2;
}
.w-btn-wrapper:has(.sustain-value-button) {
	position:absolute;
	bottom:0px;
}

/* FAKTEN HORIZIONTAL SCROLL */
.fakten-horiz{
	position:relative;
	z-index:10;
	display:flex;
	flex-direction: row;
	justify-content: center;
	width:90vw;
	margin:0 auto 0  auto;
	  /* Start rechts außerhalb des Bildschirms */
  margin-left: 30vw; 
}
@media (max-width: 2100px) {
.fakten-horiz {
    justify-content: space-evenly;
}
}
.fakten-item{
	width:20%;
}
.fakten-item h2 {
    font-size: 2.3rem !important;
    line-height: normal !important;
	margin-bottom:6px;
}
.fakten-item img{
		width:70px;
	margin-bottom:-30px;
}	

@media only screen and (max-width:1000px) {
	
.fakten-horiz {
        flex-wrap: wrap;
        gap: 20px;
        justify-content: center;
    }
.fakten-item{
	width:40%;
}	
.sustain-do-value-headline{
font-size: 2.4em !important;
line-height: 3.0rem !important;	
}	
.text-reveal-sustain {
   font-size:1.7rem !important;
   line-height:2.1rem !important;
}	
	
/* ### Sustain ### */
h1{
		font-size: 3.2rem !important;
	}
	#sustain-content {
     margin-bottom: 105vh;
}
.sustain-img-start {
    margin-left: 0px;
	  margin-top:5px;
    width: 95px;
}
	.sustain-container {
    flex-direction:column;
    gap: 0px;
    margin-bottom: 30px;
	}
		.sustain-container img {
    width: 100px;
    margin-top: 0px;
}
	.sustain-do-value {
    width: 150px;
    margin-top: 10px;
}
	
} /* MOBIL ENDE */