@import url('https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700');

html {
    overflow-x: hidden;
}

.verborgen{
    visibility: hidden;
}
form #website{ display:none; }

 ul.red {
  list-style: none;
}
.img-responsive{
	    display: block;  
}
.bg-white{
	  background-color: white !important;
}
#bgwhite{
	  background: white;
}
ul.red li::before {
  content: "\2022";
  color: #bf0a27;
  font-weight: bold;
  display: inline-block;
    font-size: 18px; 
  width: 1em;
  margin-left: -1em;
}
.playbutton { 
    border: medium none;
    color: #fff;
    display: block;
    font-size: 18px;
    left: 0;
    margin: 0 auto;
    padding: 0px 0px;
    position: absolute;
    right: 0;
	width:10%;
    top: 45%;
}

body {
    font-family: 'Noto Sans', sans-serif;
    overflow-x: hidden;
}

b {
    font-weight: bold;
}
img {
    pointer-events: none;
}
h1, .h1 {
    font-size: 32px;
    font-weight: bold;
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}

h1::before, .h1::before {
    content: '';
    width: 16px;
    height: 16px;
    background-color: #bf0a27;
    border-radius: 100px;
    display: block;
    position: absolute;
    left: -25px;
    top: 50%;
    transform: translateY(-50%);
}
h2, .h2 {
    font-size: 32px;
    font-weight: bold;
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}

h2::before, .h2::before {
    content: '';
    width: 16px;
    height: 16px;
    background-color: #bf0a27;
    border-radius: 100px;
    display: block;
    position: absolute;
    left: -25px;
    top: 50%;
    transform: translateY(-50%);
}

p {
    font-size: 20px;
}
.heightmax{ 
    position: relative;
}
.bottomfixed{
    position: absolute; 
    bottom: 0px;
}
.transparantwit {
    background-color: #9e9e9e;
    -moz-opacity: 0.95;
    -khtml-opacity: 0.95;
    opacity: 0.95;
    padding: 30px 30px;
}

.top-padding, .top-bottom-padding {
    padding-top: 100px;
}

.bottom-padding, .top-bottom-padding {
    padding-bottom: 100px;
}

.underline {
    text-decoration: underline;
}

.premenu {
    background-color: #272727;
    color: #fff;
    padding: 15px 40px;
}

.premenu a {
    color: #fff;
}

.premenu a:hover {
    color: #bf0a27;
}

header {
    background-color: #bf0a27;
    color: #fff;
    position: fixed;
    z-index: 10000;
    width: 100vw;
}

.btn {
    padding: 15px 40px;
    display: inline-block;
    font-size: 24px;
    border-radius: 0;
    margin-top: 22px;
}

.btn:focus {
    box-shadow: 0 0 16px -2px #000 !important;
}

.btn.green {
    background-color: #bf0a27;
  //  background-color: #d08d00;
    color: #fff;
    box-shadow: 0 0 16px -2px #000;
	border-radius:10px;
}

.btn.white {
    background-color: #fff;
    color: #000 !important;
}

.text-green {
    color: #009942;
}

.text-white {
    color: #fff;
}

.nav-item .nav-link {
    color: #fff;
}

.nav-item .nav-link:hover, .nav-item .nav-link.active {
    border-bottom:2px solid #fff;
}

.navbar-wrapper {
    padding-left: 40px;
}
.phone{
		font-size:23px;color:white;
	float:right; 
}
.navbar {
    width: calc(100% - 40px);
    padding: 12px 0;
}

.navbar-toggler {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
}

.navbar-toggler:focus {
    outline: none;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    background-color: #fff !important;
    border-radius: 0 !important;
}

.navbar-nav {
    width: 100%;
}

#intro {
    padding-top: 89px;
	background:white;
}

#intro-padding{
    padding-top:135px;
}

iframe {
    width: 100%;
    height: 300px;
    -webkit-box-shadow: 0px 0px 32px -4px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 32px -4px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 32px -4px rgba(0,0,0,0.75);
}

.owl-stage {
    display: flex;
    justify-content: center;
    align-items: center;
}

.owl-nav {
    position: absolute;
    width: 110%;
    top: 40%;
    transform: translateY(-50%);
    left: -5%;
}

.owl-prev, .owl-next {
    position: absolute;
    height: 0px;
}

.owl-prev {
    left: 0;
}

.owl-next {
    right: 0;
}

.owl-prev span, .owl-next span {
    font-size: 70px;
    line-height: 0;
}

#video iframe {
    height: 650px;
}

.contact-cta {
    width: 220px;
    background-color: #d08d00;
    color: #fff;
    padding: 0 30px 0 20px;
    text-align: center;
}

.contact-cta a {
    color: #fff;
}

.video-cta {
    height: 80vh;
}

.video-cta .content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-cta .content h4{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
} 

.video-cta .content h4::before{
    content:'';
    display: block;
    height:100px;
    width:100px;
    background-image: url('/img/play-button.png');
    background-size: contain;
    margin-left: auto;
    margin-right: auto;
}
@media (orientation: portrait) {
.video-cta .content video{ 
    width:100vw; 
}
}

@media (orientation: landscape) {
.video-cta .content video{ 
    height:80vh; 
	background:white !important;
}
}.orange-bg{
	
    background-color:#4e4f25;    
	-moz-opacity: 0.65;
    -khtml-opacity: 0.65;
    opacity: 0.65;
    padding:25px;
    color:#fff;
}
 

#header h1 {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    color: #000000;
    font-size: 50px;
    font-weight: bold;
}

#header {
    background-image: url(/img/placeholder.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100vh;
}

#diensten {
    padding: 100px 50px;
}

.diensten-wrapper {
    margin-top: 30px;
    margin-bottom: 50px;
}

.dienst-image {
    margin-top: 20px;
    margin-bottom: 30px;
}

.zorgverzekeraar img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: 100%;
}

#zorgverzekeraars-logos {
    padding-top: 50px;
    padding-bottom: 100px;
}

#welkom {
    padding: 200px 0;
    background-image: url(/img/slider.jpg);
    background-size: cover;
}

#welkom h2:before {
    background-color: #fff;
}


#tandheling #contact {
    padding: 0 15px 100px;
}

#contact {
    padding: 100px 15px;
}

#contact a {
    color: #000;
}

#contact a:hover {
    color: #BF0A27;
}

.ont-wrapper {
    margin-top: 50px;
}

footer {
    background-color: #BF0A27;
    padding: 50px 0;
    color: #fff;
}

.copyright {
    background-color: #BF0A27 !important;
    color: #fff;
    padding: 15px;
    text-align: center;
    border-top:2px solid #fff;
}

footer a, .copyright a {
    color: #fff;
}

footer a:hover, .copyright a:hover {
    color: #fff;
    text-decoration: underline;
}

footer ul a {
    font-style: italic;
    line-height: 35px;
}

.facebook {
    margin-top: 5px;
}

.facebook::before {
    content: '';
    width: 30px;
    height: 30px;
    background-image: url(/img/facebook.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    float: left;
    margin-right: 10px;
}

.footer-logo img {
    width: 100%;
}

.navbar-brand {
    position: relative;
    z-index: 99990;
}

.full-logo-images {
    background-image: url(../img/V1_Kunstgebittenvenlo_Tarievenlijst.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100vh;
    position: relative;
    margin-bottom:100px;
}

.full-logo-images .green {
    position: absolute;
    bottom: -100px;
    left: 50%;
    transform: translateX(-50%);
}

@media (max-width: 1450px) {
    .navbar-nav {
        width: 100%;
    }

    .navbar-brand {
        max-width: 250px;
    }

    .navbar-brand img {
        width: 100%;
    }
}
@media (min-width: 1200px) {
    .navbar-expand .navbar-collapse{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}
    .navbar-expand .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}
}

@media (max-width: 1200px) {
    .premenu {
        display: none !important;
    }
    #intro {
        padding-top: 78px;
		background:white;
    }

    .top-padding-md {
        padding-top: 100px;
    }
    .navbar{
        height:50px;
    }

    .navbar-collapse {
        position: absolute;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background-color: #85071b;
        margin-left: -25px;
        padding-top: 50px;
    }

    .navbar-expand .navbar-toggler{
        display: inline-block;
    }

    .navbar-nav {
        font-size: 20px;
        text-align: center;
        height: 90vh;
        display: none;
    }

    .video-cta .content h4 {
        font-size: 28px;
    }
}

@media (max-width: 991px) {
    .video-cta {
        height: 45vh;
    }
	@media (orientation: portrait) {
		#intro {
			padding-top: 50px; 
			background:white;
		}
	}
	@media (orientation: landscape) {
		#intro {
			padding-top: 50px;
			height:100vh;
			background:white;
		}

	}
}

@media (max-width: 767px) {
    .contact-cta {
        width: 100%;
        background-color: #d08d00;
        color: #fff;
        padding: 0 30px 0 20px;
        height: 60px;
    }
    .navbar {
        width: 97%;
        padding: 20px 5px;
    }
    .navbar-wrapper {
        padding-left: 15px;
    }
    .navbar-collapse {
        margin-left: 0;
    }
    .video-cta {
        height: 30vh;
        margin-top: 72px;
    }
.notsmart{
	display:none;
}
    .mike-moll img{
        margin-right: -95px;
        margin-top: -150px;
    }

    #welkom {
        padding: 50px 0;
    }
    .full-logo-images {
        background-size: 270%;
    }
    .owl-nav {
        width: 100%;
        top: 48%;
        left: 0%;
    }

    .video-cta .content h4 {
        position: absolute;
        top: 50%;
        left: 50%;
        font-size: 20px;
        transform: translate(-50%, -50%);
        text-shadow: 2px 2px #000;
        width: 90%;
    }

    .video-cta .content h4::before {
        height: 50px;
        width: 50px;
    }

    .full-logo-images{
        margin-bottom: 30px;
    }

    .full-logo-images .green{
        bottom:-35px;
    }

    .sitemap ul{
        padding: 0;
        margin-top: 10px;
    }

    .orange-bg h3{
        font-size: 16px;
    }

    #welkom{
        padding:100px 0;
    }
	h1, .h1 {
		font-size: 18px;
		font-weight: bold;
		position: relative;
		display: inline-block;
		margin-bottom: 10px;
	}
	h2, .h2 {
		font-size: 18px;
		font-weight: bold;
		position: relative;
		display: inline-block;
		margin-bottom: 10px;
	}
	.navbar-brand {
    max-width: 180px;
	}
	
	.phone{
			font-size:15px;color:white;
		float:right; 
	}
			
		#intro {
			padding-top: 0px;
			background:white;
		}

		#intro-padding{
			padding-top:70px;
		}

	#diensten {
		padding: 40px 10px;
	}
	.navbar-brand { 
		padding-top: 0; 
	}

	.top-padding, .top-bottom-padding {
		padding-top: 20px;
	}
	
	.bottom-padding, .top-bottom-padding {
		padding-bottom: 20px;
	}
	
	h2::before, .h2::before {
    content: '';
    width: 16px;
    height: 16px;
    background-color: #bf0a27;
    border-radius: 100px;
    display: block; 
    top: 50%;
    transform: translateY(-50%);
	}

	p {
		font-size: 14px;
	}
	
	.playbutton { 
		border: medium none;
		color: #fff;
		display: block;
		font-size: 18px;
		left: 0;
		margin: 0 auto;
		padding: 0px 0px;
		position: absolute;
		right: 0;
		width:10%;
		top: 27%;
	}
	.diensten-wrapper {
		margin-top: 0px;
		margin-bottom: 20px;
	}

	.dienst-image {
		margin-top: 30px;
		margin-bottom: 10px;
	}

	.btn {
		padding: 5px 20px;
		display: inline-block;
		font-size: 16px;
		border-radius: 0;
		margin-top: px;
	}

	.btn:focus {
		box-shadow: 0 0 12px -2px #000 !important;
	}

	.orange-bg{
		
		background-color:#4e4f25;    
		-moz-opacity: 0.65;
		-khtml-opacity: 0.65;
		opacity: 0.65; 
		padding:2px;
		color:#fff;
	}
	.orange-bg h3 {
    font-size: 11px;
	}
	
#contact {
    padding: 70px 15px 0 15px;dfgdfgdf
}
	
#mijncontact {
    padding: 10px 15px;
}

}

@media (max-width:600px){
    .mike-moll img{
        margin-right: -95px;
        margin-top: -130px;
    }
	


}
