﻿#pagenieuws{
    position:fixed;
    top:0px;
    left:-100%;
    background-color: white;
    width: 100%;
    color:white;
    display: block;
    z-index:9999999;
    height: 100%;
    border:solid 0px darkgrey;
}
#nieuwsMain {
    position: absolute;
    width:100%;
    height:100%;
    padding:0px;
    display: table-cell;
    font-size: 14px;
    color:black;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
}
#nieuwsmenu {
    background-color: #0F9D58;
    width: 100%;
    height: 48px;
    position: fixed;
    top: 0px;
}

.box-shadow {
  -webkit-box-shadow: 0 0px 2px 1px #999999;
  -moz-box-shadow: 0 0px 2px 1px #999999;
  box-shadow: 0 0px 2px 1px #999999;
}

#pagemotm {
    position: fixed;
    left: 0px;
    top: -100%;
    background-color: white;
    width: 100%;
    color: white;
    display: block;
    z-index: 9999998;
    height: 100%;
    border: solid 0px darkgrey;
}

#motmMain {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 0px;
    display: table-cell;
    font-size: 14px;
    color: black;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
}
#motmPopup {
    position: fixed;
    left: 0px;
    top: -100%;
    background-color: white;
    width: 100%;
    color: white;
    display: block;
    z-index: 9999999;
    height: 100%;
    border: solid 0px darkgrey;
}
.nieuw {
    position: absolute;
    top: 0px;
    background-color: gold;
    color: black;
    font-size: 8px;
    width: 50px;
    left: 0px;
    padding: 2px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 10px;
    text-align: center;
}
.nieuwsblok {
    width: calc(100% - 18px);
    color: black;
    border-radius: 10px;
    border: solid 1px #ebebeb;
    background-color: white;
    margin-left: 10px;
    margin-right: 8px;
    margin-top: 5px;
    margin-bottom: 1px;
    border-bottom: solid 1px #d7d7d7;
    border-right: solid 1px #d7d7d7;
}
.nieuwsblok1 {
    width: calc(100% - 10px);
    color: black;
    border-radius: 10px;
    border: solid 1px #ebebeb;
    background-color: white;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
    margin-bottom: 1px;
    border-bottom: solid 1px #d7d7d7;
    border-right: solid 1px #d7d7d7;
    padding: 10px;
    font-size: 14px;
    background-color: white;
    letter-spacing: 1px;
    line-height: 20px;
}
.videoblok {
    width: calc(100% - 18px);
    color: black;
    border-radius: 10px;
    border: solid 1px #ebebeb;
    background-color: white;
    margin-left: 10px;
    margin-right: 8px;
    margin-top: 5px;
    margin-bottom: 1px;
    border-bottom: solid 1px #d7d7d7;
    border-right: solid 1px #d7d7d7;
}