.custom-footer {
  background-color: #000; 
  color: #fff; 
  text-align: center;
  padding: 20px;
  margin-top: 30px;
  font-family: Arial, sans-serif;
  border-top: 2px solid #333; 
}

.custom-footer p {
  margin: 10px 0; 
  font-size: 14px; 
}

.back-to-top {
  color: #4caf50; 
  font-size: 18px; 
  font-weight: bold; 
  text-decoration: none; 
}

.back-to-top:hover {
  color: #ffd700; 
  text-decoration: underline;
}



/* Content Area Styling */

.content-area {
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}

.content-privacy {
  border-radius: 10px;
  padding: 0px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}

.content-portfolio {
  border-radius: 10px;
  padding: 0px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  margin:0px;
}

.custom-button {
  background-color: rgba(255, 255, 255, 0.4);       
  color:  black;            
  border: 2px solid green;     
  border-radius: 5px;          
  padding: 0.5rem 1.5rem;     
  text-decoration: none;       
  font-weight: bold;           
  text-transform: uppercase;  
  transition: all 0.3s ease-in-out;
}

.custom-button:hover {
  background-color: #F4D03F;   
  border: 2px solid black;
  border-radius: 5px;
  color: black;
  border-color: black;
  transform: scale(1.05);
}

 .hero-text {
    background: #9fdb6c;
    color: #222;
    padding: 25px;
    margin-left:0px;
    margin-right:0px;
    text-align: center;
    border-radius: 0px;
    font-size: 1.8rem;
    line-height: 1.6;
    font-weight: 600;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
} 



.profile-pic {
    width: min(290px, 60vw);
    height: auto; 
    object-fit: cover; 
    border-radius: 35%;
    display: block;
    margin: auto;
}

.logo-container {
	text-align: center;
	margin-top: 2rem;
	color: white;
	padding: 0px;
}

.equal-height-row {
    border: 2px solid white;
}

.carousel-images {
    position: absolute;
    bottom: 40px; 
    left: 50%; 
    justify-content: center; 
    transform: translateX(-50%); 
    display: flex;
    gap: 50px; 
    margin-top: 20px; 
}

.carousel-img {
    width: 78%; 
    max-width: 100px; 
    height: auto; 
    border-radius: 0px; 
    opacity: 0.5;
}

@media ( max-width : 1200px) {
.carousel-images {
    position: absolute;
    bottom: 40px; 
    left: 50%; 
    transform: translateX(-50%); 
    display: flex;
    gap: 50px; 
}

.carousel-img {
    width: 78%; 
    max-width: 100px; 
    height: auto; 
    border-radius: 0px; 
    
}	
}
/*
Geringe Smartphone-Auflösung
*/
@media ( max-width : 768px) {
.carousel-images {
    position: absolute;
    bottom: 40px; 
    left: 50%; 
    transform: translateX(-50%); 
    display: flex;
    gap: 50px;
}

.carousel-img {
    width: 78%; 
    max-width: 100px; 
    height: auto; 
    border-radius: 0px; 
}
	
}	



.simple-timeline {
  max-width: 700px;
  margin: 0 auto;
  padding: 20px;
}

.simple-timeline ul li {
  font-size: 0.95rem;
}

.timeline-entry {
  margin-bottom: 24px;
}

.year {
  font-weight: 700;
  color: #a4e376; /* Kräftigeres Grün für bessere Sichtbarkeit */
  font-size: 1.3rem;
}

.details h4 {
  margin: 0;
  font-size: 1.1rem;
  color: #d2f7c8; /* Hellgrün für bessere Lesbarkeit */
  font-weight: 600;
}

.details p {
  margin: 4px 0 0 0;
  color: #ddd; /* Helles Grau für besseren Kontrast */
  font-size: 0.95rem;
}
