
* {
	padding: 0;
	margin: 0;
}

body {
	font-family: 'Open Sans', sans-serif;
    font-weight: 400;
	color: #000000;
	font-size: 14px;
	line-height: 1.5;
	background: #ffffff;
}

img {
	border: 0px;
}

a {
	outline: 0px;
}


/* =================================================== DIVS =================================================== */
		
img.bg {
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 1024px;
	
	/* Set up proportionate scaling */
	width: 100%;
	height: auto;
	
	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
}

div.container {
	/*
	position: absolute;	
	width: 100%;
	bottom: 0px;
	left: 0px;
	text-align: center;	
	z-index: 1;
	*/
	position: relative;
	z-index: 1;
}

div.gourmet-logo {
	position: absolute;
	top: 65px;
	right: 0px;
}

div.farmer-logo img {
	display: block;
	width: 20%;
	height: auto;
	margin: 0px auto;
}

div.box-wrapper {
	width: 966px;
	margin: 0px auto;
}

div.box-left-top {
	width: 95px;
	height: 35px;
	float: left;
	background: url(../images/box_left_top.png) no-repeat top left;
}

div.box-top {
	width: 776px;
	height: 35px;
	float: left;
	background: url(../images/box_top.png) no-repeat top left;
}

div.box-right-top {	
	width: 95px;
	height: 35px;
	float: left;
	background: url(../images/box_right_top.png) no-repeat top left;
}

div.box-content {
	width: 966px;
	min-height: 704px;
	padding: 20px 105px 20px 105px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: url(../images/box_content_wide.png) no-repeat top left;
	background-size: 966px 100%;
}

.good-weather div.box-content {
	padding-top: 0px;
}

div.col-left,
div.col-right,
div.row {
	text-align: left;
	padding: 10px 0px 10px 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.col-left {
	width: 50%;
	float: left;
	padding-right: 10px;
}

div.col-right {
	width: 50%;
	float: left;
}

div.col-half {
	width: 50%;
}

div.footer {
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	border-top: 1px solid #58881F;
}

div.selection {
	position: relative;
	text-align: center;	
	padding: 20px 0px 0px 0px;
}

div.wer-bist-du img {
	display: block;
	margin-left: 10%;
}

div.selection a {
	display: block;
	width: 50%;
	float: left;
	font-size: 14px;
	color: #ffffff;
	padding: 10px 5px;
	background: #58881f;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #58881f;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
}

div.selection a.farmer {
	-webkit-border-radius: 10px 0px 0px 10px;
	-moz-border-radius: 10px 0px 0px 10px;
	border-radius: 10px 0px 0px 10px;
	border-right: 1px solid #ffffff;
}

div.selection a.friend {
	-webkit-border-radius: 0px 10px 10px 0px;
	-moz-border-radius: 0px 10px 10px 0px;
	border-radius: 0px 10px 10px 0px;
}

div.selection a.inactive {
	color: #3a5f0f;
	background: none;
}

div.selection a:hover {
	color: #ffffff;
	background: #3a5f0f;
}

div.selection a strong {
	font-size: 17px;
}

div.form-wrapper {
	display: none;
	padding: 20px 45px 25px 45px;
	background: url(../images/bg-form.png) no-repeat bottom right;
}

div.wetter-info {
	width: 648px;
	height: 387px;
	font-size: 17px;
	line-height: 20px;
	text-align: center;
	padding: 40px 65px 0px 235px;
	margin: 35px auto 0px auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: url(../images/bg-wetterinfo.png) no-repeat center bottom;
}

div.wetter-info strong.green {
	color: #58881f;
}


/* =================================================== LINKS =================================================== */

a, a:link, a:visited, a:focus, a:hover, a:active {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #58881F;
}

a.download, a.download:link, a.download:visited, a.download:focus, a.download:hover, a.download:active {
	display: inline-block;
	zoom: 1;
	*display: inline;
	font-size: 14px;
	color: #58881f;
	padding: 5px 25px 3px 25px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #58881f;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

a.download:hover {
	color: #ffffff;
	background: #58881f;
}


/* =================================================== TEXT =================================================== */

h1 {
	font-size: 29px;
    font-weight: 300;
	color: #58881F;
	line-height: 1.3;
	margin-bottom: 5px;
}

h2 {
	font-size: 17px;
    font-weight: 300;
	line-height: 1.3;
}

.text-right {
	text-align: right;
}

.text-right img {
	margin-left: 10px;
}

.row.centered,
.centered {
	text-align: center;
}

.line {
	padding-bottom: 35px !important;
	border-bottom: 1px solid #58881f;
}

.good-weather .line {
	padding-bottom: 15px !important;
}

.hint {
	font-size: 16px;
}

.small-hint {
	font-size: 12px;
	margin-top: 5px;
}


/* =================================================== FORMULARE =================================================== */

input {
	width: 160px;
	font-family: 'Open Sans', sans-serif;
    font-weight: 400;
	font-size: 14px;
	color: #000000;
	padding: 5px 10px;
	margin: 3px 5px 3px 0px;
	border: 1px solid #58881f;
	background: #ffffff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

input.small {
	width: 38px;
}

input.error {
	border-color: #990000;
}

input[type=checkbox] {
	width: auto;
	background: none;
	border: 0px;
}

::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder {
	color: #c6c6c5;
}

button {
	width: 100%;
	color: #ffffff;
	border: 0px;
	background: #58881f;
	padding: 7px 10px;
	margin-top: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
}

button:hover {
	background: #3a5f0f;
}

div.inline,
div.always-inline {
	width: 50%;
	float: left;
}

div.spacing {
	padding: 10px 0px;
}

label.error {
	display: block;
	color: #990000;
	font-size: 12px;
}


/* =================================================== HELPER =================================================== */

.clear {
	clear: both;
	background: none;
	width: 0;
	height: 0;
	line-height: 0;
}


@media screen and (max-width: 1024px){
	
	img.bg {
		left: 50%;
		margin-left: -512px;
	}
	
}


@media screen and (max-width: 965px){

	body {
		font-size: 12px;
	}
	
	h1 {
		font-size: 20px;
		line-height: 34px;
	}

	div.gourmet-logo {
		position: relative;
		float: right;
		top: auto;
		margin-top: 20px;
	}

	div.farmer-logo img {
		width: 35%;
	}

	div.box-wrapper {
		width: 100%;
		background: #e9e8e8;
	}

	div.box-content {
		padding: 20px 30px 20px 30px;
		background: #e9e8e8;
	}

	.good-weather div.box-content {
		padding-top: 20px;
	}
	
	div.box-left-top,
	div.box-top,
	div.box-right-top,
	div.box-left,
	div.box-right {	
		display: none;
	}

	div.col-left,
	div.col-right,
	div.box-content {
		width: 100%;
		height: auto;
	}
	
	input {
		width: 100%;
	}
}


@media screen and (max-width: 800px){

	div.inline {
		width: 100%;
		float: none;
	}
	
	div.selection a,
	div.selection a.farmer,
	div.selection a.friend {
		width: 100%;
		-webkit-border-radius: 10px 10px 10px 10px;
		-moz-border-radius: 10px 10px 10px 10px;
		border-radius: 10px 10px 10px 10px;
		margin-bottom: 5px;
		border-color: #58881f;
	}

	div.wetter-info {
		width: 80%;
		height: auto;
		padding: 30px 30px 50px 30px;
		margin: 35px auto 40px auto;
		background: #ffffff;
	}
	
}


@media screen and (max-width: 600px){

	div.gourmet-logo img {
		width: 75%;
		height: auto;
		float: right;
	}

	div.farmer-logo img {
		width: 50%;
	}

	div.container {
		position: relative;
	}

	div.wer-bist-du img {
		width: 75%;
		margin-left: 0px;
	}

	div.form-wrapper {
		padding: 20px 0px 130px 0px;
	}

	div.col-half {
		width: 100%;
	}

	div.wetter-info {
		width: 100%;
		height: auto;
		padding: 20px 20px 30px 20px;
		margin: 35px auto 40px auto;
		background: #ffffff;
	}
}