/*   
Theme Name: Praktijk 2C
Description: Maatwerk thema Praktijk 2C
Author: Fruto internet
Version: 1.0
*/

@import url('https://fonts.googleapis.com/css?family=Courgette|Oxygen:300,400,700');

body {
	font-family: 'Oxygen';
}
a {
	color:#333;
	transition:color 0.5s ease;
}
a:hover {
	color:#afca0b;
}
.alignright {
	float:right;
	margin-left:15px;
	margin-bottom:15px;
}
.topbar {
	background:#b2c82f;
	color:#fff;
	font-size:16px;
	text-align:right;
	padding:10px;
	padding-right:50px;
	font-weight:bold;
	position: -webkit-sticky;
	position:sticky;
	top:0px;
	z-index:100;
}
.topbar i {
	margin:0 10px;
}
.header {
	padding:15px 0;
	position: -webkit-sticky;
	position:sticky;
	top:44px;
	z-index:100;
	background:#fff;
	box-shadow:0 0 15px -2px #c1c1c1;
	transition:padding 0.5s ease;
}
.header .fa-bars, .header .fa-times-circle-o {
	display:none;
}
#swipebox-overlay {
	background:rgba(0,0,0,0.7);
}
.logo {
	display:block;
	width:100%;
	height:83px;
	background:url('img/logo.svg');
	background-size:contain;
	background-repeat:no-repeat;
	margin-top:0px;
	transition: height 0.5s ease;
	color:#000;
}
.submit-wrap input {
	border-radius:0;
	border:0;
	text-transform: none;
	cursor:pointer;
	background:#afca0b;
	color:#fff;
	font-weight:600;
	font-size:16px;
	padding:10px 20px;
	transition:background 0.5s ease;
}
.submit-wrap input:hover {
	background:#3d322d;
}
.textarea-wrap textarea {
	height:150px !important;
}
.home h3 {
	font-size:24px;
}
.nf-form-fields-required {
	margin-bottom:15px;
	display:none;
}
.contactform input[type="text"], .contactform input[type="email"], .contactform input[type="tel"], .contactform textarea {
	background:#fff;
	padding:10px 15px;
	color:#000;
	border:1px solid #000;
	font-weight:300;
	line-height:20px;
}
.gallery {
	display:inline-block;
}
.gallery img {
	margin:0px 10px 15px 0;
	width:200px;
}
.gallery .overlay {
	display:block;
	position:absolute;
	width:200px;
	height:200px;
	text-align:center;
	background:rgba(175, 202, 11, 0.7);
	transition:all 0.5s ease;
	opacity:0;
}
.gallery:hover .overlay {
	opacity:1;
}
.gallery .overlay i {
	color:#fff;
	font-size:36px;
	margin-top:80px;
}
.newsitem a {
	background-size:contain, cover !important;
	width:100%;
	display:block;
	height:300px;
	margin-bottom:35px;
	position:relative;
	text-decoration:none;
	transition:transform 0.5s ease;
}
.newsitem h4 {
	font-weight:bold;
	position:absolute;
	bottom:10px;
	left:15px;
	font-size:28px;
	max-width:75%;
	color:#fff;
	margin:0;
	transition:color 0.5s ease;
}
.newsitem a:hover h4 {
	color:#afca0b;
}
.newsitem a:hover {
	transform:scale(1.05);
}
.newsitem small {
	position:absolute;
	top:10px;
	right:10px;
	display:block;
	background:rgba(0,0,0,0.75);
	color:#fff !important;
	padding:5px 10px 4px 10px;
	font-weight:normal;
	border-radius:5px;
	font-size:14px;
}
.single .newsitem a {
	height:200px;
}
.single .newsitem h4 {
	font-size:20px;	
}
.col-md-4.newsitem a {
	height:200px;
}
.col-md-4.newsitem h4 {
	font-size:20px;
}
.col-md-4.newsitem small {
	font-size:12px;	
}
.c2a-btn {
	padding:7px 20px;
	color:#fff;
	background:#afca0b;
	transition:all 0.5s ease;
	font-weight:bold;
	font-size:inherit;
	display:block;
	text-align:center;
	text-decoration: none;
}
.c2a-btn:hover {
	background:#313131;
	color:#afca0b;
	text-decoration: none;
}
.c2a {
	background:#afca0b;
	color:#fff;
	padding:10px 20px;
	text-align:center;
	transition:background 0.5s ease, color 0.5s ease;
	text-transform: uppercase;
	font-size:14px;
	font-weight:bold;
	position:absolute;
	right:15px;
	top:-25px;
	transition:top 0.5s ease, padding 0.5s ease, background 0.5s ease, color 0.5s ease;
}
.c2a i {
	margin:0 10px;
}
.c2a:hover {
	background:#313131;
	color:#afca0b;
	text-decoration: none;
}
.scrolled .header {
	padding:10px 0;
}
.scrolled .logo {
	height:60px;
	margin-top:0px;
}
.scrolled .c2a {
	top:-10px;
	padding:5px 10px;
	font-size:12px;
}
.scrolled .header .menu {
	margin-top:0px;
}
.white {
	background:#fff;
	padding:100px 0;
}
.leafs {
	background:#fff url('img/leafs.png') no-repeat;
	background-size:600px;
	background-position:right bottom;
	padding-bottom:250px;
}
.white .col-md-6:first-child, .white .col-lg-7 {
	border-right:4px dotted #afca0b;
	padding-right:50px;
}
.gray {
	background:#f0f0f0;
	padding:75px 0;
}
.blue {
	background:#afca0b;
	padding:50px 0;
	color:#fff;
	font-size:34px;
	text-align:center;
	font-weight:normal;
	font-family:'Courgette';
}
.blue + .blue {
	padding-top:0px;
	margin-top:-1px;
}
.footer {
	background: #3d322d;
	padding:50px 0;
	color:#fff;
	overflow-x:hidden;
	font-size:14px;
	line-height:30px;
}
.footer h4 {
	font-size:22px;
	margin-bottom:20px;
	color:#fff;
	font-weight:bold;
}
.footer h4.special {
	font-family:'Courgette';
	font-weight:normal;
}
.footer .container-fluid {
	padding:0;
}
.footer .contact {
	margin:50px 25px 50px 25px;
	color:#fff;
	line-height:40px;
	font-size:18px;
}
.footer .contact i {
	margin-right:25px;
}
.footer h3 {
	text-transform: none;
	font-size:26px;
}
.footer a {
	color:#fff;
}
.socket {
	background:#51443e;
	padding:15px 0;
}
.filters {
	background:#313131;
	padding:25px;
	color:#fff;
	font-size:14px;
}
.filters h3 {
	text-align:left;
	margin-bottom:15px;
}
.vertical-align {
	display:flex;
	align-items:center;
	justify-content: center;
    flex-flow: column wrap;
    align-content: stretch;
}
.vertical-align-right {
	align-items:right;
	padding-top:10px;
}
.fruto {
	font-size:12px;
	opacity:0.5;
}
.fruto a {
	color:#fff;
	font-size:12px;
}
.fruto img {
	height:16px;
	margin-right:15px;
}
.card {
	background:none;
	border:none;
	text-align:left;
}
.card a {
	font-weight:600;
	color:#000;
	font-size:16px;
	float:right;
}
.home .card a {
	float:none;
}
.card a i {
	display:inline-block;
	margin-right:20px;
	color:#afca0b;
	font-size:18px;
}
.card h4 {
	text-transform: uppercase;
	font-size:18px;
	font-weight:bold;
	margin-top:25px;
	text-align:center;
}
.vacature {
	background:#eee;
	margin:20px 0;
	padding:5px 10px;
	font-size:14px;
	transition:background 0.5s ease, color 0.5s ease;
	cursor: pointer;
	border-radius:0;
}
.vacature .specs {
	font-size:14px;
	margin-bottom:15px;
	display:block;
}
.vacature .specs strong {
	font-weight:600;
}
.vacature:hover {
	background:url('img/boulders.png') no-repeat;
	background-size:750px;
	background-position:center center;
	color:#fff;
}
.page-template-vacatures .vacature:hover {
	background-size:950px;
}
.vacature:hover a {
	color:#fff;
}
.vacature h4 {
	text-align:left;
	margin-top:0;
}
.icon {
	background:url('img/boulder-bg.png') no-repeat;
	background-size:contain;
	background-position:center left;
	color:#fff;
	height:70px;
	padding-top:10px;
	padding-right:5px;
	padding-left:12px;
	font-size:26px;
	text-align:left;
}
.icon img {
	height:30px;
}
.home .icon {
	background-position:center center;
	padding-left:0px;
	text-align:center;
}
.vacature .icon {
	height:35px;
	width:100%;
	font-size:14px;
}
.vacature .icon img {
	height:18px;
}
strong {
	font-weight:bold;
}
.sticky {

}
.c2abox {
	padding:0px 25px 0px 50px;
	box-sizing:border-box;
	color:#000;
	line-height:36px;
}
.c2abox strong {
	color:#afca0b;
	font-family:'Courgette';
	font-size:32px;
	font-weight:normal;
}
.c2abox i {
	margin-right:15px;
}
.c2abox i.fa-phone {
	margin-right:18px;
}
.c2abox a {
	color:#000;
}
.c2abox a:hover {
	color:#afca0b;
}
.c2abox img {
	max-width:100%;
}
.c2abox .circle {
	border-radius:50%;
	width:250px;
	height:250px;
	margin-top:-226px;
}
.c2abox .fa-quote-left {
	color:#ffd117;
	display:block;
	margin:10px 0;
	font-size:40px;
}
.home .c2abox a.c2a-btn {
	text-decoration:none;
	float:left;
	font-style:inherit;
	color:#fff;
}
.c2abox span {
	color:#afca0b;
}
.c2abox .nf-fu-fileinput-button span {
	color:#afca0b;
}
.c2abox .nf-fu-fileinput-button {
	border:1px solid #afca0b;
	background:none;
}
.c2abox ul {
	margin:0;
	padding-left:18px;
	list-style:none;
}
.c2abox ul li:before {
  content: "\f105";
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -16px; 
  width: 16px;
}
.c2abox ul a {
	transition:all 0.5s ease;
}
.c2abox ul a:hover {
	color:#afca0b !important;
}
.c2abox ul.usp li:before {
	display:none;
}
.white .col-md-8 ul {
	padding-left:30px;
	list-style:none;
}
.white .col-md-8 ul li:before {
	content: "";
  	background:url('img/dot-active-green.png') no-repeat;
	background-size:contain;
  	display: block;
	position: absolute;
  	margin-left: -28px; 
	margin-top: 8px;
  	width: 16px;
	height:16px;
}
.btn {
	border-radius:0;
	text-transform: none;
	cursor:pointer;
}
a.text-light:hover {
	background:#313131 !important;
	color:#afca0b !important;
}
.boulders {
	position:absolute;
	z-index:90;
	left:calc(50% - 550px);
	background:url('img/boulders.png') no-repeat;
	background-size:contain;
	width:600px;
	height:600px;
	bottom:-150px;
	transition:opacity 2.5s ease, transform 2.5s ease;
	display:flex;
	align-items:center;
	justify-content: center;
    flex-flow: column wrap;
    align-content: stretch;
	font-weight:bold;
	font-size:24px;
	color:#fff;
	text-transform: uppercase;
	transform:rotate(1deg);
}
.boulders.pulse {
	opacity:0.9;
	transform:rotate(-1deg);
}
.boulders .btn {
	border:1px solid #fff;
	font-size:18px;
}
h1 {
	font-size:40px;
	font-weight:bold;
	color:#afca0b;
}
h2 {
	font-size:24px;
	margin-bottom: 15px;
	margin-top:25px;
	color:#afca0b;
}
h1 + h2 {
	color:#000;
	margin-bottom: 25px;
	margin-top:10px;
	font-style: italic;
}
h3, h4 {
	text-transform: none;
	font-size:18px;
	color:#afca0b;
	font-weight:bold;
	margin-bottom:25px;
	text-align:left;
}
h4 {
	font-weight:500;
	text-align:left;
	margin-bottom:15px;
	font-size:16px;
}
.nf-form-title h3, .page-template-default h3, .page-template-contact h3, .single h3 {
	font-family:'Courgette';
	font-weight:normal;
}
.page-template-default h3, .page-template-contact h3  {
	font-size:24px;
}
.page-template-default .white .col-md-8, .page-template-contact .white .col-md-8, .single .col-md-8 {
	border-left:1px solid #efefef;
	padding-left:50px;
}
.round {
  position: relative;
}
.page-template-default .c2abox, .page-template-contact .c2abox {
	padding-left:0;
}
.home .c2abox {
	padding-left:50px;
}
.round label {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  cursor: pointer;
  height: 22px;
  left: 0;
  position: absolute;
  top: 0px;
  width: 22px;
  text-indent:30px;
}

.round label:after {
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  content: "";
  height: 6px;
  left: 5px;
  opacity: 0;
  position: absolute;
  top: 6px;
  transform: rotate(-45deg);
  width: 11px;
}

.round input[type="checkbox"] {
  visibility: hidden;
}

.round input[type="checkbox"]:checked + label {
  background-color: #afca0b;
  border-color: #afca0b;
}

.round input[type="checkbox"]:checked + label:after {
  opacity: 1;
}
.footer h3 {
	text-align:left;
	color:#fff;
	margin-bottom:10px;
}
.footer .menu {
	list-style:none;
	padding:0;
	margin:0;
	line-height:30px;
}
.footer .menu a {
	color:#fff;
	font-size:14px;
}
p, ul, ol {
	line-height:30px;
}
.gray h2 {
	font-size:36px;
	text-transform: uppercase;
	font-weight:bold;
	text-align:center;
	margin-bottom: 50px;
}
.gray h2:before {
	content:'';
	display:block;
	position:absolute;
	background:url('img/arrow.png') no-repeat;
	background-position:top left;
	background-size:contain;
	height:160px;
	width:160px;
	left:calc(50% - 355px);
	margin-top:-115px;
}
#maps{
    height: 350px;
}
.header .menu {
	list-style:none;
	margin:0;
	padding:0;
	margin-top:10px;
	float:right;
	transition:margin 0.5s ease;
}
.header .menu li {
	display:inline-block;
}
.header .menu li a {
	display:block;
	padding:15px 20px;
	color:#000;
	font-size:18px;
	font-weight:600;
	transition:color 0.5s ease;
}
.header .menu li.current-menu-item a, .menu li a:hover {
	color:#afca0b;
	text-decoration: none;
}
.header .sub-menu {
	position:absolute;
	display:none;
	top:auto;
	width:200px;
	margin:0;
	padding:0;
	padding-top:28px;
}
.scrolled .header .sub-menu {
	padding-top:10px;	
}
.header .sub-menu li {
	display:block;
}
.header .sub-menu li a {
	padding:8px 15px;
	background:#efefef;
	color:#000 !important;
	font-size:14px;
	transition:all 0.5s ease;
	border-top:1px solid rgba(255,255,255,0.2);
}
.header .sub-menu li a:hover {
	color:#B4C640 !important;
}
.header li:hover .sub-menu {
	display:block;
}
ul.usp {
	list-style:none;
	margin:0;
	padding:0;
	font-size:22px;
	line-height:52px;
	font-family:'Oxygen';
	text-align:left;
	margin-left:100px;
}
ul.usp img {
	margin-right:25px;
	height:30px;
}
ul.usp a {
	font-weight:bold;
	color:#fff;
	transition:color 0.5s ease;
}
ul.usp a:hover {
	color:#3d322d;	
}
ul.usp li:hover i {
	margin:0 25px 0 0;
}
ul.usp i {
	color:#3d322d;
	margin:0 15px 0 0;
	transition:margin 0.5s ease;
}
ul.usp + img {
	max-width:100%;
	display:block;
	margin:0 auto;
	margin-top:25px;
}
.carousel-item .d-block {
	display:block;
	height:20vh;
	background-attachment: fixed;
	background-size:cover;
	background-repeat:none;
	background-position:center center;
}
.ios .carousel-item .d-block {
	background-attachment:scroll;
}
.home .carousel-item .d-block {
	height:40vh;
}
.page-template-vacatures .carousel-item .d-block {
	height:20vh;
}
.carousel-indicators li {
	border-radius:50%;
	height:40px;
	width:40px;
	display:flex;
	align-items:center;
	cursor:pointer;
	background:none;
	text-indent:inherit;
	text-align:center;
	font-size:18px;
	border:2px solid transparent;
	margin:0 10px;
}
.carousel-indicators li.active {
	background:url('img/dot-active.png') no-repeat;
	background-size:27px;
	background-position:center center;
	text-indent:-9999px;
}
.carousel-indicators li i {
	color:#fff;
	margin:auto;
}

/* RESPONSIVE */

@media only screen and (max-height : 768px) {
	.home .carousel-item .d-block {
		height:65vh;
	}
}

@media only screen and (max-height : 1080px) {
	.sticky {
		position:static;	
	}
}

@media only screen and (max-width : 1024px) {
	.header .menu li a {
		padding-left:8px;
		padding-right:8px;
	}
	.c2abox .circle {
		width:100%;
		height:auto;
		margin-top:-248px;
	}
	.home .carousel-item .d-block {
		height:35vh;
	}
	ul.usp {
		margin-left:0;
	}
	.carousel-item .d-block {
		background-size:auto 100%;	
	}
}

@media only screen and (max-width : 768px) {
	.gallery img {
		margin: 0px 10px 15px 0;
		width: 120px;
	}
	.topbar {
		text-align:center;
		padding:10px 0;
	}
	.c2abox .circle {
		margin-top:-228px;
	}
	ul.usp {
		font-size:17px;
	}
}

@media only screen and (max-width : 680px) {
	
	h1 {
		font-size:32px;
	}
	h2 {
		font-size:20px;
	}
	.home .carousel-item .d-block {
		height:35vh !important;	
	}
	.carousel-item .d-block {
		background-size:cover;	
	}
	.white .col-lg-7, .page-template-contact .white .col-md-8, .page-template-default .white .col-md-8, .white .col-md-6:first-child, .white .col-lg-7 {
		border:0;
		padding-left:15px;
	}
	.home .c2abox a.c2a-btn {
		float:none;
	}
	.gallery img {
		margin:0px 10px 15px 0;
		width:150px;
	}
	ul.usp {
		font-size:15px;
	}
	.header .fa-bars {
		display:block;
		color:#afca0b;
		font-size:36px;
		position:absolute;
		top:44px;
		right:30px;
		transition:transform 0.5s ease;
	}
	.header {
		padding:10px 0;
	}
	.header .fa-bars {
		top:14px;	
	}
	.header .menu {
		margin-top:0;
	}
	.header .menu {
		background:rgba(178, 200, 47, 0.95);
		position:absolute;
		z-index:50;
		width:100%;
		top:10px;
		left:0;
		margin-top:0;
	}
	.header .fa-times-circle-o {
		position:absolute;
		color:#fff;
		z-index:60;
		font-size:38px;
		right:35px;
		top:30px;
	}
	.header .menu li {
		display:block;
	}
	.header .menu li a {
		color:#fff;
		font-size:16px;
		font-weight:normal;
		text-align:left;
		padding-left:25px;
		border-bottom:1px solid rgba(255,255,255,0.3);
	}
	.header .menu li.current-menu-item a {
		color:#fff;
	}
	.header .menu li:first-child {
		display:none;	
	}
	.home .c2abox {
		text-align:center;
	}
	.leafs {
		padding-bottom:300px !important;
	}
	.c2abox .circle {
		margin-top:auto;
		width:200px;
		height:200px;
		margin-bottom:10px;
	}
	.c2a {
		top:-120px;
		font-size:12px;
		width:100%;
		right:0;
		padding:5px 10px;
	}
	.scrolled .c2a {
		top:10px;
	}
	.c2abox {
		padding-left:0;
		margin-top:25px;
		margin-bottom:25px;
	}
	.home .c2abox {
		padding-left:0;
		padding-right:0;
	}
	.white {
		padding:25px 0;
	}
	.gray {
		padding:25px 0;
	}
	.footer {
		
	}
	.boulders .btn {
		font-size:15px;
	}
	.footer ul {
		margin-bottom:50px !important;
	}
	.header .menu {
		display:none;
	}
	.logo {
		background-position:left center;
		margin-top:25px;
		margin-left:10px;
		background-size:contain;
	}
	.logo, .scrolled .logo {
		margin-top:0px;
		height:60px;
		background-size:contain;
	}
	.home .carousel-item .d-block {
		height:60vh;
	}
	.home .carousel-indicators {
		bottom:0px;
		left:0;
	}
	.footer .contact {
		font-size:15px;
	}
	.footer .contact i {
		margin-right:10px;
	}
}