#Inhalt {

    width: fit-content;
    padding: 0px 12px 0px 12px;
    background-color: whitesmoke;
    margin-top: 0px;
    margin-top: -20px;
    margin-bottom: 10px;
    border-radius: 5px;
    width: 20%;
    border: 0.5px solid darkgrey;
    font-size: 16px;
    position: absolute;
    text-align: left;
    transform: translate(0, 20px);
}

#Inhalt a {
    color: black;
    font-style: italic;
}


#Inhalt summary {

    text-align: center;
}


#Inhalt summary:focus {

    outline: none;
}
 
 #Inhalt details {

    line-height: 28px;
 }

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

    #Inhalt {

        width: 70%;
        float: none;
        position: relative;
        margin-bottom: 29px;
        font-size: 13px;
        margin-left: auto; 
        margin-right: auto; 
        padding-top: 2px;
        padding-bottom: 2px;

    }
    #Inhalt details {
        line-height: 22px;
        text-align: left;
    }
 }