body{
  width:1920px;
  /*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;
   -webkit-transform: rotate(5deg);
   -moz-transform: rotate(5deg);
   -o-transform: rotate(5deg);
   -ms-transform: rotate(5deg);
   transform: rotate(5deg);
   margin-top:-40px;
/*-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);*/
}


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

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

}

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

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

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


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

.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;

}

.weg{
  display:none;
}

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

}
