:root {
  --footer-background-color: white;
  --footer-text-color: #ffffff;
  --leaf-text-color: #ffffff;
  --link-color: #ffffff;
  --link-hover-color: #cccccc;
}

/* Scrollbar for webkit-based browsers (Chrome, Safari, Edge, Opera) */
::-webkit-scrollbar {
  width: 10px;
  background-color: transparent; 
}

::-webkit-scrollbar-track {
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: #4CAF50; 
  border-radius: 5px; 
  border: 2px solid transparent; 
  background-clip: content-box; 
}

::-webkit-scrollbar-thumb:hover {
  background-color: #45a049;
}

html{
	scroll-behavior: smooth;
}

body {
	overflow-y: scroll;
	position: relative;
	width: 100%;
	color: white;
	font-size: 100%;
	line-height: 150%;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	background-color: white;	
}

.container {
	width: 960px;
	margin: 0 auto;
}

header {
	position: absolute;
	width: 100%;
	height: 65px;
}

.logo_header {
	float: left;
	width: 100%;
	height: 1200px;
	background-image: url('/images/groene_verlichting_background.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	text-align: center;
}

.logo_header_home{
	height: 1600px !important;
}

.header_layer {
	position: absolute;
	width: 100%;
	height: 700px;
	z-index: 5;
	background-image: linear-gradient(rgba(0, 19, 6, 1), rgba(0, 19, 6, 0));
}

.white_space {
	position: absolute;
	width: 100%;
	height: 200px;
	z-index: 6;
	margin-top: 580px;
	background-image: url('/images/white_space.png');
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100%;
}

.home_white_space {
	position: absolute;
	width: 100%;
	height: 200px;
	z-index: 6;
	margin-top: 1450px;
	background-image: url('/images/white_space.png');
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100%;
}

.main_container {
	position: absolute;
	float: left;
	z-index: 6;
	width: 100%;
	min-height: 600px;
	margin-top: 780px;
	background-color: white;
	color: #424242;
}

.logo {
	position: relative;
	z-index: 5;
	margin-top: 210px;
}

.logo_header .logo img {
	width: 600px;
	margin: auto;
}

.grecaptcha-badge{
	z-index: 99999 !important;
}

h1 {
	float: left;
	width: 100%;
	text-align: center;
	position: absolute;
	z-index: 11;
	margin-top: 590px;
	font-size: 50px;
	line-height: 35px;
	font-family: 'Varela Round', sans-serif;
}

h2 {
	float: left;
	width: 100%;
	color: #3d9e28;
	font-size: 30px;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
	font-family: 'Varela Round', sans-serif;
}

h2.home_header {
	margin-top: 70px;
	margin-bottom: 0;
	color: #10333b;
}

h3 {
	float: left;
	width: 100%;
	color: #3d9e28;
	font-size: 25px;
	line-height: 25px;
	text-transform: uppercase;
	font-family: 'Varela Round', sans-serif;
}

h4 {
	float: left;
	width: 100%;
	color: #424242;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
	font-family: 'Varela Round', sans-serif;
}

h5 {
	float: left;
	width: 100%;
	color: #424242;
	font-size: 20px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 10px;
	line-height: 25px;
	font-family: 'Varela Round', sans-serif;
}

.leaf_blue {
	position: absolute;
	z-index: 20;
	margin-top: 790px;
	padding-top: 30px;
	padding-left: 65px;
	padding-right: 75px;
	padding-bottom: 295px;
	line-height: 25px;
	background-image: url('/images/leaf_blue.png');
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100%;
	font-size: 26px;
}

.leaf_blue ul li {
	padding-top: 6px;
	padding-bottom: 6px;
}

.leaf_blue ul li span {
	font-size: 22px;
}

.leaf_blue ul li span strong, strong {
	text-transform: uppercase;
	font-family: 'Varela Round', sans-serif;
}

.leaf_blue ul li {
	list-style-type: disc;
}

.leaf_green {
	position: absolute;
	z-index: 19;
	top: 0;
	right: 0;
	margin-top: 1300px;
	line-height: 30px;
	padding-top: 110px;
	padding-right: 20px;
	padding-left: 50px;
	padding-bottom: 50px;
	text-align: right;
	background-image: url('/images/leaf_green.png');
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100%;
	font-size: 26px;
}

.leaf_green strong, .leaf_green_top strong {
	text-transform: uppercase;
	font-family: 'Varela Round', sans-serif;
}

.leaf_green_top {
	position: absolute;
	z-index: 9;
	top: 0;
	left: 0;
	line-height: 22px;
	padding-top: 10px;
	padding-right: 30px;
	padding-left: 20px;
	padding-bottom: 27px;
	background-image: url('/images/leaf_green_top.png');
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100%;
	font-size: 13px;
}

.main_content {
	float: left;
	margin-top: -20px;
	width: 100%;
	z-index: 7;
	background-color: white;
	margin-bottom: 50px;
}

.projects {
	float: left;
	width: 100%;
	margin-top: 90px;
	margin-bottom: 230px;
}

.projects_page {
	float: left;
	width: 100%;
}

.carousel_project {
	float: left;
    position:relative;
    text-decoration: none;
    -webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.projects_page .carousel_project {
	float: none;
}

.carousel_content {
	float: left;
	width: 600px;
	padding-left: 60px;
	padding-right: 60px;
	border-right: 1px solid #ededed;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.projects_page .carousel_content {
	width: 50%;
	padding: 0 20px 60px 20px;
	border-right: none;
}

.carousel_text {
	float: left;
	width: 100%;
	min-height: 155px;
	color: #4a4a4a;
	margin-top: 40px;
}

.carousel_text .button {
	margin-top: 40px;
}

.carousel_project .carousel_picture {
	float: left;
    width: 100%;
    height: 290px;
    margin-bottom: 50px;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}

.projects_page .carousel_project .carousel_picture  {
	height: 200px;
}

.carousel_project img {
    width: 100%;
    vertical-align: top;
}

footer {
	width: 100%;
	max-height: 250px;
	display: flex;
	flex-direction: column;
	z-index: 999;
}

.leaf_footer {
	width: 100%;
	height: 75%;
	max-height: 200px;
	max-width: 500px;
	color: var(--leaf-text-color);
	background-image: url('/images/leaf_footer.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-color: transparent;
	background-position: right bottom;
	padding-top: 40px;
	padding-left: 20px;
	padding-right: 25px;
	padding-bottom: 20px;
	margin-left: auto;
	margin-right: 0;
	box-sizing: border-box;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}

.leaf_footer_content{
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: end;
	text-align: center;
}

.leaf_footer a {
	color: var(--link-color);
	text-decoration: none;
	transition: color 0.3s ease;
}

.leaf_footer a:hover {
	color: var(--link-hover-color);
}

.leaf_footer strong {
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Varela Round', sans-serif;
}

.copyright {
	width: 100%;
	height: 25%;
	max-height: 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 20px;
	box-sizing: border-box;
	background-color: var(--footer-background-color);
}

.copyright_left a,
.copyright_right a {
	color: var(--link-color);
	text-decoration: none;
	transition: color 0.3s ease;
}

.copyright_left a:hover,
.copyright_right a:hover {
	color: var(--link-hover-color);
}

.content_left {
	float: left;
	width: 100%;
	color: #424242;
	margin-top: 40px;
	margin-bottom: 40px;
}

.content_center {
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 40px;
	font-size: 16px;
	line-height: 25px;
}

.contact {
	float: left;
	width: 100%;
}

.social_media {
	float: left;
	width: 100%;
	text-align: center;
}

.social_media a {
	display: inline-block;
	width: 80px;
	height: 80px;
	vertical-align: middle;
	font-size: 50px;
	border-radius: 50%;
	color: white;
	background-color: #3b5998;
	padding-top: 15px;
}

.contact input, .contact textarea {
	width: 290px;
	margin-bottom: 10px;
	padding: 8px;
	border-radius: 5px;
	border: 3px solid #424242;
	color: #424242;
	background-color: white;
	font-family: 'Varela Round', sans-serif;
	font-size: 14px;
	-webkit-appearance: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}

.contact select {
	width: 310px;
	padding: 8px;
	border-radius: 0;
	border: 3px solid #424242;
	color: #424242;
	background-color: white !important;
	font-family: 'Varela Round', sans-serif;
	font-size: 14px;
	background: url(/images/arrow_icon_white.png) no-repeat right #ffffff;
	-webkit-appearance: none;
}

.contact textarea {
	width: 100%;
	height: 150px;
	
}

/* Copyright */
.copyright {
	float: left;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #1c1c1c;
	text-align: center;
	color: white;
	font-size: 10px;
}
.copyright_left {
	float: left;
	width: 50%;
	padding-left: 20px;
	text-align: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}
.copyright_right {
	float: left;
	width: 50%;
	padding-right: 20px;
	text-align: right;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}

/* Extra */
.pictures {
	float: left;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 20px;
}

.picture {
	position: relative;
	float: left;
    width: 23.5%;
    height: 150px;
    margin-right: 2%;
    margin-bottom: 10px;
    text-decoration: none;
	/*opacity: 0.7;
    filter: alpha(opacity=70);*/
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}

.picture:nth-child(4n) {
	margin-right: 0;
}

.picture img, .project img, .album img, .carousel_project img {
    width: 100%;
    vertical-align: top;
}

.button {
	float: left;
	border: 3px solid #424242;
	color: #424242;
	border-radius: 5px;
	padding: 7px 17px;
	background-color: rgba(255, 255, 255, 0);
	font-family: 'Varela Round', sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    transition: all ease 0.4s;
    outline: none;
	-webkit-appearance: none;
}

.button:hover {
	text-decoration: none;
	background-color: #424242;
	color: white;
	cursor: pointer;
}

a {
	text-decoration: none; 
}

a:hover {
	text-decoration: underline;
}

hr {
	border-top: #929292 solid 1px;
	border-bottom: none;
	margin: 0px;
}
@-moz-document url-prefix() {
    hr {
	    float: left;
	    width: 100%;
	}
}

.last_menu {
	border-bottom: none;
}

.last {
	margin-bottom: 0 !important;
	margin-right: 0 !important;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

.tooltip {
	max-width: 200px;
	display:none;
	position:absolute;
	border:1px solid #333;
	background-color:#171717;
	border-radius:5px;
	padding:10px;
	color:#fff;
	font-size: 10px !important;
}

.bottom_message {
    bottom: 0;
    display: block;
    height: 50px;
    width: 100%;
    position: fixed;
    background-color: rgba(63,63,63,1);
    clear: both;
	opacity:0.8;
	filter:alpha(opacity=80);
	text-align: center;
	color: white;
	font-size: 20px;
	padding-top: 20px;
	z-index: 0;
	display:none;
}

.mobile {
	display: none !important;
}

.v_mobile {
	display: none;
}

@media only screen and (max-width: 1110px) {	
	.main_container {
		margin-top: 720px;
	}
	
	.main_content {
		margin-top: -50px;
	}
}

@media only screen and (max-width: 959px) {		
	#menu {
		display: block;
	}
	
	body{
		-webkit-text-size-adjust: none;
	}
	
	.container {
		width: 92%;
		padding-left: 4%;
		padding-right: 4%;
	}
	
	.main_container {
		margin-top: 730px;
	}
}

@media only screen and (max-width: 767px) {	
	.mobile {
		display: inline !important;
	}
	
	.desktop {
		display: none;
	}
	
	#menu {
		display: none;
	}
	
	.logo_header .logo img {
		width: 70%;
	}
	
	h1 {
		font-size: 28px;
	}
	
	h2.home_header {
		margin-top: 100px;
	}
	
	.main_content {
		margin-top: -110px;
	}
	
	.leaf_blue {
		padding-left: 50px;
		font-size: 24px;
	}
	
	.leaf_green {
		margin-top: 1300px;
		line-height: 30px;
		font-size: 26px;
		padding-top: 105px;
		padding-bottom: 80px;
	}
	
	.main_container {
		margin-top: 680px;
	}
	
	footer{
		padding-top: 150px;
	}
	
	.picture {
	    width: 49%;
	    margin-right: 2%;
	}
	
	.picture:nth-child(2n) {
		margin-right: 0;
	}
	
	.picture:nth-child(4n) {
		margin-right: 0;
	}
	
	.projects {
		margin-top: 80px;
		margin-bottom: 210px;
	}
	
	.projects_page .carousel_content {
		width: 100%;
		padding: 0 0 60px 0;
	}
	
	.leaf_footer {
		font-size: 15px;
		line-height: 27px;
		padding-top: 40px;
		padding-left: 90px;
		padding-right: 60px;
		padding-bottom: 5px;
		margin-right: 20px;
	}
}

@media only screen and (max-width: 479px) {
	.container {
		width: 90%;
		padding-left: 5%;
		padding-right: 5%;
	}
	
	.white_space {
		margin-top: 600px;
	}
	
	.home_white_space {
		margin-top: 1250px;
	}
	
	.main_content {
		margin-top: -280px;
	}
	
	.logo_header .logo img {
		width: 85%;
	}
	
	h1 {
		margin-top: 450px;
		font-size: 20px;
	}
	
	.leaf_blue {
		margin-top: 600px;
		padding-top: 30px;
		padding-left: 32px;
		padding-right: 60px;
		padding-bottom: 140px;
		line-height: 21px;
		font-size: 18px;
	}
	
	.leaf_blue ul li span {
		font-size: 17px;
	}
	
	.leaf_green {
		margin-top: 1100px;
		padding-top: 110px;
		padding-bottom: 60px;
	}
	
	.leaf_green_top {
		line-height: 18px;
		padding-top: 7px;
		padding-left: 14px;
		font-size: 11px;
	}
	
	.projects {
		margin-top: 50px;
		margin-bottom: 140px;
	}
	
	.carousel_content {
		width: 450px;
	}
	
	.carousel_project .carousel_picture {
	    height: 200px;
	    margin-bottom: 30px;
	}
	
	.carousel_text {
		margin-top: 25px;
	}
	
	.carousel_text .button {
		margin-top: 30px;
	}
	
	h3 {
		font-size: 20px;
	}
	
	.leaf_footer {
		font-size: 12px;
		line-height: 20px;
		padding-top: 25px;
		padding-left: 80px;
		padding-right: 10px;
		padding-bottom: 5px;
		margin-right: 20px;
	}
}

@media screen and (max-width: 425px){
	.white_space {
		margin-top: 620px;
	}
}

@media only screen and (max-width: 320px) {
	.copyright_left {
		float: left;
		width: 100%;
		padding-left: 0;
		text-align: center;
	}
	.copyright_right {
		float: left;
		width: 100%;
		padding-right: 0;
		text-align: center;
	}
	
	.white_space {
		margin-top: 640px;
	}
	
	.leaf_footer{
		line-height: 15px;
	}
}