/* Meyer CSS Reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}

html {
	height: 100%;
}

body {
	position: relative;
	height: 100%;
	background: #fff;
	font: 14px/150% "Open Sans", Arial, sans-serif;
	color: #fff;
}

#container {
	height: 100%;
}

#container > div {
	position: relative;
	height: auto !important;
	height: 100%;
	min-height: 100%;
}

.container h2 {
	display: block;
}

::selection {
	background-color: rgba(155, 204, 44, 0.61);
}

:focus {
	outline:0;
	border: 0;
}

h1, h2, h3 {
	font-family: "Roboto Slab", Arial, sans-serif;
	font-weight:100;
	line-height: 100px;
	margin: 15px 0 30px 0;
}

h1 { font-size: 100px; }
h2 { font-size: 80px; text-align: center; text-shadow: 0 2px 7px rgba(0,0,0,.6); -webkit-text-stroke: 0.4px; }
h3 { font-size: 20px; }

i {
	font-style: italic;
}

#home, #services, #contact {
	background-color: #000;
}

#services > h2, #contact h2 {
	font-size: 70px;
	margin-top: 140px;
}

#contact h2 {
	margin-top: 0!important;
}

.clear {
	width:100%;
	clear:both;
}

#nav {
	display:block;
	width: 670px;
	height: 50px;
	position: fixed;
	left: 50%;
	top: 50px;
	margin-left: -355px;
	padding: 15px 20px;
	background: #222;
	z-index:30;
	-webkit-box-shadow: 0 2x 1px rgba(0,0,0,0.2);
	   -moz-box-shadow: 0 2px 1px rgba(0,0,0,0.2);
			box-shadow: 0 2px 1px rgba(0,0,0,0.2);
}

#nav > nav > a {
	float:left;
}

#nav ul {
	float:right;
	padding-top:13px;
}

#nav li {
	float:left;
	margin-left: 15px;
}

#nav a {
	color: #999;
	text-decoration:none;
}

#nav a:hover {
	color: #beda21;
}

body > div > div:not(:first-child) {
	width: auto;
	position:relative;
	overflow:hidden;
}

.pme {
	margin-top: 8px;
	margin-left: 20px;
}

#home {
	position: relative;
}

#services {
	background: none !important;
}

.service-img {
	background: url("images/services.jpg") no-repeat center center;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
		 -o-background-size: cover;
			background-size: cover;
	z-index: 10;
}

#services > img {
	position: absolute;
	left: 0;
}

.service-img {
	position: absolute;
	display: block;
	min-height: 100%;
	min-width: 100%;
	z-index: -99;
}

.leaves-1 {
	top: -50%;
}

.cards {
	width: 100%;
	text-align:justify;
}

.cards > div {
	max-width: 1610px;
	margin: 0 auto;
	text-align:center;
}

.card {
	width: 30%;
	height: 300px;
	max-width:495px;
	display:inline-block;
	margin: 1%;
	overflow:hidden;
	position: relative;
	background-color: #fff;
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.25);
	   -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.25);
			box-shadow: 0 1px 5px rgba(0,0,0,0.25);
	color: #333;
	text-align:left;
	vertical-align: top;
}

.card > div {
	/*height: 200px;*/
	overflow:hidden;
}

.card img {
	width: 100%;
	display:inline-block;
}

.card .card__desc {
	position: absolute;
	top: 100%;
	right: 0;
	bottom: auto;
	left: 0;
	overflow: visible;
	background-color: white;
	-webkit-transition: all 0.2s ease;
			transition: all 0.2s ease;
}

.card:hover .card__desc {
	top: auto;
	bottom: 0;
}

.card h3 {
	-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
			box-sizing: border-box;
	width: 100%;
	font-size:20px;
	font-weight:bold;
	background-color: #fff;
	line-height: 38px;
	-webkit-text-stroke: 0.4px;
	margin: -78px 0 0 0;
	padding: 20px;
	display:block;
	z-index:22;
	position:relative;
	background-color: #fff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.card p {
	padding:0 20px 30px 20px;
	background-color: white;
}

#services > p {
	position:relative;
	width:auto;
	padding: 30px;
	font-size:25px;
	font-weight:100;
	line-height:140%;
	text-align:center;
	text-shadow: 0 1px 5px #000;
	margin-bottom: 20px;
}

/* Contact */
body > div > div:last-child {
	position:relative;
}

#contact {
	overflow: visible;
}

#contact-background-color {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	background-color: rgba(100, 149, 23, 0.8);
	z-index: -5;
}

#contact-background {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	background: url("images/contacts-0303kopie.jpg ") no-repeat top center;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
		 -o-background-size: cover;
			background-size: cover;
	z-index: -9;
}

#contact h2 {
	padding-top: 40px;
}

#contact a {
	color: #beda21;
	text-decoration: none;
}

#maptoggle {
	position:absolute;
	width: 119px;
	height: 119px;
	z-index: 10;
	top:-60px;
	left: 50%;
	margin-left: -60px;
}

.envelope {
	background: url('images/envelope.png');
}

.close {
	background: url('images/close.png') !important;
}

#contact-overlay {
	width:100%;
	height: auto;
	position:absolute;
	background: rgba(100, 149, 23, 0.8);
	z-index: 9;
}

#contact h2 {
	color: #beda21;
}

#address, #form {
	max-width: 1260px;
	margin: 0 auto 35px auto;
	font-size: 20px;
	font-weight:100;
	line-height:140%;
}

#address b {
	font-weight:700;
}

#address > div, #form > div {
	width: 45%;
}

#address > div:first-child {
	box-shadow: 2px 0 0 rgba(255, 255, 255, 0.4);
}

#address > div:first-child{
	float:left;
	text-align: center;
	padding-right: 5%;
}

#address > div:first-child + div {
	float:right;
	text-align:center;
}

#address p + p {
	margin-top: 25px;
}

#form {
	text-align:center;
}

#form > form > div:first-child {
	margin-right: 2%;
}

#form > form > div:first-child + div {
	margin-left: 2%;
}

#form > form > div {
	width: 45%;
	display:inline-block;
	text-align:left;
}

#form input, #form textarea {
	background: none;
	color: #fff;
	border: 0;
}

#form > form > div > div {
	margin: -1px 0 0 0;
	border: 0;
	border-top: 1px solid #c0d3a0;
	border-bottom: 1px solid #c0d3a0;
}

#form > form > div > span {
	color: #beda21;
	font-size:13px;
}

#form label {
	display:inline-block;
	width: 20%;
	padding-left: 2%;
	color: #c6d6b1;
	font-size:16px;
	cursor: pointer;
}

#form > form > div > div > input, textarea {
	max-width:62%;
	width: 62%;
	padding: 10px;
	font-size: 17px;
	font-weight:100;
	font-family: "open sans", sans-serif;
}

#message-label {
	vertical-align: top;
	padding-top: 8px;
}

textarea {
	height: 105px;
}

#sendform {
	width: 100%;
	padding: 10px 0;
	background-color: rgba(255, 255, 255, 0.45) !important;
	margin-top: 10px;
	cursor: pointer;
	font-weight: bold;
}

#sendform:hover {
	background-color: rgba(255, 255, 255, 0.25) !important;
}

/*#map-canvas {
	position: absolute;
	height: 100%;
}*/

.warning {
	padding: 6px 10px;
	display: block;
	background: white;
	color: green;
	font-size: 15px;
	margin: 30px;
}

.warning-error {
	color: white;
	background-color: #b93f3f;
}

#by {
	text-align: center;
	z-index:30;
}


/* MEDIA QUERIES */
@media all and (max-width: 760px) {
	#nav {
		width: 450px;
		height: 30px;
		margin-left: -245px;
		padding: 10px 20px;
		top: 20px;
	}
				
	#nav ul {
		padding-top: 5px;
		font-size: 13px;
	}

	#logo img {
		/*height: 30px;*/
	}

	.pme {
		display: none;
	}

	.slides > div h2 {
		font-size: 60px;
		line-height: 60px;
	}

	.slides > div p {
		font-size: 20px;
	}

	#services > h2, #contact h2 {
		font-size: 40px;
		margin: 0;
	}

	.card {
		display: block;
		width: 100% !important;
		margin: 10px auto 30px auto;
	}

	#services > p {
		font-size: 18px;
		margin-bottom: 50px;
	}
}

@media all and (max-width: 530px) {
	#nav {
		width: 300px;
		height: 30px;
		margin-left: -160px;
		padding: 5px 10px;
		top: 10px;
	}

	#contact-overlay {
		height: auto !important;
	}

	#logo {
		overflow: hidden;
		width: 30px;
	}

	.slides > div h2 {
		font-size: 30px;
		line-height: 30px;
	}

	.slides > div p {
		font-size: 14px;
	}

	.card {
		width: auto !important;
		margin-right: 10px;
		margin-left: 10px;
	}

	.card h3 {
		font-size: 20px;
	}

	#address {
		font-weight: 500 !important;
		text-shadow: 0 1px 1px #000;
	}

	#address > div:first-child, #address > div:first-child + div {
		float: none;
		padding: 0;
		font-size: 13px;
	}

	div:first-child + div {
		/*margin-top: 30px;*/
	}

	#address > div, #form > div {
		width: auto !important;
	}

	#form form > div {
		display: block;
		width: auto;
		float: none;
		margin: 5px 10px;
	}

	#form span {
		display: none;
	}

	#form form > div + div > div {
		margin-top: -6px;
	}

	#by {
		display: none;
	}
}

.slides {
  position: relative;
}
.slides .slides-container {
  display: none;
}

.slides-container img {
	opacity: 0.5;
}

.container {
	display:table-cell;
	vertical-align:middle;
}

.container > * {
	display: inline-block;
	vertical-align: middle;
}

.slides .container {
	text-align: center;
}

.slides-container > li {
	display: table;
}

.slides .container p {
	text-shadow: 0px 1px 4px #000;
	font-size: 1.3em;
	font-weight: 100;
}

.slides .scrollable {
  *zoom: 1;
  position: relative;
  top: 0;
  left: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%;
}
.slides .scrollable:after {
  content: "";
  display: table;
  clear: both;
}

.slides-navigation {
  margin: 0 auto;
  position: absolute;
  z-index: 3;
  top: 46%;
  width: 100%;
}
.slides-navigation a {
  position: absolute;
  display: block;
}
.slides-navigation a.prev {
  left: 0;
}
.slides-navigation a.next {
  right: 0;
}

.slides-pagination {
  position: absolute;
  z-index: 3;
  bottom: 20px;
  text-align: center;
  width: 100%;
}
.slides-pagination a {
  /*border: 2px solid #fff;*/
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 15px;
  width: 10px;
  height: 10px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR4nGP6zwAAAgcBApocMXEAAAAASUVORK5CYII=");
  margin: 2px;
  overflow: hidden;
  text-indent: -100%;
}
.slides-pagination a.current {
  background: #fff;
}
