body{
margin: 100px;
margin-top: 40px;
margin-left: 0px;
display: grid;
grid-template-columns: 380px 2fr;
scroll-behavior: smooth;
}

h1{
    font-family:"greycliff-cf", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 30pt;
    margin-top: 30px;
    margin-bottom: -17px;
}

h2{
    font-family:"greycliff-cf", sans-serif;
    font-weight: bold;
    font-kerning: auto;
    font-size: 17pt;
    margin-top: 25px;
    margin-bottom: 0px;
    color: black;
    text-decoration: none;
}

.text-links {
    font-family:"greycliff-cf", sans-serif;
    font-weight: bold;
    font-size: 18pt;
    color: black;
    text-decoration: none;
}

.zurück-links {
    font-family: monospace;
    text-decoration: underline;
    font-weight: bold;
    opacity: 70%;
    font-size: 14pt;
    color: black;
}

.text-links:hover {
    opacity: 70%;
}

h3{
    font-family: monospace;
    font-size: 12pt;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 0px;
}

p,
li {
    font-family: monospace;
    font-size: 12pt;
    margin-top: 5px;
    margin-bottom: 0px;
}

.aufzählung {
    margin-left: 30px;
}

.inhalt-links {
    border-right: 1px solid black;
    margin-right: 0px;
    margin-left: 50px;
    margin-bottom: -40px;
    margin-top: 30px;
}

.inhalt-rechts {
    margin-top: 65px;
    margin-left: 80px;
}

.pfeil-icon {
    width: 20px;
    margin-left: 10px;
    margin-top: 5px;
}


@media (max-width: 1000px) { /* Ohne Grid (inhalt-links) wenn Mobile */
    body {
        margin: 50px;
        margin-top: 20px;
        display:grid;
        grid-template-columns: 1fr; 
    } 
    .inhalt-links{
        display: none;
    }

    .inhalt-rechts {
        margin-top: 0px;
        margin-left: 0px;
     }
    }