body {
    margin: 0;
    display: flex;
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 400;
}

h1 {
    margin: 0;
    word-break: break-all;
}

h2 {
    color: #1f3190;
    font-size: 20px;
}

textarea {
    text-align: flex-start;
}

p {
    margin-top: 5px;
    margin-bottom: 5px;
}

a {
    text-decoration: none;
    color: white;
    cursor: pointer;
}

.d-none {
    display: none !important;
}

.borderBoard_Left{
    border-left: 1px dotted grey;
}

.borderBoard_Right{
    border-right: 1px dotted grey;
}

.border_Low {
    border-left: 5px solid rgb(43, 151, 88);
}

.border_Medium {
    border-left: 5px solid rgb(255, 196, 0);
}

.border_High {
    border-left: 5px solid rgb(255, 60, 0);
}

.color_Low {
    color: rgb(43, 151, 88) !important;
}

.color_Medium {
    color: rgb(255, 196, 0) !important;
}

.color_High {
    color: rgb(255, 60, 0) !important;
}

.fontColor {
    color: #1E3190;
}

.background_1 {
    background-color: #f3f3f3;
}

.background_2 {
    background-color: #1E3190;
}

.background_3 {
    background-color: rgb(43, 151, 88) !important;
}

.background_4 {
    background-color: rgb(255, 60, 0) !important;
}

.subHeadlineH1 {
    margin-top: 0;
    font-size: 12px;
}

.mainArea {
    width: 100%;
    min-height: calc(100vh - 32px);
    padding: 16px;
    margin-left: 152px;
}

.content {
    margin-top: 3vh;
}


/*
Media Queries 
General Style */



@media (max-width: 1000px) {
    .headline {
        text-align: center;
    }
}

@media (max-height: 1000px) {
    h1 {
        font-size: 25px;
    }

    h2 {
        font-size: 17px;
    }
}