body {
    margin: 0;
    padding: 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    text-align: center;
    background: #33356B;
    color: #fff !important;
    font-family: "Outfit", sans-serif;
}


/* ÜBERSCCHRIFT */

h1 {

    text-align: center;
    text-transform: uppercase;
    color: #BDB281;
    font-size: 54px;
    font-weight: 500;
    margin-top: 25px;
    font-family: "Abril Fatface", serif;
}
.start a:hover {
    color: white;
}
.start h2 {
    margin-top: -35px;
    font-size: 22px;
    font-weight: 300;
    text-align: center;
    white-space: nowrap;
    overflow: scroll;
    margin-left: 20px;
    margin-right: 20px;
}

::-webkit-scrollbar {
    display: none;
  }

.start {
color: #BDB281;
}

.start a {
    color: #BDB281;
    text-decoration: none;
}
.anleitung li a:hover {
    text-decoration: underline !important;
}

/* HAUPTTEIL */


.main {
    display: flex;
    margin-bottom: 20px;

}

/* LINKE SEITE (BESCHREIBUNG) */




.anleitung {
    width: 50%;
    margin: 0 auto 0 auto;

    margin-left: 50px;
    margin-right: 50px;
    flex: 1;


}


ul {
font-weight: 300;
font-size: 20px;

}

td {
    font-weight: 300;
    font-size: 20px;
}

.anleitung h3 {
    text-transform: uppercase;
    font-size: 26px;
    text-align: left;
}
.anleitung p {
    text-align: left;
    margin-left: 100px;
}

.pos {
    margin-top: 40px;
}
.pos a{
    color: #fff;
    padding: 5px 15px 5px 15px;
    border: #BDB281 2px solid;
    text-decoration: none;
    border-radius: 50px;
    font-size: 20px;
    font-weight: 300;
}

.pos a:hover {
    background-color: #BDB281;
    color: #33356B;

}
.pos a:first-of-type {
    margin-right: 20px;
}

.pos a:last-of-type {
    margin-left: 20px;
}

li {
    list-style: none;
}
input::-webkit-outer-spin-button{
    -webkit-appearance: none;
}
    input::-webkit-inner-spin-button {
    -webkit-appearance: none;} 

    ul {
        padding: 0;
        text-align: left;
        font-size: 20px;
        line-height: 1.3;

       
    }


  
    table {
        width: 100%;
      }

    .facts {
        padding-top: 50px;
        margin-bottom: 10px;
    }

    tr td:first-of-type {
        text-align: left;
    }

    tr {
        margin-bottom: 20px;

    }


    tr td {
        text-align: right;
    }

    table th:first-of-type {
        text-align: left;

    }

    table th:first-of-type:hover {


    }

    table th {
        text-align: right;
    }

table tr th {

}

table tr th:hover {
    color: #BDB281;
    cursor: pointer;
}


/* RECHNER */

.text {
    font-weight: 500;
    color: #BDB281;
    margin-top: 5px;
}

.text2 {
    margin-bottom: 0px;
    margin-top: 0px;
    font-weight: 300;
}
.rechner {
    width: 50%;
    text-align: center;
    flex: 1;
    margin: 0 auto;
}
    
.rechner h2 {
    text-transform: uppercase;
    font-size: 26px;    
}

.kleiner-text {
    font-size: 18px;
}
.anleitung h3 {
    font-weight: 600;
}

.rechner h2 {
    font-weight: 600;
}

.rechner h3 {
    font-weight: 400;
}

.anleitung ul li a {
    color: white;
    text-decoration: none;
}

::placeholder {
    color: #fff;
    opacity: 41%;
    padding-left: 5px;
    font-size: 18px;
    font-family: "Outfit", sans-serif;
    font-weight: 300;
}

.button {
    background: #BDB281;
    border: 0;
    color: #33356B;
    font-weight: 400;
    width: 220px;
    height: 35px;
    font-size: 20px;
    margin-top: 20px;
    border-radius: 25px;
    font-family: 'Outfit', sans-serif;
}

#mytext, #text {
    font-weight: 300;
    font-size: 20px;
}

.anleitung h3 {
    text-transform: uppercase;
    font-size: 26px;
    text-align: left;
}


.button:hover {
    border: #BDB281 1px solid;
    background-color: #33356B;
    color: #fff;
    cursor: pointer;
}

input {
    border: none;
    border-bottom: 1px solid #fff;
    background-color: transparent;
    margin-bottom: 25px;
    width: 40%;
    height:35px;
    outline: none;
    text-align: center;
    color: #fff;
    font-size: 18px;
    outline: none;
    text-align: center;
    font-family: 'Outfit', sans-serif;
    border-radius: 0; /* Falls iOS was abrundet */
  appearance: none; /* iOS default styles entfernen */
}

.fa-paypal {
    color: #BDB281;
    right: 120px;
    bottom: 14px;
    position: fixed;
    font-size: 72px;
    z-index: 1;
}



/*FOOTER*/

footer {
    display: flex ;
    justify-content: space-between; /* Elemente links und rechts */
    align-items: center; /* Vertikale Ausrichtung */
    background-color: #33356B; /* Hintergrundfarbe */

    padding: 20px; /* Innenabstand */
    font-size: 14px; /* Schriftgröße */
    z-index: 0;
    margin-top: auto;
    margin-bottom: 0;
    padding-bottom: 10;
  }
  
  .rechner h3 {
    font-size: 22px;
  }
  footer a {
  color: #fff;
  text-decoration: none;
  }
  
  
  footer a:hover {
  color: #BDB281;
  }
  
  .links {
  text-transform: uppercase;
  color: #BDB281;
  font-weight: bolder;
  }
  
  .rechts {
  display: flex;
  font-weight: 300;
  color: #fff;
  
  
  
  }
  .l1 {
    float: right;
    display: flex;
    flex-direction: column;
  
    padding-right: 60px;
    align-items: center;
  }
  
  .rechts a {
    text-align: center;
  }
  
  .r1 {
    float: left;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  


@media only screen and (max-width: 1024px) {
    .anleitung {
width: auto;

    }
    .main {
       flex-direction: column;
    }

    .spenden {
        margin-left: 20px;
        margin-right: 20px;
    }
   
    .rechner {
        width: 100%;
    
    }


    .aha {
        width: 60%;
    }
    .child { 
        width: 40%;
    }
    .rechner h2 {
        margin-top: 60px;
       
    }
  }



  @media only screen and (max-width: 490px) {
  .anleitung {
    margin-left: 20px;
    margin-right: 20px;

  }
  .überschrift {
    font-size:40px;
  }

  .rechner h3 {
    font-size: 20px;
  }

  input {
    font-size: 16px;
  }

  ul, td {
    font-size: 18px;
    font-weight: 300;
  }

    .child {
        width: 48%;
    }
    .aha {
       width: 240%;
   }
 
   .l1 {
    padding-right: 20px;

  }

  ::placeholder {
    font-size: 16px;
  }

.rechts, .links {
  font-size: 12px;
}

   p {
       font-size: 12px;
   }
   footer {
       font-size: 12px;
   }
   h1 {
       font-size: 28px;
   }



   .anleitung h3, .rechner h2 {
    font-size: 22px;
   }

   .start h2 {
    font-size: 18px;
    margin-top: -30px !important;
   }

   h3 {
       font-size: 16px;
   }

   #mytext, #text {

    font-size: 18px;
}

.kleiner-text {
    font-size: 16px;
}
  }