/*c26b773d8fd14c1e515b273bbb00df70*/
/* line 2, templates/g5_takties/custom/scss/custom.scss */
h1.g-title {
  font-weight: 400;
  font-size: 50px;
  line-height: 60px;
  margin: 0;
}
/* line 8, templates/g5_takties/custom/scss/custom.scss */
h2.g-title, h2[itemprop="headline"] {
  display: block;
  position: relative;
  font-weight: 400;
  font-size: 42px;
  line-height: 50px;
  margin-top: 0;
  margin-bottom: 50px;
}
/* line 17, templates/g5_takties/custom/scss/custom.scss */
h3.g-title {
  display: block;
  position: relative;
  font-weight: 400;
  font-size: 32px;
  line-height: 45px;
  margin-top: 0;
  margin-bottom: 50px;
}
/* line 26, templates/g5_takties/custom/scss/custom.scss */
h1.g-title::after, h2[itemprop="headline"]::after, h2.g-title::after, h3.g-title::after {
  position: absolute;
  background-color: #8fc11a;
  display: block;
  content: '';
  height: 2px;
  width: 40px;
  top: 70px;
}
/* line 35, templates/g5_takties/custom/scss/custom.scss */
ul.vinkjes {
  list-style: none;
  margin-left: 30px;
}
/* line 38, templates/g5_takties/custom/scss/custom.scss */
ul.vinkjes li {
  position: relative;
}
/* line 40, templates/g5_takties/custom/scss/custom.scss */
ul.vinkjes li:before {
  content: url('../../../../images/icons/vink.svg');
  position: absolute;
  top: 1px;
  width: 14px;
  left: -30px;
}
/* line 50, templates/g5_takties/custom/scss/custom.scss */
/* line 51, templates/g5_takties/custom/scss/custom.scss */
.two-column .g-block:nth-child(1) {
  padding-right: 30px;
}
/* line 54, templates/g5_takties/custom/scss/custom.scss */
.two-column .g-block:nth-child(2) {
  padding-left: 30px;
}
@media screen and (max-width: 1000px) {
  /* line 59, templates/g5_takties/custom/scss/custom.scss */
  /* line 60, templates/g5_takties/custom/scss/custom.scss */
  .two-column .g-block:nth-child(1) {
    padding-right: 0;
  }
  /* line 63, templates/g5_takties/custom/scss/custom.scss */
  .two-column .g-block:nth-child(2) {
    padding-left: 0;
  }
}
/* line 69, templates/g5_takties/custom/scss/custom.scss */
.arrow-right {
  font-weight: 600;
  position: relative;
  font-size: 14px;
  color: #73b826;
}
/* line 74, templates/g5_takties/custom/scss/custom.scss */
.arrow-right i {
  position: relative;
  padding-left: 10px;
  transition: transform 1s;
}
/* line 79, templates/g5_takties/custom/scss/custom.scss */
.arrow-right:hover {
  color: #4b7919;
}
/* line 81, templates/g5_takties/custom/scss/custom.scss */
.arrow-right:hover i {
  transform: translateX(3px);
}
/* line 88, templates/g5_takties/custom/scss/custom.scss */
.button-big {
  position: relative;
  font-family: "Open Sans";
  text-transform: uppercase !important;
  font-size: 14px !important;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.5px;
  background-color: #73b826;
  padding: 10px 15px;
  overflow: hidden;
}
/* line 99, templates/g5_takties/custom/scss/custom.scss */
.button-big span {
  color: white;
  position: relative;
  z-index: 10;
  margin: 0 24px;
}
/* line 105, templates/g5_takties/custom/scss/custom.scss */
.button-big:before {
  content: '';
  position: absolute;
  top: -40%;
  right: 120%;
  width: 30px;
  height: 200%;
  background: rgba(255, 255, 255, 0.2);
  transform: rotate(40deg);
}
/* line 115, templates/g5_takties/custom/scss/custom.scss */
.button-big:hover::before {
  right: -50%;
  transition: 1s ease all;
}
/* line 122, templates/g5_takties/custom/scss/custom.scss */
#scrolldown {
  position: relative;
  width: 100px;
  height: 100px;
  margin: 20px auto;
  z-index: 20;
  cursor: pointer;
}
/* line 129, templates/g5_takties/custom/scss/custom.scss */
#scrolldown .mouse {
  width: 28px;
  height: 50px;
  border: 2px solid white;
  margin: 0 auto;
  border-radius: 30px;
  opacity: 0.6;
}
/* line 136, templates/g5_takties/custom/scss/custom.scss */
#scrolldown .mouse:hover {
  opacity: 1;
}
/* line 139, templates/g5_takties/custom/scss/custom.scss */
#scrolldown .mouse .mouse-wheel {
  margin: 10px auto;
  width: 2px;
  height: 6px;
  border-radius: 2px;
  background: white;
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
  animation-delay: 5s;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
}
/* line 155, templates/g5_takties/custom/scss/custom.scss */
.moveTo {
  cursor: pointer;
}
/* line 159, templates/g5_takties/custom/scss/custom.scss */
.hbcgreen {
  background: linear-gradient(45deg, #62b32e 0%, #a7c80f 100%);
}
/* line 163, templates/g5_takties/custom/scss/custom.scss */
.beeldmerk {
  display: block;
  width: 100%;
  height: 400px;
  background: url('../../../../images/logo/bureauhbc_beeldmerk_groot.png') center center no-repeat;
  background-size: contain;
}
/* line 170, templates/g5_takties/custom/scss/custom.scss */
.icons {
  display: none;
}
/* line 1, templates/g5_takties/custom/scss/_animation.scss */
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  animation-delay: 2s;
  animation-duration: 1s;
  animation-fill-mode: both;
}
@keyframes fadeIn {
  /* line 9, templates/g5_takties/custom/scss/_animation.scss */
  from {
    opacity: 0;
  }
  /* line 12, templates/g5_takties/custom/scss/_animation.scss */
  to {
    opacity: 1;
  }
}
/* line 17, templates/g5_takties/custom/scss/_animation.scss */
.fadeUp {
  -webkit-animation-name: fadeUp;
  animation-name: fadeUp;
  animation-duration: 1s;
  animation-fill-mode: both;
}
@keyframes fadeUp {
  /* line 25, templates/g5_takties/custom/scss/_animation.scss */
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  /* line 30, templates/g5_takties/custom/scss/_animation.scss */
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}
/* line 36, templates/g5_takties/custom/scss/_animation.scss */
.delay500 {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
/* line 41, templates/g5_takties/custom/scss/_animation.scss */
.delay750 {
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}
/* line 46, templates/g5_takties/custom/scss/_animation.scss */
.delay1000 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
/* line 53, templates/g5_takties/custom/scss/_animation.scss */
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
  animation-delay: 0.5s;
  animation-duration: 1s;
  animation-fill-mode: both;
}
@-webkit-keyframes slideOutDown {
  /* line 61, templates/g5_takties/custom/scss/_animation.scss */
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  /* line 66, templates/g5_takties/custom/scss/_animation.scss */
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0);
  }
}
@keyframes slideOutDown {
  /* line 74, templates/g5_takties/custom/scss/_animation.scss */
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  /* line 79, templates/g5_takties/custom/scss/_animation.scss */
  to {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0);
  }
}
/* line 87, templates/g5_takties/custom/scss/_animation.scss */
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
  animation-delay: 2s;
  animation-duration: 1s;
  animation-fill-mode: both;
}
@-webkit-keyframes slideInDown {
  /* line 95, templates/g5_takties/custom/scss/_animation.scss */
  from {
    -webkit-transform: translate3d(0, -200%, 0);
    transform: translate3d(0, -200%, 0);
    visibility: visible;
  }
  /* line 101, templates/g5_takties/custom/scss/_animation.scss */
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  /* line 108, templates/g5_takties/custom/scss/_animation.scss */
  from {
    -webkit-transform: translate3d(0, -200%, 0);
    transform: translate3d(0, -200%, 0);
    visibility: visible;
  }
  /* line 114, templates/g5_takties/custom/scss/_animation.scss */
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* line 2, templates/g5_takties/custom/scss/_main.scss */
body {
  line-height: 28px;
  font-size: 16px;
  font-weight: 400;
}
/* line 6, templates/g5_takties/custom/scss/_main.scss */
body h1 {
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  margin: 0px 0px 26px 0px;
}
/* line 12, templates/g5_takties/custom/scss/_main.scss */
body h2 {
  font-size: 28px;
  letter-spacing: 1px;
  font-weight: 400;
  line-height: 42px;
}
/* line 18, templates/g5_takties/custom/scss/_main.scss */
body h3 {
  font-size: 34px;
  font-weight: 400;
  line-height: 42px;
  margin-top: 0;
  margin-bottom: 60px;
}
/* line 25, templates/g5_takties/custom/scss/_main.scss */
body h4 {
  font-weight: 600;
  margin: 29px 0px;
  line-height: 26px;
  font-size: 20px;
}
/* line 31, templates/g5_takties/custom/scss/_main.scss */
body h5 {
  text-align: center;
  text-transform: uppercase;
}
/* line 35, templates/g5_takties/custom/scss/_main.scss */
body p {
  line-height: 28px;
  font-size: 16px;
  font-weight: 400;
  margin: 20px 0px;
}
/* line 41, templates/g5_takties/custom/scss/_main.scss */
body blockquote {
  line-height: 36px;
  font-size: 19px;
  font-weight: 400;
  opacity: 0.4;
  margin: 60px 0px;
  padding-left: 40px;
  border-left: 5px solid black;
}
/* line 50, templates/g5_takties/custom/scss/_main.scss */
body ul {
  margin-left: 45px;
}
/* line 53, templates/g5_takties/custom/scss/_main.scss */
body #g-page-surround {
  background: none;
}
/* line 55, templates/g5_takties/custom/scss/_main.scss */
body #g-page-surround #g-top {
  position: absolute;
  width: 100%;
  background: #73b826;
  text-align: right;
  z-index: 1;
}
/* line 61, templates/g5_takties/custom/scss/_main.scss */
body #g-page-surround #g-top a {
  color: white;
  padding: 0 12px;
  border-right: 1px solid white;
}
/* line 65, templates/g5_takties/custom/scss/_main.scss */
body #g-page-surround #g-top a:hover {
  opacity: 0.8;
}
/* line 68, templates/g5_takties/custom/scss/_main.scss */
body #g-page-surround #g-top a:last-child {
  padding-right: 0;
  border: none;
}
/* line 73, templates/g5_takties/custom/scss/_main.scss */
body #g-page-surround #g-top .g-content {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}
/* line 81, templates/g5_takties/custom/scss/_main.scss */
body #g-page-surround #g-navigation {
  text-align: right;
  background: white;
  color: #fff;
  position: absolute;
  width: 100%;
  z-index: 100;
  margin-top: 28px;
}
/* line 89, templates/g5_takties/custom/scss/_main.scss */
body #g-page-surround #g-navigation a .logo {
  z-index: 300;
  position: absolute;
  display: block;
  height: 135px;
  width: 330px;
  bottom: 0;
}
/* line 96, templates/g5_takties/custom/scss/_main.scss */
body #g-page-surround #g-navigation a .logo:before {
  transition: all 0.4s;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 30px;
  width: 120px;
  height: 105px;
  background: url('../../../../images/logo/bureauhbc_beeldmerk.png') left center no-repeat;
  background-size: contain;
}
/* line 108, templates/g5_takties/custom/scss/_main.scss */
body #g-page-surround #g-navigation a .logo:after {
  transition: all 0.4s;
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 82px;
  width: 200px;
  height: 25px;
  background: url('../../../../images/logo/bureauhbc_title.png') left center no-repeat;
  background-size: contain;
}
/* line 122, templates/g5_takties/custom/scss/_main.scss */
body #g-page-surround #g-navigation.sticky {
  position: fixed;
  width: 100%;
  top: 0;
  margin-top: 0;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}
/* line 130, templates/g5_takties/custom/scss/_main.scss */
/* line 131, templates/g5_takties/custom/scss/_main.scss */
body #g-page-surround #g-navigation.sticky a .logo:before {
  transform: scale3d(0.66, 0.66, 1) translate(-18px, 20px);
}
/* line 134, templates/g5_takties/custom/scss/_main.scss */
body #g-page-surround #g-navigation.sticky a .logo:after {
  transform: scale3d(0.8, 0.8, 1) translate(-70px, 2px);
}
/* line 139, templates/g5_takties/custom/scss/_main.scss */
body #g-page-surround #g-header {
  position: relative;
  background: none;
  padding-top: 80px;
  padding-bottom: 0;
  min-height: 840px;
  overflow: hidden;
}
/* line 146, templates/g5_takties/custom/scss/_main.scss */
body #g-page-surround #g-header:after {
  position: absolute;
  content: '';
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  animation-delay: 0.25s;
  animation-duration: 1s;
  animation-fill-mode: both;
}
/* line 160, templates/g5_takties/custom/scss/_main.scss */
body #g-page-surround #g-header .g-content {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
/* line 167, templates/g5_takties/custom/scss/_main.scss */
body #g-page-surround #g-cta {
  position: relative;
  background: linear-gradient(-90deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
  margin-top: -69px;
  z-index: 13;
  text-align: right;
  padding: 15px 0;
}
/* line 174, templates/g5_takties/custom/scss/_main.scss */
body #g-page-surround #g-cta .g-content {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
/* line 181, templates/g5_takties/custom/scss/_main.scss */
body #g-page-surround #g-diensten {
  position: relative;
  color: #444;
  text-align: center;
  background: #f1f1f1;
}
/* line 187, templates/g5_takties/custom/scss/_main.scss */
body #g-page-surround #g-container-main {
  background: #f5f5f5;
}
/* line 189, templates/g5_takties/custom/scss/_main.scss */
body #g-page-surround #g-container-main #g-mainbar {
  background: none;
}
/* line 193, templates/g5_takties/custom/scss/_main.scss */
body #g-page-surround #g-contactform {
  background: white;
  padding: 40px 0px;
  min-height: 500px;
  transition: all 0.5s;
}
/* line 199, templates/g5_takties/custom/scss/_main.scss */
body #g-page-surround #g-footer {
  padding: 0;
  background: #6eb729;
}
/* line 202, templates/g5_takties/custom/scss/_main.scss */
body #g-page-surround #g-footer h4 {
  margin: 30px 0;
  color: #fff;
  text-transform: uppercase;
}
/* line 207, templates/g5_takties/custom/scss/_main.scss */
body #g-page-surround #g-footer .g-content {
  margin: 0.625rem;
}
/* line 210, templates/g5_takties/custom/scss/_main.scss */
/* line 211, templates/g5_takties/custom/scss/_main.scss */
body #g-page-surround #g-footer .menu a {
  color: white;
}
/* line 213, templates/g5_takties/custom/scss/_main.scss */
body #g-page-surround #g-footer .menu a:hover {
  text-decoration: underline;
}
/* line 217, templates/g5_takties/custom/scss/_main.scss */
body #g-page-surround #g-footer .menu a.margin {
  margin-right: 12px;
}
/* line 220, templates/g5_takties/custom/scss/_main.scss */
body #g-page-surround #g-footer .menu ul {
  list-style: none;
  margin: 0;
}
/* line 223, templates/g5_takties/custom/scss/_main.scss */
body #g-page-surround #g-footer .menu ul li {
  margin-bottom: 8px;
}
/* line 228, templates/g5_takties/custom/scss/_main.scss */
body #g-page-surround #g-footer .social {
  margin-top: 30px;
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-end;
}
/* line 233, templates/g5_takties/custom/scss/_main.scss */
body #g-page-surround #g-footer .social a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 2px solid white;
  color: white;
  text-align: center;
  margin-bottom: 8px;
}
/* line 242, templates/g5_takties/custom/scss/_main.scss */
body #g-page-surround #g-footer .social a:hover {
  background-color: white;
  color: #73b826;
}
/* line 246, templates/g5_takties/custom/scss/_main.scss */
body #g-page-surround #g-footer .social a i {
  position: relative;
  top: 0px;
}
/* line 252, templates/g5_takties/custom/scss/_main.scss */
body #g-page-surround #g-footer .footerBottom {
  position: relative;
  padding-top: 27px;
  padding-bottom: 0px;
  margin-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  text-align: left;
}
/* line 259, templates/g5_takties/custom/scss/_main.scss */
body #g-page-surround #g-footer .footerBottom img {
  position: absolute;
  right: 0;
  top: 50px;
  width: 300px;
}
/* line 265, templates/g5_takties/custom/scss/_main.scss */
body #g-page-surround #g-footer .footerBottom a.footer {
  color: #fff;
  display: inline-block;
  margin-right: 10px;
}
/* line 269, templates/g5_takties/custom/scss/_main.scss */
body #g-page-surround #g-footer .footerBottom a.footer:hover {
  text-decoration: underline;
}
/* line 275, templates/g5_takties/custom/scss/_main.scss */
body #g-page-surround #g-copyright {
  text-align: left;
  background: #fff;
  color: #999;
  font-size: 14px;
  line-height: 20px;
}
/* line 281, templates/g5_takties/custom/scss/_main.scss */
body #g-page-surround #g-copyright span {
  color: #666;
}
/* line 288, templates/g5_takties/custom/scss/_main.scss */
/* line 289, templates/g5_takties/custom/scss/_main.scss */
/* line 290, templates/g5_takties/custom/scss/_main.scss */
body:not(.home) #g-page-surround #g-diensten {
  margin-top: 108px;
  background: url('../../../../images/headers/header_overig.jpg') center center no-repeat;
  background-size: cover;
}
/* line 300, templates/g5_takties/custom/scss/_main.scss */
#header {
  align-content: space-between;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  min-height: 840px;
  overflow: hidden;
}
/* line 307, templates/g5_takties/custom/scss/_main.scss */
#header #header-hero {
  position: relative;
  max-width: 650px;
  margin-top: 8%;
  color: white;
  z-index: 12;
}
/* line 313, templates/g5_takties/custom/scss/_main.scss */
/* line 314, templates/g5_takties/custom/scss/_main.scss */
#header #header-hero .content h1 {
  font-size: 65px;
  line-height: 60px;
  margin-bottom: 22px;
  font-weight: 700;
  letter-spacing: 1.1px;
}
/* line 321, templates/g5_takties/custom/scss/_main.scss */
#header #header-hero .content em {
  display: block;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0.6px;
  margin-bottom: 26px;
}
/* line 330, templates/g5_takties/custom/scss/_main.scss */
#header a .logo-phone {
  position: relative;
  display: none;
  height: 135px;
  width: 330px;
  z-index: 20;
  top: 40px;
}
/* line 337, templates/g5_takties/custom/scss/_main.scss */
#header a .logo-phone:before {
  transition: all 0.4s;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 30px;
  width: 120px;
  height: 105px;
  background: url('../../../../images/logo/bureauhbc_beeldmerk.png') left center no-repeat;
  background-size: contain;
}
/* line 349, templates/g5_takties/custom/scss/_main.scss */
#header a .logo-phone:after {
  transition: all 0.4s;
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 82px;
  width: 200px;
  height: 25px;
  background: url('../../../../images/logo/bureauhbc_title.png') left center no-repeat;
  background-size: contain;
}
/* line 364, templates/g5_takties/custom/scss/_main.scss */
#diensten {
  position: relative;
  z-index: 20;
}
/* line 367, templates/g5_takties/custom/scss/_main.scss */
#diensten .g-grid {
  margin: 0 -20px;
}
/* line 369, templates/g5_takties/custom/scss/_main.scss */
#diensten .g-grid .dienst {
  position: relative;
  width: 100%;
  padding: 20px;
  padding-top: 0;
  margin: 20px;
  background: white;
  color: #404247;
  text-align: center;
  overflow: hidden;
}
/* line 379, templates/g5_takties/custom/scss/_main.scss */
#diensten .g-grid .dienst h2 {
  position: relative;
  margin: 0;
  font-weight: 600;
  line-height: 70px;
  font-size: 20px;
}
/* line 386, templates/g5_takties/custom/scss/_main.scss */
#diensten .g-grid .dienst .dienst-icon {
  position: relative;
  display: block;
  width: 140px;
  height: 140px;
  margin: 0 auto;
  padding: 40px;
  transition: all 0.5s;
  -webkit-box-shadow: 0px -70px 70px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px -70px 70px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px -70px 70px 0px rgba(0, 0, 0, 0.1);
}
/* line 398, templates/g5_takties/custom/scss/_main.scss */
/* line 399, templates/g5_takties/custom/scss/_main.scss */
#diensten .g-grid .dienst:hover .dienst-icon {
  transform: translateY(-6px);
  -webkit-box-shadow: 0px -70px 70px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px -70px 70px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px -70px 70px 0px rgba(0, 0, 0, 0);
}
/* line 1, templates/g5_takties/custom/scss/_navigation.scss */
/* line 2, templates/g5_takties/custom/scss/_navigation.scss */
#g-navigation .g-content {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}
/* line 8, templates/g5_takties/custom/scss/_navigation.scss */
#g-navigation span.g-menu-item-title {
  font-size: 17px;
  font-weight: 400;
}
/* line 12, templates/g5_takties/custom/scss/_navigation.scss */
/* line 13, templates/g5_takties/custom/scss/_navigation.scss */
#g-navigation div[id^="menu-"] .g-main-nav {
  z-index: 20;
}
/* line 15, templates/g5_takties/custom/scss/_navigation.scss */
#g-navigation div[id^="menu-"] .g-main-nav .g-toplevel {
  transition: all 0.2s;
  padding: 0;
}
/* line 18, templates/g5_takties/custom/scss/_navigation.scss */
#g-navigation div[id^="menu-"] .g-main-nav .g-toplevel .g-menu-item:last-child {
  margin-right: 0;
}
/* line 21, templates/g5_takties/custom/scss/_navigation.scss */
#g-navigation div[id^="menu-"] .g-main-nav .g-toplevel > li {
  margin: 0 10px;
}
/* line 23, templates/g5_takties/custom/scss/_navigation.scss */
#g-navigation div[id^="menu-"] .g-main-nav .g-toplevel > li > .g-menu-item-container {
  padding: 12px 0px;
  text-decoration: none;
  line-height: 1;
}
/* line 27, templates/g5_takties/custom/scss/_navigation.scss */
#g-navigation div[id^="menu-"] .g-main-nav .g-toplevel > li > .g-menu-item-container .g-menu-parent-indicator {
  vertical-align: top;
}
/* line 29, templates/g5_takties/custom/scss/_navigation.scss */
#g-navigation div[id^="menu-"] .g-main-nav .g-toplevel > li > .g-menu-item-container .g-menu-parent-indicator:after {
  display: none;
}
/* line 33, templates/g5_takties/custom/scss/_navigation.scss */
#g-navigation div[id^="menu-"] .g-main-nav .g-toplevel > li > .g-menu-item-container > .g-menu-item-content {
  word-mporeak: normal;
  line-height: normal;
}
/* line 38, templates/g5_takties/custom/scss/_navigation.scss */
/* line 39, templates/g5_takties/custom/scss/_navigation.scss */
#g-navigation div[id^="menu-"] .g-main-nav .g-toplevel > li:hover > .g-menu-item-container {
  opacity: 0.8;
}
/* line 43, templates/g5_takties/custom/scss/_navigation.scss */
/* line 44, templates/g5_takties/custom/scss/_navigation.scss */
/* line 45, templates/g5_takties/custom/scss/_navigation.scss */
#g-navigation div[id^="menu-"] .g-main-nav .g-toplevel > li.active > .g-menu-item-container > .g-menu-item-content {
  color: #73b826;
  box-shadow: none;
}
/* line 50, templates/g5_takties/custom/scss/_navigation.scss */
#g-navigation div[id^="menu-"] .g-main-nav .g-toplevel > li.active > .g-menu-item-container > .g-selected {
  color: #73b826;
  box-shadow: none;
}
/* line 58, templates/g5_takties/custom/scss/_navigation.scss */
/* line 59, templates/g5_takties/custom/scss/_navigation.scss */
#g-navigation div[id^="menu-"] .g-main-nav .g-standard > .g-dropdown:before, #g-navigation div[id^="menu-"] .g-main-nav .g-fullwidth > .g-dropdown:before {
  top: -7px !important;
}
/* line 62, templates/g5_takties/custom/scss/_navigation.scss */
#g-navigation div[id^="menu-"] .g-main-nav .g-standard > .g-dropdown .g-dropdown, #g-navigation div[id^="menu-"] .g-main-nav .g-fullwidth > .g-dropdown .g-dropdown {
  top: -7px;
}
/* line 66, templates/g5_takties/custom/scss/_navigation.scss */
/* line 67, templates/g5_takties/custom/scss/_navigation.scss */
#g-navigation div[id^="menu-"] .g-main-nav .g-standard .g-dropdown:after, #g-navigation div[id^="menu-"] .g-main-nav .g-fullwidth .g-dropdown:after {
  left: -30px !important;
}
/* line 71, templates/g5_takties/custom/scss/_navigation.scss */
#g-navigation div[id^="menu-"] .g-main-nav .g-dropdown {
  text-align: left;
  margin-top: 0;
  margin-left: 0;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-box-shadow: 0px 14px 42px -11px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 14px 42px -11px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 14px 42px -11px rgba(0, 0, 0, 0.2);
}
/* line 81, templates/g5_takties/custom/scss/_navigation.scss */
#g-navigation div[id^="menu-"] .g-main-nav .g-dropdown > .g-dropdown-column {
  position: relative;
  border: none;
}
/* line 85, templates/g5_takties/custom/scss/_navigation.scss */
.dir-rtl #g-navigation div[id^="menu-"] .g-main-nav .g-dropdown {
  text-align: right;
}
/* line 89, templates/g5_takties/custom/scss/_navigation.scss */
/* line 90, templates/g5_takties/custom/scss/_navigation.scss */
#g-navigation div[id^="menu-"] .g-main-nav .g-sublevel > li {
  padding: 0;
  margin: 0;
}
/* line 93, templates/g5_takties/custom/scss/_navigation.scss */
#g-navigation div[id^="menu-"] .g-main-nav .g-sublevel > li .g-menu-item-container {
  padding: 14px 18px 12px 18px;
}
/* line 95, templates/g5_takties/custom/scss/_navigation.scss */
#g-navigation div[id^="menu-"] .g-main-nav .g-sublevel > li .g-menu-item-container span.g-menu-item-title {
  font-size: 16px;
}
/* line 99, templates/g5_takties/custom/scss/_navigation.scss */
/* line 100, templates/g5_takties/custom/scss/_navigation.scss */
#g-navigation div[id^="menu-"] .g-main-nav .g-sublevel > li:not(:last-child) > .g-menu-item-container {
  border-bottom: 0px;
}
/* line 102, templates/g5_takties/custom/scss/_navigation.scss */
#g-navigation div[id^="menu-"] .g-main-nav .g-sublevel > li:not(:last-child) > .g-menu-item-container > .g-selected {
  border-bottom: 0px;
}
/* line 107, templates/g5_takties/custom/scss/_navigation.scss */
/* line 108, templates/g5_takties/custom/scss/_navigation.scss */
#g-navigation div[id^="menu-"] .g-main-nav .g-sublevel > li:hover > .g-menu-item-container, #g-navigation div[id^="menu-"] .g-main-nav .g-sublevel > li.active > .g-menu-item-container {
  color: #771469;
  background-color: #eae0ed;
}
/* line 111, templates/g5_takties/custom/scss/_navigation.scss */
#g-navigation div[id^="menu-"] .g-main-nav .g-sublevel > li:hover > .g-menu-item-container > .g-selected, #g-navigation div[id^="menu-"] .g-main-nav .g-sublevel > li.active > .g-menu-item-container > .g-selected {
  color: #771469;
  background-color: #eae0ed;
}
/* line 117, templates/g5_takties/custom/scss/_navigation.scss */
/* line 118, templates/g5_takties/custom/scss/_navigation.scss */
#g-navigation div[id^="menu-"] .g-main-nav .g-sublevel > li.g-menu-item-type-particle > .g-menu-item-container {
  border: 0;
}
/* line 122, templates/g5_takties/custom/scss/_navigation.scss */
/* line 123, templates/g5_takties/custom/scss/_navigation.scss */
#g-navigation div[id^="menu-"] .g-main-nav .g-sublevel > li.g-menu-item-type-particle:hover > .g-menu-item-container, #g-navigation div[id^="menu-"] .g-main-nav .g-sublevel > li.g-menu-item-type-particle.active > .g-menu-item-container {
  border: 0;
}
/* line 129, templates/g5_takties/custom/scss/_navigation.scss */
/* line 130, templates/g5_takties/custom/scss/_navigation.scss */
/* line 131, templates/g5_takties/custom/scss/_navigation.scss */
#g-navigation div[id^="menu-"] .g-main-nav .g-sublevel > li.g-menu-item-type-particle:hover > .g-menu-item-container {
  background: inherit;
}
/* line 139, templates/g5_takties/custom/scss/_navigation.scss */
#g-navigation div[id^="menu-"] .g-menu-item-subtitle {
  text-transform: lowercase;
  font-size: 0.8rem;
  opacity: 0.8;
  padding-top: 0;
}
/* line 149, templates/g5_takties/custom/scss/_navigation.scss */
/* line 150, templates/g5_takties/custom/scss/_navigation.scss */
/* line 151, templates/g5_takties/custom/scss/_navigation.scss */
#g-navigation.g-fixed-second .g-main-nav .g-toplevel {
  padding: 15px 0px !important;
}
/* line 157, templates/g5_takties/custom/scss/_navigation.scss */
#g-offcanvas #g-mobilemenu-container ul > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover {
  background: #c7c7c7;
}
/* line 160, templates/g5_takties/custom/scss/_navigation.scss */
#g-offcanvas #g-mobilemenu-container ul > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active {
  background: #474747;
}
/* line 162, templates/g5_takties/custom/scss/_navigation.scss */
#g-offcanvas #g-mobilemenu-container ul > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active span {
  color: #fff;
}
/* line 166, templates/g5_takties/custom/scss/_navigation.scss */
#g-offcanvas #g-mobilemenu-container ul > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator {
  border: none;
  background: none;
  margin: 0;
  padding: 2px;
}
/* line 171, templates/g5_takties/custom/scss/_navigation.scss */
#g-offcanvas #g-mobilemenu-container ul > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator:hover {
  background: none;
}
/* line 173, templates/g5_takties/custom/scss/_navigation.scss */
#g-offcanvas #g-mobilemenu-container ul > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator:hover:after {
  opacity: 1;
}
/* line 178, templates/g5_takties/custom/scss/_navigation.scss */
#g-offcanvas #g-mobilemenu-container ul > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active span {
  color: #fff;
}
/* line 1, templates/g5_takties/custom/scss/_form.scss */
.alert-warning::after {
  background-image: url('../../../../images/icons/label_warning.svg');
}
/* line 4, templates/g5_takties/custom/scss/_form.scss */
.alert-check::after {
  background-image: url('../../../../images/icons/label_check.svg');
}
/* line 7, templates/g5_takties/custom/scss/_form.scss */
.alert-info::after {
  background-image: url('../../../../images/icons/label_info.svg');
}
/* line 10, templates/g5_takties/custom/scss/_form.scss */
.alert-warning, .alert-check, .alert-info {
  display: block;
  background: none;
  position: relative;
  margin: 0 auto;
  text-align: center;
  padding: 0;
}
/* line 17, templates/g5_takties/custom/scss/_form.scss */
.alert-warning:before, .alert-check:before, .alert-info:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
/* line 26, templates/g5_takties/custom/scss/_form.scss */
.alert-warning:after, .alert-check:after, .alert-info:after {
  content: '';
  display: block;
  width: 100%;
  height: 200px;
  left: 0;
  margin-top: 30px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
  animation: fadeIn 2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
/* line 44, templates/g5_takties/custom/scss/_form.scss */
form.contact__form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
/* line 49, templates/g5_takties/custom/scss/_form.scss */
form.contact__form h4 {
  text-align: center !important;
  width: 100%;
  margin: 0 auto;
  line-height: 25px;
  font-size: 20px;
  padding-bottom: 45px;
}
/* line 57, templates/g5_takties/custom/scss/_form.scss */
form.contact__form input:focus:invalid:focus, form.contact__form textarea:focus:invalid:focus, form.contact__form select:focus:invalid:focus {
  border-color: #73b826;
}
/* line 60, templates/g5_takties/custom/scss/_form.scss */
form.contact__form input, form.contact__form textarea {
  font-size: 18px;
  line-height: 40px;
  border-radius: 0;
  padding: 0;
  margin-top: 0;
  margin-bottom: 30px;
  border: none;
  height: unset;
  background-color: unset;
}
/* line 70, templates/g5_takties/custom/scss/_form.scss */
form.contact__form input:hover, form.contact__form textarea:hover, form.contact__form input:focus, form.contact__form textarea:focus {
  box-shadow: unset !important;
  border-color: #73b826 !important;
  color: #73b826;
}
/* line 75, templates/g5_takties/custom/scss/_form.scss */
form.contact__form input:hover::-webkit-input-placeholder, form.contact__form textarea:hover::-webkit-input-placeholder {
  color: #73b826;
}
/* line 79, templates/g5_takties/custom/scss/_form.scss */
form.contact__form .contact__left {
  width: 100%;
  transition: all 0.2s;
}
/* line 82, templates/g5_takties/custom/scss/_form.scss */
/* line 83, templates/g5_takties/custom/scss/_form.scss */
form.contact__form .contact__left .contact__fields input {
  border-bottom: 2px solid #ddd;
}
/* line 88, templates/g5_takties/custom/scss/_form.scss */
form.contact__form .contact__right {
  width: 100%;
  transition: all 0.2s;
}
/* line 91, templates/g5_takties/custom/scss/_form.scss */
/* line 92, templates/g5_takties/custom/scss/_form.scss */
form.contact__form .contact__right .contact__fields input {
  border-bottom: 2px solid #ddd;
}
/* line 97, templates/g5_takties/custom/scss/_form.scss */
form.contact__form .contact__bottom {
  margin-top: 30px;
  width: 100%;
  font-size: 0;
}
/* line 102, templates/g5_takties/custom/scss/_form.scss */
form.contact__form .contact__textarea {
  margin-bottom: 10px;
}
/* line 104, templates/g5_takties/custom/scss/_form.scss */
form.contact__form .contact__textarea textarea {
  resize: none;
  overflow: hidden;
  height: 122px;
  background: repeating-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 38px, #ddd 38px, #ddd 40px);
  background-position-y: 2px;
  background-repeat: no-repeat;
}
/* line 113, templates/g5_takties/custom/scss/_form.scss */
form.contact__form .contact__submit, form.contact__form .contact__terms {
  display: inline-block;
  position: relative;
  line-height: 25px;
  width: 100%;
  vertical-align: bottom;
}
/* line 119, templates/g5_takties/custom/scss/_form.scss */
form.contact__form .contact__submit input[type='checkbox'], form.contact__form .contact__terms input[type='checkbox'] {
  position: absolute;
  opacity: 0;
  z-index: 1;
  width: 25px;
  height: 25px;
  margin: 0;
}
/* line 127, templates/g5_takties/custom/scss/_form.scss */
form.contact__form .contact__submit input[type='checkbox'] + label:after, form.contact__form .contact__terms input[type='checkbox'] + label:after {
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  top: 0;
  left: 0;
  background: url('../../../../images/icons/tick.svg') center center no-repeat;
  background-size: 15px;
  opacity: 0;
  transform: scale(0);
  transition: all 0.2s;
}
/* line 140, templates/g5_takties/custom/scss/_form.scss */
form.contact__form .contact__submit input[type="checkbox"]:hover + label:before, form.contact__form .contact__terms input[type="checkbox"]:hover + label:before {
  background-color: #73b826;
}
/* line 143, templates/g5_takties/custom/scss/_form.scss */
/* line 144, templates/g5_takties/custom/scss/_form.scss */
form.contact__form .contact__submit input[type="checkbox"]:checked + label:before, form.contact__form .contact__terms input[type="checkbox"]:checked + label:before {
  background-color: #73b826;
}
/* line 147, templates/g5_takties/custom/scss/_form.scss */
form.contact__form .contact__submit input[type="checkbox"]:checked + label:after, form.contact__form .contact__terms input[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* line 152, templates/g5_takties/custom/scss/_form.scss */
form.contact__form .contact__submit label, form.contact__form .contact__terms label {
  position: relative;
  padding-left: 35px;
  margin-bottom: 10px;
}
/* line 156, templates/g5_takties/custom/scss/_form.scss */
form.contact__form .contact__submit label:hover, form.contact__form .contact__terms label:hover {
  cursor: unset;
}
/* line 159, templates/g5_takties/custom/scss/_form.scss */
form.contact__form .contact__submit label:before, form.contact__form .contact__terms label:before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: 0;
  width: 25px;
  height: 25px;
  background-color: #ddd;
  transition: background-color 0.2s;
}
/* line 171, templates/g5_takties/custom/scss/_form.scss */
form.contact__form .contact__submit label:last-child, form.contact__form .contact__terms label:last-child {
  margin-bottom: unset;
}
/* line 2, media/gantry5/engines/nucleus/scss/nucleus/mixins/_nav.scss */
/* line 12, media/gantry5/engines/nucleus/scss/nucleus/mixins/_nav.scss */
/* line 2, media/gantry5/engines/nucleus/scss/nucleus/mixins/_utilities.scss */
/* line 9, media/gantry5/engines/nucleus/scss/nucleus/mixins/_utilities.scss */
@media only all and (min-width: 75rem) {
  /* line 4, media/gantry5/engines/nucleus/scss/nucleus/mixins/_breakpoints.scss */
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  /* line 7, media/gantry5/engines/nucleus/scss/nucleus/mixins/_breakpoints.scss */
  /* line 11, templates/g5_takties/custom/scss/_breakpoints.scss */
  /* line 12, templates/g5_takties/custom/scss/_breakpoints.scss */
  /* line 13, templates/g5_takties/custom/scss/_breakpoints.scss */
  body #g-page-surround #g-top {
    text-align: center;
  }
  /* line 16, templates/g5_takties/custom/scss/_breakpoints.scss */
  body #g-page-surround #g-navigation {
    visibility: hidden;
  }
  /* line 18, templates/g5_takties/custom/scss/_breakpoints.scss */
  body #g-page-surround #g-navigation a .logo {
    display: none;
  }
  /* line 24, templates/g5_takties/custom/scss/_breakpoints.scss */
  /* line 25, templates/g5_takties/custom/scss/_breakpoints.scss */
  #header #header-hero {
    margin-top: 5%;
  }
  /* line 27, templates/g5_takties/custom/scss/_breakpoints.scss */
  /* line 28, templates/g5_takties/custom/scss/_breakpoints.scss */
  #header #header-hero .content h1 {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 10px;
  }
  /* line 33, templates/g5_takties/custom/scss/_breakpoints.scss */
  #header #header-hero .content em {
    font-size: 20px;
    margin-bottom: 18px;
  }
  /* line 39, templates/g5_takties/custom/scss/_breakpoints.scss */
  #header a .logo-phone {
    display: block;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  /* line 13, media/gantry5/engines/nucleus/scss/nucleus/mixins/_breakpoints.scss */
  /* line 47, templates/g5_takties/custom/scss/_breakpoints.scss */
  /* line 48, templates/g5_takties/custom/scss/_breakpoints.scss */
  /* line 49, templates/g5_takties/custom/scss/_breakpoints.scss */
  body #g-page-surround #g-top {
    text-align: center;
  }
  /* line 52, templates/g5_takties/custom/scss/_breakpoints.scss */
  body #g-page-surround #g-navigation {
    visibility: hidden;
  }
  /* line 54, templates/g5_takties/custom/scss/_breakpoints.scss */
  body #g-page-surround #g-navigation a .logo {
    display: none;
  }
  /* line 60, templates/g5_takties/custom/scss/_breakpoints.scss */
  /* line 61, templates/g5_takties/custom/scss/_breakpoints.scss */
  #header #header-hero {
    margin-top: 5%;
  }
  /* line 63, templates/g5_takties/custom/scss/_breakpoints.scss */
  /* line 64, templates/g5_takties/custom/scss/_breakpoints.scss */
  #header #header-hero .content h1 {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 10px;
  }
  /* line 69, templates/g5_takties/custom/scss/_breakpoints.scss */
  #header #header-hero .content em {
    font-size: 20px;
    margin-bottom: 18px;
  }
  /* line 75, templates/g5_takties/custom/scss/_breakpoints.scss */
  #header a .logo-phone {
    display: block;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  /* line 16, media/gantry5/engines/nucleus/scss/nucleus/mixins/_breakpoints.scss */
  /* line 83, templates/g5_takties/custom/scss/_breakpoints.scss */
  img.logo {
    display: none !important;
  }
  /* line 86, templates/g5_takties/custom/scss/_breakpoints.scss */
  /* line 87, templates/g5_takties/custom/scss/_breakpoints.scss */
  /* line 88, templates/g5_takties/custom/scss/_breakpoints.scss */
  body #g-page-surround #g-top {
    text-align: center;
  }
  /* line 91, templates/g5_takties/custom/scss/_breakpoints.scss */
  body #g-page-surround #g-navigation {
    visibility: hidden;
  }
  /* line 93, templates/g5_takties/custom/scss/_breakpoints.scss */
  body #g-page-surround #g-navigation a .logo {
    display: none;
  }
  /* line 97, templates/g5_takties/custom/scss/_breakpoints.scss */
  body #g-page-surround #g-header {
    padding-top: 0;
  }
  /* line 99, templates/g5_takties/custom/scss/_breakpoints.scss */
  body #g-page-surround #g-header:after {
    position: absolute;
    content: '';
    background: rgba(0, 0, 0, 0.5);
  }
  /* line 107, templates/g5_takties/custom/scss/_breakpoints.scss */
  /* line 108, templates/g5_takties/custom/scss/_breakpoints.scss */
  #header #header-hero {
    margin-top: 5%;
  }
  /* line 110, templates/g5_takties/custom/scss/_breakpoints.scss */
  /* line 111, templates/g5_takties/custom/scss/_breakpoints.scss */
  #header #header-hero .content h1 {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 10px;
  }
  /* line 116, templates/g5_takties/custom/scss/_breakpoints.scss */
  #header #header-hero .content em {
    font-size: 20px;
    margin-bottom: 18px;
  }
  /* line 122, templates/g5_takties/custom/scss/_breakpoints.scss */
  #header a .logo-phone {
    display: block;
  }
  /* line 126, templates/g5_takties/custom/scss/_breakpoints.scss */
  /* line 127, templates/g5_takties/custom/scss/_breakpoints.scss */
  /* line 128, templates/g5_takties/custom/scss/_breakpoints.scss */
  #diensten .g-grid .dienst {
    padding-top: unset;
    padding: 10px;
    margin: 10px;
    background: white;
    color: #404247;
    text-align: left;
  }
  /* line 135, templates/g5_takties/custom/scss/_breakpoints.scss */
  #diensten .g-grid .dienst h2 {
    line-height: 30px;
    font-size: 18px;
  }
  /* line 139, templates/g5_takties/custom/scss/_breakpoints.scss */
  #diensten .g-grid .dienst .dienst-icon {
    width: 60px;
    height: 60px;
    padding: 10px;
    margin: 0px 30px 0px 10px;
    float: left;
  }
  /* line 149, templates/g5_takties/custom/scss/_breakpoints.scss */
  /* line 150, templates/g5_takties/custom/scss/_breakpoints.scss */
  /* line 151, templates/g5_takties/custom/scss/_breakpoints.scss */
  body:not(.home) #g-page-surround #g-diensten {
    margin-top: 28px;
    padding: 30px 0px;
  }
}
@media only all and (max-width: 30rem) {
  /* line 19, media/gantry5/engines/nucleus/scss/nucleus/mixins/_breakpoints.scss */
  /* line 161, templates/g5_takties/custom/scss/_breakpoints.scss */
  img.logo {
    display: none !important;
  }
  /* line 164, templates/g5_takties/custom/scss/_breakpoints.scss */
  /* line 165, templates/g5_takties/custom/scss/_breakpoints.scss */
  /* line 166, templates/g5_takties/custom/scss/_breakpoints.scss */
  body #g-page-surround #g-top {
    text-align: center;
    font-size: 14px;
  }
  /* line 170, templates/g5_takties/custom/scss/_breakpoints.scss */
  body #g-page-surround #g-navigation {
    visibility: hidden;
  }
  /* line 172, templates/g5_takties/custom/scss/_breakpoints.scss */
  body #g-page-surround #g-navigation a .logo {
    display: none;
  }
  /* line 176, templates/g5_takties/custom/scss/_breakpoints.scss */
  body #g-page-surround #g-header {
    padding-top: 0;
  }
  /* line 178, templates/g5_takties/custom/scss/_breakpoints.scss */
  body #g-page-surround #g-header:after {
    position: absolute;
    content: '';
    background: rgba(0, 0, 0, 0.5);
  }
  /* line 186, templates/g5_takties/custom/scss/_breakpoints.scss */
  /* line 187, templates/g5_takties/custom/scss/_breakpoints.scss */
  #header #header-hero {
    margin-top: 5%;
  }
  /* line 189, templates/g5_takties/custom/scss/_breakpoints.scss */
  /* line 190, templates/g5_takties/custom/scss/_breakpoints.scss */
  #header #header-hero .content h1 {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 10px;
  }
  /* line 195, templates/g5_takties/custom/scss/_breakpoints.scss */
  #header #header-hero .content em {
    font-size: 20px;
    margin-bottom: 18px;
  }
  /* line 201, templates/g5_takties/custom/scss/_breakpoints.scss */
  #header a .logo-phone {
    display: block;
  }
  /* line 203, templates/g5_takties/custom/scss/_breakpoints.scss */
  #header a .logo-phone:before {
    width: 100px;
  }
  /* line 206, templates/g5_takties/custom/scss/_breakpoints.scss */
  #header a .logo-phone:after {
    width: 150px;
    right: 70px;
  }
  /* line 212, templates/g5_takties/custom/scss/_breakpoints.scss */
  /* line 213, templates/g5_takties/custom/scss/_breakpoints.scss */
  /* line 214, templates/g5_takties/custom/scss/_breakpoints.scss */
  #diensten .g-grid .dienst {
    padding-top: unset;
    padding: 10px;
    margin: 10px;
    background: white;
    color: #404247;
    text-align: left;
  }
  /* line 221, templates/g5_takties/custom/scss/_breakpoints.scss */
  #diensten .g-grid .dienst h2 {
    line-height: 30px;
    font-size: 18px;
  }
  /* line 225, templates/g5_takties/custom/scss/_breakpoints.scss */
  #diensten .g-grid .dienst .dienst-icon {
    width: 60px;
    height: 60px;
    padding: 10px;
    margin: 0px 30px 0px 10px;
    float: left;
  }
  /* line 235, templates/g5_takties/custom/scss/_breakpoints.scss */
  /* line 236, templates/g5_takties/custom/scss/_breakpoints.scss */
  /* line 237, templates/g5_takties/custom/scss/_breakpoints.scss */
  body:not(.home) #g-page-surround #g-diensten {
    margin-top: 28px;
    padding: 30px 0px;
  }
}
/*# sourceMappingURL=custom_13.css.map */