/*
Theme Name: Visser Kontaktlinzen
Theme URI: http://www.visserkontaktlinzen.de
Description: Visser Kontaktlinzen
Author: Product Plus
Author URI: http://www.productplus.nl
Version: 1.0
Tags: Productplus
*/

/** MAIN **/

html, body {
	font-family: 'Fira Sans', sans-serif !important;
	font-weight: 400;
	font-size: 14px;
	-webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 {
	text-transform: uppercase;
}

h1 {

}

h1 a div{
	position: absolute;
	text-indent: -9999px;
}

h2 {
	font-size: 16px;

    color: #0065a6;
	text-transform: uppercase;
}

h3 {
	font-size: 16px !important;
	text-transform: uppercase;
}

h4 {
	font-size: 14px !important;
	text-transform: uppercase;
}

a {
	color: #0065a6;
}

a:hover {
	color: #28b4e4;
	text-decoration: none;
}

p {
	padding: 10px 0;
}

/** HEADER **/

header .header {
	border-top: 6px solid #0065a6;
}

header .logo {
	margin-top: 40px;
}

header ul.resizer {
	list-style-type: none;
	margin: 40px 0 10px 0;
	float: right;
	clear: both;
	padding: 4px 0;
}

header ul.resizer li {
	display: inline;
	padding: 5px 0;
	font-size: 14px;
}

header ul.resizer li ul {
	display: inline !important;
	padding: 5px 0 !important;
}

header .fontResizer a {
	color: #000 !important;
}

header .fontResizer a:hover {
	color: #0065a6 !important;
}

header .telefoon {
	float: right;
	clear: both;
	margin: 0 0 0px 0;
}

header .telefoon .fa {
	color: #0065a6;
	font-size: 20px;
	margin-right: 10px;
}

header .telefoon a {
	color: #28b4e4;
	font-size: 20px;
	font-weight: 700;
}

header .telefoon a:hover {
	color: #0065a6;
	text-decoration: none;
}

header .search {
	float: right;
	clear: both;
	margin: 0 0 0px 0;
}

header .search input {
	border: 1px solid #28b4e4;
	padding: 4px 8px;
	font-style: italic;
	font-size: 14px;
	font-weight: 400;
	outline: none;
}

header .slider {
	height: 353px;
	margin: 0px;
	position: relative;
	z-index: 999999 !important;
}

header .slider-sub {
	height: 103px;
	margin: 0px;
	position: relative;
}

/** SIDEBAR CTA **/
.cta_box {
	position: fixed;
	float: right;
	right: 0;
	top: 30%;
	z-index: 99999999;
	background: rgba(255,255,255,0.6);
	box-shadow: 0px 1px 7px #2a2a2a;
}

.hide {
	display: none;
}

.cta_box .cta_search a, .cta_box .cta_call a, .cta_box .cta_question a  {
	display: block;
	background: #0065a6;
	padding: 10px;
	color: #FFF;
	border: 2px solid #0065a6;
	margin: 5px 0px 5px 5px;
}

.cta_box .cta_search a:hover, .cta_box .cta_call a:hover, .cta_box .cta_question a:hover {
	background: none !important;
	color: #0065a6;
	border: 2px solid #0065a6;
}

.cta_box .cta_search .active, .cta_box .cta_call .active, .cta_box .cta_question .active {
	background: none !important;
	color: #0065a6;
	border: 2px solid #0065a6;
}

.cta_box #search_box {
	position: fixed;
	height: 60px;
	width: 350px;
	right: 60px;
	top: 30%;
	background: rgba(255,255,255,0.8);
	box-shadow: 0px 1px 7px #2a2a2a;
}

.cta_box #search_box .search_link_close {
	float: right;
	margin: 5px;
	color: #0065a6;
	outline: none;
}

.cta_box #search_box .search_link_close:hover {
	color: #28b4e4;
}

.cta_box #search_box input {
	float: left;
	height: 50px !important;
	width: 300px;
	margin: 5px;
	border: 3px solid #0065a6;
	outline: none;
	padding: 0 20px;
	font-size: 14px;
}

.cta_box #search_box input[type=search]::-webkit-input-placeholder {

}

.cta_box #search_box input[type=search]:-moz-placeholder {

}

.cta_box #search_box input[type=search]::-moz-placeholder {

}

.cta_box #search_box input[type=search]:-ms-input-placeholder {

}

.cta_box #call_box {
	position: fixed;
	height: 60px;
	width: 350px;
	right: 60px;
	top: 37%;
	background: rgba(255,255,255,0.8);
	box-shadow: 0px 1px 7px #2a2a2a;
}

.cta_box #call_box .call_link_close {
	float: right;
	margin: 5px;
	color: #0065a6;
	outline: none;
}

.cta_box #call_box .call_link_close:hover {
	color: #28b4e4;
}

.call {
	margin: 5px;
}

.call .fa {
	color: #0065a6 !important;
	font-size: 30px;
	margin: 10px 10px 10px 10px !important;
}

.call a {
	color: #0065a6;
	font-size: 26px;
	font-weight: 700;
	margin: 10px 10px 10px 10px !important;
}

.call a:hover {
	color: #28b4e4;
	text-decoration: none;
}

.cta_box #question_box {
	position: fixed;
	height: 100px;
	width: 350px;
	right: 60px;
	top: 43%;
	background: rgba(255,255,255,0.8);
	box-shadow: 0px 1px 7px #2a2a2a;
}

.cta_box #question_box .question_link_close {
	float: right;
	margin: 5px;
	color: #0065a6;
	outline: none;
}

.cta_box #question_box .question_link_close:hover {
	color: #28b4e4;
}

.question {
	margin: 5px;
}

.question ul {
	color: #0065a6 !important;
	margin: 10px 0px 10px 10px !important;
	list-style-type: none;
	padding-left: 0;
}

.question ul li {
	padding: 2px 0;
	font-size: 14px;
	font-weight: 700;
	text-shadow: 1px 1px 2px rgba(255, 255, 255, 1);
}

.question ul li .fa {
	margin-right: 20px;
}

/** MENU **/
.menu-balk {
	background: #0065a6;
	width: 100%;
	height: 42px;
	margin-top: 40px;
}

header .navigatie {
	position: relative;
}

header .navigatie ul.header-nav {
	list-style-type: none;
	font-size: 16px;
	padding-left: 0;
	margin: 0;
}

header .navigatie ul.header-nav li {
	display: inline-block;
	padding: 0;
	margin: 0;
}

header .navigatie ul.header-nav li a {
	display: block;
	color: #FFF;
	padding: 10px 20px;
}

header .navigatie ul.header-nav li:hover a {
	background: #28b4e4;
	color: #FFF;
}

header ul.header-nav li.current-menu-item a {
	background: #28b4e4;
	color: #FFF;
}

header .navigatie ul.header-nav li ul {
	display: none;
}

header .navigatie ul.header-nav .current-menu-ancestor > a {
	text-decoration: none;
}

header .navigatie ul.header-nav li:hover a:hover {
	text-decoration: none;
}

header .navigatie ul.header-nav li:hover ul {
	display: block !important;
	position: absolute;
	padding-left: 0;
	z-index: 999;
	margin: 0;
}

header .navigatie ul.header-nav li:hover ul li {
	display: block;
	margin: 0px;
}

header .navigatie ul.header-nav li ul li a:before {
	font-family: FontAwesome;
	content: "\f06e";
	font-size: 20px;
	color: #FFF;
	margin-right: 20px;
	min-width: 20px;
}

header .navigatie ul.header-nav li:hover ul li:first-child a {
	border: 1px solid #CCC;
}

header .navigatie ul.header-nav li:hover ul li:first-child a:hover {
	border: 1px solid #CCC;
}

header .navigatie ul.header-nav li:hover ul li a {
	display: block;
	background: #FFF;
	font-size: 14px !important;
	color: #0065a6;
	padding: 10px 40px 10px 20px;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
}

header ul.header-nav li:hover ul li.current-menu-item a {
	background: #28b4e4;
	color: #FFF;
	transition: all 200ms ease-out;
}

header .navigatie ul.header-nav li:hover ul li a:hover {
	background: #0065a6;
	color: #FFF;
	border-top: 0px;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	transition: all 200ms ease-in;
}

nav.mobile {
	display: none;
}

/** BREADCRUMBS **/
header .breadcrumbs {
	margin: 40px 0px 20px 0px;
	background: #FFF;
	color: #0065a6;
}

header .breadcrumbs a {
	color: #939393;
}

header .breadcrumbs a:hover {
	color: #0065a6;
	text-decoration: none;
}

/** HOME **/
.home {
	margin-top: 40px;
}

.intro {
	padding: 0 100px 0 0;
}

.vestigingen-kaart h3 {
	border-left: 5px solid #28b4e4;
	padding-left: 20px;
	font-size: 16px;
	text-transform: uppercase;
}

.vestigingen-kaart .fa-search-plus {
	position: absolute;
	margin-left: 25px;
	margin-top: 25px;
	font-size: 30px;
	color: #0065a6;
}

.vestigingen-kaart:hover .fa-search-plus {
	color: #28b4e4;
}

.vestigingen-kaart img {
	display: block;
	margin: auto;
}

#vestigingen-box {
	position: fixed;
	z-index: 99999999;
	height: 600px;
	width: 70%;
	left: 15%;
	right: 15%;
	top: 25%;
	background: rgba(255,255,255,0.8);
	box-shadow: 0px 1px 7px #2a2a2a;
}

.vestigingen-content {
	padding: 20px;
}

.vestigingen-content .gm-naw {
	padding-left: 0;
}

.vestigingen-content .gm-ot {
	padding-left: 0;
}

#vestigingen-box .vest-link-close {
	float: right;
	margin: 5px;
	color: #0065a6;
	outline: none;
}

#vestigingen-box .vest-link-close:hover {
	color: #28b4e4;
}

.blokken {
	margin: 40px 0px;
}

.blok .blok-header {
	background: #0065a6;
	padding: 5px 10px;
	margin-bottom: 10px;
}

.blok .blok-header h2 {
	border-left: 5px solid #FFF;
    padding-left: 20px;
    font-size: 16px;
    color: #FFF;
    text-transform: uppercase;
    margin: 0;
}

.blok .blok-header h2 a {
	color: #FFF;
}

.card-container {
	perspective: 900px;
 	margin-bottom: 10px;
}

.card {
	position: relative;
  	width: 360px;
  	height: 160px;
  	transition: all 0.6s ease;
  	transform-style: preserve-3d;
}

.front, .back {
	position: absolute;
	background: #FFF;
	top: 0;
	left: 0;
	width: 360px;
	height: 160px;
	color: white;
	backface-visibility: hidden;
}

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

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

.card-container:hover .card {
	transform: rotateY(180deg);
}

.back {
	transform: rotateY(180deg);
}

.blok-image {
	margin-bottom: 10px;
}

.blok-image img {
	width: 100%;
	height: 160px;
}

.blok .inner-blok {
	border: 1px solid #CCC;
}

.inner-blok .blok-content {
	padding: 10px;
	min-height: 125px;
}

.inner-blok .blok-url a {
	display: block;
	background: #0065a6;
	padding: 10px;
	color: #FFF;
	text-align: center;
}

.inner-blok .blok-url a:hover {
	background: #28b4e4;
	color: #FFF;
	text-decoration: none;
}

.nieuws-latest h2 {
	border-left: 5px solid #28b4e4;
	padding-left: 20px;
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.nieuws-latest h3 {
	font-size: 16px;
	text-transform: uppercase;
	margin-top: 0;
}

.nieuwtjes-thumb {
	padding-left: 0!important;
}

.nieuwtjes-thumb img {
	width: 150px;
	height: 150px;
}

.nieuwtjes-content {
	padding-left: 0!important;
	padding-right: 0!important;
}

/** CONTENT **/
h2.content-header {
	font-size: 16px;
	color: #0065a6;
	padding-bottom: 10px;
}

h3.content-sub-header {
	font-size: 16px;
	text-transform: uppercase;
}

.content {
	margin-bottom: 20px;
}

.content table {
	width: 100%;
	margin-bottom: 40px;
}

.content table tr td:first-child {
	width: 40%;
}

.content table tr td {
	padding: 5px 10px;
	border: 1px solid #000;
}

.content table.onsteam {
	width: 100%;
}

.content table.onsteam tr td {
	border: 0;
	padding: 5px 10px;
}

.content h2 {
	font-size: 16px !important;
}

.tab-container {
	margin: 20px 0;
}

.tab-container h3 {
	border-left: 5px solid #28b4e4;
	padding-left: 20px;
	font-size: 16px;
	text-transform: uppercase;
}

.tab-container h4 {
	font-size: 14px;
	text-transform: uppercase;
	margin-top: 30px;
}

.tab-container .tab-content {
	padding-top: 20px;
}

.tab-container .tab-content .content {
	padding: 10px 0 0 0;
}

.tab-container .tab-content .fa {
	padding-right: 15px;
}

.tab-container .tab-content .content-functie {
	font-size: 14px;
	margin-top: 20px;
}

.tab-container .tab-content .content-vestiging {
	margin: 10px 0 10px 0;
}

.tab-container .tab-content a.vest-marker {
	color: #0065a6;
}

.tab-container .tab-content a.vest-marker:hover {
	color: #28b4e4;
	text-decoration: none;
}

.tab-container .tab-content .content .content-text {
	width: 75%;
	float: left;
	margin-right: 20px;
}

.tab-container .tab-content .content .content-thumb {
	width: 20%;
	float: right;
}

.solliciteer-open,
.solliciteer-sluit {
	display: block;
    background: #0065a6;
    padding: 10px;
    color: #FFF;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
}

.solliciteer-open:hover,
.solliciteer-sluit:hover {
    background: #28b4e4;
    color: #FFF;
    text-decoration: none;
}

#solliciteer-form {
	display: none;
}

#solliciteer-form.open {
	display: block;
}

.details {
	margin-bottom: 40px;
}

.details ul {
	list-style-type: none;
	padding-left: 0;
}

ul.naw {
	list-style-type: none;
}

ul.ot {
	list-style-type: none;
}

.acf-map {
	border: #ccc solid 1px;
	margin: 20px 0;
	width: 100% !important;
	height: 540px !important;
}

.acf-map img {
   max-width: inherit !important;
}

.tab-content .acf-map {
	width: 100%;
	height: 400px;
}

#swipebox-title {
	font-family: 'Fira Sans', sans-serif !important;
	font-weight: 600;
	font-size: 18px;
	text-transform: uppercase;
}

.gform_wrapper .top_label .gfield_label {
	margin-top: 25px !important;
	margin-bottom: 2px !important;
}

/** SIDEBAR **/
.sidebar h3 {
	border-left: 5px solid #28b4e4;
	padding-left: 20px;
	font-size: 16px;
	text-transform: uppercase;
}

.sidebar ul {
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 40px;
}

.sidebar ul li {
	cursor: pointer;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding: 10px 20px 10px 20px;
}

.sidebar ul li:first-child {
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

.sidebar ul li:hover {
	background: #0065a6;
}

.sidebar ul li a {
	color: #0065a6;
	display: block;
}

.sidebar ul li a .fa {
	font-size: 20px;
	color: #FFF;
	margin-right: 20px;
	min-width: 20px;
}

.sidebar ul li:hover a {
	color: #FFF;
}

.sidebar ul li a:hover {
	color: #FFF;
	text-decoration: none;
}

.sidebar .tabs {
	margin-bottom: 40px;
}

.sidebar .tabs .active {
	background: #28b4e4;
}

.sidebar .tabs .active a {
	color: #FFF;
	text-decoration: none;
}

.sidebar ul.clean-list {
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 40px;
}

.sidebar ul.clean-list li {
	cursor: auto !important;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding: 10px 20px 10px 20px;
}

.sidebar ul.clean-list li:first-child {
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

.sidebar ul.clean-list li:hover {
	background: none !important;
}

.sidebar ul.clean-list li a {
	color: #0065a6;
	display: block;
}

.sidebar ul.clean-list li a .fa {
	color: #333;
}

.sidebar ul.clean-list li.link-item:hover {
    background: #0065a6 !important;
}

.sidebar ul.clean-list li:hover a {
	color: #FFF;
}

.sidebar ul.clean-list li:hover a .fa {
	color: #FFF;
}

.sidebar ul.clean-list li:hover a.active, .sidebar ul.clean-list li a.active {
	text-decoration: none !important;
}

.sidebar ul li .fa {
	font-size: 14px;
	color: #333;
	margin-right: 20px;
	min-width: 20px;
}

/** SEARCH **/
.search-light {
	padding: 10px 20px;
	background: #FFF;
}

.search-dark {
	padding: 10px 20px;
	background: #EEE;
}

.search-highlight {
	background: #28b4e4;
	color: #FFF;
}

/** FOOTER **/
footer {
	background: #0065a6;
	color: #FFF;
	font-size: 13px;
	margin-top: 60px;
}

footer .row {
	margin-top: 20px;
}

footer h3 {
	border-left: 5px solid #FFF;
	padding-left: 20px;
	font-size: 16px;
	color: #FFF;
	text-transform: uppercase;
}

footer ul {
	margin: 20px 0px;
	padding-left: 0px !important;
	list-style-type: none;
	font-size: 14px;
}

footer ul li a {
	color: #FFF;
	font-weight: 400;
}

footer ul li a:hover {
	text-decoration: underline;
	color: #FFF;
}

footer .socialmedia li {
	display: inline;
	padding: 2px;
}

footer .socialmedia li a {
	font-size: 30px;
	color: #FFF;
}

footer .socialmedia li a:hover {
	color: #28b4e4;
}

footer ul.footer-nav li {
	display: block;
}

footer ul.footer-nav li a {
	color: #FFF;
}

footer ul.footer-extra {
	margin: 0 0 10px 0;
}

footer ul.footer-extra li {
	display: inline;
}

footer ul.footer-extra li:after {
	content: " - ";
}

footer ul.footer-extra li:last-child:after {
	content: "";
}

footer ul.footer-extra li a {
	color: #FFF;
	font-size: 12px;
}

footer .copyright {
	float: right;
}

footer .copyright a {
	color: #FFF;
	font-size: 12px;
}

iframe{
	max-width: 100%;
}

.ui-datepicker-title{
	color: black !important;
}
