/* 
  Author: Kai Strathmann
  Project: Knowhow
  Date: 09/2025
*/

summary {
    cursor: pointer;
    font-weight: 400;
    font-size: 21px;
    font-family: Avenir Next, Arial;
    line-height: 1.5;
    border: 0px solid black;
    padding-left: 0px;
    padding-right: 0px;
    text-align: justify;
}

summary::marker {
    content: "";
}

.icon::before {
    content: "+ ";
    font-weight: bold;
}

details[open] > summary .icon::before {
    content: "– ";
}

/* etwas Einrückung für Untermenüs */
details details {
    margin-left: 20px;
}


.knowh-top {
    width: 880px;
    max-width: 880px;

    margin:0px auto;
    margin-top: 35px;
    margin-bottom: 20px;
    padding-bottom:0px;
    padding-top: 0px;
    padding-left: 10px;
    padding-right: 10px;

    font-size: 21px; 
    font-weight:420;
    font-family: Avenir Next, Arial;
    line-height: 1.5;

    text-align: center;

    border:0.6px solid black;
    }

.knowh-center {
    width: 880px;
    max-width: 880px;

    margin:0px auto;
    margin-top: 35px;
    margin-bottom: 20px;
    padding-bottom:0px;
    padding-top: 0px;
    padding-left: 10px;
    padding-right: 10px;

    font-size: 16px; 
    font-weight:420;
    font-family: Avenir Next, Arial;
    line-height: 1;

    text-align: justify;
    justify-content: center;

    border:0px solid black;
    }

.knowh-theme {
    text-transform: upper;
    font-weight: 400;
    font-family: Avenir Next, Arial;
    line-height: 1.5;
    border: 0px solid black;
    padding-left: 0px;
    padding-right: 0px;
    text-align: justify;
}

.knowh-text {
    font-weight: 400;
    font-size: 17px;
    font-family: Avenir Next, Arial;
    line-height: 1.5;
    border: 0px solid black;
    padding-left: 0px;
    padding-right: 0px;
    text-align: justify;
}

.codebox {
    background: #f4f4f4;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 5px;
    font-family: monospace;
    overflow-x: auto;
}
</style>