/*!
 * Bootstrap v4.5.2 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
 
 :root {
  --dsg-primary: #2467A1;
  --dsgsecondary: #f2f2f2;
  --background: #fcfcfc;
  --font: black; 
}

.site-grid.wrapper-fluid {
	width: 1400px;
	margin: 0px auto;
}

.container-header header {
	
max-width: 1400px !important;
}

.introbox {
	text-align: center;
	margin-bottom: 40px;
}

 
 .container-component, .site-grid, .container-header {
	background: #fcfcfc !important;
}

.navbar {
	padding: 0px !important;
}

  .container-header {
	  background: white;
  }
  
 
  
  .greybar {
	  background-color: #f1f1f1;
  }
  
  .dhplogo {
	  padding-left: 0px !important;
  }
  
  .topbox {
    text-align: left;
    border-left: 1px #2467A1 solid;
}




.#2467A1box {
    border-radius: 15px;
    background: var(--dsg-primary);
    padding: 15px;
    color: white;
	min-height: 200px;
	margin-bottom:10px;
}

.refbox .col-12 {
    margin-top: 35px;
    margin-bottom: 35px;
}
.refbox img {
  max-width: 160px;
  height: auto;
  max-height: 50px;
  width: auto;
	filter: grayscale(100%);
}

.productbox {
	border-radius: 10px;
	border: solid 1px #fcbe1d;
	padding: 30px;
	text-align: center;
}

.whitebox {
	margin: 10px;
	padding: 10px;
}

.dsgbox1 {
    background: var(--dsgsecondary) !important;
    border-radius: 15px;
    padding: 15px;
}

.faqbox {
    border-top: 1px solid var(--dsgsecondary);
    padding-left: 15px;
    border-bottom: 1px solid var(--dsgsecondary);
    margin-left: 5px;
}

.greybox {
	margin-top: 30px;
	margin-bottom: 30px;
}

.toprow img{
	border-radius:12px;
}

.topbox {
	padding-left: 15px;
}

.usphor {
	color: #2467A1;
}

.topsection, .middlesection, .testimonialsection, .darksection {
	margin-top:40px;
	margin-bottom: 40px;
}

/*titles*/
.topbox h1, .introbox h1 {
    color: black !important;
    font-size: 34px !important;
  
    font-family: 'Titillium Web', sans-serif !important;
    font-weight: 1400 !important;
}

a.projectlink {
	color: black;
	text-align: center;
	font-weight: 700;
}

.toepassingenbottom-middle a {
	color: black;
	text-transform: uppercase;
	font-size: 18px;
}

a.productlink {
	color: black !important;
	font-size: 20px;
	font-weight: 900;
}

	



.#2467A1box h3 {
	  padding-top: 30px;
	  text-transform: uppercase;
	  font-size: 24px !important;
}
	

.faqbox h2, .darkbox h2, .reviewbox h2, .greybox h2, .blog-item h2 a {
	  color: black;
	  padding-top: 30px;
	  text-transform: uppercase;
	  font-weight: 900;
	  margin-bottom: 30px;
}



.#2467A1box h2 {
	color: white !important;
}

.darkbox h3, .reviewbox h3 {
	  color: black !important;
	  text-transform: uppercase;
}

/*text*/
.introbox p {
	width: 70%;
	font-size: 14px;
	margin: 0px auto;
}

.introbox2 p {
	
	font-size: 19px;
	margin-bottom: 30px;
}

.productbox p {
	text-align: center;
}

/* menu */
 
 .topnav {
  overflow: hidden;
  background-color: white;
}

.topnav a {
  float: left;
  display: block;
  color: grey;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.active {

  color: #2467A1;
}

.topnav .icon {
  display: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 17px;    
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {

  color: #2467A1;
}

.dropdown-content a:hover {

  color: #2467A1;
}

.dropdown:hover .dropdown-content {
  display: block;
}
/*blocks*/

.whitebox {
	padding:10px;
}
.toepassingencontainer {
    position: relative;
    text-align: center;
    color: white;
}

.toepassingencontainer img {
	border-radius: 12px;
}

.toepassingenbottom-left {
    color: #333;
    padding: 10px;
    border-top-right-radius: 13px;
    margin-left: -10px;
}

.toepassingencontainer .toepassingenbottom-left {
    position: absolute;
    bottom: -1px;
    left: 0px;
    font-size: 18px;
    background: white !important;
}

.toepassingencontainer .toepassingenbottom-middle {
    position: absolute;
    bottom: 0;
    font-weight: 600;
    left: 50%;
    transform: translate(-50%, 0%);
    color: black;
    background: white;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 10px;
    font-family: 'Titillium Web', sans-serif;
}

.toepassingencontainer a {
   
    background: white !important;
    padding: 10px !important;
    border-radius: 30px !important;
    left: -2px !important;
    font-weight: bold !important;
}

/* Style the buttons that are used to open and close the accordion panel */
.accordion {

  color: var(--dsg-primary);;
  cursor: pointer;
background: none;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  font-weight:bold;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
  text-transform: underline;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 0 18px;
  background-color: white;
  display: none;
  overflow: hidden;
}

.fa-check {
	background: #003682!important;
	padding: 7px;
	
	color: white;
}


/*menu*/

.mobilemenuck-bar-title, .maximenuckh ul.maximenuck {
	background: none !important;
	border-top: none !important;
	float: left !important;
}

.ul.maximenuck a {
	color: black !important;
}

div#maximenuck113 span.titreck {
	color: black;
}

div#maximenuck113 ul.maximenuck li.maximenuck.level1:hover, div#maximenuck113 ul.maximenuck li.maximenuck.level1.active, div#maximenuck113 ul.maximenuck li.maximenuck.level1.clickedck {
	background: noen !important;
}

/*carrousel */
.carousel-control-next, 
.carousel-control-prev {
  opacity: 1;
	color: black;
  width: auto;
  height: auto;
  padding: 30px;
  font-size: 24px;
  transition: all .2s ease;
}
.carousel-control-next:hover, 
.carousel-control-prev:hover {
  transform: scale(1.05);
  color: var(--dsg-primary);
}


.carousel-inner {
	padding-left: 10%;
	padding-right: 10%;
	margin-top: 50px;
}

.carousel-item {
	text-align: center !important;
	color: black;
	
}

.slideshow img {
	border-radius: 10px;
}

/*img*/
img {
  vertical-align: middle;
}



/* Hide the images by default */
.mySlides {
  display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  transform: translateY(-50%);
  color: white;
  font-weight: bold;
  font-size: 20px;
  text-decoration: none !important;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.prev {
  left: 15px;
}
.next {
  right: 15px;
}
.prev:hover,
.next:hover {
  color: #2467A1;
}
/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Container for image text */
.caption-container {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.slidecolumn {
  position: relative;
  width: 100%;
  height: calc(33.333% - 10px);
  min-height: 60px;
}
.slidecolumn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slidecolumn:not(:last-child){
  margin-bottom: 15px;
}

/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

/*sections*/
.site-grid>.full-width {
	border-bottom: 1px solid #f1f1f1;
	padding-bottom: 5px;
	padding-top:10px;
}

.darksection {
	background: #f8fafb;
text-align: center;
}

.darksection h2, .middlesection h2, .testimonialsection h2 {
	text-align: center;
		text-transform: uppercase;
		margin-top:40px;
		margin-bottom:40px;
}

.undersection, .middlesection {
	margin-top: 50px;
}

.middlesection img {
	border-radius: 10px;
}


/*video*/

.videowrapper {
    display: table;
    width: auto;
    position: relative;
    width: 100%;
    text-align: right;
}

.playpause {
	    background-image: url(https://www.dutchledprojects.nl/images/play.png);
    background-repeat: no-repeat;
    width: 30%;
    height: 30%;
    position: absolute;
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 0%;
    margin: auto;
    background-size: contain;
    background-position: center;
}

#video1 {
	    max-width: 100%;
    border-radius: 12px;
    text-align: right;
}

/*buttons*/
.btn-primary {
	background: var(--dsg-primary);
	color: white;
	border: none !important;
}

.productbox a.primarybutton {
text-align: center;
}

/*icons*/
.fa-star {
	color: orange;
}

@media (max-width: 1199px) {

.slidecolumn {
  float: left;
  margin-top: 15px;
  margin-bottom: 0;
  width: calc(33.333% - 10px);
  height: 80px;
}
.slidecolumn:not(:last-child){
  margin-right: 15px;
}

}


/*menu*/
@media all and (min-width: 992px) {
	.navbar{ padding-top: 0; padding-bottom: 0; }
	.navbar .has-megamenu{position:static!important;}
	.navbar .megamenu{left:0; right:0; width:100%; padding:20px;  }
	.navbar .nav-link{ padding-top:1rem; padding-bottom:1rem;  }
}

.container-header nav {
	background: none !important;
	float: right;
	width:100%;
}

.navbar a {
	color: black !important;
}

#main_nav .active a {
	color: #2467A1!important;
}

.nav-bartop {
	flex: 100%;
	max-width: 100%;
}

/*blog */
.page-item.active .page-link {
	background-color: #2467A1;
	border-color: #2467A1;
}
	
.blogbox a {
color: 	#2467A1;
}
