.rd-navbar-fixed .rd-nav-link {
    color: white;
}
.booking-form .form-label {
    color: #0099ff;
	border-bottom: 1px dotted #0099ff;
}
.form-content h2 {
	font-size: 5px;
} 

@media (min-width: 768px) {
	.booking-form > div:nth-child(4) {
	    flex: 0 0 20%;
	    max-width: none;
	}
}

.product-featured-caption {
    background: none;
    position: absolute;
    bottom: 0px;
    width: 100%;
	margin-right: 15px;
}
.product-featured-caption h4 {
   font-size: 40px;
   font-weight: bold;
   color: white;
}

.product-featured-figure .product-featured-button {
    bottom: 170px;
}

.big {
    font-size: 28px;
 }
.product-featured-figure {
   overflow: hidden;
 }



@media (min-width: 992px) {
    .booking-form > div:nth-child(2) {
       flex: 0 0 24%;
       max-width: 24%;
   }
   .booking-form > div:nth-child(3) {
       flex: 0 0 24%;
       max-width: 24%;
   }
   .booking-form > div:nth-child(4) {
       flex: 0 0 24%;
       max-width: 24%;
   }
   .booking-form > div:nth-child(5) {
        flex: 0 0 24%;
        max-width: 24%;
   }
}
.nav-link.large {
   font-size: 30px;
}
.rd-navbar-aside.rd-navbar-static .rd-navbar-nav-wrap {
    width: 250px;
}
@media (min-width: 992px) {
	.section-main-bunner {
		min-height: 90vh;
		height: 90vh;
	}
}
ul.breadcrumbs-custom-path li a:hover {
	color: #005c99;
}

.h4 {
	margin-bottom: 30px;
}
.legal h5,
.legal li {
	margin-bottom: 10px;
}
.legal h5 {
	margin-top:20px;
}

@media (max-width: 1200px) {
    .spacer-top {
	  margin-top: 50px;
  }
}


.spacer-top {
	padding-top: 50px;
}
.spacer-bottom {
	padding-bottom: 30px;
}

.spacing section {
	padding: 0px;
}
.center-italic {
	font-style: italic;
	margin-top: 10px;
}
.breadcrumbline,
.actieveBehandeling {
	visibility: hidden;
}




@media (min-width: 768px) {
	.section-sm {
		padding: 40px 0;
	}
	.section-md {
		padding: 40px 0;
	}
	.section-lg {
		/*! padding: 85px 0; */
	}
	.section-xl {
		padding: 40px 0;
	}
	.section-xxl {
		padding: 40px 0;
	}
	.product-featured-caption {
	  	max-width: 330px;
		background: rgba(0, 0, 0, 0.2);
  	}
}

@media (min-width: 992px) {
	.section-lg {
		padding: 0px 0;
	}
	.section-md {
		padding: 40px 0 90px;
	}
	.section-lg {
		/*! padding: 100px 0; */
	}
	.section-xl {
		padding: 40px 0;
	}
	.section-xxl {
		padding: 40px 0;
	}
	.product-featured-caption {
	  	max-width: 290px;
		background: rgba(0, 0, 0, 0.2);
  	}
}

@media (min-width: 1200px) {
	.section-lg {
		padding: 40px 0;
	}
	.section-xl {
		padding-bottom: 20px;
	}
	.section-xxl {
		padding: 40px 0;
	}
	@media (min-width: 1200px) {
	* + .rd-form {
		margin-top: 30px;
	}
	.container + .container {
		margin-top: 65px;
	}
	.row + .row {
		margin-top: 20px;
	}
	.product-featured-caption {
	  	max-width: 370px;
		background: rgba(0, 0, 0, 0.2);
  	}
}

.footer-minimal {
    padding-bottom: 20px;
	padding-top: 50px;
}
.footer-minimal .rights{
    margin-top: 30px;
}
section-transform-top {
	margin-bottom: 0px;
}
.center {
	justify-content: space-around;
}

.quip {
	margin-top:-90px;
}
.quip-comment-meta {
	color: #0099ff;
	padding-bottom: 10px;
}
.quip-comment-text {
	padding-bottom: 30px;
}
.quip-success {
	text-align: center;
	color: #0099ff;
	padding-bottom:10px;
	margin-top:-30px;
}

.booking-title {
    font-weight: 400;
    text-transform: lowercase;
	color: #0099ff;
	font-size: 20px;

}

.shiftUpBut {
	margin-top: -20px;
}
.hidden {
	visibility:hidden;
	height:1px;
	width:1px;
}
.contactHeight {
	height: 0px;
	margin-bottom:130px;
}
.shiftUp {
	margin-top: -30px;
}

.shiftDown {
	margin-top: 25px;
}
.paddingBottom {
	padding-bottom: 20px;
}

@media (min-width: 1800px) {}
	.rd-navbar-aside.rd-navbar-static .rd-navbar-nav-wrap {
	  position: fixed;
	  top: 0;
	  bottom: 0;
	  right: 0;
	  z-index: 1101;
	  width: 450px;
	  padding: 94px 0 0 0;
	  background: #0099ff;
	  transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
	  transform: translateX(100%);
	  box-shadow: 0 0 13px 0 rgba(21, 21, 21, 0.3);
  }
}
.row-50 {
    margin-bottom: 0px;
}
.container.shiftUp h3 {
	margin-top:-10px;
}
.container.shiftUp p {
	padding-bottom: 20px;
}
@media (min-width: 1200px) {
	.container.shiftUp h3 {
	  margin-top:-50px;
  }
 }