footer {
  background: linear-gradient(135deg, #2d3436 0%, #1e272e 100%);

  color: #dfe6e9;

   padding: 3.5rem 2rem 2rem;

	margin-top: 0; 

}

.fusszeile-inhalt
	{
   max-width: 1200px;

	    margin: 0 auto;

	 display: grid;

	    grid-template-columns: 2fr 1fr 1fr;

	   gap: 3rem;

		 margin-bottom: 2rem;
}

.fusszeile-uber    {
  padding-right :  2rem;
} 

.fusszeile-logo {
  margin-bottom: 1.5rem;


}

.fusszeile-logo img {
   height: 42px;
  filter: brightness(0) invert(1);
}

.fusszeile-uber p {
  line-height: 1.8;
        color: #b2bec3;
    font-size: 0.95rem;
}

.fusszeile-links h4,
.fusszeile-kontakt h4 {
	color     :        white; 
	    font-size: 1.2rem; 
		margin-bottom: 1.2rem; 
		font-weight: 600;
}

.fusszeile-links ul {
                       list-style: none;

}

.fusszeile-links li {

	   margin-bottom   :     0.8rem;


}

.fusszeile-links a {
  transition: color 0.3s;
     font-size:0.95rem;
   text-decoration: none;
   color: #b2bec3;
}

.fusszeile-links a:hover
	{
    color: #667eea;
}

.fusszeile-kontakt p {
  color: #b2bec3;
   margin-bottom: 0.8rem;
                    line-height: 1.7;
      font-size: 0.95rem;
}

.fusszeile-kontakt a 
 {

	color    :       #b2bec3;
  text-decoration: none;
    transition:     color 0.3s;


}

.fusszeile-kontakt a:hover {
    color: #667eea;
}

.fusszeile-unten {
      max-width: 1200px;
  margin: 0 auto;
    padding-top: 2rem;
   border-top:      1px solid #636e72;
    text-align: center;
	color: #b2bec3;
  font-size  :     0.9rem;
}

@media (max-width: 768px) {
.fusszeile-inhalt {
grid-template-columns: 1fr;
gap: 2rem;
}
.fusszeile-uber {
padding-right: 0;
}
}.leistung-info ul li {
       transition: padding-left 0.3s ease;
}

.leistung-info ul li:hover 
 {
   padding-left: 2.3rem;
}

.preis-box {
          overflow: hidden;
}

.preis-box::before {
     content: '';
    position:       absolute;
   top: 0;
               left: -100%;
      width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(102, 126, 234, 0.1), transparent);
    transition: left 0.6s;
}

.preis-box:hover::before {


    left: 100%;
} 

.schritt-nummer {
  box-shadow: 0 5px 20px rgba(102, 126, 234, 0.3);
	transition: transform 0.3s, box-shadow 0.3s;

}

.schritt-item:hover .schritt-nummer {
  transform: scale(1.1);
  box-shadow: 0 8px 30px rgba(102, 126, 234, 0.5);
}

.erfolg-icon {
      animation: pulseAnimation 2s ease-in-out infinite;
     }@keyframes pulseAnimation {
0%, 100% {
transform: scale(1);
}
50% {
transform: scale(1.05);
}
}.danke-inhalt {

	  animation: fadeInUp 0.6s ease-out;

}@keyframes fadeInUp {
from {
opacity: 0;
transform: translateY(30px);
}
to {
opacity: 1;
transform: translateY(0);
}
}.info-box {
	border-left: 4px solid #667eea;
}@media (max-width: 768px) {
.aktions-knoepfe {
flex-direction: column;
gap: 1rem;
}

.primarer-knopf,
.sekundarer-knopf {
width: 100%;
text-align: center;
}
}.leistung-detail {
	   opacity: 1;


	}

.seiten-held    {
		position: relative;
  overflow: hidden;


}

.seiten-held::after {
	  content: '';
	 left: 0;
    height: 100px;
   right: 0;
  bottom: -50px;
   position: absolute;
  transform: skewY(-2deg);
   background    :       white;
}

.preis-funktionen li:last-child {
    border-bottom: none;
}

.prozess-schritte	{
  position: relative;
}@media (min-width: 769px) {
.prozess-schritte::before {
content: '';
position: absolute;
top: 35px;
left: 0;
right: 0;
height: 3px;
background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);
z-index: -1;
}
}.policySection {
  background: #f8f9fa;
   padding: 80px 2rem;
}

.policyContainer {

	  max-width: 800px;
   margin: 0 auto;
    text-align: left;
	}

.policyContainer h2 {
	font-size     :      2.5rem;
   color: #2c3e50;
    margin-bottom: 1.5rem;
  font-weight: 700;
}

.policyContainer p {
   color: #7f8c8d;
    margin-bottom: 1.5rem;
  line-height: 1.7;
  font-size: 1.1rem;
}@media (max-width: 768px) {
    .policyContainer h2 {
        font-size: 2rem;
    }
    .policyContainer p {
        font-size: 1rem;
    }
    .policySection {
        padding: 60px 1rem;
    }
}