﻿/*
Theme Name: KPSS
Theme URI: https://www.kpss.nl
Author: Opolo Webdesign
Author URI: https://www.opolo.nl
Description: WordPress thema voor KPSS gebouwd door Opolo Webdesign uit Eindhoven
Version: 1.0
*/

/* Poppins */
@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-Regular.ttf');
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-Light.ttf');
    font-style: normal;
    font-weight: 300;
}

body {
	color: #808080;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: 400;
}

a {
	color: #11302a;
}

a:focus,
a:hover {
	color: #009933;
}

h1, h2, h3, h4, h5, h6 {
	color: #11302a;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
}

h1 {
	margin-bottom: 30px;
}

h4 {
	color: #a3c1bb;
}

h5, h6 {
	font-weight: 700;
}

input[type="email"],
input[type="tel"],
input[type="text"],
select,
textarea {
	background-color: transparent;
	border: none;
	border-bottom: 2px solid #11302a;
	color: #11302a;
	font-size: 18px;
	height: 50px;
	padding: 13px 15px;
	width: 100%;
}

textarea {
	height: 160px;
}

/*::placeholder {
	color: #11302a;
}

::-ms-input-placeholder {
	color: #fff;
}*/

label {
	font-weight: 400;
}

p {
	line-height: 30px;
}

/* Chrome, Firefox, Opera, Safari 10.1+ */
::placeholder {
	color: #11302a;
}

/* Internet Explorer 10-11 */
:-ms-input-placeholder {
	color: #11302a;
}

/* Microsoft Edge */
::ms-input-placeholder {
	color: #11302a;
}

.alignleft {
	float: left;
	margin: 10px 30px 10px 15px;
}

.alignright {
	float: right;
	margin: 10px 15px 10px 30px;
}

/*.background-image {
	bottom: 0;
	display: none;
	left: 0;
	margin: 0 auto;
	max-width: 1170px;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 98;
}

.background-image img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}*/

.background-image {
	display: none;
	z-index: 98;
	pointer-events: none;
}

.background-image img {
	height: 100%;
	object-fit: cover;
	width: 100%
}

.block {
	background-color: #fff;
	border: 1px solid #11302a;
	margin: 20px 0;
	padding: 10px 30px;
	position: relative;
	word-wrap: break-word;
	z-index: 99;
}

.brand-nav {
	margin: 5px 0;
}

.brand-nav li {
	display: inline-block;
}

.brand-nav li a:focus,
.brand-nav li a:hover {
	background-color: transparent;
}

.brand-nav li a img {
	height:18px;
}

.btn {
	background-color: transparent;
	border: none;
	border-radius: 0;
	box-shadow: none;
	font-size: 18px;
	padding: 12px 25px;
	/*text-transform: lowercase;*/
}

.btn-default {
	background-color: #11302a;
	color: #fff;
}

.btn-default:active,
.btn-default:active:focus,
.btn-default:focus,
.btn-default:hover {
	background-color: #a3c1bb;
	color: #fff;
}

.btn-primary {
	background-color: #e7e7e7;
	color: #333;
}

.btn-primary:active,
.btn-primary:active:focus,
.btn-primary:focus,
.btn-primary:hover {
	background-color: #f5f5f5;
	color: #333;
}

.content {
	overflow: hidden;
	padding: 60px 0;
	position: relative;
}

.content .btn {
	margin-bottom: 30px;
	margin-right: 30px;
}
iframe { max-width:100%; }

.contact-form {
	background-color: #11302a;
	margin-bottom: -60px;
	margin-top: 60px;
	padding: 60px 0;
}

.contact-form h2 {
	color: #fff;
}

.contact-form input[type="tel"],
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form select,
.contact-form textarea {
	border-bottom: 2px solid #fff;
	color: #fff;
}

.contact-form ::placeholder {
	color: #fff;
}

.footer {
	background-color: #11302a;
	padding: 10px 0;
}

.footer-nav {
	margin: 5px 0;
}

.footer-nav li {
	border-right: 1px solid #fff;
	color: #fff;
	display: inline-block;
	margin: 5px 0;
	padding: 0 10px;
}

.footer-nav li:last-child {
	border-right: none;
}

.footer-nav li a {
	color: #fff;
	padding: 0;
}

.footer-nav li a:focus,
.footer-nav li a:hover {
	background-color: transparent;
	color: #a3c1bb;
}

.form .btn {
	width: 100%;
}

/*#map {
	position:relative;
	top:20px;
	background-color: #d3d3d3;
	height: 600px;
	width: 100%;
}*/

.map-wrapper iframe {
	position:relative;
	top:25px;
	width: 100% !important;
	height: 600px;
}

.header {
	background-color: rgba(17, 48, 42, 0.85);
	min-height: 500px;
	overflow: hidden;
	position: relative;
	text-align: center;
}

.header.fullscreen {
	height: 100%;
	min-height: 100vh;
}

.header .scrolldown {
	border: 2px solid #fff;
	border-radius: 50%;
	bottom: 30px;
	color: #fff;
	height: 40px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	width: 40px;
	z-index: 999;
}

.header .scrolldown .fas {
	color: #ffff;
	font-size: 30px;
	line-height: 1;
	position: relative;
	top: -2px;
}

.header-image {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.header-image img,
.header-image video {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.header-text {
	left: 0;
	margin: 0 auto;
	padding: 0 15px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	z-index: 999;
}

.header-text h2 {
	color: #ffffff;
	font-size: 60px;
}

.header-text p {
	color: #ffffff;
	font-size: 24px;
	margin-bottom: 30px;
}

.header-text .btn {
	background-color: transparent;
	border: 2px solid #fff;
	color: #a3c1bb;
}

.header-text .btn:focus,
.header-text .btn:hover {
	background-color: #fff;
	color: #11302a;
}

.language-nav {
	float: right;
}

.language-nav li {
	float: left;
}

.language-nav li a {
	opacity: 0.5;
}

.language-nav li a:focus,
.language-nav li a:hover,
.language-nav li.current-lang a {
	background-color: transparent;
	opacity: 1;
}

.language-nav li a img {
	height: 16px;
}

.main-menu li {
	display: none;
	vertical-align: top;
	width: 133px;
}

.main-menu li.logo { width:auto; }

.main-menu li a {
	color: #11302a;
	font-size: 18px;
	padding: 30px 15px;
	text-transform: lowercase;
}

.main-menu li a:focus,
.main-menu li a:hover,
.main-menu li .active,
.main-menu li.current_page_item a {
	background-color: transparent;
	color: #a3c1bb !important;
}

.main-menu .logo {
	display: inline-block;
	background:url(images/logo-large.png) no-repeat center center #11302a;
	background-size:88px 121px;
	text-indent:-999999px;
	padding: 15px;
}

.main-menu .logo a {
	width:88px;
	height:121px;
	padding: 15px;
}

/*.main-menu .logo a img {
	height: 80px;
}*/

.menu-btn {
	color: #11302a;
	font-size: 24px;
	left: 15px;
	position: absolute;
	top: 30px;
}

.menu-btn:focus,
.menu-btn:hover {
	color: #a3c1bb;
}

.mobile-menu {
	right: 0;
	position: absolute;
	top: 30px;
}

.mobile-menu li {
	display: inline-block;
	margin-right: 15px;
}

.mobile-menu li a {
	color: #11302a;
	font-size: 24px;
	padding: 0;
}

.mobile-menu li a:focus,
.mobile-menu li a:hover {
	background-color: transparent;
	color: #a3c1bb;
}

.navbar {
	background-color: #fff;
	border: none;
	border-radius: 0;
	box-shadow: 0 0 10px #ccc;
	height: 90px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1030;
}

.navbar-fixed-top {
	background-color: #fff;
	box-shadow: 0 0 10px #ccc;
	display: none;
	height: 90px;
	position: fixed;
	top: -200px;
	transition: all 1s;
	width: 100%;
	z-index: 1031;
}

.product {
	display: block;
	margin: 20px 0;
}

.product-details {
	padding: 20px 0;
}

.product-details .btn {
	margin: 0;
	width: 100%;
}

.product-image {
	height: 250px;
	overflow: hidden;
	text-align: center;
}

.product-image img {
	height: 100%;
}

.pushy {
	background-color: #11302a;
	padding: 30px 15px;
}

.pushy img { max-width:88px; }

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

.pushy ul li a {
	color: #fff;
	text-transform:lowercase;
}

.pushy ul li.current_page_item a,
.pushy ul li a:focus,
.pushy ul li a:hover {
	color: #a3c1bb;
}

.pushy li.logo { display:none; }

.pushy .language-nav {
	float: none;
	margin: 10px 0 10px 15px;
}

.pushy-open-left #container {
	transform: none;
}

.service {
	margin: 20px 0;
}

.service img {
	margin-bottom: 30px;
}

.sitemap {
	background-color: #11302a;
	border-bottom: 1px solid #325e55;
	padding: 60px 0;
}

.table {
	border: 1px solid #ccc;
	max-width: 720px;
}

.table td,
.table th {
	border: 1px solid #ccc;
	padding: 8px 15px !important;
}

.table th {
	background-color: #e0e0e0;
}

.table tr:nth-child(odd) {
	background-color: #f2f2f2;
}

.testimonial {
	background-color: #eee;
	padding: 60px 0;
	position:relative;
	top:20px;
}

.testimonial h2 {
	color: #666;
}

.testimonial .container {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

.text-bottom {
	bottom: 0;
	top: auto;
	transform: none;
}

.topbar {
	background-color: #ffffff;
	display: none;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1030;
}

.topbar-nav {
	float: left;
}

.topbar-nav li {
	color: #11302a;
	float: left;
	padding: 10px 15px;
}

.topbar-nav li a {
	color: #11302a;
	padding: 0;
}

.topbar-nav li a:focus,
.topbar-nav li a:hover {
	background-color: transparent;
	color: #a3c1bb;
}

.topbar-nav li a .fas {
	margin-right: 5px;
}

@media screen and (max-width: 768px) {
	.main-menu .logo {
		background-size:58px 80px;
	}
	
	.main-menu .logo a {
		width:58px;
		height:80px;
	}
	
	.map-wrapper iframe {
		height: 300px;
	}
}

/* Medium devices (tablets, 768px and up) */
@media screen and (min-width: 768px) {
	.header-text {
		width: 750px;
	}
}

/* Large devices (desktops, 992px and up) */
@media screen and (min-width: 992px) {
	/*.background-image {
		display: block;
		width: 970px;
	}*/
	
	.background-image {
		bottom: 0;
		display: block;
		left: 0;
		position: absolute;
		top: 0;
	}
	
	.background-image img {
		width: 45%;
	}

	.header-text {
		width: 970px;
	}
	
	.main-menu li {
		display: inline-block;
	}
	
	.main-menu .logo a img {
		height: auto;
	}
	
	.menu-btn,
	.mobile-menu {
		display: none;
	}
	
	.navbar {
		background-color: transparent;
		box-shadow: none;
		position: absolute;
		top: 40px;
	}
	
	.navbar .main-menu .logo {
		background-color: transparent;
	}
	
	.navbar-fixed-top {
		display: block;
	}
	
	.navbar .main-menu li a {
		color: #fff;
	}
	
	.navbar .main-menu li:focus,
	.navbar .main-menu li:hover,
	.navbar .main-menu li .active,
	.navbar .main-menu li.current_page_item a {
		color: #a3c1bb;
	}
	
	.topbar {
		display: block;
	}
}

/* Large devices (large desktops, 1200px and up) */
@media screen and (min-width: 1200px) {
	.background-image {
		width: 1170px;
	}
	
	.background-image img {
		width: 40%;
	}
	
	.header-text {
		width: 1170px;
	}
}