@charset "UTF-8";
/* CSS Document */

@font-face {
  font-family: 'Glyphicons';
  src: url(../../../../../plugins/system/t3/base-bs3/bootstrap/fonts/glyphicons-halflings-regular.woff);
}

@font-face {
  font-family: 'KaushanScript';
  src: url(../../../../../templates/ja_medicare/fonts/kaushan-script/KaushanScript-Regular.otf);
}

/*--------------------------------------------------ALGEMEEN--------------------------------------------------*/
.t3-wrapper {
    background: #fff;
}

body {
    font-family: "Roboto Condensed", sans-serif;
	font-weight: 500;
    font-size: 14px;
    line-height: 1.66666667;
    color: #000;
}

.t3-content {
    font-size: 20px;
    font-weight: 100;
}

a {
    color: #e30517;
    text-decoration: none;
}

.item-page a {
    text-decoration: underline;
}

a:hover, a:focus {
    color: #e30517;
}

/*--------------------------------------------------TITELS--------------------------------------------------*/
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 500;
    line-height: 1.15;
    color: #163956;
	margin-top: 20px;
	margin-bottom: 5px;
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child,
.h1:first-child, .h2:first-child, .h3:first-child, .h4:first-child, .h5:first-child, .h6:first-child {
    margin-top: 0px;
}

.ondertitel {
    font-size: 24px;
}

/*--------------------------------------------------KLEUREN--------------------------------------------------*/
.deinze-bruin {
	color: #581e00;
}

.izegem-groen {
    color: #036646;
}

.sint-truiden-rood {
    color: #d02631;
}

.middelkerke-groen {
    color: #9dd100;
}

.heist-op-den-berg-groen {
    color: #63af20;
}

.brecht-groen {
    color: #8cbe29;
}

.grimbergen-zwart {
    color: #000;
}

.nijlen-groen {
    color: #006e45;
}

.lille-groen {
    color: #006932;
}

.ninove-oranje {
    color: #fe7f00;
}

.ronse-groen {
    color: #68b768;
}

.rumst-groen {
    color: #8eab48;
}

.menen-groen {
    color: #0c550c;
}

.brugge-goud {
    color: #ac8f49;
}

.bastogne-bruin {
    color: #af3100;
}

.ternat-geel {
    color: #f6e700;
}

.lochristi-groen {
    color: #00992d;
}

.roeselare-groen {
    color: #71ae22;
}

.lubbeek-groen {
    color: #92B149;
}

.kalmthout-bruin {
    color: #383529;
}

.overijse-groen {
    color: #80ba27;
}

.wingene-groen {
    color: #769554;
}

.jambes-groen {
    color: #006400;
}

.marche-en-famenne-bruin {
    color: #574940;
}

.lessines-groen {
    color: #36b557;
}

/*--------------------------------------------------PADDING-MARGIN--------------------------------------------------*/
.margin-top {
    margin-top: 50px !important;
}

.no-margin-top {
	margin-top: 0px !important;
}

.margin-bottom {
    margin-bottom: 50px !important;
}

.no-margin-bottom {
	margin-bottom: 0px !important;
}

.padding-top {
    padding-top: 50px !important;
}

.no-padding-top {
    padding-top: 0px !important;
}

.padding-bottom {
    padding-bottom: 50px !important;
}

.no-padding-bottom {
    padding-bottom: 0px !important;
}

.witruimte {
    margin-bottom: 50px;
}

.witruimte-klein {
    margin-bottom: 25px;
}

/*--------------------------------------------------BUTTON--------------------------------------------------*/
.btn {
	border-radius: 0;
    text-transform: initial !important;
}

.btn-border:hover, .btn-border:active, .btn-border:focus {
    background-color: #e30517 !important;
    color: #fff !important;
    text-decoration: none !important;
    border-color: #e30517 !important;
}

.btn-default {
    color: #fff;
    background-color: #163956;
    border-color: #163956;
}

.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    color: #fff;
    background-color: #e30517;
    border-color: #e30517;
}

.btn-primary {
    color: #ffffff;
    background-color: #163956;
    border-color: #163956;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    color: #ffffff;
    background-color: #163956;
    border-color: #163956;
}

/*--------------------------------------------------TOPBAR--------------------------------------------------*/
.top-contact li {
	font-family: 'KaushanScript';
	font-size: 14px;
    color: #e30517;
    margin-right: 0px;
}

.top-contact li i[class^="fa"] {
    border: 0px solid #fff;
    border-radius: 0%;
	color: #000;
	margin-right: 0px;
}

.t3-topbar .separator {
    border-bottom: 1px solid #163956;
}

.head-search .search::before {
    color: #000;
}

@media only screen and (max-width: 767px) {
	.t3-topbar .separator {
    	border-bottom: 0px solid #e30517;
	}
}

/*--------------------------------------------------LANGUAGE-SWITCHER--------------------------------------------------*/
.languageswitcherload .mod-languages ul li a {
    color: #163956;
}

.languageswitcherload .mod-languages ul li a:hover {
    color: #e30517;
}

.languageswitcherload .mod-languages ul li.lang-active a {
    color: #e30517;
}

/*--------------------------------------------------LOGO--------------------------------------------------*/
.logo{
	padding: 20px;	
}

.logo-image {
    float: left;
}

.logo-image a {
    float: left;
}

.logo-image img {
    width: 100%;
}

@media only screen and (max-width: 767px) {
	.logo {
    	padding: 20px;
		width: 100%;
	}
	
	.logo-image img {
		margin-right: 0px;
		width: 100%;
		max-height: none;
	}
	
	.logo-image a {
		float: none;
		width: 100%;
		margin: 0 auto;
	}
	
	.logo-image {
		width: 100%;
	}
}

/*--------------------------------------------------NAVIGATIE--------------------------------------------------*/
.t3-header {
    padding-top: 0px;
    padding-bottom: 0px;
}

.t3-mainnav {
    margin-bottom: 0px;
    margin-top: 0px;
}

.navbar-nav > li > a {
    padding-bottom: 25px;
    padding-top: 25px;
	padding-left: 10px;
	padding-right: 10px;
}

.navbar-default .navbar-nav > li > a {
    color: #163956;
    font-weight: 700;
    text-transform: uppercase;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #e30517;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #e30517 !important;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #e30517;
}

.t3-megamenu .dropdown-menu {
    background-color: #163956;
    border: 0px solid transparent;
    border-radius: 0px;
    box-shadow: none;
}

.t3-megamenu .mega-nav > li a, .t3-megamenu .dropdown-menu .mega-nav > li a {
    color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
}

.t3-megamenu .mega-nav > li a:hover, .t3-megamenu .dropdown-menu .mega-nav > li a:hover, .t3-megamenu .mega-nav > li a:focus, .t3-megamenu .dropdown-menu .mega-nav > li a:focus {
    color: #e30517;
}

.t3-megamenu .mega-nav > li.active > a, .t3-megamenu .dropdown-menu .mega-nav > li.active > a {
    color: #e30517;
}

.navbar-default .navbar-nav > .dropdown > a .caret {
    border-top-color: #163956;
    border-bottom-color: #163956;
    opacity: 1;
}

.navbar-default .navbar-nav > .dropdown > a:hover .caret, .navbar-default .navbar-nav > .dropdown > a:focus .caret {
    border-top-color: #e30517 !important;
    border-bottom-color: #e30517 !important;
}

.t3-megamenu .nav .active .caret {
    border-top-color: #e30517 !important;
    border-bottom-color: #e30517 !important;
}

/*--------------------------------------------------OFF-CANVAS--------------------------------------------------*/
.t3-off-canvas {
    background: #fff;
    color: #000;
}

.t3-off-canvas .t3-off-canvas-header {
    background: #163956;
    color: #fff;
}

.t3-off-canvas .t3-off-canvas-header h2 {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
}

.t3-off-canvas .close {
    background: #e30517;
    color: #fff;
}

.t3-off-canvas .t3-off-canvas-body .nav > li > a, .t3-off-canvas .t3-off-canvas-body .nav .dropdown-toggle > a, .t3-off-canvas .t3-off-canvas-body .nav > li > .dropdown-toggle, .t3-off-canvas .t3-off-canvas-body .nav .dropdown-toggle > .dropdown-toggle {
    text-transform: none;
    color: #163956;
	padding: 0px;
	font-weight: 500;
}

.t3-off-canvas .t3-off-canvas-body .nav > li > a::before, .t3-off-canvas .t3-off-canvas-body .nav .dropdown-toggle > a::before, .t3-off-canvas .t3-off-canvas-body .nav > li > .dropdown-toggle::before, .t3-off-canvas .t3-off-canvas-body .nav .dropdown-toggle > .dropdown-toggle::before {
    display: none;
}

.t3-off-canvas .t3-off-canvas-body .nav > li > a:hover, .t3-off-canvas .t3-off-canvas-body .nav .dropdown-toggle > a:hover, .t3-off-canvas .t3-off-canvas-body .nav > li > a:focus, .t3-off-canvas .t3-off-canvas-body .nav .dropdown-toggle > a:focus, .t3-off-canvas .t3-off-canvas-body .nav > li > a:active, .t3-off-canvas .t3-off-canvas-body .nav .dropdown-toggle > a:active {
    text-transform: none;
    text-decoration: none;
    color: #e30517;
}

.t3-off-canvas .t3-off-canvas-body .nav > li.active > a, .t3-off-canvas .t3-off-canvas-body .nav .dropdown-toggle.active > a, .t3-off-canvas .t3-off-canvas-body .nav > li.active > .dropdown-toggle, .t3-off-canvas .t3-off-canvas-body .nav .dropdown-toggle.active > .dropdown-toggle {
    text-transform: none;
    color: #e30517;
}

.t3-off-canvas .t3-off-canvas-body .nav > li, .t3-off-canvas .t3-off-canvas-body .nav .dropdown-toggle {
    border-bottom: 0px solid #fff;
}

.t3-off-canvas .t3-off-canvas-body .module-title {
    color: #163956;
}

.t3-off-canvas .t3-off-canvas-body .t3-module {
    margin-top: 15px;
}

.t3-off-canvas .t3-off-canvas-body .dropdown-menu > li > a {
    padding: 0px 15px;
    color: #163956;
    font-weight: 500;
    text-transform: none;
}

.t3-off-canvas .t3-off-canvas-body .dropdown-menu > li > a:hover {
    color: #e30517;
    text-decoration: none;
}

.t3-off-canvas .t3-off-canvas-body .dropdown-menu > .active > a {
    color: #e30517;
    text-transform: none;
    font-weight: 500;
}

.t3-off-canvas .t3-off-canvas-body a {
    color: #e30517;
}

.t3-off-canvas .t3-off-canvas-body a:hover, .t3-off-canvas .t3-off-canvas-body a:focus {
    color: #e30517;
    text-decoration: underline;
}

.t3-off-canvas .t3-off-canvas-body .dropdown-menu {
    background: none;
}

.t3-off-canvas .t3-off-canvas-body .nav > li > a .caret, .t3-off-canvas .t3-off-canvas-body .nav .dropdown-toggle > a .caret, .t3-off-canvas .t3-off-canvas-body .nav > li > .dropdown-toggle .caret, .t3-off-canvas .t3-off-canvas-body .nav .dropdown-toggle > .dropdown-toggle .caret {
    border-top-color: #163956;
    border-bottom-color: #163956;
}

.t3-off-canvas .t3-off-canvas-body .nav > li.active > a .caret, .t3-off-canvas .t3-off-canvas-body .nav .dropdown-toggle.active > a .caret, .t3-off-canvas .t3-off-canvas-body .nav > li.active > .dropdown-toggle .caret, .t3-off-canvas .t3-off-canvas-body .nav .dropdown-toggle.active > .dropdown-toggle .caret {
    border-top-color: #e30517;
    border-bottom-color: #e30517;
}

.t3-off-canvas .t3-off-canvas-body .nav > li > a:hover .caret, .t3-off-canvas .t3-off-canvas-body .nav .dropdown-toggle > a:hover .caret, .t3-off-canvas .t3-off-canvas-body .nav > li > a:focus .caret, .t3-off-canvas .t3-off-canvas-body .nav .dropdown-toggle > a:focus .caret, .t3-off-canvas .t3-off-canvas-body .nav > li > a:active .caret, .t3-off-canvas .t3-off-canvas-body .nav .dropdown-toggle > a:active .caret {
    border-top-color: #e30517 !important;
    border-bottom-color: #e30517 !important;
}

/*--------------------------------------------------HOME-SLIDESHOW--------------------------------------------------*/
.ja-ss-desc h3 {
    padding-bottom: 15px;
    font-weight: 500 !important;
	font-size: 24px !important;
    text-transform: none !important;
}

.ja-ss-desc {
    background-color: rgba(0, 0, 0, 0.5) !important;
}

/*--------------------------------------------------HOME-INTRO-BLOK--------------------------------------------------*/
.t3-sl-1 {
    margin-top: -100px;
}

.t3-sl-1 .t3-module {
    min-height: 355px;
    padding-top: 25px;
}

.t3-sl-1 .t3-module.dealer {
    background-color: #fff;
    color: #000;
    font-size: 20px;
    font-weight: 100;
    text-align: left;
}

.t3-sl-1 .t3-module.dealer .module-title {
    font-size: 48px;
    color: #163956;
    margin-bottom: 25px;
}

.t3-sl-1 .t3-module.dealer.titel-deinze-bruin .module-title {
    color: #581e00;
}

.t3-sl-1 .t3-module.dealer.titel-izegem-groen .module-title {
    color: #036646;
}

.t3-sl-1 .t3-module.dealer.titel-sint-truiden-rood .module-title {
    color: #d02631;
}

.t3-sl-1 .t3-module.dealer.titel-middelkerke-groen .module-title {
    color: #9dd100;
}

.t3-sl-1 .t3-module.dealer.titel-heist-op-den-berg-groen .module-title {
    color: #63af20;
}

.t3-sl-1 .t3-module.dealer.titel-brecht-groen .module-title {
    color: #8cbe29;
}

.t3-sl-1 .t3-module.dealer.titel-grimbergen-zwart .module-title {
    color: #000;
}

.t3-sl-1 .t3-module.dealer.titel-nijlen-groen .module-title {
    color: #006e45;
}

.t3-sl-1 .t3-module.dealer.titel-lille-groen .module-title {
    color: #006932;
}

.t3-sl-1 .t3-module.dealer.titel-ninove-oranje .module-title {
    color: #fe7f00;
}

.t3-sl-1 .t3-module.dealer.titel-ronse-groen .module-title {
    color: #68b768;
}

.t3-sl-1 .t3-module.dealer.titel-rumst-groen .module-title {
    color: #8eab48;
}

.t3-sl-1 .t3-module.dealer.titel-menen-groen .module-title {
    color: #0c550c;
}

.t3-sl-1 .t3-module.dealer.titel-brugge-goud .module-title {
    color: #ac8f49;
}

.t3-sl-1 .t3-module.dealer.titel-bastogne-bruin .module-title {
    color: #af3100;
}

.t3-sl-1 .t3-module.dealer.titel-ternat-geel .module-title {
    color: #f6e700;
}

.t3-sl-1 .t3-module.dealer.titel-lochristi-groen .module-title {
    color: #00992d;
}

.t3-sl-1 .t3-module.dealer.titel-roeselare-groen .module-title {
    color: #71ae22;
}

.t3-sl-1 .t3-module.dealer.titel-lubbeek-groen .module-title {
    color: #92B149;
}

.t3-sl-1 .t3-module.dealer.titel-kalmthout-bruin .module-title {
    color: #383529;
}

.t3-sl-1 .t3-module.dealer.titel-overijse-groen .module-title {
    color: #80ba27;
}

.t3-sl-1 .t3-module.dealer.titel-wingene-groen .module-title {
    color: #769554;
}

.t3-sl-1 .t3-module.dealer.titel-jambes-groen .module-title {
    color: #006400;
}

.t3-sl-1 .t3-module.dealer.titel-marche-en-famenne-bruin .module-title {
    color: #574940;
}

.t3-sl-1 .t3-module.dealer.titel-lessines-groen .module-title {
    color: #36b557;
}

/*-----DEALER-----*/
.dealer .col-md-8 {
    padding: 0px;
}

.dealer .col-md-6 {
    padding: 0px
}

.opsomming-vinkje {
    list-style-type: '✓';
    margin-bottom: 0px;
    padding: 0px 0px 0px 20px;
}

.opsomming-vinkje li {
    padding-left: 5px;
    line-height: 1.3;
}

/*-----OPENINGSUREN-----*/
.dealer .col-md-4 {
    padding: 0px 0px 0px 100px;
}

.openingsuren {
    width: 100%;
    float: left;
    padding: 20px 20px 20px 20px;
    text-align: right;
    border: 1px solid #000;
}

.openingsuren + .openingsuren {
    margin-top: 25px;
}

.openingsuren .col-md-12 {
    padding: 0px
}

.opsomming-openingsuren {
    list-style-type: none;
    margin-bottom: 0px;
    padding: 0px;
}

.opsomming-openingsuren li {
    padding-left: 0px;
    line-height: 1.3;
}

.opsomming-openingsuren li a {
    color: #e30517 !important;
    text-decoration: underline !important;
}

@media only screen and (max-width: 1279px) {
    .dealer .col-md-4 {
        padding: 0px 0px 0px 40px;
    }
}

@media only screen and (max-width: 979px) {
	.t3-sl-1 {
    	margin-top: -50px;
	}
    
	.t3-sl-1 .t3-module {
    	min-height: auto !important;
	}
	
	.t3-module[class*="box-background-"] {
		padding-bottom: 50px;
	}
    
    .dealer .col-md-6 + .col-md-6 {
        margin-bottom: 50px
    }
    
    .dealer .col-md-4 {
        padding: 0px 0px 0px 0px;
    }
    
    .openingsuren {
        text-align: left;
    }
    
    .middaguren {
        padding-left: 30px !important;
    }
}

/*--------------------------------------------------GAMMA--------------------------------------------------*/
.t3-gamma, .gamma {
    float: left;
    text-align: center;
}

.gamma .gallery .article-img-4 {
    opacity: 1;
    transition: all 500ms;

}

.gamma .gallery .article-img-4:hover {
    opacity: 1;
    -ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari 3-8 */
    transform: scale(1.1); 
}

.gamma h1 {
    font-size: 48px;
    margin-top: 0px;
    margin-bottom: 25px;
}

.gamma p {
    font-size: 20px;
    font-weight: 100;
}

.gamma .tekst-klein {
    font-size: 15px;
}

/*--------------------------------------------------KIJKBOEK--------------------------------------------------*/
#Mod139, #Mod260 {
    padding: 0;
}

.cta {
	clear: left;
	background: #163956 !important;
}

.cta p {
	font-weight: normal !important;
}

.cta .btn {
    margin-left: 20px;
    margin-right: 20px;
}

.text-banner {
    padding-left: 20px;
    padding-right: 20px;
}

@media only screen and (max-width: 500px) {
	.cta .btn {
		margin-left: 0px;
	    margin-right: 0px;
		width: 100%;
	}
	
	.text-banner {
		padding-left: 0px;
		padding-right: 0px;
	}
}

/*--------------------------------------------------REALISATIES--------------------------------------------------*/
.t3-realisaties {
    background-color: #f4f4f4;
}

.realisaties .acm-gallery.style-1 {
    padding-top: 20px;
}

.realisaties h3 {
    margin-top: 0px;
}

.glyphicon {
    font-family: 'Glyphicons';
}

.glyphicon:hover {
    text-decoration: none;
}

@media only screen and (max-width: 767px) {
    .acm-gallery .isotope-layout .grid-xs-2 {
        width: 100% !important;
    }
}

/*--------------------------------------------------GOOGLE-MAPS--------------------------------------------------*/
.t3-google-maps .main-container {
    padding-left: 0px;
    padding-right: 0px;
}

.t3-google-maps p {
    margin: 0;
}

.google-maps iframe {
    float: left;
}

/*--------------------------------------------------FOOTER--------------------------------------------------*/
.t3-copyright {
    display: none;
}

.t3-footnav {
    padding: 50px 0;
}

.footer-info {
    padding-top: 50px;
}

.logo-footer {
    max-width: 250px;
    margin-bottom: 15px !important;
}

.logo-official-dealer {
    opacity: 0.6;
    max-height: 125px;
    margin-bottom: 0px !important;
}

.t3-footnav .t3-module ul {
    min-height: auto;
}

.t3-navhelper {
    background: #163956;
}

.breadcrumb {
    background-color: #163956;
	border-bottom: 1px solid #e30517;
}

.breadcrumb > li + li::before {
    color: #fff;
}

.pathway {
    color: #fff;
}

.pathway:hover {
    color: #fff;
    text-decoration: none;
}

.t3-navhelper {
    color: #fff;
}

.t3-footer {
    background-color: #163956;
}

.t3-footnav .t3-module {
    background: #163956;
    color: #fff;
}

.t3-footnav .t3-module a {
    color: #e30517;
}

.t3-footnav .t3-module ul > li.active a {
    color: #e30517;
}

.t3-footnav .t3-module ul > li > a {
    color: #fff;
    padding: 0px 0;
}

.t3-footnav .t3-module ul > li > a:hover, .t3-footnav .t3-module ul > li > a:active, .t3-footnav .t3-module ul > li > a:focus {
    color: #e30517;
}

.t3-footnav .t3-module .module-title {
    color: #fff;
}

.footer-info .module-title {
    color: #fff;
}

#Mod136 {
    padding: 0px;
}

@media only screen and (max-width: 767px) {
	.t3-footnav .t3-module {
		padding: 20px 0px;
	}
	
	.t3-footnav {
		padding: 0px 0;
	}
}

/*--------------------------------------------------MASTHEAD--------------------------------------------------*/
.ja-masthead::after {
    background: none;
}

.ja-masthead .jamasshead-title {
    font-size: 48px;
    text-shadow: none;
}

/*--------------------------------------------------CONTACT--------------------------------------------------*/
.formResponsive select, .formResponsive textarea, .formResponsive input[type="text"], .formResponsive input[type="number"], .formResponsive input[type="email"], .formResponsive input[type="tel"], .formResponsive input[type="url"], .formResponsive input[type="password"] {
    height: 30px;
    width: 100%;
}

#Uw\ bericht {
    min-height: 200px;
    max-width: 100%;
    min-width: 100%;
}

.formResponsive .formHorizontal .formControlLabel {
    text-align: left;
    padding: 0px;
    color: #000;
}

.formResponsive input[type="submit"], .formResponsive button[type="submit"] {
    background-image: -moz-linear-gradient(top, #163956, #163956);
    background-image: -webkit-linear-gradient(top, #163956, #163956);
    border-color: #163956;
    color: #fff;
    font-size: 14px;
    border-radius: 5px;
    width: 35%;
    height: 40px;
}

.formResponsive input[type="button"]:hover, .formResponsive button[type="button"]:hover, .formResponsive input[type="reset"]:hover, .formResponsive button[type="reset"]:hover, .formResponsive input[type="submit"]:hover, .formResponsive button[type="submit"]:hover {
    background-color: #163956;
    border-color: #163956;
    color: #fff;
}

button.rsform-submit-button.rsform-thankyou-button {
    background-image: -webkit-linear-gradient(top,#163956,#163956);
    border-color: #163956;
    color: #fff;
}

.formResponsive .formHorizontal .rsform-block {
    margin: 0px;
}

.formResponsive .formHorizontal p.formDescription {
    margin: 0px;
}

.rsform-block.rsform-block-kennisgeving label {
    font-size: 12px;
    line-height: normal;
}

.formResponsive input[type="radio"], .formResponsive input[type="checkbox"] {
    float: none;
}

.rsform-block.rsform-block-verzenden {
    margin: 20px 0px 0px 0px !important;
}

/*--------------------------------------------------COOKIE--------------------------------------------------*/
.cadre_alert_cookies p{
    margin: 0px;
}

/*--------------------------------------------------ARTICLE--------------------------------------------------*/
.article-title {
    font-family: "Roboto Condensed", sans-serif !important;
    font-weight: 500 !important;
	font-size: 48px !important;
    margin-bottom: 5px !important;
}

/*---------------------------------------------ARTICLE-GALLERY---------------------------------------------*/
.gallery {
	width: 100%;
	float: left;
	margin-bottom: 12px;
}

.article-img-3 {
    width: 33.33%;
    float: left;
    padding: 5px 5px 5px 5px;
}

.article-img-4 {
    width: 25%;
    float: left;
    padding: 5px 5px 5px 5px;
}

.article-img-5 {
    width: 20%;
    float: left;
    padding: 5px 5px 5px 5px;
}

@media only screen and (max-width: 991px) {
	.article-img-3, .article-img-4, .article-img-5  {
		width: 50%;
		padding: 5px 5px 5px 5px;
	}
}

@media only screen and (max-width: 767px) {
	.article-img-3, .article-img-4, .article-img-5  {
		width: 100%;
		padding: 5px 0px 5px 0px;
	}
}

/*--------------------------------------------------SERVICE--------------------------------------------------*/
.opsomming-vinkje {
    list-style-type: '✓';
    margin-bottom: 0px;
    padding: 0px 0px 0px 20px;
}

.opsomming-vinkje li {
    padding-left: 5px;
    line-height: 1.3;
}

/*--------------------------------------------------AANPASSINGEN-08/01/2020--------------------------------------------------*/
/*--------------------------------------------------GROTE-WINTEROPRUIMING--------------------------------------------------*/
.grote-winteropruiming {
    width: 100%;
    float: left;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

.grote-winteropruiming p {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 24px 0px;
}

.grote-winteropruiming p img {
    width: 100%;
}