html {
  background: #eee;
  font-family: sans-serif;
  font-size: 14px;
  float: left;
}
a {
  text-decoration: none;
  font-weight:500;
  color: #222;font-size: large;
}
li {
  list-style: none;
}
/* Shared styles */
#divRss, #divRss2, #divRss3, #divRss4{
  width: 100%;
  box-sizing: border-box;
  min-height: 550px;
}
.Frame, .Frame1{
  width: 100%;
  padding: 6px;
  border: 1px solid #D3CAD7;
  box-sizing: border-box;
  min-height: 550px;
}
.Freempje {
  max-width: 550px;
  max-height: 800px;
  min-height:550px;
  /* opacity: 0.5; */
}
.Freempje2 {
  max-width: 300px;
  max-height: 800px;
  min-height:550px;
  /* opacity: 0.5; */
}
.Frame h2 {
          margin: 0 0 0 60px;
    }
.Frame1 h2 {
          margin: 0 0 0 60px;
    }

/*

#divRss {
  background: #a43a3a;
} 
#divRss2 {
  background: #f5aa09;
} 
#divRss3{
  background: #f3dba8;}
#divRss4 {
  background: #e7ddc7;}  
#Freempje {
  background: #5f3c12;} 
*/
.itemTitle {
   font-size: 18px; 
  }


@media (min-width: 768px) {
    
.itemTitle {
   font-size: 14px; 
  }

  .Frame {
    float: left;
    width: calc(50% - 10px);
    margin: 4px;
  }


	.Frame1 {
    float: left;
    width: calc(50% - 10px);
    margin: 4px;
  }
}