/* 20250820124017 - 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: #d20f0f;
}

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

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

.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: #d20f0f;
}

/* custom */
/* custom */
#service-cta-bar .col.px-2:nth-child(3) {
  display: none;
}

.list-box {
    overflow: hidden;
    list-style: none;
    margin: 22px 0 28px -16px;
    padding: 0;
    color: #000;
    font-weight: 700;
    line-height: 1.33333;
    text-align: center;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px; /* optional */
}

.list-box li {
    position: relative;
    z-index: 2;
    float: left;
    margin: 0 0 16px;
    padding: 36px 10px 30px;
    border-left: 16px solid rgba(0, 0, 0, 0);
    font-size: 16px;
}

@media only screen and (max-width: 47.5em) {
  	.list-box {
      grid-template-columns: 1fr 1fr;
    }
    .list-box li {
        margin: 0 0 8px;
        border-left-width: 8px;
        font-size: 11px;
        padding: 24px 12px 24px 12px;
    }
}

.list-box span {
    display: block;
    padding: 2px 0 0;
    font-weight: 400;
    font-size: .875em;
}

.list-box li:before {
    z-index: -1;
    border-radius: 4px;
    border: 1px solid #e0e0e0;
}

.list-box a {
    display: block;
    color: #000;
    text-decoration: none;
}

.list-box li:before {
    content: "";
    display: block;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    text-align: left;
    text-indent: -3000em;
}

.list-box i {
    display: block;
    margin: 0 0 30px;
    color: var(--highlight-color);
    font-size: 44px;
    line-height: 50px;
}

#about-us-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 40px 0;
}

#about-us-row .column {
  flex: 1 1 calc(33.333% - 20px);
  background: #f9f9f9;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 8px;
}

.half-width-map {
    width: 50%;
    float: left;
    padding: 5px;
    height: 53px;
    display: flex;
    align-items: center;
    border: 1px solid #2222;
    border-right: 0;
    border-top: 0;
}

.mobile-only.cats-outer .three-quarter-width {
    color: #000;
    font-size: 12px;
    line-height: 12px;
    margin-left: 10px;
}

.pin {
    position: absolute;
    cursor: pointer;
      -webkit-transition: 0.2s;
    transition: 0.2s;
    translate: -50% 0;
}
 img#landkaart {
    width: 80%;
}

@media only screen and (max-width: 1300px) {
.winkel {
    top: 50%;
    left: 14%;
  
  }
  
  .half-width-map2,
  .half-width-map3 {
      width: 100%;
  }
  
 .half-map-custom {
    min-height: auto;
    background: #202020;
    margin-bottom: 25px;
}
}



@media only screen and (max-width: 900px) {
  .pin img {
      width: 25px !important;
  }
  
  .map-outer {
   height: auto;
    z-index: 999;
    display: block;
    position: relative;
}
  
  img#landkaart {
    width: 100%;
}
  
  .pin1 {top: 32%; left: 39%;}
  .pin2 {top: 42%; left: 44%;}
  .pin3 {top: 26%; left: 43%;}
  .pin4 {top: 52%; left: 64%;}
  
  .half-width-map2,
  .half-width-map3 {
    width: 100%;
}
  
  .half-map-custom {
    min-height: auto;
    background: #202020;
}
  
#home-page-maps .winkel {
    top: 139%;
    width: 95%;
    left: 50%;
    transform: translate(-50%, -50%);
}
  
.half-width-map3.half-map-custom {
    margin-bottom: 435px;
}
  
  button.button-form-popup {
    padding: 10px !important;
    left: 5px;
}
  
    article.module-welcome.text-center {
        display: none;
    }
  
  .cols-a.d.inv {
    margin-top: 80px;
}
}

@media (max-width: 768px) {
  #about-us-row .column {
    flex: 1 1 100%;
  }
  .half-map-custom {
    width: 100%;
    min-height: auto;
    float: none;
}

div.winkel {
    left: 50%;
    top: 500px;
}

.map-outer {
    height: auto;
}

.map-outer {
    margin-top: 30px;
}

.half-width-map3.half-map-custom {
    margin-bottom: 400px;
}
}
