#mainbody463 {
    display:        flex;
    flex-direction: column;
    flex-grow:      1;
    height:         100%;
    z-index:        10;
}
#weatherpage1 {
    flex-grow:       1;
    display:         flex;
    align-items:     center;
    justify-content: center;
}
#weatherpage2 {
    flex-grow: 1;
    display:   flex;
    align-items: center;
    justify-content: center;
    height:          100%;
}
#weatherpage3 {
    flex-grow:       1;
    display:         flex;
    align-items:     center;
    justify-content: center;
    height:          100%;
}
#weathersource {
    background-color: rgb(178,213,240);
    color:          rgb(0,44,85);
    font-size:      calc(60vw/19.20);
    font-weight: 700;
    padding:  calc(10vw/19.20) calc(10vw/19.20) calc(10vw/19.20) calc(10vw/19.20);
    text-align:     left;
    width:          100%;
}
    #weatherarea {
        width:            calc(1400vw/19.20);
        height:           calc(660vw/19.20); 
    }
    .weatheritem {
        background-color: #F2F1F0; 
        position:         relative; 
        width:            30%; 
        height:           97%; 
        float:            left; 
        margin:           calc(10vw/19.20); 
    }
    #weatheritem1 {
        margin-left: calc(46vw/19.20);
    }
    .wheadline {
        background-color: rgb(0,55,104);
        color: rgb(178,213,240);
        width:                   100%; 
        text-align:              center; 
        text-transform:          uppercase; 
        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%;
    }
    .temp {
        color:       #002564; 
        position:    absolute; 
        top:         calc(342vw/19.20); 
        font-weight: 900;
        font-size:   calc(130vw/19.20);
        font-weight: 700;
    }
    .min {
        color: rgb(107,178,227);
        text-align: center;
        width: 50%;
    }
    .max {
        color: rgb(0,73,124);
        left: 50%;
        text-align: center;
        width: 50%;
    }
    .irection {
        position: absolute;
        top:      calc(120vw/19.20);
        left:     calc(138vw/19.20);
    }
    .compass {
        top:  calc(120vw/19.20); 
        left: calc(138vw/19.20);
    }
    .weathermap {
        position: relative;
        height:   calc(791vw/19.20);
        width:    calc(700vw/19.20);
    }
    #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 {
    flex-grow:       1;
    display:         flex;
    align-items:     center;
    justify-content: center;
}
#buienradarmap {
    height: 90%;
    width:  90%;
}
#buienradarimg {
    height:  100%;
    display: block;
    margin:  auto;
}
