@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap');


body {
    font-family: Segoe, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    font-size: 17px !important;
    line-height: 1.42857;
    color: #777;
    background-color: #fff;
	font-weight:300;
}

p{
	font-size:17px;
	font-weight:400;
}

h4,
h4 a{
	font-family: Segoe, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
	font-size:17px;
	font-weight:300;
}

body,
li,
td,
input,
textarea,
select,
span,
div,
h2,
h2 a,
h3,
h3 a,
span
 {

     font: 1em / 1.4 Segoe, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
	 color:#777777;
}



h1,
h1 a {
   color:#777777;
   font-weight:300;
}

/* La Haye - specificaties Werk mobiel naast elkaar */
@media only screen and (max-width: 767px) {

  .werk-specs {
    display: block !important;
    width: 100% !important;
  }

  .werk-specs > .spec {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    width: 100% !important;
    padding: 7px 0 !important;
    margin: 0 !important;
    border-bottom: 1px solid #eeeeee !important;
  }

  .werk-specs > .spec > dt {
    display: block !important;
    width: 38% !important;
    min-width: 38% !important;
    max-width: 38% !important;
    flex: 0 0 38% !important;
    float: none !important;
    clear: none !important;
    margin: 0 !important;
    padding: 0 10px 0 0 !important;
    font-size: 13px !important;
    line-height: 1.35 !important;
    font-weight: 400 !important;
    box-sizing: border-box !important;
  }

  .werk-specs > .spec > dd {
    display: block !important;
    width: 62% !important;
    min-width: 62% !important;
    max-width: 62% !important;
    flex: 0 0 62% !important;
    float: none !important;
    clear: none !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 13px !important;
    line-height: 1.35 !important;
    box-sizing: border-box !important;
  }

  .werk-specs > .spec > dd a {
    font-size: 13px !important;
    line-height: 1.35 !important;
  }
}