P {
margin-bottom: 0;
}
html, body {
    font-family: Verdana, sans-serif;
    font-size: 30px;
    font-weight: normal;
    color: #013d79;
    line-height: 40px;
    margin: 0 auto;
    padding: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
}
div, table, ul, li, img {
    box-sizing: border-box;
}
.slides {
    display: none;
    background-color: #f5f6d7;
    position: absolute;
    top: 0;
    width: 100%;
    height: 94%;
}
.next {
    display: none;
    position: absolute;
    font-size: 40px;
    right: 10px;
    top: 50%;
    transform: translateX(-50%);
    z-index: 15;
    background-color: dimgrey;
    padding: 10px;
    border-radius: 15px;
    cursor: pointer;
}
.active {
    display: block !important;
    z-index: 0;
}
.loading {
    position: absolute;
    left: 100%;
    width: 1920px;
    height: 1080px;
    display: block !important;
}
.image {
    position: absolute;
    right: 0;
    /* height is altijd 750, scherm is altijd 1080, dus top is (1080-750)/2 */
    bottom: 165px;
    border-radius: 30px 0 0 30px;
    height: 750px;
    overflow: hidden;
}
.text {
    background-color: rgba(13,59,120, 0.9);
    position: absolute;
    bottom: 80px;
    left: 40px;
    width: auto;
    max-width: 900px;
    /*height: 50%;*/
    margin: 20px 20px;
    border-radius: 20px;
    padding: 20px 25px;
    font-size: 38px;
    line-height: 130%;
    color: white;
}
.text_header {
    font-size: 45px;
    line-height: 45px;
    margin-top: 0;
}
.text ul {
    margin-bottom: 0;
}
.keizer {
    position: absolute;
    top: 1%;
    left: 1%;
    z-index: 5;
    height: 100px;
    width: auto;
}
#newsTicker {
    background-color: #e6ebf1;
    border-top: 5px solid #013d79;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 6%;
}
#rss {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}