header{
        background-image: url("/images/layout/header.jpg");
        width: 100%;
        height: 0;
        padding: 0 0 13%;
        background-size: 100%;
        background-size: cover;
        margin-left: auto;
        margin-right: auto;
     }

#sp-header-mobiel{
width: 100%;
height: 0;
padding: 0 0 22%;
}

.layout-boxed .body-innerwrapper {
	max-width: 1940px;
	margin: 0 auto;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
@media (min-width: 1200px) {
  .container {
    max-width: 1940px;
  }
}

#sp-left .sp-module, #sp-right .sp-module {
  border: none;
  padding: 0px;
}

.article-list .article .article-intro-image, .article-list .article .article-featured-video, .article-list .article .article-featured-audio, .article-list .article .article-feature-gallery {
  max-width: 100%;
  margin: 0px;
}

dd {
  margin-bottom: .5rem;
  margin-bottom: 2px;
}

/* Blog overzicht achtergrond velden blauw met witte tekst */
.fields-container {
  width: 100%;
    background-color: #46618f;
	color: #fff;
      padding: 12px;
}

/*Kleuren links in field*/
.fields-container a {
    color: #a5bce8;
}


/*Groote letters bedrijfsnaam*/
.article-list .article .article-header h1, .article-list .article .article-header h2 {
  font-size: 1.375rem;
  font-size: 1.5rem;
}

/* Plaatjes bij velden */
.bedrijfsnaam-label {
    content: url(/images/icons/naam.gif);
    height: 60px;
    vertical-align: middle;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #fff;
    margin-right: 20px;	
}

.adres-label {
    content: url(/images/icons/locatie.gif);
    height: 60px;
    vertical-align: middle;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #fff;
    margin-right: 20px;	
}

.plaats-label {
    content: url(/images/icons/empty.gif);
    height: 60px;
    vertical-align: middle;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #fff;
    margin-right: 20px;	
}

.telefoonnummer-label {
    content: url(/images/icons/telefoon.gif);
    height: 60px;
    vertical-align: middle;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #fff;
    margin-right: 20px;	
}

.mobielnummer-label {
    content: url(/images/icons/mobiel.gif);
    height: 60px;
    vertical-align: middle;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #fff;
    margin-right: 20px;	
}

.mobielnummer-2-label {
    content: url(/images/icons/mobiel.gif);
    height: 60px;
    vertical-align: middle;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #fff;
    margin-right: 20px;	
}

.website-label {
    content: url(/images/icons/website.gif);
    height: 60px;
    vertical-align: middle;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #fff;
    margin-right: 20px;	
}

.email-label {
    content: url(/images/icons/e-mail.gif);
    height: 60px;
    vertical-align: middle;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #fff;
    margin-right: 20px;	
}

.map-label {
    content: url(/images/icons/plattegrond.gif);
    height: 60px;
    vertical-align: middle;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #fff;
    margin-right: 20px;	
}

/*Bedrijfsnaam dichter bij velden*/
.article-list .article .article-header h1, .article-list .article .article-header h2 {
  margin: 0 0 7px 0; !important
}

.article-info {
  margin-bottom: 0px;
}

.article-details .article-full-image {
  margin-bottom: 7px;
}

.article-header > h1 {
  margin-bottom: 0px;
}

.my-body {
  font-size: 24px;
}
.my-head {
  font-size: 36px;
  font-weight: bold;
}

/*Fontsize velden*/
body {
  font-size: 18px;
}

/*Banners dichter bij elkaar*/
#sp-left .sp-module, #sp-right .sp-module {
  margin: 0px;
}

#sp-left .sp-module, #sp-right .sp-module {
div.sp-module:nth-child(2) 
  margin-top: 0px;
}

#sp-footer a, #sp-bottom a {
  color: #000;
}
#sp-footer a:hover, #sp-bottom a:hover, #sp-footer a:active, #sp-bottom a:active, #sp-footer a:focus, #sp-bottom a:focus {
  color: #0345bf;
}

/*Artikel foto's max 40%*/
/.article-details .article-full-image {
/max-width: 40%;
/}

.article-list .article .featured-article-badge {
    display: none;
}
.adres-test {
  font-size: 36px;
}

.article-details .article-can-edit a {
  display: inline-block;
  background: #46618f;
  color: #fff;
  padding: 0px 0px;
  border-radius: 3px;
  font-size: 24px;
}