

.kolom {width:47%;  
float:left;
margin-bottom:20px;
margin-right:2%;
margin-top:0px;
}
.groot {
  font-size:2.2em;
  font-style:italic;
  font-weight:bold;
}
pre {
		background: #ddd !important;
		color: black !important;
		border-radius: 25px !important;
}
/* AJ: zet op HOME de DIV  uit over Vakantie in eigen land */
.intro {display:none;}




@media only screen and (max-width: 680px) 
{
    /* Voor schermen kleiner dan 680. overrulet alle vorige css */
  
  
  .kolom {width:100%;  
float:none;
margin-bottom:20px;
margin-right:0%;
margin-top:-20px;
}
.groot {
  font-size:2em;
  }
.entry {
  padding:0 !important;
  border:0 solid white !important;
  
  }


}
  