/* compiled by scssphp v0.6.3 on Thu, 13 Jan 2022 13:28:07 +0100 (0.1562s) */

@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@400;700&display=swap');
@font-face {
  font-display: swap;
  font-family: FontAwesomeBrands;
  src: local(FontAwesomeBrands), url("../draadcore/fonts/fontawesome-pro/fa-brands-400.woff2") format('woff2'), url("../draadcore/fonts/fontawesome-pro/fa-brands-400.woff") format('woff');
  font-weight: 400;
  font-style: normal;
  unicode-range: U0-5FF;
}
@font-face {
  font-display: swap;
  font-family: MyriadPro;
  src: local(MyriadPro), url("../../../../../../wp-content/themes/draadcore-child/fonts/MYRIADPRO-REGULAR.woff2") format('woff2'), url("../../../../../../wp-content/themes/draadcore-child/fonts/MYRIADPRO-REGULAR.woff") format('woff');
  font-weight: 400;
  font-style: normal;
  unicode-range: U0-5FF;
}
/* line 3, sass/menu.scss */
/* line 4, sass/menu.scss */
html #root #wrap_all #header.menu {
  position: fixed;
  width: 100%;
  z-index: 999999;
  background-color: white;
  top: 0 !important;
  padding: 0;
}
/* line 11, sass/menu.scss */
html #root #wrap_all #header.menu .container {
  max-width: 90%;
  min-width: 90%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
/* line 18, sass/menu.scss */
html #root #wrap_all #header.menu .logo-container {
  display: flex;
  align-items: center;
  margin: 20px 0;
  /* max-width: 250px;
   max-height: 70px;*/
}
/* line 25, sass/menu.scss */
html #root #wrap_all #header.menu #menu-hoofdmenu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100px;
  margin: 0;
}
/* line 30, sass/menu.scss */
html #root #wrap_all #header.menu #menu-hoofdmenu li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
/* line 34, sass/menu.scss */
html #root #wrap_all #header.menu #menu-hoofdmenu li a {
  padding: 40px 2vh;
}
@media only screen and (max-width: 85.3125rem) {
  html #root #wrap_all #header.menu #menu-hoofdmenu li a {
    padding: 40px 1vh;
  }
}
/* line 41, sass/menu.scss */
/* line 42, sass/menu.scss */
html #root #wrap_all #header.menu #menu-hoofdmenu li:hover > a {
  color: #f59d1d;
}
/* line 46, sass/menu.scss */
/* line 47, sass/menu.scss */
html #root #wrap_all #header.menu #menu-hoofdmenu .current-menu-item a {
  color: #f59d1d;
}
/* line 51, sass/menu.scss */
html #root #wrap_all #header.menu #menu-hoofdmenu a {
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: black;
  text-decoration: none;
  font-family: 'Merriweather';
}
@media only screen and (max-width: 85.3125rem) {
  html #root #wrap_all #header.menu #menu-hoofdmenu a {
    font-size: 16px;
  }
}
/* line 66, sass/menu.scss */
html #root #wrap_all #header.menu #menu-hoofdmenu .menu-item-has-children {
  padding-right: 40px;
}
/* line 69, sass/menu.scss */
html #root #wrap_all #header.menu #menu-hoofdmenu .sub-menu {
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  display: none;
  position: absolute;
  min-width: 300px;
  max-width: 400px;
  top: 100px;
  padding: 0 15px 0 0;
  background: white;
}
/* line 78, sass/menu.scss */
html #root #wrap_all #header.menu #menu-hoofdmenu .sub-menu a {
  font-size: 14px;
  color: black;
}
/* line 82, sass/menu.scss */
html #root #wrap_all #header.menu #menu-hoofdmenu .sub-menu li {
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  max-height: 0;
  opacity: 0;
  padding: 20px;
}
/* line 88, sass/menu.scss */
html #root #wrap_all #header.menu #menu-hoofdmenu .sub-menu li:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='far' data-icon='arrow-right' class='svg-inline--fa fa-arrow-right fa-w-14' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%231E9EDA' d='M218.101 38.101L198.302 57.9c-4.686 4.686-4.686 12.284 0 16.971L353.432 230H12c-6.627 0-12 5.373-12 12v28c0 6.627 5.373 12 12 12h341.432l-155.13 155.13c-4.686 4.686-4.686 12.284 0 16.971l19.799 19.799c4.686 4.686 12.284 4.686 16.971 0l209.414-209.414c4.686-4.686 4.686-12.284 0-16.971L235.071 38.101c-4.686-4.687-12.284-4.687-16.97 0z'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 14px;
  height: 24px;
  position: absolute;
  right: 0;
  top: calc(50% - 7px);
}
/* line 99, sass/menu.scss */
html #root #wrap_all #header.menu #menu-hoofdmenu .menu-item-has-children:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='far' data-icon='arrow-down' class='svg-inline--fa fa-arrow-down fa-w-14' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%231E9EDA' d='M441.9 250.1l-19.8-19.8c-4.7-4.7-12.3-4.7-17 0L250 385.4V44c0-6.6-5.4-12-12-12h-28c-6.6 0-12 5.4-12 12v341.4L42.9 230.3c-4.7-4.7-12.3-4.7-17 0L6.1 250.1c-4.7 4.7-4.7 12.3 0 17l209.4 209.4c4.7 4.7 12.3 4.7 17 0l209.4-209.4c4.7-4.7 4.7-12.3 0-17z'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  top: calc(50% - 10px);
}
/* line 109, sass/menu.scss */
/* line 110, sass/menu.scss */
html #root #wrap_all #header.menu #menu-hoofdmenu .menu-item-has-children:hover .sub-menu {
  display: block;
}
/* line 112, sass/menu.scss */
html #root #wrap_all #header.menu #menu-hoofdmenu .menu-item-has-children:hover .sub-menu li {
  opacity: 1;
  max-height: 50px;
}
/* line 119, sass/menu.scss */
html #root #wrap_all #header.menu #menu-hoofdmenu .button-colored {
  height: 50px;
  width: 200px;
  background-image: linear-gradient(101deg, #1e9eda 2%, #1e84da 98%);
  -webkit-box-shadow: 5px 5px 0 0 #f59d1d;
  box-shadow: 5px 5px 0 0 #f59d1d;
}
/* line 124, sass/menu.scss */
html #root #wrap_all #header.menu #menu-hoofdmenu .button-colored a {
  color: white;
  width: 100%;
}
/* line 128, sass/menu.scss */
html #root #wrap_all #header.menu #menu-hoofdmenu .button-colored a:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='far' data-icon='arrow-right' class='svg-inline--fa fa-arrow-right fa-w-14' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23FFFFFF' d='M218.101 38.101L198.302 57.9c-4.686 4.686-4.686 12.284 0 16.971L353.432 230H12c-6.627 0-12 5.373-12 12v28c0 6.627 5.373 12 12 12h341.432l-155.13 155.13c-4.686 4.686-4.686 12.284 0 16.971l19.799 19.799c4.686 4.686 12.284 4.686 16.971 0l209.414-209.414c4.686-4.686 4.686-12.284 0-16.971L235.071 38.101c-4.686-4.687-12.284-4.687-16.97 0z'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 10px;
  top: calc(50% - 6px);
}
/* line 139, sass/menu.scss */
html #root #wrap_all #header.menu #menu-hoofdmenu .button-colored:before {
  border-width: 0 5px 5px 0;
  border-color: transparent #f59d1d transparent transparent;
  bottom: -5px;
  left: 0;
}
/* line 145, sass/menu.scss */
html #root #wrap_all #header.menu #menu-hoofdmenu .button-colored:after {
  border-width: 5px 0 0 5px;
  border-color: transparent transparent transparent #f59d1d;
  top: 0;
  right: -5px;
}
/* line 151, sass/menu.scss */
html #root #wrap_all #header.menu #menu-hoofdmenu .button-colored:before, html #root #wrap_all #header.menu #menu-hoofdmenu .button-colored:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
}
/* line 160, sass/menu.scss */
html #root #wrap_all #header.menu .responsive-menu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
}
/* line 164, sass/menu.scss */
html #root #wrap_all #header.menu .responsive-menu .responsive-menu-container {
  position: absolute;
  background-color: white;
  top: 120px;
  right: -7% !important;
  min-width: 60%;
  min-height: 100vh;
}
/* line 172, sass/menu.scss */
html #root #wrap_all #header.menu .responsive-menu li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 20px;
  width: 90%;
}
/* line 179, sass/menu.scss */
/* line 180, sass/menu.scss */
html #root #wrap_all #header.menu .responsive-menu li:hover > a {
  color: #f59d1d;
}
/* line 184, sass/menu.scss */
/* line 185, sass/menu.scss */
html #root #wrap_all #header.menu .responsive-menu .current-menu-item a {
  color: #f59d1d;
}
/* line 189, sass/menu.scss */
html #root #wrap_all #header.menu .responsive-menu a {
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: black;
  text-decoration: none;
}
/* line 200, sass/menu.scss */
html #root #wrap_all #header.menu .responsive-menu .menu-item-has-children {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
}
/* line 203, sass/menu.scss */
html #root #wrap_all #header.menu .responsive-menu .menu-item-has-children > a {
  position: relative;
}
/* line 206, sass/menu.scss */
html #root #wrap_all #header.menu .responsive-menu .menu-item-has-children > a:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='far' data-icon='arrow-down' class='svg-inline--fa fa-arrow-down fa-w-14' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%231E9EDA' d='M441.9 250.1l-19.8-19.8c-4.7-4.7-12.3-4.7-17 0L250 385.4V44c0-6.6-5.4-12-12-12h-28c-6.6 0-12 5.4-12 12v341.4L42.9 230.3c-4.7-4.7-12.3-4.7-17 0L6.1 250.1c-4.7 4.7-4.7 12.3 0 17l209.4 209.4c4.7 4.7 12.3 4.7 17 0l209.4-209.4c4.7-4.7 4.7-12.3 0-17z'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  top: calc(50% - 10px);
}
/* line 217, sass/menu.scss */
html #root #wrap_all #header.menu .responsive-menu .sub-menu {
  width: 90%;
  padding-top: 20px;
}
/* line 220, sass/menu.scss */
html #root #wrap_all #header.menu .responsive-menu .sub-menu li {
  width: 100%;
  padding-right: 3px;
  margin: 0;
}
/* line 225, sass/menu.scss */
html #root #wrap_all #header.menu .responsive-menu .sub-menu a {
  position: relative;
}
/* line 228, sass/menu.scss */
html #root #wrap_all #header.menu .responsive-menu .sub-menu a:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='far' data-icon='arrow-right' class='svg-inline--fa fa-arrow-right fa-w-14' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%231E9EDA' d='M218.101 38.101L198.302 57.9c-4.686 4.686-4.686 12.284 0 16.971L353.432 230H12c-6.627 0-12 5.373-12 12v28c0 6.627 5.373 12 12 12h341.432l-155.13 155.13c-4.686 4.686-4.686 12.284 0 16.971l19.799 19.799c4.686 4.686 12.284 4.686 16.971 0l209.414-209.414c4.686-4.686 4.686-12.284 0-16.971L235.071 38.101c-4.686-4.687-12.284-4.687-16.97 0z'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 14px;
  height: 24px;
  position: absolute;
  right: 0;
  top: calc(50% - 7px);
}
/* line 239, sass/menu.scss */
html #root #wrap_all #header.menu .responsive-menu nav {
  margin-top: 13px;
}
/* line 242, sass/menu.scss */
html #root #wrap_all #header.menu .responsive-menu .menu-toggle {
  background: none;
  padding: 0;
  border: none;
}
/* line 247, sass/menu.scss */
html #root #wrap_all #header.menu .responsive-menu .fa {
  display: block;
  width: 30px;
  height: 30px;
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='far' data-icon='bars' class='svg-inline--fa fa-bars fa-w-14' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='currentColor' d='M436 124H12c-6.627 0-12-5.373-12-12V80c0-6.627 5.373-12 12-12h424c6.627 0 12 5.373 12 12v32c0 6.627-5.373 12-12 12zm0 160H12c-6.627 0-12-5.373-12-12v-32c0-6.627 5.373-12 12-12h424c6.627 0 12 5.373 12 12v32c0 6.627-5.373 12-12 12zm0 160H12c-6.627 0-12-5.373-12-12v-32c0-6.627 5.373-12 12-12h424c6.627 0 12 5.373 12 12v32c0 6.627-5.373 12-12 12z'%3E%3C/path%3E%3C/svg%3E");
}
/* line 255, sass/menu.scss */
html #root #wrap_all .make-responsive {
  overflow: visible;
}
/* line 257, sass/menu.scss */
html #root #wrap_all .make-responsive .container {
  padding: 10px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 47.9375rem) {
  /* line 263, sass/menu.scss */
  /* line 264, sass/menu.scss */
  html #root #wrap_all #header.menu .responsive-menu-container {
    min-width: 75%;
  }
}
@media only screen and (max-width: 29.9375rem) {
  /* line 270, sass/menu.scss */
  html #root #wrap_all #header.menu {
    height: 130px;
  }
  /* line 272, sass/menu.scss */
  html #root #wrap_all #header.menu #main-menu-container {
    padding: 0;
    min-height: 100%;
  }
  /* line 276, sass/menu.scss */
  html #root #wrap_all #header.menu .container {
    padding: 0;
    position: initial;
    min-height: 100%;
  }
  /* line 281, sass/menu.scss */
  /* line 282, sass/menu.scss */
  html #root #wrap_all #header.menu #responsive-menu-toggle .fa {
    width: 30px !important;
    height: 30px !important;
  }
  /* line 287, sass/menu.scss */
  html #root #wrap_all #header.menu #responsive-menu {
    position: absolute;
    top: 130px;
    left: 0;
    max-width: 100%;
    width: 100%;
    padding: 0;
  }
}
/* line 297, sass/menu.scss */
html #root #wrap_all #header.menu.scrolled {
  top: 0 !important;
}
/* line 302, sass/menu.scss */
/* line 303, sass/menu.scss */
/* line 304, sass/menu.scss */
/* line 305, sass/menu.scss */
html #root.msie #wrap_all #header.menu #menu-hoofdmenu .sub-menu {
  left: 0;
}
/* line 307, sass/menu.scss */
html #root.msie #wrap_all #header.menu #menu-hoofdmenu .sub-menu li {
  min-height: 50px !important;
  max-height: 100px !important;
}
/* line 316, sass/menu.scss */
/* line 317, sass/menu.scss */
/* line 318, sass/menu.scss */
/* line 319, sass/menu.scss */
html #root.safari #wrap_all #header.menu #menu-hoofdmenu .sub-menu {
  z-index: 999;
}
