* {
    font-family: inter;
}

html {
    height: 100vh;
}

body {    
    margin: 0 !important;
    padding: 0 !important;
    height: 100vh;
}

.Header {
    background-color: #171243;
    height: 90px;
    position: relative;
    float: right;
    width: 85%;
}

.Header h1 {
    color: white;
    margin-left: 20px;
    position: absolute;
    line-height: 45px;
}


.NavBar h2 {
    color: white;
    margin-right: 15px;
    margin-bottom: 70px;
    border: white;
    border-style: solid;
    padding: 10px;
}

.NavBar {
    background-color: #171243;
    display: flex;
    flex-direction: column;
    height: 100vh;
    width: 15%;
}

.NavBar .Nav_Bestellingen {
    color: white;
    text-decoration: none;
    height: 70px;
    line-height: 70px;
    padding-left: 50px;
}

.NavBar .Nav_Kaart {
    color: white;
    text-decoration: none;
    height: 70px;
    line-height: 70px;
    padding-left: 50px; 
}

.NavBar .Nav_Instellingen {
    color:white;
    text-decoration: none;
    height: 70px;
    line-height: 70px;
    padding-left: 50px;
    top: 470px;
    position: relative;
}

.NavBar a:hover {
    background-color: #5B9C87;
}

.NavBar .Huisje {
    width: 1.75em;
    position: relative;
    top: 46px;
    display:inline-block;
    left: 10px;
}

.NavBar .Kaart {
    width: 1.75em;
    position: relative;
    top: 46px;
    display:inline-block;
    left: 10px;
}

.NavBar .Instellingen {
    width: 1.75em;
    position: relative;
    top: 520px;
    display:inline-block;
    left: 10px;
}
.Bestellingen {
    margin-bottom: 40px;
    position: absolute;
    bottom: 54.5%;
    left: 17%;
}

.Bestellingen h2 {
    color: #D4005E;
    font-size: 18px;
    margin-bottom: 10px;
    position: absolute;
    bottom: 239px;
}

.Bestelling_lijst {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    position: relative;
    bottom: 80px;
}

.Bestellingen .Bestelling {
    background-color: #EFEFEF;
    width: 240px;
    display: flex;
    box-shadow: 5px 5px 15px -3px black;
}

.Bestellingen .Bestelling .Tijd {
    font-size: 18px;
    color: white;
    font-weight: bold;
    background-color: #D4005E;
    width: 68px;
    margin-right: 30px;
    height: 67.6px;
    line-height: 67.6px;
    text-align: center;
}

.Bestellingen .Bestelling .details {
    font-size: 14px;
    margin-top: 7px;
    position: relative;
    right: 14px;
}

.divider1 {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
    width: 85%;
    float: right;
    position: relative;
    bottom: 600px;
}

.Moet_Geleverd_Worden {
    left: 17%;
    position: absolute;
    bottom: 40%;
}

.Moet_Geleverd_Worden h2 {
    color: #F1C45E;
    font-size: 18px;
    margin-bottom: 10px;
    position: absolute;
    bottom: 172px;
}

.Moet_Geleverd_Worden_Lijst {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    position: relative;
}

.Moet_Geleverd_Worden .Bestelling {
    background-color: #EFEFEF;
    width: 240px;
    display: flex;
    box-shadow: 5px 5px 15px -3px black;
}

.Moet_Geleverd_Worden .Bestelling .Tijd {
    font-size: 18px;
    color: white;
    font-weight: bold;
    background-color: #F1C45E;
    width: 68px;
    margin-right: 30px;
    height: 67.6px;
    line-height: 67.6px;
    text-align: center;
}

.Moet_Geleverd_Worden .Bestelling .details {
    font-size: 14px;
    margin-top: 7px;
    position: relative;
    right: 14px;
}

.divider2 {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
    width: 85%;
    float: right;
    position: relative;
    bottom: 379px;
}

.Bezorgd {
    bottom: 22%;
    position: absolute;
    left: 17%;
}

.Bezorgd h2 {
    color: #CECCD1;
    font-size: 18px;
    margin-bottom: 10px;
    position: absolute;
    bottom: 83px;
}

.Bezorgd_Lijst {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    position: relative;
}


.Bezorgd .Bestelling {
    background-color: #CECCD1;
    width: 240px;
    display: flex;
    box-shadow: 5px 5px 15px -3px black;
    opacity: 0.5;
}

.Bezorgd .Bestelling .Tijd {
    font-size: 18px;
    color: white;
    font-weight: bold;
    background-color: #CECCD1   ;
    width: 68px;
    margin-right: 30px;
    height: 67.6px;
    line-height: 67.6px;
    text-align: center;
}

.Bezorgd .Bestelling .details {
    font-size: 14px;
    margin-top: 7px;
    position: relative;
    right: 14px;
}

.Bezorgers1 {
    display: block;
    height: 328px;
    border: 0;
    border-left: 1px solid #000000;
    margin: 1em 0;
    padding: 0;
    width: 1px;
    float: right;
    position: relative;
    bottom: 10cm;
    left: 32cm;
}

.Bezorgers2 {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #000000;
    margin: 1em 0;
    padding: 0;
    width: 21.5%;
    float: right;
    position: relative;
    bottom: 412px;
}

.Bezorgers {
    left: 1600px;
    position: relative;
    bottom: 9cm;
    width: 350px;
}

.Bezorgers .Groen {
    left: -70px;
}

.Bezorgers .Bezorger1 .Groen {
    width: 1.75em;
    position: relative;
    top: 50px;
    display:inline-block;
    left: -50px;
}