* {

	    margin: 0;
   padding: 0;
   box-sizing: border-box;
	} 

html {
    scroll-behavior: smooth;
}

body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
   line-height: 1.6;
  color: #2c3e50;
   background-color: #f8f9fa;
}



a {
    text-decoration  : none;
                    color: inherit;
  transition: color 0.3s ease;
}

img {
	   max-width: 100%;
  height: auto;
	display: block;

}

.nav-hauptleiste {
    background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	position     :     sticky;
    top: 0;
	 z-index  :100;
}

.nav-container {
   max-width: 1200px;
  margin: 0 auto;
    padding: 1rem 2rem;
   display: flex;
    justify-content: space-between;
	align-items: center;
}


.nav-marke {
   flex-shrink: 0;


}

.nav-logo-bild {
   height: 45px; 
  width: auto;
     }

.nav-toggle-burger {
   display: none;
   flex-direction: column;
    background: none;
  border: none;
    cursor: pointer;
    padding: 0.5rem;
}

.burger-linie {
	   width: 25px;
	 height: 3px;
    background: #2c3e50;
    margin: 5px 0;
    transition: all 0.3s ease;
    border-radius: 2px;
	}

.nav-menuliste {
     display: flex;
  list-style: none;
    gap: 2rem;
   align-items: center;
     }

.nav-verweis {
    font-weight: 500;
  font-size: 1rem;
  color: #2c3e50;
}

.nav-verweis:hover {

	   color: #667eea;


}

.nav-cta {
  background: #667eea;
    color   :      white !important;
    padding: 0.75rem 1.5rem;
  border-radius: 6px;
         transition: all 0.3s ease;
}

.nav-cta:hover {
  background: #5568d3; 
	    color: white !important; 
	  transform: translateY(-2px); 
	  box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
}@media (max-width: 768px) {
  .nav-toggle-burger {
    display: flex;
  }
  
  .nav-menuliste {
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    background: white;
    flex-direction: column;
    gap: 0;
    padding: 1rem 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }
  
  .nav-menuliste.aktiv {
    max-height: 300px;
  }
  
  .nav-menuliste li {
    padding: 1rem 2rem;
    border-bottom: 1px solid #eee;
  }
  
  .nav-toggle-burger.aktiv .burger-linie:nth-child(1) {
    transform: rotate(45deg) translate(10px, 10px);
  }
  
  .nav-toggle-burger.aktiv .burger-linie:nth-child(2) {
    opacity: 0;
  }
  
  .nav-toggle-burger.aktiv .burger-linie:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -7px);
  }
}.hero-bereich {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
 padding: 6rem 2rem;
    display: grid;
  grid-template-columns: 1fr 1fr;
    gap: 3rem;
   align-items :       center;
    max-width: 1200px;
  margin:     0 auto;
}

.hero-inhalt h1 {
  font-size    :     3rem;
 margin-bottom: 1.5rem;
    line-height: 1.2;
}

.hero-inhalt p {
   font-size: 1.1rem;
  margin-bottom: 2rem;
  opacity: 0.95;
}

.cta-schaltflache {
	display: inline-block;
  background: white;
  color: #667eea;
    padding: 1rem 2rem;
    border-radius: 6px;
  font-weight: 600;
  transition   :        all 0.3s ease;
    cursor: pointer;
}

.cta-schaltflache:hover {


  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);


}

.hero-bild-container {
   position: relative;
}

.hero-bild {
    border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);}@media (max-width: 768px) {
  .hero-bereich {
    grid-template-columns: 1fr;
    padding: 3rem 1rem;
  }
  
  .hero-inhalt h1 {
    font-size: 2rem;
  }
}.leistungen-bereich {


  padding: 5rem 2rem; 
	    max-width: 1200px; 
	  margin:     0 auto;

}

.leistungen-bereich h2 {
	 text-align: center;
   color: #2c3e50;
   font-size: 2.5rem;
   margin-bottom: 3rem;


}

.leistungen-raster {
     display:        grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap:      2rem;
}

.leistungs-karte {
		background: white;
   padding: 2rem;
   border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
	text-align: center;
     }

.leistungs-karte:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.15);
}

.leistungs-icon-wrapper {
	 margin-bottom: 1.5rem; 
   height: 60px; 
   display: flex; 
  align-items : center; 
	 justify-content: center;
}

.leistungs-icon {
  width: 60px;
         height: 60px;
    stroke: #667eea;
    -moz-transition: all 0.3s ease;
  fill: none;
   stroke-width: 2;
    stroke-linecap  :     round;
    -o-transition: all 0.3s ease;
  stroke-linejoin: round;
    transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease; 

}

.leistungs-karte:hover .leistungs-icon {
               stroke     :    #764ba2;
  filter: drop-shadow(0 0 8px rgba(102, 126, 234, 0.4));
	
}

.leistungs-karte h3
	{
	   font-size: 1.3rem;
   margin-bottom: 1rem;
  color: #2c3e50; 
	


}

.leistungs-karte p {
    color: #7f8c8d;
   line-height     :      1.7;
}

.vorteile-bereich{
  display   :  grid;
  grid-template-columns: 1fr 1fr;
   gap: 3rem;
   align-items: center;
    max-width: 1200px;
	margin: 4rem auto;
         padding: 0 2rem;
}

.vorteile-bild {
    border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.vorteile-bereich h2 {
    font-size: 2.5rem;
  margin-bottom    :    2rem;
  color: #2c3e50;
}

.vorteils-liste

{
	display: flex;
  flex-direction: column;
	gap: 1.5rem;
}

.vorteil-punkt {
   display: grid;
   grid-template-columns   :   50px 1fr;
	gap: 1rem;
}

.vorteil-check {
	 display: flex;
    align-items: center;
	justify-content: center;
   background: #e8f0fe;
   border-radius: 50%;
  width: 50px;
	height  : 50px;
      flex-shrink: 0; 

}

.vorteil-icon {
   width: 28px;
	height: 28px;
	stroke: #667eea;
  fill  : none;
    stroke-width: 2.5;
	 stroke-linecap: round;
    stroke-linejoin: round;
	
}

.vorteil-punkt h4 {
  font-size: 1.1rem;
   color: #2c3e50;
  margin-bottom:      0.5rem;
}

.vorteil-punkt p {

	   color   :      #7f8c8d;
  line-height: 1.6;


}@media (max-width: 768px) {
  .vorteile-bereich {
    grid-template-columns: 1fr;
  }
}.referenzen-bereich {
    background: #f0f4ff;
  padding: 5rem 2rem;
    margin: 4rem 0;
}

.referenzen-bereich h2 {
    text-align: center;
  font-size: 2.5rem;
          margin-bottom: 3rem;
         color     :       #2c3e50;
}

.referenzen-raster {
   	display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
   gap  : 2rem;
  max-width: 1200px;
   margin: 0 auto;


}

.referenz-karte {
  background    :white;
  padding: 2rem;
    border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.referenz-rating {
  display    :   flex;
   gap    :     0.5rem;
    margin-bottom: 1rem;
} 

.referenz-stern {
                    width: 20px;
  height: 20px;
               stroke: #f39c12;
  fill: #f39c12;
	stroke-width: 1;
}

.referenz-karte p {
   color: #2c3e50;
   margin-bottom: 1rem;
   line-height:  1.8;
}

.referenz-autor {
   color: #667eea;
   font-weight    :       600;
      font-style: italic;
}

.cta-sektion {
  background: linear-gradient(135deg, #764ba2 0%, #667eea 100%);
        color: white;
  padding: 4rem 2rem;
   text-align: center;
}

.cta-sektion h2 {
  font-size: 2.2rem;
  margin-bottom: 1rem;
}

.cta-sektion p {


   font-size: 1.1rem;
   margin-bottom: 2rem;
   opacity: 0.95;


}

.cta-gross {
	background: white;
  color: #667eea;
	padding: 1.2rem 2.5rem;
    font-size: 1.1rem; 

}

.kontakt-bereich {
   max-width: 1200px;
  margin: 4rem auto;
    padding: 0 2rem;
}

.kontakt-bereich h2 {
   text-align: center;
	   font-size: 2.5rem;
	   margin-bottom: 3rem;
		 color: #2c3e50; 
	
}

.kontakt-inhalt {
    display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap :     3rem;
}

.kontakt-info {
  background: white; 
	padding: 2rem; 
   border-radius: 10px; 
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08); 
         height: fit-content;
}

.kontakt-info h3 {
    font-size: 1.5rem;
   margin-bottom: 1.5rem;
  color: #667eea;
}


.kontakt-details p {
      margin-bottom: 1.5rem;
  color: #2c3e50;
   line-height: 1.8;
} 

.telefon-verweis {
    color: #667eea;
   font-weight: 600;
}

.telefon-verweis:hover
	{

	    text-decoration: underline;}

.kontakt-formular {
  background: white;
   padding: 2rem;
    border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.form-gruppe {
  margin-bottom: 1.5rem;

}

.form-gruppe label {
	display  : block;
  margin-bottom: 0.5rem;
    font-weight: 600;
   color: #2c3e50; 
	
}

.form-gruppe input,
.form-gruppe select,
.form-gruppe textarea {

  width   :    100%;
    padding: 0.875rem;
   border: 2px solid #e0e0e0;
   border-radius: 6px;
   font-family: inherit;
    font-size: 1rem;
	 transition: all 0.3s ease;
  color: #2c3e50;


}

.form-gruppe input:focus,
.form-gruppe select:focus,
.form-gruppe textarea:focus {
   outline: none;
	 border-color: #667eea;
  box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.form-absenden {
	 width: 100%;
    padding: 1rem;
  background: #667eea;
  color: white;
    border    :        none;
 border-radius: 6px;
    font-size: 1rem;
  font-weight: 600;
     cursor: pointer;
   transition: all 0.3s ease;
}

.form-absenden:hover {
    background: #5568d3;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(102, 126, 234, 0.3);
}@media (max-width: 768px) {
  .kontakt-inhalt {
    grid-template-columns: 1fr;
  }
}.fusszeile {
  background: #2c3e50;
  color: white;
  padding: 3rem 2rem 1rem;
  margin-top: 4rem;
}

.fusszeile-container {
       max-width: 1200px;
     margin: 0 auto;
       display: grid;
     grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
      gap: 2rem;
     margin-bottom: 2rem;
}


.fusszeile-spalte h4 {
      margin-bottom: 1rem;

	   font-size: 1.1rem;
}

.fusszeile-logo {
  height: 40px;
   width: auto;
   margin-bottom: 1rem;
}

.fusszeile-menü {
   list-style: none;
}

.fusszeile-menü li {
  margin-bottom: 0.75rem;
}

.fusszeile-menü a {
    color: #bdc3c7;
   transition: color 0.3s ease;
}

.fusszeile-menü a:hover {
    color: #667eea;
}

.fusszeile-spalte p {
     color: #bdc3c7;
    line-height: 1.8;
  margin-bottom: 0.75rem;
}

.fusszeile-spalte a {
   color: #667eea;
}

.fusszeile-unten {
    text-align: center;
	padding-top: 2rem;
  border-top    : 1px solid #34495e;
      color    :#95a5a6;
}@media (max-width: 768px) {
  .fusszeile-container {
    grid-template-columns: 1fr;
  }
}.services-hero {
  background: linear-gradient(135deg, #764ba2 0%, #667eea 100%);
	  color: white;
	  padding: 4rem 2rem;
	  text-align: center;
}

.services-hero-inhalt h1 
 {
   font-size: 2.8rem;
   margin-bottom: 1rem;
    line-height: 1.2;
}

.services-hero-inhalt p {
   font-size: 1.1rem;
	opacity: 0.95;
    max-width: 700px;
   margin: 0 auto;
}



.services-grid-hauptleiste {


   max-width: 1200px;

	  margin: 4rem auto;

	   padding: 0 2rem;
	}

.services-intro-text h2 {
   font-size: 2.2rem;
    margin-bottom :1.5rem;
     color: #2c3e50;
}

.services-intro-text p {
			font-size: 1.1rem;
  color: #7f8c8d;
    line-height: 1.8;
    max-width: 800px;
	}

.services-detailliert-bereich {
   max-width: 1200px;
    margin: 3rem auto;
    padding: 0 2rem;
	
}

.service-detailliert {
   align-items: center;
    padding: 2rem;
   display: grid;
   border-radius     :     10px;
  gap     :       3rem;
    background: #f8f9fa;
	 grid-template-columns: 1fr 1fr;
    margin-bottom    :4rem;
}

.service-detailliert.alternativ {
	grid-template-columns: 1fr 1fr;
}



.service-detailliert.alternativ .service-detailliert-bild {
                    order: 2;
}

.service-detailliert.alternativ .service-detailliert-text


{
	order: 1;
}

.service-detailliert-bild {
		 overflow: hidden;
}

.service-foto {
   border-radius:  10px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
          transition: transform 0.3s ease;
}

.service-detailliert:hover .service-foto {
  transform: scale(1.05);
}

.service-detailliert-text h3 {

	     font-size: 1.8rem;
        margin-bottom: 1rem;
                    color: #2c3e50;


}

.service-detailliert-text p {

		color: #7f8c8d;
    line-height: 1.8;
    margin-bottom: 1.5rem;

}

.service-features {
     list-style: none;
   margin-bottom: 1.5rem;
}

.service-features li{
    padding: 0.75rem 0;
          padding-left: 1.5rem;
   color: #2c3e50;
    position     :      relative;
}

.service-features li:before {
  content: "▸";
    position: absolute;
    left: 0;
    color: #667eea;
    font-weight: bold;
}

.service-dauer {
  font-style:     italic;
    color: #667eea;
               margin-bottom  :  1rem !important;
}

.service-cta-link {
    background     : #667eea;
     border-radius: 6px;
    padding: 0.875rem 1.75rem;
    transition: all 0.3s ease;
  font-weight: 600;
   color: white;
  display: inline-block;
}

.service-cta-link:hover {

	    background   :#5568d3;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(102, 126, 234, 0.3);
	}@media (max-width: 768px) {
  .service-detailliert {
    grid-template-columns: 1fr;
    margin-bottom: 2rem;
    padding: 1rem;
  }
  
  .service-detailliert.alternativ .service-detailliert-bild {
    order: 1;
  }
  
  .service-detailliert.alternativ .service-detailliert-text {
    order: 2;
  }
  
  .services-hero-inhalt h1 {
    font-size: 1.8rem;
  }
}.service-packages {
    max-width: 1200px;
  margin: 4rem auto;
   padding :     0 2rem;
}  

.service-packages h2 {
  text-align  :     center;
  font-size: 2.2rem;
    margin-bottom: 3rem;
               color: #2c3e50;
}

.packages-raster {
        display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
   gap: 2rem; 

}

.package-karte {
   background: white;
	padding: 2rem;
   border-radius:      10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
	border: 2px solid #e0e0e0;
  transition  :    all 0.3s ease;
}

.package-karte:hover {

	  transform: translateY(-8px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.15);
     }

.package-karte.highlight {
   border-color: #667eea;
  background: #f0f4ff;
  transform: scale(1.05);
}

.package-karte h4 {
    font-size: 1.5rem;
       margin-bottom: 0.5rem;
   color   :   #2c3e50;
}

.package-beschreibung {

    color: #667eea;
    font-weight: 600;
    margin-bottom: 1.5rem;}

.package-punkte     {


   margin-bottom: 1.5rem;
  list-style: none; 


}

.package-punkte li {
  padding: 0.75rem 0;
  padding-left     :       1.5rem;
	color: #7f8c8d;
         position: relative;
         font-size: 0.95rem;
}

.package-punkte li:before  
  {


  content: "✓";
    position: absolute;
    left: 0;
   color: #2ecc71;
  font-weight: bold;}

.package-info
{
    color:#95a5a6;
   font-size: 0.9rem;
 margin-bottom  :      1.5rem;
   font-style: italic;
}

.package-cta {
   display: block;
  background: white;
   color: #667eea;
    border: 2px solid #667eea;
   padding: 0.875rem 1.5rem;
   border-radius: 6px;
    text-align: center;
  font-weight: 600;
   transition: all 0.3s ease;
}


.package-cta:hover {
   background: #667eea;
  color: white;
  transform: translateY(-2px);
}

.package-cta-primary {
    background: #667eea;
        color: white;
    border-color: #667eea;
}

.package-cta-primary:hover {
    background: #5568d3;
   border-color: #5568d3;
}

.service-prozess
{
    background: #f0f4ff;
    padding: 4rem 2rem;
  margin    :     4rem 0;
}

.service-prozess h2 {


  text-align: center;
   font-size: 2.2rem;
  margin-bottom: 3rem;
    color: #2c3e50;
     }

.prozess-schritte {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
   max-width: 1200px;
    margin: 0 auto;
	
}

.prozess-schritt {
  background: white;
  padding: 2rem;
   border-radius: 10px;
       text-align: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.prozess-nummer
	{
   font-size: 2.5rem;
    font-weight: bold;
  color     :  #667eea;
         margin-bottom: 1rem; 
	
}

.prozess-schritt h4

{
   font-size: 1.2rem;
   margin-bottom: 0.75rem;
   color :   #2c3e50;
}

.prozess-schritt p {
  color     :#7f8c8d;
   line-height: 1.6;
}

.service-faq {
   max-width: 1200px;
   margin: 4rem auto;
   padding     :       0 2rem;}

.service-faq h2 {

    text-align: center;
    font-size: 2.2rem;
  margin-bottom: 3rem;
   color: #2c3e50;
}

.faq-container {


	 display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
   gap: 2rem;


}

.faq-item {

  background: white;
   padding: 1.75rem;
	 border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    border-left: 4px solid #667eea;


}

.faq-item h4 {
    color: #2c3e50;
  margin-bottom    :    0.75rem;
    font-size: 1.1rem;
}

.faq-item p {

  color: #7f8c8d;
    line-height: 1.8;
   font-size: 0.95rem;
     }

.service-cta {
   margin-top: 4rem; 
	
}

.thankyou-hero {
     background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	    color: white;
	  padding: 6rem 2rem;
	    text-align: center;
	 min-height    :        60vh;
	    display: flex;
	   align-items: center;
		justify-content:     center; 
	}

.thankyou-container {
   max-width    :700px;
    margin     :       0 auto;
}

.thankyou-check    {
               margin-bottom: 2rem; 

}

.thankyou-icon {
 width: 80px;
   height: 80px;
   stroke: white;
    fill  :   none;
    stroke-width    :  2;
   stroke-linecap: round;
    stroke-linejoin  :  round;
    animation: scaleIn 0.6s ease-out;
}@keyframes scaleIn {
  from {
    transform: scale(0);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}.thankyou-hero h1 {
   font-size: 3rem;
    margin-bottom: 0.5rem;
}

.thankyou-subtext {
    font-size: 1.3rem;
  margin-bottom: 2rem;
   opacity: 0.95;
}

.thankyou-message {
  background: rgba(255, 255, 255, 0.1);
          padding:     2rem;
   border-radius: 10px;
    margin-bottom: 2rem;
  backdrop-filter: blur(10px);
}

.thankyou-message p {


	 margin-bottom: 1rem;
    line-height: 1.8;
  opacity: 0.95;
     }



.thankyou-message p:last-child {
	margin-bottom: 0;
}

.thankyou-actions {
   display: flex;
		 gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

.thankyou-button {
    padding: 1rem 2rem;
    border-radius    :      6px;
  transition: all 0.3s ease;
        font-weight: 600;
    display     :    inline-block;
   text-decoration: none; 
	
}

.button-primary  {
   background: white;
    color :      #667eea;
}

.button-primary:hover {
   background: #f0f0f0;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

.button-secondary {

		background: transparent;

       color: white;

    border: 2px solid white;
}

.button-secondary:hover {
  background: white;
  transform: translateY(-2px);
   color :  #667eea;


}

.next-steps-bereich {
   max-width: 1200px;
      margin: 4rem auto;
       padding: 0 2rem;

}

.next-steps-bereich h2 {
    text-align: center;
   	font-size: 2.2rem;
       margin-bottom: 3rem;
     color    :      #2c3e50;
}

.next-steps-raster {
    display: grid;

	  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));

	    gap: 2rem;
}

.step-card {
    background: white;
    padding: 2rem;
    border-radius  :   10px;
   text-align  :       center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}


.step-number {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
	 width: 50px;
    height: 50px;
   border-radius: 50%;
     display: flex;
  align-items    :        center;
    justify-content: center;
  font-size: 1.5rem;
    font-weight   :   bold;
  margin: 0 auto 1rem;
}

.step-card h4 {
          color: #2c3e50;
    margin-bottom: 0.75rem;
   font-size: 1.1rem;
}

.step-card p {
    color : #7f8c8d;
  line-height: 1.6;
	font-size     :     0.95rem;
}

.while-waiting-bereich {
     background: #f8f9fa; 
	   padding     :    4rem 2rem;
     }

.while-waiting-bereich h2 {
	 text-align: center;
  font-size: 2.2rem;
  margin-bottom: 3rem;
   color: #2c3e50;
}

.waiting-content {
    display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    max-width: 1200px;
   margin:     0 auto;
}

.waiting-item {
   background:    white;
  padding     :    2rem;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.waiting-item h4 {

	  color:    #2c3e50;
      margin-bottom:    1rem;
    font-size: 1.1rem;
}

.waiting-item p {
    color :   #7f8c8d;
   line-height: 1.8;
   margin-bottom    :      1.5rem;
}

.waiting-link 
 {
  display: inline-block;
   color: #667eea;
	 -webkit-transition: all 0.3s ease;
        font-weight: 600;
  transition:     all 0.3s ease;
}

.waiting-link:hover {
     color: #5568d3;
   text-decoration: underline;
}

.contact-info-bereich {


  max-width: 1200px;
   margin: 4rem auto;
  padding :    0 2rem;
       text-align    : center;
     }

.contact-info-bereich h2  
  {
    font-size: 2.2rem;
   margin-bottom     :      1rem;
  color: #2c3e50; 
	
}

.contact-info-bereich p {
   color    :     #7f8c8d;
  margin-bottom: 2rem;
  font-size: 1.1rem;
}

.direct-contact
	{
         display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
  margin-bottom: 4rem;
}  

.contact-option
{
  background: white;
    padding: 2rem;
    border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.contact-option h4 {
                    color   :        #667eea;
  margin-bottom   : 1rem;
    font-size: 1.1rem;
}

.contact-option p {
    color: #2c3e50;
  margin-bottom: 0; 
	
}  

.contact-option a {
    color     :    #667eea;
      font-weight: 600;
}

@media (max-width: 768px) {
  .thankyou-hero {
    padding: 3rem 1rem;
    min-height: auto;
  }
  
  .thankyou-hero h1 {
    font-size: 2rem;
  }
  
  .thankyou-actions {
    flex-direction: column;
  }
  
  .thankyou-button {
    width: 100%;
  }
  
  .faq-container {
    grid-template-columns: 1fr;
  }
}.policySection {


    padding: 80px 2rem;
    background: #f8f9fa;

}

.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;
  }
}