@font-face {
  font-family: "Vegur Regular";
  font-style: normal;
  font-weight: normal;
  src: local("Vegur Regular"), url("Vegur-R 0.602.woff") format("woff");
}

@font-face {
  font-family: "Vegur Medium";
  font-style: normal;
  font-weight: normal;
  src: local("Vegur Medium"), url("Vegur-M 0602.woff") format("woff");
}

@font-face {
  font-family: "Vegur Light";
  font-style: normal;
  font-weight: normal;
  src: local("Vegur Light"), url("Vegur-L 0602.woff") format("woff");
}

@font-face {
  font-family: "Vegur Bold";
  font-style: normal;
  font-weight: normal;
  src: local("Vegur Bold"), url("Vegur-B 0.602.woff") format("woff");
}

body {
}

.logo {
  width: 138px;
  height: 59px;
  background-image: url("../img/logo.svg");
  background-repeat: no-repeat;
  opacity: 1;
  margin-top: -2%;
}

.top2 {
  max-width: 1024px;
}

@media (max-width: 500px) {
  .logo {
    width: 115px;
    height: 49px;
  }
}

#nav {
  float: right;
  margin-top: -1%;
  position: relative;
}

#nav ul {
  float: left;
  width: auto;
  padding: 0;
  margin-top: 20px;
  list-style-type: none;
}

#nav a {
  float: left;
  width: auto;
  color: #838382;
  text-decoration: none;
  color: grey;
  margin-right: 15px;
  font-size: 16px;
  padding: 5px 15px 5px 15px;
  border-radius: 5px;
  transition: all 0.3s ease 0s;
}

#nav a:hover {
  background-color: #cc073c;
  color: white;
}

#nav .active {
  background-color: #cc073c;
  color: white;
}

#nav li {
  display: inline;
}

#nav li ul {
  display: none;
  position: absolute;
  height: auto;
}

#nav li:hover ul {
  display: block;
  left: 70.5%;
  z-index: 9999;
  background-color: #fff;
  color: #000;
  padding-top: 24px;
  margin-top: 32px;
}

#nav li ul:hover {
}

#nav li ul a {
  padding: 10px;
}

#nav li ul a:hover {
  width: 100%;
  background-color: #cc073c;
  border-radius: 0;
}

#nav ul ul:before {
  content: "";
  display: block;
  height: 20px;
  position: absolute;
  top: -20px;
  width: auto;
}

@media (max-width: 1000px) {
  .voordelen {
    flex-direction: column;
  }

  #nav {
    display: none;
  }
}

#threelines {
  background-image: url("../img/threelines.png");
  width: 45px;
  height: 32px;
  background-size: cover;
  background-repeat: no-repeat;
  float: right;
  display: none;
  margin-top: 1.5%;
}

#threelines:hover {
  cursor: pointer;
}

@media (max-width: 1000px) {
  #threelines {
    display: inline;
  }
}

.container-fluid {
  padding: 0;
  margin: 0;
}

.partners {
  display: inline;
}

.line {
  background-image: url("../img/dot.jpg");
  width: 100%;
  height: 19px;
  margin-top: 1%;
}

.partners h3 {
  color: #565654;
  font-size: 24px;
}

@media (max-width: 1200px) {
  .partners {
    display: none;
  }
}

#header {
  width: 100%;
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
  min-height: 609px;
  background-image: url("../img/header.jpg");
  overflow: auto;
}

#header2 {
  width: 100%;
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
  min-height: 341px;
  background-image: url("../img/header2.jpg");
  overflow: auto;
}

#header3 {
  width: 100%;
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
  min-height: 342px;
  background-image: url("../img/header3.jpg");
  overflow: auto;
}

#header4 {
  width: 100%;
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
  min-height: 342px;
  background-image: url("../img/header4.jpg");
  overflow: auto;
}

#header5 {
  width: 100%;
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
  min-height: 342px;
  background-image: url("../img/header5.jpg");
  overflow: auto;
}

@media (max-width: 768px) {
  #header {
    min-height: 350px;
    background-size: auto;
    margin-top: 2%;
  }

  #header2 {
    min-height: 200px;
    background-size: auto;
    margin-top: 2%;
  }
  #header3 {
    min-height: 200px;
    background-size: auto;
    margin-top: 2%;
  }
  #header4 {
    min-height: 200px;
    background-size: auto;
    margin-top: 2%;
  }
  #header5 {
    min-height: 200px;
    background-size: auto;
    margin-top: 12%;
  }
}

#heartbeat {
  width: 214px;
  height: 214px;
  margin-top: 3%;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
  background-image: url("../img/heartbeat.svg");
}

@media (max-width: 768px) {
  #heartbeat {
    width: 120px;
    height: 120px;
    background-size: 100%;
    background-repeat: no-repeat;
    margin-top: 10%;
  }
}

.title h1 {
  font-size: 60px;
  color: white;

  font-weight: bold;
}

.title h2 {
  font-size: 40px;
  color: white;

  font-weight: normal;
  line-height: 18px;
}

@media (max-width: 768px) {
  .title h1 {
    font-size: 35px;
  }

  .title h2 {
    font-size: 25px;
    line-height: 1px;
  }
}

@media (max-width: 640px) {
  .title h1 {
    font-size: 22px;
  }

  .title h2 {
    font-size: 17px;
    line-height: 1px;
  }
}

.btn_head {
  width: auto;
  background-color: transparent;
  border: 3px solid #fff;
  text-align: center;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 25px;
  padding-right: 25px;
  font-weight: bold;
  font-size: 23px;
  color: white;
  border-radius: 5px;
  transition: all 0.3s ease 0s;
}

.btn_head:hover {
  color: #fff;
  background-color: #cc073c;
  border: 3px solid #cc073c;
}

@media (max-width: 768px) {
  .btn_head {
    font-size: 13px;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 8%;
  }
}

.info {
  margin-top: 6%;
}

@media (max-width: 640px) {
  .info {
    margin-top: 45px;
  }

  .mar {
    margin-bottom: 45px;
  }

  .mar2 {
    margin-top: 45px;
  }
}

.info br {
  display: none;
}

.info h1 {
  font-size: 40px;
  color: #cc073c;
  font-weight: bold;
}

.info h2 {
  font-size: 40px;
  color: #565654;
  font-weight: bold;
  margin-top: -1%;
}

.info2 {
  max-width: 800px;
  margin-top: -1%;
  margin-left: auto;
  margin-right: auto;
  color: #838382;
}

.info2 p {
  margin-top: 4%;
  text-align: center;
  font-size: 17px;
}

.btn_info {
  width: auto;
  background-color: transparent;
  border: 2px solid #cc073c;
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: bold;
  font-size: 17px;
  color: #cc073c;
  border-radius: 5px;
  transition: all 0.3s ease 0s;
}

.btn_info:hover {
  width: auto;
  background-color: #cc073c;
  color: white;
}

@media (max-width: 768px) {
  .btn_info {
    font-size: 15px;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .btn_info:hover {
    width: 100%;
  }
  .info2 p {
    margin-top: 5%;
    text-align: center;
  }

  .info h1 {
    font-size: 30px;
  }

  .info h2 {
    font-size: 25px;
  }

  .info .first {
    margin-top: -15%;
  }

  .info2 {
    margin-top: -5%;
  }

  .info br {
    display: inline;
  }
}

.voordelen {
  text-align: center;
  display: flex;
  gap: 4px;
  background-color: #ececec;
}

.voordelen h2 {
  font-weight: bold;
  font-size: 36px;
}

@media (max-width: 480px) {
  .voordelen h1 {
    font-size: 25px;
  }
}

.head {
  color: #565654;
  margin-top: 5%;
  text-align: center;
  font-size: 18px;
}

.clock {
  width: 210px;
  height: 189px;
  background-image: url("../img/clock.png");
}

.phone {
  width: 210px;
  height: 189px;
  background-image: url("../img/phone.png");
}

.locate {
  width: 210px;
  height: 189px;
  background-image: url("../img/locate.png");
}

.chat {
  width: 210px;
  height: 189px;
  background-image: url("../img/chat.png");
}

.footer h3 {
  color: white;
  font-size: 24px;
}

.footer {
  color: white;
  font-size: 17px;
}

.footer input {
  border: none;
  width: 100%;
  color: #969696;
  border-radius: 3px;
  padding: 10px 15px 10px 15px;
  margin-bottom: 5px;
  font-style: italic;
}

.footer textarea {
  border: none;
  width: 100%;
  color: #969696;
  border-radius: 3px;
  padding: 10px 15px 10px 15px;
  margin-bottom: 5px;
  font-style: italic;
}

.footer .btn {
  border: 2px solid #fff;
  width: auto;
  height: auto;
  padding: 10px 20px 10px 20px;
  font-weight: bold;
  font-size: 17px;
  background-color: transparent;
  transition: all 0.3s ease 0s;
}

.footer .btn:hover {
  background-color: white;
  color: #a01339;
}

.footer a {
  color: white;
}

@media (max-width: 1200px) {
  .footer img {
    width: 80px;
    height: 80px;
  }
}

@media (max-width: 420px) {
  .footer .btn {
    width: 100%;
  }
}

#nav_m {
  width: 100%;
  height: auto;
  overflow: auto;
  position: fixed;
  left: 0;
  top: auto;
  z-index: 9999;
  display: none;
  background-color: white;
  -webkit-box-shadow: 0px 3px 4px 0px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 0px 3px 4px 0px rgba(50, 50, 50, 0.5);
  box-shadow: 0px 3px 4px 0px rgba(50, 50, 50, 0.5);
}

.menu_simple ul {
  padding: 0;
  width: 100%;
  list-style-type: none;
}

.menu_simple ul li a {
  text-decoration: none;
  font-weight: normal;
  color: #838382;
  padding: 10.5px 11px;
  background-color: #fff;
  display: block;
  border-bottom: #ececec solid 1px;
}

.menu_simple ul li a:hover,
.menu_simple ul li .current {
  color: white;
  background-color: #ececec;
  color: #333;
}

.menu_simple .last {
  border-bottom: 1px solid #fff;
}

.menu_simple .active {
  background-color: #cc073c;
  color: white;
}

.menu_simple .active:hover {
  background-color: #cc073c;
  color: white;
}

.menu_simple .drop {
  padding-left: 25px;
}

.bol_top {
  width: auto;
  height: 35px;
  background-color: #fff;
}

.bol_bottom {
  width: auto;
  height: 390px;
  padding: 10px 20px;
  background-color: #fff;
  text-align: center;
  font-size: 16px;
  color: #838382;
}

.bol_bottom h2 {
  font-size: 25px;
  font-weight: bold;
  color: #565654;
}

@media (max-width: 1200px) {
  .bol_bottom {
    height: 380px;
  }
}

@media (max-width: 1000px) {
  .bol_bottom {
    height: auto;
  }
}

.bol_top_1 {
  width: 70px;
  height: 70px;
  background-image: url("../img/bollen/1.png");
  position: relative;
  top: 35px;
  margin-left: auto;
  margin-right: auto;
}

.bol_top_2 {
  width: 70px;
  height: 70px;
  background-image: url("../img/bollen/2.png");
  position: relative;
  top: 35px;
  margin-left: auto;
  margin-right: auto;
}

.bol_top_3 {
  width: 70px;
  height: 70px;
  background-image: url("../img/bollen/3.png");
  position: relative;
  top: 35px;
  margin-left: auto;
  margin-right: auto;
}

.bol_top_4 {
  width: 70px;
  height: 70px;
  background-image: url("../img/bollen/4.png");
  position: relative;
  top: 35px;
  margin-left: auto;
  margin-right: auto;
}

.bol_top_5 {
  width: 70px;
  height: 70px;
  background-image: url("../img/bollen/5.png");
  position: relative;
  top: 35px;
  margin-left: auto;
  margin-right: auto;
}

.bol_top_6 {
  width: 70px;
  height: 70px;
  background-image: url("../img/bollen/6.png");
  position: relative;
  top: 35px;
  margin-left: auto;
  margin-right: auto;
}

.klanten img {
  margin-top: 4px;
}

@media (max-width: 1200px) {
  .klanten {
    text-align: center;
  }

  .klanten img {
    margin-top: 4px;
    width: 150px;
    height: 150px;
  }
}

.contact_2 {
  margin-left: auto;
  margin-right: auto;
}

.contact_2 input {
  background: none repeat scroll 0 0 #e6e6e6;
  border: medium none;
  border-radius: 3px;
  color: #565654;
  font-style: italic;
  margin-bottom: 5px;
  margin-top: 1%;
  padding: 16px 15px;
  width: 100%;
}

.contact_2 textarea {
  border: none;
  background: none repeat scroll 0 0 #e6e6e6;
  width: 100%;
  height: 237px;
  color: #565654;
  border-radius: 3px;
  padding: 10px 15px 10px 15px;
  margin-bottom: 5px;
  border: medium none;
  margin-top: 1%;
  line-height: 19.5px;
}

@media (max-width: 1025px) {
  .top {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    -webkit-box-shadow: 0px 3px 4px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 0px 3px 4px 0px rgba(50, 50, 50, 0.5);
    box-shadow: 0px 3px 4px 0px rgba(50, 50, 50, 0.5);
  }
}

.voordelen2 {
  left: 50%;
}

.partners-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.partners-container > a:first-child {
  margin-right: 30px;
}

.footer-pdf-link-container {
  display: flex;
  flex-direction: column;
}

/* Trauma PopUp */
.popup {
  position: fixed;
  bottom: 20px;
  left: 20px;
  min-width: 300px;
  background-color: white;
  border-radius: 15px;
  padding: 2rem 1.5rem 2rem 1.5rem;
  display: flex;
  flex-direction: column;
  box-shadow: rgba(0, 0, 0, 0.16) 0 10px 40px 0;
  z-index: 5000;
  display: none;
}

.popup * {
  text-align: center;
}

svg.close-button {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  color: #838382;
}

svg.alarm {
  margin: 0 auto 0.5rem auto;
  color: #cc073c;
}

.popup h3 {
  font-size: 24px;
  margin: 0;
  font-weight: 800;
  font-weight: 600;
}

.popup .description {
  font-size: 16px;
  color: #838382;
  margin: 0.4rem 0 1rem 0;
}

.popup .button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: unset;
  cursor: pointer;
  font-size: 17px;
  color: rgb(255, 255, 255);
  background-color: #cc073c;
  border-radius: 11px;
}

.popup .button a {
  color: rgb(255, 255, 255);
  text-decoration: none;
  width: 100%;
  height: 100%;
  padding: 0.8rem 2rem;
}

@media (max-width: 576px) {
  .popup {
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 0;
    padding: 2rem 1rem;
  }

  .popup .button {
    width: fit-content;
    margin: 0 auto;
    min-width: 230px;
  }
}
/* ----------------------------------------- */

@media (max-width: 1000px) {
  .footer_c {
    text-align: center;
  }

  .footer-pdf-link-container {
    align-items: center;
  }
}

.contact_buttons {
  display: none;
}

@media (max-width: 768px) {
  .contact_buttons {
    display: inline;
    padding: 80px;
  }

  .partners-container {
    flex-direction: column;
  }

  .partners-block {
    padding: 45px 0 !important;
  }

  .partners-container > a:first-child {
    margin-right: 0;
    margin-bottom: 30px;
  }

  .partners-container > img {
    max-height: 65px !important;
  }
}

@media (max-width: 1000px) {
  .footer_d {
    margin-top: 10%;
  }
}
