/* 20240305092415 - v2 */
.gui,
.gui-block-linklist li a {
  color: #666666;
}

.gui-page-title,
.gui a.gui-bold,
.gui-block-subtitle,
.gui-table thead tr th,
.gui ul.gui-products li .gui-products-title a,
.gui-form label,
.gui-block-title.gui-dark strong,
.gui-block-title.gui-dark strong a,
.gui-content-subtitle {
  color: #000000;
}

.gui-block-inner strong {
  color: #848484;
}

.gui a {
  color: #1f3f69;
}

.gui-input.gui-focus,
.gui-text.gui-focus,
.gui-select.gui-focus {
  border-color: #1f3f69;
  box-shadow: 0 0 2px #1f3f69;
}

.gui-select.gui-focus .gui-handle {
  border-color: #1f3f69;
}

.gui-block,
.gui-block-title,
.gui-buttons.gui-border,
.gui-block-inner,
.gui-image {
  border-color: #8d8d8d;
}

.gui-block-title {
  color: #333333;
  background-color: #ffffff;
}

.gui-content-title {
  color: #333333;
}

.gui-form .gui-field .gui-description span {
  color: #666666;
}

.gui-block-inner {
  background-color: #f4f4f4;
}

.gui-block-option {
  border-color: #ededed;
  background-color: #f9f9f9;
}

.gui-block-option-block {
  border-color: #ededed;
}

.gui-block-title strong {
  color: #333333;
}

.gui-line,
.gui-cart-sum .gui-line {
  background-color: #cbcbcb;
}

.gui ul.gui-products li {
  border-color: #dcdcdc;
}

.gui-block-subcontent,
.gui-content-subtitle {
  border-color: #dcdcdc;
}

.gui-faq,
.gui-login,
.gui-password,
.gui-register,
.gui-review,
.gui-sitemap,
.gui-block-linklist li,
.gui-table {
  border-color: #dcdcdc;
}

.gui-block-content .gui-table {
  border-color: #ededed;
}

.gui-table thead tr th {
  border-color: #cbcbcb;
  background-color: #f9f9f9;
}

.gui-table tbody tr td {
  border-color: #ededed;
}

.gui a.gui-button-large,
.gui a.gui-button-small {
  border-color: #8d8d8d;
  color: #000000;
  background-color: #ffffff;
}

.gui a.gui-button-large.gui-button-action,
.gui a.gui-button-small.gui-button-action {
  border-color: #8d8d8d;
  color: #000000;
  background-color: #ffffff;
}

.gui a.gui-button-large:active,
.gui a.gui-button-small:active {
  background-color: #cccccc;
  border-color: #707070;
}

.gui a.gui-button-large.gui-button-action:active,
.gui a.gui-button-small.gui-button-action:active {
  background-color: #cccccc;
  border-color: #707070;
}

.gui-input,
.gui-text,
.gui-select,
.gui-number {
  border-color: #8d8d8d;
  background-color: #ffffff;
}

.gui-select .gui-handle,
.gui-number .gui-handle {
  border-color: #8d8d8d;
}

.gui-number .gui-handle a {
  background-color: #ffffff;
}

.gui-input input,
.gui-number input,
.gui-text textarea,
.gui-select .gui-value {
  color: #000000;
}

.gui-progressbar {
  background-color: #57b0a9;
}

/* custom */
/* show mollie integration */
#gui-checkout-payment-methods .gui-field .gui-input { border: 1px solid; padding: 5px 10px; }
#gui-checkout-payment-methods .gui-checkout-payment-provider .gui-payment-methods .gui-payment-method.gui-is-selected .gui-payment-method-form { display: inline-block !important; margin-left: 0; margin-top: 0; padding-top: 0; width: 100%; }
/* end */
.heading-home {
  text-align: center;
  font-size: 18px;
}

.column {
  width: 33.33%;
  padding: 10px;
  display: table-cell;
  float: left;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
  width: 100%;
}

@media screen and (max-width: 650px) {
  .column {
    width: 100%;
  }
}



.row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

.column {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
  padding: 0 0 10 10px;
  font-size: 14px;
}

.link-btn.double .contact-button {
    margin-left: -17px;
    margin-right: 0;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  	background-color: #123F6C;
}

 /* Sijmen LightspeedHQ - 03 Feb 2021 - Grijze waas categorieafbeelding - START */
.heading-wide figure:before, .module-featured .overlay figure:before {
opacity: 0!important; }
/* Sijmen LightspeedHQ - 03 Feb-2021 - END */

/* Lisette de Groot LightspeedHQ - 03 Feb 2021 - Witte rand navigatie bar - START */ 
.new #nav:before {
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    background-color: #123f6c;
    border-width: 0px;
}
/* Lisette de Groot LightspeedHQ - 03 Feb-2021 - END */

/* Lisette de Groot LightspeedHQ - 03 Feb 2021 - Grijze waas homepage banner - START */ 
.module-wide.overlay:before {
    background: var(--cod);
    opacity: 0;
}
/* Lisette de Groot LightspeedHQ - 03 Feb-2021 - END */

.paragraph-text h3{
		font-size: 13px;
		margin: 0;
	}
	.icon-image{
		float: left;
    	padding: 10px 10px 0px 0px;
    	width: 50px;
	}
	.paragraph-text{
		float: left;
        width: calc(100% - 50px);
	}
	.paragraph-text p{
		font-size: 12px;
		margin-top: 5px;
	}
	.main-card{
		width: 100%;
    	padding: 10px;
    	margin: auto;
	}
	.card{
		display: flex;
		padding-top: 10px;
		float: left;
		width: 50%;
        min-height: 110px;
	}
	@media(max-width: 480px){
		.card{
			padding: 10px;
			width: 100%;
		}
	}

@media screen and (max-width: 1250px){
	.trustmark {
    display: none;
  }
}

@media only screen and (min-width: 62.5em) {
  .new #top .bar.with-trustmark .list-usp {
      max-width: calc(100% - 0px);
  }
  
  #top .list-usp li {
    margin-right: 50px;
  }
  #top .trustpilot-widget {
    float: right;
    top: 10px;
}
}

@media (max-width: 1000px) {
  .long-range {
	font-size:10px !important;
}
  
 .new #top {
    height: 120px;
}
  
  .new #top .bar {
    height: 55px;
}
  
  
  
  #top .trust-pilot {
    top: 5px;
    bottom: 0px;
    position: absolute;
    width: 100%;
    height: 25px;
}
  
  .new #top .bar .list-usp {
    top: 20px;
}
  
 #top.v1 .list-usp .item {
    -webkit-justify-content: flex-start;
    justify-content: center;
    margin: 0 -18px !important;
    position: relative;
    left: -20px;
   padding: 2px 0;
   top:5px;
}
  
  #top .list-usp {
    line-height: 25px !important;
    text-align: center;
  }
}

@media only screen and (max-width: 75em) {
  
  
.new #root #top.v1 .list-usp {
    left: 20px;
    right: 150px;
    width: 100%;
}
/*   #top .list-usp li {
    font-size: 10px;
} */
}

@media screen and (max-width: 1225px) and (min-width: 1000px) {
    #top .list-usp li {
      font-size: 12px;
      margin-right: 15px;
  }
}
