/*=======================================================================
                        Body overwrites
=========================================================================*/

body {
	font-family: "Times New Roman", Times, serif;
}


.customheader-1 {
	text-align: center;
	margin-bottom: 80px;
}

.customheader-1 span{
	font-size: 3rem;
	font-family: "Times New Roman", Times, serif;
	font-weight: 600;
	color: black;
	display: inline-block;
  	position: relative;
}

.customheader-1 span:before,
.customheader-1 span:after {
	content: "";
    position: absolute;
    border-bottom: 1px solid black;
    top: 50%;
    width: 130px;
}

.customheader-1 span:before {
	right: 100%;
	margin-right: 20px;
}

.customheader-1 span:after {
	left: 100%;
	margin-left: 20px;
}

.customheader-4 {
	margin-bottom: 40px;
}

.customheader-4 span{
	font-size: 1.3rem;
	font-family: "Times New Roman", Times, serif;
	font-weight: 600;
	color: black;
	display: inline-block;
  	position: relative;
}

.customheader-4 span:before,
.customheader-4 span:after {
	content: "";
    position: absolute;
    border-bottom: 1px solid black;
    top: 50%;
    width: 30px;
}

.customheader-4 span:before {
	right: 100%;
	margin-right: 15px;
}

.customheader-4 span:after {
	left: 100%;
	margin-left: 15px;
}

.header-center {
	text-align: center;
}

.header-offset {
	margin-top: 50px;
}

.subscript {
	width: fit-content;
	text-align: center;
	margin: auto;
}

.no-padding-top {
	padding-top: 0;
}

/*=======================================================================
                        Navigation bar overwrites
=========================================================================*/
.main_menu_bg {
	height: 140px;
}

.navbar {
	height: calc(100% - 15px);
	margin: 0;
}

.navbar .container-fluid {
	height: 100%;
}

.navbar .navbar-header {
	height: 100%
}

.navbar .navbar-brand {
	padding: 0;
	height: 100%;
}

.navbar-brand>img {
    height: 100%;
    max-width: unset;
}

.main_menu_bg .nave_menu {
	height: calc(100% - 15px);
    margin: 15px 0 0;
}

.main_menu_bg > .container {
	height: 100%;
}
.main_menu_bg .row {
	height: 100%;
}

.navbar-collapse.collapse {
	display: flex !important;
    flex-direction: row-reverse;
    height: 100% !important;
}

.navbar-nav {
	display: flex;
    align-items: center;
}

.main_menu_bg .navbar-nav>li>a {
	font-size: 1rem;
    font-weight: bold;
    padding-bottom: 10px;
}

.navbar-nav > .nav-item > .nav-link span:before {
    content: "";
    position: absolute;
    width: calc(100% - 30px);
    height: 2px;
    bottom: 0;
    left: 0;
    background: #000000;
    visibility: visible;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    margin: 0 15px;
}
.navbar-nav > .nav-item > .nav-link:hover span:before {
	visibility: visible;
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
	transform: scaleX(1);
}

.navbar-nav > .nav-item.active .nav-link span:before {
	visibility: visible;
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}

@media (max-width: 768px) {
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	    border-color: #e7e7e7;
	    margin-top: 53px;
	    background: white;
	}

	.navbar-nav > .nav-item > .nav-link span:before {
		display: none;
	}

	.navbar-collapse.in .navbar-nav > .nav-item > .nav-link span:before {
		display: block;
	}

	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		margin-top: 16px;
	}

	.navbar-collapse.collapsing {
	  transition: none;
	}

	.navbar-collapse .navbar-nav {
		display: none;
	}

	.navbar-collapse.in .navbar-nav{
		display: flex;
	}

	.main_menu_bg .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
		background: unset;
	}
}
/*=======================================================================
                        Home Section overwrites
=========================================================================*/

.navbar-offset {
	padding-top: 140px;
}

.navbar-small-offset {
	padding-top: 80px;
}

.home .owl-carousel {
	margin: 30px auto 0;
    max-width: 950px;
    width: 85%;
}

.home .owl-carousel .owl-stage-outer, .home .owl-carousel .owl-stage, .home .owl-carousel .owl-item, .home .owl-carousel a, .home .owl-carousel img {
	height: inherit;
}

.home .owl-carousel img {
	object-fit: contain;
}

.home .owl-carousel .owl-dots {
	bottom: 50px;
	position: relative;
	width: 100%;
    text-align: center;
}

.home .owl-carousel .owl-dot > span {
	width: 7px;
    height: 7px;
    display: inline-block;
    border-radius: 50px;
    margin: 3px;
    background: #fff;
}

.home .owl-carousel .owl-dot.active > span {
    background: #000;
}

/*=======================================================================
                        Profile Section overwrites
=========================================================================*/
.profile {
	background-image: url(../images/profile.jpg);
    padding: 50px 20px 200px 42%;
    background-size: cover;
    background-position-x: right;
    color: white;
    width: 85%;
    max-width: 950px;
    margin: auto;
    font-size: 16px;
}

.profilepicture {
	display: none;
}

@media (max-width: 768px) {
	.profilepicture {
		background-image: url(../images/profile-mobile.jpg);
	    background-size: cover;
	    background-repeat: no-repeat;
	    background-position: center;
	    width: 85%;
	    height: 0;
	    padding-top: 77%;
	    margin: auto;
	    display: block;
	}

	.profile {
		background-image: unset;
		background-color: #989a91;
		height: auto;
		font-size: 12px;
		padding: 20px;
	}

	.profileheader {
		text-align: center;
		margin: 0 auto 30px !important;
	}
}

.profile li {
	margin-bottom: 15px;
}

.profileheader {
	margin-left: 45px;
	margin-bottom: 30px;
}

.profileheader span{
	color: white;
}

.profileheader span:before,
.profileheader span:after {
    border-bottom: 1px solid white;
}

/*=======================================================================
                        Behandelingen Section overwrites
=========================================================================*/
.behandeling-header {
	font-size: 1.3rem;
	font-family: "Times New Roman", Times, serif;
	font-weight: 600;	
	margin-bottom: 20px;
    color: black;
    height: 66px;
}

.behandeling-image img{
	width: 200px;
	height: 200px;
}

.behandeling p {
	padding: 5px 20px;
}

.behandeling {
	margin-bottom: 80px;
}

.behandeling-info {
	margin: 20px auto;
	text-align: center;
	width: fit-content;
	white-space: nowrap;
}

.behandeling-info img {
	width: 55px;
	height: 55px;
	margin-right: 20px;
	float: left;
}

.behandeling-info p{
	color: black;
	line-height: 55px;
	word-break: break-word;
    white-space: normal;
    padding: 0px 9px;
}

.behandeling-info a {
	white-space: nowrap;
}

@media (max-width: 768px) {

	.behandeling-info p{
		line-height: unset;
	}

	.behandeling-info img {
		margin-right: 8px;
	}

}

.tarieven-header {
	text-align: center;
}

.tarieven-body {
	padding: 0 80px;
}

/*=======================================================================
                        Tarieven Section overwrites
=========================================================================*/

.download-fiche-button {
	width: 250px;
    align-self: center;
}

/*=======================================================================
                        Afspraak Section overwrites
=========================================================================*/

.afspraak-image {
	display: block;
}

.afspraak-image img{
	width: 100px;
	height: 100px;
}

.afspraak b {
	color: black;
}

.afspraak h5 {
	color: black;
}

.afspraak {
	margin-bottom: 70px;
}

/*=======================================================================
                        Contact Section overwrites
=========================================================================*/

#googlemaps {
	margin: 70px auto;
    width: 85%;
    max-width: 950px;
    height: 400px;
}

.mapouter{
	position:relative;
	text-align:right;
    width: 70%;
    min-width: 500px;
    height: 400px;
}

.gmap_canvas {
	overflow:hidden;
	background:none !important;
    width: 100%;
    height: 100%;
    margin: auto;
}

.gmap_canvas iframe {
	width: 100%;
	height: 100%;
	margin: auto;
}