
/* Color:

Rood:  #ee2b37;
licht blauw: #007cbb;
donker blauw: #005589; rgba(0,85,137,1.0)
background-image: linear-gradient(to right, #007cbb; , #005589);
*/

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700');

.mt0 {
	margin-top: 0px
}
.mt10 {
	margin-top: 10px
}
.mt15 {
	margin-top: 15px
}
.mt20{
	margin-top: 20px
}
.mt30{
	margin-top: 30px !important;
}
.mt40{
	margin-top: 40px
}
.mt50{
	margin-top: 50px
}
.mt60{
	margin-top: 60px
}
.mt70{
	margin-top: 70px
}
.mt80{
	margin-top: 80px
}
.mt90{
	margin-top: 90px
}
.mt100{
	margin-top: 100px
}
.mb0{
	margin-bottom: 0px
}
.mb10{
	margin-bottom: 10px
}
.mb20{
	margin-bottom: 20px  !important;
}
.mb30{
	margin-bottom: 30px
}
.mb40{
	margin-bottom: 40px
}
.mb50{
	margin-bottom: 50px
}
.mb60{
	margin-bottom: 60px
}
.mb70{
	margin-bottom: 70px
}
.mb80{
	margin-bottom: 80px
}
.mb90{
	margin-bottom: 90px
}
.mb100{
	margin-bottom: 100px
}
.pt0 {
	padding-top: 0px
}
.pt10 {
	padding-top: 10px
}
.pt20{
	padding-top: 20px
}
.pt30{
	padding-top: 30px
}
.pt40{
	padding-top: 40px
}
.pt50{
	padding-top: 50px
}
.pt60{
	padding-top: 60px
}
.pt70{
	padding-top: 70px
}
.pt80{
	padding-top: 80px
}
.pt90{
	padding-top: 90px
}
.pt100{
	padding-top: 100px
}
.pb0{
	padding-bottom: 0px
}
.pb10{
	padding-bottom: 10px
}
.pb20{
	padding-bottom: 20px
}
.pb30{
	padding-bottom: 30px
}
.pb40{
	padding-bottom: 40px
}
.pb50{
	padding-bottom: 50px
}
.pb60{
	padding-bottom: 60px
}
.pb70{
	padding-bottom: 70px
}
.pb80{
	padding-bottom: 80px
}
.pb90{
	padding-bottom: 90px
}
.pb100{
	padding-bottom: 100px
}
.ml0 {
	margin-left: 0px
}
.ml10 {
	margin-left: 10px
}
.ml20{
	margin-left: 20px
}
.ml30{
	margin-left: 30px
}
.ml40{
	margin-left: 40px
}
.ml50{
	margin-left: 50px
}
.mr0 {
	margin-right: 0px
}
.mr10 {
	margin-right: 10px
}
.mr20{
	margin-right: 20px
}
.mr30{
	margin-right: 30px
}
.mr40{
	margin-right: 40px
}
.mr50{
	margin-right: 50px
}
:focus {
	outline:none;
}
a {
	color: #ee2b37;
	font-weight: 500;
	transition: color 0.2s;
	outline: 0;
}
a:hover {
	text-decoration: none;
	color: #007cbb;
}
a:active, a:focus {
    outline: none;
}
body {
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	line-height: 20px;
	color: #222223;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
}
.h2, h2 {
    font-size: 1.75rem;
}
.h3, h3 {
    font-size: 1.5rem;
}
.h4, h4 {
    font-size: 1.25rem;
}
.h5, h5 {
    font-size: 1.25rem;
}
.h6, h6 {
    font-size: 1.0rem;
	font-weight: 700;
}
.text-light-blue {
	color: #007cbb;
}
.text-dark-blue {
	color: #005589;
}
.text-red {
	color: #ee2b37;
}
.text-bold {
	font-weight: 800;
}
.text-black {
	color: 	color: #222223;
}
.hasborder {
	border: 1px solid #222223;
}
ul.no-indent {
	padding-left: 15px;
}
.btn-primary,
.btn-success {
	display: inline-block;
	color: #fff;
	padding: .375rem .75rem;
	line-height: 1.5;
	border-radius: .25rem;
	border: 1px solid #007cbb; 
	background: #007cbb;
	transition: background 0.2s, color 0.2s;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
}
.btn-primary:hover,
.btn-success:hover {
	color: #007cbb;
	background: #fff;
	border: 1px solid #007cbb; 
	text-decoration: none;
}
.btn-primary.focus, 
.btn-primary:focus,
.btn-success:focus,
.btn-success.focus {
    box-shadow: none;
}
.btn-primary:not(:disabled):not(.disabled).active:focus, 
.btn-primary:not(:disabled):not(.disabled):active:focus, 
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}
.btn-small {
	margin-top: 10px;
	display: inline-block;
	color: #007cbb;
	padding: 5px 10px;
	line-height: 1.5;
	border-radius: .25rem;
	border: 1px solid #007cbb; 
	background: #fff;
	transition: background 0.2s, color 0.2s;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
}
.btn-small:hover {
	color: #fff;
	background: #007cbb;
	border: 1px solid #007cbb; 
	text-decoration: none;
}
.btn-warning {
	margin-top: 10px;
	margin-right: 10px;
    color: #fff;
    background-color: #005589;
    border-color: #005589;
	text-transform: uppercase;
	font-size: 13px;
}
.btn-warning:hover,
.btn-warning:focus {
	color: #007cbb;
	background: #fff;
	border: 1px solid #007cbb; 
	text-decoration: none;
}
header {
	transition: background .3s ease 0s;
	z-index: 9;
	position: fixed;
	top: 0;
	width: 100%;
}
div.nav-area {
	position: fixed;
	top: 50px;
	width: 100%;
	background: transparant;
    transition: background .3s ease 0s;
	padding: 10px 0px;
}
body.contentpage div.nav-area,
header.smaller-logo div.nav-area {
	background: #222223;
}
header div.customer-type-area {
	background: #fff;
	z-index: 9;
	padding: 5px 0px;
	position: fixed;
	width: 100%;
}
ul.customer-type-list {
	list-style: none;
	padding: 0;
	margin: 0px 0px 0px 200px;
}
ul.customer-type-list li {
	display: inline-block;
	padding: 0;
	margin: 0px 0px 0px 0px;
}
ul.customer-type-list li a.nav-link {
	color: #222223;
	padding: 10px 15px;
}
ul.customer-type-list li.active a.nav-link  {
    position:relative;
	color: #222223;
	font-weight: 700;
	line-height: 20px;
}
ul.customer-type-list li.active a.nav-link:after {
    content:'';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    width: 0;
    bottom: 0;
    border-bottom: solid 5px #222223;
    border-left: solid 5px transparent;
    border-right: solid 5px transparent;
}
div.tankstation-zoeken {
	display: inline-block;
	float: right;
	padding-top: 4px;
}
div.taal-kiezen {
	padding-top: 8px;
	display: inline-block;
	float: right;
	margin-left: 20px;
	font-size: 12px;
}
.mod-languages ul li {
	margin: 0;
}
.mod-languages ul li a {
	display: inline-block;
	color: #fff;
	background: #007cbb;
	border-radius: 4px;
	text-align: center;
	width: 25px;
	height: 25px;
	line-height: 25px;
	transition: opacity 0.2s;
	opacity: 0.2;
}
.mod-languages ul li.lang-active a,
.mod-languages ul li a:hover,
.mod-languages ul li a:focus {
	opacity: 1.0;
}
div.tankstation-zoeken input {
	height: auto;
	padding: .375rem .75rem;
	font-size: 15px;
	line-height: 1.2;
	color: #22223;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	margin-left: 5px;
}
section.hero {
	margin-top: 0px;
}
header div.logo-area a  {
	background: #fff;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	padding: 20px 20px;
	position: absolute;
	top: 0;
	z-index: 99;
	-webkit-box-shadow: 10px 10px 25px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 10px 10px 25px 0px rgba(0,0,0,0.4);
	box-shadow: 10px 10px 25px 0px rgba(0,0,0,0.4);
}
header div.logo-area a img {
	width: 140px;
	transition: width .5s;
}
header.smaller-logo div.logo-area a {
    padding: 10px 15px;
}
header.smaller-logo div.logo-area a img {
	width: 120px;
	transition: width .5s;
}
ul.navbar-nav a.nav-link {
	color: #fff;
	font-weight: 500;
	font-size: 13px;
	transition: color 0.2s;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.9);
}
header.smaller-logo ul.navbar-nav a.nav-link,
body.contentpage ul.navbar-nav a.nav-link {
	text-shadow: none;
}
ul.navbar-nav li.item-122 a.nav-link,
ul.navbar-nav li.item-123 a.nav-link { /* contact items */
	background: #ee2b37;
	color: #fff;
	font-weight: 500;
	transition: color 0.2s, background 0.2s;
	text-shadow: none;
}
ul.navbar-nav a.nav-link:hover,
ul.navbar-nav li.active a.nav-link {
	color: #ee2b37;
}
ul.navbar-nav li.item-122.active a.nav-link,
ul.navbar-nav li.item-123.active a.nav-link { /* contact items */
	color: #fff;
}
.navbar {
    padding: 5px 0px;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    top: 45px;
    left: 0px;
}
.navbar-expand-lg .navbar-nav a.nav-link {
	padding: 6px 6px;
}
.navbar-expand-lg ul.navbar-nav div.dropdown-menu {
	text-transform: none;
}
.dropdown-menu {
    background: rgba(34,34,35,1.0);
	border: none;
	color: #fff;
	margin: 0;
	padding: 0;
    -webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
    -moz-box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
    box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
	min-width: 300px;
	border-radius: 0px;
}
ul.navbar-nav .dropdown-menu a.nav-link,
ul.navbar-nav li.active .dropdown-menu a.nav-link {
    color: #fff;
    font-weight: 300;
	font-size: 14px;
	padding: 12px;
}
ul.navbar-nav .dropdown-menu a.nav-link:hover,
ul.navbar-nav li.active .dropdown-menu a.nav-link:hover,
ul.navbar-nav li.active .dropdown-menu li.active a.nav-link {
    color: #ee2b37;
}
.dropdown-item {
    display: block;
    padding: 10px 30px;
}
.dropdown-item:focus, 
.dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: rgba(255,255,255,0.2);
}
.dropdown-toggle::after {
    display: none;
}
.cc-window.cc-floating {
    -webkit-box-shadow: 10px 10px 25px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 10px 10px 25px 0px rgba(0,0,0,0.4);
    box-shadow: 10px 10px 25px 0px rgba(0,0,0,0.4);
}
.mobile-only {
	display: none;
}

/* Owl carousel */

.owl-dots {
	position: absolute;
	top: 50%;
	right: 30px;
}
.owl-theme .owl-dots .owl-dot {
    display: block;
}
.owl-theme .owl-dots .owl-dot span {
    background: #fff;
}
.owl-theme .owl-dots .owl-dot.active span, 
.owl-theme .owl-dots .owl-dot:hover span {
    background: #ee2b37;
}

/* Teasers */

section.teasers {
	position: relative;
	margin-top: -45px;
	z-index: 1;
	margin-bottom: 320px;
}
body.itemid-109 section.teasers,
body.itemid-228 section.teasers,
body.itemid-251 section.teasers {
	margin-bottom: 220px;
}
.teaser-item {
	float: left;
	background: #ee2b37;
}
.teaser-item a h2 {
	text-align: center;
	height: 45px;
	background: #007cbb;
	color: #fff;
	font-size: 18px;
	line-height: 45px;
	margin: 0;
	transition: background 0.2s;
}
.particulier-1,
.particulier-2,
.particulier-3 {
	width: 31%;
}
.particulier-1,
.particulier-2 {
	margin-right: 3.5%;
}
.professional-1,
.professional-2,
.professional-3,
.professional-4,
.professional-5,
.professional-6 {
	width: 16%;
}
.professional-1,
.professional-2,
.professional-3,
.professional-4,
.professional-5 {
	margin-right: 0.8%;
}
.teaser-item a:hover h2 {
	background: #ee2b37;
}
.teaser-item a img {
	transition: opacity 0.2s;
}
.teaser-item a:hover img {
	opacity: 0.7;
}
section.homepage-cta {
	padding: 30px 0px;
	background: #f2f6f9;
	text-align: center;
	color: #007cbb;
}
section.homepage-cta h4 {
	margin: 0;
}
section.homepage-cta h4 span {
	font-weight: 600;
	text-transform: uppercase;
	display: inline-block;
	margin-right: 20px;
}

/* Content */

section.content,
section.jobs,
section.user {
	padding: 180px 0px 60px 0px;
	font-weight: 300;
	position: relative;
}
section.content h1,
section.user h1 {
	font-size: 32px;
	line-height: 28px;
	margin: 0px;
	color: #ee2b37;
	font-weight: 600;
}
section.jobs h1 {
	font-size: 32px;
	line-height: 24px;
	margin: 0px 0px 15px 0px;
	color: #ee2b37;
	font-weight: 600;
}
section.content h2,
section.jobs h2 {
	font-size: 24px;
	margin: 0px 0px 15px 0px;
	color: #007cbb;
	font-weight: 600;
}
section.jobs h2,
section.jobs h2 a {
	font-size: 20px;
	margin: 0px 0px 15px 0px;
	color: #007cbb;
	font-weight: 600;
	text-decoration: none;
}
section.content strong,
section.jobs strong {
	font-weight: 600;
}
section.content ul,
section.jobs ul {
	margin: 15px 0px;
	padding: 0px 0px 0px 15px;
}
section.content .sidebar-cta-left,
section.jobs .sidebar-cta-left {
	position: relative;
	margin: -30px 30px 30px 0px;
	color: #fff;
	background: #005589;
	text-align: left;
	font-size: 16px;
	line-height: 22px;
	padding: 20px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	z-index: 2;	
	-webkit-box-shadow: 5px 0px 5px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 5px 0px 5px 2px rgba(0,0,0,0.2);
	box-shadow: 5px 0px 5px 2px rgba(0,0,0,0.2);
}
section.content .sidebar-cta-right,
section.jobs .sidebar-cta-right {
	position: relative;
	margin: -30px 0px 30px 30px;
	color: #fff;
	background: #005589;
	text-align: right;
	padding: 20px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	z-index: 2;	
	-webkit-box-shadow: -5px 0px 5px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: -5px 0px 5px 2px rgba(0,0,0,0.2);
	box-shadow: -5px 0px 5px 2px rgba(0,0,0,0.2);
}
section.content .sidebar-cta-left p,
section.content .sidebar-cta-left h3,
section.content .sidebar-cta-left h4,
section.jobs .sidebar-cta-left p,
section.jobs .sidebar-cta-left h3,
section.jobs .sidebar-cta-left h4 {
	margin: 0;
}
section.content .sidebar-cta strong,
section.jobs .sidebar-cta strong {
	font-weight: 600;
}
section.content .sidebar-cta a,
section.content .sidebar-cta-right a,
section.content .sidebar-cta-left a,
section.jobs .sidebar-cta a,
section.jobs .sidebar-cta-left a,
section.jobs .sidebar-cta-right a {
	font-weight: 600;
	color: #fff;
	text-decoration: none;
	transition: opacity 0.2s;
}
section.content .sidebar-cta a:hover,
section.content .sidebar-cta-right a:hover,
section.content .sidebar-cta-left a:hover,
section.jobs .sidebar-cta a:hover,
section.jobs .sidebar-cta-left a:hover,
section.jobs .sidebar-cta-right a:hover {
	opacity: 0.5;
}
.jaartal {
	margin-top: 30px;
	border-bottom: 1px solid #007cbb;
	padding: 5px 10px;
	color: #007cbb;
	font-weight: 600;
	text-align: center;
	font-size: 20px;
	letter-spacing: 3px;
	margin-bottom: 5px;
}
section.jobs ul.job-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
section.jobs ul.job-list li {
	list-style: none;
	margin: 0px 0px 15px 0px;
	padding: 0;
}
section.jobs .jobs-item {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid rgba(0,85,137,0.05);
}

/* Content */

section.jobs {
	padding: 180px 0px 60px 0px;
	font-weight: 300;
	position: relative;
}
.content-style-area a {
	text-decoration: underline;
}
.content-style-area .h2, 
.content-style-area h2 {
    font-size: 24px;
	color: #007cbb;
	font-weight: 600;
}
.content-style-area .h3, 
.content-style-area h3 {
	margin-top: 30px;
    font-size: 20px;
	font-weight: 600;
	color: #007cbb;
}
.content-style-area .h4, 
.content-style-area h4 {
	margin-top: 30px;
    font-size: 18px;
	font-weight: 600;
}
.content-style-area .h5, 
.content-style-area h5 {
    font-size: 18px;
	color: #007cbb;
}
.content-style-area ol {
	padding-left: 15px;
}
.tip {
	border: 1px solid #dee2e6;
	padding: 10px 20px;
	background: rgba(0,0,0,.05);
}
.do {
	margin-bottom: 0;
}
.do:before {
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900;
	content: "\f058";
	margin-right: 10px;
	color: #66cc33;
}
.dont:before {
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900;
	content: "\f05e";
	margin-right: 10px;
	color: #ee2b37;
}
.well {
    padding: 30px;
    border-radius: 4px;
    background: rgba(0,85,137,0.05);
    box-shadow: 0 15px 15px -15px rgba(0, 0, 0, 0.1);
}

/* tankstations */

section#map {
	margin-top: 110px;
	height: 560px;
	z-index: 2;
}
section#map h4 {
    margin: 0px;
    text-transform: uppercase;
	color: #007cbb;
    font-weight: 600;
	font-size: 18px;
	line-height: 20px;
}
section#map a {
    margin: 0px;
    color: #007cbb;
    font-weight: 600;
}
section#map .leaflet-popup-content p {
    margin: 0px 0;
}
section.tankstations {
	padding: 30px 0px 60px 0px;
	position: relative;
}
section.tankstations h1 {
	font-size: 32px;
	margin: 0px;
	color: #ee2b37;
	font-weight: 600;
}
section.tankstations .tankstation-item {
	border: 1px solid rgba(0,85,137,0.1);
	margin-bottom: 15px;
	width: 49%;
	margin-right: 1%;
	float: left;
	min-height: 190px;
}
section.tankstations .grid-sizer {
	margin-bottom: 15px;
	width: 49%;
	margin-right: 1%;
	float: left;
}
section.tankstations .tankstation-item h3 {
	color: #007cbb;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
}
section.tankstations .tankstation-item h3 a {
	color: #007cbb;
}
section.tankstations .tankstation-item p {
	margin: 0;
}
section.tankstations .tankstation-item .inner {
	padding: 20px;
}
.marker {
	border: none;
	cursor: pointer;
	height: 70px;
	width: 30px;
	background-image: url(../images/marker.png);
	background-repeat: no;
	background-color: rgba(0, 0, 0, 0);
}
.mapboxgl-popup-content {
    border-radius: 5px;
    padding: 15px;
}
.mapboxgl-popup-content h4 {
	font-size: 18px;
	line-height: 20px;
	margin-top: 0px;
	color: #007cbb;
	font-weight: 600;
	background: url('../images/vr-32.svg') no-repeat top left;
	background-size: 32px 16px;
	padding-left: 40px;
}
ul.filter-button-group {
	margin: 30px auto;
	padding: 0;
	list-style: none;
}
ul.filter-button-group li {
	font-size: 13px;
	line-height: 12px;
	display: inline-block;
	margin: 0px 3px 3px 0px;
	padding: 0;
	text-transform: uppercase;
}
ul.filter-button-group li.button {
	border-radius: 4px;
	webkit-border-radius: 4px;
	padding: 5px 10px;
	background: #007cbb;
	color: #fff;
}
ul.filter-button-group li.button:hover {
	background: #005589;
	cursor: pointer;
}
ul.filter-button-group li.button.active {
	background: #005589;
	color: #fff;
}
.leaflet-container {
	font-family: 'Montserrat', sans-serif;
}
.leaflet-container h2 {
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
}
.leaflet-container a {
	font-size: 12px;
}
ul.list-faciliteiten,
section.content ul.list-faciliteiten {
	list-style: none;
	margin: 10px 0px;
	padding: 0;
}
ul.list-faciliteiten li {
	display: inline-block;
	margin: 0px 5px 0px 0px;
	padding: 0;
	width: 30px;
	height: 30px;
	border: 1px solid rgba(0,85,137,0.1);
	color: rgba(0,85,137,1.0);
	text-align: center;
	line-height: 30px;
}
#map-detail {
	height: 412px;
	z-index: 2;
}
section.tankstation {
	padding: 180px 0px 60px 0px;
	font-weight: 300;
	position: relative;
}
section.tankstation h1 {
	font-size: 32px;
	line-height: 24px;
	margin: 0px;
	color: #ee2b37;
	font-weight: 600;
}
section.tankstation ul.tankstation-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
section.tankstation ul.tankstation-list li {
	list-style: none;
	margin: 0px 0px 5px 0px;
	padding: 0;
	width: 25%;
	float: left;
}
section.tankstation ul.tankstation-list li a {
	color: #007cbb;
	font-weight: 400;
}
table.brandstofprijzen th {
	width: 16.666%;
	font-size: 12px;
	line-height: 12px;
	background: #222225;
	color: #fff;
	border: none;
}
table.brandstofprijzen td {
	width: 16.666%;
}
table.brandstofprijzen small {
	display: inline-block;
	margin-right: 3px;
	opacity: 0.7;
	font-size: 11px;
}
.table-striped,
.sidebar-cta-right .table-striped {
	font-size: 12px;
}
.table-striped td,
.sidebar-cta-right .table-striped td {
	padding: 2px 5px;
}
.sidebar-cta-right .table-striped td, 
.sidebar-cta-right .table-striped th {
    border-top: 1px solid rgba(255,255,255,0.3);
}
.fa-skew-up {
	transform: rotate(45deg);
	margin-right: 5px;
	color: #ee2b37;
}
.fa-skew-down {
	transform: rotate(-45deg);
	margin-right: 5px;
	color: #007cbb;
}
table.officieleprijzen th {
	font-size: 12px;
	line-height: 12px;
	background: #222225;
	color: #fff;
	border: none;
	padding: 10px 5px;
}



/* Ajax search module */

.ajax-search .results-box .mod-ajaxsearch-results-footer {
    display: none;
}
.ajax-search .results-box span.highlight {
    background: none;
}
.ajax-search .results-box {
    z-index: 99;
    position: absolute;
    top: 41px;
    width: 100%;
    height: 200px;
    background: #fff;
	border: none;
	font-size: 16px;
    line-height: 1.2;
	-webkit-box-shadow: 10px 10px 25px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 10px 10px 25px 0px rgba(0,0,0,0.4);
	box-shadow: 10px 10px 25px 0px rgba(0,0,0,0.4);
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}
.ajax-search .search-results {
    padding: 10px 10px;
    margin: 0;
}
.ajax-search .results-box dt, 
.ajax-search .results-box dd {
    font-size: 15px;
    line-height: 1.2;
}
.ajax-search .results-box .result-title a {
    font-size: 15px;
	color: #007cbb;
}
.easy-autocomplete {
    display: inline-block;
}
.easy-autocomplete-container {
    left: 5px;
}
.easy-autocomplete-container a {
	color: #007cbb;
}

/* User / Klantenzone */

section.user input[type=text],
section.user input[type=password],
section.user input[type=email],
section.user input[type=tel],
section.offline input[type=text],
section.offline input[type=password] {
	height: auto;
	padding: .375rem .75rem;
	font-size: 15px;
	line-height: 1.2;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(34,34,35,0.2);
	border-radius: .25rem;
	margin-bottom: 15px;
}
.chzn-container {
    font-size: 13px;
}
.chzn-container-single .chzn-single {
    padding: 0 0 0 8px;
    height: 34px;
    border: 1px solid rgba(34,34,35,0.2);
	background: #fff;
	font-size: 15px;
	box-shadow: none;
	line-height: 30px;
	border-radius: .25rem;
	width: 334px;
}
section.user legend {
	margin-top: 30px;
	font-size: 20px;
	font-weight: 600;
	padding-bottom: 5px;
}
dl.dl-horizontal.pricing {
	width: 50%;
	float: left;
	display: inline-block;
	text-align: center;
	border: 1px solid rgba(0,0,0,.1);
	border-right: none;
}
dl.dl-horizontal.pricing dt {
	background: #fff;
	padding: 5px;
	margin: 0;
	border-bottom: 1px solid rgba(0,0,0,.1);
	background: #f2f2f2;
}
dl.dl-horizontal.pricing dd {
	background: #fff;
	padding: 5px;
	margin: 0;
}
dl.dl-horizontal.pricing:nth-of-type(2),
dl.dl-horizontal.pricing:nth-of-type(4),
dl.dl-horizontal.pricing:nth-of-type(6),
dl.dl-horizontal.pricing:nth-of-type(8) {
	border-right: 1px solid rgba(0,0,0,.1);
}
.klantenzone-box {
    padding: 20px;
    border-radius: 0px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
    background: rgba(0,85,137,0.05);
    box-shadow: 0 20px 25px -15px rgba(0, 0, 0, 0.1);
	margin: 0px;
}
.klantenzone-box table {
	font-size: 12px;
	background: #fff;
	border-top: 1px solid rgba(0,0,0,.1);
	border-left: 1px solid rgba(0,0,0,.1);
}
.klantenzone-box table td, 
.klantenzone-box table th {
	padding: 2px 4px;
	border-bottom: 1px solid rgba(0,0,0,.1);
	border-right: 1px solid rgba(0,0,0,.1);
}
.klantenzone-box table.table-pricing {
	width: 100%;
}
.klantenzone-box table.table-pricing th {
	background: #f2f2f2;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	padding: 5px;
	font-weight: 400;
}
.klantenzone-box table.table-pricing td {
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	padding: 5px;
}
.klantenzone-box table.table-pricing-left-align th {
	text-align: left;
}
.klantenzone-box table.table-pricing-left-align td {
	text-align: left;
}
.klantenzone-box strong {
	font-weight: 700;
}
section.user legend.klantenzone-legend {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	background: #005589;
	color: #fff;
    margin: 30px 0px 0px 0px;
	padding: 10px 20px;
}
#system-message-container .alert-warning {
    color: #fff;
	text-shadow: none;
    background: #ee2b37;
    border-color: #ee2b37;
	margin-bottom: 30px;
}
#system-message-container .alert {
	color: #222223;
	text-shadow: none;
    background: rgba(0,85,137,0.05);
    border-color: rgba(0,85,137,0.05);
	margin-bottom: 30px;
}

/* Footer & copyright */

footer {
	padding: 60px 0px;
	background: #222223;
	color: #fff;
	font-size: 12.5px;
}
footer a {
	color: rgba(255,255,255,0.6);
	transition: color 0.2s;
}
footer a:hover {
	color: rgba(255,255,255,1.0);
}
footer img.footer-logo {
	width: 240px;
	margin-top: 30px;
}
footer h4 {
	font-size: 16px;
	color: #ee2b37;
	margin: 0px 0px 10px 0px;
}
footer ul.social-media {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}
footer ul.social-media li {
	display: inline-block;
	margin: 0px 10px 0px 0px;
	padding: 0;
	font-size: 16px;
	line-height: 32px;
}
footer ul.social-media li a.rounded-icon {
	display: inline-block;
	width: 36px;
	height: 36px;
	border: 2px solid #fff;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	transition: border 0.2s, color 0.2s;
}
footer ul.social-media li a.rounded-icon:hover {
	border: 2px solid #ee2b37;
	color: #ee2b37;
}
footer hr {
    border-top: 1px solid rgba(255,255,255,.2);
}
footer .btn-outline-secondary {
    color: rgba(255,255,255,.5);
    background-color: transparent;
    background-image: none;
    border-color: rgba(255,255,255,.5);
}
footer .btn-outline-secondary:hover {
    color: #fff;
    background-color: rgba(181,30,55,1.0);
    background-image: none;
    border-color: rgba(181,30,55,1.0);
}
ul.footer-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.footer-menu li {
	display: block;
	margin: 0px 30px 0px 0px;
	padding: 0;
}
ul.footer-menu li a.nav-link {
	color: #fff;
	padding: 0;
}
ul.bottom-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.bottom-menu li {
	display: inline-block;
	margin: 0px 30px 0px 0px;
	padding: 0;
}
ul.bottom-menu li a.nav-link {
	color: #fff;
	padding: 0;
}
ul.bottom-menu li a.nav-link:hover {
	color: rgba(255,255,255,0.8);
}
section.below-footer {
	background: #ee2b37;
	padding: 15px 0px;
	color: #fff;
	font-size: 13px;
}
section.below-footer p {
	font-size: 13px;
	margin: 0;
}
div.copyright {
	text-align: right;
}
ul.address-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.address-list li {
	margin: 0px 0px 10px 0px;
}
ul.address-list li span.icon {
	margin-right: 5px;
	color: #ee2b37;
}
ul.address-list li a {
	color: #fff;
}
ul.address-list li a:hover {
	color: #ee2b37;
}

/* RSForm */

.form-control {
    height: auto;
    padding: .375rem .75rem;
    font-size: 15px;
    line-height: 1.2;
    color: #22223;
    background-color: #fff;
    background-clip: padding-box;
	border: 1px solid rgba(34,34,35,0.2);
    border-radius: .25rem;
}
.form-control::placeholder {
    color: rgba(34,34,35,0.3);
}
.form-group {
    margin-bottom: 15px;
}
label.formControlLabel {
    margin-bottom: 5px;
}
.rsform-block-verzenden label.formControlLabel {
    display: none;
}
section.component {
	margin-top: 140px;
	padding: 60px 0px;
}
section.component h2 {
	font-size: 32px;
	line-height: 24px;
	margin: 0px 0px 30px 0px;
	color: #ee2b37;
	font-weight: 600;
}
.formNoError {
	display: none;
}
input.rsform-input-box,
textarea.rsform-text-box {
	border: 1px solid rgba(34,34,35,0.2);
	padding: 10px 10px;
}
select.rsform-select-box {
	border: 1px solid rgba(34,34,35,0.2);
	padding: 8px 10px;
}
button.rsform-submit-button {
	margin-top: 10px;
	padding: .375rem .75rem;
	line-height: 1.5;
	border-radius: .25rem;
	border: 1px solid #007cbb; 
	background: #007cbb;
	transition: background 0.2s, color 0.2s;
	cursor: pointer;
	color: #fff;
}
button.rsform-submit-button:hover {
	color: #007cbb;
	background: #fff;
	border: 1px solid #007cbb; 
	text-decoration: none;
}
.formRed,
.formError {
    color: #ed1c2e !important;
    font-weight: 400 !important;
}
.custom-select.is-invalid, 
.form-control.is-invalid, 
.was-validated .custom-select:invalid, 
.was-validated .form-control:invalid {
    border: 1px solid rgba(34,34,35,0.2);
    box-shadow: none;
}
.custom-select.is-invalid:focus, 
.form-control.is-invalid:focus, 
.was-validated .custom-select:invalid:focus, 
.was-validated .form-control:invalid:focus {
    border: 1px solid rgba(34,34,35,0.4);
    box-shadow: none;
}
.form-control:focus {
    border: 1px solid rgba(34,34,35,0.5);
    box-shadow: none;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default, 
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current, 
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
    background: #007cbb;
    box-shadow: none;
    color: #fff;
    font-weight: 700;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
    background: #007cbb !important;
    box-shadow: none !important;
}
input.calendar-label {
	padding: 8px 10px;
}
input.calendar-label.btn {
	background: url('../images/calendar-alt-solid.svg') no-repeat center center;
	background-size: 14px 16px;
	width: 32px;
	height: 38px;
	border: 1px solid rgba(34,34,35,0.2);
	border-left: none;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}
.btn-secondary.focus, 
.btn-secondary:focus,
.btn-secondary:active:focus,
.secondary:not(:disabled):not(.disabled):active {
    box-shadow: none;
}
div.pagination ul {
	list-style: none;
	margin: 30px 0px;
	padding: 0;
}
div.pagination ul li {
	display: inline-block;
	margin: 0px;
	padding: 0;
}
div.pagination ul li a  {
	display: inline-block;
	margin: 0px;
	padding: 0;
	background: rgba(36,64,142,1.0);
	color: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
	padding: 0px 20px;
	height: 40px;
	font-size: 15px;
	text-align: center;
	line-height: 40px;
}
div.pagination ul li span {
	display: inline-block;
	margin: 0px;
	padding: 0;
	background: rgba(36,64,142,0.3);
	color: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
	padding: 0px 20px;
	height: 40px;
	font-size: 15px;
	text-align: center;
	line-height: 40px;
}
.cta-area {
	margin: 60px 0px;
	text-align: center;
}
.cta-area a.btn-primary {
	color: #fff;
}
.cta-area a.btn-primary:hover,
.cta-area a.btn-primary:focus {
	color: #25408e;
}


/* Modal */

.modal-backdrop.show {
    opacity: .8;
}
.modal .button-area {
	margin: 15px 0px;
	text-align: center;
}
.modal p {
	margin: 0;
}
.modal small {
	font-size: 11px;
	line-height: 14px;
}

/* Alert */

.alert-danger {
    color: #fff;
    background-color: rgba(238,43,55,1.0);
    border-color: #ee2b37;
	margin-bottom: 20px;
}
.alert p {
	margin: 0;
}
.alert-area {
	font-size: 12px;
	line-height: 15px;
    background-color: #f2f6f9;
	padding: 10px;
}
.alert-area p {
	display: inline;
}

/* Downloads */

div.downloads table a {
	color: #222223;
	font-weight: 400;
	font-size: 13px;
}
div.downloads table a:hover {
	color: #ee2b37;
}
div.downloads table td {
	padding: .5rem;
}

/* Error */

section.error {
	padding: 180px 0px 60px 0px;
	font-weight: 300;
	position: relative;
	text-align: center;
}
section.error h1 {
	font-weight: 600;
	font-size: 60px;
	text-transform: uppercase;
}

/* Offline */

section.offline {
	padding: 180px 0px 60px 0px;
	font-weight: 300;
	position: relative;
}
section.offline h1 {
	font-weight: 600;
	font-size: 60px;
	text-transform: uppercase;
}

.cc-floating .cc-message {
    font-size: 15px;
    line-height: 20px;
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1024px) {
	body {
		font-size: 13px;
		line-height: 18px;
	}
	header div.logo-area a,
	header.smaller-logo div.logo-area a {
		padding: 10px 10px;
	}
	header div.logo-area a img {
		width: 90px;
	}
	header.smaller-logo div.logo-area a img {
		width: 90px;
	}
	ul.customer-type-list li a.nav-link {
		padding: 10px 10px;
	}
	.navbar-expand-lg .navbar-nav a.nav-link {
		padding: 6px 6px;
		font-size: 12px;
	}
	ul.navbar-nav .dropdown-menu a.nav-link, ul.navbar-nav li.active .dropdown-menu a.nav-link {
		font-size: 12px;
	}
	section.content {
		padding: 150px 0px 30px 0px;
	}
	.h1, h1 {
		font-size: 24px;
	}
	.h2, h2 {
		font-size: 20px;
	}
	.h3, h3 {
		font-size: 18px;
		font-weight: 600;
	}
	.h4, h4 {
		font-size: 16px;
		font-weight: 600;
	}
	.h5, h5 {
		font-size: 16px;
		font-weight: 600;
	}
	section.content h1, section.user h1 {
		font-size: 24px;
		line-height: 28px;
	}
	section#map {
		height: 400px;
	}
	footer {
		padding: 30px 0px;
		font-size: 11px;
	}
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	header {
		position: fixed;
	}
	header div.logo-area a,
	header.smaller-logo div.logo-area a	{
		padding: 10px 10px;
	}
	header div.logo-area a img,
	header.smaller-logo div.logo-area a img {
		width: 90px;
		transition: none;
	}
	ul.customer-type-list {
		margin: 0;
		margin-left: 120px;
		font-size: 14px;
	}
	ul.customer-type-list li a.nav-link {
		padding: 5px 5px;
	}
	div.nav-area {
		position: fixed;
		top: 40px;
		z-index: 8;
		background: #222223;
	}
	.navbar {
		height: 40px;
		padding: 0;
	}
	.navbar-toggler {
		position: absolute;
		right: 0px;
		color: #fff;
		top: 5px;
	}
	.navbar-collapse {
		background: #222223;
		position: fixed;
		top: 80px;
		left: 0px;
		right: 0px;
		margin: 0px 15px;
	}
	.dropdown-menu {
		display: block !important;
	}
	.navbar-expand-lg .navbar-nav .dropdown-menu {
		position: relative;
		top: auto;
		left: auto;
		background: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		margin-left: 30px;
		font-size: 12px;
	}
	.navbar-expand-lg .navbar-nav a.nav-link {
		padding: 5px 12px;
	}
	ul.navbar-nav .dropdown-menu a.nav-link {
		font-size: 13px;
		padding: 4px 12px;
	}
	ul.navbar-nav .dropdown-menu a.nav-link, 
	ul.navbar-nav li.active .dropdown-menu a.nav-link {
		padding: 4px 12px;
	}
	body.contentpage section.content,
	body.contentpage section.jobs,
	body.contentpage section.user,
	body.contentpage section.tankstation {
		padding: 140px 0px 60px 0px;
	}

	section.content h1, 
	section.user h1,
	section.jobs h1,
	section.tankstations h1	{
		font-size: 24px;
		line-height: 30px;
		margin: 0px 0px 10px 0px;
	}
	section.content h2,
	section.user h2,
	section.jobs h2 {
		font-size: 20px;
	}
	section.content .sidebar-cta-right, 
	section.jobs .sidebar-cta-right {
		margin: 30px 0px 30px 30px;
	}
	div.tankstation-zoeken {
		font-size: 12px;
		float: none;
		padding-top: 4px;
		position: fixed;
		top: 90px;
		left: 0px;
		background: #f0f0f0;
		right: 0;
		padding: 15px;
	}
	body.contentpage div.tankstation-zoeken {
		display: none;
	}
	section.hero {
		padding-top: 100px;
	}
	section.teasers,
	body.itemid-109 section.teasers	{
		margin: 15px 0px;
	}
	.particulier-1,
	.particulier-2,
	.particulier-3 {
		width: 100%;
		margin: 15px 0px;
		float: none;
	}
	.particulier-1,
	.particulier-2 {
		margin-right: 0%;
	}
	.professional-1,
	.professional-2,
	.professional-3,
	.professional-4,
	.professional-5,
	.professional-6	{
		width: 100%;
		margin: 15px 0px;
		float: none;
	}
	.professional-1,
	.professional-2,
	.professional-3,
	.professional-4,
	.professional-5,
	.professional-6	{
		margin-right: 0%;
	}
	.hidden-mobile {
		display: none;
	}
	ul.bottom-menu {
		font-size: 12px;
	}
	ul.bottom-menu li {
		margin: 0px 10px 0px 0px;
	}
	div.copyright {
		text-align: left;
	}
	footer {
		padding: 30px 0px;
		font-size: 12px;
	}
	section#map {
		margin-top: 100px;
	}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	fieldset.users-profile-custom-fields-5 dl.dl-horizontal {
		width: 100%;
		float: none;
		display: block;
		text-align: center;
		border: 1px solid rgba(0,0,0,.1);
		border-right: none;
	}
	fieldset.users-profile-custom-fields-5 dl.dl-horizontal {
		border-right: 1px solid rgba(0,0,0,.1);
	}
	table.brandstofprijzen th {
		display: none;
	}
	table.brandstofprijzen td {
		width: 100%;
		display: block;
	}
	.mobile-only {
		display: inline-block;
	}
	table.brandstofprijzen 	.mobile-only {
		width: 120px;
	}
	div.taal-kiezen {
		padding-top: 0px;
		display: inline-block;
		float: none;
		margin-left: 0px;
		font-size: 12px;
		position: fixed;
		z-index: 9;
		top: 51px;
		left: 140px;
	}
	.mod-languages ul li a {
		opacity: 0.4;
	}
	body.itemid-109 section.teasers,
	body.itemid-228 section.teasers,
	body.itemid-251 section.teasers {
		margin-bottom: 30px;
	}
	section.tankstations .tankstation-item {
		border: 1px solid rgba(0,85,137,0.1);
		margin-bottom: 15px;
		width: 100%;
		margin-right: 0;
		float: none;
		min-height: 10px;
	}
	section.tankstations .grid-sizer {
		margin-bottom: 15px;
		width: 100%;
		margin-right: 0;
		float: none;
	}
	section.tankstations .tankstation-item .inner {
		padding: 10px;
	}
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {

}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
	header div.logo-area a img, 
	header.smaller-logo div.logo-area a img {
		width: 80px;
	}
	ul.customer-type-list {
		font-size: 11px;
	}
}
