#mainbody16 {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

#weathersource {
    font-size: calc(60vw/19.20);
    font-weight: bold;
    color: #5AA519;
    height: calc(110vw/19.20);
    line-height: calc(110vw/19.20);
    margin: calc(15vw/19.20) 0 calc(15vw/19.20) calc(5vw/19.20);
    padding: 0 calc(20vw/19.20) 0 calc(20vw/19.20);
    text-align: left;
    vertical-align: middle;
    width: fit-content;
    z-index: 10;
}

#weatherpage_full {
    position: absolute;
    left: 0;
    top: 0;
    width: calc(1920vw/19.20);
    height: calc(1080vh/10.80);
}

#weatherpage1,
#weatherpage2,
#weatherpage3 {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#weerplazacontainer {
    width: 100%;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.weerplaza {
    height: 100%;
    margin: calc(10vw/19.20);
}

.weerplazaimg {
    height: 100%;
    opacity: 0.99;
}

#weatherarea {
    width: calc(1400vw/19.20);
    height: calc(660vw/19.20);
    margin: 0 auto;
}

.weatheritem {
    background-color: #F2F1F0;
    position: relative;
    width: 30%;
    height: 97%;
    float: left;
    margin: calc(10vw/19.20);
    border-radius: calc(20vw/19.20);
}

#weatheritem1 {
    margin-left: calc(46vw/19.20);
}

.wheadline {
    background-color: #002564;
    color: #F2F1F0;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    border-top-left-radius: calc(20vw/19.20);
    border-top-right-radius: calc(20vw/19.20);
    padding-top: calc(20vw/19.20);
    padding-bottom: calc(20vw/19.20);
    font-size: calc(60vw/19.20);
}

#wheadline1 {}

.weatherimage {
    text-align: center;
    margin-top: calc(30vw/19.20);
}

.weatherimageimg {
    width: 52%;
    opacity: 0.99;
}

.temp {
    color: #002564;
    position: absolute;
    top: calc(342vw/19.20);
    font-weight: 900;
    font-size: calc(130vw/19.20);
    font-weight: 700;
}

.min {
    color: #002564;
    text-align: center;
    width: 50%;
}

.max {
    color: #5AA519;
    left: 50%;
    text-align: center;
    width: 50%;
}

.compass {
    top: calc(120vw/19.20);
    left: calc(138vw/19.20);
}

.weathermap {
    flex-grow: 1;
    /* amazingly, this works to shrink the weather map */
    height: calc(100vw/19.20);
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.weathermapimg {
    height: 100%;
    margin: 0 auto;
    opacity: 0.99;
}

/* #wmap1 {
    height: calc(1002vw/19.20);
    clip: rect(calc(133vw/19.20), calc(1101vw/19.20), calc(913vw/19.20), calc(27vw/19.20));
    position: absolute;
    overflow: hidden;
    top: calc(-140vw/19.20);
    left: calc(-262vw/19.20);
}

#wmap2 {
    height: calc(1002vw/19.20);
    clip: rect(calc(133vw/19.20), calc(1101vw/19.20), calc(913vw/19.20), calc(27vw/19.20));
    position: absolute;
    overflow: hidden;
    top: calc(-140vw/19.20);
    left: calc(-262vw/19.20);
} */

#buienradarcontainer {
    align-items: center;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
    margin-bottom: calc(10vh/10.80);
}

#buienradarmap {
    width: 100%;
    display: flex;
    justify-content: center;
    height: calc(100vw/19.20);
    flex-grow: 1;
    flex-direction: row;
    align-items: center;
}

#buienradarimg {
    height: 100%;
    opacity: 0.99;
}
