/*
Deze stylesheet bevat de volgende items:
- TEKST
- HYPERLINKS
- AFBEELDINGEN
- INPUTS
- ZOEKEN
- FORMULIEREN
- PAGINA NAVIGATIE
- MODULES 	- GERELATEERDE INFORMATIE
			- TEAM
			- NIEUWS
			
KLEUREN:
- Oranje: #f49716
- Logoblauw: #291f69
- Donkerblauw: #0069b4
- Donkerblauw: #281d68
- Blauw: #36a9e1
- Lichtblauw: #dff2fd
*/

/* TEKST */
body {
	margin: 0px;
	background: #ffffff;	
	font-family: 'Baloo 2', cursive;
	font-size: 17px;
	line-height: 2.44rem;
	font-weight: 400;	
	color: #000000;
	vertical-align: top;
	padding: 20px 0 0 0;
	overflow-x: hidden;
}
html,body{
	height: 100%;
}
.scrollup{
    width: 40px;
    height: 40px;
    opacity: 0.6;
    position: fixed;
    bottom: 50px;
    right: 25px;
    display: none;
    text-indent: -9999px;
    z-index: 20;
    background: url('afbeeldingen/icon_top.png') no-repeat;
}
h1, h2, h3, h4 {
	font-weight: normal;
	color: #281d68;
}
h1 {
	font-size: 2em;
	}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.3em;
}
h4 {
	font-size: 1em;
	font-weight: bold;	
}
td, th {
	color: #000000;
	text-decoration : none;
	text-align: left;
	vertical-align: top;
}
th {
	font-weight: bold;
	vertical-align: bottom;	
}
hr {
	color: #bcbcbc;
	height: 1px;
}
.notificationbar {
	width: 100%;
	background-color:#dff2fd;
	padding: 20px;
	text-align: center;
	color: #000;
}
#username {
	font-size: 14px;
	text-align: right;
	margin-top: 10px;
}
.flash {
	color: #0069b4;
}
.flash-colour {
	color: #e06f1c;
}
.blue {
	color: #382d7a;
}
.logo {
	padding-bottom: 20px;
	margin-top: 7px;
}
.logo img {
	max-width: 80%;
}
.logo a {
	display: block;
}

#topbar {
	background-color: #fff;
	padding: 10px 10px 0 0; /* Large padding which will shrink on scroll (using JS) */
	transition: 0.4s; /* Adds a transition effect when the padding is decreased */
	position: fixed; /* Sticky/fixed topbar */
	width: 100%;
	top: 0; /* At the top */
	z-index: 99;
}

/* Add responsiveness - on screens less than 580px wide, display the topbar vertically instead of horizontally */
@media screen and (max-width: 1199px) {
	#topbar {
		padding: 10px 10px 0 0 !important; /* Use !important to make sure that JavaScript doesn't override the padding on small screens */
	}
}
#content{
	position:relative;
}
#menubalk {
	position: relative;
	clear: both;
	z-index: 10;
}
#hoofdmenu {
	clear: both;
}
#header {
	position:relative;
	z-index: 1;
	margin-top: 140px;
}
.bovenbalk, .iconbalk {
	clear: both;
	float: right;
	min-height: 35px;
}
.wholesaler {
	position: absolute;
	top: 0;
	right: 0;
	width: 15%;
	z-index: 99;
}
.tp-caption {
	vertical-align: center;
	margin-left: 100px !important;
	padding: 20px 0 0 150px !important;
	color: #ffffff;
}
.tp-caption h1 {
	color: #ffffff;
	font-size: 34px !important;
	line-height: 40px !important;
}
.tp-caption p {
	color: #ffffff;
	/* font-size: 20px !important; */
	/* line-height: 30px !important; */
	margin-top: 20px;
}
#content{
	background-color: #ffffff;
	position: relative;
}
.contenthome {
	vertical-align: top;
	text-decoration : none;
    position: relative;
	color:#281d68;
	min-height: 250px;
	font-size: 18px;
}
.content, .content-bestellen {
	vertical-align: top;
	text-decoration : none;
    position: relative;	
	padding: 20px;
	min-height: 250px;
}
.content h1, .content h2, .contenthome h1, .contenthome h2 {
	color:#281d68;
	text-transform: uppercase;
}
.content h1, .contenthome h1 {
    line-height: 1.5em;
    margin: 20px 0;
	position: relative;	
}	
.text-justify {
	text-align: justify;
	padding-top: 20px;
	padding-bottom: 20px;  
}

/* HYPERLINKS  */
a:link {
	color: #000000;	
	text-decoration : underline;
	font-weight: none;
}
a:visited {
	color: #000000;	
	text-decoration : underline;
	font-weight: none;
}
a:hover {
	color: #000000;	
	text-decoration : underline;
	font-weight: none;
}
a:active {
	color: #000000;	
	text-decoration : underline;
	font-weight: none;
}

/* AFBEELDINGEN */
img { 
	border: 0px; 
	max-width: 100%;
	height: auto;
}
a img
{
	border: 0;
}

/* INPUTS */
input, option, textarea {
	font-size: 10pt;
	color:#000000;
	text-decoration:none;
}
label {
	width: 150px;
	float: left;
	margin: 0px !important;
	padding: 0px !important;
}
input {
	margin-bottom: 2px;
}
input#button2, input[type="submit"], input[type="button"], button, .button {
    background: #281d68;
    border: none;
    color: #ffffff;
    padding: 5px !important;
	margin-left: 5px;
}
input#button2:hover, input[type="submit"]:hover, input[type="button"]:hover, button:hover, .button:hover {
    background: #281d68;
}

/* ZOEKEN */
#search {
	width: 240px;
	height: 47px;
	vertical-align: top;
	padding-top: 13px;
	padding-left: 7px;
}
#search form {
	height: 10px;
	margin: 0;
	padding: 0 0 0px 0px;
}
#search fieldset {
	margin: 0;
	padding: 0 0 0px 0px;
	border: none;
}
/* Opmaak invulveld */
#search-text {
	width: 120px;
	height: 24px;
	border: none;
	text-transform: lowercase;
	border: 1px #000000 solid;
}
/* Button 'Zoeken' verbergen */
#search-submit {
	font-size: 10pt;
	color:#000000;
	text-decoration:none;
	border: none;
	background-color: #e1e8f4;
}
#advanced-search {
	margin-bottom: 20px;
}
.toggle {
    background: #281d68;
    border: none;
    color: #ffffff;
	font-size: 10pt;
    padding: 9px !important;
	margin-left: 5px;
}
.toggle:hover {
	background: #281d68;
}
a.toggle:hover{
    color: #ffffff !important;
	text-decoration: none;
}
/* PAGINA NAVIGATIE*/
div.pageNav { 
	margin-top: 15px; 
	margin-bottom: 15px; 
	float: right; 
}
/* Niet huidige pagina's en volgende/vorige pagina */
div.pageNav a.next, div.pageNav a.prev, div.pageNav a.page { 
	background-color: #e06f1c; 
	border: 1px solid #ffffff; 
	color: #ffffff; 
	padding: 2px 5px; 
}
div.pageNav a.page { 
	margin-left: 2px; 
	margin-right: 2px; 
}
/* Huidige pagina */
div.pageNav a.current { 
	background-color: #382d7a; 
	border: 1px solid #b3c4e2; 
	font-weight: bold; 
	color: #ffffff; 
}
div.pageNav a.next, div.pageNav a.prev { 
	margin-left: 6px; 
	margin-right: 6px; 
}
div.pageNav a { 
	text-decoration: none; 
}

/* CUSTOM  */
.nopadding {
	padding: 0px !important;
	margin: 0px !important;
}
#productTable tbody tr:nth-child(even) , #statsTable tbody tr:nth-child(even), .even {
    background-color: #dff2fd;
}
table.dataTable tbody th, table.dataTable tbody td {
    padding: 1px 0 1px 10px !important;
}
.datepick-month-header, .datepick-month-header select, .datepick-month-header input {
    height: 1.75em !important;
	margin: 0px !important;
    font-size: 13px !important;
 }
 .ui-widget {
	font-family: 'Baloo 2', cursive !important;
	font-size: inherit;
}
.ui-widget-header {
    background: #36a9e1 !important;
    background: #281d68 !important;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: #dff2fd !important;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	background: #36a9e1 !important;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff !important;
}
/* FOOTER */
#footer{
	background-color: #281d68;
	color:#ffffff;
	font-weight: 300;
	padding: 20px 0;
}
.footercontent{
	padding-top: 3px;
}
.footercontent .col-md-4 a{
	color:#ffffff;
	font-weight: 300;
	text-decoration:none;	
}
.footercontent a:hover{
	color:#ffffff;
	text-decoration:underline;
}
.footercontent h2{
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	color: #ffffff;
	margin: 10px 0 5px 0;
}
.footercontent ul{
	padding: 0;
}
.footercontent li{
	list-style-type: none;
}
.footerimage {
	max-width: 80%;
}
.whatsappimage {
	max-width: 15px;
}
footer p {
	margin: 5px auto;
	color: #281e69;
	text-align: center;
	font-size: 12px;
}

/* GERELATEERDE INFORMATIE */
#relatedinfo1 {
	background-color: #ffffff;
	padding: 30px 0;
}
#relatedinfo1home {
	background-color: #ffffff;
	padding: 0;
}
#relatedinfo2 {
	background-color: #bddecb;
	padding: 30px 0;	
}
#relatedinfo3 {
	background-color: #ffffff;
	padding: 30px 0;
}
#relatedinfo4 {
	background-color: #dff2fd;
	padding: 50px 0;	
}
#relatedinfo5 {
	background-color: #cce1f0;
	padding: 10px 0;	
}
.relatedinfo {
	color: #000000;
	margin: 50px 10px;
	padding: 0 30px;
}
a.related-button {
	color: #281d68;
	text-transform: uppercase;
	text-decoration: none;
}
.related-link {
	float: left;
	border: 2px solid #281d68;
	border-radius: 3px;
	padding: 5px 10px;
	margin-top: 25px;
	margin-bottom: 25px;
}
.related-bg {
	background-size: cover;
	background-position: center center;
}
.center {
	text-align: center;
}
.related4-link {
	clear: both;
	border: 2px solid #281d68;
	border-radius: 3px;
	padding: 5px 10px;
	margin-top: 25px;
	margin-bottom: 25px;
}
.relatedinfo5 {
	text-align: center;
	font-size: 20px;
	font-style: italic;
	font-weight: 600;
	color: #281d68;
}
.relatedinfo5-image {
	max-height: 50px;
	margin-right: 20px;
}
.relatedinfo5-content {
    display: inline-block;
}
/* MENU */
.menu-content {
    padding: 0 0 0 50px;
}
.collapsible-menu {
    background-color: #281d68;
    padding: 0px 30px;
	position: relative;
    z-index: 3;
}
.dropdown {
	position: absolute;
	left: 0;
}
.menu-img {
	padding-left: 80px;
}
.menu-img img {
    max-width: 50%;	
	margin-bottom: 40px;
}
.social {
	padding-left: 90px;
}
.social img {
    /* max-width: 50%; */
}
.socialimg {
	float: left;
	max-width: 50px;
    width: 50px;
}
img.socialimg {
	max-width: 30px;
    width: 30px;	
	margin-right: 10px;	
}
.socialmargin {
	clear: both;
	margin-bottom: 40px;
}
.collapsible-menu ul {
    list-style-type: none;
    padding: 0;
}
.collapsible-menu a {
    display:block;
    padding: 10px;
    text-decoration: none !important;
	color: #fff !important;
    text-transform: uppercase;
    font-size: 18px;	
}
.collapsible-menu label {
    display: block;
    cursor: pointer;
    background: url('afbeeldingen/menu-icon.png') no-repeat left center;
	background-size: contain;
    padding: 10px 0 10px 50px !important;
	color: #291f69;
	font-size: 16px;
	text-transform: uppercase;
	height: 40px;
}
input#menu {
    display: none;
}
input:checked +label {
    background-image: url('afbeeldingen/close.png');
    margin-top: 15px !important;	
}
.menu-content {
    max-height: 0;
    overflow: hidden;
    padding: 0 0 0 50px;
}
/* Toggle Effect */
input:checked ~ label {
    background-image: url('afbeeldingen/close.png');
    margin-top: 15px !important;	
}
input:checked ~ .menu-content {
    max-height: 100%;
}

/* Team*/
.teamlid p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.teamlist {
	display: flex;
	flex-wrap: wrap;
	margin-left: -1500px;
	padding-left: 1500px;
	margin-right: -1500px;
	padding-right: 1500px;
	background-color: #dff2fd;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: -20px;
    margin-bottom: -20px;

}
.teamlist-item {
	display: flex; 
	padding: 30px 60px;
	width: 100%;

}
.team {
    color: #281d68;
    font-size: 2em;
}
@media all and (min-width: 40em) {
  .teamlist-item {
    width: 50%;
  }
}
@media all and (min-width: 60em) {
  .teamlist-item {
    width: 33.33%;
  }
}
.teamlist-content {
	background-color: #ffffff;
	padding: 15px;
	display: flex;
	flex-direction: column;
	width: 100%;
}
.teamlist-content p {
    flex: 1 0 auto;
	font-style: italic;
	font-size: 13px;
}
.teamlist-content img {
	width: 100%;
	max-width: 100%;
}
.naam {
	color: #281d68;
	font-weight: 600;
	padding: 5px 0 3px 0;
}
.functie {
	color: #281d68;
	padding: 0 0 5px 0;
	font-size: 90%;
}
/* NEWS */
.news_overview {
	margin-bottom: 20px;
}
hr{
	clear: both;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 2px solid #dff2fd;
}
.news-date-wrapper .news-date {
    font-size: 30px;
    margin-bottom: 1px;
}
.news-date-wrapper .news-month {
    font-size: 23px;
    margin-bottom: 5px;
}
.news-date-wrapper .news-year {
    font-size: 16px;
}
.news_overview_news_head {
    background: #1b72ad;
    border: 0px solid #fff;
    color: #ffffff;
}
.news_overview_message_image {

}
.news_overview_message {
	padding-top:5px;
	padding-right:10px;
}
.news_overview_title {
	font-size: 20px;
	color: #281d68;	
}
.news_overview_title {
	padding: 10px 0;
}
.news_readmore {
	float: left;
	border: 2px solid #281d68;
	border-radius: 3px;
	padding: 5px 10px;
	margin-top: 10px;
}
.news_readmore:hover {
    background: #dff2fd;
}
.news_readmore a {
	text-decoration: none;
}
.news_message {
	margin-bottom: 20px;
}
.news_message h1 {
	text-transform: none;
}
.news_message_top_back {
	float: right;
}
.news_message_top_bar {

}
.news_message_message {
	padding-top: 10px;
}
.news_message_top_bar h2 {
    font-size: 1.6em;
}
.news_message_top_bar .news-placed {
	font-style: italic;
}

/* REACTIEFORMULIEREN */
.form-horizontal .form-group {
    margin-right: 0px;
    margin-left: 0px;
}
.form-label {
	margin: 0 0 10px 5px !important;
	font-weight: 300;
}
.form-control {
    background-color: #dff2fd;
    border: 1px solid #36a9e1;
    border-radius: 0px;
}
.form-button {
	background: none !important;
	color: #281d68 !important;
	float: left;
	border: 2px solid #281d68 !important;
	border-radius: 3px;
	margin-top: 25px;
	margin-bottom: 25px;
	margin-left: 0px !important;
}	
.form-button a{
	text-transform: uppercase;
	text-decoration: none;
}
.full-width {
	width: 100%;
}

/* NAVIGATIE HOME */
.homenav {
    margin-top: -50px;
    position: relative;
    z-index: 2;
}
.homenav1 {
	background-color:#599ece;
}
.homenav2 {
	background-color:#3387c3;
}
.homenav1, .homenav2 {
	text-align: center;	
	padding: 15px 0px;
}
.homenav1 img, .homenav2 img {
	height: 50px;
}
.homenav1 span, .homenav2 span {
	color: #fff;
    white-space: nowrap;
    font-size: 12px;	
	text-transform: uppercase;
	padding-top: 10px;
    display: block;
}
.homenav1 a, .homenav2 a{
	text-decoration: none;
}
.ontop a{
	position: relative;
	z-index: 3;
}
.menubtn, .icon {
	height: 40px;
	float: left;
	margin-left: 20px;
}
.iconlabel {
    float: left;
    margin-top: 10px;
    font-size: 15px;
    font-weight: bold;
	color: #291f69;	
}
.showmobile {
	display: none;
}
.hidemobile {
	display: block;
}
/* MEDIA QUERIES */
@media(max-width:1199px){
	.showmobile {
		display: block;
	}
	.hidemobile {
		display: none;
	}	
	.collapsible-menu label {
		padding: 5px 0 10px 40px !important;		
		height: 30px;
		font-size: 13px;	
	}	
	.menubtn, .icon {
		height: 30px;
	}
	.iconlabel {
		margin: 5px 0 0 10px;
		font-size: 13px;
		font-weight: bold;
	}
	.tp-caption {
		margin: 10px 0 0 50px !important;
		padding: 20px 0 0 50px !important;
	}
	.tp-caption h1 {
		font-size: 24px !important;
		line-height: 30px !important;
	}
	.tp-caption p {
		font-size: 14px !important;
		line-height: 20px !important;
		margin-top: 20px;
	}
	#header {
		margin-top: 110px;
	}
}
@media(min-width:992px){
	#relatedinfo1 .container, #relatedinfo1home .container, #relatedinfo2 .container, #relatedinfo3 .container {
		display: flex;
	}
	.related-bg {
		flex: 1 0 auto;
	}	
}	
@media(max-width:991px){
	.iconlabel {
		display: none;
	}	
	.menu-img, .social {
		padding-left: 0px;
	}
	.social {
		padding-left: 0px;
	}	
	.related-bg {
		height: 250px;
	}
	.tp-caption {
		margin: 0px 0 0 25px !important;
		padding: 0 0 0 25px !important;
	}
	.tp-caption h1 {
		font-size: 22px !important;
		line-height: 30px !important;
	}
	.tp-caption p {
		font-size: 13px !important;
		line-height: 20px !important;
		margin-top: 15px;
	}		
}

@media(max-width:767px){
	.logo img {
		max-width: 50%;
	}	
	.iconbalk {
		margin-top: -50px;
	}	
	.collapsible-menu {
		padding: 0px;
	}
	.collapsible-menu label {
		padding-left: 0px !important;
	}
	input:checked ~ label {
		margin-left: 15px !important;
	}	
	.icon {
		max-width: initial;
	}	
	.collapsible-menu label {
		padding: 0px !important;		
	}
	.menubtn, .icon, .collapsible-menu label {
		height: 25px;
		width: 25px;		
	}
	.col-xs-6.col-md-6.ontop {
		padding: 0px !important;
	}
	.homenav {
		margin-top: -30px;
	}	
	.homenav1, .homenav2 {
		padding: 10px 0px;
	}	
	.homenav1 img, .homenav2 img {
		height: 30px;
	}
	.homenav1 span, .homenav2 span {
		font-size: 7px;	
		padding-top: 10px;
		display: block;
	}	
	#relatedinfo1 .container, #relatedinfo1home .container, #relatedinfo2 .container, #relatedinfo3 .container {
		padding: 0px;
		margin: 0px;
	}
	.related-bg {
		height: 250px;
	}
	.tp-caption {
		margin: 0 0 0 25px !important;
		padding: 0 0 0 25px !important;
	}
	.tp-caption h1 {
		font-size: 20px !important;
		line-height: 26px !important;
	}
	.tp-caption p {
		font-size: 12px !important;
		line-height: 16px !important;
		margin-top: 15px;
	}	
}
@media(max-width:500px){
	#header {
		margin-top: 75px;
	}	
	.menubtn, .icon, .collapsible-menu label {
		height: 25px;
		width: 25px;		
	}
	.homenav {
		margin-top: -15px;
	}	
	.menu-img img {
		max-width: 65%;
		margin-bottom: 20px;
	}	
	.homenav1 img, .homenav2 img {
		height: 30px;
	}
	.homenav1 span, .homenav2 span {
		display: none;
	}
	.tp-caption {
		margin: 0 0 0 15px !important;
		padding: 0 0 0 15px !important;
	}
	.tp-caption h1 {
		font-size: 16px !important;
		line-height: 22px !important;
	}
	.tp-caption p {
		font-size: 11px !important;
		line-height: 15px !important;
		margin-top: 15px;
	}	
}
@media(max-width:400px){
	.menubtn, .icon, .collapsible-menu label {
		height: 20px;
		width: 20px;
	}
	.menu-content {
		padding: 0;
	}	
	.homenav {
		margin-top: -20px;
	}	
	.homenav1 img, .homenav2 img {
		height: 25px;
	}	
	.tp-caption {
		margin: 0 0 0 15px !important;
		padding: 0 0 0 15px !important;
	}
	.tp-caption h1 {
		font-size: 14px !important;
		line-height: 20px !important;
	}
	.tp-caption p {
		font-size: 10px !important;
		line-height: 14px !important;
		margin-top: 15px;
	}		
}
@media(min-width:768px){
	#hoofdmenu {
		margin-top: 50px;	
	}
}

/* VETERINAIR */ 
.category {
	text-align: left; 
	display:inline-block; 
	margin-right: 10px; 
	width: 255px;
}
.category a, .category a:hover, .category_article a, .category_article a:hover, .category_article_title a, .category_article_title a:hover{
	text-decoration: none;
}
.category_text {
	padding: 5px;	
	background: #ffffffbb;
}
.category_article {
	background-color: #ffffff;
	display: inline-block; 
	position: relative;
	vertical-align: top;
	padding: 20px;
	text-align: center;
}
.category_thumbnail {
	margin: 0px 10px 5px 0px;
    position: relative;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-size: contain;
    height: 230px;
    width: 230px;
    padding: 0%;
    overflow: hidden;
    display:inline-block;	
}
.category_article_title {
	text-decoration: none;
	font-weight: bold;
	display: block; /* Fallback for non-webkit */
	display: -webkit-box;
	height: 42px; /* Fallback for non-webkit (=font-size*line-height*webkit-line-clamp) */
	margin: 0 auto;
	font-size: 16px;
	line-height: 1.4;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;	
}
.category_article_description {
	text-decoration: none;
	display: block; /* Fallback for non-webkit */
	display: -webkit-box;
	max-width: 250px;
	height: 36px; /* Fallback for non-webkit (=font-size*line-height*webkit-line-clamp) */
	margin: 0 auto;
	font-size: 13px;
	line-height: 1.4;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;	
}
.category_article_price {
	color: #281d68;
	font-size: 130%;
	font-weight: bold;
}
.category_article_price_strike {
	color: #ff0000;
	font-size: 100%;
	font-weight: normal;
	text-decoration: line-through;
	margin-right: 10px;
}
.category_cart {
	position: absolute;
	width: 100%;
	bottom: 10px;
	left: 0px;
}
.article {
	clear: both;
	display:inline-block; 
	width: 100%;	
}
.article label {
	font-weight: bold;
}
.article_thumbnail {
	margin: 0px 10px 5px 0px;
    position: relative;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-size: contain;
    height: 250px;
    width: 250px;
    padding: 0%;
    overflow: hidden;
    display:inline-block;
	float: left;	
}
.article_info {
	float: left; 
	width: calc(100% - 300px);
	min-width: 300px;	
	margin-bottom: 10px;	
}
.article_values {
	float: left;
	margin: 2px;	
}
.article_description {
	clear: both;
	padding: 10px;
	border: 1px solid #281d68;
}