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: "verdana";
   background-image: url('../img/blank-krant.jpg');
   background-repeat: no-repeat;
/* 
      -webkit-transform: rotate(5deg);
      -moz-transform: rotate(5deg);
      -o-transform: rotate(5deg);
      -ms-transform: rotate(5deg);
      transform: rotate(5deg); */

/*-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 {
  margin-top:-55px;
  margin-left:-10px;
  position: absolute;
  opacity: 0.3;
  width:100%;
}

.head{
  background-image: url(../img/gemerts-nieuwsblad-logo.png);
  background-repeat: no-repeat;
  margin-top:50px;
  margin-left:50px;
  height:100px;
  width:100%;
}

.redbar{
  background-color:rgb(255, 0, 0,0.8);
  margin-left:-18px;
  height: 100px;
  width: 100%;
  margin-right:-10px;

}

.datum{
  margin-top:60px;
  margin-left:10px;
  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.2em;
  color:black;
  text-decoration:none;
  width:820px;
  padding: 5px;
  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;

}
