body{
  background-image: url('../img/tafel.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  width:1920px;
  height:1080px;
}

.krant{
  width:1920px;
  height:1650px;
  /*background-color:#f6f0e1;*/
  left:0;
  right:0;
  padding:0;
  box-sizing: border-box;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   font-family: "Special Elite";
   background-image: url('../img/back.jpg');
   background-repeat: repeat;

   transform: rotate(353deg) scale(0.3) skew(20deg) translate(1488px);
   -webkit-transform: rotate(353deg) scale(0.3) skew(20deg) translate(1488px);
   -moz-transform: rotate(353deg) scale(0.3) skew(20deg) translate(1488px);
   -o-transform: rotate(353deg) scale(0.3) skew(20deg) translate(1488px);
   -ms-transform: rotate(353deg) scale(0.3) skew(20deg) translate(1488px);



   webkit-box-shadow: -9px 15px 21px -10px rgba(0,0,0,0.75);
-moz-box-shadow: -9px 15px 21px -10px rgba(0,0,0,0.75);
box-shadow: -9px 15px 21px -10px rgba(0,0,0,0.75);
/*-webkit-box-sizing: content-box;
 -moz-box-sizing: content-box;
 box-sizing: content-box;*/

}

.coffee{
  width:200px;
  left:420px;
  top:880px;
  position: absolute;
  opacity: 0.5;
  z-index: 9999;
}

.repro{
  vertical-align: top;
  margin-top:5px;
  padding-left: 50px;

}

.papier{
  position: absolute;
  opacity: 0.45;
}

.head{
  background-image: url(../img/head.gif);
  background-repeat: no-repeat;
  height:296px;
  width:100%;

}

.datum{
  margin-top:255px;
  margin-left:75px;
  font-size:28px;
  font-weight: 600;
  color: #1A1A1A;
  position: absolute;
}



.nieuws-ul{
list-style-type: none;
margin-left:10px;
display: block;
margin-left:-15px;
}


.nieuws-li{
  font-size: 1.8em;
  color:black;
  text-decoration:none;
  width:820px;
  padding: 10px;
  display: inline-block;
  position: inherit;
  border-bottom: 2px solid black;
}

.nieuws-li > a{

  font-size: 1.6em;
  color:black;
  text-decoration:none;
  width:100%;
  display: inline-block;
}

.first_nieuws-li > a{
  font-size: 3em;
  color:black;
  text-decoration:none;
  list-style-type: none;
  width:100%;
  display: block;

}
.eerste_tekst{
  font-size: 2em;
  color:black;
  text-decoration:none;
  list-style-type: none;
  width:100%;
  display: block;
  border-bottom: solid black 2px;

}

.nieuws_vervolg{
}

.weg{
  display:none;
}

.nieuws_blok{
  margin-left:25px;
  margin-right:80px;

}
