* {
    box-sizing: border-box;
}

html, body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    text-align: center;
    height: 100vh;
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}

.koerper4 {
    height: inherit;
}

h1 {
    width:100%;
    background-color: #313131;
    color:white;
    margin: 0px;
    padding: 20px 0px;
    text-align:center;
}

.Gross {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 80%;
    width: 100%;
}

.weiterleitung {
    margin-top: 40px;
    box-sizing: border-box;
}

.weiterleitung a{
    margin-right:10px;
    margin-left:10px;
    text-decoration: none;         /* Unterstreichung entfernen */
    background-color: #313131;     /* Blau wie bei Bootstrap */
    color: white;                  /* Weiße Schrift */
    padding: 10px 20px;            /* Innenabstand */
    border-radius: 8px;            /* Runde Ecken */
    font-weight: bold;             /* Etwas fetterer Text */
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.weiterleitung a:hover {
    background-color: #8E8E8E;     /* Dunkleres Blau beim Hover */
    transform: scale(2);        /* Leichtes Vergrößern beim Hover */
    cursor: pointer;               /* Mauszeiger wird zur Hand */
}

.Vorstellung {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 80%;
    width: 100%;
    padding: 500px;
}

.zurueck {
    margin-top: 40px;
    box-sizing: border-box;
    padding-bottom: 50px;
}
.zurueck a{
    margin-right:10px;
    margin-left:10px;
    text-decoration: none;         /* Unterstreichung entfernen */
    background-color: #313131;     /* Blau wie bei Bootstrap */
    color: white;                  /* Weiße Schrift */
    padding: 10px 20px;            /* Innenabstand */
    border-radius: 8px;            /* Runde Ecken */
    font-weight: bold;             /* Etwas fetterer Text */
    transition: background-color 0.3s ease, transform 0.2s ease;

}

.zurueck a:hover{
    background-color: #8E8E8E;
    transform: scale(2);
    cursor:pointer;
}

.wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80%;
}

.wrapper a{
    color:white;
}

.projekt1, .projekt2, .projekt3 {
    margin-right:40px;
    margin-left:40px;
    padding: 10px 20px;
    border-radius: 8px;
    width: 33.33%;
    color:white;
    line-height: 1.4em;
}


.projekt1 {
    background-color: #313131;
}

.projekt2 {
    background-color: #313131;
}

.projekt3 {
    background-color: #313131;
}

button {
    padding: 15px 30px;
    height: 60px;
    width: 200px;
}

.liste {
    width: fit-content;
    margin: auto;
    text-align:left;
}

#kAusgabe {
    min-height: 30px;
    margin-top: 20px;
    white-space:pre;
}

#ausgabe, #rausgabe {
    min-height: 120px;
    margin-top: 10px;
}
.projekt4 p{
    margin-right: 200px;
    margin-left: 200px;
}

.projekt4 button{
    background-color: #313131;
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.projekt4 button:hover {
    background-color: #8E8E8E;
}

.projekt4 button:active {
    background-color: #2a2a2a;
}

.ueberschrift4 {
    box-sizing: border-box;
    text-align: center;
    padding: 10px 20px;
    border-radius: 8px;
    color:white;
    line-height: 1.4em;
    background-color: #313131;
    width: 1000px;
    margin: 20px auto;
}

#Uhr {
    font-family: 'Arial', sans-serif;
    font-size: 48px;
    font-weight: bold;
    color: #333;
}

/*
    margin-right:1000px;
    margin-left:1000px;