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 */
.wahl2, .wahl3 {
    display: none;
    
        align-items: center;
        text-align: center;
        margin-bottom: 10px;
    }
    
    .wahl2 p, .wahl3 p {
        margin: 0 auto 0 auto;
        width: 50%;
        text-align: right;
        margin-right: 20px;
        margin-left: 20px;
    }
    .wahl {
        display: flex;
        align-items: center;
        text-align: center
        margin-bottom: 10px;
    }
    
    
    .wahl p {
        margin: 0 auto 0 auto;
        width: 50%;
        text-align: right;
        margin-right: 20px;
        margin-left: 20px;
    
    }
    .selecting {
    margin: 0 auto 0 auto;
    text-align: left;
    float: left;
    width: 50%;
    margin-left: 20px;
    margin-right: 20px;
    }
    
    select {
        outline: none;
    }
    
    
    .hello {
        display: flex;
        align-items: center;
        text-align: center;
    }
    .hello p {
    margin: 0 auto 0 auto;
    }
    
    .switch2, .switch3, .switch4, .switch5 {
        display: none;
    }
    
    .switch1 {
        margin-bottom: 25px;
    }
    
    .einp {
        margin: 0;
    }
    .zweip {
        margin-top: 15px;
        margin-bottom: 0;
        display: none;
    }
    
    
    
    .hello p:first-of-type {
        width: 45%;
        text-align: right;
        margin-left: auto;
        margin-right: 10px;
    }
    
    .hello p:last-of-type {
        width: 45%;
        margin-left: 10px;
        text-align: left;
    }
    
    .umschalter input {
        appearance: none;
        width: 100%;
        height: 100%;
        border: 1px solid #fff;
        margin: 0;
        border-radius: 0.5em/50%;
    }
    
    .recher h3:first-of-type {
        margin-bottom: 0px;
    }
    .text {
        font-weight: 500;
        color: #BDB281;
        margin-top: 5px;
    }
    
    .text2 {
        margin-bottom: 0px;
        margin-top: 0px;
        font-weight: 300;
    }
    .umschalter {
        width: 10%;
        height: 1em;
        width: 1.8em;
        display: inline-block;
        position: relative;
    }
    
    .umschalter-knopf {
        background-color: #fff;
        width: 0.8em;
        height: 0.8em;
    
        position: absolute;
        top: 0.10em;
        left: 0.10em;
        pointer-events: none;
        transition: transform 0.5s ease-in-out;
        border-radius: 50%;
    }
    
    .umschalter input:checked {
        background-color: #BDB281;
        border-color: #fff;
    }
    
    .umschalter input:checked + .umschalter-knopf {
        background-color: #fff;
        transform: translateX(0.8em);
    }
    
    
     .i2, .i3 {
        display: none;
    }
    
    .rechner {
        width: 50%;
        text-align: center;
    }
        
    .rechner h2 {
        text-transform: uppercase;
        margin-top: 0;
        margin-bottom: 0;
        text-transform: uppercase;
        font-size: 26px;    
        margin-top: 26px;
        margin-bottom: 26px;
    
    }

    .wahl {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .einp {
        margin-bottom: 10px;
    }
    
    
    .rechner p{
        font-size: 16px;
    }
    .paypal {
        position: fixed;
        bottom: 0;
        right: 10px;
        width: 20px;
        height: 20px;
    }
    
    .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;
    
    }
    
    
    .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;

  }

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

  input {
    font-size: 16px;
  }

  ul, td {
    font-size: 20px;
    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;
   }

   .start h1 {
    font-size: 40px;
   }

   .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;
}
  }