* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: "Jura", sans-serif;
}
img {
  max-width: 100%;
}
ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}
p {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0;
  line-height: 1em;
  padding: 0;
}
p {
  line-height: 1.4em;
  font-size: 16px;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
input[type="text"],
input[type="email"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

.active-menu a {
  color: black !important;
}

.page {
  padding-top: 140px;
  min-height: 100%;
}

/* ==========================================================================
   footer
   ========================================================================== */

footer {
  padding: 55px 0 0;
}
.footer2 {
  padding-top: 10px;
  padding-bottom: 55px;
  font-size: 13;
}
.footer-info {
  position: absolute;
  overflow: hidden;
  left: 50%;
  transform: translateX(-50%);
}
.footer-info li {
  display: block;
  float: left;
  font-size: 15px;
  color: #000;
}
.footer-info li a {
  font-size: 15px;
  color: #000;
}
.footer-info li:after {
  content: "|";
  padding: 0 5px;
}
.footer-info li .facebook {
  color: #c4c4c4;
  font-size: 15px;
}
.footer-info li .twitter {
  color: #4bb4e3;
  font-size: 15px;
}
.footer-info li:nth-last-child(1):after,
.footer-info li:nth-last-child(2):after,
.footer-info li:nth-last-child(3):after {
  content: "";
}

/* ==========================================================================
   homepage
   ========================================================================== */
.row-0 {
  margin: 0;
}
.row-0 > div {
  padding: 0;
}
.row-20 {
  margin: 0 -20px;
}
.row-20 > div {
  padding: 0 20px;
}
.row-60 {
  margin: 0 -70px;
}
.row-60 > div {
  padding: 0 70px;
}

.container.big {
  width: 1330px;
}
.container {
}

.text-green {
  color: #00a33a;
}
.text-white {
  color: #fff;
}
/*---header---*/
header {
  position: fixed;
  background-color: rgba(0, 163, 58, 0.7);
  line-height: 105px;
  height: 105px;
  width: 100%;
  z-index: 100;
}

.menu {
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
}
.menu li {
  display: inline-block;
}
.menu li a {
  font-size: 24px;
  color: #fff;
  font-weight: 600;
}
.menu li a:after {
  content: "-";
  padding: 0 5px;
}
.menu li:last-child a:after {
  content: "";
  padding: 0;
}
.menu-toggle {
  display: none;
}
.menu-toggle:hover {
  cursor: pointer;
}
.menu li a:hover {
  opacity: 0.7;
}

/*---main----*/
.hero {
  height: 1080px;
  position: relative;
}
.hero-group {
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
}
.hero h2 {
  font-size: 36px;
  font-weight: 900;
  line-height: 1.5em;
  margin-bottom: 10px;
  letter-spacing: 4px;
}
.hero span {
  font-size: 29px;
  font-weight: 900;
}

.cubes-img {
  position: absolute;
  left: 50%;
  margin-left: -191.5px;
  margin-top: -155px;
}
.intro {
  margin: 50px 0;
}
.title {
  font-size: 50px;
  font-weight: 900;
  padding: 60px 0;
  font-family: "Raleway", sans-serif;
  text-align: center;
  line-height: 1.2em;
}
.green-overlay {
  top: 0;
  overflow: hidden;
  height: 100%;
  position: absolute;
  width: 100%;
  background-color: rgba(0, 163, 58, 0.6);
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  opacity: 0;
}

.text-section {
  margin-top: 50px;
}
.span-layer {
  width: 45px;
  height: 45px;
  border: 1px solid #626262;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  display: inline-block;
}
.text-section article span {
  color: black;
  display: inline-block;
  font-size: 19px;
  font-weight: bold;
  position: absolute;
  margin-left: -36px;
  margin-top: 10px;
}
.text-section article h3 {
  display: inline-block;
  color: #00a33a;
  font-size: 19px;
  font-weight: bold;
  margin-left: 30px;
  position: relative;
  top: -16px;
}
.text-section article p {
}
.behandeling-index-intro {
  color: black;
  margin-left: 80px;
  margin-bottom: 50px;
}
.behandeling-index-intro p,
.behandeling-index-intro p * {
  font-family: "Jura", sans-serif !important;
  font-size: inherit !important;
}
.text-section p {
  padding-bottom: 60px;
}
.titles-arrow > a {
  color: #000000;
  font-size: 19px;
  display: block;
  line-height: 80px;
  border-top: 1px solid #e4e4e4;
}
.titles-arrow > a:hover {
  color: #00a33a;
}
.titles-arrow > a:last-child {
  border-bottom: 1px solid #e4e4e4;
}
.titles-arrow > a i {
  float: right;
  line-height: 80px;
}
.blog {
  height: 1020px;
  background: url("../images/background-green.png") no-repeat center center;
  background-size: cover;
  position: relative;
  margin-bottom: 50px;
}
.blog-group {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
}
.blog-group article {
  background: #fff;
}
.blog-text {
  padding: 30px;
}

.blog-text .cms {
  height: 98px;
  overflow: hidden;
  font-family: "Raleway", sans-serif;
  line-height: 1.4em;
  font-size: 14px;
  margin-bottom: 15px;
}
.blog-text .cms p {
  font-size: 14px;
  font-family: "Raleway", sans-serif;
  line-height: 1.4em;
  padding-bottom: 30px;
}
.blog-text a {
  color: #d6d6d6;
  font-size: 16px;
  letter-spacing: 1px;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
}
.blog-text h3 {
  letter-spacing: 0px;
  color: black;
  font-weight: bold !important;
  margin-bottom: 30px !important;
  font-size: 19px !important;
  font-family: "Raleway", sans-serif !important;
  line-height: 1.4em !important;
}

.box-dif {
  width: 50%;
  float: left;
  display: block;
  position: relative;
}
.box-dif img {
  width: 100%;
}
.boxes-right,
.boxes-left {
  width: 50%;
}
.boxes-left {
  -ms-transform: skew(0deg, 6deg);
  -moz-transform: skew(0deg, 6deg);
  -webkit-transform: skew(0deg, 6deg);
  transform: skew(0deg, 6deg);
}
.boxes-right {
  -ms-transform: skew(0deg, -6deg);
  -moz-transform: skew(0deg, -6deg);
  -webkit-transform: skew(0deg, -6deg);
  transform: skew(0deg, -6deg);
}
.box-dif:hover .green-overlay {
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  opacity: 1;
}

/* ==========================================================================
   team
   ========================================================================== */

#team-page .titel {
  text-align: center;
  font-weight: bold;
  color: #00a33a;
}
#team-page .team-block {
  margin-top: 25px;
}

.team-wrapper {
  margin-top: 15px;
}
.team-wrapper img {
  border-radius: 0%;
  display: block;
  margin: 0 auto;
  border: 10px solid white;
  margin-bottom: -65px;
}
.team-wrapper .wrapper-bottom {
  background-color: #efefef;
  padding-top: 80px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.team-wrapper .wrapper-bottom h3 {
  font-weight: bold;
  text-align: center;
}
.team-wrapper .wrapper-bottom p {
  margin-top: 15px;
  text-align: center;
}
.team-wrapper .wrapper-bottom .social-block {
  margin-top: 15px;
  text-align: center;
}

.specialiteiten-block p {
  text-align: left !important;
  margin-left: 25%;
}

.team-wrapper .wrapper-bottom {
  min-height: 410px;
}

/* ==========================================================================
   behandelingen
   ========================================================================== */

#behandelingen-page .titel {
  font-weight: bold;
  margin-bottom: 25px;
}
#behandelingen-page article span.number {
  display: inline-block;
  font-size: 19px;
  font-weight: bold;
  position: absolute;
  margin-left: -36px;
  margin-top: 10px;
}
#behandelingen-page article h3 {
  display: inline-block;
  color: #00a33a;
  font-size: 19px;
  font-weight: bold;
  margin-left: 30px;
  position: relative;
  top: -16px;
}
#behandelingen-page .behandeling-block {
  margin-bottom: 25px;
}

#behandelingen-page .behandeling-block .span-layer {
  -webkit-transition: -webkit-transform 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out;
}
#behandelingen-page .behandeling-block:hover .span-layer {
  -webkit-transform: rotate(-315deg);
  -moz-transform: rotate(-315deg);
  -ms-transform: rotate(-315deg);
  -o-transform: rotate(-315deg);
  transform: rotate(-315deg);
  border-color: #00a33a;
}

#behandelingen-page .behandeling-block-link {
  color: black;
}

#behandelingen-page .behandelingen-intro {
  margin: 35px 0;
}

/* ==========================================================================
   diensten
   ========================================================================== */
#diensten-page .titel {
  font-weight: bold;
  margin-bottom: 15px;
}
#diensten-page .dienst-block {
  margin-bottom: 25px;
}
#diensten-page .dienst-block h4 {
  color: #00a33a;
}
#diensten-page .dienst-block h4 i {
  color: black;
}

.polaroid {
  position: relative;
  margin-right: 10px;
  margin-bottom: 15px;
}

.polaroid img {
  border: 10px solid #f4f4f4;
  border-bottom: 35px solid #f4f4f4;
  /*-webkit-box-shadow: 0 20px 20px -20px #777;
    -moz-box-shadow: 0 20px 20px -20px #777;
    box-shadow: 0 20px 20px -20px #777;*/
}

.polaroid h4 {
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: 10px;
}

.polaroid:hover img {
  border-color: rgba(0, 163, 58, 0.7);
}
.polaroid:hover h4 {
  color: white !important;
}

/* ==========================================================================
   contact
   ========================================================================== */

#map {
  height: 300px;
}

#contact-page .titel {
  font-weight: bold;
  color: #00a33a;
  margin: 15px 0;
}
#contact-page textarea {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

.btn-contact {
  background-color: white;
  color: #00a33a;
  border-color: #00a33a;
}
.btn-contact:hover {
  background-color: #00a33a;
  color: white;
}
.btn-contact:focus {
  background-color: white;
  color: #00a33a;
  border-color: #00a33a;
  outline: none !important;
}
.jumbotron {
  padding: 10px !important;
  background-color: transparent;
}
.jumbotron p {
  font-size: 16px;
  font-weight: 200;
}

/* ==========================================================================
Blog
========================================================================== */
#blog-page .titel {
  font-weight: bold;
}
#blog-page .blog-block {
  margin-bottom: 25px;
}

.blog-item {
  margin-bottom: 25px;
}
.blog-item .titel {
  color: #00a33a;
}
.blog-item .blog-meer-knop-wrapper a {
  color: #d6d6d6;
  font-size: 16px;
  letter-spacing: 1px;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
}
.blog-item .blog-meer-knop-wrapper {
  margin-left: -15px;
}

.blog-detail {
  margin-bottom: 25px;
}
.blog-detail img {
  margin: 0 auto;
  display: block;
}
.blog-detail h2 {
  color: #00a33a;
  margin-bottom: 15px;
}
.blog-detail .intro-tekst {
  font-weight: bold;
  font-style: italic;
  font-size: 16px;
  margin-bottom: 15px;
}
.blog-detail li {
  list-style-type: circle;
  margin-left: 20px;
}

.blog-detail .images-block {
  margin-top: 15px;
}
.blog-detail .images-block div {
  margin-bottom: 15px;
}

.blog-page-text {
  background-color: #f5f5f5;
}

/* ==========================================================================
   Response
   ========================================================================== */

@media only screen and (min-width: 1920px) {
  .text-section {
    margin-top: 100px;
  }
  .hero {
    height: 1300px;
  }
}

@media only screen and (max-width: 1550px) {
  .container.big {
    width: 100%;
    padding: 0 30px;
  }
}

@media only screen and (max-width: 1200px) {
  .menu li a {
    font-size: 28px;
  }
}
@media only screen and (max-width: 992px) {
  p {
    font-size: 15px;
  }
  .row-60 {
    margin: 0 -30px;
  }
  .row-60 > div {
    padding: 0 30px;
  }
  .title {
    font-size: 45px;
  }
  .menu li a {
    font-size: 24px;
  }
  .hero {
    height: 750px;
  }
  .titles-arrow > a {
    font-size: 17px;
  }

  .specialiteiten-block p {
    text-align: left !important;
    margin-left: 10%;
  }
}

@media only screen and (max-width: 767px) {
  .menu li a:after {
    content: "";
    padding: 0px;
  }

  header {
    display: none;
    height: 100%;
    background-color: rgba(0, 163, 58, 0.9);
    top: 55px;
  }
  .menu-toggle {
    display: block;
    font-size: 25px;
    right: 15px;
    color: #fff;
    z-index: 1000;
    position: fixed;
    width: 100%;
    float: right;
    text-align: right;
    left: 0;
    padding: 10px 15px;
    top: 0;
    background-color: rgba(0, 163, 58, 0.9);
  }
  .menu-toggle:focus,
  .menu-toggle:visited {
    color: #fff;
  }
  .menu {
    padding: 60px 0;
  }
  .menu li {
    display: block;
    line-height: 40px;
  }
  .menu li a {
    font-size: 22px;
  }
  .hero {
    height: 400px;
  }
  .cubes-img {
    width: 150px;
    margin-left: -75px;
    margin-top: -95px;
  }
  .hero h2 {
    font-size: 18px;
  }
  .hero p {
    font-size: 16px;
  }
  .hero span {
    font-size: 17px;
  }
  .text-section {
    margin-top: 30px;
  }
  .title {
    font-size: 30px;
    padding: 30px 0;
  }
  .blog-group article {
    margin-bottom: 25px;
  }
  .blog {
    height: 100%;
    padding: 40px 0;
    margin-bottom: 150px;
  }
  .blog-group article > img {
    width: 100%;
  }
  .blog-group {
    position: relative;
    top: 0;
    left: 0;
    padding: 200px 0;
    padding-bottom: 50px;
    transform: translate(0, 0);
    -moz-transform: translateX(0) translateY(0);
    -webkit-transform: translateX(0) translateY(0);
    -o-transform: translateX(0) translateY(0);
    -ms-transform: translateX(0) translateY(0);
  }
  .right-text {
    margin-top: 50px;
  }
  .span-layer {
    width: 30px;
    height: 30px;
  }
  .text-section article p {
  }
  .text-section article span {
    font-size: 15px;
    margin-left: -25px;
    margin-top: 5px;
  }
  .titles-arrow > a {
    font-size: 16px;
  }
  footer {
    padding: 30px 0;
  }
  .footer-info li {
    float: none;
    text-align: center;
    margin-bottom: 5px;
  }
  .footer-info {
    position: inherit;
    left: 0;
    transform: translateX(0);
  }

  .page {
    padding-top: 80px;
  }

  #behandelingen-page article span {
    font-size: 15px;
    margin-left: -25px;
    margin-top: 5px;
  }

  .blog-item .titel {
    color: #00a33a;
    margin-top: 10px;
  }

  .behandeling-index-intro {
    margin-left: 60px;
    margin-bottom: 50px;
  }

  .specialiteiten-block p {
    text-align: center !important;
    margin-left: 0;
  }

  .team-wrapper .wrapper-bottom {
    min-height: 50px;
  }
}

.behandeling-index-intro span {
  margin-left: 0px !important;
}
.behandeling-index-intro span * {
  color: black;
}

.blog-detail h4 {
  font-weight: bold;
  margin: 10px 0px;
}

.modal-window {
  position: fixed;
  background-color: rgba(200, 200, 200, 0.75);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.modal-window:target {
  opacity: 1;
  pointer-events: auto;
}

.modal-window > div {
  width: 400px !important;
  position: relative;
  margin: 10% auto !important;
  padding: 2rem !important;
  background: #fff;
  color: #444;
}

.modal-window h1 {
  font-weight: bold;
  color: #00a33a;
}

.modal-headerpopup {
  display: flex;
  align-items: center;
  justify-content: center;

  margin-bottom: 15px;
}

.modal-close {
  /* display: flex; */
  display: flex;
  align-items: center;
  justify-content: center;
  color: #aaa;
  line-height: 50px;
  /* font-size: 80%; */
  /* position: absolute;
  right: 0; */
  /* text-align: center; */
  /* top: 0; */
  /* width: 70px; */
  text-decoration: none;
}

.modal-close:hover {
  color: #000;
}

.modal-window h1 {
  font-size: 150%;
  /* margin: 0 0 15px; */
}

@media only screen and (max-width: 600px) {
  .modal-window > div {
    width: 100% !important;
    position: relative;
    margin: 10% auto;
    padding: 2rem !important;
    background: #fff;
    margin-top: 120px !important;
    color: #444;
  }
}

.form-group--check{
    display: none;
}