﻿.btn.btn-default.off-canvas-toggle.right {
right: 0;
left: auto;
}

.article-title, .article-header h1{

font-size: 30px;

}



.page-title, .page-header h1 {

font-size: 20px;

}

.page-masthead .row-feature {
height: 120px;
padding: 25px 0;
margin-top: 0 !important;
margin-bottom: 0 !important;
padding-top: 18px;
padding-bottom: 20px;
padding-left: 30px;
padding-right: 0;
background-color: #819c3e;
}

/*your custom code goes here*/

@media screen and (max-width: 600px) {
  .page-masthead .row-feature {
    height: 130px;
}
}

@media screen and (max-width: 992px) {
.klein{
  width: 20% !important;
}
}

@media screen and (max-width: 992px) {
.middelmatig{
  margin: auto !important;
  padding: 10px;
}
}

@media screen and (max-width: 992px) {
.klein{
  width: 20% !important;
}
}

@media screen and (min-width: 800px) { 
.grootschermhide{ 
    display: none !important;
} 
}

.readmore .btn-default {
  padding: 0 5px 5px 14px;
  background-image: url(/images/jc_blog.gif);
  background-repeat: no-repeat;
  background-position-y: 3px;

  color: #819c3e;
  border: none;
  border-radius: 0;
}
.readmore .btn-default:hover {
  background-color: unset;
  color: #546528;
  text-decoration: underline;
}

.btn-secondary {
  padding: 10px 20px;
  line-height: normal;
  border: 1px solid #dddddd;
  border-radius: 8px;
}
.btn-secondary:hover {
  background-color: #eeeeee;
}

.visually-hidden {
  display: none;
}
