/*
Theme Name: De 2de verdieping
Layout: Sidebar-Content
*/



.content-area {
  float: right;
  margin: 0;
  width: 100%;
  margin-top: 200px;
}
.site-main {
  margin: 0;
}
.site-content .widget-area {
  position: absolute;
  top: 80px;
  left: 0;
  float: left;
  overflow: hidden;
  width: 100%;
}

.site-footer {
  clear: both;
  width: 100%;
}


@media only screen and (min-width: 649px) {
  .content-area {
  	float: right;
  	margin: 0 0 0 -25%;
  	width: 100%;
  }
  .site-main {
  	margin: 0 0 0 25%;
  }
  .site-content .widget-area {
    position: default;
  	float: left;
  	overflow: hidden;
  	width: 25%;
  }

}
