@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../Fonts/glyphicons-halflings-regular.eot');
  src: url('../Fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../Fonts/glyphicons-halflings-regular.woff') format('woff'), url('../Fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../Fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}

/*productsmenu */
a.title {
	font-weight: normal;
}
a.bold {
	font-weight: bold;
}

/*language selector */
.top {
  z-index: 2000;
}
.taalselector .dropdown-menu.taal {
  width:380px;
  background: #fff;  
}
.taalselector .dropdown-menu.taal .col-md-6 {
  padding-left: 0;
  padding-right: 0;
}
.taalselector .btn-link.taal {
  width:380px;
}
@media (max-width: 767px) {
  .taalselector .dropdown-menu.taal {
    width:100px;
  }
  .taalselector .btn-link.taal {
    width:100px;
  }
}	

/* Product Slider */
.productslide {
	width: 100%!important;
	text-align: center!important;
	margin: 0 auto!important;
}
/* centering slides in case there are < 3 */
 .productslide > div {
   float: none;
   display: inline-block;
}
/* end centering slides in case there are < 3 */

/*Home headers */
.hometekst h1,
.rechts h1 {
	margin: 5px 0;
}
.newslist {
	margin-top: 20px;
}
.csc-sitemap ul	{margin:6px;}
.csc-sitemap li	{background:url(../img/li.png) no-repeat 8px 8px; padding:0 0 0 30px; line-height:22px; list-style:none;}

/* TEXT and IMAGES */
.image {
  display: block;
  margin-bottom: 20px;
  line-height: 1.42857143;
}
.image > img,
.image a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .image > img,
  .image a > img {
    margin: 0 auto;
  }
}
.image .caption {
  padding: 9px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
.image-row {
  margin-left: -15px;
  margin-right: -15px;
}
.image-column {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .image-column {
    float: left;
  }
}
.image-wrap {
  max-width: 100%;
}
.image-below .image-wrap {
  margin-top: 20px;
}
.image-center .image > img {
  margin: 0 auto;
}
.image-center-outer {
  width: 100%;
  position: relative;
  float: right;
  right: 50%;
}
.image-center-inner {
  width: 100%;
  position: relative;
  float: right;
  right: -50%;
}
.image-left .image-wrap {
  float: left;
}
.image-left .text {
  clear: left;
}
.image-right .image-wrap {
  float: right;
}
.image-right .text {
  clear: right;
}
.image-wrap:before,
.image-below:before,
.image-above:before,
.image-beside:before,
.image-intext:before,
.image-wrap:after,
.image-below:after,
.image-above:after,
.image-beside:after,
.image-intext:after {
  content: " ";
  display: table;
}
.image-wrap:after,
.image-below:after,
.image-above:after,
.image-beside:after,
.image-intext:after {
  clear: both;
}
.image-wrap:before,
.image-below:before,
.image-above:before,
.image-beside:before,
.image-intext:before,
.image-wrap:after,
.image-below:after,
.image-above:after,
.image-beside:after,
.image-intext:after {
  content: " ";
  display: table;
}
.image-wrap:after,
.image-below:after,
.image-above:after,
.image-beside:after,
.image-intext:after {
  clear: both;
}
.image-beside-left .image-wrap,
.image-intext-left .image-wrap {
  float: left;
  margin-left: -15px;
}
.image-beside-right .image-wrap,
.image-intext-right .image-wrap {
  float: right;
  margin-right: -15px;
}
.image-beside-left .image-wrap,
.image-beside-right .image-wrap,
.image-intext-left .image-wrap,
.image-intext-right .image-wrap {
  max-width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}
.image-beside-right,
.image-beside-left {
  overflow: hidden;
  zoom: 1;
}
.image-beside-right .text,
.image-beside-left .text {
  overflow: hidden;
  zoom: 1;
}
@media (max-width: 767px) {
  .image-beside-right .image-wrap,
  .image-beside-left .image-wrap {
    margin-left: -15px;
    margin-right: -15px;
    max-width: none;
    float: none;
  }
}
.image-header-1 .image-wrap,
.image-header-2 .image-wrap,
.image-header-3 .image-wrap {
  margin-top: 20px;
}
.image-header-4 .image-wrap,
.image-header-5 .image-wrap,
.image-header-6 .image-wrap {
  margin-top: 10px;
}

/*Tabel formatting */
.thHead {
	text-transform: uppercase;
	background: #EEF3FA;
}

.table > thead > tr > th.thHead  {
	border-bottom: 1px solid #DDD;
}

.tdLabel {
	text-align: left;
	font-weight: bold;
}
.tdValue {
	
}
table.logistics {
	margin-top: 20px;
}

/* Filter settings: reset cursor for level 1 and 2 */
.filterblok .level1, .filterblok .level2 {
	cursor: default;
	opacity: ;
}
.filterblok .level3 {
	cursor: pointer;
}
.filterblok .level1 a, .filterblok .level2 a {
	text-decoration: none;
}
.filterblok .level1 a:hover, .filterblok .level2 a:hover {
	text-decoration: underline;
}
.csc-form-element-submit .btn-primary {
    background-color: #004899;
    color: #ccc;	
}
.csc-form-element-submit .btn-primary:hover {
	color: #fff;
}

.level1 .filterinhoud, .level2 .filterinhoud  {
	display: none;
}
.level1, .level2 {
	border-bottom: none !important;
}
.downloadimage img.img-responsive{
	border: solid 1px #BDCFE9;
	padding: 5px;
}
.downloadimage img.img-responsive:hover {
	border: solid 1px #004899;
}

.customblokken .custom .afbeelding {
	 height:46px !important;
}

/* search button fix */
.block.sidebar button i {
    float: none;
}


/*
.topmenu .nav > li.num5:last-child a {
    border-right: solid 1px #F3941C;
    background: #F3941C!important;
    color: #fff;
}
*/


@media (min-width: 1200px) {
/*   .extrabreed.no-margin.landing {margin:0 -200px;}*/	
   .landing {margin:0 -200px;}
}
@media (max-width: 1200px) {
   .landing .New { left: 50px; top: 35%; margin: 0 0 0 0; }   
   .landing .Title { left: 30px; margin: 25px 0 0 0; top: 44%;}   
   .landing .Description {left: 30px; margin: 0 0 0 0; top: 77%;}     
   .landing .row {padding: 50px 50px;}   
}   
@media (max-width: 767px) {	

	.productinfo .embed-responsive-16by9 {
		padding-bottom: 0!important;
	}
	
	.homeslider	{border-bottom: none!important;}
   .landing .New { left: 50px; top: 8%; margin: 0 0 0 0; }   
   .landing .Title { left: 30px; margin: 25px 0 0 0; top: 20%; font-size: 40px!important;	}   
   .landing .Description {left: 30px; margin: 15px 0 0 0; top: 55%; font-size: 20px!important;	}     	
	.landing .image-beside-right .image-wrap,
	.landing .image-intext-right .image-wrap {
	  width: 100%;
	  padding-left: 0px;
	  padding-right: 0px;
	  margin: 0 auto;
	}
	.landing .image-beside-left .image-wrap,
	.landing .image-intext-left .image-wrap {
	  width: 100%;
	  padding-right: 0px;
	  padding-left: 0px;
	  margin: 0 auto;
	}	
    .landing .btn.actie {
      font-size:80%;
      line-height: 1;
    }	
}	

@media (min-width: 769px) and (max-width: 992px) {
  .landing  .btn.actie {
    font-size:85%;
    line-height: 1.2;
  }
}

/* END custom CSS Landing */


/*Hide this menu, not in user */
.submenu-mobiel {
    display: none;
}

ol li.csc-form-confirmation-true, ol li.csc-form-confirmation-false {
	background: none;
	display: inline;
}
/* Trick for SVG images which width/height 0 */
img[src$=".svg"] {
    height: auto;
    width: 100%;
}

.downloadimage {
	font-size: 0.9em;
}
.downloadimage .downloadlink{
	text-decoration: none;
	color: #004899;	
	font-size: 0.9em;
}


/* Quick fix for hiding last element in lists of some products based on EAn */
/*
#ean8713797081672 .attr ul li:last-child {
    display: none;	
}
*/

.dealerbutton {
	float: right;
	margin-top: 0;
}

.topmenu {
    max-width: 465px;
}

#ui-id-1 {
	z-index: 10000000;
}


/* Fixes due to upgrading to TYPO3 8.x */
.frame-type-bullets ul.list li        {
	background:url(../img/vink.png) no-repeat 4px 8px; padding:4px 0 4px 24px;
}
h1 p{
    font-family: 'Open Sans', sans-serif;
    font-size: 26px;
    line-height: 32px;
    font-weight: 400;
    margin-top: 0;
}

.teaser-text p:before {
    content :    '\a' ;
    white-space :    pre ;
}

ul.twocols {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}
.lidisabled {
    pointer-events:none; //This makes it not clickable
    opacity:0.6;         //This grays it out to look disabled
}


/*search function */
.autocomplete-suggestions {
    border: dotted 1px #BDCFE9!important;	
} 
.autocomplete-suggestion, .autocomplete-suggestion strong {
	color: #004899!important;
}
.autocomplete-suggestion:hover {
    background-color: #EEF3FA!important;	
} 

.topsearch .input-group {
	width: 100px; 
}

/* Style font awesome icons */

.btn-floating {
	width: 50px;
	height: 50px;
	padding: 15px;
	font-size: 17px;
	color: #ccc;
	float: left;
	text-align: center;
	text-decoration: none;
	margin: 5px;
	border-radius: 50%;
	display: block;
	background: #004699;
	opacity: 0.5;
}

.btn-floating:hover {
	color: #fff;
	opacity: 1;
}

.jssocials-share-link {
	border-radius: 50%;
}
.shareTitle {
	color: #004699;
	opacity: 0.5;
	text-align: right;
	font-weight: 600;
	margin: 15px 0;
}
a.jssocials-share-link {
	background: #004699!important;
	opacity: 0.5;
}
a.jssocials-share-link:hover {
	opacity: 1!important;
}

/* End style font awesome icons */

ul.newsroompagination {
	width:100%;
	border: dotted 1px #BCCFEA;
	text-align: right;
}
ul.newsroompagination li {
    display: inline-flex;
}
ul.newsroompagination li.active a, ul.newsroompagination li.active a:hover  {
    background: #EEF3FA;
    color: #000;
    background-color: #EEF3FA;
    border-color: #EEF3FA;
}

.footer .onder a {
    margin-left: 0px;
}

.footer .onder p.pull-left a {
    margin-left: 5px;
}
.bitrixForm .b24-form {
  display: none;
}
ol.breadcrumblist {
  padding-left:0;
}
ol.breadcrumblist li{
  background:none;
  margin:0;
  padding:0;
  list-style: none;
	display: inline-block;
	margin-bottom: 0;
	margin-left:0;
	margin-right: 0;
}
ol.breadcrumblist li.active a{
  text-decoration: none;
}

/* Lighbox product 12-11-2020 */
.productafbeelding .kolom:first-child {
  width: 100%!important;
  height: 100%!important;
}
.productafbeelding .kolom:first-child .image-center {
  width: 100%!important;
  height: 100%!important;
  margin: auto!important;
  width: 50%!important;
}
.productafbeelding .kolom:not(:first-child) {
  width: 23.5%!important;
  height: 25%!important;
  max-width: 100%;
  max-height: 100%;
  margin: 10px 1%;
}
.productafbeelding .kolom:nth-child(2) {
  margin: 10px 1% 10px 0;
}
.productafbeelding .kolom:last-child {
  margin: 10px 0 10px 1%;
}

@media (min-width: 992px)  {
  .hoofdmenu .dropdown-menu-breed .kolom {
    min-height: 500px;
  }
}

/* changes 210629: hoofdmenu navigatie kleuren */
.dropdown-menu {
  background-color: #009fe4;
}
.hoofdmenu {
    background-image:none; 
}
@media (min-width: 992px) {
  .hoofdmenu {
    background-color: #004899;
  }
}
.hoofdmenu .navbar .nav > li:hover > a,
.hoofdmenu .navbar .nav > li > a:hover, 
.hoofdmenu .navbar .nav > li > a:focus, 
.hoofdmenu .navbar .nav > .active > a:hover {background:#009fe4; color:#fff;}
.hoofdmenu .dropdown-menu a {
  color:#fff; 
}
.nav .open > a {
  background:#009fe4!important; 
  color:#fff!important;
}

@media (max-width: 992px) {
  .hoofdmenu .navbar-collapse .nav > li.opened {background:#009fe4;}
  .hoofdmenu .navbar-collapse .dropdown-menu {background:#009fe4;}
  .hoofdmenu .navbar-collapse .dropdown-menu > li > a, .hoofdmenu .navbar-collapse .dropdown-menu > li:first-child > a {background:#009fe4;}
  .topsearch .input-group { width: 230px; }
  .inhoud li { background-image: none;}  
}

@media (max-width: 979px) {
  .topsearch .form-control {
    background-image: none;
  }
  .hoofdmenu .navbar-header {
      background-image: none;
      background-color:#004899;
  }
}

#tx-solr-sorting .dropdown-menu {
  background: #fff;

}