* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 100;
  line-height: .91;
  color: #333;
  text-rendering: optimizeLegibility;
  background-color: #fff;
  overflow-x: hidden;
  overflow-y: scroll;
}

.clearfix {
  content: "";
  clear: both;
  display: table;
}

h2 {
  font-size: 180%;
  word-spacing: 2px;
  text-align: center;
  margin-bottom: 50px;
  color: hsl(201, 48%, 38%);
  letter-spacing: 1px;
}

h3 {
  margin: 50px 0;
  font-size: 125%;
  color: hsl(201, 48%, 38%);
}

.row {
  max-width: 1024px;
  margin: 0 auto;
}

.full-width {
  width: 100%;
}

.center-text {
  text-align: center;
}

.bg-black {
  background-color: #000;
}
.bg-light-grey {
  background-color: #ccc;
}

.main-nav {
  float: right;
  list-style: none;
  margin: 8px 0;
  background-color: #000;}

.main-nav li {
  display: inline-block;
  margin-left: 20px;
}

.main-nav li a:link,
.main-nav li a:visited {
  padding: 8px 0 7px 0;
  font-size: 80%;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  transition: all .2s;
}

.main-nav li a:hover,
.main-nav li a:active {
  color: #f00;
  border-bottom: 2px solid #f00;
}

.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}

.sticky .main-nav li a:hover,
.sticky .main-nav li a:active {
  color: #f00;
  border-bottom: 2px solid #f00;
}

.mobile-nav-icon {
  display: none;
  float: right;
  margin: 5px 20px;
  cursor: pointer;
}

.mni-b1, .mni-b2, .mni-b3 {
    width: 20px;
    height: 4px;
    margin-bottom: 4px;
    border-radius: 2px;
    background-color: #fff;
    transition: all .3s;
  }

  .mni-close .mni-b2 {
    opacity: 0;
  }
  .mni-close .mni-b1 {
    transform: translate(0, 8px) rotate(-45deg);
  }
  .mni-close .mni-b3 {
    transform: translate(0, -8px) rotate(45deg);
  }


.phone-nav {
  flex-shrink: 0;
  padding: 6px 0 20px 32px;
  background-image: url(../img/phone.png);
  background-repeat: no-repeat;
}

.phone-nav a:link,
.phone-nav a:visited {
  color: #0379fd;
  font-size: 120%;
  text-decoration: none;
  border-bottom: 2px solid #0379fd;
  transition: all .2s;
}

.phone-nav a:hover,
.phone-nav a:active {
  color: #f00;
  border-bottom: 2px solid #f00;
}

a:link,
a:visited {
  color: hsl(201, 48%, 48%);
  transition: color 0.2s;
}
a:hover,
a:active {
  color: inherit;
}

.logo-area {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 20px 0;
}

header {
  width: 100%;
  height: 90vh;
  clip-path: polygon(0 0, 100% 0, 100% 85%, 50% 100%, 0 85%, 0 0);
  background-image: linear-gradient(rgba(51, 111, 145, .3), rgba(51, 111, 145, .3)), url(../img/hero_1920px.jpg);
  background-position-x: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.welcome-box {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateY(250%);
}

.welcome-1,
.welcome-2 {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.welcome-1 {
  margin-bottom: 18px;
  color: hsl(201, 48%, 68%);
  font-size: 250%;
  font-weight: 400;
  text-shadow: 2px 2px hsl(201, 48%, 38%);
}

.welcome-2 {
  color: #fff;
  font-size: 125%;
  line-height: 125%;
}

footer {
  font-size: 80%;
  color: #f0f0f0;
  letter-spacing: 1px;
  background-color: #326F8F;
}

.ftr-1 {
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
  padding-bottom: 20px;
  border-bottom: 1px solid #555;
  color: #f0f0f0;
}

.ftr-1 .col {
  background-color: #326F8F;
  line-height: 22px;
}

.ftr-1 b {
  display: block;
  margin-bottom: 5px;
  color: #333;
  font-size: 120%;
}

.ftr-2 {
  padding-top: 20px;
  padding-bottom: 40px;
  text-align: center;
  line-height: 1.1;
  color: #bbb;
}

.ftr-1 a:link,
.ftr-1 a:visited,
.ftr-2 a:link,
.ftr-2 a:visited {
  text-decoration: none;
  color: inherit;
}

.ftr-1 a:hover,
.ftr-1 a:active,
.ftr-2 a:hover,
.ftr-2 a:active {
  text-decoration: underline;
  color: hsl(201, 48%, 18%);
}

p {
  margin-bottom: 20px;
  line-height: 125%;
}

section {
  margin-top: 80px;
}
section:last-of-type {
  margin-bottom: 30px;
}

a.link-emergency-call:link,
a.link-emergency-call:visited {
  display: block;
  width: fit-content;
  margin: 0 auto;
  margin-top: 3rem;
  padding: 1rem;
  border-radius: 5px;
  border: 2px solid hsl(201, 48%, 38%);
  background-color: #ffa500;
  font-size: 1.2rem;
  color: #000;
  text-decoration: none;
  text-align: center;
  transition: all .2s;
}
a.link-emergency-call:hover,
a.link-emergency-call:focus,
a.link-emergency-call:active {
  background-color: hsl(201, 48%, 48%);
  transform: scale(1.05);
  box-shadow: 0 0 25px hsl(201, 48%, 28%);
}


.fb-logo {
  margin-right: 16px;
}

.img-float-left {
  float: left;
  margin: 0 32px 20px 0;
  border: 1px solid #999;
  border-radius: 5px;
}
.img-float-right {
  float: right;
  margin: 0 0 20px 32px;
  border: 1px solid #999;
  border-radius: 5px;
}

a.offerte-aanvraag:link,
a.offerte-aanvraag:visited {
  display: inline-block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 3rem;
    padding: 1rem 1rem;
    border-radius: 5px;
    border: 2px solid hsl(201, 48%, 38%);
    background-color: hsl(201, 48%, 38%);
    font-size: 1rem;
    color: #fff;
    text-decoration: none;
    text-align: center;
    transition: all .2s;
  }
  a.offerte-aanvraag:hover,
  a.offerte-aanvraag:active {
    background-color: #ffa500;
    transform: scale(1.01);
  }
  
  .image-info {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 10px 5px;
    border-radius: 5px;
    background-color: rgba(175, 175, 175, .3);
    font-size: 8px;
    color: #666;
    transition: all .2s;
}
.image-info:hover {
  font-size: 14px;
}
.image-info a:link,
.image-info a:visited {
  color: inherit;
}
.image-info a:hover,
.image-info a:active {
  color: #f00;
}




.form-area {
  width: 80%;
  margin: 30px auto;
  text-align: center;
}

.text-field,
.text-field-small {
  margin-bottom: 10px;
  padding: 5px;
  border: 1px solid #666;
  border-radius: 5px;
}

.text-area {
  margin-bottom: 10px;
  padding: 5px;
  border: 1px solid #666;
  border-radius: 5px;
}

.loginform .text-field {
  width: 25ch;
}

.normal-form {
  width: 300px;
  margin: 0 auto;
}

.text-field-xbt /* eXclude BoT */
{
  display: none;
  visibility: hidden;
}

.normal-form .text-field-small {
  width: 100%;
}

.normal-form .text-field,
.normal-form .text-area {
  width: 100%;
}

.normal-form .text-area {
  height: 30ch;
}

.form-result-message {
  width: 70%;
  margin: 30px auto 50px;
  padding: 10px;
  border-radius: 5px;
  border: 2px solid hsl(201, 48%, 38%);
  background-color: hsl(201, 48%, 68%);
  font-size: 80%;
  letter-spacing: 1px;
}

.form-result-message ul {
  list-style: none;
}

.form-result-message li {
  padding: 3px 5px;
  background-color: hsl(201, 48%, 38%);
  color: #fff;
  line-height: 1.1rem;
  text-align: left;
}
.form-result-message li + li{
  margin-top: 8px;
}

.loginform .std-button,
.normal-form .std-button {
  margin: auto;
  margin-top: 2rem;
  padding: .4rem 1.8rem;
  border-radius: 5px;
  border: 2px solid hsl(201, 8%, 38%);
  background-color: hsl(201, 48%, 38%);
  font-size: 1rem;
  color: #fff;
  text-align: center;
  cursor: pointer;
}

.loginform .std-button:hover,
.loginform .std-button:focus,
.normal-form .std-button:hover,
.normal-form .std-button:focus {
  background-color: hsl(201, 48%, 48%);
  background-color: #ffa500;
}

.chars-counter {
  width: fit-content;
  margin: 10px auto;
  padding: 10px 30px;
  border: 2px solid hsl(201, 48%, 38%);
  border-radius: 5px;
  font-size: 80%;
}

.list-home {
  display: flex;
  justify-content: center;
}
.list-home li {
  padding: 5px 0;
  list-style-type: none;
}
.lst-mark {
  margin-right: .3em;
  font-size: 150%;
  color: #ffa500;
  text-shadow: 1px 1px hsl(201, 48%, 38%);
}

ol li h4 {
  color: #ffa500;
}

ol li {
  padding: 5px 0;
  line-height: 125%;
}

.list-terms-index {
  margin-bottom: 20px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: .8rem;
  color: #555;
  line-height: 1.25;
}
.list-terms-index li {
  list-style-type: none;
  font-size: .8rem;
  color: inherit;
}

.list-terms-index h4 {
  padding: 30px 0 8px;
}

.list-terms-index li ol li {
  margin-left: 30px;
  list-style-type: decimal;
}

strong {
  font-weight: 700;
}

.form-terms-links {
  margin-top: 20px;
  font-size: 80%;
  line-height: 125%;
}