#outerlimits {
    display: block;
    width: 100%;
    height: 100vh; /* Volle Bildschirmhöhe */
}

#outerleft {
    width: 75%;
}

#outerright {
    width: 25%;
    background-color: darkgray; /* Testweise eine Hintergrundfarbe */
}
