body {
    margin:0;
    padding:0;
    font-family: Arial, sans-serif;
    background: linear-gradient(135deg, #667043, #29b162);
    color: #fff;
    color: #fff;
    color: #fff;
}




.description-box {
  position: relative;
  background-color: #ff7a1a; 
  color: #ffffff;
  padding: 1.0rem 1.5rem;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0,0,0,0.18);
  max-width: 900px;
  margin: 1.25rem auto;
}


.description-box {
  margin-top: .6rem;
  opacity: .95;
  font-weight: 400;
  line-height: 1.45;

}

.teaser {
text-shadow: 2 2 8px #000;
letter-spacing: 0.01em;
  max-width: 600px;
  margin-top: .6rem;
  opacity: .95;
  font-weight: 400;
  line-height: 1.45;
  text-align: left;
text-align: left;
  hyphens: auto;
  overflow-wrap: break-word;

}



.description-box::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;


  background-image:
    

linear-gradient(135deg, rgba(255, 105, 0, 0.9), rgba(255, 165, 0, 0.9)); 



  background-size: 40px 40px;
  opacity: 1; 
  z-index: 0;
}



.description-box > * {
  position: relative;
  z-index: 1;
}


.explain-container {
  max-width: 920px;
  margin: 0.75rem auto 2rem;
  padding: 0 1rem;
}

.explain-text {
  background-color: #ff6a00; 
  color: #ffffff;
  padding: 1.0rem 1.25rem;
  border-radius: 12px;
  font-size: 1rem;
  line-height: 1.6;
  box-shadow: 0 6px 18px rgba(0,0,0,0.12);
  margin: 0;
}

.visually-hidden {
  position: absolute !important;
  height: 1px; width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}


@media (min-width: 900px) {
  .description-box { padding: 2.5rem 2rem; border-radius: 20px; }
  .explain-text { font-size: 1.05rem; }
}


.index-main {
box-sizing: border-box;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    text-align: center;
    padding: 20px;
}

h1 {
    font-size: 3em;
    margin-bottom: 20px;
    text-shadow: 0 0 8px #000;
}

.highlight {
    color: #29b162; /* Grün */
}

.description-box {
    background: rgba(0,0,0,0.5);
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 30px;
    max-width: 600px;
}

.index-button-container {
    margin-bottom: 30px;
}

.space-button {
    display: inline-block;
    padding: 12px 24px;
    background: #29b162;
    color: #fff;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
}

.space-button:hover {
    background: #1f8b4f;
}

.socialbar {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 20px 0;
}

.social {
    display: inline-block;
    border-radius: 50%;
    padding: 5px;
    transition: 0.3s;
    background: transparent;
}

.social img {
    width: 40px;
    height: 40px;
}

.social:hover {
    background: #FF4500; 
}


footer {
    text-align: center;
    margin-bottom: 20px;
}

.paypal-button {
    background: #1a8f4a;
    color: #fff;
    border: none;
    padding: 6px 15px;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.3s;
}

.paypal-button:hover {
    background: #166f3a;
}

.index-button-container {
    width: 100%;
    display: flex;
    flex-direction: column;   
    gap: 12px;
    margin: 20px 0;
}


.space-button {
    display: block;
    width: 100%;
    text-align: center;
    white-space: nowrap;

    border: 2px solid #FF4500;
    border-radius: 8px;

    padding: 10px 16px;
    background: #29b162;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    box-sizing: border-box;
}


#paypal-form {
    display: block;
    width: 100%;

    border: 2px solid #FF4500;
    border-radius: 8px;

    background: #29b162;
    box-sizing: border-box;

    padding: 0; 
    margin: 0;
}

#paypal-form .paypal-button {
    background: transparent;
    border: none;        
    padding: 10px 16px;  
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    width: 100%;
    text-align: center;
    white-space: nowrap;
}

.email-link {
    text-decoration: none;  /* Entfernt den Unterstrich */
    color: white;  /* Stelle sicher, dass der Standard-Farbwert korrekt ist */
}

.email-link:hover {
     color: #FF4500;
    text-decoration: none;

}


@media (max-width: 900px) {
  .teaser {
    text-align: left !important;
  }
.index-main {
    padding-left: 16px;
    padding-right: 16px;
  }
}

