body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
}

h1 {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 44px;
  line-height: 44px;
  font-weight: 400;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

h3 {
  margin-top: 0;
  margin-bottom: 5px;
  color: #77b52a;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
}

h4 {
  margin-top: 0;
  margin-bottom: 5px;
  color: #77b52a;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 0;
  margin-bottom: 5px;
  color: #646363;
  font-size: 14px;
  line-height: 18px;
}

.button {
  display: inline-block;
  padding: 4px 15px;
  background-color: #000;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.button.inloggen {
  margin-top: 60px;
  padding-top: 5px;
  padding-bottom: 5px;
  float: right;
  border-radius: 5px;
  background-color: #77b52a;
  font-size: 16px;
}

.button.brandbestrijding {
  margin-top: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 1px solid #77b52a;
  border-radius: 5px;
  background-color: transparent;
  box-shadow: none;
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease;
  color: #77b52a;
}

.button.brandbestrijding:hover {
  border-color: #383838;
  box-shadow: none;
  color: #383838;
}

.button.evacuatie {
  margin-top: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 1px solid #77b52a;
  border-radius: 5px;
  background-color: transparent;
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease;
  color: #77b52a;
}

.button.evacuatie:hover {
  border-color: #383838;
  color: #383838;
}

.button.agressie {
  display: inline-block;
  margin-top: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 1px solid #77b52a;
  border-radius: 5px;
  background-color: transparent;
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease;
  color: #77b52a;
}

.button.agressie:hover {
  border-color: #383838;
  color: #383838;
}

.button.ehbo {
  margin-top: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 1px solid #77b52a;
  border-radius: 5px;
  background-color: transparent;
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease;
  color: #77b52a;
}

.button.ehbo:hover {
  border-color: #383838;
  color: #383838;
}

.button.ehbo._2 {
  margin-left: 50px;
}

.button.initiatiecursus {
  margin-top: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 1px solid #77b52a;
  border-radius: 5px;
  background-color: transparent;
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease;
  color: #77b52a;
}

.button.initiatiecursus:hover {
  border-color: #383838;
  color: #383838;
}

.button.initiatiecursus._2 {
  margin-left: 50px;
}

.button.risicoanalyse {
  margin-top: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 1px solid #2298c7;
  border-radius: 5px;
  background-color: transparent;
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease;
  color: #2298c7;
}

.button.risicoanalyse:hover {
  border-color: #383838;
  color: #383838;
}

.button.ontruiming {
  margin-top: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 1px solid #2298c7;
  border-radius: 5px;
  background-color: transparent;
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease;
  color: #2298c7;
}

.button.ontruiming:hover {
  border-color: #383838;
  color: #383838;
}

.button.webshop {
  margin-top: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 1px solid #e82615;
  border-radius: 5px;
  background-color: transparent;
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease;
  color: #e82615;
}

.button.webshop:hover {
  border-color: #383838;
  color: #383838;
}

.section-intro {
  margin-top: 128px;
  background-image: url('../images/foto.jpg');
  background-position: 39% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-opleidingen {
  padding-top: 50px;
  padding-bottom: 30px;
  border-bottom: 1px solid #c2c2c2;
}

.section-footer {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #333;
}

.container-intro {
  padding: 100px 15px 120px;
}

.intro {
  width: 320px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 29px;
  font-weight: 200;
}

.column {
  margin-top: 40px;
  padding: 5px 20px 10px;
}

.container-footer {
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
}

.footer-logo {
  display: inline-block;
  margin-right: 40px;
  margin-bottom: 17px;
}

.nav-link {
  display: inline-block;
  margin-top: 5px;
  padding: 0px 30px 0px 10px;
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease;
  color: #646363;
  font-size: 15px;
  text-decoration: none;
}

.nav-link:hover {
  color: #77b52a;
}

.nav-link.w--current {
  color: #646363;
}

.footer-text {
  display: block;
  color: #6e6e6e;
  font-size: 14px;
  line-height: 20px;
}

.footer-mail {
  color: #6e6e6e;
  text-decoration: none;
}

.nav-menu {
  margin-top: 62px;
}

.navigation-container {
  padding-right: 15px;
  padding-left: 15px;
  background-color: #fff;
}

.pijler {
  color: #c2c2c2;
  font-size: 31px;
  font-weight: 400;
  text-align: center;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .3);
}

.consultancy {
  color: #2298c7;
}

.producten {
  color: #e82615;
}

.footer-voorwaarden {
  color: #6e6e6e;
  text-decoration: none;
}

.footer-tel {
  color: #6e6e6e;
  text-decoration: none;
}

.map {
  margin-top: 25px;
}

.adres {
  margin-top: 30px;
  color: #646363;
  line-height: 18px;
}

.adres.tel {
  text-decoration: none;
}

.adres.mail {
  text-decoration: none;
}

.bank {
  margin-top: 30px;
  color: #646363;
  line-height: 18px;
}

.section-contact {
  margin-top: 128px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.tabs-menu {
  width: 360px;
  margin-right: 50px;
  float: left;
  background-color: transparent;
}

.tabs {
  margin-top: 30px;
}

.tab-link {
  display: block;
  padding: 12px 10px 12px 20px;
  background-color: transparent;
  color: #646363;
}

.tab-link:hover {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: #f0f0f0;
}

.tab-link.w--current {
  padding-right: 10px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: #77b52a;
  color: #fff;
}

.tab-link.w--current:hover {
  background-color: #77b52a;
}

.tab {
  margin-top: 40px;
}

.text-block {
  display: inline-block;
  width: 300px;
  float: left;
}

.arrow {
  float: right;
  font-size: 12px;
}

.aantal {
  display: inline-block;
  margin-right: 15px;
  float: left;
  text-align: right;
}

.prijs {
  display: block;
  text-align: left;
}

.section-consultancy {
  padding-top: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #c2c2c2;
}

.section-producten {
  padding-top: 50px;
  padding-bottom: 50px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

html.w-mod-js *[data-ix="text"] {
  display: none;
}

@media (max-width: 991px) {
  h1 {
    margin-bottom: 15px;
    font-size: 38px;
  }
  .button.inloggen {
    margin-top: 40px;
  }
  .button.brandbestrijding {
    box-shadow: none;
  }
  .section-intro {
    margin-top: 98px;
    background-position: 42% 50%;
  }
  .brand-logo {
    width: 110px;
  }
  .container-intro {
    padding-top: 54px;
    padding-bottom: 54px;
  }
  .intro {
    width: 275px;
    font-size: 17px;
    line-height: 26px;
  }
  .nav-link {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0px;
    text-align: right;
  }
  .nav-menu {
    z-index: -3;
    display: block;
    margin-top: 0px;
    margin-right: 5px;
    margin-left: 558px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    background-color: #fff;
    box-shadow: inset 0 3px 2px 0 hsla(0, 0%, 64%, .5);
  }
  .menu-button {
    margin-top: 37px;
    margin-left: 30px;
    padding: 0px;
  }
  .menu-button.w--open {
    background-color: transparent;
  }
  .navbar {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .aantal {
    float: left;
  }
  .prijs {
    display: block;
  }
  .btn-1 {
    margin-right: 15px;
    float: left;
  }
  .opleiding {
    display: block;
    margin-bottom: 10px;
    color: #77b52a;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
  }
  .btn-2 {
    margin-right: 15px;
    float: left;
  }
  .btn-3 {
    margin-right: 15px;
    float: left;
  }
  .btn-4 {
    margin-right: 15px;
    float: left;
  }
  .btn-5 {
    margin-right: 15px;
    float: left;
  }
  .btn-6 {
    margin-right: 15px;
    float: left;
  }
  .btn-7 {
    margin-right: 15px;
    float: left;
  }
  .btn-8 {
    margin-right: 15px;
    float: left;
  }
  .btn-9 {
    margin-right: 15px;
    float: left;
  }
  .btn-10 {
    margin-right: 15px;
    float: left;
  }
  .opleiding-1 {
    margin-bottom: 30px;
  }
  .opleiding-2 {
    margin-bottom: 30px;
  }
  .opleiding-3 {
    margin-bottom: 30px;
  }
  .opleiding-4 {
    margin-bottom: 30px;
  }
  .opleiding-5 {
    margin-bottom: 30px;
  }
  .opleiding-6 {
    margin-bottom: 30px;
  }
  .opleiding-7 {
    margin-bottom: 30px;
  }
  .opleiding-8 {
    margin-bottom: 30px;
  }
  .opleiding-9 {
    margin-bottom: 30px;
  }
  .opleiding-10 {
    margin-bottom: 30px;
  }
  .opleidingen-mobile {
    margin-top: 40px;
    margin-right: 15px;
    margin-left: 15px;
  }
}

@media (max-width: 767px) {
  h1 {
    margin-bottom: 10px;
    font-size: 33px;
  }
  .button.inloggen {
    margin-top: 33px;
  }
  .section-intro {
    margin-top: 81px;
    background-position: 45% 50%;
  }
  .brand-logo {
    width: 100px;
    padding-left: 0px;
  }
  .container-intro {
    padding-top: 32px;
    padding-bottom: 32px;
    padding-left: 20px;
  }
  .intro {
    width: 240px;
    font-size: 15px;
    line-height: 24px;
  }
  .nav-link {
    padding-right: 25px;
  }
  .nav-menu {
    margin-right: 5px;
    margin-left: 360px;
  }
  .navigation-container {
    padding-right: 30px;
    padding-left: 20px;
  }
  .menu-button {
    margin-top: 30px;
  }
  .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .webshop-foto {
    display: block;
    width: 479px;
    margin-right: auto;
    margin-left: auto;
  }
  .opleidingen-mobile {
    margin-right: 20px;
    margin-left: 20px;
  }
}

@media (max-width: 479px) {
  h1 {
    margin-bottom: 0px;
    font-size: 23px;
  }
  .button.inloggen {
    margin-top: 35px;
  }
  .section-intro {
    margin-top: 78px;
    background-position: 42% 50%;
  }
  .section-opleidingen {
    padding-top: 30px;
  }
  .brand-logo {
    width: 80px;
    margin-top: 20px;
    padding-left: 0px;
  }
  .container-intro {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .intro {
    width: 175px;
    line-height: 23px;
  }
  .nav-link {
    padding-right: 0px;
    text-align: center;
  }
  .nav-menu {
    margin-right: 0px;
    margin-left: 0px;
  }
  .navigation-container {
    padding-right: 15px;
    padding-left: 20px;
  }
  .menu-button {
    margin-top: 32px;
    margin-right: 5px;
    margin-left: 25px;
  }
  .pijler {
    font-size: 23px;
  }
  .navbar {
    padding-top: 0px;
    padding-bottom: 10px;
  }
  .opleiding {
    font-size: 15px;
  }
}

