/*
Theme Name: Welstee Zorgvilla's
Author: Niek Meinema
Company: Twinsense Online Brand Excitement
Author URI: http://www.twinsense.nl
Version: 1.02
*/

html {
	position: relative;
	min-height: 100%;
}

body{
	font-family: 'Cabin', sans-serif;
	background-color: #f0f0f0; 
	color: #686868;
	overflow-x: hidden;
}

h1,h2,h3,h4,h5,h6{
	margin: 0;
	font-family: 'Lato', sans-serif;
}

p{
	line-height: 24px;
	margin-bottom: 20px;
}

ul,ol{
	padding-left: 15px;
	margin-bottom: 20px;
}

li{
	line-height: 24px;
}

.content-white a{
	color: #1d6775;
	text-decoration: underline;
}

.content-white a:hover{
	color: #f6ae39;
	text-decoration: underline;
}

.container{
	position: relative;
}

.nopadding{
	padding-left: 0px;
	padding-right: 0px;
}

/* navigation */

.menu-wrapper{
	background-color: #fff;
	border-bottom: 3px solid #c09589;
	box-shadow: 0 40px 0 #00000070;
	position: relative;
	z-index:1;
}

.logo-holder{
	float: left;
	margin-top: 10px;
	margin-bottom: 6px;
}

.logo-holder img{
	max-height: 54px;
}

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
	
	.nav > li > a {
		padding: 15px 5px;
	}
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

	.nav > li > a {
		padding: 30px 15px;
	}
}

.navbar-default {
    background-color: #fff;
    border-color: #fff;
}
.navbar {
    border-radius: 0px;
}
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0px;
    border: 0px solid transparent;
    margin: 0px;
}

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
	
	.navbar-nav {
		float: left;
		margin: 0;
		margin-bottom: 20px;
		/* width: 100%; */
	}
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

	.navbar-nav {
		float: right;
		margin: 0;
		margin-bottom: -3px;
		margin-right: 20px;
		/* width: 70%; */
		position: relative;
	}
}

@media only screen and (min-width : 992px) {

	.navbar-nav {
		float: right;
		margin: 0;
		margin-bottom: -3px;
		margin-right: 20px;
		/* width: 80%; */
	}
}

.navbar-default .navbar-nav > li > a {
    color: #686868;
    text-transform: uppercase;
    font-weight: 600;
    border-bottom: 3px solid #c09589;
    text-align: center;
}

.navbar-default .navbar-nav > li > a:focus, 
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .current-page-ancestor > a, 
.navbar-default .navbar-nav > .current-page-ancestor > a:focus, 
.navbar-default .navbar-nav > .current-page-ancestor > a:hover{
    color: #f6ae39;
    background-color: transparent;
    border-bottom: 3px solid #f6ae39;
}

.navbar-default .navbar-collapse, 
.navbar-default .navbar-form {
    border-color: #fff;
}

.navbar-default .navbar-toggle {
    border-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #1d6775;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 25px;
    height: 3px;
    border-radius: 0px;
}

.top-menu{
	min-height: 42px;
	background-color: rgb(29, 103, 117);
}
.top-menu ul {text-align:right;margin: 0 -11px;}
.top-menu li {display:inline-block;color: #FFF;padding: 0 5px;line-height: 38px;}
.top-menu li.fa { padding-left:10px; position:relative; }
.top-menu li.fa::before {position:absolute;left: 0;}
.top-menu a{
	display: inline-block;
	color: #fff;
	padding: 0 10px;
	font-size: 16px;
	float: right;
	font-family: 'Cabin', sans-serif;
	line-height: inherit;
}

.top-menu .float-left{
	float: left;
}

.top-menu a:hover,
.top-menu a:focus{
	background-color: #1d6775;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 8px 10px;
    margin-right: 50px;
    margin-bottom: 7px;
    background-color: transparent;
    background-image: none;
    border: 0px solid transparent;
    border-radius: 0px;
}

.navbar-default .navbar-toggle:focus, 
.navbar-default .navbar-toggle:hover {
    background-color: #fff;
}

/* breadcrumbs */

.breadcrumb {
	position: absolute;
	padding: 0;
	margin-bottom: 0px;
	list-style: none;
	background-color: rgb(255, 255, 255);
	border-radius: 0px;
	/* text-transform: uppercase; */
	top: 25px;
}

.breadcrumb a,
.breadcrumb a:hover{
	color: #806868;
	text-decoration: none;
}

/* subnav */

.subnav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    float: left;
}

.subnav > li {
    float: left;
}

.subnav > li {
    position: relative;
    display: block;
}

.subnav > li > a {
    color: #686868;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    display: block;
}

.subnav > li > a:focus, 
.subnav > li > a:hover,
.subnav > .current_page_item > a, 
.subnav > .current_page_item > a:focus, 
.subnav > .current_page_item > a:hover{
    color: #f6ae39;
    background-color: transparent;
}


.subnav > li > a {
    padding: 30px 15px;
}

/* search */
.search-bar{
	display: block;
	position: absolute;
	right: 0;
	z-index: 900;
	/* width: calc(100% - 100px); */
	background: #FFF;
	top: 110%;
}

.search-button{
	position: absolute;
	color: #000;
	right: 0;
	padding: 4px;
	margin: 8px;
	cursor: pointer;
}

.searchform{
	padding: 0;
	float: right;
}

.searchform-text{
	height: 45px;
	float: left;
	width: 200px;
	border: 1px solid #f0f0f0;
	background-color: #f0f0f0;
	padding: 6px 12px;
	color: #555;
}

.searchform-button{
	font-size: 22px;
	line-height: 22px;
	width: 45px;
	height: 45px;
	float: right;
	color: #fff;
	background-color: #1d6775;
	border: 1px solid #1d6775;
}

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
	
	.navbar-toggle {
		margin-top: 15px;
	}
		
	.search-button{
		margin: 15px 8px 8px 8px;
		font-size: 22px;
		line-height: 22px;
	}
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	
	.search-button{
		margin: 22px 0px 8px 8px;
		font-size: 22px;
		line-height: 22px;
	}
	
	.searchform{
		margin-right: 0px;
	}
}

/* header */

.header-slide{
	position: relative;
	min-height: 400px !important;
	background-size: cover;
	background-position: 50%;
	padding-bottom: 150px;
}

.header-slide .headerimg,
.header-slide video{
	object-fit: cover;
	object-position: 50%;
	width: 100%;
	height: 100%;
	position: absolute;
}

.header_image_rating{
	height: 70px !important;
	width: 186px !important;
	float: right;
	margin-top: 60px;
}

.header_titel{
  display: table;
  color: white;
  font-size: 25px;
  margin-top: 120px;
  text-align: center;
  background: #f6ae39;
  margin-bottom: 37px;
  text-transform: uppercase;
  padding: 10px;
}

.header_titel2{
  display: table;
  color: white;
  font-size: 25px;
  margin-top: 120px;
  text-align: center;
  background: #aa8276;
  margin-bottom: 37px;
  text-transform: uppercase;
  padding: 10px;
}

.header_quote{
  display: table;
  color: white;
  font-size: 50px;
  text-align: center;
  background: #1E6775;
  margin-bottom: 37px;
  padding: 10px;
  font-family: 'Playfair Display', serif;
}

.header_link{
 display: table;
 color: white;
 font-size: 25px;
 text-align: center;
 background-color: rgba(255, 255, 255, 0);
 border: 5px solid white;
 padding: 10px;

}
  	
.header_link, a:hover{
  color: white;
  text-decoration: none;
  		}


.banner-bg{
	background-color: #ccc;
	background-size: cover;
	background-position: center center;
}

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
	.header-text{
		margin-top: 75px;
		margin-bottom: 125px;
	}
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
	.header-text{
		margin-top: 100px;
		margin-bottom: 150px;
	}
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	.header-text{
		margin-top: 150px;
		margin-bottom: 200px;
	}
}

.page-title{
	display: inline-block;
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	color: #fff;
	background-color: rgba(192,149,137,0.9);
	text-transform: uppercase;
	padding: 10px 15px;
	margin-bottom: 15px;
}

.page-quote {
	padding: 20px;
	margin-bottom: 15px;
}

.page-quote span {
	background-color: #1d6775;
	font-family: 'Playfair Display', serif;
	font-size: 45px;
	color: #fff;
	display: inline;
	/* padding: 0px 15px; */
	  
	/* Needs prefixing */
	box-shadow: 8px 0 0px 8px #1d6775, -8px 0 0px 8px #1d6775;
	line-height: 144%;
	box-decoration-break: clone;
}

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
	.page-quote { 
		line-height: 28px;
		width: 90%;
	}
	
	.page-quote span {
		font-size: 24px;
	}
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
	.page-quote { 
		line-height: 40px;
		width: 90%;
	}
	
	.page-quote span {
		font-size: 32px;
	}
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	.page-quote { 
		line-height: 55px;
		width: 70%;
	}
	
	.page-quote span {
		font-size: 45px;
	}
}

.quote-name{
	display: inline-block;
	font-family: 'Bad Script', cursive;
	font-size: 35px;
	line-height: 35px;
	color: #fff;
	padding: 0px 20px;
}

.header-text a{
	display: inline-block;
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	font-weight: 900;
	color: #fff;
	padding: 10px 15px;
	border: 3px solid #fff;
}

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
	.banner-bg{
		min-height: 300px;
	}
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
	.banner-bg{
		min-height: 300px;
	}
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	.banner-bg{
		min-height: 450px;
	}
}

/* content */

.content,
.contact{
	min-height: 400px;
}

.content .container,
.contact .container{
	margin-top: -90px;
}

.content-activiteiten{
	margin-bottom: 25px;
}

.content-white{
	min-height: 300px;
	background-color: #fff;
	padding: 45px;
}

.content-white-photo{
	min-height: 300px;
	background-color: #fff;
	background-size: cover;
}

.content-white-photo img{
	width: 100%;
	height: auto;
	min-height: 300px;
	object-fit: cover;
}

.content-image{
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}

.gallery-image{
	display: block;
	padding-top: 80%;
	background-size: cover;
	background-position: 50%;
	margin-bottom: 20px;
}

.content-white h2{
	line-height: 55px;
	font-size: 45px;
	margin-bottom: 20px;
	font-weight: 900;
	color: #1d6775;
}

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
	.content-white h2{
		line-height: 38px;
		font-size: 28px;
	}
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
	.content-white h2{
		line-height: 42px;
		font-size: 32px;
	}
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	.content-white h2{
		line-height: 55px;
		font-size: 45px;
	}
}

.content-white h3{
	line-height: 38px;
	font-size: 28px;
	margin-bottom: 15px;
	font-weight: 900;
	color: #283035;
}

.content-white h4{
	line-height: 30px;
	font-size: 20px;
	margin-bottom: 10px;
	font-weight: 900;
	color: #283035;
}

.content-white h5{
	line-height: 24px;
	font-size: 16px;
	font-weight: 900;
	color: #283035;
	/* margin-bottom: 1em; */
}
.content-white h2+h5 { margin-bottom:1em; }

.content-form{
	min-height: 300px;
	background-color: #283035;
	padding: 45px;
}

/* activiteiten */

.activiteit{
	min-height: 400px;
}

.activiteit .container{
	margin-top: -40px;
}

.activiteit-subbar{
	position: relative;
	background-color: #fff;
	margin-bottom: 20px;
	min-height: 80px;
}

/* diensten */

.postpage-wrapper{
	border-top: 1px solid #b5b8b6;
	padding-top: 45px;
	padding-bottom: 25px;
	text-align: center;
}

.postpage-wrapper form{
	text-align: left;
}

.noborder{
	border-top: 0px solid #fff;
	padding-bottom: 20px;
}

.postpage-wrapper h2{
	color: #283035;
	font-family: 'Playfair Display', serif;
	font-weight: 700;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 2px solid #b5b8b6;
	display: inline-block;
}

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
	.postpage-wrapper h2{
		font-size: 28px;
	}
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
	.postpage-wrapper h2{
		font-size: 36px;
	}
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	.postpage-wrapper h2{
		font-size: 45px;
	}
}

.postpage-wrapper p{
	margin-left: auto; 
	margin-right: auto;
}

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
	.postpage-wrapper p{
		width: 90%;
	}
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
	.postpage-wrapper p{
		width: 75%;
	}
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	.postpage-wrapper p{
		width: 60%;
	}
}

.postpage{
	background-color: #fff;
	padding: 45px;
	text-align: left;
	margin-bottom: 20px;
}

.postpage-yellow{
	background-color: #ffd288;
}

.postpage p{
	width: 100%;
	margin-left: 0; 
	margin-right: 0;
}

.postpage h3{
	color: #1d6775;
	font-size: 28px;
	font-weight: 900;
	margin-bottom: 20px;
}

.postpage-afbeelding{
	min-height: 250px;
	background-size: cover;
}

/* call to actions */

.cta-style1{
	background-color: #1d6775;
	color: #fff;
	margin-bottom: 45px;
}

.cta-style1 h2{
	font-family: 'Lato', sans-serif;
	font-size: 28px;
	margin-bottom: 20px;
	font-weight: 900;
}

.cta-style1-content{
	padding: 45px;
}

.cta-style1-photo{
	background-size: cover;
	min-height: 300px;
}

.cta-style2{
	background-color: #f6ae39;
	color: #fff;
	margin-bottom: 45px;
	padding: 45px;
}

.cta-style2 h2{
	font-family: 'Lato', sans-serif;
	font-size: 28px;
	margin-bottom: 20px;
	font-weight: 900;
}

.cta-style3{
	background-color: #f6ae39;
	color: #fff;
	margin-bottom: 45px;
}

.cta-style3 h2{
	font-family: 'Lato', sans-serif;
	font-size: 28px;
	margin-bottom: 20px;
	font-weight: 900;
}

.cta-style3-content{
	min-height: 300px;
	padding: 45px;
}

.cta-style3-photo{
	background-size: cover;
	min-height: 300px;
}

.cta-style4{
	background-color: #fff;
	margin-bottom: 20px;
}

.cta-style4 h2{
	font-family: 'Lato', sans-serif;
	font-size: 28px;
	color: #f6ae39;
	margin-bottom: 20px;
	font-weight: 900;
}

.cta-style4-content{
	min-height: 300px;
	padding: 45px;
}

.cta-style4-photo{
	background-size: cover;
	min-height: 300px;
}

/* buttons & forms */

.btn {
    display: inline-block;
    padding: 12px 12px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
}

.btn-primary {
    color: #fff !important;
    text-decoration: none !important;
    background-color: #1d6775;
    border-color: #1d6775;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    white-space: normal;
    text-align: left;
    margin-right: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.btn-primary:hover,
.btn-primary.focus, 
.btn-primary:focus {
    color: #fff;
    background-color: #004f5d;
    border-color: #004f5d;
}

.btn-secondary {
    color: #fff !important;
    text-decoration: none !important;
    background-color: #f6ae39;
    border-color: #f6ae39;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    width: 100%;
    white-space: normal;
    text-align: left;
}

.btn-secondary:hover,
.btn-secondary.focus, 
.btn-secondary:focus {
    color: #fff;
    background-color: #d89419;
    border-color: #d89419;
}

.btn-tertiary {
    color: #ae887c;
    text-decoration: none !important;
    background-color: #FFF;
    border-color: #ae887c;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    white-space: normal;
    text-align: left;
    margin-right: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.btn-tertiary:hover,
.btn-tertiary.focus, 
.btn-tertiary:focus {
    color: #fff;
    background-color: #f6ae39;
    border-color: #f6ae39;
}

.btn-quaternary {
    color: #fff !important;
    text-decoration: none !important;
    background-color: #f6ae39;
    border-color: #f6ae39;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    white-space: normal;
    text-align: left;
    margin-right: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.btn-quaternary:hover,
.btn-quaternary.focus, 
.btn-quaternary:focus {
    color: #fff;
    background-color: #d89419;
    border-color: #d89419;
}

.btn-quinary {
    color: #f6ae39;
    background-color: #fff;
    border-color: #fff;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    white-space: normal;
    text-align: left;
    border-radius: 5px;
    margin-right: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.btn-quinary:hover,
.btn-quinary.focus, 
.btn-quinary:focus {
    color: #f6ae39;
    background-color: #F0F0F0;
    border-color: #F0F0F0;
}

.btn-rounded{
	border-radius: 5px;
}

.form-control {
    display: block;
    width: 100%;
    height: 45px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #fff;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

/* footer */

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  clear: both;
}

.footer ul{
	list-style: none;
	padding: 0px;
}

.footer ul a{
	color: #fff;
}

.footer ul a:hover{
	color: #fff;
}

.footer img,
.footer a img{
	max-width: 200px;
	height: auto;
}

.footer .social{
	display: inline-block;
	font-size: 32px;
	margin-right: 5px;
	color: #fff;
}

.footer .social:hover{
	color: #fff;
}

.footer-top{
	background-color: rgba(192,149,137,0.9);
	min-height: 140px;
	padding-top: 45px;
	padding-bottom: 45px;
	color: #fff;
}

.footer-top h2{
	font-family: 'Lato', sans-serif;
	font-size: 28px;
	margin-bottom: 20px;
	font-weight: 900;
}

.footer-bottom{
	background-color: rgba(0,0,0,0.7);
	min-height: 70px;
}

.footer-bottom p{
	margin-top: 20px;
	margin-bottom: 0px;
	color: #fff;
}

.brand-row{
	color:#fff;
	font-size: 10px;
	text-align: center;
}

.brand-row a{
	color:#fff;
	font-weight: bold;
}

.yellow{
	color: #F6AE39;
}

.nomargin{
	margin: 0;
}

.embed-container {position: relative;padding-bottom: 56.25%;height: 0;overflow: hidden;max-width: 100%;margin-bottom: 3px;}
.embed-container iframe,
.embed-container object,
.embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.homevideo { margin-top:30px; }
.homevideo h2 {padding: 18px 18px 12px;background: #b5b8b6;color:#FFF;/* font-size: 150%; *//* font-weight: bold; */font-family: 'Bad Script', cursive;}
.homevideo strong {display:block;padding:8px 15px;color:#FFF;background: #b5b8b6;}

.grecaptcha-badge{
	display: none;
}

.wrapper{
	position: relative;
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
}

.wrapper .mfp-close{
	color: #ff0000;
}

ul.slider {list-style:none;padding: 20px 0;background-color:#FFF;display:block;overflow: hidden;text-align: center;margin-bottom: 45px;}
ul.slider li {display: inline-block;padding:0 20px;}
ul.slider li img {height:100px;max-width: 270px;object-fit: contain;}

.panel-default>.panel-heading { padding:0; background:transparent; }
.panel-default>.panel-heading:before { content:'\f105'; font-family:fontAwesome; line-height:200%; float:left; margin-right:10px; }
.panel-default .panel-title {font-size:100%;margin-bottom: 0;}
.panel-default .panel-title a { text-decoration:none; }
.panel-group .panel-default {border-radius:0;border:none;border-bottom:1px solid #b89186;box-shadow: none;}

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {}

.navbar-default .navbar-nav > li ul.sub-menu { opacity:0; width: 100%; display:block; transition:opacity 0.5s ease; }
.navbar-default .navbar-nav:hover > li ul.sub-menu { opacity:0; }
.navbar-default .navbar-nav:hover > li:hover ul.sub-menu { opacity:1; z-index: 200; }

.navbar-default .navbar-nav > .current_page_item ul.sub-menu,
.navbar-default .navbar-nav > .current-page-ancestor ul.sub-menu {opacity:1; z-index: 100;}

.navbar-nav>li { position:static; }
.navbar-nav>li>.sub-menu {left:0;top: 100%;padding: 0;position: absolute;background:transparent;margin-top: -3px;}
.navbar-nav>li>.sub-menu li { float:left; list-style: none;}
.navbar-nav .sub-menu a {padding:10px 20px;color:#FFF;display: inline-block;position: relative;text-decoration: none;}

.navbar-default .navbar-nav > li.current_page_item > a { color:#ba9187; }
.navbar-default .navbar-nav > li.current_page_item > a:hover,
.sub-menu>.active>a:focus, .sub-menu>.active>a:hover, .sub-menu>li>a:hover { background:transparent; color:#f6ae39; }

.zorgkaart-widget{
	position: relative;
	top: 15px;
	right: 0;
	padding-left: 80px;
	height: 80px;
	margin-bottom: 15px;
}

.zorgkaart-widget .cijfer{
	position: absolute;
	left: 0;
	top: 0;
	width: 60px;
	height: 60px;
	background: none #322766;
	color: #fff;
	border-radius: 50%;
	border: 3px solid #fff;
	box-shadow: 0 0 5px 3px
	rgba(0,0,0,.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 30px;
	vertical-align: middle;
	line-height: 60px;
	font-weight: 700;
	text-align: center;
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	.zorgkaart-widget{
		padding-left: 100px;
		top: 60px;
		position: absolute;
	}
	
	.zorgkaart-widget .cijfer{
		position: absolute;
		left: 0;
		top: 0;
		width: 80px;
		height: 80px;
		background: none #322766;
		color: #fff;
		border-radius: 50%;
		border: 5px solid #fff;
		box-shadow: 0 0 5px 3px
		rgba(0,0,0,.1);
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 42px;
		vertical-align: middle;
		line-height: 80px;
		font-weight: 700;
		text-align: center;
	}
}

.zorgkaart-widget .text{
	color: #fff;
	width: 120px;
}

.zorgkaart-widget .text a{
	color: #ff7800;
	border: 0;
	padding: 0;
	font-size: 14px;
}

.wpcf7{
    margin-bottom: 30px;
}

.wpcf7 br {
  display: none;
}
.wpcf7 p {
  margin: 0;
}

.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px;
  margin: 0;
  padding: 0;
  border: 0;
}

.wpcf7 form .wpcf7-response-output {
  margin: 0;
  margin-top: 10px;
  padding: 15px;
  border: 1px solid #00a0d2;
  /* Blue */
  border-radius: 10px;
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
  display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
  /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
  border-color: #f56e28;
  /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
  /* Yellow */
}

.wpcf7-form-control-wrap {
  display: block;
  position: relative;
  margin-bottom: 10px;
}
.wpcf7-form-control-wrap input {
  width: 100%;
  padding: 5px 10px;
  border-radius: 5px;
  border: 1px solid #CCCACA;
  transition: 0.3s ease all;
}
.wpcf7-form-control-wrap textarea {
  width: 100%;
  padding: 10px 5px;
  border-radius: 5px;
  border: 1px solid #CCCACA;
  transition: 0.3s ease all;
}
.wpcf7-form-control-wrap select {
  width: 100%;
  padding: 10px 5px;
  border-radius: 5px;
  border: 1px solid #CCCACA;
  transition: 0.3s ease all;
}
.wpcf7-form-control-wrap textarea:focus,
.wpcf7-form-control-wrap input[type=text]:focus,
.wpcf7-form-control-wrap input[type=password]:focus,
.wpcf7-form-control-wrap input[type=datetime]:focus,
.wpcf7-form-control-wrap input[type=datetime-local]:focus,
.wpcf7-form-control-wrap input[type=date]:focus,
.wpcf7-form-control-wrap input[type=month]:focus,
.wpcf7-form-control-wrap input[type=time]:focus,
.wpcf7-form-control-wrap input[type=week]:focus,
.wpcf7-form-control-wrap input[type=number]:focus,
.wpcf7-form-control-wrap input[type=email]:focus,
.wpcf7-form-control-wrap input[type=url]:focus,
.wpcf7-form-control-wrap input[type=search]:focus,
.wpcf7-form-control-wrap input[type=tel]:focus,
.wpcf7-form-control-wrap input[type=color]:focus,
.wpcf7-form-control-wrap .uneditable-input:focus {
  border-color: rgba(33, 181, 243, 0.8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(33, 181, 243, 0.8);
  outline: 0 none;
  transition: 0.3s ease all;
}

.wpcf7-not-valid-tip {
  color: #721c24;
  background-color: #f8d7da;
  font-size: 1em;
  font-weight: normal;
  display: inline-block;
  margin-top: 5px;
  border: 1px solid #f5c6cb;
  padding: 5px 10px;
  border-radius: 5px;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
  position: relative;
  top: -2ex;
  left: 1em;
  z-index: 100;
  border: 1px solid #dc3232;
  background: #fff;
  padding: 0.2em 0.8em;
  width: 24em;
}

.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
  content: " ";
}

.wpcf7 .ajax-loader {
  visibility: hidden;
  display: inline-block;
  background-color: #23282d;
  /* Dark Gray 800 */
  opacity: 0.75;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 100%;
  padding: 0;
  margin: 0 24px;
  position: relative;
}

.wpcf7 form.submitting .ajax-loader {
  visibility: visible;
}

.wpcf7 .ajax-loader::before {
  content: "";
  position: absolute;
  background-color: #fbfbfc;
  /* Light Gray 100 */
  top: 4px;
  left: 4px;
  width: 6px;
  height: 6px;
  border: none;
  border-radius: 100%;
  transform-origin: 8px 8px;
  animation-name: spin;
  animation-duration: 1000ms;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
  .wpcf7 .ajax-loader::before {
    animation-name: blink;
    animation-duration: 2000ms;
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes blink {
  from {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.wpcf7 input[type=file] {
  cursor: pointer;
}

.wpcf7 input[type=file]:disabled {
  cursor: default;
}

.wpcf7-checkbox{
    margin: 0;
}

.wpcf7-list-item{
    display: block;
    margin: 0;
}

.wpcf7-checkbox .wpcf7-list-item input{
    width: auto;
}

.wpcf7 .wpcf7-submit:disabled {
  cursor: not-allowed;
}

.wpcf7 input[type=url],
.wpcf7 input[type=email],
.wpcf7 input[type=tel] {
  direction: ltr;
}
