main h2, main h3 {
    color: rgba(170, 12, 44, 0.904);
}

#Intro {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    height:60%;
    border-radius: 5px;
    background: linear-gradient(to right, rgb(73,118,148) 2%, whitesmoke 2%);
    padding: 20px;
    padding-left: 3%;
    overflow: scroll;
    align-items: center;
    line-height: 150%;
     
}

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

#Eine-Komponente {
    margin-top: 20px;
}


#Eine-Komponente, #Zwei-Komponenten {
    width: 95%;
    height: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    padding: 10px;
    padding-top: 0;
    border: 2px solid rgb(73, 118, 148);
    border-radius: 5px;
    border: solid 3px rgba(233, 182, 54, 0.13);
    background-color: rgba(255, 235, 181, 0.699);
 
}


#Eine-Komponente ul, #Bigul, #Smallul {
    list-style: none;
    flex-wrap: wrap;
    justify-content: space-evenly;

}

#Eine-Komponente ul {
    display: flex;
}

#Bigul {
    display: flex;
}

#Smallul {
    display: none;
}

#Eine-Komponente button, #Zwei-Komponenten button {
    display: block;
    margin-left: 35px;
    cursor: pointer;
}

#Eine-Komponente input, #Zwei-Komponenten input {
    font-size: 14px;
  
}

select{
    cursor: pointer;
}

input, #Eine-Komponente button, #Zwei-Komponenten button{
    font-size: 14px;
    background-color: rgb(255, 255, 255);
    border-radius: 5px;
    font-weight: bold;


}

#Eine-Komponente button, #Zwei-Komponenten button{
    color: rgb(185, 143, 37);
    border-top-color: #ffffff;
    border-left-color: #ffffff;
    border-bottom-color: #6c6c6c;
    border-right-color: #6c6c6c;
}

input {
    border-top-color: #9a9a9a;
    border-left-color: #9a9a9a;
    border-bottom-color: #eeeeee;
    border-right-color: #eeeeee;
    overflow: hidden;
}

select, option {
    overflow: hidden;
}

#Zwei-Komponenten ul li {
    margin: 20px 0px;
    text-align: left;

}

#Zwei-Komponenten ul div {
    width: 30%;
}

#Lösung, #Lösung2 {
    margin: 20px 30px;
    
}

.hide {
    display: none;
}

.show {
    display: block;
    animation: sweep .8s ease-in-out;
}

#Explain ol li {

    margin-top: 10px;
    margin-bottom: 10px;
}

#MasseLösung, #VolumenLösung {
    font-weight: bold;
}
details {
    overflow: hidden;
}

details[open] summary ~ * {
    animation: sweep .8s ease-in-out;
  }
  
  @keyframes sweep {
    0%    {opacity: 0; transform: translateX(-10px)}
    100%  {opacity: 1; transform: translateX(0)}
  }



@media all and (max-width: 700px) {



    #Bigul {
        display: none;
    }

    input{
        width: 100px;
    }
    
    select {
        width: 150px;
    }

    button {

        padding: 5px;
    }
   
    li {
        margin-left: 0;
        margin-right: 0;
    }

    #Eine-Komponente ul {

        justify-content: left;
        font-size: 16px;
        margin-left: 0;
        padding-left: 0;

        
    }

    #Smallul {
        display: flex;
        justify-content: left;
        font-size: 15px;
        padding-left: 0;
    }

    #Smallul div {
        width: 35%;
        margin: 0 10px;
    }

    #Zwei-Komponenten ul li {
        margin: 0px 0;
    }

   .Move {
       display: block;
       width: 100%;
       text-align: right;
   }

  r
   #Explain ol {
       margin-left: 0px;
       padding-left: 0;
       text-align: left;
       font-size: 13px;
   }

   #Lösung ol, #Lösung2 ol, #smallul ol {
       font-size: 14px;
   }

        
}
@media all and (max-width: 392px){
    #Eine-Komponente ul, #Zwei-Komponenten ul {
        font-size: 13px;
    }
}

@media all and (max-width: 373px) {

    input {
        width: 60px;
    
}
#Explain ol {
    font-size: 12px;
}

.Formel {
    display: none;
}
}