.under-cover .container {
	display: flex;
	width: 1100px;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 70px;
	position: relative;
}
.under-cover .tandartspraktijk,
.under-cover .openingstijden {
	width: calc(50% - 20px);
}
.openingstijden-inner {
	background-color: #ffffff;
	border-radius: 14px;
	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 .green-btn {
	margin: 40px 0px 0px 0px;
    padding: 14px 22px;
    font-size: 16px;
    box-sizing: border-box;
}
.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;
}
.maps {
	padding: 24px 30px;
	box-sizing: border-box;
	width: calc(50% - 20px);
	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);
}
.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);
}
.maps span {
	height: 0px;
	width: 0px;
	overflow: hidden;
	display: block;
}
.container-medium {
	width: 960px;
    margin: 0px auto 100px auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.container-side {
	width: calc(50% - 20px);
}
.container-side .title {
    margin: 30px 0px;
    font-weight: 400;
    color: #000000;
    font-size: 40px;
}
.container-side .special-title {	
	margin: 30px 0px;
	font-weight: 400;
	color: #AECEA6;
	font-size: 40px;
}
.container-side .special-title span {
	color: #000000;
	margin: 10px 0px 0px 0px;
	display: block;
}
.adres p {
	margin: 20px 0px;
}
.adres h2 {
	font-size: 22px;
	margin: 30px 0px 10px 0px !important;
}
.adres .social {
	width: 48px;
	height: 48px;
	background-color: #B5D8AF;
	color: #ffffff !important;
	border-radius: 90px;
	font-size: 20px;
	margin: 8px 8px 0px 0px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: transform 0.2s ease-in-out, box-shadow 0.4s ease-in-out;
}
.content .wpcf7 * {
	padding: 0px;
	margin: 0px;
}
.content .wpcf7-acceptance {
	font-size: 16px;
    line-height: 20px;
}
.content .wpcf7-acceptance label {
	display: flex;
	align-items: center;
	-webkit-user-select: none;
	-moz-user-select: none;
  	-ms-user-select: none;
 	user-select: none;
 	cursor: pointer;
}
.acceptance-btn {
	width: 20px;
    height: 20px;
    background: red;
}
.content .wpcf7-acceptance label
.content .wpcf7-acceptance a {
	text-decoration: underline;
}
.content .wpcf7 .input-field {
	display: flex;
	width: 100%;
	border: 1px solid rgba(0,0,0,0.1);
	color: #57606f;
	box-sizing: border-box;
	margin: 24px 0px 0px 0px;
	border-radius: 14px;
	padding: 24px 34px;	
	font-size: 16px;
	-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);
	resize: none;
}
.content .wpcf7 br {
	display: none;
}
.content .wpcf7 .input-field.wpcf7-not-valid {
	border: 1px solid rgba(192, 57, 43, 1);
}
span.wpcf7-not-valid-tip {
	color: #C0392B;
	padding: 5px 0px 0px 0px !important;
	font-size: 14px;
}
.acceptance-box {
	display: flex;
	margin: 20px 0px 0px 0px !important;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
	align-items: center;
}
label.dentaltalent-acceptance {
	width: 28px;
    height: 28px;
    display: flex;
    border-radius: 8px;
    margin: 0px 15px 0px 0px !important;
    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);
}
label.dentaltalent-acceptance.active {
	background-color: #B5D8AF;
}
.acceptance-box a {
	text-decoration: underline !important;
}
.acceptance-box input {
	display: none;
}
.acceptance-box p {
	display: flex;
	align-items: center;
	gap: 10px;
}
div.wpcf7-response-output,
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
    border: 0px;
    background-color: #fff;
	color: #000;
    padding: 24px 30px !important;
    border-radius: 14px;
    font-size: 16px;
    -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);
}
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
	color: #ffffff;
    background-color: #C0392B;
}
.wpcf7-mail-sent-ok {
	background-color: #B5D8AF !important;
}
.wpcf7-submit {
	background-color: #B5D8AF;
	margin: 22px 0px 0px 0px !important;
	color: #ffffff;
	border-radius: 14px;
	font-family: alwyn-new-rounded-web, sans-serif;
	font-size: 16px;
	border: none;
	padding: 15px 32px !important;
	text-decoration: none;
	display: inline-block;
	cursor: pointer;
	transition: transform 0.2s ease-in-out, box-shadow 0.4s ease-in-out;
}
.no-touch .wpcf7-submit: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.4);
	-moz-box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.4);
}
.wpcf7-submit:disabled {
	background-color: #EAF1E9;
}
::placeholder,
:-ms-input-placeholder,
::-ms-input-placeholder {
	opacity: 1;
	color: #57606f;
}
textarea,
input {
	font-family: alwyn-new-rounded-web, sans-serif;
}
textarea:focus,
input:focus {
	outline: none;
	border: 1px solid #B5D8AF !important;
}
@media (max-width: 1000px) {
	.container-medium {
		width: calc(100% - 40px) !important;
		margin: 0px 20px;
		box-sizing: border-box;
	}
	.openingstijden-inner {
		width: 100%;
		padding: 30px !important;
	}
	.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;
	}
}
@media (max-width: 700px) {
	.under-cover .container {
    	width: calc(100% - 40px) !important;
	    margin: -20px 20px 0px 20px;
	    box-sizing: border-box;
	}
	.container-side .special-title {
		font-size: 32px;
	}
	.container-side .title {
		margin: 0px 0px 16px 0px;
	}
	p {
		margin: 20px 0px;
	}
	.under-cover .openingstijden,
	.under-cover .maps {
		width: 100%;
	}
	.under-cover .maps {
		margin: 30px 0px 0px 0px;
		height: 260px;
	}
	.container-side {
		width: 100%;
		padding: 0px 0px 70px 0px;
	}
}

.content .wpcf7 .row-label {
	margin-top: 30px;
	margin-bottom: -20px;
	font-weight: bold;
}

.content .wpcf7 .wpcf7-checkbox {
	margin-top: 20px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.content .wpcf7 .wpcf7-checkbox .wpcf7-list-item-label {
	display: flex;
	align-items: center;
}

.content .wpcf7 .wpcf7-checkbox .wpcf7-list-item-label::before {
	content: '';
	width: 28px;
    height: 28px;
    display: flex;
    border-radius: 8px;
    margin: 0px 15px 0px 0px !important;
    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);
}


.content .wpcf7 .wpcf7-checkbox input:checked + .wpcf7-list-item-label::before {
	background-color: #B5D8AF;
}