/* =========================
   MAIN (rechts neben Navi)
   ========================= */

main {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;

    margin-top: 5px;
    margin-left: 210px;
    width: calc(100% - 215px);
    height: calc(100vh - 110px);
    box-sizing: border-box;
    overflow-y: auto;
    overflow-x: hidden;

    padding: 0 10px 10px;
}

/* Willkommen-Block */
.welcome {
    text-align: center;
    font-size: 1.3rem;
    font-weight: 600;
    margin: 10px 0 5px;
    width: 100%;
    color: #003366;
}

.information {
  	color: rgba(250, 0, 0, 0.9);
  	padding-top:20px;
  	font-size: 1.5rem;
    font-weight: bold;
}