/*
donkergroen: #013c4a rgba(1,60,74,1)
lichtgrijs:  #f3f3f5 rgba(243,243,245,1)

desinfectie  blauw:      #3BA0DA
balance-up   geel:       #FFCC00
balance-down rood:       #E50046
correctie    grijs:      #575757
clear bio    groen:      #AFCA0B
reiniging    oranje:     #EF7D00
covid        paars:      #B06F9B
spa          lichtblauw: #65B0BA

*/

/*
.filterdesinfectie {
	display: inline-block;
	border-left: 17px solid #3BA0DA !important;
}
.filterbalanceup span {
	display: inline-block;
	position: absolute;
	left: 0px;
	width: 0; 
	height: 0; 
	border: 18px solid transparent;
	border-top: 0;
	border-left: 18px solid #FFCC00;
}
.filterbalancedown {
	display: inline-block;
	border-left: 17px solid #E50046 !important;
}
.filtercorrectie {
	display: inline-block;
	border-left: 17px solid #575757 !important;
}
.filterclearbio {
	display: inline-block;
	border-left: 17px solid #AFCA0B !important;
}
.filterreiniging {
	display: inline-block;
	border-left: 17px solid  #EF7D00 !important;
}
.filtercovid {
	display: inline-block;
	border-left: 17px solid #B06F9B !important;
}
.filterspa {
	display: inline-block;
	border-left: 17px solid #65B0BA !important;
}
*/

.pretty .state.filterdesinfectie label:before {
	border-color: #3BA0DA;
	border-width: 2px;
}
.pretty input:checked~.state.filterdesinfectie label:after, .pretty.p-toggle .state.filterdesinfectie label:after {
	background-color: #3BA0DA !important;
}
.pretty .state.filterbalanceup label:before {
	border-color: #FFCC00;
	border-width: 2px;
}
.pretty input:checked~.state.filterbalanceup label:after, .pretty.p-toggle .state.filterbalanceup label:after {
	background-color: #FFCC00 !important;
}
.pretty .state.filterbalancedown label:before {
	border-color: #E50046;
	border-width: 2px;
}
.pretty input:checked~.state.filterbalancedown label:after, .pretty.p-toggle .state.filterbalancedown label:after {
	background-color: #E50046 !important;
}
.pretty .state.filtercorrectie label:before {
	border-color: #575757;
	border-width: 2px;
}
.pretty input:checked~.state.filtercorrectie label:after, .pretty.p-toggle .state.filtercorrectie label:after {
	background-color: #575757 !important;
}
.pretty .state.filterclearbio label:before {
	border-color: #AFCA0B;
	border-width: 2px;
}
.pretty input:checked~.state.filterclearbio label:after, .pretty.p-toggle .state.filterclearbio label:after {
	background-color: #AFCA0B !important;
}
.pretty .state.filterreiniging label:before {
	border-color: #EF7D00;
	border-width: 2px;
}
.pretty input:checked~.state.filterreiniging label:after, .pretty.p-toggle .state.filterreiniging label:after {
	background-color: #EF7D00 !important;
}
.pretty .state.filtercovid label:before {
	border-color: #B06F9B;
	border-width: 2px;
}
.pretty input:checked~.state.filtercovid label:after, .pretty.p-toggle .state.filtercovid label:after {
	background-color: #B06F9B !important;
}
.pretty .state.filterspa label:before {
	border-color: #65B0BA;
	border-width: 2px;
}
.pretty input:checked~.state.filterspa label:after, .pretty.p-toggle .state.filterspa label:after {
	background-color: #65B0BA !important;
}
.pretty .state.filterprofessioneel label:before {
	border-color: #5d74b3;
	border-width: 2px;
}
.pretty input:checked~.state.filterprofessioneel label:after, .pretty.p-toggle .state.filterprofessioneel label:after {
	background-color: #5d74b3 !important;
}


/*
::selection {
background: #39f;
color: #fff;
text-shadow: none;
*/

.desinfectie {
	color: #3BA0DA;
}
.balanceup {
	color: #FFCC00;
}

.balancedown {
	color: #E50046;
}
.correctie {
	color: #575757;
}
.clearbio {
	color: #AFCA0B;
}
.reiniging {
	color: #EF7D00;
}
.covid {
	color: #B06F9B;
}
.spa {
	color: #65B0BA;
}

.groen {
	color: #013c4a;
}
.wit {
	color: #fff;
}
.grey {
	color: #666;
}

a {
	text-decoration: none;
	transition: 1s;
}

a.atxt-groen {
	transition: 1s;
	color: #013c4a;
}
a:hover.atxt-groen {
	color: #3BA0DA;
}


.bg-groen {
	background-color: #013c4a;
}
.bg-blauw {
	background-color: #3BA0DA;
}
.bg-rood {
	background-color: #E50046;
}


.icontype {
	display: inline-block;
	width: 22px;
	height: 60px;
	border-top-right-radius: 30px;
}


.bg-desinfectie {
	background-color:  #3BA0DA;
}
.bg-balanceup {
	background-color: #FFCC00;
}

.bg-balancedown {
	background-color: #E50046;
}
.bg-correctie {
	background-color: #575757;
}
.bg-clearbio {
	background-color: #AFCA0B;
}
.bg-reiniging {
	background-color: #EF7D00;
}
.bg-covid {
	background-color: #B06F9B;
}
.bg-spa {
	background-color: #65B0BA;
}

.bg-lightgray {
	background-color: #f3f3f5;
}

.bg-none {
	background-color: #eee;
	background-image: linear-gradient(#3BA0DA,#FFCC00,#E50046,#575757,#AFCA0B,#EF7D00,#B06F9B,#65B0BA);
	/*transform-origin: bottom;*/
}


.link-animation {
	text-decoration: none;
	display: inline-block;
	position: relative;
	color: #013c4a;
}

.link-animation:after {
	content: '';
	position: absolute;
	width: 120%;
	transform: scaleX(0);
	height: 2px;
	bottom: -1px;
	left: 0;
	/*background-color: #013c4a;*/
	/*background: linear-gradient(110deg, #e1f549, #29d0be, #6cb8ea, #ff5959);*/
	background: linear-gradient(110deg, #3BA0DA,#FFCC00,#E50046,#575757,#AFCA0B,#EF7D00,#B06F9B,#65B0BA);
	transform-origin: bottom right;
	transition: transform 0.5s ease-out;
}

.link-animation:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}


a.underline {
	text-decoration: underline;
}


a.wit {
	color: #ffffff;
}
a.wit:hover {
	color: #cccccc;
}

.breadcrumb-item a {
	color: #ffffff;
}

.breadcrumb-item a:hover {
	color: #E50046;
}


.topbanner {
	background-color: #013c4a;
	color: #ffffff;
	font-size: 70%;
}
.topbanner a {
	color: #fff;	
	text-decoration: none;	
}
.topbanner a.link-animation:after {
	width: 100%;
	background: #f3f3f5;
}

.topbanner a:hover {
	color: #f3f3f5;
	text-decoration: none;	
}

.topcontent {
	padding: 10px;
}

.logo {
	max-height: 60px;
}

.topfoto {
	position: relative;
	margin-top: 52px;
	height: 800px;
	min-height: 800px;
}
.topfoto .fotoleft {
	background-image: url(../images/home/smartchim_tophome.jpg);
	background-repeat: no-repeat;
	background-size: cover;	
}
.topfoto h1 {
	/*padding-top: 150px;*/
	font-size: 140%;
}

.topfotopage {
	position: relative;
	margin-top: 138px;
	height: 300px;
	min-height: 300px;
}
.topfotopage .fotoleftwateranalyse {
	background-image: url(../images/wateranalyse/smartchim_topwateranalyse.jpg);
	background-position: center left;
	background-repeat: no-repeat;
	background-size: cover;	
}
.topfotopage .fotoleftoverons {
	background-image: url(../images/smartchim/smartchim_topoverons.jpg);
	background-position: center left;
	background-repeat: no-repeat;
	background-size: cover;	
}

.topfotopage .fotoleftcontact {
	background-image: url(../images/contact/smartchim_topcontact.jpg);
	background-position: center left;
	background-repeat: no-repeat;
	background-size: cover;	
}
.topfotopage .fotoleftaanmelden {
	background-image: url(../images/body/smartchim_login.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: cover;	
}
.topfotopage .fotoleftbackend {
	background-image: url(../images/body/smartchim_topbackend.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: cover;	
}
.topfotopage .fotoleftproducten {
	background-image: url(../images/home/smartchim_topproducten.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: cover;	
}



.topfotopage h1 {
	/*padding-top: 150px;*/
	font-size: 140%;
}



.accent {
	/*display: block;
	position: absolute;
	width: 50%;
	height: 560px;
	top: 60px;
	z-index: 1000;
	background-image: url(../images/home/accent2.png);
	background-position: bottom left;
	background-repeat: no-repeat;*/
}
.homesection3 {
	position: relative;
	/*min-height: 560px;*/
	min-height: 260px;
	padding-top: 120px;
}

.btn-primary {
	text-decoration: none;
	background-color: #ffffff;
	color: #013c4a !important;
	border-color: #013c4a;
}

.btn-primary:hover {
	text-decoration: none;
	background-color: #013c4a;
	color: #fff !important;
	border-color: #013c4a;
}

.btn-secondary {
	text-decoration: none;
	background-color: #ffffff;
	color: #3BA0DA !important;
	border-color: #3BA0DA;
}

.btn-secondary:hover {
	text-decoration: none;
	background-color: #3BA0DA;
	color: #fff !important;
	border-color: #3BA0DA;
}


.producten-product {
	padding: 20px;
}

.producten-product .product-omschrijving {
    text-align: center;
    min-height: 5em;
}

.producten-product .product-voorraad {
    
    
}
.product-prijs {
    text-align: center;
    font-size: 150%;
	color: #429861;
	font-weight: bold;
}

.product-prijs .product-prijs-korting {
    color: #d93838;
}

 .product-prijs .product-prijs-btw {
    display: block;
    font-size: 60%;
    color: #999;
}

.producten-product .product-voorraad {
    text-align: center;
}

.producten-product .invoorraad {
    color: #429861;
    font-size: 90%;
}
.producten-product .nietinvoorraad {
    color: #b21f2f;  
    font-size: 90%; 
}


input.winkelmand-aantal {
    width: 100%;
}

a span.moreinfo {
	display: block;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
a span.moreinfo:hover {
	color: #429861;
	display: block;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

p.productdetail {}

p.productdetail span.label {
	display: block;
	font-weight: bold;
}
p.productdetail span.label.inline {
	display: inline-block;
	font-weight: bold;
}

p.productdetail span.waarde {}


.vrolijk-product {
	padding: 20px;
}

.vrolijk-product.bg-groen {
	background-color: #168B8A;
	color: #fff;
	border-radius: 10px;
}



.small {
	font-size: 90%;
}

.winkelmand-voorwaarden {
	margin: 20px 0;
	padding: 20px;
	border-radius: 10px;
}

label.pretty {
	font-size: 100%;
	color: #000;
}

div.big {
	height: 600px;
}

.actieshome img {
	border-radius: 20px;
	border: 1px solid #168B8A;
	
}
.actieshome [class*="col-"] {
	padding-left: 10px !important;
	padding-right: 10px !important;
	margin-bottom: 20px;
}

h3.filtertitle {
	margin-top: 10px;
	font-size: 110%;
	font-weight: bold;
	color: #065384;
}

.pretty input:checked~.state.p-success label:after, .pretty.p-toggle .state.p-success label:after {
	background-color: #429861!important;
}

ol.vw {
}
ol.vw li {
	list-style-type: decimal-leading-zero;
}
ol.vw li ul {
	margin-left: 40px;
}
ol.vw li ul li {
	list-style-type: disc;
}


ul.disc li {
	list-style-type: disc;
	margin-left: 40px;
}


/* leeftijd slider */
.ui-widget.ui-widget-content {
	border: 1px solid #ddd;
}
.ui-widget-content {
	border: 1px solid #ddd;
	background: #fff;
	color: #333;
}
.ui-slider-horizontal {
	/*height: .8em;*/
	height: 0em;
}
/* handle slider */
.ui-slider .ui-slider-handle {
	width: 2.0em;
	text-align: center;
	font-size: 16px;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
	border: 1px solid #429861;
	background: #429861;
	font-weight: normal;
	color: #fff;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.8em;
	margin-left: -.6em;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 2.5em;
	height: 1.6em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
	border-radius: 1.6em;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
	border: 1px solid #128d8f;
	background: #128d8f;
	font-weight: normal;
	color: #FFF;
}



/*Footer-v1
------------------------------------*/
.footer-v1 .footer {
	padding: 40px 0;	
	background: #f3f3f5;
	color: #013c4a;
}

.footer-v1 .footer p {
	color: #013c4a;
}

.footer-v1 .footer h2 {
	color: #013c4a;
	font-size: 18px;
	font-weight: 200;
}

/*Link List*/
.footer-v1 .link-list li {
	/*border-top: solid 1px #353535;*/
}

.footer-v1 address,
.footer-v1 .link-list a,
.footer-v1 .link-list i {
	color: #013c4a;
}

.footer-v1 address {
	line-height: 23px;
}

/*Dotted Map*/
.footer-v1 .footer .map-img {
	background: url(../../img/map-img.png) 5px 60px no-repeat;
}

/*Blog Posts (with images)*/
.footer-v1 .footer .posts .dl-horizontal a {
 color: #013c4a;
}

.footer-v1 .footer .dl-horizontal a:hover {
 color: #5fb611 !important;
}

/*Copyright*/
.footer-v1 .copyright {
	background: #222;
	border-top: none;
	padding: 10px 0 5px;
}

.footer-v1 .copyright {
	color: #013c4a;
	padding: 10px 0;
}

.footer-v1 .copyright a {
	/*margin: 0 2px;*/
}

.footer-v1 .footer-socials {
	margin-top: 12px;
	text-align: right;
}

.footer-v1 .footer-socials li a {
	color: #777;
	font-size: 16px;
}
.footer {
	background-color: #f3f3f5 !important;
}

.footer-v1 .footer h2 {
	color: #013c4a;
	font-size: 18px;
	font-weight: 200;
}

.headline {
	display: block;
	margin: 10px 0 25px 0;
	/*border-bottom: 1px dotted #e4e9f0;*/
}

.headline h2,
.headline h3,
.headline h4 {
	/*border-bottom: 2px solid #065384;/*
}

h2.heading-sm,
h3.heading-md {
	font-size: 18px;
	line-height: 24px;
}

.headline h2,
.headline h3,
.headline h4 {
	margin: 0 0 -2px 0;
	padding-bottom: 5px;
	display: inline-block;
	/*border-bottom: 2px solid #065384;*/
}

.headline h2 {
	font-size: 22px;
}

h1, h2 {
	color: #013c4a;
}

.footer a,
.copyright a,
.footer a:hover,
.copyright a:hover {
	color: #065384;
}

.copyright {
	font-size: 80%;
	background-color: #fff !important;
}

.interlinie {
	/*font-size: 75%;*/
}

.privacy a:hover {
	color: #065384;
}

.navbar {
	transition: 1s;
	background-color: #fff;
}
.navbar-nav .navbar-nav .nav-link {
	color: #000;
}
.navbar.home {
	background-color: transparent;
}
.navbar.home .nav-link {
	color: #fff !important;
}

.navbar.nav_scroll, .navbar.nav_scroll.home {	
	background-color:#fff !important;
	
	/*border-bottom:1px solid #ddd;
	-webkit-transform:translate(0,100px);
	-ms-transform:translate(0,100px);
	transform:translate(0,100px);*/
}
.navbar.nav_scroll .nav-link, .navbar.nav_scroll.home .nav-link {	
	color: #013c4a !important;
}
.navbar.nav_scroll .logo {
	max-height: 40px;
}

.navbar-collapse.show li {
	text-align: center !important;
	background-color: #eee;
	
 }
 .navbar-collapse.show li .nav-link {
	 color:#000 !important;
 }
 
.topsearch input, .topsearch .btn {
	padding: 3px 10px !important;
	/*font-size: 80%;*/
}

.borderoffset {
	  /*height: 75vh;*/
	  box-shadow:
		50px 50px 0 -5px white,
		50px 50px 0 0 #65B0BA;
		
	  
}

.zi1000 {
	position: relative;
	z-index: 1000;
}
.zi2000 {
	position: relative;
	z-index: 2000;
}
.zi3000 {
	position: relative;
	z-index: 3000;
}

tr.table-active {
	color: #013c4a;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #013c4a !important;
  opacity: 1 !important; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #013c4a !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #013c4a !important;
}



@media (max-width: 991px) {

	.footer-v1 .copyright,
	.footer-v1 .footer-socials {
		text-align: left;
	}
}

.googlemaps {
	color: #000;
}


@media (min-width: 576px) {  
 
}
 
@media (min-width: 768px) {  
 	.navbar-collapse.show li {
		  /*text-align: center;*/
	}
	.accent {
		display: block;
		position: absolute;
		width: 50%;
		height: 560px;
		top: 60px;
		
		background-image: url(../images/home/accent2.png);
		background-position: bottom left;
		background-repeat: no-repeat;
	}
	.accentblue {
		display: block;
		position: absolute;
		width: 50%;
		height: 560px;
		top: -260px;
		
		background-image: url(../images/home/accentblue.png);
		background-position: bottom left;
		background-repeat: no-repeat;
	}
	
	.topfoto {
		position: relative;
		margin-top: 36px;
		height: 500px;
		min-height: 500px;
	}
	.topfoto h1 {
		/*padding-top: 0px;*/
		font-size: 200%;
	}
	
	.topfotopage {
		position: relative;
		margin-top: 138px;
		height: 300px;
		min-height: 300px;
	}
	.topfotopage h1 {
		/*padding-top: 0px;*/
		font-size: 150%;
	}

}
 
@media (min-width: 992px) { 
 	
}
 
@media (min-width: 1200px) {  
	
}
 
@media (min-width: 1400px) {  
	
}
 
 
@media (max-width: 950px) { 
 
}