.intro {
	height: calc(100vh - 120px);
	display: flex;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.intro .container {
	display: flex;
	align-items: center;
}
.intro h2 {
	color: #ffffff;
	font-size: 52px;
	font-weight: 400;
	letter-spacing: 2px;
	text-shadow: 2px 2px rgba(43, 39, 39, 0.4);
}
.intro h2 span {
	display: block;
}
.green-btn {
	background-color: #B5D8AF;
	border-radius: 12px;
	display: inline-block;
	padding: 16px 24px;
	color: #ffffff;
	margin: 0px 20px 0px 0px;
	box-sizing: border-box;
	transition: transform 0.2s ease-in-out, box-shadow 0.4s ease-in-out;
}
.no-touch .green-btn:hover {
	transform: scale(1.04);
    transition: transform 0.2s ease-in-out, box-shadow 0.4s ease-in-out;
    -webkit-box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.6);
	-moz-box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.6);
	box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.6);
}
.openingstijden .green-btn {
	margin: 40px 0px 0px 0px;
	padding: 14px 22px;
	font-size: 16px;
	box-sizing: border-box;
}
.inschrijven .green-btn {
	margin: 10px 0px 0px 0px;
	padding: 10px 22px;
	font-size: 16px;
	box-sizing: border-box;
}
.intro .inschrijven {
	background-color: #000000;
	border-radius: 12px;
	display: inline-block;
	padding: 16px 24px;
	color: #ffffff;
	box-sizing: border-box;
	transition: transform 0.2s ease-in-out, box-shadow 0.4s ease-in-out;
}
.no-touch .intro .inschrijven:hover {
	transform: scale(1.04);
    transition: transform 0.2s ease-in-out, box-shadow 0.4s ease-in-out;
    -webkit-box-shadow: 0px 0px 15px -5px rgba(0,0,0,1);
	-moz-box-shadow: 0px 0px 15px -5px rgba(0,0,0,1);
	box-shadow: 0px 0px 15px -5px rgba(0,0,0,1);
}
.openingstijden .container {
	display: flex;
}
.openingstijden-inner {
	margin-left: auto;
	margin-top: -180px;
	width: 45%;
	background-color: #ffffff;
	border-radius: 14px;
	display: inline-block;
	padding: 40px 60px;
	box-sizing: border-box;
	-webkit-box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.3);
}
.openingstijden-inner h2 {
	margin: 0px 0px 45px 0px;
	font-weight: 400;
	color: #B5D8AF;
	font-size: 40px;
}
.openingstijden-inner h2 span {
	color: #000000;
	padding: 0px 0px 0px 8px;
}
.openingstijden-text {
	border-left: 2px dashed rgba(0,0,0,0.3);
	padding: 15px 15px 15px 50px;
	box-sizing: border-box;
}
.openingstijden-text p {
	margin: 0px;
	line-height: 28px;
}
.tandartspraktijk {
	margin: 0px 0px 120px 0px;
}
.tandartspraktijk .container {
	display: flex;
}
.tandartspraktijk .text {
	margin-top: -50px;
	padding: 0px 120px 0px 0px;
	box-sizing: border-box;
}
.tandartspraktijk .text h2 {
	margin: 0px;
	font-weight: 400;
	color: #AECEA6;
	font-size: 40px;
}
.tandartspraktijk .text h2 span {
	color: #000000;
	margin: 10px 0px 0px 0px;
	display: block;
}
.tandartspraktijk .text h3 {
	font-weight: 400;
	font-style: italic;
	margin: 10px 0px;
	font-size: 18px;
}
.tandartspraktijk .text p {
	line-height: 28px;
	margin: 10px 0px 30px 0px;
}
.tandartspraktijk .maps,
.openingstijden .maps {
	margin: 40px 0px;
	padding: 24px 30px;
	box-sizing: border-box;
	width: 45%;
	flex-shrink: 0;
	background-image: url(../../maps.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: #ffffff;
	border-radius: 14px;
	display: flex;
	justify-content: flex-end;
	-webkit-box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.3);
}
.tandartspraktijk .maps a,
.openingstijden .maps a {
	align-self: flex-end;
	display: inline-block;
	height: 52px;
	width: 52px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #000000;
	border-radius: 90px;
	color: #ffffff;
	font-size: 20px;
	transition: transform 0.2s ease-in-out, box-shadow 0.4s ease-in-out;
}
.no-touch .maps a:hover {
	transform: scale(1.04);
    transition: transform 0.2s ease-in-out, box-shadow 0.4s ease-in-out;
    -webkit-box-shadow: 0px 0px 15px -5px rgba(0,0,0,1);
	-moz-box-shadow: 0px 0px 15px -5px rgba(0,0,0,1);
	box-shadow: 0px 0px 15px -5px rgba(0,0,0,1);
}
.tandartspraktijk .maps span,
.openingstijden .maps span {
	height: 0px;
	width: 0px;
	overflow: hidden;
	display: block;
}
.behandelingen {
	background-color: #EAF1E9;
	padding: 120px 0px;
}
.behandelingen .container {
	width: 1240px;
}
.behandelingen h2 {
	margin: 0px 0px 20px 20px;
	font-weight: 400;
	font-size: 40px;
}
.behandelingen .behandelingen-wrap {
	display: flex;
	overflow: hidden;
	position: relative;
	height: 270px;
}
.behandelingen .behandelingen-slide {
	display: flex;
	width: calc(100% - 65px);
	overflow: hidden;
	position: relative;
}
.behandelingen .behandelingen-slide a {
	display: block;
    width: 100%;
    padding: 60px 0px;
}
.behandelingen .behandelingen-box {
	justify-content: center;
	text-align: center;
	position: absolute;
	height: 230px;
	word-wrap: break-word;
	width: calc(25% - 40px);
	left: 100%;
	margin: 20px;
	flex-shrink: 0;
	background-color: #ffffff;
	border-radius: 14px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	font-weight: 700;
	-webkit-box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.3);
	transition: left 0.4s ease-in-out, transform 0.2s ease-in-out, box-shadow 0.4s ease-in-out;
}
.no-touch .behandelingen-box:hover {
	transform: scale(1.04);
    transition: transform 0.2s ease-in-out, box-shadow 0.4s ease-in-out;
    -webkit-box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.6);
	-moz-box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.6);
	box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.6);
}
.behandelingen .behandelingen-box:nth-of-type(1) {
	left: -25%;
}
.behandelingen .behandelingen-box:nth-of-type(2) {
	left: 0%;
}
.behandelingen .behandelingen-box:nth-of-type(3) {
	left: 25%;
}
.behandelingen .behandelingen-box:nth-of-type(4) {
	left: 50%;
}
.behandelingen .behandelingen-box:nth-of-type(5) {
	left: 75%;
}
.behandelingen .behandelingen-box .icon {
	width: 100%;
}
.behandelingen .behandelingen-box img {
	height: 60px;
	margin: 0px auto 15px auto;
}
.behandelingen .controls {
	background-color: #B5D8AF;
	margin: 20px 20px 20px 0px;
	width: 65px;
	cursor: pointer;
	flex-shrink: 0;
	border-radius: 14px;
	font-size: 46px;
	color: #ffffff;
	display: inline-block;
	padding: 0px 24px;
	box-sizing: border-box;
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
	-webkit-box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.3);
	transition: transform 0.2s ease-in-out, box-shadow 0.4s ease-in-out;
}
.no-touch .behandelingen .controls:hover {
	transform: scale(1.04);
    transition: transform 0.2s ease-in-out, box-shadow 0.4s ease-in-out;
    -webkit-box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.6);
	-moz-box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.6);
	box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.6);
}
.behandelingen .view-all {
	font-weight: 700;
	margin: 10px 20px 0px 0px;
	display: flex;
	align-items: center;
    justify-content: flex-end;
}
.behandelingen .view-all i {
	margin: 0px 0px 0px 15px;
	font-size: 24px;
}
.inschrijven {
	padding: 130px 0px;
}
.inschrijven .container {
	display: flex;
	position: relative;
	align-items: center;
}
.inschrijven .inschrijven-image {
	width: 100%;
	border-radius: 14px;
	flex-shrink: 0;
	-webkit-box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.3);
    position: relative;
}
.inschrijven .inschrijven-image img {
	border-radius: 14px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    max-height: 500px;
}
.inschrijven .inschrijven-text {
	line-height: 28px;
	padding: 60px 60px 50px 60px;
	box-sizing: border-box;
	border-radius: 14px;
	width: calc(50% + 100px);
	flex-shrink: 0;
	right: 0;
    position: absolute;
    z-index: 5;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.3);
}
.inschrijven h2 {
	margin: 0px 0px 30px 0px;
	font-weight: 400;
	font-size: 40px;
}
.gecertificeerd {
	padding: 0px 0px 140px 0px;
}
.gecertificeerd h2 {
	font-weight: 400;
	margin: 20px 0px 30px 0px;
}
.gecertificeerd .gecertificeerd-inner {
	display: flex;
	padding: 40px 0px;
	box-sizing: border-box;
	border-radius: 14px;
    -webkit-box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.3);
}
.gecertificeerd .gecertificeerd-box {
	padding: 20px 0px;
	flex: 1;
	border-right: 2px dashed rgba(0,0,0,0.3);
	display: flex;
	align-items: center;
	justify-content: center;
}
.gecertificeerd .gecertificeerd-box img {
	max-height: 100px;
}
.gecertificeerd .gecertificeerd-box:last-of-type {
	border: 0px;
}
.openingstijden .maps {
	display: none;
}
@media (max-width: 1300px) {
	.behandelingen .container {
		width: 1040px;
	}
	.behandelingen .behandelingen-box {
		width: 230px;
		left: 120%;
	}
	.behandelingen .behandelingen-box:nth-of-type(1) {
		left: -270px
	}
	.behandelingen .behandelingen-box:nth-of-type(2) {
		left: 0;
	}
	.behandelingen .behandelingen-box:nth-of-type(3) {
		left: 270px
	}
	.behandelingen .behandelingen-box:nth-of-type(4) {
		left: 540px;
	}
	.behandelingen .behandelingen-box:nth-of-type(5) {
		left: 810px;
	}
}
@media (max-width: 1100px) {
	.behandelingen .container {
		width: 100%;
		margin: 0px;
		box-sizing: border-box;
	}
}
@media (max-width: 1000px) {
	.openingstijden-inner {
		width: calc(50% - 20px);
		padding: 30px !important;
		margin-left: unset;
		margin-top: unset;
	}
	.openingstijden-inner h2 {
		font-size: 32px;
		margin: 0px 0px 20px 0px !important;
	}
	.openingstijden .green-btn {
		margin: 20px 0px 0px 0px !important;
	}
	.openingstijden-text p {
		font-size: 16px;
		line-height: 22px;
	}
	.openingstijden-text {
		border-left: 0px;
		padding: 0px !important;
	}
	.openingstijden .container {
		margin-top: -100px;
		justify-content: space-between;
	}
	.openingstijden .maps {
		display: flex;
		width: calc(50% - 20px);
		margin: 0px;
	}
	.tandartspraktijk .text {
		margin-top: 70px;
	}
	.tandartspraktijk .maps {
		display: none;
	}
}
@media (max-width: 700px) {
	.intro .intro-inner {
		display: none;
	}
	.openingstijden-inner {
		width: 100%;
		padding: 30px;
	}
	.tandartspraktijk .maps {
		display: flex;
	}
	.openingstijden .maps {
		display: none;
	}
	.openingstijden-inner h2 {
		font-size: 32px;
		margin: 0px 0px 20px 0px;
	}
	.openingstijden .green-btn {
		margin: 20px 0px 0px 0px;
	}
	.openingstijden-text p {
		font-size: 16px;
		line-height: 22px;
	}
	.openingstijden-text {
		border-left: 0px;
		padding: 0px;
	}
	.intro {
		height: 320px;
	}
	.tandartspraktijk .container {
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
	.tandartspraktijk .text {
		padding: 0px;
		margin: 0px;
	}
	.tandartspraktijk .maps {
		height: 280px;
		width: 100%;
	}
	.tandartspraktijk .text h2 {
		font-size: 32px;
	}
	.tandartspraktijk .text h2 span {
		margin: 0px;
	}
	.inschrijven .container {
		flex-wrap: wrap;
		justify-content: center;
	}
	.inschrijven .inschrijven-image {
		width: 100%;
	}
	.inschrijven .inschrijven-text {
		position: relative;
		width: calc(100% - 30px);
		margin-top: -70px;
	}
	.inschrijven h2 {
		font-size: 0px 0px 20px 0px;
		font-size: 32px;
		line-height: 36px;
	}
	.inschrijven p {
		font-size: 16px;
	}
	.inschrijven .inschrijven-text {
		padding: 30px;
	}
	.inschrijven .inschrijven-text p {
		line-height: 22px;
	}
	.gecertificeerd-inner {
		padding: 20px !important;
	}
	.gecertificeerd .gecertificeerd-inner {
		flex-wrap: wrap;
	}
	.gecertificeerd .gecertificeerd-box img {
		max-width: calc(100% - 40px);
	}
	.gecertificeerd .gecertificeerd-box {
		flex: unset;
		display: flex;
		height: 120px;
		align-items: center;
		width: calc(50% - 2px);
		border-bottom: 2px dashed rgba(0,0,0,0.3);
	}
	.gecertificeerd .gecertificeerd-box:nth-of-type(2) {
		border-right: 0px;
	}
	.gecertificeerd .gecertificeerd-box:nth-of-type(3) {
		border-bottom: 0px;
	}
	.behandelingen .container {
		width: 100%;
		margin: 0px;
	}
	.behandelingen h2 {
		font-size: 32px;
	}
	.behandelingen .behandelingen-wrap {
		height: unset;
		flex-wrap: wrap;
	}
	.controls i {
		transform: rotate(90deg);
	}
	.behandelingen .behandelingen-slide {
		position: unset;
		width: 100%;
		height: 305px;
		flex-wrap: wrap;
		position: relative;
	}
	.behandelingen .behandelingen-box {
		height: auto;
		width: calc(100% - 40px);
		margin: 10px 20px;
		padding: 10px;
		left: 0px !important;
		top: calc(-82px + -20px);
		transition: top 0.4s ease-in-out;
		display: none;
	}
	.behandelingen .behandelingen-box:nth-of-type(1) {
		top: calc(-82px + -20px);
		display: flex;
	}
	.behandelingen .behandelingen-box:nth-of-type(2) {
		top: 0px;
		display: flex;
	}
	.behandelingen .behandelingen-box:nth-of-type(3) {
		top: calc(+82px + +20px);
		display: flex;
	}
	.behandelingen .behandelingen-box:nth-of-type(4) {
		top: calc((+82px + +20px) * 2);
		display: flex;
	}
	.behandelingen .behandelingen-box:nth-of-type(5) {
		top: calc((+82px + +20px) * 3);
		display: flex;
	}
	.behandelingen .behandelingen-box a {
		padding: 0px;
	}
	.behandelingen .behandelingen-box .icon {
		width: 60px;
		margin: 0px 16px;
	}
	.behandelingen .behandelingen-box .icon img {
		width: 50px;
		margin: auto;
		object-fit: contain;
	}
	.behandelingen .behandelingen-box a > div:first-child {
		display: flex;
		align-items: center;
	}
	.behandelingen .controls {
		margin: 20px;
		width: calc(100% - 40px);
		padding: 10px 0px;
	}
}