body {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	background-color: #7eb731;
	color: #000;
	font-weight: 300;
	font-size: 13px;
	line-height: 1.5em;
}

h1 {
	margin: 0;
	padding: 0;
	font-size: 30px;
	font-weight: 300;
	color: #01135;
}

h2 {
	margin: 0;
	padding: 30px 20px 10px 20px;
	font-size: 16px;
	font-weight: 300;
	color: #fff;
}

p {
	margin: 0;
	padding: 0 20px 10px 20px;
}

p.adresse {
	margin: 0;
	padding: 0 20px 10px 20px;
	font-size: 11px;
	text-transform: uppercase;
	line-height: 1.5em;
	font-weight: 400;
}
p.adresse a {
	text-transform: none;
}

a {
	color: #005135;
	text-decoration: none;
}

div#footer a {
	color: #fff;
	text-decoration: none;
}

div#header {
	margin: 0;
	padding: 0 5%;
	background-color: #fff;
	height: 120px;
}

div#header .trees {
	background-image: url(../img/trees.svg);
	background-repeat: no-repeat;
	background-position: 0 51px;
	width: 60px;
	height: 120px;
	float: left;
}

div#header .title {
	padding: 48px 0 0 40px;
	float:left;
}

div#header .logo {
	background-image: url(../img/evea.svg);
	background-repeat: no-repeat;
	background-position: 0 70px;
	width: 56px;
	height: 83px;
	display: block;
	margin: 0 0 0 auto;
	padding-top: 70px;
}

div#main {
	margin-bottom: 0;
}

div#main .village_box {
	padding: 0;
	margin: 0 15% 0 5%;
}
div.s1 {
	position: relative;
	text-align: right;
	width: 30%;
	float: left;
}
div.s2 {
	width: 70%;
	margin-left: 30%;
	border-left: 1px solid #fff;
}
div.s1 h2 {
	color: #005135;
}

span.point {
	position: absolute;
	background-image: url(../img/point.svg);
	background-repeat: no-repeat;
	width: 11px;
	height: 11px;
	display: block;
	margin-left: -6px;
	margin-top: 33px;
}

div.s2 p img {
	width: 40%;
	width: 40%;
	margin: 0 20px 10px 0;
	float: left;
	-webkit-box-shadow: 0px 1px 2px 1px #3f5b18;
	-moz-box-shadow:    0px 1px 2px 1px #3f5b18;
	box-shadow:         0px 1px 2px 1px #3f5b18;
}

div.s2 p img.no-border {
	box-shadow: none;
	border: 0;
}


div#footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	background: #fff;
	color: #7eb731;
	font-size: 14px;
}
div#footer ul {
	margin: 0;
	padding: 0;
}

div#footer .footer-top {
	background-color: #005135;
	padding: 15px 5% 37px 5%;
}

.footer-top ul {
	list-style-type: none;
}
.footer-top li {
	margin: 0;
	padding: 3px 20px 3px 0;
	float: left;
}

div#footer .footer-bottom {
	margin: 0;
	padding: 15px 5%;
}
div#footer .footer-bottom p {
	color: #000;
	font-size: 10px;
	line-height: 13px;
	float: left;
	padding-top: 3px;
}
div#footer .europe {
	background-image: url(../img/europe.svg);
	background-repeat: no-repeat;
	width: 47px;
	height: 31px;
	float: left;
}
div#footer .interreg {
	background-image: url(../img/interreg.svg);
	background-repeat: no-repeat;
	width: 105px;
	height: 32px;
	display: block;
	margin: 0 0 0 auto;
}

span.guterName {
    display: block;
    clear: both;
}

@media only screen and (min-width: 320px)  and (max-width: 759px) {

body {
	font-weight: 400;
}

h2 {
	font-weight: 400;
}

div#header {
	margin: 0;
	padding: 0 5%;
	background-color: #fff;
	height: 100px;
}

div#header .title {
	padding: 20px 20% 0 5px;
	font-size: 16px;
	line-height: 30px;
	float:left;
}

div#header .trees {
	display: none;
}

div#header .logo {
	background-position: 0 40px;
	padding-top: 40px;
}

div#main .village_box {
	padding: 0;
	margin: 0;
}
div.s1 {
	position: relative;
	text-align: right;
	width: 40%;
	float: left;
}
div.s2 {
	width: 60%;
	margin-left: 40%;
	border-left: 1px solid #fff;
}

div.s2 p img {
	width: 80%;
	width: 80%;
	float: none;
	display: block;
}

div#footer {
	position: static;
	bottom: 0;
	width: 100%;
	background: #fff;
	color: #7eb731;
	font-size: 14px;
}

div#footer .footer-top {
	background-color: #005135;
	padding: 20px 5%;
}

.footer-top ul {
	list-style-type: none;
}

.footer-top li {
	margin: 0;
	padding: 3px 0 3px 0;
	float: none;
}

}
