
body {
	color: #00734a;
	font-size: 16px;
	font-family: "apercu-light";
	background: #fff;
	background-size: cover !important;
	background-attachment: fixed !important;
}

br.clear {
	clear: both;
}

/* wrapper */

.wrapper {
	margin: 0 auto;
	max-width: 1280px;
}

/* temp */

.temp {
	float: left;
	width: 100%;
	border-top: 30px solid #00734a;
	padding-top: 35px;
	position: relative;
}

/* temp social */

.temp .social {
	position: absolute;
	top: 35px;
	left: 35px;
	z-index: 500;
}

.temp .social img {
	float: left;
	width: 32px;
	margin-right: 15px;
	opacity: 1;
	transition: opacity 0.3s;
}

.temp .social img:hover {
	opacity: 0.8;
}

/* temp lan switch */

.temp ul.lan_switch {
	position: absolute;
	top: 35px;
	right: 35px;
	z-index: 500;
	list-style-type: none;
	text-align: right;
}

.temp ul.lan_switch li {
	display: inline-block;
}

.temp ul.lan_switch li a {
	float: left;
	color: #00734a;
	text-transform: uppercase;
	text-decoration: none;
	font-family: "apercu-medium";
	font-size: 18px;
	line-height: 1em;
	margin-left: 15px;
	padding-bottom: 4px;
}

.temp ul.lan_switch li a:hover {
	padding-bottom: 3px;
	border-bottom: 1px solid #00734a;
}

.temp ul.lan_switch li a.selected, 
.temp ul.lan_switch li a.selected:hover {
	padding-bottom: 3px;
	border-bottom: 1px solid #00734a;
}

/* temp logo */

.temp .logo {
	float: left;
	width: 100%;
	text-align: center;
	position: relative;
}

.temp .logo img {
	display: inline-block;
	width: 200px;
	vertical-align: top;
}

/* temp banner */

.temp_banner {
	float: left;
	width: 100%;
	padding: 40px 0;
	color: #fff;
	background: #72ac8f;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 40px;
}

.temp_banner h1 {
	font-family: "sectra-medium";
	font-size: 45px;
	letter-spacing: 3px;
	line-height: 1.2em;
	margin-top: 0;
	margin-bottom: 30px;
}

.temp_banner h2 {
	font-family: "apercu-medium";
	font-size: 25px;
	letter-spacing: 1px;
	line-height: 1.2em;
	margin-top: 0;
	margin-bottom: 0;
}

.temp_banner h2 span {
	font-size: 18px;
}

.temp_banner a {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.temp_banner a:hover {
	color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, 1);
}

/* temp textblocks */

.temp_text {
	color: #00734a;
	margin-bottom: 40px;
}

.temp_text a {
	color: #00734a;
}

.temp_text a:hover {
	color: #72ac8f;
}

.temp_text strong {
	float: left;
	width: 100%;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.temp_text span.red {
	color: #ed1b2f;
}

.temp_text strong.red {
	color: #ed1b2f;
}

.temp_text a.red {
	color: #ed1b2f;
}

.temp_text b.red {
	color: #ed1b2f;
}

.temp_text p {
	float: left;
	width: 100%;
	line-height: 1.6em;
	margin-top: 0;
	margin-bottom: 25px;
}

.temp_text p.center {
	text-align: center;
}

.temp_text p.red {
	color: #ed1b2f;
}

.temp_text ul {
	margin-left: 0;
	padding-left: 10px;
	margin-bottom: 0;
}

.temp_text li {
	margin-left: 15px;
	margin-top: 2px;
	margin-bottom: 8px;
	line-height: 1.4em;
}

.temp_left {
	float: left;
	width: 30%;
}

.temp_middle {
	float: left;
	width: 30%;
	margin: 0 5%;
	margin-bottom: 40px;
	text-align: center;
}

.temp_right {
	float: right;
	width: 30%;
}

.temp_middle img {
	float: left;
	width: 80%;
	margin: 0 10%;
	margin-bottom: 25px;
}

#temp_google_maps_canvas {
	float: left;
	width: 100%;
	height: 250px;
}

.temp h1 {
	font-size: 22px;
	font-family: "apercu-light";
	margin-top: 0;
	margin-bottom: 25px;
}

/* temp menu */

.temp h1.menu {
	font-family: "sectra-medium";
	font-weight: normal;
	letter-spacing: 2px;
	font-size: 30px;
	margin-bottom: 30px;
	text-transform: none;
	text-align: center;
}

.temp .menu_column {
	float: left;
	width: 100%;
	margin-bottom: 30px;
	text-align: center;
}

.temp .menu_column.hidden {
	display: none;
}

/*

.temp .menu_column {
	float: left;
	width: 31.5%;
	border-right: 1px solid #00734a;
	margin-right: 1.5%;
}

.temp .menu_column3 {
	border: 0;
	margin-right: 0;
}

*/

.temp .menu_title {
	float: left;
	width: 100%;
	font-family: "sectra-medium";
	font-size: 18px;
	margin-top: 25px;
	margin-bottom: 20px;
}

.temp .menu_column .menu_title:first-child {
	margin-top: 0;
}

.temp .menu_product {
	float: left;
	width: 100%;
	margin-bottom: 12px;
}

.temp .menu_product b {
	float: left;
	width: 100%;
	font-size: 13px;
	font-weight: normal;
	margin-bottom: 1px;
}

.temp .menu_product p {
	float: left;
	width: 100%;
	font-size: 12px;
	margin-bottom: 0;
}

.temp h2.center {
	text-align: center;
}

/* text */

.text {
	float: left;
	width: 60%;
	padding: 40px 20%;
}

.text p {
	line-height: 1.5em;
	margin-bottom: 25px;
}

.text a {
	color: #00734a;
}

/* form */

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

/* form labels */

.form span.label, 
.form span.hint {
	float: left;
	width: 100%;
	text-align: left;
	color: #616161;
	font-family: 'apercu-medium';
	font-size: 15px;
}

.form span.label {
	margin-bottom: 2px;
	padding-top: 13px;
	margin: 5px 0;
}

.form span.label.error {
	color: #b00;
}

.form span.checkbox.error {
	color: #b00;
}

.form span.label b {
	display: none;
}

.form span.label.error b {
	color: #b00;
	font-weight: bold;
}

.form span.form_block {
	float: left; 
	width: 100%; 
	margin-bottom: 15px;
}

.form span.form_block.error {
	color: #b00;
}

/* form fields */

.form span.field {
	float: left;
	width: 100%;
}

.form input.text {
	float: left;
	width: 100%;
	box-sizing: border-box;
	background: transparent;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 10px;
	color: #00734a;
	font-family: "apercu-light";
	font-size: 17px;
	outline: none;
}

.form input.text::placeholder {
	color: #ccc;
}

.form input.text.error {
	border: 1px solid #b00;
}

.form textarea {
	float: left;
	width: 95%;
	height: 150px;
	background: #fff;
	border: 1px solid #ccc;
	padding: 5px;
	margin-top: 3px;
	margin-bottom: 10px;
	color: #00734a;
	font-family: "apercu-light";
	font-size: 18px;
	outline: none;
}

.select_wrapper {
	float: left;
	width: 100%;
	position: relative;
}

.select_wrapper:after {
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
	font-weight: 100; 
    font-size: 16px;
    color: #616161;
    right: 0;
    top: 5px;
    bottom: 0;
    padding: 11px 15px;
    position: absolute;
    pointer-events: none;
    line-height: 15px;
    background: none;
}

.form select {
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    display: inline-block;
    zoom: 1;
    color: #ccc;
    background-color: #fff;
    padding: 12px 40px 11px 10px;
    border-radius: 3px;
	border: 1px solid #ccc;
	font-family: "apercu-light";
	font-size: 17px;
	line-height: 1em;
    width: 100%;
    box-sizing: border-box;
    cursor: pointer;
    outline: none;
    transition: border 0.3s;
}

.form select.green {
	color: #00734a;
}

.form select::-ms-expand {
    display: none;
}

.form select option {
	padding: 2px 4px;
}

.form input.checkbox {
	float: left;
	vertical-align: top;
	display: block;
	overflow: hidden;
	padding: 0; 
	border: 0;
	margin: 2px 4px 2px 0;
	width: 16px;
	height: 16px;
	line-height: 1em;
}

.form span.checkbox_input {
	float: left;
	width: 25px;
}

.form span.checkbox_text {
	float: right;
	width: calc(100% - 25px);
	color: #616161;
	line-height: 1.3em;
}

div.form_break {
	float: left;
	width: 100%;
	height: 15px;
	margin-top: 10px;
	border-top: 1px solid #ddd;
}

div.form_title {
	float: left;
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 15px;
	color: #000;
}

.form p.small {
	color: #616161;
	font-size: 14px;
	line-height: 1.4em;
}

.form p.small a {
	color: #616161;
}

.form p.small a:hover {
	color: #00734a;
}

p.center {
	text-align: center;
}

/* feedback */

div.feedback {
	float: left;
	width: 100%;
	box-sizing: border-box;
	padding: 15px 25px;
	font-size: 16px;
	text-align: center;
	color: #fff;
	background: #2db200;
	margin-bottom: 25px;
	border-radius: 3px;
}

div.feedback.error {
	background: #b00;
}

/* button */

.form button::-moz-focus-inner { 
    border: 0;
    padding: 0;
}

.form button {
	display: inline-block;
	color: #fff;
	background: #00734a;
	border: 0 !important;
	cursor: pointer;
	overflow: visible;
	outline: none;
	text-decoration: none;
	text-transform: uppercase;
	font-family: "apercu-light";
	letter-spacing: 1px;
	font-size: 15px;
	padding: 10px 15px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.form button:hover {
	opacity: 0.8;
}

/* 1360px */

@media all and (max-width: 85em) { 
	
	.wrapper {
		width: 94%;
	}

}

/* 800px */

@media all and (max-width: 50em) { 

	.temp .logo img {
		width: 150px;
	}
	
	.temp_left {
		width: 100%;
		text-align: center;
	}
	
	.temp_middle {
		width: 100%;
		margin: 0;
		margin-bottom: 30px;
	}
	
	.temp_middle img {
		width: 40%;
		margin: 0 30%;
		margin-bottom: 25px;
	}
		
	.temp_right {
		width: 100%;
		text-align: center;
	}

}

/* 720px */

@media all and (max-width: 45em) { 

	.temp .social {
		top: 25px;
		left: 20px;
	}
	
	.temp .social img {
		width: 25px;
		margin-right: 10px;
	}
	
	.temp ul.lan_switch {
		top: 25px;
		right: 20px;	
	}
	
	.temp ul.lan_switch li a {
		font-size: 16px;
	}

}

/* 640px */

@media all and (max-width: 40em) { 
	
	.temp h1.menu {
		font-size: 25px;
	}

	.temp .menu_column {
		width: 100%;
		border-right: 0;
		margin-right: 0;
		text-align: center;
		min-height: 10px !important;
	}

}

/* 560px */

@media all and (max-width: 35em) { 
	
	.temp .logo img {
		margin-top: 60px;
	}
	
	.temp_banner {
		padding: 30px 0;
		margin-top: 40px;
		margin-bottom: 20px;
	}
	
	.temp_banner h1 {
		font-size: 35px;
		margin-bottom: 25px;
	}
	
	.temp_banner h2 {
		font-size: 18px;
	}
	
}
